public sealed class HcxActivationKey : IMessage<HcxActivationKey>, IEquatable<HcxActivationKey>, IDeepCloneable<HcxActivationKey>, IBufferMessage, IMessageReference 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.
Implements
IMessageHcxActivationKey, IEquatableHcxActivationKey, IDeepCloneableHcxActivationKey, IBufferMessage, IMessageNamespace
Google.Cloud.VmwareEngine.V1Assembly
Google.Cloud.VmwareEngine.V1.dll
Constructors
HcxActivationKey()
public HcxActivationKey()HcxActivationKey(HcxActivationKey)
public HcxActivationKey(HcxActivationKey other)| Parameter | |
|---|---|
| Name | Description |
other |
HcxActivationKey |
Properties
ActivationKey
public string ActivationKey { get; set; }Output only. HCX activation key.
| Property Value | |
|---|---|
| Type | Description |
string |
|
CreateTime
public Timestamp CreateTime { get; set; }Output only. Creation time of HCX activation key.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
HcxActivationKeyName
public HcxActivationKeyName HcxActivationKeyName { get; set; }HcxActivationKeyName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
string |
|
State
public HcxActivationKey.Types.State State { get; set; }Output only. State of HCX activation key.
| Property Value | |
|---|---|
| Type | Description |
HcxActivationKeyTypesState |
|
Uid
public string Uid { get; set; }Output only. System-generated unique identifier for the resource.
| Property Value | |
|---|---|
| Type | Description |
string |
|