Show / Hide Table of Contents

Class FutureReservationStatusLastKnownGoodStateFutureReservationSpecs

The properties of the last known good state for the Future Reservation.

Inheritance
object
FutureReservationStatusLastKnownGoodStateFutureReservationSpecs
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 FutureReservationStatusLastKnownGoodStateFutureReservationSpecs : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ShareSettings

[Output Only] The previous share settings of the Future Reservation.

Declaration
[JsonProperty("shareSettings")]
public virtual ShareSettings ShareSettings { get; set; }
Property Value
Type Description
ShareSettings

SpecificSkuProperties

[Output Only] The previous instance related properties of the Future Reservation.

Declaration
[JsonProperty("specificSkuProperties")]
public virtual FutureReservationSpecificSKUProperties SpecificSkuProperties { get; set; }
Property Value
Type Description
FutureReservationSpecificSKUProperties

TimeWindow

[Output Only] The previous time window of the Future Reservation.

Declaration
[JsonProperty("timeWindow")]
public virtual FutureReservationTimeWindow TimeWindow { get; set; }
Property Value
Type Description
FutureReservationTimeWindow

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX