DvsProfile
DvsProfile
The DvsProfile data object represents the distributed virtual switch to which this host is connected.
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",
"uplink": [
{
"_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"
}
]
}
string
key
Required
Linkable identifier.
string
name
Required
Unique identifier for the distributed virtual switch.
array of PnicUplinkProfile
uplink
Optional
List of subprofiles that map physical NICs to uplink ports.
Use the key property to access subprofiles in the list.