GetAutoscalingPolicyResult

data class GetAutoscalingPolicyResult(val basicAlgorithm: BasicAutoscalingAlgorithmResponse, val labels: Map<String, String>, val name: String, val secondaryWorkerConfig: InstanceGroupAutoscalingPolicyConfigResponse, val workerConfig: InstanceGroupAutoscalingPolicyConfigResponse)

Constructors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Optional. The labels to associate with this autoscaling policy. Label keys must contain 1 to 63 characters, and must conform to RFC 1035 (https://www.ietf.org/rfc/rfc1035.txt). Label values may be empty, but, if present, must contain 1 to 63 characters, and must conform to RFC 1035 (https://www.ietf.org/rfc/rfc1035.txt). No more than 32 labels can be associated with an autoscaling policy.

Link copied to clipboard

The "resource name" of the autoscaling policy, as described in https://cloud.google.com/apis/design/resource_names. For projects.regions.autoscalingPolicies, the resource name of the policy has the following format: projects/{project_id}/regions/{region}/autoscalingPolicies/{policy_id} For projects.locations.autoscalingPolicies, the resource name of the policy has the following format: projects/{project_id}/locations/{location}/autoscalingPolicies/{policy_id}

Link copied to clipboard

Optional. Describes how the autoscaler will operate for secondary workers.

Link copied to clipboard

Describes how the autoscaler will operate for primary workers.