public interface VmEndpointNatMappingsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getInstanceName()
public abstract String getInstanceName()Name of the VM instance which the endpoint belongs to
optional string instance_name = 227947509;
| Type | Description |
| String | The instanceName. |
getInstanceNameBytes()
public abstract ByteString getInstanceNameBytes()Name of the VM instance which the endpoint belongs to
optional string instance_name = 227947509;
| Type | Description |
| ByteString | The bytes for instanceName. |
getInterfaceNatMappings(int index)
public abstract VmEndpointNatMappingsInterfaceNatMappings getInterfaceNatMappings(int index)
repeated .google.cloud.compute.v1.VmEndpointNatMappingsInterfaceNatMappings interface_nat_mappings = 256196617;
| Name | Description |
| index | int |
| Type | Description |
| VmEndpointNatMappingsInterfaceNatMappings |
getInterfaceNatMappingsCount()
public abstract int getInterfaceNatMappingsCount()
repeated .google.cloud.compute.v1.VmEndpointNatMappingsInterfaceNatMappings interface_nat_mappings = 256196617;
| Type | Description |
| int |
getInterfaceNatMappingsList()
public abstract List<VmEndpointNatMappingsInterfaceNatMappings> getInterfaceNatMappingsList()
repeated .google.cloud.compute.v1.VmEndpointNatMappingsInterfaceNatMappings interface_nat_mappings = 256196617;
| Type | Description |
| List<VmEndpointNatMappingsInterfaceNatMappings> |
getInterfaceNatMappingsOrBuilder(int index)
public abstract VmEndpointNatMappingsInterfaceNatMappingsOrBuilder getInterfaceNatMappingsOrBuilder(int index)
repeated .google.cloud.compute.v1.VmEndpointNatMappingsInterfaceNatMappings interface_nat_mappings = 256196617;
| Name | Description |
| index | int |
| Type | Description |
| VmEndpointNatMappingsInterfaceNatMappingsOrBuilder |
getInterfaceNatMappingsOrBuilderList()
public abstract List<? extends VmEndpointNatMappingsInterfaceNatMappingsOrBuilder> getInterfaceNatMappingsOrBuilderList()
repeated .google.cloud.compute.v1.VmEndpointNatMappingsInterfaceNatMappings interface_nat_mappings = 256196617;
| Type | Description |
| List<? extends com.google.cloud.compute.v1.VmEndpointNatMappingsInterfaceNatMappingsOrBuilder> |
hasInstanceName()
public abstract boolean hasInstanceName()Name of the VM instance which the endpoint belongs to
optional string instance_name = 227947509;
| Type | Description |
| boolean | Whether the instanceName field is set. |