Class CalendarModeExtensionAdviceRequest
A request to recommend the maximum duration for extending an existing future reservation in calendar mode. The recommended duration is shorter than or equal to the specified extension duration.
Implements
Inherited Members
Namespace: Google.Apis.Compute.beta.Data
Assembly: Google.Apis.Compute.beta.dll
Syntax
public class CalendarModeExtensionAdviceRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EndTimeNotLaterThan
object representation of EndTimeNotLaterThanRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use EndTimeNotLaterThanDateTimeOffset instead.")]
public virtual object EndTimeNotLaterThan { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
EndTimeNotLaterThanDateTimeOffset
DateTimeOffset representation of EndTimeNotLaterThanRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? EndTimeNotLaterThanDateTimeOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |
EndTimeNotLaterThanRaw
Required. The desired end time for the extension.
Declaration
[JsonProperty("endTimeNotLaterThan")]
public virtual string EndTimeNotLaterThanRaw { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FutureReservation
Required. Reference to the future reservation, in the format: projects/{project}/zones/{zone}/futureReservations/{name} Full URIs that include hostnames (like compute.googleapis.com or www.googleapis.com) are also supported.
Declaration
[JsonProperty("futureReservation")]
public virtual string FutureReservation { get; set; }
Property Value
| Type | Description |
|---|---|
| string |