autoscalingPolicies property

Map<String, AutoscalingPolicy>? autoscalingPolicies
getter/setter pair

The map with autoscaling policies applied to the cluster.

The key is the identifier of the policy. It must meet the following requirements: * Only contains 1-63 alphanumeric characters and hyphens * Begins with an alphabetical character * Ends with a non-hyphen character * Not formatted as a UUID * Complies with RFC 1034 (section 3.5) Currently there map must contain only one element that describes the autoscaling policy for compute nodes.

Required.

Implementation

core.Map<core.String, AutoscalingPolicy>? autoscalingPolicies;