[{"label":"Latest (1.0.0alpha)","version":"latest"}]
vcdr
CloudFileSystemDetails
Detailed information about an individual cloud file system.
Properties
number as double
capacity_gib
Optional
The total physical storage capacity in gibibytes (GiB) of the individual cloud file system. The actual volume of data the cloud file system can contain is likely larger than this value.
string
id
Optional
Cloud file system unique identifier.
string
name
Optional
The cloud file system name.
string
recovery_sddc_id
Optional
The ID of the Recovery SDDC associated with this cloud file system.
number as double
used_gib
Optional
The total amount of used storage capacity in GiB of an individual cloud file system. The actual volume of used storage for the cloud file system is likely larger than this value.
JSON Example
{
"capacity_gib": 0,
"id": "string",
"name": "string",
"recovery_sddc_id": "string",
"used_gib": 0
}