> For the complete documentation index, see [llms.txt](https://cortex-docs.paloaltonetworks.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cortex-docs.paloaltonetworks.com/cortex-xdr-3.x/cortex-xdr-3.x-documentation/detect-threats-and-analyze-data/asset-management/cloud-inventory-assets/specific-cloud-assets.md).

# Specific Cloud Assets

* **Specific Cloud Assets**: the name of the specific cloud asset page.
* **Asset Type**: the asset type that is automatically associated with this specific cloud asset page.
* **Asset Subtype**: the asset subtype that is automatically associated with this specific cloud asset page.
* **Unique Fields**: the unique fields that are only available when viewing this specific cloud asset page, and are displayed in addition to the common fields listed for the All Cloud Assets page. These fields are exposed by default.

| Specific Cloud Assets             | Asset Type     | Asset Subtype      | Unique Fields                                                                                                                                                                                                                                                                                                                                                                                                      |
| --------------------------------- | -------------- | ------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| **Compute Instances**             | Compute        | Instance           | <ul><li><strong>MACHINE TYPE</strong>—Displays the type of machine.</li><li><strong>LAST START TIME</strong>—Displays the last time the machine started.</li></ul>                                                                                                                                                                                                                                                 |
| **Disks**                         | Compute        | Disk               | <ul><li><strong>DISK SIZE</strong>—Displays the disk size as an integer in GB.</li><li><strong>DISK IS ENCRYPTED</strong>—Displays a boolean value as either <strong>Yes</strong> or <strong>No</strong> to indicate whether the disk is encrypted.</li></ul>                                                                                                                                                      |
| **Storage Buckets**               | Storage        | Bucket             | <ul><li><p><strong>BUCKET ACCESS</strong>—Displays the bucket access options as one of the following.</p><ul><li><strong>Public</strong></li><li><strong>Private</strong></li><li><strong>Fine Grained</strong></li><li><strong>Unknown</strong></li></ul></li><li><strong>BUCKET LOCATION</strong>—Displays the bucket location as either <strong>Regional</strong> or <strong>Multi Regional</strong>.</li></ul> |
| **Virtual Private Clouds (VPCs)** | Compute        | VPC                | **DEFAULT VPC**—Displays a boolean value as either **Yes** or **No** to indicate whether this asset is the default VPC.                                                                                                                                                                                                                                                                                            |
| **Subnets**                       | Compute        | Subnet             | No specific unique fields are displayed in addition to the common fields.                                                                                                                                                                                                                                                                                                                                          |
| **Security Groups (FW Rules)**    | Compute        | Security Group     | No specific unique fields are displayed in addition to the common fields.                                                                                                                                                                                                                                                                                                                                          |
| **Images**                        | Compute        | Image              | No specific unique fields are displayed in addition to the common fields.                                                                                                                                                                                                                                                                                                                                          |
| **Network Interfaces**            | Compute        | Network Interfaces | No specific unique fields are displayed in addition to the common fields.                                                                                                                                                                                                                                                                                                                                          |
| **Cloud Functions**               | Cloud Function | Cloud Function     | No specific unique fields are displayed in addition to the common fields.                                                                                                                                                                                                                                                                                                                                          |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://cortex-docs.paloaltonetworks.com/cortex-xdr-3.x/cortex-xdr-3.x-documentation/detect-threats-and-analyze-data/asset-management/cloud-inventory-assets/specific-cloud-assets.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
