Skip to main content

xpn_resources

Creates, updates, deletes, gets or lists a xpn_resources resource.

Overview

Namexpn_resources
TypeResource
Idgoogle.compute.xpn_resources

Fields

NameDatatypeDescription
idstringThe 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).
typestringThe type of the service resource.

Methods

NameAccessible byRequired ParamsDescription
get_xpn_resourcesSELECTprojectGets 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 }}';