GoogleApi.VMwareEngine.V1.Model.HcxActivationKey (google_api_v_mware_engine v0.5.0)
View SourceHCX 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
-
activationKey
(type:String.t
, default:nil
) - Output only. HCX activation key. -
createTime
(type:DateTime.t
, default:nil
) - Output only. Creation time of HCX activation key. -
name
(type:String.t
, default:nil
) - 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
-
state
(type:String.t
, default:nil
) - Output only. State of HCX activation key. -
uid
(type:String.t
, default:nil
) - Output only. System-generated unique identifier for the resource.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.VMwareEngine.V1.Model.HcxActivationKey{ activationKey: String.t() | nil, createTime: DateTime.t() | nil, name: String.t() | nil, state: String.t() | nil, uid: String.t() | nil }