StorageFileSystem

StorageFileSystem
StorageFileSystem

This data object represents the storage file-system.

This structure may be used only with operations rendered under /sms.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "uuid": "string",
    "info": [
        {
            "_typeName": "string",
            "fileServerName": "string",
            "fileSystemPath": "string",
            "ipAddress": "string"
        }
    ],
    "nativeSnapshotSupported": false,
    "thinProvisioningStatus": "string",
    "type": "string",
    "version": "string",
    "backingConfig": {
        "_typeName": "string",
        "thinProvisionBackingIdentifier": "string",
        "deduplicationBackingIdentifier": "string",
        "autoTieringEnabled": false,
        "deduplicationEfficiency": 0,
        "performanceOptimizationInterval": 0
    }
}
string
uuid
Required

Unique identifier

info
Required

Information about the file system

boolean
nativeSnapshotSupported
Required

nativeSnapshotSupported

string
thinProvisioningStatus
Required

thinProvisioningStatus

string
type
Required

type

string
version
Required

version

backingConfig
Optional

This data object represents SDRS related data associated with block device or file system.

This structure may be used only with operations rendered under /sms.