Filestore Instances¶
Provider: Google Cloud
Service ID: gcp_filestore_instances
Rendering: Standard table with expandable detail rows
Quick Example¶
<script>
var serviceDiscoveryRequests = serviceDiscoveryRequests || [];
serviceDiscoveryRequests.push({
service: 'gcp_filestore_instances',
provider: 'gcp',
region: 'europe-west2',
source: 'live',
attributes: ['name', 'state', 'tier', 'protocol', 'capacity_gb', 'ip_address']
});
</script>
<div data-sd-service="gcp_filestore_instances" data-sd-source="live"></div>
Default Attributes¶
When no attributes array is specified, these columns are displayed:
attributes: ['name', 'state', 'tier', 'protocol', 'capacity_gb', 'ip_address', 'location', 'create_time']
All Attributes¶
| Attribute | Display Name | Format | Description |
|---|---|---|---|
name |
Instance Name | gcp_resource_name |
From API field: name |
state |
State | status_badge |
From API field: state |
tier |
Tier | status_badge |
From API field: tier |
protocol |
Protocol | text |
From API field: protocol. Default: NFS_V3 |
capacity_gb |
Capacity (GB) | text |
From API field: fileShares[0].capacityGb |
share_name |
Share Name | text |
From API field: fileShares[0].name |
ip_address |
IP Address | text |
From API field: networks[0].ipAddresses[0] |
network |
Network | text |
From API field: networks[0].network |
location |
Location | gcp_resource_segment |
From API field: name |
create_time |
Created | datetime |
From API field: createTime |
labels |
Labels | tags_table |
All tags/labels as a key-value table |
= included in default view
Sort Order¶
Results are sorted by: name