Class CalendarModeAdviceRequest
A request to recommend the best way to consume the specified resources in the future.
Implements
Inherited Members
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class CalendarModeAdviceRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FutureResourcesSpecs
Specification of resources to create in the future. The key of the map is an arbitrary string specified by the caller. Value of the map is a specification of required resources and their constraints. Currently only one value is allowed in this map.
Declaration
[JsonProperty("futureResourcesSpecs")]
public virtual IDictionary<string, FutureResourcesSpec> FutureResourcesSpecs { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, FutureResourcesSpec> |