Skip to content

Block Volumes

Provider: Oracle Cloud
Service ID: oci_block_volumes
Rendering: Standard table with expandable detail rows

Quick Example

<script>
var serviceDiscoveryRequests = serviceDiscoveryRequests || [];
serviceDiscoveryRequests.push({
    service: 'oci_block_volumes',
    provider: 'oci',
    region: 'default',
    source: 'live',
    attributes: ['name', 'volume_id', 'size_in_gbs', 'vpus_per_gb', 'availability_domain', 'lifecycle_state']
});
</script>

<div data-sd-service="oci_block_volumes" data-sd-source="live"></div>

Default Attributes

When no attributes array is specified, these columns are displayed:

attributes: ['name', 'volume_id', 'size_in_gbs', 'vpus_per_gb', 'availability_domain', 'lifecycle_state']

All Attributes

Attribute Display Name Format Description
name Name text From API field: display_name
volume_id Volume ID oci_resource_name From API field: id
size_in_gbs Size (GB) text From API field: size_in_gbs
vpus_per_gb VPUs/GB text From API field: vpus_per_gb
availability_domain Availability Domain oci_ad_name From API field: availability_domain
lifecycle_state State status_badge From API field: lifecycle_state
is_auto_tune_enabled Auto-Tune boolean From API field: is_auto_tune_enabled
time_created Created datetime From API field: time_created
compartment_id Compartment oci_resource_name From API field: compartment_id
tags Tags tags_table All tags/labels as a key-value table

= included in default view

Sort Order

Results are sorted by: name