Resource: HcxActivationKey
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.
JSON representation |
---|
{
"name": string,
"createTime": string,
"state": enum ( |
Fields | |
---|---|
name |
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: |
createTime |
Output only. Creation time of HCX activation key. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
state |
Output only. State of HCX activation key. |
activationKey |
Output only. HCX activation key. |
uid |
Output only. System-generated unique identifier for the resource. |
State
State of HCX activation key
Enums | |
---|---|
STATE_UNSPECIFIED |
Unspecified state. |
AVAILABLE |
State of a newly generated activation key. |
CONSUMED |
State of key when it has been used to activate HCX appliance. |
CREATING |
State of key when it is being created. |
Methods |
|
---|---|
|
Creates a new HCX activation key in a given private cloud. |
|
Retrieves a HcxActivationKey resource by its resource name. |
|
Gets the access control policy for a resource. |
|
Lists HcxActivationKey resources in a given private cloud. |
|
Sets the access control policy on the specified resource. |
|
Returns permissions that a caller has on the specified resource. |