Reference documentation and code samples for the Google Cloud Compute V1 API class Google::Cloud::Compute::V1::FutureResourcesRecommendationOtherLocation.
Information about recommendation status for locations that were allowed but not used by the response.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#details
def details() -> ::String
Returns
- (::String) — Details (human readable) describing the situation. For example, if status is CONDITION_NOT_MET, then details contain information about the parameters of the time window that did not meet the required conditions.
#details=
def details=(value) -> ::String
Parameter
- value (::String) — Details (human readable) describing the situation. For example, if status is CONDITION_NOT_MET, then details contain information about the parameters of the time window that did not meet the required conditions.
Returns
- (::String) — Details (human readable) describing the situation. For example, if status is CONDITION_NOT_MET, then details contain information about the parameters of the time window that did not meet the required conditions.
#status
def status() -> ::String
Returns
- (::String) — Status of recommendation in this location. Check the Status enum for the list of possible values.
#status=
def status=(value) -> ::String
Parameter
- value (::String) — Status of recommendation in this location. Check the Status enum for the list of possible values.
Returns
- (::String) — Status of recommendation in this location. Check the Status enum for the list of possible values.