> For the complete documentation index, see [llms.txt](https://docs.forestall.io/forestall/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.forestall.io/forestall/search-and-reports/gcp-entities/virtual-machine.md).

# Virtual Machine

The GCPVM entity represents a GCPVM monitored and managed within the GCP environment.

| Field                     | Type    | Possible Operators                                                 | Description                                   |
| ------------------------- | ------- | ------------------------------------------------------------------ | --------------------------------------------- |
| Guid                      | TEXT    | Like, Not Like, Equal, Not Equal, Is Empty                         | Unique identifier for the entity in Forestall |
| FSName                    | TEXT    | Like, Not Like, Equal, Not Equal, Is Empty                         | Display name used in Forestall                |
| GCPTier                   | NUMBER  | Equal, Between, Smaller, Larger, Smaller or Equal, Larger or Equal | GCP tier classification assigned by Forestall |
| InstanceId                | TEXT    | Like, Not Like, Equal, Not Equal, Is Empty                         | Instance id of the gcpvm                      |
| Name                      | TEXT    | Like, Not Like, Equal, Not Equal, Is Empty                         | Full resource name of the GCPVM               |
| Status                    | TEXT    | Like, Not Like, Equal, Not Equal, Is Empty                         | Current status of the GCPVM                   |
| MachineType               | TEXT    | Like, Not Like, Equal, Not Equal, Is Empty                         | Machine type of the gcpvm                     |
| Zone                      | TEXT    | Like, Not Like, Equal, Not Equal, Is Empty                         | Zone of the gcpvm                             |
| HasPublicIp               | BOOLEAN | Equal, Not Equal                                                   | Has public ip of the gcpvm                    |
| UsesDefaultServiceAccount | BOOLEAN | Equal, Not Equal                                                   | Uses default service account of the gcpvm     |
| SerialPortEnabled         | BOOLEAN | Equal, Not Equal                                                   | Serial port enabled of the gcpvm              |
| OsLoginDisabled           | BOOLEAN | Equal, Not Equal                                                   | Os login disabled of the gcpvm                |
| IpForwardingEnabled       | BOOLEAN | Equal, Not Equal                                                   | Ip forwarding enabled of the gcpvm            |
| risk                      | NUMBER  | Equal, Between, Smaller, Larger, Smaller or Equal, Larger or Equal | Risk score assigned to the entity             |
| ExposurePoint             | NUMBER  | Equal, Between, Smaller, Larger, Smaller or Equal, Larger or Equal | Exposure point score assigned to the entity   |
