GetFutureReservationResult

data class GetFutureReservationResult(val creationTimestamp: String, val description: String, val kind: String, val name: String, val namePrefix: String, val planningStatus: String, val selfLink: String, val selfLinkWithId: String, val shareSettings: ShareSettingsResponse, val specificSkuProperties: FutureReservationSpecificSKUPropertiesResponse, val status: FutureReservationStatusResponse, val timeWindow: FutureReservationTimeWindowResponse, val zone: String)

Constructors

Link copied to clipboard
constructor(creationTimestamp: String, description: String, kind: String, name: String, namePrefix: String, planningStatus: String, selfLink: String, selfLinkWithId: String, shareSettings: ShareSettingsResponse, specificSkuProperties: FutureReservationSpecificSKUPropertiesResponse, status: FutureReservationStatusResponse, timeWindow: FutureReservationTimeWindowResponse, zone: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The creation timestamp for this future reservation in RFC3339 text format.

Link copied to clipboard

An optional description of this resource. Provide this property when you create the future reservation.

Link copied to clipboard

Type of the resource. Always compute#futureReservation for future reservations.

Link copied to clipboard

The name of the resource, provided by the client when initially creating the resource. The resource name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? 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.

Link copied to clipboard

Name prefix for the reservations to be created at the time of delivery. The name prefix must comply with RFC1035. Maximum allowed length for name prefix is 20. Automatically created reservations name format will be -date-####.

Link copied to clipboard

Planning state before being submitted for evaluation

Link copied to clipboard

Server-defined fully-qualified URL for this resource.

Link copied to clipboard

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

Link copied to clipboard

List of Projects/Folders to share with.

Link copied to clipboard

Future Reservation configuration to indicate instance properties and total count.

Link copied to clipboard

Output only Status of the Future Reservation

Link copied to clipboard

Time window for this Future Reservation.

Link copied to clipboard

URL of the Zone where this future reservation resides.