Get Instance Group Manager Resize Request Result
data class GetInstanceGroupManagerResizeRequestResult(val count: Int, val creationTimestamp: String, val description: String, val kind: String, val name: String, val queuingPolicy: QueuingPolicyResponse, val selfLink: String, val selfLinkWithId: String, val state: String, val status: InstanceGroupManagerResizeRequestStatusResponse, val zone: String)
Properties
Link copied to clipboard
The creation timestamp for this resize request in RFC3339 text format.
Link copied to clipboard
An optional description of this resource.
Link copied to clipboard
When set, defines queing parameters for the requested deferred capacity. When unset, the request starts provisioning immediately, or fails if immediate provisioning is not possible.
Link copied to clipboard
Server-defined URL for this resource with the resource id.
Link copied to clipboard
Output only Status of the request. The Status message is aligned with QueuedResource.status. ResizeRequest.queuing_policy contains the queuing policy as provided by the user; it could have either valid_until_time or valid_until_duration. ResizeRequest.status.queuing_policy always contains absolute time as calculated by the server when the request is queued.