NicBackingInfo#

class NicBackingInfo(mac_address=None, is_connected=True, adapter_type=None, *args, **kwargs)#

Bases: object

Information about how NIC is emulated.

Parameters:
  • mac_address – (mac_address) MAC address of the NIC.

  • is_connected – (is_connected) Indicates whether the NIC is connected or not. Default is True. (Default True)

  • adapter_type – (adapter_type)

property adapter_type#
Type:

AdapterType

property is_connected#

Indicates whether the NIC is connected or not. Default is True.

Type:

bool

property mac_address#

MAC address of the NIC.

Type:

str

to_dict()#

Returns the model properties as a dictionary

to_str()#

Returns the string representation of the model