instances_config
Creates, updates, deletes, gets or lists a instances_config
resource.
Overview
Name | instances_config |
Type | Resource |
Id | google.notebooks.instances_config |
Fields
Name | Datatype | Description |
---|---|---|
availableImages | array | Output only. The list of available images to create a WbI. |
defaultValues | object | DefaultValues represents the default configuration values. |
supportedValues | object | SupportedValues represents the values supported by the configuration. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get_config | SELECT | locationsId, projectsId | Gets general backend configurations that might also affect the frontend. Location is required by CCFE. Although we could bypass it to send location- less request directly to the backend job, we would need CPE (go/cloud-cpe). Having the location might also be useful depending on the query. |
SELECT
examples
Gets general backend configurations that might also affect the frontend. Location is required by CCFE. Although we could bypass it to send location- less request directly to the backend job, we would need CPE (go/cloud-cpe). Having the location might also be useful depending on the query.
SELECT
availableImages,
defaultValues,
supportedValues
FROM google.notebooks.instances_config
WHERE locationsId = '{{ locationsId }}'
AND projectsId = '{{ projectsId }}';