Compute Engine v1 API - Class CalendarModeAdviceResponse (3.22.0)

public sealed class CalendarModeAdviceResponse : IMessage<CalendarModeAdviceResponse>, IEquatable<CalendarModeAdviceResponse>, IDeepCloneable<CalendarModeAdviceResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Compute Engine v1 API 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

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

CalendarModeAdviceResponse()

public CalendarModeAdviceResponse()

CalendarModeAdviceResponse(CalendarModeAdviceResponse)

public CalendarModeAdviceResponse(CalendarModeAdviceResponse other)
Parameter
Name Description
other CalendarModeAdviceResponse

Properties

Recommendations

public RepeatedField<CalendarModeRecommendation> Recommendations { get; }

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

Property Value
Type Description
RepeatedFieldCalendarModeRecommendation