Class FutureResourcesRecommendation (0.1.0)

FutureResourcesRecommendation(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Recommendation for single resources specification, to be created in the future.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

Name Description
end_time str
This field is a member of oneof_ _end_time.
location str
The advised location for resource usage. When a zone, in format 'zones/'. If not set, it means that no location is recommended - see other_locations for details. This field is a member of oneof_ _location.
other_locations MutableMapping[str, google.cloud.compute_v1beta.types.FutureResourcesRecommendationOtherLocation]
List of locations in the request scope that were not recommended. Keys of the map are zones, in format 'zones/'. The values are status information indicating the recommendation status.
recommendation_id str
Unique id of the recommendation, a UUID string generated by the API. This field is a member of oneof_ _recommendation_id.
recommendation_type str
Type of recommendation. Currently only FUTURE_RESERVATION is supported. Check the RecommendationType enum for the list of possible values. This field is a member of oneof_ _recommendation_type.
start_time str
This field is a member of oneof_ _start_time.

Classes

OtherLocationsEntry

OtherLocationsEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The abstract base class for a message.

Parameters
Name Description
kwargs dict

Keys and values corresponding to the fields of the message.

mapping Union[dict, .Message]

A dictionary or message to be used to determine the values for this message.

ignore_unknown_fields Optional(bool)

If True, do not raise errors for unknown fields. Only applied if mapping is a mapping type or there are keyword parameters.

RecommendationType

RecommendationType(value)

Type of recommendation. Currently only FUTURE_RESERVATION is supported.