FutureReservation(mapping=None, *, ignore_unknown_fields=False, **kwargs)
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
---|---|
Name | Description |
aggregate_reservation |
google.cloud.compute_v1beta.types.AllocationAggregateReservation
Aggregate reservation details for the future reservation. This field is a member of oneof _ _aggregate_reservation .
|
auto_created_reservations_delete_time |
str
Future timestamp when the FR auto-created reservations will be deleted by Compute Engine. Format of this field must be a valid href="https://www.ietf.org/rfc/rfc3339.txt">RFC3339 value. This field is a member of oneof _ _auto_created_reservations_delete_time .
|
auto_created_reservations_duration |
google.cloud.compute_v1beta.types.Duration
Specifies the duration of auto-created reservations. It represents relative time to future reservation start_time when auto-created reservations will be automatically deleted by Compute Engine. Duration time unit is represented as a count of seconds and fractions of seconds at nanosecond resolution. This field is a member of oneof _ _auto_created_reservations_duration .
|
auto_delete_auto_created_reservations |
bool
Setting for enabling or disabling automatic deletion for auto-created reservation. If set to true, auto-created reservations will be deleted at Future Reservation's end time (default) or at user's defined timestamp if any of the [auto_created_reservations_delete_time, auto_created_reservations_duration] values is specified. For keeping auto-created reservation indefinitely, this value should be set to false. This field is a member of oneof _ _auto_delete_auto_created_reservations .
|
commitment_info |
google.cloud.compute_v1beta.types.FutureReservationCommitmentInfo
If not present, then FR will not deliver a new commitment or update an existing commitment. This field is a member of oneof _ _commitment_info .
|
creation_timestamp |
str
[Output Only] The creation timestamp for this future reservation in RFC3339 text format. This field is a member of oneof _ _creation_timestamp .
|
deployment_type |
str
Type of the deployment requested as part of future reservation. Check the DeploymentType enum for the list of possible values. This field is a member of oneof _ _deployment_type .
|
description |
str
An optional description of this resource. Provide this property when you create the future reservation. This field is a member of oneof _ _description .
|
enable_emergent_maintenance |
bool
Indicates if this group of VMs have emergent maintenance enabled. This field is a member of oneof _ _enable_emergent_maintenance .
|
id |
int
[Output Only] A unique identifier for this future reservation. The server defines this identifier. This field is a member of oneof _ _id .
|
kind |
str
[Output Only] Type of the resource. Always compute#futureReservation for future reservations. This field is a member of oneof _ _kind .
|
name |
str
The name of the resource, provided by the client when initially creating the resource. The resource name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the
first character must be a lowercase letter, and all
following characters must be a dash, lowercase letter, or
digit, except the last character, which cannot be a dash.
This field is a member of oneof _ _name .
|
name_prefix |
str
Name prefix for the reservations to be created at the time of delivery. The name prefix must comply with RFC1035. Maximum allowed length for name prefix is 20. Automatically created reservations name format will be -date-####. This field is a member of oneof _ _name_prefix .
|
planning_status |
str
Planning state before being submitted for evaluation Check the PlanningStatus enum for the list of possible values. This field is a member of oneof _ _planning_status .
|
reservation_mode |
str
The reservation mode which determines reservation-termination behavior and expected pricing. Check the ReservationMode enum for the list of possible values. This field is a member of oneof _ _reservation_mode .
|
reservation_name |
str
Name of reservations where the capacity is provisioned at the time of delivery of future reservations. If the reservation with the given name does not exist already, it is created automatically at the time of Approval with INACTIVE state till specified start-time. Either provide the reservation_name or a name_prefix. This field is a member of oneof _ _reservation_name .
|
scheduling_type |
str
Maintenance information for this reservation Check the SchedulingType enum for the list of possible values. This field is a member of oneof _ _scheduling_type .
|
self_link |
str
[Output Only] Server-defined fully-qualified URL for this resource. This field is a member of oneof _ _self_link .
|
self_link_with_id |
str
[Output Only] Server-defined URL for this resource with the resource id. This field is a member of oneof _ _self_link_with_id .
|
share_settings |
google.cloud.compute_v1beta.types.ShareSettings
List of Projects/Folders to share with. This field is a member of oneof _ _share_settings .
|
specific_reservation_required |
bool
Indicates whether the auto-created reservation can be consumed by VMs with affinity for "any" reservation. If the field is set, then only VMs that target the reservation by name can consume from the delivered reservation. This field is a member of oneof _ _specific_reservation_required .
|
specific_sku_properties |
google.cloud.compute_v1beta.types.FutureReservationSpecificSKUProperties
Future Reservation configuration to indicate instance properties and total count. This field is a member of oneof _ _specific_sku_properties .
|
status |
google.cloud.compute_v1beta.types.FutureReservationStatus
[Output only] Status of the Future Reservation This field is a member of oneof _ _status .
|
time_window |
google.cloud.compute_v1beta.types.FutureReservationTimeWindow
Time window for this Future Reservation. This field is a member of oneof _ _time_window .
|
zone |
str
[Output Only] URL of the Zone where this future reservation resides. This field is a member of oneof _ _zone .
|
Classes
DeploymentType
DeploymentType(value)
Type of the deployment requested as part of future reservation.
PlanningStatus
PlanningStatus(value)
Planning state before being submitted for evaluation
ReservationMode
ReservationMode(value)
The reservation mode which determines reservation-termination behavior and expected pricing.
SchedulingType
SchedulingType(value)
Maintenance information for this reservation