Resource Type: GCP > Zone
The Zone resource type represents an isolated location within a GCP Region, where users can deploy and manage resources, such as virtual machines and storage, ensuring high availability and fault tolerance by distributing resources across multiple zones.
Controls
The primary controls for GCP > Zone are:
It is also targeted by these controls:
- GCP > Compute Engine > Disk > Discovery
- GCP > Compute Engine > Disk > Usage
- GCP > Compute Engine > Instance > Discovery
- GCP > Compute Engine > Instance > Usage
- GCP > Compute Engine > Node Group > Discovery
- GCP > Compute Engine > Node Group > Usage
- GCP > Kubernetes Engine > Zone Cluster > Discovery
- GCP > Kubernetes Engine > Zone Cluster > Usage
- GCP > Kubernetes Engine > Zone Node Pool > Usage
Category
In Your Workspace
- Controls by Resource Type report
- Policy Settings by Resource Type report
- Resources by Resource Type report
Developers
- tmod:@turbot/gcp#/resource/types/zone
- tmod:@turbot/turbot#/resource/categories/cloudLocation
- turbot graphql resource --id "tmod:@turbot/gcp#/resource/types/zone"
Get Resource- select * from guardrails_resource where resource_type_uri = 'tmod:@turbot/gcp#/resource/types/zone';
- select * from guardrails_policy_setting where filter = 'resourceTypeId:"tmod:@turbot/gcp#/resource/types/zone"';
- select * from guardrails_notification where resource_type_uri = 'tmod:@turbot/gcp#/resource/types/zone' and notification_type in ('resource_updated', 'resource_created');
Get ResourceGet Policy Settings (By Resource ID)Get Resource Notification
Resource Type URI
Category URI
GraphQL
CLI
Steampipe Query