Class Nsx
Details about a NSX Manager appliance.
Implements
Inherited Members
Namespace: Google.Apis.VMwareEngine.v1.Data
Assembly: Google.Apis.VMwareEngine.v1.dll
Syntax
public class Nsx : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Fqdn
Fully qualified domain name of the appliance.
Declaration
[JsonProperty("fqdn")]
public virtual string Fqdn { get; set; }
Property Value
Type | Description |
---|---|
string |
InternalIp
Internal IP address of the appliance.
Declaration
[JsonProperty("internalIp")]
public virtual string InternalIp { get; set; }
Property Value
Type | Description |
---|---|
string |
State
Output only. The state of the appliance.
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type | Description |
---|---|
string |
Version
Version of the appliance.
Declaration
[JsonProperty("version")]
public virtual string Version { get; set; }
Property Value
Type | Description |
---|---|
string |