Class Commitment (1.5.0)

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

Represents a regional Commitment resource. Creating a commitment resource means that you are purchasing a committed use contract with an explicit start and end time. You can create commitments based on vCPUs and memory usage and receive discounted rates. For full details, read Signing Up for Committed Use Discounts.

Attributes

NameDescription
auto_renew bool
Specifies whether to enable automatic renewal for the commitment. The default value is false if not specified. The field can be updated until the day of the commitment expiration at 12:00am PST. If the field is set to true, the commitment will be automatically renewed for either one or three years according to the terms of the existing commitment. This field is a member of `oneof`_ ``_auto_renew``.
category str
The category of the commitment. Category MACHINE specifies commitments composed of machine resources such as VCPU or MEMORY, listed in resources. Category LICENSE specifies commitments composed of software licenses, listed in licenseResources. Note that only MACHINE commitments should have a Type specified. Check the Category enum for the list of possible values. This field is a member of `oneof`_ ``_category``.
creation_timestamp str
[Output Only] Creation timestamp in RFC3339 text format. This field is a member of `oneof`_ ``_creation_timestamp``.
description str
An optional description of this resource. Provide this property when you create the resource. This field is a member of `oneof`_ ``_description``.
end_timestamp str
[Output Only] Commitment end time in RFC3339 text format. This field is a member of `oneof`_ ``_end_timestamp``.
id int
[Output Only] The unique identifier for the resource. This identifier is defined by the server. This field is a member of `oneof`_ ``_id``.
kind str
[Output Only] Type of the resource. Always compute#commitment for commitments. This field is a member of `oneof`_ ``_kind``.
license_resource google.cloud.compute_v1.types.LicenseResourceCommitment
The license specification required as part of a license commitment. This field is a member of `oneof`_ ``_license_resource``.
name str
Name of the resource. Provided by the client when the resource is created. The 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``.
plan str
The plan for this commitment, which determines duration and discount rate. The currently supported plans are TWELVE_MONTH (1 year), and THIRTY_SIX_MONTH (3 years). Check the Plan enum for the list of possible values. This field is a member of `oneof`_ ``_plan``.
region str
[Output Only] URL of the region where this commitment may be used. This field is a member of `oneof`_ ``_region``.
reservations Sequence[google.cloud.compute_v1.types.Reservation]
List of reservations in this commitment.
resources Sequence[google.cloud.compute_v1.types.ResourceCommitment]
A list of commitment amounts for particular resources. Note that VCPU and MEMORY resource commitments must occur together.
self_link str
[Output Only] Server-defined URL for the resource. This field is a member of `oneof`_ ``_self_link``.
start_timestamp str
[Output Only] Commitment start time in RFC3339 text format. This field is a member of `oneof`_ ``_start_timestamp``.
status str
[Output Only] Status of the commitment with regards to eventual expiration (each commitment has an end date defined). One of the following values: NOT_YET_ACTIVE, ACTIVE, EXPIRED. Check the Status enum for the list of possible values. This field is a member of `oneof`_ ``_status``.
status_message str
[Output Only] An optional, human-readable explanation of the status. This field is a member of `oneof`_ ``_status_message``.
type_ str
The type of commitment, which affects the discount rate and the eligible resources. Type MEMORY_OPTIMIZED specifies a commitment that will only apply to memory optimized machines. Type ACCELERATOR_OPTIMIZED specifies a commitment that will only apply to accelerator optimized machines. Check the Type enum for the list of possible values. This field is a member of `oneof`_ ``_type``.

Inheritance

builtins.object > proto.message.Message > Commitment

Classes

Category

Category(value)

The category of the commitment. Category MACHINE specifies commitments composed of machine resources such as VCPU or MEMORY, listed in resources. Category LICENSE specifies commitments composed of software licenses, listed in licenseResources. Note that only MACHINE commitments should have a Type specified.

Plan

Plan(value)

The plan for this commitment, which determines duration and discount rate. The currently supported plans are TWELVE_MONTH (1 year), and THIRTY_SIX_MONTH (3 years).

Status

Status(value)

[Output Only] Status of the commitment with regards to eventual expiration (each commitment has an end date defined). One of the following values: NOT_YET_ACTIVE, ACTIVE, EXPIRED.

Type

Type(value)

The type of commitment, which affects the discount rate and the eligible resources. Type MEMORY_OPTIMIZED specifies a commitment that will only apply to memory optimized machines. Type ACCELERATOR_OPTIMIZED specifies a commitment that will only apply to accelerator optimized machines.