Interface IpRule.PortRangeOrBuilder (2.76.0)

public static interface IpRule.PortRangeOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getMax()

public abstract long getMax()

Maximum port value.

int64 max = 2;

Returns
Type Description
long

The max.

getMin()

public abstract long getMin()

Minimum port value.

int64 min = 1;

Returns
Type Description
long

The min.