public sealed class Hcx : IMessage<Hcx>, IEquatable<Hcx>, IDeepCloneable<Hcx>, IBufferMessage, IMessage
Reference documentation and code samples for the VMware Engine v1 API class Hcx.
Details about a HCX Cloud Manager appliance.
Namespace
Google.Cloud.VmwareEngine.V1Assembly
Google.Cloud.VmwareEngine.V1.dll
Constructors
Hcx()
public Hcx()
Hcx(Hcx)
public Hcx(Hcx other)
Parameter | |
---|---|
Name | Description |
other |
Hcx |
Properties
Fqdn
public string Fqdn { get; set; }
Fully qualified domain name of the appliance.
Property Value | |
---|---|
Type | Description |
string |
InternalIp
public string InternalIp { get; set; }
Internal IP address of the appliance.
Property Value | |
---|---|
Type | Description |
string |
State
public Hcx.Types.State State { get; set; }
Output only. The state of the appliance.
Property Value | |
---|---|
Type | Description |
HcxTypesState |
Version
public string Version { get; set; }
Version of the appliance.
Property Value | |
---|---|
Type | Description |
string |