VMware Engine v1 API - Class Nsx (1.0.0)

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
Name Description
other Nsx

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

Output only. The state of the appliance.

Property Value
Type Description
NsxTypesState

Version

public string Version { get; set; }

Version of the appliance.

Property Value
Type Description
string