Reference documentation and code samples for the Google Cloud Compute V1 API class Google::Cloud::Compute::V1::FutureReservationCommitmentInfo.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#commitment_name
def commitment_name() -> ::String
Returns
- (::String) — name of the commitment where capacity is being delivered to.
#commitment_name=
def commitment_name=(value) -> ::String
Parameter
- value (::String) — name of the commitment where capacity is being delivered to.
Returns
- (::String) — name of the commitment where capacity is being delivered to.
#commitment_plan
def commitment_plan() -> ::String
Returns
- (::String) — Indicates if a Commitment needs to be created as part of FR delivery. If this field is not present, then no commitment needs to be created. Check the CommitmentPlan enum for the list of possible values.
#commitment_plan=
def commitment_plan=(value) -> ::String
Parameter
- value (::String) — Indicates if a Commitment needs to be created as part of FR delivery. If this field is not present, then no commitment needs to be created. Check the CommitmentPlan enum for the list of possible values.
Returns
- (::String) — Indicates if a Commitment needs to be created as part of FR delivery. If this field is not present, then no commitment needs to be created. Check the CommitmentPlan enum for the list of possible values.
#previous_commitment_terms
def previous_commitment_terms() -> ::String
Returns
- (::String) — Only applicable if FR is delivering to the same reservation. If set, all parent commitments will be extended to match the end date of the plan for this commitment. Check the PreviousCommitmentTerms enum for the list of possible values.
#previous_commitment_terms=
def previous_commitment_terms=(value) -> ::String
Parameter
- value (::String) — Only applicable if FR is delivering to the same reservation. If set, all parent commitments will be extended to match the end date of the plan for this commitment. Check the PreviousCommitmentTerms enum for the list of possible values.
Returns
- (::String) — Only applicable if FR is delivering to the same reservation. If set, all parent commitments will be extended to match the end date of the plan for this commitment. Check the PreviousCommitmentTerms enum for the list of possible values.