Show / Hide Table of Contents

Class CalendarModeAdviceRequest

A request to recommend the best way to consume the specified resources in the future.

Inheritance
object
CalendarModeAdviceRequest
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 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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX