Interface CapacitySpec.ProvisionedOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
CapacitySpec.Provisioned, CapacitySpec.Provisioned.Builder
Enclosing class:
CapacitySpec

public static interface CapacitySpec.ProvisionedOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    The units of provisioned capacity in TRU (Temporal Resource Units).

    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 Details

    • getValue

      double getValue()
       The units of provisioned capacity in TRU (Temporal Resource Units).
       Each TRU unit assigned to the namespace will entitle it with additional APS limits as specified in the documentation.
       
      double value = 1;
      Returns:
      The value.