Class FutureResourcesSpecTargetResources
Specification of reserved resources.
Inheritance
FutureResourcesSpecTargetResources
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class FutureResourcesSpecTargetResources : IDirectResponseSchema
Properties
AggregateResources
Declaration
[JsonProperty("aggregateResources")]
public virtual FutureResourcesSpecAggregateResources AggregateResources { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
SpecificSkuResources
Declaration
[JsonProperty("specificSkuResources")]
public virtual FutureResourcesSpecSpecificSKUResources SpecificSkuResources { get; set; }
Property Value
Implements