Compute Engine v1 API - Class CalendarModeRecommendation (3.22.0)

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

Reference documentation and code samples for the Compute Engine v1 API class CalendarModeRecommendation.

A single recommendation to create requested resources. Contains detailed recommendations for every future resources specification specified in CalendarModeAdviceRequest.

Inheritance

object > CalendarModeRecommendation

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

CalendarModeRecommendation()

public CalendarModeRecommendation()

CalendarModeRecommendation(CalendarModeRecommendation)

public CalendarModeRecommendation(CalendarModeRecommendation other)
Parameter
Name Description
other CalendarModeRecommendation

Properties

RecommendationsPerSpec

public MapField<string, FutureResourcesRecommendation> RecommendationsPerSpec { get; }

Recommendations for every future resource specification passed in CalendarModeAdviceRequest. Keys of the map correspond to keys specified in the request.

Property Value
Type Description
MapFieldstringFutureResourcesRecommendation