Class AutoscalingConfig.AutoscalingLimits

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
com.google.spanner.admin.instance.v1.AutoscalingConfig.AutoscalingLimits
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, AutoscalingConfig.AutoscalingLimitsOrBuilder, Serializable
Enclosing class:
AutoscalingConfig

public static final class AutoscalingConfig.AutoscalingLimits extends com.google.protobuf.GeneratedMessage implements AutoscalingConfig.AutoscalingLimitsOrBuilder
 The autoscaling limits for the instance. Users can define the minimum and
 maximum compute capacity allocated to the instance, and the autoscaler will
 only scale within that range. Users can either use nodes or processing
 units to specify the limits, but should use the same unit to set both the
 min_limit and max_limit.
 
Protobuf type google.spanner.admin.instance.v1.AutoscalingConfig.AutoscalingLimits
See Also:
  • Field Details

    • MIN_NODES_FIELD_NUMBER

      public static final int MIN_NODES_FIELD_NUMBER
      See Also:
    • MIN_PROCESSING_UNITS_FIELD_NUMBER

      public static final int MIN_PROCESSING_UNITS_FIELD_NUMBER
      See Also:
    • MAX_NODES_FIELD_NUMBER

      public static final int MAX_NODES_FIELD_NUMBER
      See Also:
    • MAX_PROCESSING_UNITS_FIELD_NUMBER

      public static final int MAX_PROCESSING_UNITS_FIELD_NUMBER
      See Also:
  • Method Details