Compute Engine v1 API - Class FutureReservation (3.22.0)

public sealed class FutureReservation : IMessage<FutureReservation>, IEquatable<FutureReservation>, IDeepCloneable<FutureReservation>, IBufferMessage, IMessage

Inheritance

object > FutureReservation

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

FutureReservation()

public FutureReservation()

FutureReservation(FutureReservation)

public FutureReservation(FutureReservation other)
Parameter
Name Description
other FutureReservation

Properties

AggregateReservation

public AllocationAggregateReservation AggregateReservation { get; set; }

Aggregate reservation details for the future reservation.

Property Value
Type Description
AllocationAggregateReservation

AutoCreatedReservationsDeleteTime

public string AutoCreatedReservationsDeleteTime { get; set; }

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.

Property Value
Type Description
string

AutoCreatedReservationsDuration

public Duration AutoCreatedReservationsDuration { get; set; }

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.

Property Value
Type Description
Duration

AutoDeleteAutoCreatedReservations

public bool AutoDeleteAutoCreatedReservations { get; set; }

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.

Property Value
Type Description
bool

CommitmentInfo

public FutureReservationCommitmentInfo CommitmentInfo { get; set; }

If not present, then FR will not deliver a new commitment or update an existing commitment.

Property Value
Type Description
FutureReservationCommitmentInfo

CreationTimestamp

public string CreationTimestamp { get; set; }

Output only. [Output Only] The creation timestamp for this future reservation inRFC3339 text format.

Property Value
Type Description
string

DeploymentType

public string DeploymentType { get; set; }

Type of the deployment requested as part of future reservation. Check the DeploymentType enum for the list of possible values.

Property Value
Type Description
string

Description

public string Description { get; set; }

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

Property Value
Type Description
string

EnableEmergentMaintenance

public bool EnableEmergentMaintenance { get; set; }

Indicates if this group of VMs have emergent maintenance enabled.

Property Value
Type Description
bool

HasAutoCreatedReservationsDeleteTime

public bool HasAutoCreatedReservationsDeleteTime { get; }

Gets whether the "auto_created_reservations_delete_time" field is set

Property Value
Type Description
bool

HasAutoDeleteAutoCreatedReservations

public bool HasAutoDeleteAutoCreatedReservations { get; }

Gets whether the "auto_delete_auto_created_reservations" field is set

Property Value
Type Description
bool

HasCreationTimestamp

public bool HasCreationTimestamp { get; }

Gets whether the "creation_timestamp" field is set

Property Value
Type Description
bool

HasDeploymentType

public bool HasDeploymentType { get; }

Gets whether the "deployment_type" field is set

Property Value
Type Description
bool

HasDescription

public bool HasDescription { get; }

Gets whether the "description" field is set

Property Value
Type Description
bool

HasEnableEmergentMaintenance

public bool HasEnableEmergentMaintenance { get; }

Gets whether the "enable_emergent_maintenance" field is set

Property Value
Type Description
bool

HasId

public bool HasId { get; }

Gets whether the "id" field is set

Property Value
Type Description
bool

HasKind

public bool HasKind { get; }

Gets whether the "kind" field is set

Property Value
Type Description
bool

HasName

public bool HasName { get; }

Gets whether the "name" field is set

Property Value
Type Description
bool

HasNamePrefix

public bool HasNamePrefix { get; }

Gets whether the "name_prefix" field is set

Property Value
Type Description
bool

HasPlanningStatus

public bool HasPlanningStatus { get; }

Gets whether the "planning_status" field is set

Property Value
Type Description
bool

HasReservationMode

public bool HasReservationMode { get; }

Gets whether the "reservation_mode" field is set

Property Value
Type Description
bool

HasReservationName

public bool HasReservationName { get; }

Gets whether the "reservation_name" field is set

Property Value
Type Description
bool

HasSchedulingType

public bool HasSchedulingType { get; }

Gets whether the "scheduling_type" field is set

Property Value
Type Description
bool
public bool HasSelfLink { get; }

Gets whether the "self_link" field is set

Property Value
Type Description
bool

HasSelfLinkWithId

public bool HasSelfLinkWithId { get; }

Gets whether the "self_link_with_id" field is set

Property Value
Type Description
bool

HasSpecificReservationRequired

public bool HasSpecificReservationRequired { get; }

Gets whether the "specific_reservation_required" field is set

Property Value
Type Description
bool

HasZone

public bool HasZone { get; }

Gets whether the "zone" field is set

Property Value
Type Description
bool

Id

public ulong Id { get; set; }

Output only. [Output Only] A unique identifier for this future reservation. The server defines this identifier.

Property Value
Type Description
ulong

Kind

public string Kind { get; set; }

Output only. [Output Only] Type of the resource. Alwayscompute#futureReservation for future reservations.

Property Value
Type Description
string

Name

public string Name { get; set; }

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.

Property Value
Type Description
string

NamePrefix

public string NamePrefix { get; set; }

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-####.

Property Value
Type Description
string

PlanningStatus

public string PlanningStatus { get; set; }

Planning state before being submitted for evaluation Check the PlanningStatus enum for the list of possible values.

Property Value
Type Description
string

ReservationMode

public string ReservationMode { get; set; }

The reservation mode which determines reservation-termination behavior and expected pricing. Check the ReservationMode enum for the list of possible values.

Property Value
Type Description
string

ReservationName

public string ReservationName { get; set; }

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.

Property Value
Type Description
string

SchedulingType

public string SchedulingType { get; set; }

Maintenance information for this reservation Check the SchedulingType enum for the list of possible values.

Property Value
Type Description
string
public string SelfLink { get; set; }

Output only. [Output Only] Server-defined fully-qualified URL for this resource.

Property Value
Type Description
string

SelfLinkWithId

public string SelfLinkWithId { get; set; }

Output only. [Output Only] Server-defined URL for this resource with the resource id.

Property Value
Type Description
string

ShareSettings

public ShareSettings ShareSettings { get; set; }

List of Projects/Folders to share with.

Property Value
Type Description
ShareSettings

SpecificReservationRequired

public bool SpecificReservationRequired { get; set; }

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.

Property Value
Type Description
bool

SpecificSkuProperties

public FutureReservationSpecificSKUProperties SpecificSkuProperties { get; set; }

Future Reservation configuration to indicate instance properties and total count.

Property Value
Type Description
FutureReservationSpecificSKUProperties

Status

public FutureReservationStatus Status { get; set; }

Output only. [Output only] Status of the Future Reservation

Property Value
Type Description
FutureReservationStatus

TimeWindow

public FutureReservationTimeWindow TimeWindow { get; set; }

Time window for this Future Reservation.

Property Value
Type Description
FutureReservationTimeWindow

Zone

public string Zone { get; set; }

Output only. [Output Only] URL of the Zone where this future reservation resides.

Property Value
Type Description
string