Interface RouterApplianceInstanceOrBuilder (1.3.0)

public interface RouterApplianceInstanceOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getIpAddress()

public abstract String getIpAddress()

The IP address of the network interface to use for peering.

string ip_address = 3;

Returns
TypeDescription
String

The ipAddress.

getIpAddressBytes()

public abstract ByteString getIpAddressBytes()

The IP address of the network interface to use for peering.

string ip_address = 3;

Returns
TypeDescription
ByteString

The bytes for ipAddress.

getNetworkInterface() (deprecated)

public abstract String getNetworkInterface()

Deprecated. google.cloud.networkconnectivity.v1alpha1.RouterApplianceInstance.network_interface is deprecated. See google/cloud/networkconnectivity/v1alpha1/hub.proto;l=533

string network_interface = 2 [deprecated = true];

Returns
TypeDescription
String

The networkInterface.

getNetworkInterfaceBytes() (deprecated)

public abstract ByteString getNetworkInterfaceBytes()

Deprecated. google.cloud.networkconnectivity.v1alpha1.RouterApplianceInstance.network_interface is deprecated. See google/cloud/networkconnectivity/v1alpha1/hub.proto;l=533

string network_interface = 2 [deprecated = true];

Returns
TypeDescription
ByteString

The bytes for networkInterface.

getVirtualMachine()

public abstract String getVirtualMachine()

The URI of the virtual machine resource

string virtual_machine = 1 [(.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The virtualMachine.

getVirtualMachineBytes()

public abstract ByteString getVirtualMachineBytes()

The URI of the virtual machine resource

string virtual_machine = 1 [(.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for virtualMachine.