View Source GoogleApi.Metastore.V1.Model.AutoscalingConfig (google_api_metastore v0.11.1)
Represents the autoscaling configuration of a metastore service.
Attributes
-
autoscalingEnabled(type:boolean(), default:nil) - Optional. Whether or not autoscaling is enabled for this service. -
autoscalingFactor(type:number(), default:nil) - Output only. The scaling factor of a service with autoscaling enabled. -
limitConfig(type:GoogleApi.Metastore.V1.Model.LimitConfig.t, default:nil) - Optional. The LimitConfig of the service.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Metastore.V1.Model.AutoscalingConfig{ autoscalingEnabled: boolean() | nil, autoscalingFactor: number() | nil, limitConfig: GoogleApi.Metastore.V1.Model.LimitConfig.t() | nil }