- 3.22.0 (latest)
- 3.21.0
- 3.20.0
- 3.19.0
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.0
- 3.14.0
- 3.13.0
- 3.12.0
- 3.11.0
- 3.10.0
- 3.9.0
- 3.8.0
- 3.7.0
- 3.6.0
- 3.5.0
- 3.4.0
- 3.3.0
- 3.2.0
- 3.1.0
- 3.0.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.0
- 2.3.0
- 2.2.0
- 2.1.0
- 2.0.0
- 1.4.0
- 1.3.0
- 1.2.0
- 1.1.0
- 1.0.0
public sealed class RouterStatusNatStatus : IMessage<RouterStatusNatStatus>, IEquatable<RouterStatusNatStatus>, IDeepCloneable<RouterStatusNatStatus>, IBufferMessage, IMessageReference documentation and code samples for the Compute Engine v1 API class RouterStatusNatStatus.
Status of a NAT contained in this router.
Implements
IMessageRouterStatusNatStatus, IEquatableRouterStatusNatStatus, IDeepCloneableRouterStatusNatStatus, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
RouterStatusNatStatus()
public RouterStatusNatStatus()RouterStatusNatStatus(RouterStatusNatStatus)
public RouterStatusNatStatus(RouterStatusNatStatus other)| Parameter | |
|---|---|
| Name | Description |
other |
RouterStatusNatStatus |
Properties
AutoAllocatedNatIps
public RepeatedField<string> AutoAllocatedNatIps { get; }A list of IPs auto-allocated for NAT. Example: ["1.1.1.1", "129.2.16.89"]
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
DrainAutoAllocatedNatIps
public RepeatedField<string> DrainAutoAllocatedNatIps { get; }A list of IPs auto-allocated for NAT that are in drain mode. Example: ["1.1.1.1", "179.12.26.133"].
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
DrainUserAllocatedNatIps
public RepeatedField<string> DrainUserAllocatedNatIps { get; }A list of IPs user-allocated for NAT that are in drain mode. Example: ["1.1.1.1", "179.12.26.133"].
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
HasMinExtraNatIpsNeeded
public bool HasMinExtraNatIpsNeeded { get; }Gets whether the "min_extra_nat_ips_needed" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasName
public bool HasName { get; }Gets whether the "name" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasNumVmEndpointsWithNatMappings
public bool HasNumVmEndpointsWithNatMappings { get; }Gets whether the "num_vm_endpoints_with_nat_mappings" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
MinExtraNatIpsNeeded
public int MinExtraNatIpsNeeded { get; set; }The number of extra IPs to allocate. This will be greater than 0 only if user-specified IPs are NOT enough to allow all configured VMs to use NAT. This value is meaningful only when auto-allocation of NAT IPs is not used.
| Property Value | |
|---|---|
| Type | Description |
int |
|
Name
public string Name { get; set; }Unique name of this NAT.
| Property Value | |
|---|---|
| Type | Description |
string |
|
NumVmEndpointsWithNatMappings
public int NumVmEndpointsWithNatMappings { get; set; }Number of VM endpoints (i.e., Nics) that can use NAT.
| Property Value | |
|---|---|
| Type | Description |
int |
|
RuleStatus
public RepeatedField<RouterStatusNatStatusNatRuleStatus> RuleStatus { get; }Status of rules in this NAT.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldRouterStatusNatStatusNatRuleStatus |
|
UserAllocatedNatIpResources
public RepeatedField<string> UserAllocatedNatIpResources { get; }A list of fully qualified URLs of reserved IP address resources.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
UserAllocatedNatIps
public RepeatedField<string> UserAllocatedNatIps { get; }A list of IPs user-allocated for NAT. They will be raw IP strings like "179.12.26.133".
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|