Class VmEndpointNatMappings
Contain information of Nat mapping for a VM endpoint (i.e., NIC).
Implements
Inherited Members
Namespace: Google.Apis.Compute.beta.Data
Assembly: Google.Apis.Compute.beta.dll
Syntax
public class VmEndpointNatMappings : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
InstanceName
Name of the VM instance which the endpoint belongs to
Declaration
[JsonProperty("instanceName")]
public virtual string InstanceName { get; set; }
Property Value
Type | Description |
---|---|
string |
InterfaceNatMappings
Declaration
[JsonProperty("interfaceNatMappings")]
public virtual IList<VmEndpointNatMappingsInterfaceNatMappings> InterfaceNatMappings { get; set; }
Property Value
Type | Description |
---|---|
IList<VmEndpointNatMappingsInterfaceNatMappings> |