- 1.39.0 (latest)
- 1.38.0
- 1.37.0
- 1.36.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.26.0
- 1.25.0
- 1.24.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.1
- 1.19.2
- 1.18.0
- 1.17.0
- 1.16.1
- 1.15.0
- 1.14.1
- 1.13.0
- 1.12.1
- 1.11.0
- 1.10.1
- 1.9.0
- 1.8.0
- 1.7.0
- 1.6.1
- 1.5.2
- 1.4.0
- 1.3.2
- 1.2.0
- 1.1.0
- 1.0.0
- 0.9.0
- 0.8.0
- 0.7.0
- 0.6.0
- 0.5.0
- 0.4.2
- 0.3.0
- 0.2.1
- 0.1.0
AutoscalingPolicy(mapping=None, *, ignore_unknown_fields=False, **kwargs)Cloud Autoscaler policy.
Attributes
| Name | Description |
cool_down_period_sec |
int
The number of seconds that the autoscaler waits before it starts collecting information from a new instance. This prevents the autoscaler from collecting information when the instance is initializing, during which the collected usage would not be reliable. The default time autoscaler waits is 60 seconds. Virtual machine initialization times might vary because of numerous factors. We recommend that you test how long an instance may take to initialize. To do this, create an instance and time the startup process. This field is a member of oneof_ _cool_down_period_sec.
|
cpu_utilization |
google.cloud.compute_v1.types.AutoscalingPolicyCpuUtilization
Defines the CPU utilization policy that allows the autoscaler to scale based on the average CPU utilization of a managed instance group. This field is a member of oneof_ _cpu_utilization.
|
custom_metric_utilizations |
Sequence[google.cloud.compute_v1.types.AutoscalingPolicyCustomMetricUtilization]
Configuration parameters of autoscaling based on a custom metric. |
load_balancing_utilization |
google.cloud.compute_v1.types.AutoscalingPolicyLoadBalancingUtilization
Configuration parameters of autoscaling based on load balancer. This field is a member of oneof_ _load_balancing_utilization.
|
max_num_replicas |
int
The maximum number of instances that the autoscaler can scale out to. This is required when creating or updating an autoscaler. The maximum number of replicas must not be lower than minimal number of replicas. This field is a member of oneof_ _max_num_replicas.
|
min_num_replicas |
int
The minimum number of replicas that the autoscaler can scale in to. This cannot be less than 0. If not provided, autoscaler chooses a default value depending on maximum number of instances allowed. This field is a member of oneof_ _min_num_replicas.
|
mode |
google.cloud.compute_v1.types.AutoscalingPolicy.Mode
Defines operating mode for this policy. This field is a member of oneof_ _mode.
|
scale_in_control |
google.cloud.compute_v1.types.AutoscalingPolicyScaleInControl
This field is a member of oneof_ _scale_in_control.
|
scaling_schedules |
Sequence[google.cloud.compute_v1.types.AutoscalingPolicy.ScalingSchedulesEntry]
Scaling schedules defined for an autoscaler. Multiple schedules can be set on an autoscaler, and they can overlap. During overlapping periods the greatest min_required_replicas of all scaling schedules is applied. Up to 128 scaling schedules are allowed. |
Classes
Mode
Mode(value)Defines operating mode for this policy.
ScalingSchedulesEntry
ScalingSchedulesEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)The abstract base class for a message.
| Name | Description |
kwargs |
dict
Keys and values corresponding to the fields of the message. |
mapping |
Union[dict,
A dictionary or message to be used to determine the values for this message. |
ignore_unknown_fields |
Optional(bool)
If True, do not raise errors for unknown fields. Only applied if |