PhysicalNic

PhysicalNic
PhysicalNic

Represents a physical NIC

JSON Example
{
    "deviceName": "string",
    "macAddress": "string",
    "speed": 0,
    "unit": "string",
    "smartNicInfo": {
        "vendorName": "string",
        "dpuId": "string"
    },
    "state": "One among: INACTIVE, ACTIVE_IN_USE, ACTIVE_NOT_IN_USE"
}
string
deviceName
Optional

Device name of the physical NIC

string
macAddress
Optional

Mac address of the physical NIC

integer As int64 As int64
speed
Optional

Speed in bytes of the physical NIC

string
unit
Optional

Unit of physical NIC speed

Possible values are : KB, MB, GB, TB, PB,
smartNicInfo
Optional

Represents informtion related to smart nic

string
state
Optional

State of the physical NIC

Property Of