public sealed class VmEndpointNatMappings : IMessage<VmEndpointNatMappings>, IEquatable<VmEndpointNatMappings>, IDeepCloneable<VmEndpointNatMappings>, IBufferMessage, IMessageReference documentation and code samples for the Compute Engine v1 API class VmEndpointNatMappings.
Contain information of Nat mapping for a VM endpoint (i.e., NIC).
Implements
IMessageVmEndpointNatMappings, IEquatableVmEndpointNatMappings, IDeepCloneableVmEndpointNatMappings, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
VmEndpointNatMappings()
public VmEndpointNatMappings()VmEndpointNatMappings(VmEndpointNatMappings)
public VmEndpointNatMappings(VmEndpointNatMappings other)| Parameter | |
|---|---|
| Name | Description |
other |
VmEndpointNatMappings |
Properties
HasInstanceName
public bool HasInstanceName { get; }Gets whether the "instance_name" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
InstanceName
public string InstanceName { get; set; }Name of the VM instance which the endpoint belongs to
| Property Value | |
|---|---|
| Type | Description |
string |
|
InterfaceNatMappings
public RepeatedField<VmEndpointNatMappingsInterfaceNatMappings> InterfaceNatMappings { get; }| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldVmEndpointNatMappingsInterfaceNatMappings |
|