1. Packages
  2. Google Cloud Native
  3. API Docs
  4. vmwareengine
  5. vmwareengine/v1
  6. VmwareEngineNetwork

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi

google-native.vmwareengine/v1.VmwareEngineNetwork

Explore with Pulumi AI

google-native logo

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi

    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.

    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.GoogleNative.VMwareEngine.V1.VmwareEngineNetworkType
    VMware Engine network type.
    VmwareEngineNetworkId string
    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
    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).
    Type VmwareEngineNetworkType
    VMware Engine network type.
    VmwareEngineNetworkId string
    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
    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).
    type VmwareEngineNetworkType
    VMware Engine network type.
    vmwareEngineNetworkId String
    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
    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).
    type VmwareEngineNetworkType
    VMware Engine network type.
    vmwareEngineNetworkId string
    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
    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).
    type VmwareEngineNetworkType
    VMware Engine network type.
    vmware_engine_network_id str
    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.
    vmwareEngineNetworkId String
    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
    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).

    Outputs

    All input properties are implicitly available as output properties. Additionally, the VmwareEngineNetwork 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 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.
    UpdateTime string
    Last update time of this resource.
    VpcNetworks List<Pulumi.GoogleNative.VMwareEngine.V1.Outputs.VpcNetworkResponse>
    VMware Engine service VPC networks that provide connectivity from a private cloud to customer projects, the internet, and other Google Cloud services.
    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 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.
    UpdateTime string
    Last update time of this resource.
    VpcNetworks []VpcNetworkResponse
    VMware Engine service VPC networks that provide connectivity from a private cloud to customer projects, the internet, and other Google Cloud services.
    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 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.
    updateTime String
    Last update time of this resource.
    vpcNetworks List<VpcNetworkResponse>
    VMware Engine service VPC networks that provide connectivity from a private cloud to customer projects, the internet, and other Google Cloud services.
    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 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.
    updateTime string
    Last update time of this resource.
    vpcNetworks VpcNetworkResponse[]
    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[VpcNetworkResponse]
    VMware Engine service VPC networks that provide connectivity from a private cloud to customer projects, the internet, and other Google Cloud services.
    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 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.
    updateTime String
    Last update time of this resource.
    vpcNetworks 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

    TypeUnspecified
    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.
    VmwareEngineNetworkTypeTypeUnspecified
    TYPE_UNSPECIFIEDThe default value. This value should never be used.
    VmwareEngineNetworkTypeLegacy
    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.
    VmwareEngineNetworkTypeStandard
    STANDARDStandard network type used for private cloud connectivity.
    TypeUnspecified
    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.
    TypeUnspecified
    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

    Network string
    The relative resource name of the service VPC network this VMware Engine network is attached to. For example: projects/123123/global/networks/my-network
    Type string
    Type of VPC network (INTRANET, INTERNET, or GOOGLE_CLOUD)
    Network string
    The relative resource name of the service VPC network this VMware Engine network is attached to. For example: projects/123123/global/networks/my-network
    Type string
    Type of VPC network (INTRANET, INTERNET, or GOOGLE_CLOUD)
    network String
    The relative resource name of the service VPC network this VMware Engine network is attached to. For example: projects/123123/global/networks/my-network
    type String
    Type of VPC network (INTRANET, INTERNET, or GOOGLE_CLOUD)
    network string
    The relative resource name of the service VPC network this VMware Engine network is attached to. For example: projects/123123/global/networks/my-network
    type string
    Type of VPC network (INTRANET, INTERNET, or GOOGLE_CLOUD)
    network str
    The relative resource name of the service VPC network this VMware Engine network is attached to. For example: projects/123123/global/networks/my-network
    type str
    Type of VPC network (INTRANET, INTERNET, or GOOGLE_CLOUD)
    network String
    The relative resource name of the service VPC network this VMware Engine network is attached to. For example: projects/123123/global/networks/my-network
    type String
    Type of VPC network (INTRANET, INTERNET, or GOOGLE_CLOUD)

    Package Details

    Repository
    Google Cloud Native pulumi/pulumi-google-native
    License
    Apache-2.0
    google-native logo

    Google Cloud Native is in preview. Google Cloud Classic is fully supported.

    Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi