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

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.ExternalAddress

Explore with Pulumi AI

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 ExternalAddress resource in a given private cloud. The network policy that corresponds to the private cloud must have the external IP address network service enabled (NetworkPolicy.external_ip). Auto-naming is currently not supported for this resource.

Create ExternalAddress Resource

Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

Constructor syntax

new ExternalAddress(name: string, args: ExternalAddressArgs, opts?: CustomResourceOptions);
@overload
def ExternalAddress(resource_name: str,
                    args: ExternalAddressArgs,
                    opts: Optional[ResourceOptions] = None)

@overload
def ExternalAddress(resource_name: str,
                    opts: Optional[ResourceOptions] = None,
                    external_address_id: Optional[str] = None,
                    private_cloud_id: Optional[str] = None,
                    description: Optional[str] = None,
                    internal_ip: Optional[str] = None,
                    location: Optional[str] = None,
                    project: Optional[str] = None,
                    request_id: Optional[str] = None)
func NewExternalAddress(ctx *Context, name string, args ExternalAddressArgs, opts ...ResourceOption) (*ExternalAddress, error)
public ExternalAddress(string name, ExternalAddressArgs args, CustomResourceOptions? opts = null)
public ExternalAddress(String name, ExternalAddressArgs args)
public ExternalAddress(String name, ExternalAddressArgs args, CustomResourceOptions options)
type: google-native:vmwareengine/v1:ExternalAddress
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

Parameters

name This property is required. string
The unique name of the resource.
args This property is required. ExternalAddressArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args This property is required. ExternalAddressArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name This property is required. string
The unique name of the resource.
args This property is required. ExternalAddressArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args This property is required. ExternalAddressArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. ExternalAddressArgs
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 externalAddressResource = new GoogleNative.VMwareEngine.V1.ExternalAddress("externalAddressResource", new()
{
    ExternalAddressId = "string",
    PrivateCloudId = "string",
    Description = "string",
    InternalIp = "string",
    Location = "string",
    Project = "string",
    RequestId = "string",
});
Copy
example, err := vmwareengine.NewExternalAddress(ctx, "externalAddressResource", &vmwareengine.ExternalAddressArgs{
	ExternalAddressId: pulumi.String("string"),
	PrivateCloudId:    pulumi.String("string"),
	Description:       pulumi.String("string"),
	InternalIp:        pulumi.String("string"),
	Location:          pulumi.String("string"),
	Project:           pulumi.String("string"),
	RequestId:         pulumi.String("string"),
})
Copy
var externalAddressResource = new ExternalAddress("externalAddressResource", ExternalAddressArgs.builder()
    .externalAddressId("string")
    .privateCloudId("string")
    .description("string")
    .internalIp("string")
    .location("string")
    .project("string")
    .requestId("string")
    .build());
Copy
external_address_resource = google_native.vmwareengine.v1.ExternalAddress("externalAddressResource",
    external_address_id="string",
    private_cloud_id="string",
    description="string",
    internal_ip="string",
    location="string",
    project="string",
    request_id="string")
Copy
const externalAddressResource = new google_native.vmwareengine.v1.ExternalAddress("externalAddressResource", {
    externalAddressId: "string",
    privateCloudId: "string",
    description: "string",
    internalIp: "string",
    location: "string",
    project: "string",
    requestId: "string",
});
Copy
type: google-native:vmwareengine/v1:ExternalAddress
properties:
    description: string
    externalAddressId: string
    internalIp: string
    location: string
    privateCloudId: string
    project: string
    requestId: string
Copy

ExternalAddress 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 ExternalAddress resource accepts the following input properties:

ExternalAddressId
This property is required.
Changes to this property will trigger replacement.
string
Required. The user-provided identifier of the ExternalAddress to be created. This identifier must be unique among ExternalAddress 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)
PrivateCloudId
This property is required.
Changes to this property will trigger replacement.
string
Description string
User-provided description for this resource.
InternalIp string
The internal IP address of a workload VM.
Location Changes to this property will trigger replacement. string
Project Changes to this property will trigger replacement. 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 the 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).
ExternalAddressId
This property is required.
Changes to this property will trigger replacement.
string
Required. The user-provided identifier of the ExternalAddress to be created. This identifier must be unique among ExternalAddress 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)
PrivateCloudId
This property is required.
Changes to this property will trigger replacement.
string
Description string
User-provided description for this resource.
InternalIp string
The internal IP address of a workload VM.
Location Changes to this property will trigger replacement. string
Project Changes to this property will trigger replacement. 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 the 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).
externalAddressId
This property is required.
Changes to this property will trigger replacement.
String
Required. The user-provided identifier of the ExternalAddress to be created. This identifier must be unique among ExternalAddress 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)
privateCloudId
This property is required.
Changes to this property will trigger replacement.
String
description String
User-provided description for this resource.
internalIp String
The internal IP address of a workload VM.
location Changes to this property will trigger replacement. String
project Changes to this property will trigger replacement. 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 the 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).
externalAddressId
This property is required.
Changes to this property will trigger replacement.
string
Required. The user-provided identifier of the ExternalAddress to be created. This identifier must be unique among ExternalAddress 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)
privateCloudId
This property is required.
Changes to this property will trigger replacement.
string
description string
User-provided description for this resource.
internalIp string
The internal IP address of a workload VM.
location Changes to this property will trigger replacement. string
project Changes to this property will trigger replacement. 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 the 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).
external_address_id
This property is required.
Changes to this property will trigger replacement.
str
Required. The user-provided identifier of the ExternalAddress to be created. This identifier must be unique among ExternalAddress 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)
private_cloud_id
This property is required.
Changes to this property will trigger replacement.
str
description str
User-provided description for this resource.
internal_ip str
The internal IP address of a workload VM.
location Changes to this property will trigger replacement. str
project Changes to this property will trigger replacement. 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 the 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).
externalAddressId
This property is required.
Changes to this property will trigger replacement.
String
Required. The user-provided identifier of the ExternalAddress to be created. This identifier must be unique among ExternalAddress 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)
privateCloudId
This property is required.
Changes to this property will trigger replacement.
String
description String
User-provided description for this resource.
internalIp String
The internal IP address of a workload VM.
location Changes to this property will trigger replacement. String
project Changes to this property will trigger replacement. 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 the 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 ExternalAddress resource produces the following output properties:

CreateTime string
Creation time of this resource.
ExternalIp string
The external IP address of a workload VM.
Id string
The provider-assigned unique ID for this managed resource.
Name string
The resource name of this external IP address. 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-a/privateClouds/my-cloud/externalAddresses/my-address
State string
The state of the resource.
Uid string
System-generated unique identifier for the resource.
UpdateTime string
Last update time of this resource.
CreateTime string
Creation time of this resource.
ExternalIp string
The external IP address of a workload VM.
Id string
The provider-assigned unique ID for this managed resource.
Name string
The resource name of this external IP address. 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-a/privateClouds/my-cloud/externalAddresses/my-address
State string
The state of the resource.
Uid string
System-generated unique identifier for the resource.
UpdateTime string
Last update time of this resource.
createTime String
Creation time of this resource.
externalIp String
The external IP address of a workload VM.
id String
The provider-assigned unique ID for this managed resource.
name String
The resource name of this external IP address. 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-a/privateClouds/my-cloud/externalAddresses/my-address
state String
The state of the resource.
uid String
System-generated unique identifier for the resource.
updateTime String
Last update time of this resource.
createTime string
Creation time of this resource.
externalIp string
The external IP address of a workload VM.
id string
The provider-assigned unique ID for this managed resource.
name string
The resource name of this external IP address. 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-a/privateClouds/my-cloud/externalAddresses/my-address
state string
The state of the resource.
uid string
System-generated unique identifier for the resource.
updateTime string
Last update time of this resource.
create_time str
Creation time of this resource.
external_ip str
The external IP address of a workload VM.
id str
The provider-assigned unique ID for this managed resource.
name str
The resource name of this external IP address. 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-a/privateClouds/my-cloud/externalAddresses/my-address
state str
The state of the resource.
uid str
System-generated unique identifier for the resource.
update_time str
Last update time of this resource.
createTime String
Creation time of this resource.
externalIp String
The external IP address of a workload VM.
id String
The provider-assigned unique ID for this managed resource.
name String
The resource name of this external IP address. 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-a/privateClouds/my-cloud/externalAddresses/my-address
state String
The state of the resource.
uid String
System-generated unique identifier for the resource.
updateTime String
Last update time of this resource.

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.

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