Capacity Commitment Args
data class CapacityCommitmentArgs(val capacityCommitmentId: Output<String>? = null, val enforceSingleAdminProjectPerOrg: Output<Boolean>? = null, val location: Output<String>? = null, val multiRegionAuxiliary: Output<Boolean>? = null, val plan: Output<CapacityCommitmentPlan>? = null, val project: Output<String>? = null, val renewalPlan: Output<CapacityCommitmentRenewalPlan>? = null, val slotCount: Output<String>? = null) : ConvertibleToJava<CapacityCommitmentArgs>
Creates a new capacity commitment resource. Auto-naming is currently not supported for this resource.
Constructors
Link copied to clipboard
fun CapacityCommitmentArgs(capacityCommitmentId: Output<String>? = null, enforceSingleAdminProjectPerOrg: Output<Boolean>? = null, location: Output<String>? = null, multiRegionAuxiliary: Output<Boolean>? = null, plan: Output<CapacityCommitmentPlan>? = null, project: Output<String>? = null, renewalPlan: Output<CapacityCommitmentRenewalPlan>? = null, slotCount: Output<String>? = null)
Functions
Properties
Link copied to clipboard
The optional 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. NOTE: this ID won't be kept if the capacity commitment is split or merged.
Link copied to clipboard