VMware Engine v1 API - Class HcxActivationKey (1.3.0)

public sealed class HcxActivationKey : IMessage<HcxActivationKey>, IEquatable<HcxActivationKey>, IDeepCloneable<HcxActivationKey>, IBufferMessage, IMessage

Reference documentation and code samples for the VMware Engine v1 API class 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][google.cloud.vmwareengine.v1.VmwareEngine.ListHcxActivationKeys] to retrieve existing keys and [VmwareEngine.CreateHcxActivationKey][google.cloud.vmwareengine.v1.VmwareEngine.CreateHcxActivationKey] to create new ones.

Inheritance

object > HcxActivationKey

Namespace

Google.Cloud.VmwareEngine.V1

Assembly

Google.Cloud.VmwareEngine.V1.dll

Constructors

HcxActivationKey()

public HcxActivationKey()

HcxActivationKey(HcxActivationKey)

public HcxActivationKey(HcxActivationKey other)
Parameter
NameDescription
otherHcxActivationKey

Properties

ActivationKey

public string ActivationKey { get; set; }

Output only. HCX activation key.

Property Value
TypeDescription
string

CreateTime

public Timestamp CreateTime { get; set; }

Output only. Creation time of HCX activation key.

Property Value
TypeDescription
Timestamp

HcxActivationKeyName

public HcxActivationKeyName HcxActivationKeyName { get; set; }

HcxActivationKeyName-typed view over the Name resource name property.

Property Value
TypeDescription
HcxActivationKeyName

Name

public string Name { get; set; }

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

Property Value
TypeDescription
string

State

public HcxActivationKey.Types.State State { get; set; }

Output only. State of HCX activation key.

Property Value
TypeDescription
HcxActivationKeyTypesState

Uid

public string Uid { get; set; }

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

Property Value
TypeDescription
string