HcxActivationKey(mapping=None, *, ignore_unknown_fields=False, **kwargs)
HCX activation key. A default key is created during private cloud provisioning, but this behavior is subject to change and you should always verify active keys. Use VmwareEngine.ListHcxActivationKeys to retrieve existing keys and VmwareEngine.CreateHcxActivationKey to create new ones.
Attributes | |
---|---|
Name | Description |
name |
str
Output only. The resource name of this HcxActivationKey. 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/privateClouds/my-cloud/hcxActivationKeys/my-key
|
create_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. Creation time of HCX activation key. |
state |
google.cloud.vmwareengine_v1.types.HcxActivationKey.State
Output only. State of HCX activation key. |
activation_key |
str
Output only. HCX activation key. |
uid |
str
Output only. System-generated unique identifier for the resource. |
Classes
State
State(value)
State of HCX activation key
Values: STATE_UNSPECIFIED (0): Unspecified state. AVAILABLE (1): State of a newly generated activation key. CONSUMED (2): State of key when it has been used to activate HCX appliance. CREATING (3): State of key when it is being created.