Interface InterconnectAttachmentConfigurationConstraintsBgpPeerASNRangeOrBuilder (1.51.0)

public interface InterconnectAttachmentConfigurationConstraintsBgpPeerASNRangeOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getMax()

public abstract int getMax()

optional uint32 max = 107876;

Returns
TypeDescription
int

The max.

getMin()

public abstract int getMin()

optional uint32 min = 108114;

Returns
TypeDescription
int

The min.

hasMax()

public abstract boolean hasMax()

optional uint32 max = 107876;

Returns
TypeDescription
boolean

Whether the max field is set.

hasMin()

public abstract boolean hasMin()

optional uint32 min = 108114;

Returns
TypeDescription
boolean

Whether the min field is set.