Class FutureReservation
Implements
Inherited Members
Namespace: Google.Apis.Compute.beta.Data
Assembly: Google.Apis.Compute.beta.dll
Syntax
public class FutureReservation : IDirectResponseSchema
Properties
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
Type | Description |
---|---|
string |
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
Type | Description |
---|---|
Duration |
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
Type | Description |
---|---|
bool? |
CreationTimestamp
[Output Only] The creation timestamp for this future reservation in RFC3339 text format.
Declaration
[JsonProperty("creationTimestamp")]
public virtual string CreationTimestamp { get; set; }
Property Value
Type | Description |
---|---|
string |
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
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Id
[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
Type | Description |
---|---|
ulong? |
Kind
[Output Only] Type of the resource. Always compute#futureReservation for future reservations.
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type | Description |
---|---|
string |
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 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.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
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
Type | Description |
---|---|
string |
PlanningStatus
Planning state before being submitted for evaluation
Declaration
[JsonProperty("planningStatus")]
public virtual string PlanningStatus { get; set; }
Property Value
Type | Description |
---|---|
string |
SelfLink
[Output Only] Server-defined fully-qualified URL for this resource.
Declaration
[JsonProperty("selfLink")]
public virtual string SelfLink { get; set; }
Property Value
Type | Description |
---|---|
string |
SelfLinkWithId
[Output Only] Server-defined URL for this resource with the resource id.
Declaration
[JsonProperty("selfLinkWithId")]
public virtual string SelfLinkWithId { get; set; }
Property Value
Type | Description |
---|---|
string |
ShareSettings
List of Projects/Folders to share with.
Declaration
[JsonProperty("shareSettings")]
public virtual ShareSettings ShareSettings { get; set; }
Property Value
Type | Description |
---|---|
ShareSettings |
SpecificSkuProperties
Future Reservation configuration to indicate instance properties and total count.
Declaration
[JsonProperty("specificSkuProperties")]
public virtual FutureReservationSpecificSKUProperties SpecificSkuProperties { get; set; }
Property Value
Type | Description |
---|---|
FutureReservationSpecificSKUProperties |
Status
[Output only] Status of the Future Reservation
Declaration
[JsonProperty("status")]
public virtual FutureReservationStatus Status { get; set; }
Property Value
Type | Description |
---|---|
FutureReservationStatus |
TimeWindow
Time window for this Future Reservation.
Declaration
[JsonProperty("timeWindow")]
public virtual FutureReservationTimeWindow TimeWindow { get; set; }
Property Value
Type | Description |
---|---|
FutureReservationTimeWindow |
Zone
[Output Only] URL of the Zone where this future reservation resides.
Declaration
[JsonProperty("zone")]
public virtual string Zone { get; set; }
Property Value
Type | Description |
---|---|
string |