gcp.project.computeService.instance
Supported platform
- gcp
Description
Google Cloud (GCP) Compute instances
Fields
| ID | TYPE | DESCRIPTION |
|---|---|---|
| id | string | Unique identifier for the instance |
| projectId | string | Project ID |
| name | string | User-friendly name for this instance |
| description | string | User-friendly name for this instance |
| confidentialInstanceConfig | dict | Confidential instance configuration |
| canIpForward | bool | Whether the instance is allowed to send and receive packets with non-matching destination or source IPs |
| cpuPlatform | string | CPU platform used by this instance |
| created | time | Creation timestamp |
| deletionProtection | bool | Whether the instance is protected against deletion |
| enableDisplay | bool | Whether the instance has display enabled |
| guestAccelerators | []dict | Attached list of accelerator cards |
| fingerprint | string | Instance fingerprint |
| hostname | string | Hostname of the instance |
| keyRevocationActionType | string | KeyRevocationActionType of the instance |
| labels | map[string]string | User-provided labels |
| lastStartTimestamp | time | Last start timestamp |
| lastStopTimestamp | time | Last stop timestamp |
| lastSuspendedTimestamp | time | Last suspended timestamp |
| metadata | map[string]string | Instance metadata |
| minCpuPlatform | string | Minimum CPU platform for the VM instance |
| networkInterfaces | []dict | Network configurations for the instance |
| privateIpv6GoogleAccess | string | Private IPv6 google access type for the VM |
| reservationAffinity | dict | Reservations from which this instance can consume |
| resourcePolicies | []string | Resource policies applied to this instance |
| physicalHostResourceStatus | string | Resource status for physical host |
| scheduling | dict | Scheduling options |
| enableIntegrityMonitoring | bool | Whether Shielded Instance integrity monitoring is enabled |
| enableSecureBoot | bool | Whether Shielded Instance secure boot is enabled |
| enableVtpm | bool | Whether Shielded Instance vTPM is enabled |
| startRestricted | bool | Whether VM has been restricted from starting because Compute Engine has detected suspicious activity |
| status | string | Instance status |
| statusMessage | string | Human-readable explanation of the status |
| sourceMachineImage | string | Source machine image |
| tags | []string | Tags associated with this instance |
| totalEgressBandwidthTier | string | Network performance configuration |
| serviceAccounts | []gcp.project.computeService.serviceaccount | Service accounts authorized for this instance |
| disks | []gcp.project.computeService.attachedDisk | Disks associated with the instance |
| machineType | gcp.project.computeService.machineType | Machine type |
| zone | gcp.project.computeService.zone | Instance zone |
References