Interface VmEndpointNatMappingsOrBuilder (1.91.0)

public interface VmEndpointNatMappingsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getInstanceName()

public abstract String getInstanceName()

Output only. Name of the VM instance which the endpoint belongs to

optional string instance_name = 227947509;

Returns
Type Description
String

The instanceName.

getInstanceNameBytes()

public abstract ByteString getInstanceNameBytes()

Output only. Name of the VM instance which the endpoint belongs to

optional string instance_name = 227947509;

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

Parameter
Name Description
index int
Returns
Type Description
VmEndpointNatMappingsInterfaceNatMappings

getInterfaceNatMappingsCount()

public abstract int getInterfaceNatMappingsCount()

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

Returns
Type Description
int

getInterfaceNatMappingsList()

public abstract List<VmEndpointNatMappingsInterfaceNatMappings> getInterfaceNatMappingsList()

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

Returns
Type Description
List<VmEndpointNatMappingsInterfaceNatMappings>

getInterfaceNatMappingsOrBuilder(int index)

public abstract VmEndpointNatMappingsInterfaceNatMappingsOrBuilder getInterfaceNatMappingsOrBuilder(int index)

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

Parameter
Name Description
index int
Returns
Type Description
VmEndpointNatMappingsInterfaceNatMappingsOrBuilder

getInterfaceNatMappingsOrBuilderList()

public abstract List<? extends VmEndpointNatMappingsInterfaceNatMappingsOrBuilder> getInterfaceNatMappingsOrBuilderList()

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

Returns
Type Description
List<? extends com.google.cloud.compute.v1.VmEndpointNatMappingsInterfaceNatMappingsOrBuilder>

hasInstanceName()

public abstract boolean hasInstanceName()

Output only. Name of the VM instance which the endpoint belongs to

optional string instance_name = 227947509;

Returns
Type Description
boolean

Whether the instanceName field is set.