Class FutureReservation
Inheritance
FutureReservation
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class FutureReservation : IDirectResponseSchema
Properties
AdvancedDeploymentControl
Advanced control for cluster management, applicable only to DENSE deployment type future reservations.
Declaration
[JsonProperty("advancedDeploymentControl")]
public virtual ReservationAdvancedDeploymentControl AdvancedDeploymentControl { get; set; }
Property Value
AggregateReservation
Aggregate reservation details for the future reservation.
Declaration
[JsonProperty("aggregateReservation")]
public virtual AllocationAggregateReservation AggregateReservation { get; set; }
Property Value
AutoCreatedReservationsDeleteTime
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.
Declaration
[JsonProperty("autoCreatedReservationsDeleteTime")]
public virtual string AutoCreatedReservationsDeleteTime { get; set; }
Property Value
AutoCreatedReservationsDuration
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.
Declaration
[JsonProperty("autoCreatedReservationsDuration")]
public virtual Duration AutoCreatedReservationsDuration { get; set; }
Property Value
AutoDeleteAutoCreatedReservations
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.
Declaration
[JsonProperty("autoDeleteAutoCreatedReservations")]
public virtual bool? AutoDeleteAutoCreatedReservations { get; set; }
Property Value
CommitmentInfo
If not present, then FR will not deliver a new commitment or update an existing commitment.
Declaration
[JsonProperty("commitmentInfo")]
public virtual FutureReservationCommitmentInfo CommitmentInfo { get; set; }
Property Value
ConfidentialComputeType
Declaration
[JsonProperty("confidentialComputeType")]
public virtual string ConfidentialComputeType { get; set; }
Property Value
CreationTimestamp
Output only. [Output Only] The creation timestamp for this future reservation inRFC3339 text format.
Declaration
[JsonProperty("creationTimestamp")]
public virtual string CreationTimestamp { get; set; }
Property Value
DeploymentType
Type of the deployment requested as part of future reservation.
Declaration
[JsonProperty("deploymentType")]
public virtual string DeploymentType { get; set; }
Property Value
Description
An optional description of this resource. Provide this property when you create the future reservation.
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
EnableEmergentMaintenance
Indicates if this group of VMs have emergent maintenance enabled.
Declaration
[JsonProperty("enableEmergentMaintenance")]
public virtual bool? EnableEmergentMaintenance { get; set; }
Property Value
Id
Output only. [Output Only] A unique identifier for this future reservation. The server defines this
identifier.
Declaration
[JsonProperty("id")]
public virtual ulong? Id { get; set; }
Property Value
Kind
Output only. [Output Only] Type of the resource. Alwayscompute#futureReservation for future reservations.
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Name
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 withRFC1035. 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.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
NamePrefix
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-####.
Declaration
[JsonProperty("namePrefix")]
public virtual string NamePrefix { get; set; }
Property Value
PlanningStatus
Planning state before being submitted for evaluation
Declaration
[JsonProperty("planningStatus")]
public virtual string PlanningStatus { get; set; }
Property Value
ProtectionTier
Protection tier for the workload.
Declaration
[JsonProperty("protectionTier")]
public virtual string ProtectionTier { get; set; }
Property Value
ReservationMode
The reservation mode which determines reservation-termination behavior and expected pricing.
Declaration
[JsonProperty("reservationMode")]
public virtual string ReservationMode { get; set; }
Property Value
ReservationName
Name of reservations where the capacity is provisioned at the time of delivery of future reservations. If
the reservation with the given name does not exist already, it is created automatically at the time of
Approval with INACTIVE state till specified start-time. Either provide the reservation_name or a
name_prefix.
Declaration
[JsonProperty("reservationName")]
public virtual string ReservationName { get; set; }
Property Value
SchedulingType
Maintenance information for this reservation
Declaration
[JsonProperty("schedulingType")]
public virtual string SchedulingType { get; set; }
Property Value
SelfLink
Output only. [Output Only] Server-defined fully-qualified URL for this resource.
Declaration
[JsonProperty("selfLink")]
public virtual string SelfLink { get; set; }
Property Value
SelfLinkWithId
Output only. [Output Only] Server-defined URL for this resource with the resource id.
Declaration
[JsonProperty("selfLinkWithId")]
public virtual string SelfLinkWithId { get; set; }
Property Value
ShareSettings
List of Projects/Folders to share with.
Declaration
[JsonProperty("shareSettings")]
public virtual ShareSettings ShareSettings { get; set; }
Property Value
SpecificReservationRequired
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.
Declaration
[JsonProperty("specificReservationRequired")]
public virtual bool? SpecificReservationRequired { get; set; }
Property Value
SpecificSkuProperties
Future Reservation configuration to indicate instance properties and total count.
Declaration
[JsonProperty("specificSkuProperties")]
public virtual FutureReservationSpecificSKUProperties SpecificSkuProperties { get; set; }
Property Value
Status
Output only. [Output only] Status of the Future Reservation
Declaration
[JsonProperty("status")]
public virtual FutureReservationStatus Status { get; set; }
Property Value
TimeWindow
Time window for this Future Reservation.
Declaration
[JsonProperty("timeWindow")]
public virtual FutureReservationTimeWindow TimeWindow { get; set; }
Property Value
Zone
Output only. [Output Only] URL of the Zone where this future reservation resides.
Declaration
[JsonProperty("zone")]
public virtual string Zone { get; set; }
Property Value
Implements