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

description

Optional

string

User-provided description for this resource.

internalIP

Optional

string

The internal IP address of a workload VM.

privateCloudRef

Required

object

Required. The resource name of the private cloud to create a new external IP address in.

privateCloudRef.external

Optional

string

A reference to an externally managed VMwareEnginePrivateCloud resource. Should be in the format "projects/{{projectID}}/locations/{{location}}/privateClouds/{{privatecloudID}}".

privateCloudRef.name

Optional

string

The name of a VMwareEnginePrivateCloud resource.

privateCloudRef.namespace

Optional

string

The namespace of a VMwareEnginePrivateCloud resource.

resourceID

Optional

string

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

list (object)

Conditions represent the latest available observations of the object's current state.

conditions[]

object

conditions[].lastTransitionTime

string

Last time the condition transitioned from one status to another.

conditions[].message

string

Human-readable message indicating details about last transition.

conditions[].reason

string

Unique, one-word, CamelCase reason for the condition's last transition.

conditions[].status

string

Status is the status of the condition. Can be True, False, Unknown.

conditions[].type

string

Type is the type of the condition.

externalRef

string

A unique specifier for the VMwareEngineExternalAddress resource in Google Cloud.

observedGeneration

integer

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

object

ObservedState is the state of the resource as most recently observed in Google Cloud.

observedState.createTime

string

Output only. Creation time of this resource.

observedState.externalIP

string

Output only. The external IP address of a workload VM.

observedState.state

string

Output only. The state of the resource.

observedState.uid

string

Output only. System-generated unique identifier for the resource.

observedState.updateTime

string

Output only. Last update time of this resource.