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

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

Reference documentation and code samples for the VMware Engine v1 API class Nsx.

Details about a NSX Manager appliance.

Inheritance

Object > Nsx

Namespace

Google.Cloud.VmwareEngine.V1

Assembly

Google.Cloud.VmwareEngine.V1.dll

Constructors

Nsx()

public Nsx()

Nsx(Nsx)

public Nsx(Nsx other)
Parameter
NameDescription
otherNsx

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 Nsx.Types.State State { get; set; }

Output only. The state of the appliance.

Property Value
TypeDescription
Nsx.Types.State

Version

public string Version { get; set; }

Version of the appliance.

Property Value
TypeDescription
String