Class FutureResourcesSpec (0.1.0)

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

Specification of resources to be created at some time in the future within an optionally specified set of locations, and within the specified time range.

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

Attributes

Name Description
deployment_type str
Indicates if the reservation allocation strategy is static (DENSE) or dynamic (STANDARD). Defaults to DENSE. Check the DeploymentType enum for the list of possible values. This field is a member of oneof_ _deployment_type.
location_policy google.cloud.compute_v1beta.types.FutureResourcesSpecLocationPolicy
Optional location policy allowing to exclude some zone(s) in which the resources must not be created. This field is a member of oneof_ _location_policy.
target_resources google.cloud.compute_v1beta.types.FutureResourcesSpecTargetResources
Specification of the reserved resources. This field is a member of oneof_ _target_resources.
time_range_spec google.cloud.compute_v1beta.types.FlexibleTimeRange
Specification of a time range in which the resources may be created. The time range specifies start of resource use and planned end of resource use. This field is a member of oneof_ _time_range_spec.

Classes

DeploymentType

DeploymentType(value)

Indicates if the reservation allocation strategy is static (DENSE) or dynamic (STANDARD). Defaults to DENSE.