UploadInfoNodeItem#
- class UploadInfoNodeItem(hypervisor_upload_required=None, is_imaging_mandatory=None, node_uuid=None, available_hypervisor_iso_error=None, required_hypervisor_type=None, is_node_compatible=None, *args, **kwargs)[source]#
Bases:
object
Upload information for a node
- Parameters:
hypervisor_upload_required – (
hypervisor_upload_required
) Provides information on whether hypervisor ISO upload is required or notis_imaging_mandatory – (
is_imaging_mandatory
) Indicates if imaging is required or notnode_uuid – (
node_uuid
) UUID of a nodeavailable_hypervisor_iso_error – (
available_hypervisor_iso_error
) Error message if any, for available hypervisor ISOrequired_hypervisor_type – (
required_hypervisor_type
)is_node_compatible – (
is_node_compatible
) Indicates if node is compatible or not
- property available_hypervisor_iso_error#
Error message if any, for available hypervisor ISO
- Type:
str
- property hypervisor_upload_required#
Provides information on whether hypervisor ISO upload is required or not
- Type:
bool
- property is_imaging_mandatory#
Indicates if imaging is required or not
- Type:
bool
- property is_node_compatible#
Indicates if node is compatible or not
- Type:
bool
- property node_uuid#
UUID of a node
- Type:
str
- property required_hypervisor_type#
- Type: