DvsSpec

DvsSpec
DvsSpec

Spec contains parameters for DVS

JSON Example
{
    "dvsName": "string",
    "isUsedByNsxt": false,
    "mtu": 0,
    "networks": [
        "string"
    ],
    "niocSpecs": [
        {
            "trafficType": "One among:VSAN, VMOTION, VIRTUALMACHINE, MANAGEMENT, NFS, VDP, HBR, FAULTTOLERANCE, ISCSI",
            "value": "string"
        }
    ],
    "vmnics": [
        "string"
    ]
}
string
dvsName
Required

DVS Name

boolean
isUsedByNsxt
Optional

Flag indicating whether the DVS is used by NSX-T

integer As int32 As int32
mtu
Optional

DVS MTU (default value is 9000)

array of string
networks
Required

Types of networks in this portgroup

array of NiocSpec
niocSpecs
Optional

List of NIOC specs for networks

array of string
vmnics
Required

Vmnics to be attached to the DVS

Property Of