Compute Cloud API, gRPC: DiskTypeService.Get
Written by
Updated at November 26, 2024
Returns the information about specified disk type.
To get the list of available disk types, make a List request.
gRPC request
rpc Get (GetDiskTypeRequest) returns (DiskType)
GetDiskTypeRequest
{
"disk_type_id": "string"
}
Field |
Description |
disk_type_id |
string Required field. ID of the disk type to return information about. |
DiskType
{
"id": "string",
"description": "string",
"zone_ids": [
"string"
]
}
Field |
Description |
id |
string ID of the disk type. |
description |
string Description of the disk type. 0-256 characters long. |
zone_ids[] |
string Array of availability zones where the disk type is available. |