VirtualSriovEthernetCard
VirtualSriovEthernetCard
The VirtualSriovEthernetCard data object defines the properties of a SR-IOV enabled Ethernet card attached to a virtual machine.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"key": 0,
"deviceInfo": {
"_typeName": "string",
"label": "string",
"summary": "string"
},
"backing": {
"_typeName": "string"
},
"connectable": {
"_typeName": "string",
"migrateConnect": "string",
"startConnected": false,
"allowGuestControl": false,
"connected": false,
"status": "string"
},
"slotInfo": {
"_typeName": "string"
},
"controllerKey": 0,
"unitNumber": 0,
"numaNode": 0,
"deviceGroupInfo": {
"_typeName": "string",
"groupInstanceKey": 0,
"sequenceId": 0
},
"dynamicProperty": [
{
"_typeName": "string",
"name": "string",
"val": {
"_typeName": "string"
}
}
],
"addressType": "string",
"macAddress": "string",
"wakeOnLanEnabled": false,
"resourceAllocation": {
"_typeName": "string",
"reservation": 0,
"share": {
"_typeName": "string",
"shares": 0,
"level": "string"
},
"limit": 0
},
"externalId": "string",
"uptCompatibilityEnabled": false,
"allowGuestOSMtuChange": false,
"sriovBacking": {
"_typeName": "string",
"physicalFunctionBacking": {
"_typeName": "string",
"deviceName": "string",
"useAutoDetect": false,
"id": "string",
"deviceId": "string",
"systemId": "string",
"vendorId": 0
},
"virtualFunctionBacking": {
"_typeName": "string",
"deviceName": "string",
"useAutoDetect": false,
"id": "string",
"deviceId": "string",
"systemId": "string",
"vendorId": 0
},
"virtualFunctionIndex": 0
},
"dvxBackingInfo": {
"_typeName": "string",
"deviceClass": "string",
"configParams": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
]
}
}
boolean
allowGuestOSMtuChange
Optional
Indicates whether MTU can be changed from guest OS.
sriovBacking
Optional
The VirtualSriovEthernetCardSriovBackingInfo data object contains information about the SR-IOV physical function and virtual function backing for a passthrough NIC.
dvxBackingInfo
Optional
DVX Device specific information.
Since: vSphere API Release 8.0.0.1