Interface VmEndpointNatMappingsOrBuilder (1.51.0)

public interface VmEndpointNatMappingsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getInstanceName()

public abstract String getInstanceName()

Name of the VM instance which the endpoint belongs to

optional string instance_name = 227947509;

Returns
TypeDescription
String

The instanceName.

getInstanceNameBytes()

public abstract ByteString getInstanceNameBytes()

Name of the VM instance which the endpoint belongs to

optional string instance_name = 227947509;

Returns
TypeDescription
ByteString

The bytes for instanceName.

getInterfaceNatMappings(int index)

public abstract VmEndpointNatMappingsInterfaceNatMappings getInterfaceNatMappings(int index)

repeated .google.cloud.compute.v1.VmEndpointNatMappingsInterfaceNatMappings interface_nat_mappings = 256196617;

Parameter
NameDescription
indexint
Returns
TypeDescription
VmEndpointNatMappingsInterfaceNatMappings

getInterfaceNatMappingsCount()

public abstract int getInterfaceNatMappingsCount()

repeated .google.cloud.compute.v1.VmEndpointNatMappingsInterfaceNatMappings interface_nat_mappings = 256196617;

Returns
TypeDescription
int

getInterfaceNatMappingsList()

public abstract List<VmEndpointNatMappingsInterfaceNatMappings> getInterfaceNatMappingsList()

repeated .google.cloud.compute.v1.VmEndpointNatMappingsInterfaceNatMappings interface_nat_mappings = 256196617;

Returns
TypeDescription
List<VmEndpointNatMappingsInterfaceNatMappings>

getInterfaceNatMappingsOrBuilder(int index)

public abstract VmEndpointNatMappingsInterfaceNatMappingsOrBuilder getInterfaceNatMappingsOrBuilder(int index)

repeated .google.cloud.compute.v1.VmEndpointNatMappingsInterfaceNatMappings interface_nat_mappings = 256196617;

Parameter
NameDescription
indexint
Returns
TypeDescription
VmEndpointNatMappingsInterfaceNatMappingsOrBuilder

getInterfaceNatMappingsOrBuilderList()

public abstract List<? extends VmEndpointNatMappingsInterfaceNatMappingsOrBuilder> getInterfaceNatMappingsOrBuilderList()

repeated .google.cloud.compute.v1.VmEndpointNatMappingsInterfaceNatMappings interface_nat_mappings = 256196617;

Returns
TypeDescription
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;

Returns
TypeDescription
boolean

Whether the instanceName field is set.