VirtualSwitchProfile

VirtualSwitchProfile
VirtualSwitchProfile

The VirtualSwitchProfile data object represents a subprofile for a virtual switch.

If a profile plug-in defines policies or subprofiles, use the policy or property list to access the additional configuration data.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "enabled": false,
    "policy": [
        {
            "_typeName": "string",
            "id": "string",
            "policyOption": {
                "_typeName": "string",
                "id": "string",
                "parameter": [
                    {
                        "_typeName": "string",
                        "key": "string",
                        "value": {
                            "_typeName": "string"
                        }
                    }
                ]
            }
        }
    ],
    "profileTypeName": "string",
    "profileVersion": "string",
    "property": [
        "ProfileApplyProfileProperty Object"
    ],
    "favorite": false,
    "toBeMerged": false,
    "toReplaceWith": false,
    "toBeDeleted": false,
    "copyEnableStatus": false,
    "hidden": false,
    "key": "string",
    "name": "string",
    "link": {
        "_typeName": "string",
        "enabled": false,
        "policy": [
            {
                "_typeName": "string",
                "id": "string",
                "policyOption": {
                    "_typeName": "string",
                    "id": "string",
                    "parameter": [
                        {
                            "_typeName": "string",
                            "key": "string",
                            "value": {
                                "_typeName": "string"
                            }
                        }
                    ]
                }
            }
        ],
        "profileTypeName": "string",
        "profileVersion": "string",
        "property": [
            "ProfileApplyProfileProperty Object"
        ],
        "favorite": false,
        "toBeMerged": false,
        "toReplaceWith": false,
        "toBeDeleted": false,
        "copyEnableStatus": false,
        "hidden": false
    },
    "numPorts": {
        "_typeName": "string",
        "enabled": false,
        "policy": [
            {
                "_typeName": "string",
                "id": "string",
                "policyOption": {
                    "_typeName": "string",
                    "id": "string",
                    "parameter": [
                        {
                            "_typeName": "string",
                            "key": "string",
                            "value": {
                                "_typeName": "string"
                            }
                        }
                    ]
                }
            }
        ],
        "profileTypeName": "string",
        "profileVersion": "string",
        "property": [
            "ProfileApplyProfileProperty Object"
        ],
        "favorite": false,
        "toBeMerged": false,
        "toReplaceWith": false,
        "toBeDeleted": false,
        "copyEnableStatus": false,
        "hidden": false
    },
    "networkPolicy": {
        "_typeName": "string",
        "enabled": false,
        "policy": [
            {
                "_typeName": "string",
                "id": "string",
                "policyOption": {
                    "_typeName": "string",
                    "id": "string",
                    "parameter": [
                        {
                            "_typeName": "string",
                            "key": "string",
                            "value": {
                                "_typeName": "string"
                            }
                        }
                    ]
                }
            }
        ],
        "profileTypeName": "string",
        "profileVersion": "string",
        "property": [
            "ProfileApplyProfileProperty Object"
        ],
        "favorite": false,
        "toBeMerged": false,
        "toReplaceWith": false,
        "toBeDeleted": false,
        "copyEnableStatus": false,
        "hidden": false
    }
}
string
key
Required

Linkable identifier.

string
name
Required

Name of the standard virtual switch(VSS).

link
Required

The LinkProfile data object represents a subprofile for links connected to virtual switch.

numPorts
Required

The NumPortsProfile data object represents a subprofile for the number of ports for a virtual switch

networkPolicy
Required

The NetworkPolicyProfile data object represents a network policy.

The policy property contains network configuration data values.