get_disk_performance_config
Get performance configuration of a Compute Engine disk, including its type, size, provisioned IOPS, provisioned throughput, physical block size, storage pool and access mode. Requires project, zone, and disk name as input.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Required. Identifier. The disk name. | |
| zone | Yes | Required. The zone of the disk. | |
| project | Yes | Required. Project ID for this request. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | URL of the disk type resource. | |
| sizeGb | No | Size of the disk in GB. | |
| accessMode | No | The access mode of the disk. | |
| storagePool | No | The storage pool of the disk. | |
| provisionedIops | No | Indicates how many IOPS to provision for the disk. This sets the number of I/O operations per second that the disk can handle. | |
| provisionedThroughput | No | Indicates how much throughput to provision for the disk. This sets the number of throughput mb per second that the disk can handle. | |
| physicalBlockSizeBytes | No | Physical block size of the persistent disk, in bytes. |