View Source GoogleApi.Metastore.V1beta.Model.AutoscalingConfig (google_api_metastore v0.10.0)
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.V1beta.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.V1beta.Model.AutoscalingConfig{ autoscalingEnabled: boolean() | nil, autoscalingFactor: number() | nil, limitConfig: GoogleApi.Metastore.V1beta.Model.LimitConfig.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.