@Generated(value="by GAPIC") @BetaApi public final class RouterStatusNatStatus extends Object implements ApiMessage
Modifier and Type | Class and Description |
---|---|
static class |
RouterStatusNatStatus.Builder |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
ApiMessage |
getApiMessageRequestBody() |
List<String> |
getAutoAllocatedNatIpsList()
A list of IPs auto-allocated for NAT.
|
static RouterStatusNatStatus |
getDefaultInstance() |
List<String> |
getFieldMask() |
Object |
getFieldValue(String fieldName) |
Integer |
getMinExtraNatIpsNeeded()
The number of extra IPs to allocate.
|
String |
getName()
Unique name of this NAT.
|
Integer |
getNumVmEndpointsWithNatMappings()
Number of VM endpoints (i.e., Nics) that can use NAT.
|
List<String> |
getUserAllocatedNatIpResourcesList()
A list of fully qualified URLs of reserved IP address resources.
|
List<String> |
getUserAllocatedNatIpsList()
A list of IPs user-allocated for NAT.
|
int |
hashCode() |
static RouterStatusNatStatus.Builder |
newBuilder() |
static RouterStatusNatStatus.Builder |
newBuilder(RouterStatusNatStatus prototype) |
RouterStatusNatStatus.Builder |
toBuilder() |
String |
toString() |
public Object getFieldValue(String fieldName)
getFieldValue
in interface ApiMessage
@Nullable public ApiMessage getApiMessageRequestBody()
getApiMessageRequestBody
in interface ApiMessage
@Nullable public List<String> getFieldMask()
getFieldMask
in interface ApiMessage
public List<String> getAutoAllocatedNatIpsList()
public Integer getMinExtraNatIpsNeeded()
public String getName()
public Integer getNumVmEndpointsWithNatMappings()
public List<String> getUserAllocatedNatIpResourcesList()
public List<String> getUserAllocatedNatIpsList()
public static RouterStatusNatStatus.Builder newBuilder()
public static RouterStatusNatStatus.Builder newBuilder(RouterStatusNatStatus prototype)
public RouterStatusNatStatus.Builder toBuilder()
public static RouterStatusNatStatus getDefaultInstance()
Copyright © 2019 Google LLC. All rights reserved.