DVSManagerDvsConfigTarget
DVSManagerDvsConfigTarget
Configuration specification for a DistributedVirtualSwitch or DistributedVirtualPortgroup.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"distributedVirtualPortgroup": [
{
"_typeName": "string",
"switchName": "string",
"switchUuid": "string",
"portgroupName": "string",
"portgroupKey": "string",
"portgroupType": "string",
"uplinkPortgroup": false,
"portgroup": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"networkReservationSupported": false,
"backingType": "string",
"logicalSwitchUuid": "string",
"segmentId": "string"
}
],
"distributedVirtualSwitch": [
{
"_typeName": "string",
"switchName": "string",
"switchUuid": "string",
"distributedVirtualSwitch": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"networkReservationSupported": false
}
]
}
array of DistributedVirtualPortgroupInfo
distributedVirtualPortgroup
Optional
List of any DistributedVirtualPortgroup available for host Virtual NIC connection.
array of DistributedVirtualSwitchInfo
distributedVirtualSwitch
Optional
List of any DistributedVirtualSwitch available for host Virtual NIC connection.
Property Of