public static interface Router.InterfaceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getIpv4Cidr()
IP address and range of the interface.
|
com.google.protobuf.ByteString |
getIpv4CidrBytes()
IP address and range of the interface.
|
String |
getIpv6Cidr()
IPv6 address and range of the interface.
|
com.google.protobuf.ByteString |
getIpv6CidrBytes()
IPv6 address and range of the interface.
|
String |
getLinkedInterconnectAttachment()
The canonical name of the linked Interconnect attachment.
|
com.google.protobuf.ByteString |
getLinkedInterconnectAttachmentBytes()
The canonical name of the linked Interconnect attachment.
|
String |
getLoopbackIpAddresses(int index)
Create loopback interface in the router when specified.
|
com.google.protobuf.ByteString |
getLoopbackIpAddressesBytes(int index)
Create loopback interface in the router when specified.
|
int |
getLoopbackIpAddressesCount()
Create loopback interface in the router when specified.
|
List<String> |
getLoopbackIpAddressesList()
Create loopback interface in the router when specified.
|
String |
getName()
Name of this interface entry.
|
com.google.protobuf.ByteString |
getNameBytes()
Name of this interface entry.
|
String |
getSubnetwork()
The canonical name of the subnetwork resource that this interface
belongs to.
|
com.google.protobuf.ByteString |
getSubnetworkBytes()
The canonical name of the subnetwork resource that this interface
belongs to.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Name of this interface entry. Unique within the Zones resource.
string name = 1;com.google.protobuf.ByteString getNameBytes()
Name of this interface entry. Unique within the Zones resource.
string name = 1;String getIpv4Cidr()
IP address and range of the interface.
string ipv4_cidr = 3;com.google.protobuf.ByteString getIpv4CidrBytes()
IP address and range of the interface.
string ipv4_cidr = 3;String getIpv6Cidr()
IPv6 address and range of the interface.
string ipv6_cidr = 6;com.google.protobuf.ByteString getIpv6CidrBytes()
IPv6 address and range of the interface.
string ipv6_cidr = 6;String getLinkedInterconnectAttachment()
The canonical name of the linked Interconnect attachment.
string linked_interconnect_attachment = 2;com.google.protobuf.ByteString getLinkedInterconnectAttachmentBytes()
The canonical name of the linked Interconnect attachment.
string linked_interconnect_attachment = 2;String getSubnetwork()
The canonical name of the subnetwork resource that this interface belongs to.
string subnetwork = 4;com.google.protobuf.ByteString getSubnetworkBytes()
The canonical name of the subnetwork resource that this interface belongs to.
string subnetwork = 4;List<String> getLoopbackIpAddressesList()
Create loopback interface in the router when specified. The number of IP addresses must match the number of TOR devices.
repeated string loopback_ip_addresses = 5;int getLoopbackIpAddressesCount()
Create loopback interface in the router when specified. The number of IP addresses must match the number of TOR devices.
repeated string loopback_ip_addresses = 5;String getLoopbackIpAddresses(int index)
Create loopback interface in the router when specified. The number of IP addresses must match the number of TOR devices.
repeated string loopback_ip_addresses = 5;index - The index of the element to return.com.google.protobuf.ByteString getLoopbackIpAddressesBytes(int index)
Create loopback interface in the router when specified. The number of IP addresses must match the number of TOR devices.
repeated string loopback_ip_addresses = 5;index - The index of the value to return.Copyright © 2025 Google LLC. All rights reserved.