2022-03-12
▼ ▲ baremetalsolution.projects.locations.provisioningConfigs.create
HTTP Method : POST
Flat Path : v2/projects/{projectsId}/locations/{locationsId}/provisioningConfigs
Scopes : https://www.googleapis.com/auth/cloud-platform
Parameter Order : parent
Parameters :
parent
Location : path
Required : Yes
Description : Required. The parent project and location containing the ProvisioningConfig.
Pattern : ^projects/[^/]+/locations/[^/]+$
Type : string
Path : v2/{+parent}/provisioningConfigs
Description : Create new ProvisioningConfig.
▼ ▲ baremetalsolution.projects.locations.provisioningConfigs.get
Parameter Order : name
HTTP Method : GET
Flat Path : v2/projects/{projectsId}/locations/{locationsId}/provisioningConfigs/{provisioningConfigsId}
Description : Get ProvisioningConfig by name.
Scopes : https://www.googleapis.com/auth/cloud-platform
Parameters :
name
Description : Required. Name of the ProvisioningConfig.
Type : string
Required : Yes
Location : path
Pattern : ^projects/[^/]+/locations/[^/]+/provisioningConfigs/[^/]+$
Path : v2/{+name}
▼ ▲ baremetalsolution.projects.locations.provisioningConfigs.patch
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Update existing ProvisioningConfig.
Flat Path : v2/projects/{projectsId}/locations/{locationsId}/provisioningConfigs/{provisioningConfigsId}
Parameter Order : name
Path : v2/{+name}
HTTP Method : PATCH
Parameters :
name
Type : string
Pattern : ^projects/[^/]+/locations/[^/]+/provisioningConfigs/[^/]+$
Description : Output only. The name of the provisioning config.
Location : path
Required : Yes
updateMask
Type : string
Location : query
Format : google-fieldmask
Description : Required. The list of fields to update.
▼ ▲ baremetalsolution.projects.locations.nfsShares.list
Scopes : https://www.googleapis.com/auth/cloud-platform
HTTP Method : GET
Description : List NFS shares.
Flat Path : v2/projects/{projectsId}/locations/{locationsId}/nfsShares
Path : v2/{+parent}/nfsShares
Parameters :
pageSize
Location : query
Type : integer
Description : Requested page size. The server might return fewer items than requested. If unspecified, server will pick an appropriate default.
Format : int32
parent
Pattern : ^projects/[^/]+/locations/[^/]+$
Type : string
Location : path
Required : Yes
Description : Required. Parent value for ListNfsSharesRequest.
filter
Type : string
Location : query
Description : List filter.
pageToken
Type : string
Description : A token identifying a page of results from the server.
Location : query
Parameter Order : parent
▼ ▲ baremetalsolution.projects.locations.nfsShares.patch
Scopes : https://www.googleapis.com/auth/cloud-platform
Path : v2/{+name}
Parameter Order : name
HTTP Method : PATCH
Parameters :
updateMask
Type : string
Format : google-fieldmask
Description : The list of fields to update. The only currently supported fields are: `labels`
Location : query
name
Type : string
Description : Output only. The name of the NFS share.
Required : Yes
Pattern : ^projects/[^/]+/locations/[^/]+/nfsShares/[^/]+$
Location : path
Description : Update details of a single NFS share.
Flat Path : v2/projects/{projectsId}/locations/{locationsId}/nfsShares/{nfsSharesId}
▼ ▲ baremetalsolution.projects.locations.nfsShares.get
Parameter Order : name
Path : v2/{+name}
Flat Path : v2/projects/{projectsId}/locations/{locationsId}/nfsShares/{nfsSharesId}
HTTP Method : GET
Description : Get details of a single NFS share.
Scopes : https://www.googleapis.com/auth/cloud-platform
Parameters :
name
Type : string
Description : Required. Name of the resource.
Required : Yes
Location : path
Pattern : ^projects/[^/]+/locations/[^/]+/nfsShares/[^/]+$