Google Cloud Native is in preview. Google Cloud Classic is fully supported.
google-native.vmwareengine/v1.VmwareEngineNetwork
Explore with Pulumi AI
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Creates a new VMware Engine network that can be used by a private cloud. Auto-naming is currently not supported for this resource.
Create VmwareEngineNetwork Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new VmwareEngineNetwork(name: string, args: VmwareEngineNetworkArgs, opts?: CustomResourceOptions);
@overload
def VmwareEngineNetwork(resource_name: str,
args: VmwareEngineNetworkArgs,
opts: Optional[ResourceOptions] = None)
@overload
def VmwareEngineNetwork(resource_name: str,
opts: Optional[ResourceOptions] = None,
type: Optional[VmwareEngineNetworkType] = None,
vmware_engine_network_id: Optional[str] = None,
description: Optional[str] = None,
etag: Optional[str] = None,
location: Optional[str] = None,
project: Optional[str] = None,
request_id: Optional[str] = None)
func NewVmwareEngineNetwork(ctx *Context, name string, args VmwareEngineNetworkArgs, opts ...ResourceOption) (*VmwareEngineNetwork, error)
public VmwareEngineNetwork(string name, VmwareEngineNetworkArgs args, CustomResourceOptions? opts = null)
public VmwareEngineNetwork(String name, VmwareEngineNetworkArgs args)
public VmwareEngineNetwork(String name, VmwareEngineNetworkArgs args, CustomResourceOptions options)
type: google-native:vmwareengine/v1:VmwareEngineNetwork
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 VmwareEngineNetworkArgs
- 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 VmwareEngineNetworkArgs
- 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 VmwareEngineNetworkArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args VmwareEngineNetworkArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args VmwareEngineNetworkArgs
- 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 vmwareEngineNetworkResource = new GoogleNative.VMwareEngine.V1.VmwareEngineNetwork("vmwareEngineNetworkResource", new()
{
Type = GoogleNative.VMwareEngine.V1.VmwareEngineNetworkType.TypeUnspecified,
VmwareEngineNetworkId = "string",
Description = "string",
Etag = "string",
Location = "string",
Project = "string",
RequestId = "string",
});
example, err := vmwareengine.NewVmwareEngineNetwork(ctx, "vmwareEngineNetworkResource", &vmwareengine.VmwareEngineNetworkArgs{
Type: vmwareengine.VmwareEngineNetworkTypeTypeUnspecified,
VmwareEngineNetworkId: pulumi.String("string"),
Description: pulumi.String("string"),
Etag: pulumi.String("string"),
Location: pulumi.String("string"),
Project: pulumi.String("string"),
RequestId: pulumi.String("string"),
})
var vmwareEngineNetworkResource = new VmwareEngineNetwork("vmwareEngineNetworkResource", VmwareEngineNetworkArgs.builder()
.type("TYPE_UNSPECIFIED")
.vmwareEngineNetworkId("string")
.description("string")
.etag("string")
.location("string")
.project("string")
.requestId("string")
.build());
vmware_engine_network_resource = google_native.vmwareengine.v1.VmwareEngineNetwork("vmwareEngineNetworkResource",
type=google_native.vmwareengine.v1.VmwareEngineNetworkType.TYPE_UNSPECIFIED,
vmware_engine_network_id="string",
description="string",
etag="string",
location="string",
project="string",
request_id="string")
const vmwareEngineNetworkResource = new google_native.vmwareengine.v1.VmwareEngineNetwork("vmwareEngineNetworkResource", {
type: google_native.vmwareengine.v1.VmwareEngineNetworkType.TypeUnspecified,
vmwareEngineNetworkId: "string",
description: "string",
etag: "string",
location: "string",
project: "string",
requestId: "string",
});
type: google-native:vmwareengine/v1:VmwareEngineNetwork
properties:
description: string
etag: string
location: string
project: string
requestId: string
type: TYPE_UNSPECIFIED
vmwareEngineNetworkId: string
VmwareEngineNetwork Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The VmwareEngineNetwork resource accepts the following input properties:
- Type
Pulumi.
Google Native. VMware Engine. V1. Vmware Engine Network Type - VMware Engine network type.
- Vmware
Engine stringNetwork Id - Required. The user-provided identifier of the new VMware Engine network. This identifier must be unique among VMware Engine network resources within the parent and becomes the final token in the name URI. The identifier must meet the following requirements: * For networks of type LEGACY, adheres to the format:
{region-id}-default
. Replace{region-id}
with the region where you want to create the VMware Engine network. For example, "us-central1-default". * 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) - Description string
- User-provided description for this VMware Engine network.
- Etag string
- Checksum that may be sent on update and delete requests to ensure that the user-provided value is up to date before the server processes a request. The server computes checksums based on the value of other fields in the request.
- Location string
- Project string
- Request
Id 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).
- Type
Vmware
Engine Network Type - VMware Engine network type.
- Vmware
Engine stringNetwork Id - Required. The user-provided identifier of the new VMware Engine network. This identifier must be unique among VMware Engine network resources within the parent and becomes the final token in the name URI. The identifier must meet the following requirements: * For networks of type LEGACY, adheres to the format:
{region-id}-default
. Replace{region-id}
with the region where you want to create the VMware Engine network. For example, "us-central1-default". * 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) - Description string
- User-provided description for this VMware Engine network.
- Etag string
- Checksum that may be sent on update and delete requests to ensure that the user-provided value is up to date before the server processes a request. The server computes checksums based on the value of other fields in the request.
- Location string
- Project string
- Request
Id 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).
- type
Vmware
Engine Network Type - VMware Engine network type.
- vmware
Engine StringNetwork Id - Required. The user-provided identifier of the new VMware Engine network. This identifier must be unique among VMware Engine network resources within the parent and becomes the final token in the name URI. The identifier must meet the following requirements: * For networks of type LEGACY, adheres to the format:
{region-id}-default
. Replace{region-id}
with the region where you want to create the VMware Engine network. For example, "us-central1-default". * 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) - description String
- User-provided description for this VMware Engine network.
- etag String
- Checksum that may be sent on update and delete requests to ensure that the user-provided value is up to date before the server processes a request. The server computes checksums based on the value of other fields in the request.
- location String
- project String
- request
Id 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).
- type
Vmware
Engine Network Type - VMware Engine network type.
- vmware
Engine stringNetwork Id - Required. The user-provided identifier of the new VMware Engine network. This identifier must be unique among VMware Engine network resources within the parent and becomes the final token in the name URI. The identifier must meet the following requirements: * For networks of type LEGACY, adheres to the format:
{region-id}-default
. Replace{region-id}
with the region where you want to create the VMware Engine network. For example, "us-central1-default". * 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) - description string
- User-provided description for this VMware Engine network.
- etag string
- Checksum that may be sent on update and delete requests to ensure that the user-provided value is up to date before the server processes a request. The server computes checksums based on the value of other fields in the request.
- location string
- project string
- request
Id 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).
- type
Vmware
Engine Network Type - VMware Engine network type.
- vmware_
engine_ strnetwork_ id - Required. The user-provided identifier of the new VMware Engine network. This identifier must be unique among VMware Engine network resources within the parent and becomes the final token in the name URI. The identifier must meet the following requirements: * For networks of type LEGACY, adheres to the format:
{region-id}-default
. Replace{region-id}
with the region where you want to create the VMware Engine network. For example, "us-central1-default". * 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) - description str
- User-provided description for this VMware Engine network.
- etag str
- Checksum that may be sent on update and delete requests to ensure that the user-provided value is up to date before the server processes a request. The server computes checksums based on the value of other fields in the request.
- 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).
- type "TYPE_UNSPECIFIED" | "LEGACY" | "STANDARD"
- VMware Engine network type.
- vmware
Engine StringNetwork Id - Required. The user-provided identifier of the new VMware Engine network. This identifier must be unique among VMware Engine network resources within the parent and becomes the final token in the name URI. The identifier must meet the following requirements: * For networks of type LEGACY, adheres to the format:
{region-id}-default
. Replace{region-id}
with the region where you want to create the VMware Engine network. For example, "us-central1-default". * 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) - description String
- User-provided description for this VMware Engine network.
- etag String
- Checksum that may be sent on update and delete requests to ensure that the user-provided value is up to date before the server processes a request. The server computes checksums based on the value of other fields in the request.
- location String
- project String
- request
Id 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).
Outputs
All input properties are implicitly available as output properties. Additionally, the VmwareEngineNetwork resource produces the following output properties:
- Create
Time string - Creation time of this resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- The resource name of the VMware Engine network. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example:
projects/my-project/locations/global/vmwareEngineNetworks/my-network
- State string
- State of the VMware Engine network.
- Uid string
- System-generated unique identifier for the resource.
- Update
Time string - Last update time of this resource.
- Vpc
Networks List<Pulumi.Google Native. VMware Engine. V1. Outputs. Vpc Network Response> - VMware Engine service VPC networks that provide connectivity from a private cloud to customer projects, the internet, and other Google Cloud services.
- Create
Time string - Creation time of this resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- The resource name of the VMware Engine network. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example:
projects/my-project/locations/global/vmwareEngineNetworks/my-network
- State string
- State of the VMware Engine network.
- Uid string
- System-generated unique identifier for the resource.
- Update
Time string - Last update time of this resource.
- Vpc
Networks []VpcNetwork Response - VMware Engine service VPC networks that provide connectivity from a private cloud to customer projects, the internet, and other Google Cloud services.
- create
Time String - Creation time of this resource.
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- The resource name of the VMware Engine network. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example:
projects/my-project/locations/global/vmwareEngineNetworks/my-network
- state String
- State of the VMware Engine network.
- uid String
- System-generated unique identifier for the resource.
- update
Time String - Last update time of this resource.
- vpc
Networks List<VpcNetwork Response> - VMware Engine service VPC networks that provide connectivity from a private cloud to customer projects, the internet, and other Google Cloud services.
- create
Time string - Creation time of this resource.
- id string
- The provider-assigned unique ID for this managed resource.
- name string
- The resource name of the VMware Engine network. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example:
projects/my-project/locations/global/vmwareEngineNetworks/my-network
- state string
- State of the VMware Engine network.
- uid string
- System-generated unique identifier for the resource.
- update
Time string - Last update time of this resource.
- vpc
Networks VpcNetwork Response[] - VMware Engine service VPC networks that provide connectivity from a private cloud to customer projects, the internet, and other Google Cloud services.
- 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 VMware Engine network. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example:
projects/my-project/locations/global/vmwareEngineNetworks/my-network
- state str
- State of the VMware Engine network.
- uid str
- System-generated unique identifier for the resource.
- update_
time str - Last update time of this resource.
- vpc_
networks Sequence[VpcNetwork Response] - VMware Engine service VPC networks that provide connectivity from a private cloud to customer projects, the internet, and other Google Cloud services.
- create
Time String - Creation time of this resource.
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- The resource name of the VMware Engine network. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example:
projects/my-project/locations/global/vmwareEngineNetworks/my-network
- state String
- State of the VMware Engine network.
- uid String
- System-generated unique identifier for the resource.
- update
Time String - Last update time of this resource.
- vpc
Networks List<Property Map> - VMware Engine service VPC networks that provide connectivity from a private cloud to customer projects, the internet, and other Google Cloud services.
Supporting Types
VmwareEngineNetworkType, VmwareEngineNetworkTypeArgs
- Type
Unspecified - TYPE_UNSPECIFIEDThe default value. This value should never be used.
- Legacy
- LEGACYNetwork type used by private clouds created in projects without a network of type
STANDARD
. This network type is no longer used for new VMware Engine private cloud deployments. - Standard
- STANDARDStandard network type used for private cloud connectivity.
- Vmware
Engine Network Type Type Unspecified - TYPE_UNSPECIFIEDThe default value. This value should never be used.
- Vmware
Engine Network Type Legacy - LEGACYNetwork type used by private clouds created in projects without a network of type
STANDARD
. This network type is no longer used for new VMware Engine private cloud deployments. - Vmware
Engine Network Type Standard - STANDARDStandard network type used for private cloud connectivity.
- Type
Unspecified - TYPE_UNSPECIFIEDThe default value. This value should never be used.
- Legacy
- LEGACYNetwork type used by private clouds created in projects without a network of type
STANDARD
. This network type is no longer used for new VMware Engine private cloud deployments. - Standard
- STANDARDStandard network type used for private cloud connectivity.
- Type
Unspecified - TYPE_UNSPECIFIEDThe default value. This value should never be used.
- Legacy
- LEGACYNetwork type used by private clouds created in projects without a network of type
STANDARD
. This network type is no longer used for new VMware Engine private cloud deployments. - Standard
- STANDARDStandard network type used for private cloud connectivity.
- TYPE_UNSPECIFIED
- TYPE_UNSPECIFIEDThe default value. This value should never be used.
- LEGACY
- LEGACYNetwork type used by private clouds created in projects without a network of type
STANDARD
. This network type is no longer used for new VMware Engine private cloud deployments. - STANDARD
- STANDARDStandard network type used for private cloud connectivity.
- "TYPE_UNSPECIFIED"
- TYPE_UNSPECIFIEDThe default value. This value should never be used.
- "LEGACY"
- LEGACYNetwork type used by private clouds created in projects without a network of type
STANDARD
. This network type is no longer used for new VMware Engine private cloud deployments. - "STANDARD"
- STANDARDStandard network type used for private cloud connectivity.
VpcNetworkResponse, VpcNetworkResponseArgs
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.