pub struct RegionAutoscalerResult {
pub autoscaling_policy: Output<RegionAutoscalerAutoscalingPolicy>,
pub creation_timestamp: Output<String>,
pub description: Output<Option<String>>,
pub name: Output<String>,
pub project: Output<String>,
pub region: Output<String>,
pub self_link: Output<String>,
pub target: Output<String>,
}
Fields§
§autoscaling_policy: Output<RegionAutoscalerAutoscalingPolicy>
The configuration parameters for the autoscaling algorithm. You can define one or more of the policies for an autoscaler: cpuUtilization, customMetricUtilizations, and loadBalancingUtilization. If none of these are specified, the default will be to autoscale based on cpuUtilization to 0.6 or 60%. Structure is documented below.
creation_timestamp: Output<String>
Creation timestamp in RFC3339 text format.
description: Output<Option<String>>
An optional description of this resource.
name: Output<String>
Name of the resource. The name must be 1-63 characters long and match
the regular expression a-z?
which means the
first character must be a lowercase letter, and all following
characters must be a dash, lowercase letter, or digit, except the last
character, which cannot be a dash.
project: Output<String>
§region: Output<String>
URL of the region where the instance group resides.
self_link: Output<String>
The URI of the created resource.
target: Output<String>
URL of the managed instance group that this autoscaler will scale.