Resource Type: GCP > Compute Engine
The Compute Engine (GCE) service offers flexible computing capabilities in the GCP cloud. It enables users to deploy and control virtual machines, referred to as instances, which are capable of running various applications and services.
Resource Types
The Compute Engine service includes these resource types:
- Disk
- Health Check
- HTTP Health Check
- HTTPS Health Check
- Image
- Instance
- Instance Template
- Node Group
- Node template
- Project
- Region Disk
- Region Health Check
- Snapshot
Controls
The primary controls for GCP > Compute Engine are:
Quick Actions
Category
In Your Workspace
- Controls by Resource Type report
- Policy Settings by Resource Type report
- Resources by Resource Type report
Developers
- tmod:@turbot/gcp-computeengine#/resource/types/computeEngine
- tmod:@turbot/turbot#/resource/categories/cloudService
- turbot graphql resource --id "tmod:@turbot/gcp-computeengine#/resource/types/computeEngine"
Get Resource- select * from guardrails_resource where resource_type_uri = 'tmod:@turbot/gcp-computeengine#/resource/types/computeEngine';
- select * from guardrails_policy_setting where filter = 'resourceTypeId:"tmod:@turbot/gcp-computeengine#/resource/types/computeEngine"';
- select * from guardrails_notification where resource_type_uri = 'tmod:@turbot/gcp-computeengine#/resource/types/computeEngine' 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