Class FutureReservationStatusLastKnownGoodStateFutureReservationSpecs
The properties of the last known good state for the Future Reservation.
Implements
Inherited Members
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 |