View Source GoogleApi.Compute.V1.Model.FutureReservation (google_api_compute v0.60.0)
Attributes
-
autoCreatedReservationsDeleteTime
(type:String.t
, default:nil
) - Future timestamp when the FR auto-created reservations will be deleted by Compute Engine. Format of this field must be a valid href="https://www.ietf.org/rfc/rfc3339.txt">RFC3339 value. -
autoCreatedReservationsDuration
(type:GoogleApi.Compute.V1.Model.Duration.t
, default:nil
) - Specifies the duration of auto-created reservations. It represents relative time to future reservation start_time when auto-created reservations will be automatically deleted by Compute Engine. Duration time unit is represented as a count of seconds and fractions of seconds at nanosecond resolution. -
autoDeleteAutoCreatedReservations
(type:boolean()
, default:nil
) - Setting for enabling or disabling automatic deletion for auto-created reservation. If set to true, auto-created reservations will be deleted at Future Reservation's end time (default) or at user's defined timestamp if any of the [auto_created_reservations_delete_time, auto_created_reservations_duration] values is specified. For keeping auto-created reservation indefinitely, this value should be set to false. -
creationTimestamp
(type:String.t
, default:nil
) - [Output Only] The creation timestamp for this future reservation in RFC3339 text format. -
description
(type:String.t
, default:nil
) - An optional description of this resource. Provide this property when you create the future reservation. -
id
(type:String.t
, default:nil
) - [Output Only] A unique identifier for this future reservation. The server defines this identifier. -
kind
(type:String.t
, default:compute#futureReservation
) - [Output Only] Type of the resource. Always compute#futureReservation for future reservations. -
name
(type:String.t
, default:nil
) - 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. -
namePrefix
(type:String.t
, default:nil
) - 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-####. -
planningStatus
(type:String.t
, default:nil
) - Planning state before being submitted for evaluation -
selfLink
(type:String.t
, default:nil
) - [Output Only] Server-defined fully-qualified URL for this resource. -
selfLinkWithId
(type:String.t
, default:nil
) - [Output Only] Server-defined URL for this resource with the resource id. -
shareSettings
(type:GoogleApi.Compute.V1.Model.ShareSettings.t
, default:nil
) - List of Projects/Folders to share with. -
specificReservationRequired
(type:boolean()
, default:nil
) - Indicates whether the auto-created reservation can be consumed by VMs with affinity for "any" reservation. If the field is set, then only VMs that target the reservation by name can consume from the delivered reservation. If set to true,the delivered resevervation will have the same name as the future reservation. -
specificSkuProperties
(type:GoogleApi.Compute.V1.Model.FutureReservationSpecificSKUProperties.t
, default:nil
) - Future Reservation configuration to indicate instance properties and total count. -
status
(type:GoogleApi.Compute.V1.Model.FutureReservationStatus.t
, default:nil
) - [Output only] Status of the Future Reservation -
timeWindow
(type:GoogleApi.Compute.V1.Model.FutureReservationTimeWindow.t
, default:nil
) - Time window for this Future Reservation. -
zone
(type:String.t
, default:nil
) - [Output Only] URL of the Zone where this future reservation resides.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Compute.V1.Model.FutureReservation{ autoCreatedReservationsDeleteTime: String.t() | nil, autoCreatedReservationsDuration: GoogleApi.Compute.V1.Model.Duration.t() | nil, autoDeleteAutoCreatedReservations: boolean() | nil, creationTimestamp: String.t() | nil, description: String.t() | nil, id: String.t() | nil, kind: String.t() | nil, name: String.t() | nil, namePrefix: String.t() | nil, planningStatus: String.t() | nil, selfLink: String.t() | nil, selfLinkWithId: String.t() | nil, shareSettings: GoogleApi.Compute.V1.Model.ShareSettings.t() | nil, specificReservationRequired: boolean() | nil, specificSkuProperties: GoogleApi.Compute.V1.Model.FutureReservationSpecificSKUProperties.t() | nil, status: GoogleApi.Compute.V1.Model.FutureReservationStatus.t() | nil, timeWindow: GoogleApi.Compute.V1.Model.FutureReservationTimeWindow.t() | nil, zone: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.