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() (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];
| Type | Description |
| 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];
| 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. |