Reference documentation and code samples for the Google Cloud Compute V1 API class Google::Cloud::Compute::V1::Commitment.
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.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#auto_renew
def auto_renew() -> ::Boolean
- (::Boolean) — 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.
#auto_renew=
def auto_renew=(value) -> ::Boolean
- value (::Boolean) — 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.
- (::Boolean) — 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.
#category
def category() -> ::String
- (::String) — 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.
#category=
def category=(value) -> ::String
- value (::String) — 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.
- (::String) — 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.
#creation_timestamp
def creation_timestamp() -> ::String
- (::String) — [Output Only] Creation timestamp in RFC3339 text format.
#creation_timestamp=
def creation_timestamp=(value) -> ::String
- value (::String) — [Output Only] Creation timestamp in RFC3339 text format.
- (::String) — [Output Only] Creation timestamp in RFC3339 text format.
#description
def description() -> ::String
- (::String) — An optional description of this resource. Provide this property when you create the resource.
#description=
def description=(value) -> ::String
- value (::String) — An optional description of this resource. Provide this property when you create the resource.
- (::String) — An optional description of this resource. Provide this property when you create the resource.
#end_timestamp
def end_timestamp() -> ::String
- (::String) — [Output Only] Commitment end time in RFC3339 text format.
#end_timestamp=
def end_timestamp=(value) -> ::String
- value (::String) — [Output Only] Commitment end time in RFC3339 text format.
- (::String) — [Output Only] Commitment end time in RFC3339 text format.
#id
def id() -> ::Integer
- (::Integer) — [Output Only] The unique identifier for the resource. This identifier is defined by the server.
#id=
def id=(value) -> ::Integer
- value (::Integer) — [Output Only] The unique identifier for the resource. This identifier is defined by the server.
- (::Integer) — [Output Only] The unique identifier for the resource. This identifier is defined by the server.
#kind
def kind() -> ::String
- (::String) — [Output Only] Type of the resource. Always compute#commitment for commitments.
#kind=
def kind=(value) -> ::String
- value (::String) — [Output Only] Type of the resource. Always compute#commitment for commitments.
- (::String) — [Output Only] Type of the resource. Always compute#commitment for commitments.
#license_resource
def license_resource() -> ::Google::Cloud::Compute::V1::LicenseResourceCommitment
- (::Google::Cloud::Compute::V1::LicenseResourceCommitment) — The license specification required as part of a license commitment.
#license_resource=
def license_resource=(value) -> ::Google::Cloud::Compute::V1::LicenseResourceCommitment
- value (::Google::Cloud::Compute::V1::LicenseResourceCommitment) — The license specification required as part of a license commitment.
- (::Google::Cloud::Compute::V1::LicenseResourceCommitment) — The license specification required as part of a license commitment.
#merge_source_commitments
def merge_source_commitments() -> ::Array<::String>
- (::Array<::String>) — List of source commitments to be merged into a new commitment.
#merge_source_commitments=
def merge_source_commitments=(value) -> ::Array<::String>
- value (::Array<::String>) — List of source commitments to be merged into a new commitment.
- (::Array<::String>) — List of source commitments to be merged into a new commitment.
#name
def name() -> ::String
-
(::String) — 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.
#name=
def name=(value) -> ::String
-
value (::String) — 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.
-
(::String) — 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
def plan() -> ::String
- (::String) — 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.
#plan=
def plan=(value) -> ::String
- value (::String) — 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.
- (::String) — 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.
#region
def region() -> ::String
- (::String) — [Output Only] URL of the region where this commitment may be used.
#region=
def region=(value) -> ::String
- value (::String) — [Output Only] URL of the region where this commitment may be used.
- (::String) — [Output Only] URL of the region where this commitment may be used.
#reservations
def reservations() -> ::Array<::Google::Cloud::Compute::V1::Reservation>
- (::Array<::Google::Cloud::Compute::V1::Reservation>) — List of reservations in this commitment.
#reservations=
def reservations=(value) -> ::Array<::Google::Cloud::Compute::V1::Reservation>
- value (::Array<::Google::Cloud::Compute::V1::Reservation>) — List of reservations in this commitment.
- (::Array<::Google::Cloud::Compute::V1::Reservation>) — List of reservations in this commitment.
#resources
def resources() -> ::Array<::Google::Cloud::Compute::V1::ResourceCommitment>
- (::Array<::Google::Cloud::Compute::V1::ResourceCommitment>) — A list of commitment amounts for particular resources. Note that VCPU and MEMORY resource commitments must occur together.
#resources=
def resources=(value) -> ::Array<::Google::Cloud::Compute::V1::ResourceCommitment>
- value (::Array<::Google::Cloud::Compute::V1::ResourceCommitment>) — A list of commitment amounts for particular resources. Note that VCPU and MEMORY resource commitments must occur together.
- (::Array<::Google::Cloud::Compute::V1::ResourceCommitment>) — A list of commitment amounts for particular resources. Note that VCPU and MEMORY resource commitments must occur together.
#self_link
def self_link() -> ::String
- (::String) — [Output Only] Server-defined URL for the resource.
#self_link=
def self_link=(value) -> ::String
- value (::String) — [Output Only] Server-defined URL for the resource.
- (::String) — [Output Only] Server-defined URL for the resource.
#split_source_commitment
def split_source_commitment() -> ::String
- (::String) — Source commitment to be splitted into a new commitment.
#split_source_commitment=
def split_source_commitment=(value) -> ::String
- value (::String) — Source commitment to be splitted into a new commitment.
- (::String) — Source commitment to be splitted into a new commitment.
#start_timestamp
def start_timestamp() -> ::String
- (::String) — [Output Only] Commitment start time in RFC3339 text format.
#start_timestamp=
def start_timestamp=(value) -> ::String
- value (::String) — [Output Only] Commitment start time in RFC3339 text format.
- (::String) — [Output Only] Commitment start time in RFC3339 text format.
#status
def status() -> ::String
- (::String) — [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.
#status=
def status=(value) -> ::String
- value (::String) — [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.
- (::String) — [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.
#status_message
def status_message() -> ::String
- (::String) — [Output Only] An optional, human-readable explanation of the status.
#status_message=
def status_message=(value) -> ::String
- value (::String) — [Output Only] An optional, human-readable explanation of the status.
- (::String) — [Output Only] An optional, human-readable explanation of the status.
#type
def type() -> ::String
- (::String) — 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.
#type=
def type=(value) -> ::String
- value (::String) — 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.
- (::String) — 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.