VMware Engine v1 API - Class Hcx (1.0.0-beta02)

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.

Inheritance

Object > Hcx

Namespace

Google.Cloud.VmwareEngine.V1

Assembly

Google.Cloud.VmwareEngine.V1.dll

Constructors

Hcx()

public Hcx()

Hcx(Hcx)

public Hcx(Hcx other)
Parameter
NameDescription
otherHcx

Properties

Fqdn

public string Fqdn { get; set; }

Fully qualified domain name of the appliance.

Property Value
TypeDescription
String

InternalIp

public string InternalIp { get; set; }

Internal IP address of the appliance.

Property Value
TypeDescription
String

State

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

Output only. The state of the appliance.

Property Value
TypeDescription
Hcx.Types.State

Version

public string Version { get; set; }

Version of the appliance.

Property Value
TypeDescription
String