2022-04-21
▼ ▲ baremetalsolution.projects.locations.submitProvisioningConfig
Scopes : https://www.googleapis.com/auth/cloud-platform
Parameters :
project
Location : path
Required : Yes
Type : string
Pattern : ^projects/[^/]+$
Description : Required. The target project of the provisioning request.
location
Required : Yes
Type : string
Pattern : ^locations/[^/]+$
Location : path
Description : Required. The target location of the provisioning request.
Parameter Order :
HTTP Method : POST
Description : Submit a provisiong configuration for a given project.
Flat Path : v1alpha1/projects/{projectsId}/locations/{locationsId}:submitProvisioningConfig
Path : v1alpha1/{+project}/{+location}:submitProvisioningConfig
▼ ▲ baremetalsolution.projects.provisioningQuotas.list
Parameters :
pageSize
Format : int32
Location : query
Type : integer
Description : The maximum number of items to return.
pageToken
Type : string
Description : The next_page_token value returned from a previous List request, if any.
Location : query
parent
Pattern : ^projects/[^/]+$
Type : string
Description : Required. The parent project containing the provisioning quotas.
Required : Yes
Location : path
Parameter Order : parent
Description : List the budget details to provision resources on a given project.
Scopes : https://www.googleapis.com/auth/cloud-platform
Flat Path : v1alpha1/projects/{projectsId}/provisioningQuotas
Path : v1alpha1/{+parent}/provisioningQuotas
HTTP Method : GET