Compute Engine v1 API - Class CalendarModeAdviceRequest (3.22.0)

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

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

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

Inheritance

object > CalendarModeAdviceRequest

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

CalendarModeAdviceRequest()

public CalendarModeAdviceRequest()

CalendarModeAdviceRequest(CalendarModeAdviceRequest)

public CalendarModeAdviceRequest(CalendarModeAdviceRequest other)
Parameter
Name Description
other CalendarModeAdviceRequest

Properties

FutureResourcesSpecs

public MapField<string, FutureResourcesSpec> FutureResourcesSpecs { get; }

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.

Property Value
Type Description
MapFieldstringFutureResourcesSpec