Interface VolumeConfig.LunRangeOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    VolumeConfig.LunRange, VolumeConfig.LunRange.Builder
    Enclosing class:
    VolumeConfig

    public static interface VolumeConfig.LunRangeOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getQuantity()
      Number of LUNs to create.
      int getSizeGb()
      The requested size of each LUN, in GB.
      • 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

      • getQuantity

        int getQuantity()
         Number of LUNs to create.
         
        int32 quantity = 1;
        Returns:
        The quantity.
      • getSizeGb

        int getSizeGb()
         The requested size of each LUN, in GB.
         
        int32 size_gb = 2;
        Returns:
        The sizeGb.