Interface RouteInfoOrBuilder (1.25.0)

public interface RouteInfoOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDestIpRange()

public abstract String getDestIpRange()

Destination IP range of the route.

string dest_ip_range = 3;

Returns
TypeDescription
String

The destIpRange.

getDestIpRangeBytes()

public abstract ByteString getDestIpRangeBytes()

Destination IP range of the route.

string dest_ip_range = 3;

Returns
TypeDescription
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
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
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
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
List<String>

A list containing the destPortRanges.

getDisplayName()

public abstract String getDisplayName()

Name of a route.

string display_name = 1;

Returns
TypeDescription
String

The displayName.

getDisplayNameBytes()

public abstract ByteString getDisplayNameBytes()