public sealed class NatIpInfo : IMessage<NatIpInfo>, IEquatable<NatIpInfo>, IDeepCloneable<NatIpInfo>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class NatIpInfo.
Contains NAT IP information of a NAT config (i.e. usage status, mode).
Implements
IMessageNatIpInfo, IEquatableNatIpInfo, IDeepCloneableNatIpInfo, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
NatIpInfo()
public NatIpInfo()
NatIpInfo(NatIpInfo)
public NatIpInfo(NatIpInfo other)
Parameter | |
---|---|
Name | Description |
other |
NatIpInfo |
Properties
HasNatName
public bool HasNatName { get; }
Gets whether the "nat_name" field is set
Property Value | |
---|---|
Type | Description |
bool |
NatIpInfoMappings
public RepeatedField<NatIpInfoNatIpInfoMapping> NatIpInfoMappings { get; }
A list of all NAT IPs assigned to this NAT config.
Property Value | |
---|---|
Type | Description |
RepeatedFieldNatIpInfoNatIpInfoMapping |
NatName
public string NatName { get; set; }
Name of the NAT config which the NAT IP belongs to.
Property Value | |
---|---|
Type | Description |
string |