SddcDatastoreSpec

SddcDatastoreSpec
SddcDatastoreSpec

This specification contains cluster storage configuration

JSON Example
{
    "nfsDatastoreSpec": {
        "datastoreName": "string",
        "nasVolume": {
            "serverName": [
                "string"
            ],
            "path": "string",
            "readOnly": false,
            "userTag": "string",
            "enableBindToVmknic": false
        }
    },
    "vmfsDatastoreSpec": {
        "fcSpec": [
            {
                "datastoreName": "string"
            }
        ]
    },
    "vsanSpec": {
        "datastoreName": "string",
        "vsanDedup": false,
        "esaConfig": {
            "enabled": false
        },
        "failuresToTolerate": 3
    },
    "existingDatastoreName": "string"
}
nfsDatastoreSpec
Optional

This specification contains cluster storage configuration for NFS

vmfsDatastoreSpec
Optional

Cluster storage configuration for VMFS

vsanSpec
Optional

Spec contains parameters of Virtual SAN

string
existingDatastoreName
Optional

Name of an existing datastore that is to be used when converting an existing environment.

Property Of