Class MergeCapacityCommitmentsRequest (1.20.0)

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

The request for ReservationService.MergeCapacityCommitments.

Attributes

Name Description
parent str
Parent resource that identifies admin project and location e.g., projects/myproject/locations/us
capacity_commitment_ids MutableSequence[str]
Ids of capacity commitments to merge. These capacity commitments must exist under admin project and location specified in the parent. ID is the last portion of capacity commitment name e.g., 'abc' for projects/myproject/locations/US/capacityCommitments/abc
capacity_commitment_id str
Optional. The optional resulting capacity commitment ID. Capacity commitment name will be generated automatically if this field is empty. This field must only contain lower case alphanumeric characters or dashes. The first and last character cannot be a dash. Max length is 64 characters.