Skip to main content

provisioning_configs

Overview

Nameprovisioning_configs
TypeResource
Idgoogle.baremetalsolution.provisioning_configs

Fields

NameDatatypeDescription
namestringOutput only. The system-generated name of the provisioning config. This follows the UUID format.
emailstringEmail provided to send a confirmation with provisioning config to. Deprecated in favour of email field in request messages.
instancesarrayInstances to be created.
volumesarrayVolumes to be created.
handoverServiceAccountstringA service account to enable customers to access instance credentials upon handover.
statestringOutput only. State of ProvisioningConfig.
statusMessagestringOptional status messages associated with the FAILED state.
updateTimestringOutput only. Last update timestamp.
vpcScEnabledbooleanIf true, VPC SC is enabled for the cluster.
locationstringOptional. Location name of this ProvisioningConfig. It is optional only for Intake UI transition period.
ticketIdstringA generated ticket id to track provisioning request.
customIdstringOptional. The user-defined identifier of the provisioning config.
networksarrayNetworks to be created.
cloudConsoleUristringOutput only. URI to Cloud Console UI view of this provisioning config.

Methods

NameAccessible byRequired ParamsDescription
getSELECTlocationsId, projectsId, provisioningConfigsIdGet ProvisioningConfig by name.
createINSERTlocationsId, projectsIdCreate new ProvisioningConfig.
patchEXEClocationsId, projectsId, provisioningConfigsIdUpdate existing ProvisioningConfig.
submitEXEClocationsId, projectsIdSubmit a provisiong configuration for a given project.