Reference documentation and code samples for the Google Cloud Compute V1 API class Google::Cloud::Compute::V1::CalendarModeRecommendation.
A single recommendation to create requested resources. Contains detailed recommendations for every future resources specification specified in CalendarModeAdviceRequest.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#recommendations_per_spec
def recommendations_per_spec() -> ::Google::Protobuf::Map{::String => ::Google::Cloud::Compute::V1::FutureResourcesRecommendation}
Returns
- (::Google::Protobuf::Map{::String => ::Google::Cloud::Compute::V1::FutureResourcesRecommendation}) — Recommendations for every future resource specification passed in CalendarModeAdviceRequest. Keys of the map correspond to keys specified in the request.
#recommendations_per_spec=
def recommendations_per_spec=(value) -> ::Google::Protobuf::Map{::String => ::Google::Cloud::Compute::V1::FutureResourcesRecommendation}
Parameter
- value (::Google::Protobuf::Map{::String => ::Google::Cloud::Compute::V1::FutureResourcesRecommendation}) — Recommendations for every future resource specification passed in CalendarModeAdviceRequest. Keys of the map correspond to keys specified in the request.
Returns
- (::Google::Protobuf::Map{::String => ::Google::Cloud::Compute::V1::FutureResourcesRecommendation}) — Recommendations for every future resource specification passed in CalendarModeAdviceRequest. Keys of the map correspond to keys specified in the request.