CloudFileSystemDetails

CloudFileSystemDetails
CloudFileSystemDetails

Detailed information about an individual cloud file system.

JSON Example
{
    "id": "string",
    "name": "string",
    "capacity_gib": "number",
    "used_gib": "number",
    "recovery_sddc_id": "string"
}
string
id
Optional

Cloud file system unique identifier.

string
name
Optional

The cloud file system name.

number As double 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.

number As double 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.

string
recovery_sddc_id
Optional

The ID of the Recovery SDDC associated with this cloud file system.