Show / Hide Table of Contents

Class CalendarModeAdviceResponse

A response containing the recommended way of creating the specified resources in the future. It contains (will contain) multiple recommendations that can be analyzed by the customer and the best one can be picked.

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

Properties

ETag

The ETag of the item.

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

Recommendations

Recommendations where, how and when to create the requested resources in order to maximize their obtainability and minimize cost.

Declaration
[JsonProperty("recommendations")]
public virtual IList<CalendarModeRecommendation> Recommendations { get; set; }
Property Value
Type Description
IList<CalendarModeRecommendation>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX