public sealed class CalendarModeRecommendation : IMessage<CalendarModeRecommendation>, IEquatable<CalendarModeRecommendation>, IDeepCloneable<CalendarModeRecommendation>, IBufferMessage, IMessageReference 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.
Implements
IMessageCalendarModeRecommendation, IEquatableCalendarModeRecommendation, IDeepCloneableCalendarModeRecommendation, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
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 |
|