public interface RouteInfoOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getDestIpRange()
public abstract String getDestIpRange()
Destination IP range of the route.
string dest_ip_range = 3;
Returns | |
---|---|
Type | Description |
String | The destIpRange. |
getDestIpRangeBytes()
public abstract ByteString getDestIpRangeBytes()
Destination IP range of the route.
string dest_ip_range = 3;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for destIpRange. |
getDestPortRanges(int index)
public abstract String getDestPortRanges(int index)
Destination port ranges of the route. Policy based routes only.
repeated string dest_port_ranges = 11;
Parameter | |
---|---|
Name | Description |
index | int The index of the element to return. |
Returns | |
---|---|
Type | Description |
String | The destPortRanges at the given index. |
getDestPortRangesBytes(int index)
public abstract ByteString getDestPortRangesBytes(int index)
Destination port ranges of the route. Policy based routes only.
repeated string dest_port_ranges = 11;
Parameter | |
---|---|
Name | Description |
index | int The index of the value to return. |
Returns | |
---|---|
Type | Description |
ByteString | The bytes of the destPortRanges at the given index. |
getDestPortRangesCount()
public abstract int getDestPortRangesCount()
Destination port ranges of the route. Policy based routes only.
repeated string dest_port_ranges = 11;
Returns | |
---|---|
Type | Description |
int | The count of destPortRanges. |
getDestPortRangesList()
public abstract List<String> getDestPortRangesList()
Destination port ranges of the route. Policy based routes only.
repeated string dest_port_ranges = 11;
Returns | |
---|---|
Type | Description |
List<String> | A list containing the destPortRanges. |
getDisplayName()
public abstract String getDisplayName()
Name of a route.
string display_name = 1;
Returns | |
---|---|
Type | Description |
String | The displayName. |
getDisplayNameBytes()
public abstract ByteString getDisplayNameBytes()