PhysicalNic
                                PhysicalNic                            
                            Represents a physical NIC
JSON Example
                                    {
    "deviceName": "string",
    "macAddress": "string",
    "speed": 0,
    "unit": "string"
}
            
            
                                    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, 
                            
        
    