public interface RouterApplianceInstanceOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getIpAddress()
public abstract String getIpAddress()The IP address of the network interface to use for peering.
string ip_address = 3;
| Type | Description |
| String | The ipAddress. |
getIpAddressBytes()
public abstract ByteString getIpAddressBytes()The IP address of the network interface to use for peering.
string ip_address = 3;
| Type | Description |
| ByteString | The bytes for ipAddress. |
getNetworkInterface()
public abstract String getNetworkInterface()string network_interface = 2 [deprecated = true];
| Type | Description |
| String | The networkInterface. |
getNetworkInterfaceBytes()
public abstract ByteString getNetworkInterfaceBytes()string network_interface = 2 [deprecated = true];
| Type | Description |
| 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) = { ... }
| Type | Description |
| String | The virtualMachine. |
getVirtualMachineBytes()
public abstract ByteString getVirtualMachineBytes()The URI of the virtual machine resource
string virtual_machine = 1 [(.google.api.resource_reference) = { ... }
| Type | Description |
| ByteString | The bytes for virtualMachine. |