Reference documentation and code samples for the Google Cloud Compute V1 API class Google::Cloud::Compute::V1::CalendarModeAdviceRequest.
A request to recommend the best way to consume the specified resources in the future.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#future_resources_specs
def future_resources_specs() -> ::Google::Protobuf::Map{::String => ::Google::Cloud::Compute::V1::FutureResourcesSpec}
Returns
- (::Google::Protobuf::Map{::String => ::Google::Cloud::Compute::V1::FutureResourcesSpec}) — 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.
#future_resources_specs=
def future_resources_specs=(value) -> ::Google::Protobuf::Map{::String => ::Google::Cloud::Compute::V1::FutureResourcesSpec}
Parameter
- value (::Google::Protobuf::Map{::String => ::Google::Cloud::Compute::V1::FutureResourcesSpec}) — 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.
Returns
- (::Google::Protobuf::Map{::String => ::Google::Cloud::Compute::V1::FutureResourcesSpec}) — 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.