Interface InterconnectAttachmentConfigurationConstraintsBgpPeerASNRangeOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getMax()
      optional uint32 max = 107876;
      int getMin()
      optional uint32 min = 108114;
      boolean hasMax()
      optional uint32 max = 107876;
      boolean hasMin()
      optional uint32 min = 108114;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasMax

        boolean hasMax()
        optional uint32 max = 107876;
        Returns:
        Whether the max field is set.
      • getMax

        int getMax()
        optional uint32 max = 107876;
        Returns:
        The max.
      • hasMin

        boolean hasMin()
        optional uint32 min = 108114;
        Returns:
        Whether the min field is set.
      • getMin

        int getMin()
        optional uint32 min = 108114;
        Returns:
        The min.