Class Commitment (0.8.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
category google.cloud.compute_v1.types.Commitment.Category
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. 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 google.cloud.compute_v1.types.Commitment.Plan
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). 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 google.cloud.compute_v1.types.Commitment.Status
[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. 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_ google.cloud.compute_v1.types.Commitment.Type
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. This field is a member of oneof_ _type.

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.