Show / Hide Table of Contents

Class CalendarModeExtensionAdviceRequest

A request to recommend the best duration for extending an existing Future Reservation in CALENDAR mode, that is equal or less than the specified extension duration.

Inheritance
object
CalendarModeExtensionAdviceRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.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 after the Future Reservation is extended.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX