Class: network_sriov

network-sriov which connects logical pif and physical pif

Enums

sriov_configuration_mode

Fields

enum sriov_configuration_mode configuration_mode [RO/runtime]
PIF ref logical_PIF [RO/constructor]
PIF ref physical_PIF [RO/constructor]
bool requires_reboot [RO/runtime]
string uuid [RO/runtime]

Messages

network_sriov ref create (session ref, PIF ref, network ref)
void destroy (session ref, network_sriov ref)
network_sriov ref set get_all (session ref)
(network_sriov ref → network_sriov record) map get_all_records (session ref)
network_sriov ref get_by_uuid (session ref, string)
enum sriov_configuration_mode get_configuration_mode (session ref, network_sriov ref)
PIF ref get_logical_PIF (session ref, network_sriov ref)
PIF ref get_physical_PIF (session ref, network_sriov ref)
network_sriov record get_record (session ref, network_sriov ref)
int get_remaining_capacity (session ref, network_sriov ref)
bool get_requires_reboot (session ref, network_sriov ref)
string get_uuid (session ref, network_sriov ref)