2022-02-13
▼ ▲ baremetalsolution.projects.locations.provisioningQuotas.list
Parameters :
pageToken
Description : A token identifying a page of results from the server.
Type : string
Location : query
parent
Type : string
Description : Required. Parent value for ListProvisioningQuotasRequest.
Location : path
Required : Yes
Pattern : ^projects/[^/]+/locations/[^/]+$
pageSize
Description : Requested page size. The server might return fewer items than requested. If unspecified, server will pick an appropriate default. Notice that page_size field is not supported and won't be respected in the API request for now, will be updated when pagination is supported.
Format : int32
Location : query
Type : integer
Parameter Order : parent
Flat Path : v2/projects/{projectsId}/locations/{locationsId}/provisioningQuotas
Scopes : https://www.googleapis.com/auth/cloud-platform
Path : v2/{+parent}/provisioningQuotas
HTTP Method : GET
Description : List the budget details to provision resources on a given project.
▼ ▲ baremetalsolution.projects.locations.nfsShares.patch
Parameters :
updateMask
Location : query
Description : The list of fields to update. The only currently supported fields are: `labels`
Type : string
Format : google-fieldmask
name
Location : path
Required : Yes
Description : Output only. The name of the NFS share.
Type : string
Pattern : ^projects/[^/]+/locations/[^/]+/nfsShares/[^/]+$
Path : v2/{+name}
Flat Path : v2/projects/{projectsId}/locations/{locationsId}/nfsShares/{nfsSharesId}
HTTP Method : PATCH
Parameter Order : name
Description : Update details of a single NFS share.
▼ ▲ baremetalsolution.projects.locations.nfsShares.list
HTTP Method : GET
Description : List NFS shares.
Parameter Order : parent
Parameters :
pageToken
Type : string
Description : A token identifying a page of results from the server.
Location : query
parent
Type : string
Required : Yes
Description : Required. Parent value for ListNfsSharesRequest.
Pattern : ^projects/[^/]+/locations/[^/]+$
Location : path
filter
Type : string
Description : List filter.
Location : query
pageSize
Type : integer
Description : Requested page size. The server might return fewer items than requested. If unspecified, server will pick an appropriate default.
Location : query
Format : int32
Flat Path : v2/projects/{projectsId}/locations/{locationsId}/nfsShares
Path : v2/{+parent}/nfsShares
▼ ▲ baremetalsolution.projects.locations.nfsShares.get
Path : v2/{+name}
HTTP Method : GET
Flat Path : v2/projects/{projectsId}/locations/{locationsId}/nfsShares/{nfsSharesId}
Scopes : https://www.googleapis.com/auth/cloud-platform
Parameter Order : name
Parameters :
name
Location : path
Required : Yes
Pattern : ^projects/[^/]+/locations/[^/]+/nfsShares/[^/]+$
Description : Required. Name of the resource.
Type : string
Description : Get details of a single NFS share.
▼ ▲ baremetalsolution.projects.locations.networks.listNetworkUsage
Path : v2/{+location}/networks:listNetworkUsage
Scopes : https://www.googleapis.com/auth/cloud-platform
HTTP Method : GET
Description : List all Networks (and used IPs for each Network) in the vendor account associated with the specified project.
Parameter Order : location
Flat Path : v2/projects/{projectsId}/locations/{locationsId}/networks:listNetworkUsage
Parameters :
location
Location : path
Pattern : ^projects/[^/]+/locations/[^/]+$
Description : Required. Parent value (project and location).
Required : Yes
Type : string
▼ ▲ baremetalsolution.projects.locations.instances.start
Parameter Order : name
HTTP Method : POST
Description : Starts a server that was shutdown.
Flat Path : v2/projects/{projectsId}/locations/{locationsId}/instances/{instancesId}:start
Parameters :
name
Location : path
Type : string
Pattern : ^projects/[^/]+/locations/[^/]+/instances/[^/]+$
Required : Yes
Description : Required. Name of the resource.
Scopes : https://www.googleapis.com/auth/cloud-platform
Path : v2/{+name}:start
▼ ▲ baremetalsolution.projects.locations.provisioningConfigs.submit
Description : Submit a provisiong configuration for a given project.
Parameter Order : parent
Flat Path : v2/projects/{projectsId}/locations/{locationsId}/provisioningConfigs:submit
Parameters :
parent
Description : Required. The parent project and location containing the ProvisioningConfig.
Required : Yes
Type : string
Pattern : ^projects/[^/]+/locations/[^/]+$
Location : path
Scopes : https://www.googleapis.com/auth/cloud-platform
Path : v2/{+parent}/provisioningConfigs:submit
HTTP Method : POST