Reference documentation and code samples for the Google Cloud Vmware Engine V1 Client class ExternalAddress.
Represents an allocated external IP address and its corresponding internal IP address in a private cloud.
Generated from protobuf message google.cloud.vmwareengine.v1.ExternalAddress
Namespace
Google \ Cloud \ VmwareEngine \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Output only. 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
↳ create_time
↳ update_time
↳ internal_ip
string
The internal IP address of a workload VM.
↳ external_ip
string
Output only. The external IP address of a workload VM.
↳ state
int
Output only. The state of the resource.
↳ uid
string
Output only. System-generated unique identifier for the resource.
↳ description
string
User-provided description for this resource.
getName
Output only. 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
string
setName
Output only. 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
var
string
$this
getCreateTime
Output only. Creation time of this resource.
hasCreateTime
clearCreateTime
setCreateTime
Output only. Creation time of this resource.
$this
getUpdateTime
Output only. Last update time of this resource.
hasUpdateTime
clearUpdateTime
setUpdateTime
Output only. Last update time of this resource.
$this
getInternalIp
The internal IP address of a workload VM.
string
setInternalIp
The internal IP address of a workload VM.
var
string
$this
getExternalIp
Output only. The external IP address of a workload VM.
string
setExternalIp
Output only. The external IP address of a workload VM.
var
string
$this
getState
Output only. The state of the resource.
int
setState
Output only. The state of the resource.
var
int
$this
getUid
Output only. System-generated unique identifier for the resource.
string
setUid
Output only. System-generated unique identifier for the resource.
var
string
$this
getDescription
User-provided description for this resource.
string
setDescription
User-provided description for this resource.
var
string
$this