UnconfiguredNodeAttributeMap#
- class UnconfiguredNodeAttributeMap(lcm_family=None, is_model_supported=None, default_workload=None, can_work_with1_g_nic=None, robo_mixed_hypervisor=None, *args, **kwargs)[source]#
Bases:
object
- Parameters:
lcm_family – (
lcm_family
) LCM family nameis_model_supported – (
is_model_supported
) Indicates whether the model is supported or notdefault_workload – (
default_workload
) Default workloadcan_work_with1_g_nic – (
can_work_with1_g_nic
) Indicates if cvm interface can work with 1 GIG NIC or notrobo_mixed_hypervisor – (
robo_mixed_hypervisor
) Indicates whether the hypervisor is robo mixed or not
- property can_work_with1_g_nic#
Indicates if cvm interface can work with 1 GIG NIC or not
- Type:
bool
- property default_workload#
Default workload
- Type:
str
- property is_model_supported#
Indicates whether the model is supported or not
- Type:
bool
- property lcm_family#
LCM family name
- Type:
str
- property robo_mixed_hypervisor#
Indicates whether the hypervisor is robo mixed or not
- Type:
bool