Google Cloud Native is in preview. Google Cloud Classic is fully supported.
google-native.vmwareengine/v1.PrivateConnection
Explore with Pulumi AI
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Creates a new private connection that can be used for accessing private Clouds. Auto-naming is currently not supported for this resource.
Create PrivateConnection Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new PrivateConnection(name: string, args: PrivateConnectionArgs, opts?: CustomResourceOptions);@overload
def PrivateConnection(resource_name: str,
                      args: PrivateConnectionArgs,
                      opts: Optional[ResourceOptions] = None)
@overload
def PrivateConnection(resource_name: str,
                      opts: Optional[ResourceOptions] = None,
                      private_connection_id: Optional[str] = None,
                      service_network: Optional[str] = None,
                      type: Optional[PrivateConnectionType] = None,
                      vmware_engine_network: Optional[str] = None,
                      description: Optional[str] = None,
                      location: Optional[str] = None,
                      project: Optional[str] = None,
                      request_id: Optional[str] = None,
                      routing_mode: Optional[PrivateConnectionRoutingMode] = None)func NewPrivateConnection(ctx *Context, name string, args PrivateConnectionArgs, opts ...ResourceOption) (*PrivateConnection, error)public PrivateConnection(string name, PrivateConnectionArgs args, CustomResourceOptions? opts = null)
public PrivateConnection(String name, PrivateConnectionArgs args)
public PrivateConnection(String name, PrivateConnectionArgs args, CustomResourceOptions options)
type: google-native:vmwareengine/v1:PrivateConnection
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args PrivateConnectionArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args PrivateConnectionArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args PrivateConnectionArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args PrivateConnectionArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args PrivateConnectionArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var exampleprivateConnectionResourceResourceFromVmwareenginev1 = new GoogleNative.VMwareEngine.V1.PrivateConnection("exampleprivateConnectionResourceResourceFromVmwareenginev1", new()
{
    PrivateConnectionId = "string",
    ServiceNetwork = "string",
    Type = GoogleNative.VMwareEngine.V1.PrivateConnectionType.TypeUnspecified,
    VmwareEngineNetwork = "string",
    Description = "string",
    Location = "string",
    Project = "string",
    RequestId = "string",
    RoutingMode = GoogleNative.VMwareEngine.V1.PrivateConnectionRoutingMode.RoutingModeUnspecified,
});
example, err := vmwareengine.NewPrivateConnection(ctx, "exampleprivateConnectionResourceResourceFromVmwareenginev1", &vmwareengine.PrivateConnectionArgs{
	PrivateConnectionId: pulumi.String("string"),
	ServiceNetwork:      pulumi.String("string"),
	Type:                vmwareengine.PrivateConnectionTypeTypeUnspecified,
	VmwareEngineNetwork: pulumi.String("string"),
	Description:         pulumi.String("string"),
	Location:            pulumi.String("string"),
	Project:             pulumi.String("string"),
	RequestId:           pulumi.String("string"),
	RoutingMode:         vmwareengine.PrivateConnectionRoutingModeRoutingModeUnspecified,
})
var exampleprivateConnectionResourceResourceFromVmwareenginev1 = new PrivateConnection("exampleprivateConnectionResourceResourceFromVmwareenginev1", PrivateConnectionArgs.builder()
    .privateConnectionId("string")
    .serviceNetwork("string")
    .type("TYPE_UNSPECIFIED")
    .vmwareEngineNetwork("string")
    .description("string")
    .location("string")
    .project("string")
    .requestId("string")
    .routingMode("ROUTING_MODE_UNSPECIFIED")
    .build());
exampleprivate_connection_resource_resource_from_vmwareenginev1 = google_native.vmwareengine.v1.PrivateConnection("exampleprivateConnectionResourceResourceFromVmwareenginev1",
    private_connection_id="string",
    service_network="string",
    type=google_native.vmwareengine.v1.PrivateConnectionType.TYPE_UNSPECIFIED,
    vmware_engine_network="string",
    description="string",
    location="string",
    project="string",
    request_id="string",
    routing_mode=google_native.vmwareengine.v1.PrivateConnectionRoutingMode.ROUTING_MODE_UNSPECIFIED)
const exampleprivateConnectionResourceResourceFromVmwareenginev1 = new google_native.vmwareengine.v1.PrivateConnection("exampleprivateConnectionResourceResourceFromVmwareenginev1", {
    privateConnectionId: "string",
    serviceNetwork: "string",
    type: google_native.vmwareengine.v1.PrivateConnectionType.TypeUnspecified,
    vmwareEngineNetwork: "string",
    description: "string",
    location: "string",
    project: "string",
    requestId: "string",
    routingMode: google_native.vmwareengine.v1.PrivateConnectionRoutingMode.RoutingModeUnspecified,
});
type: google-native:vmwareengine/v1:PrivateConnection
properties:
    description: string
    location: string
    privateConnectionId: string
    project: string
    requestId: string
    routingMode: ROUTING_MODE_UNSPECIFIED
    serviceNetwork: string
    type: TYPE_UNSPECIFIED
    vmwareEngineNetwork: string
PrivateConnection Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The PrivateConnection resource accepts the following input properties:
- PrivateConnection stringId 
- Required. The user-provided identifier of the new private connection. This identifier must be unique among private connection resources within the parent and becomes the final token in the name URI. The identifier must meet the following requirements: * Only contains 1-63 alphanumeric characters and hyphens * Begins with an alphabetical character * Ends with a non-hyphen character * Not formatted as a UUID * Complies with RFC 1034 (section 3.5)
- ServiceNetwork string
- Service network to create private connection. Specify the name in the following form: projects/{project}/global/networks/{network_id}For type = PRIVATE_SERVICE_ACCESS, this field represents servicenetworking VPC, e.g. projects/project-tp/global/networks/servicenetworking. For type = NETAPP_CLOUD_VOLUME, this field represents NetApp service VPC, e.g. projects/project-tp/global/networks/netapp-tenant-vpc. For type = DELL_POWERSCALE, this field represent Dell service VPC, e.g. projects/project-tp/global/networks/dell-tenant-vpc. For type= THIRD_PARTY_SERVICE, this field could represent a consumer VPC or any other producer VPC to which the VMware Engine Network needs to be connected, e.g. projects/project/global/networks/vpc.
- Type
Pulumi.Google Native. VMware Engine. V1. Private Connection Type 
- Private connection type.
- VmwareEngine stringNetwork 
- The relative resource name of Legacy VMware Engine network. Specify the name in the following form: projects/{project}/locations/{location}/vmwareEngineNetworks/{vmware_engine_network_id}where{project},{location}will be same as specified in private connection resource name and{vmware_engine_network_id}will be in the form of{location}-default e.g. projects/project/locations/us-central1/vmwareEngineNetworks/us-central1-default.
- Description string
- Optional. User-provided description for this private connection.
- Location string
- Project string
- RequestId string
- Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server guarantees that a request doesn't result in creation of duplicate commitments for at least 60 minutes. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
- RoutingMode Pulumi.Google Native. VMware Engine. V1. Private Connection Routing Mode 
- Optional. Routing Mode. Default value is set to GLOBAL. For type = PRIVATE_SERVICE_ACCESS, this field can be set to GLOBAL or REGIONAL, for other types only GLOBAL is supported.
- PrivateConnection stringId 
- Required. The user-provided identifier of the new private connection. This identifier must be unique among private connection resources within the parent and becomes the final token in the name URI. The identifier must meet the following requirements: * Only contains 1-63 alphanumeric characters and hyphens * Begins with an alphabetical character * Ends with a non-hyphen character * Not formatted as a UUID * Complies with RFC 1034 (section 3.5)
- ServiceNetwork string
- Service network to create private connection. Specify the name in the following form: projects/{project}/global/networks/{network_id}For type = PRIVATE_SERVICE_ACCESS, this field represents servicenetworking VPC, e.g. projects/project-tp/global/networks/servicenetworking. For type = NETAPP_CLOUD_VOLUME, this field represents NetApp service VPC, e.g. projects/project-tp/global/networks/netapp-tenant-vpc. For type = DELL_POWERSCALE, this field represent Dell service VPC, e.g. projects/project-tp/global/networks/dell-tenant-vpc. For type= THIRD_PARTY_SERVICE, this field could represent a consumer VPC or any other producer VPC to which the VMware Engine Network needs to be connected, e.g. projects/project/global/networks/vpc.
- Type
PrivateConnection Type 
- Private connection type.
- VmwareEngine stringNetwork 
- The relative resource name of Legacy VMware Engine network. Specify the name in the following form: projects/{project}/locations/{location}/vmwareEngineNetworks/{vmware_engine_network_id}where{project},{location}will be same as specified in private connection resource name and{vmware_engine_network_id}will be in the form of{location}-default e.g. projects/project/locations/us-central1/vmwareEngineNetworks/us-central1-default.
- Description string
- Optional. User-provided description for this private connection.
- Location string
- Project string
- RequestId string
- Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server guarantees that a request doesn't result in creation of duplicate commitments for at least 60 minutes. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
- RoutingMode PrivateConnection Routing Mode 
- Optional. Routing Mode. Default value is set to GLOBAL. For type = PRIVATE_SERVICE_ACCESS, this field can be set to GLOBAL or REGIONAL, for other types only GLOBAL is supported.
- privateConnection StringId 
- Required. The user-provided identifier of the new private connection. This identifier must be unique among private connection resources within the parent and becomes the final token in the name URI. The identifier must meet the following requirements: * Only contains 1-63 alphanumeric characters and hyphens * Begins with an alphabetical character * Ends with a non-hyphen character * Not formatted as a UUID * Complies with RFC 1034 (section 3.5)
- serviceNetwork String
- Service network to create private connection. Specify the name in the following form: projects/{project}/global/networks/{network_id}For type = PRIVATE_SERVICE_ACCESS, this field represents servicenetworking VPC, e.g. projects/project-tp/global/networks/servicenetworking. For type = NETAPP_CLOUD_VOLUME, this field represents NetApp service VPC, e.g. projects/project-tp/global/networks/netapp-tenant-vpc. For type = DELL_POWERSCALE, this field represent Dell service VPC, e.g. projects/project-tp/global/networks/dell-tenant-vpc. For type= THIRD_PARTY_SERVICE, this field could represent a consumer VPC or any other producer VPC to which the VMware Engine Network needs to be connected, e.g. projects/project/global/networks/vpc.
- type
PrivateConnection Type 
- Private connection type.
- vmwareEngine StringNetwork 
- The relative resource name of Legacy VMware Engine network. Specify the name in the following form: projects/{project}/locations/{location}/vmwareEngineNetworks/{vmware_engine_network_id}where{project},{location}will be same as specified in private connection resource name and{vmware_engine_network_id}will be in the form of{location}-default e.g. projects/project/locations/us-central1/vmwareEngineNetworks/us-central1-default.
- description String
- Optional. User-provided description for this private connection.
- location String
- project String
- requestId String
- Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server guarantees that a request doesn't result in creation of duplicate commitments for at least 60 minutes. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
- routingMode PrivateConnection Routing Mode 
- Optional. Routing Mode. Default value is set to GLOBAL. For type = PRIVATE_SERVICE_ACCESS, this field can be set to GLOBAL or REGIONAL, for other types only GLOBAL is supported.
- privateConnection stringId 
- Required. The user-provided identifier of the new private connection. This identifier must be unique among private connection resources within the parent and becomes the final token in the name URI. The identifier must meet the following requirements: * Only contains 1-63 alphanumeric characters and hyphens * Begins with an alphabetical character * Ends with a non-hyphen character * Not formatted as a UUID * Complies with RFC 1034 (section 3.5)
- serviceNetwork string
- Service network to create private connection. Specify the name in the following form: projects/{project}/global/networks/{network_id}For type = PRIVATE_SERVICE_ACCESS, this field represents servicenetworking VPC, e.g. projects/project-tp/global/networks/servicenetworking. For type = NETAPP_CLOUD_VOLUME, this field represents NetApp service VPC, e.g. projects/project-tp/global/networks/netapp-tenant-vpc. For type = DELL_POWERSCALE, this field represent Dell service VPC, e.g. projects/project-tp/global/networks/dell-tenant-vpc. For type= THIRD_PARTY_SERVICE, this field could represent a consumer VPC or any other producer VPC to which the VMware Engine Network needs to be connected, e.g. projects/project/global/networks/vpc.
- type
PrivateConnection Type 
- Private connection type.
- vmwareEngine stringNetwork 
- The relative resource name of Legacy VMware Engine network. Specify the name in the following form: projects/{project}/locations/{location}/vmwareEngineNetworks/{vmware_engine_network_id}where{project},{location}will be same as specified in private connection resource name and{vmware_engine_network_id}will be in the form of{location}-default e.g. projects/project/locations/us-central1/vmwareEngineNetworks/us-central1-default.
- description string
- Optional. User-provided description for this private connection.
- location string
- project string
- requestId string
- Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server guarantees that a request doesn't result in creation of duplicate commitments for at least 60 minutes. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
- routingMode PrivateConnection Routing Mode 
- Optional. Routing Mode. Default value is set to GLOBAL. For type = PRIVATE_SERVICE_ACCESS, this field can be set to GLOBAL or REGIONAL, for other types only GLOBAL is supported.
- private_connection_ strid 
- Required. The user-provided identifier of the new private connection. This identifier must be unique among private connection resources within the parent and becomes the final token in the name URI. The identifier must meet the following requirements: * Only contains 1-63 alphanumeric characters and hyphens * Begins with an alphabetical character * Ends with a non-hyphen character * Not formatted as a UUID * Complies with RFC 1034 (section 3.5)
- service_network str
- Service network to create private connection. Specify the name in the following form: projects/{project}/global/networks/{network_id}For type = PRIVATE_SERVICE_ACCESS, this field represents servicenetworking VPC, e.g. projects/project-tp/global/networks/servicenetworking. For type = NETAPP_CLOUD_VOLUME, this field represents NetApp service VPC, e.g. projects/project-tp/global/networks/netapp-tenant-vpc. For type = DELL_POWERSCALE, this field represent Dell service VPC, e.g. projects/project-tp/global/networks/dell-tenant-vpc. For type= THIRD_PARTY_SERVICE, this field could represent a consumer VPC or any other producer VPC to which the VMware Engine Network needs to be connected, e.g. projects/project/global/networks/vpc.
- type
PrivateConnection Type 
- Private connection type.
- vmware_engine_ strnetwork 
- The relative resource name of Legacy VMware Engine network. Specify the name in the following form: projects/{project}/locations/{location}/vmwareEngineNetworks/{vmware_engine_network_id}where{project},{location}will be same as specified in private connection resource name and{vmware_engine_network_id}will be in the form of{location}-default e.g. projects/project/locations/us-central1/vmwareEngineNetworks/us-central1-default.
- description str
- Optional. User-provided description for this private connection.
- location str
- project str
- request_id str
- Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server guarantees that a request doesn't result in creation of duplicate commitments for at least 60 minutes. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
- routing_mode PrivateConnection Routing Mode 
- Optional. Routing Mode. Default value is set to GLOBAL. For type = PRIVATE_SERVICE_ACCESS, this field can be set to GLOBAL or REGIONAL, for other types only GLOBAL is supported.
- privateConnection StringId 
- Required. The user-provided identifier of the new private connection. This identifier must be unique among private connection resources within the parent and becomes the final token in the name URI. The identifier must meet the following requirements: * Only contains 1-63 alphanumeric characters and hyphens * Begins with an alphabetical character * Ends with a non-hyphen character * Not formatted as a UUID * Complies with RFC 1034 (section 3.5)
- serviceNetwork String
- Service network to create private connection. Specify the name in the following form: projects/{project}/global/networks/{network_id}For type = PRIVATE_SERVICE_ACCESS, this field represents servicenetworking VPC, e.g. projects/project-tp/global/networks/servicenetworking. For type = NETAPP_CLOUD_VOLUME, this field represents NetApp service VPC, e.g. projects/project-tp/global/networks/netapp-tenant-vpc. For type = DELL_POWERSCALE, this field represent Dell service VPC, e.g. projects/project-tp/global/networks/dell-tenant-vpc. For type= THIRD_PARTY_SERVICE, this field could represent a consumer VPC or any other producer VPC to which the VMware Engine Network needs to be connected, e.g. projects/project/global/networks/vpc.
- type "TYPE_UNSPECIFIED" | "PRIVATE_SERVICE_ACCESS" | "NETAPP_CLOUD_VOLUMES" | "DELL_POWERSCALE" | "THIRD_PARTY_SERVICE"
- Private connection type.
- vmwareEngine StringNetwork 
- The relative resource name of Legacy VMware Engine network. Specify the name in the following form: projects/{project}/locations/{location}/vmwareEngineNetworks/{vmware_engine_network_id}where{project},{location}will be same as specified in private connection resource name and{vmware_engine_network_id}will be in the form of{location}-default e.g. projects/project/locations/us-central1/vmwareEngineNetworks/us-central1-default.
- description String
- Optional. User-provided description for this private connection.
- location String
- project String
- requestId String
- Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server guarantees that a request doesn't result in creation of duplicate commitments for at least 60 minutes. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
- routingMode "ROUTING_MODE_UNSPECIFIED" | "GLOBAL" | "REGIONAL"
- Optional. Routing Mode. Default value is set to GLOBAL. For type = PRIVATE_SERVICE_ACCESS, this field can be set to GLOBAL or REGIONAL, for other types only GLOBAL is supported.
Outputs
All input properties are implicitly available as output properties. Additionally, the PrivateConnection resource produces the following output properties:
- CreateTime string
- Creation time of this resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- The resource name of the private connection. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: projects/my-project/locations/us-central1/privateConnections/my-connection
- PeeringId string
- VPC network peering id between given network VPC and VMwareEngineNetwork.
- PeeringState string
- Peering state between service network and VMware Engine network.
- State string
- State of the private connection.
- Uid string
- System-generated unique identifier for the resource.
- UpdateTime string
- Last update time of this resource.
- VmwareEngine stringNetwork Canonical 
- The canonical name of the VMware Engine network in the form: projects/{project_number}/locations/{location}/vmwareEngineNetworks/{vmware_engine_network_id}
- CreateTime string
- Creation time of this resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- The resource name of the private connection. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: projects/my-project/locations/us-central1/privateConnections/my-connection
- PeeringId string
- VPC network peering id between given network VPC and VMwareEngineNetwork.
- PeeringState string
- Peering state between service network and VMware Engine network.
- State string
- State of the private connection.
- Uid string
- System-generated unique identifier for the resource.
- UpdateTime string
- Last update time of this resource.
- VmwareEngine stringNetwork Canonical 
- The canonical name of the VMware Engine network in the form: projects/{project_number}/locations/{location}/vmwareEngineNetworks/{vmware_engine_network_id}
- createTime String
- Creation time of this resource.
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- The resource name of the private connection. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: projects/my-project/locations/us-central1/privateConnections/my-connection
- peeringId String
- VPC network peering id between given network VPC and VMwareEngineNetwork.
- peeringState String
- Peering state between service network and VMware Engine network.
- state String
- State of the private connection.
- uid String
- System-generated unique identifier for the resource.
- updateTime String
- Last update time of this resource.
- vmwareEngine StringNetwork Canonical 
- The canonical name of the VMware Engine network in the form: projects/{project_number}/locations/{location}/vmwareEngineNetworks/{vmware_engine_network_id}
- createTime string
- Creation time of this resource.
- id string
- The provider-assigned unique ID for this managed resource.
- name string
- The resource name of the private connection. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: projects/my-project/locations/us-central1/privateConnections/my-connection
- peeringId string
- VPC network peering id between given network VPC and VMwareEngineNetwork.
- peeringState string
- Peering state between service network and VMware Engine network.
- state string
- State of the private connection.
- uid string
- System-generated unique identifier for the resource.
- updateTime string
- Last update time of this resource.
- vmwareEngine stringNetwork Canonical 
- The canonical name of the VMware Engine network in the form: projects/{project_number}/locations/{location}/vmwareEngineNetworks/{vmware_engine_network_id}
- create_time str
- Creation time of this resource.
- id str
- The provider-assigned unique ID for this managed resource.
- name str
- The resource name of the private connection. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: projects/my-project/locations/us-central1/privateConnections/my-connection
- peering_id str
- VPC network peering id between given network VPC and VMwareEngineNetwork.
- peering_state str
- Peering state between service network and VMware Engine network.
- state str
- State of the private connection.
- uid str
- System-generated unique identifier for the resource.
- update_time str
- Last update time of this resource.
- vmware_engine_ strnetwork_ canonical 
- The canonical name of the VMware Engine network in the form: projects/{project_number}/locations/{location}/vmwareEngineNetworks/{vmware_engine_network_id}
- createTime String
- Creation time of this resource.
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- The resource name of the private connection. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: projects/my-project/locations/us-central1/privateConnections/my-connection
- peeringId String
- VPC network peering id between given network VPC and VMwareEngineNetwork.
- peeringState String
- Peering state between service network and VMware Engine network.
- state String
- State of the private connection.
- uid String
- System-generated unique identifier for the resource.
- updateTime String
- Last update time of this resource.
- vmwareEngine StringNetwork Canonical 
- The canonical name of the VMware Engine network in the form: projects/{project_number}/locations/{location}/vmwareEngineNetworks/{vmware_engine_network_id}
Supporting Types
PrivateConnectionRoutingMode, PrivateConnectionRoutingModeArgs        
- RoutingMode Unspecified 
- ROUTING_MODE_UNSPECIFIEDThe default value. This value should never be used.
- Global
- GLOBALGlobal Routing Mode
- Regional
- REGIONALRegional Routing Mode
- PrivateConnection Routing Mode Routing Mode Unspecified 
- ROUTING_MODE_UNSPECIFIEDThe default value. This value should never be used.
- PrivateConnection Routing Mode Global 
- GLOBALGlobal Routing Mode
- PrivateConnection Routing Mode Regional 
- REGIONALRegional Routing Mode
- RoutingMode Unspecified 
- ROUTING_MODE_UNSPECIFIEDThe default value. This value should never be used.
- Global
- GLOBALGlobal Routing Mode
- Regional
- REGIONALRegional Routing Mode
- RoutingMode Unspecified 
- ROUTING_MODE_UNSPECIFIEDThe default value. This value should never be used.
- Global
- GLOBALGlobal Routing Mode
- Regional
- REGIONALRegional Routing Mode
- ROUTING_MODE_UNSPECIFIED
- ROUTING_MODE_UNSPECIFIEDThe default value. This value should never be used.
- GLOBAL_
- GLOBALGlobal Routing Mode
- REGIONAL
- REGIONALRegional Routing Mode
- "ROUTING_MODE_UNSPECIFIED"
- ROUTING_MODE_UNSPECIFIEDThe default value. This value should never be used.
- "GLOBAL"
- GLOBALGlobal Routing Mode
- "REGIONAL"
- REGIONALRegional Routing Mode
PrivateConnectionType, PrivateConnectionTypeArgs      
- TypeUnspecified 
- TYPE_UNSPECIFIEDThe default value. This value should never be used.
- PrivateService Access 
- PRIVATE_SERVICE_ACCESSConnection used for establishing private services access.
- NetappCloud Volumes 
- NETAPP_CLOUD_VOLUMESConnection used for connecting to NetApp Cloud Volumes.
- DellPowerscale 
- DELL_POWERSCALEConnection used for connecting to Dell PowerScale.
- ThirdParty Service 
- THIRD_PARTY_SERVICEConnection used for connecting to third-party services.
- PrivateConnection Type Type Unspecified 
- TYPE_UNSPECIFIEDThe default value. This value should never be used.
- PrivateConnection Type Private Service Access 
- PRIVATE_SERVICE_ACCESSConnection used for establishing private services access.
- PrivateConnection Type Netapp Cloud Volumes 
- NETAPP_CLOUD_VOLUMESConnection used for connecting to NetApp Cloud Volumes.
- PrivateConnection Type Dell Powerscale 
- DELL_POWERSCALEConnection used for connecting to Dell PowerScale.
- PrivateConnection Type Third Party Service 
- THIRD_PARTY_SERVICEConnection used for connecting to third-party services.
- TypeUnspecified 
- TYPE_UNSPECIFIEDThe default value. This value should never be used.
- PrivateService Access 
- PRIVATE_SERVICE_ACCESSConnection used for establishing private services access.
- NetappCloud Volumes 
- NETAPP_CLOUD_VOLUMESConnection used for connecting to NetApp Cloud Volumes.
- DellPowerscale 
- DELL_POWERSCALEConnection used for connecting to Dell PowerScale.
- ThirdParty Service 
- THIRD_PARTY_SERVICEConnection used for connecting to third-party services.
- TypeUnspecified 
- TYPE_UNSPECIFIEDThe default value. This value should never be used.
- PrivateService Access 
- PRIVATE_SERVICE_ACCESSConnection used for establishing private services access.
- NetappCloud Volumes 
- NETAPP_CLOUD_VOLUMESConnection used for connecting to NetApp Cloud Volumes.
- DellPowerscale 
- DELL_POWERSCALEConnection used for connecting to Dell PowerScale.
- ThirdParty Service 
- THIRD_PARTY_SERVICEConnection used for connecting to third-party services.
- TYPE_UNSPECIFIED
- TYPE_UNSPECIFIEDThe default value. This value should never be used.
- PRIVATE_SERVICE_ACCESS
- PRIVATE_SERVICE_ACCESSConnection used for establishing private services access.
- NETAPP_CLOUD_VOLUMES
- NETAPP_CLOUD_VOLUMESConnection used for connecting to NetApp Cloud Volumes.
- DELL_POWERSCALE
- DELL_POWERSCALEConnection used for connecting to Dell PowerScale.
- THIRD_PARTY_SERVICE
- THIRD_PARTY_SERVICEConnection used for connecting to third-party services.
- "TYPE_UNSPECIFIED"
- TYPE_UNSPECIFIEDThe default value. This value should never be used.
- "PRIVATE_SERVICE_ACCESS"
- PRIVATE_SERVICE_ACCESSConnection used for establishing private services access.
- "NETAPP_CLOUD_VOLUMES"
- NETAPP_CLOUD_VOLUMESConnection used for connecting to NetApp Cloud Volumes.
- "DELL_POWERSCALE"
- DELL_POWERSCALEConnection used for connecting to Dell PowerScale.
- "THIRD_PARTY_SERVICE"
- THIRD_PARTY_SERVICEConnection used for connecting to third-party services.
Package Details
- Repository
- Google Cloud Native pulumi/pulumi-google-native
- License
- Apache-2.0
Google Cloud Native is in preview. Google Cloud Classic is fully supported.