public sealed class RouterStatusNatStatusNatRuleStatus : IMessage<RouterStatusNatStatusNatRuleStatus>, IEquatable<RouterStatusNatStatusNatRuleStatus>, IDeepCloneable<RouterStatusNatStatusNatRuleStatus>, IBufferMessage, IMessage
Status of a NAT Rule contained in this NAT.
Implements
IMessage<RouterStatusNatStatusNatRuleStatus>, IEquatable<RouterStatusNatStatusNatRuleStatus>, IDeepCloneable<RouterStatusNatStatusNatRuleStatus>, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
RouterStatusNatStatusNatRuleStatus()
public RouterStatusNatStatusNatRuleStatus()
RouterStatusNatStatusNatRuleStatus(RouterStatusNatStatusNatRuleStatus)
public RouterStatusNatStatusNatRuleStatus(RouterStatusNatStatusNatRuleStatus other)
Parameter | |
---|---|
Name | Description |
other | RouterStatusNatStatusNatRuleStatus |
Properties
ActiveNatIps
public RepeatedField<string> ActiveNatIps { get; }
A list of active IPs for NAT. Example: ["1.1.1.1", "179.12.26.133"].
Property Value | |
---|---|
Type | Description |
RepeatedField<String> |
DrainNatIps
public RepeatedField<string> DrainNatIps { get; }
A list of IPs for NAT that are in drain mode. Example: ["1.1.1.1", "179.12.26.133"].
Property Value | |
---|---|
Type | Description |
RepeatedField<String> |
HasMinExtraIpsNeeded
public bool HasMinExtraIpsNeeded { get; }
Gets whether the "min_extra_ips_needed" field is set
Property Value | |
---|---|
Type | Description |
Boolean |
HasNumVmEndpointsWithNatMappings
public bool HasNumVmEndpointsWithNatMappings { get; }
Gets whether the "num_vm_endpoints_with_nat_mappings" field is set
Property Value | |
---|---|
Type | Description |
Boolean |
HasRuleNumber
public bool HasRuleNumber { get; }
Gets whether the "rule_number" field is set
Property Value | |
---|---|
Type | Description |
Boolean |
MinExtraIpsNeeded
public int MinExtraIpsNeeded { get; set; }
The number of extra IPs to allocate. This will be greater than 0 only if the existing IPs in this NAT Rule are NOT enough to allow all configured VMs to use NAT.
Property Value | |
---|---|
Type | Description |
Int32 |
NumVmEndpointsWithNatMappings
public int NumVmEndpointsWithNatMappings { get; set; }
Number of VM endpoints (i.e., NICs) that have NAT Mappings from this NAT Rule.
Property Value | |
---|---|
Type | Description |
Int32 |
RuleNumber
public int RuleNumber { get; set; }
Rule number of the rule.
Property Value | |
---|---|
Type | Description |
Int32 |