xpn_resources
Creates, updates, deletes, gets or lists a xpn_resources
resource.
Overview
Name | xpn_resources |
Type | Resource |
Id | google.compute.xpn_resources |
Fields
Name | Datatype | Description |
---|---|---|
id | string | The ID of the service resource. In the case of projects, this field supports project id (e.g., my-project-123) and project number (e.g. 12345678). |
type | string | The type of the service resource. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get_xpn_resources | SELECT | project | Gets service resources (a.k.a service project) associated with this host project. |
SELECT
examples
Gets service resources (a.k.a service project) associated with this host project.
SELECT
id,
type
FROM google.compute.xpn_resources
WHERE project = '{{ project }}';