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. (== resource_for {$api_version}.regionCommitments ==)
Attributes | |
---|---|
Name | Description |
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. |
creation_timestamp |
str
[Output Only] Creation timestamp in RFC3339 text format. |
description |
str
An optional description of this resource. Provide this property when you create the resource. |
end_timestamp |
str
[Output Only] Commitment end time in RFC3339 text format. |
id |
str
[Output Only] The unique identifier for the resource. This identifier is defined by the server. |
kind |
str
[Output Only] Type of the resource. Always compute#commitment for commitments. |
license_resource |
google.cloud.compute_v1.types.LicenseResourceCommitment
The license specification required as part of a license commitment. |
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.
|
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). |
region |
str
[Output Only] URL of the region where this commitment may be used. |
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. |
start_timestamp |
str
[Output Only] Commitment start time in RFC3339 text format. |
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. |
status_message |
str
[Output Only] An optional, human-readable explanation of the status. |
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.