@Generated(value="by GAPIC") @BetaApi public final class VmEndpointNatMappingsInterfaceNatMappings extends Object implements ApiMessage
Modifier and Type | Class and Description |
---|---|
static class |
VmEndpointNatMappingsInterfaceNatMappings.Builder |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
ApiMessage |
getApiMessageRequestBody() |
static VmEndpointNatMappingsInterfaceNatMappings |
getDefaultInstance() |
List<String> |
getFieldMask() |
Object |
getFieldValue(String fieldName) |
List<String> |
getNatIpPortRangesList()
A list of all IP:port-range mappings assigned to this interface.
|
Integer |
getNumTotalNatPorts()
Total number of ports across all NAT IPs allocated to this interface.
|
String |
getSourceAliasIpRange()
Alias IP range for this interface endpoint.
|
String |
getSourceVirtualIp()
Primary IP of the VM for this NIC.
|
int |
hashCode() |
static VmEndpointNatMappingsInterfaceNatMappings.Builder |
newBuilder() |
static VmEndpointNatMappingsInterfaceNatMappings.Builder |
newBuilder(VmEndpointNatMappingsInterfaceNatMappings prototype) |
VmEndpointNatMappingsInterfaceNatMappings.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> getNatIpPortRangesList()
public Integer getNumTotalNatPorts()
public String getSourceAliasIpRange()
public String getSourceVirtualIp()
public static VmEndpointNatMappingsInterfaceNatMappings.Builder newBuilder()
public static VmEndpointNatMappingsInterfaceNatMappings.Builder newBuilder(VmEndpointNatMappingsInterfaceNatMappings prototype)
public VmEndpointNatMappingsInterfaceNatMappings.Builder toBuilder()
public static VmEndpointNatMappingsInterfaceNatMappings getDefaultInstance()
Copyright © 2019 Google LLC. All rights reserved.