GetInstanceGroupManagerResizeRequestResult

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)

Constructors

fun GetInstanceGroupManagerResizeRequestResult(count: Int, creationTimestamp: String, description: String, kind: String, name: String, queuingPolicy: QueuingPolicyResponse, selfLink: String, selfLinkWithId: String, state: String, status: InstanceGroupManagerResizeRequestStatusResponse, zone: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val count: Int

The count of instances to create as part of this resize request.

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

The resource type, which is always compute#instanceGroupManagerResizeRequest for resize requests.

Link copied to clipboard

The name of this resize request. The name must be 1-63 characters long, and comply with RFC1035.

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

The URL for this resize request. The server defines this URL.

Link copied to clipboard

Server-defined URL for this resource with the resource id.

Link copied to clipboard

Output only Current state of the request.

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.

Link copied to clipboard

The URL of a zone where the resize request is located. Populated only for zonal resize requests.