DpOffloadNic#
- class DpOffloadNic(dp_offload_profile_reference=None, host_pcie_device_reference=None, mac_address=None, is_connected=True, *args, **kwargs)#
Bases:
objectDefines a DP Offload NIC.
- Parameters:
dp_offload_profile_reference (required) – (
dp_offload_profile_reference)host_pcie_device_reference – (
host_pcie_device_reference)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)
- property dp_offload_profile_reference#
- Type:
- property host_pcie_device_reference#
- Type:
- 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