VMwareEngineExternalAddress
| Property | Value |
|---|---|
| Google Cloud Service Name | Google Cloud VMware Engine |
| Google Cloud Service Documentation | /vmware-engine/docs/ |
| Google Cloud REST Resource Name | v1.projects.locations.privateClouds.externalAddresses |
| Google Cloud REST Resource Documentation | /vmware-engine/docs/reference/rest/v1/projects.locations.privateClouds.externalAddresses |
| Config Connector Resource Short Names | gcpvmwareengineexternaladdress gcpvmwareengineexternaladdresses vmwareengineexternaladdress |
| Config Connector Service Name | vmwareengine.googleapis.com |
| Config Connector Resource Fully Qualified Name | vmwareengineexternaladdresses.vmwareengine.cnrm.cloud.google.com |
| Can Be Referenced by IAMPolicy/IAMPolicyMember | No |
| Config Connector Default Average Reconcile Interval In Seconds | 600 |
Custom Resource Definition Properties
Spec
Schema
description: string
internalIP: string
privateCloudRef:
external: string
name: string
namespace: string
resourceID: string
| Fields | |
|---|---|
|
Optional |
User-provided description for this resource. |
|
Optional |
The internal IP address of a workload VM. |
|
Required |
Required. The resource name of the private cloud to create a new external IP address in. |
|
Optional |
A reference to an externally managed VMwareEnginePrivateCloud resource. Should be in the format "projects/{{projectID}}/locations/{{location}}/privateClouds/{{privatecloudID}}". |
|
Optional |
The name of a VMwareEnginePrivateCloud resource. |
|
Optional |
The namespace of a VMwareEnginePrivateCloud resource. |
|
Optional |
The VMwareEngineExternalAddress name. If not given, the metadata.name will be used. |
Status
Schema
conditions:
- lastTransitionTime: string
message: string
reason: string
status: string
type: string
externalRef: string
observedGeneration: integer
observedState:
createTime: string
externalIP: string
state: string
uid: string
updateTime: string
| Fields | |
|---|---|
conditions |
Conditions represent the latest available observations of the object's current state. |
conditions[] |
|
conditions[].lastTransitionTime |
Last time the condition transitioned from one status to another. |
conditions[].message |
Human-readable message indicating details about last transition. |
conditions[].reason |
Unique, one-word, CamelCase reason for the condition's last transition. |
conditions[].status |
Status is the status of the condition. Can be True, False, Unknown. |
conditions[].type |
Type is the type of the condition. |
externalRef |
A unique specifier for the VMwareEngineExternalAddress resource in Google Cloud. |
observedGeneration |
ObservedGeneration is the generation of the resource that was most recently observed by the Config Connector controller. If this is equal to metadata.generation, then that means that the current reported status reflects the most recent desired state of the resource. |
observedState |
ObservedState is the state of the resource as most recently observed in Google Cloud. |
observedState.createTime |
Output only. Creation time of this resource. |
observedState.externalIP |
Output only. The external IP address of a workload VM. |
observedState.state |
Output only. The state of the resource. |
observedState.uid |
Output only. System-generated unique identifier for the resource. |
observedState.updateTime |
Output only. Last update time of this resource. |