SriovNic#
- class SriovNic(sriov_profile_reference=None, host_pcie_device_reference=None, mac_address=None, is_connected=True, *args, **kwargs)#
Bases:
objectDefines an SR-IOV NIC.
- Parameters:
sriov_profile_reference (required) – (
sriov_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 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
- property sriov_profile_reference#
- Type:
- to_dict()#
Returns the model properties as a dictionary
- to_str()#
Returns the string representation of the model