VsanFileServiceDomain

VsanFileServiceDomain
VsanFileServiceDomain

VsanFileServiceDomain is the data object type reflecting the properties of a vSAN file service domain.

This type provides the UUID of the file service domain, and its configuration.

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

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "uuid": "string",
    "config": {
        "_typeName": "string",
        "name": "string",
        "dnsServerAddresses": [
            "string"
        ],
        "dnsSuffixes": [
            "string"
        ],
        "fileServerIpConfig": [
            {
                "_typeName": "string",
                "dhcp": false,
                "ipAddress": "string",
                "subnetMask": "string",
                "ipV6Config": {
                    "_typeName": "string",
                    "ipV6Address": [
                        {
                            "_typeName": "string",
                            "ipAddress": "string",
                            "prefixLength": 0,
                            "origin": "string",
                            "dadState": "string",
                            "lifetime": "string",
                            "operation": "string"
                        }
                    ],
                    "autoConfigurationEnabled": false,
                    "dhcpV6Enabled": false
                },
                "fqdn": "string",
                "isPrimary": false,
                "gateway": "string",
                "affinityLocation": "string",
                "ipv6Gateway": "string"
            }
        ],
        "directoryServerConfig": {
            "_typeName": "string"
        },
        "version": "string"
    }
}
string
uuid
Required

UUID of the vSAN file service domain represented in hexadecimal string.

config
Optional

Configuration of this vSAN file service domain, including the name, securityFlavor, fileServerIpConfig, etc.

This property is set when the vSAN file service domain is created or reconfigured.