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, md5_sum=None, bundle_name=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 not. This API is not supported for XEN hypervisor type.is_imaging_mandatory – (
is_imaging_mandatory
) Indicates if imaging is required or notnode_uuid – (
node_uuid
) UUID of the hostavailable_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 notmd5_sum – (
md5_sum
) Md5sum of ISObundle_name – (
bundle_name
) Name of the hypervisor bundle
- property available_hypervisor_iso_error#
Error message if any, for available hypervisor ISO
- Type:
str
- property bundle_name#
Name of the hypervisor bundle
- Type:
str
- property hypervisor_upload_required#
Provides information on whether hypervisor ISO upload is required or not. This API is not supported for XEN hypervisor type.
- 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 md5_sum#
Md5sum of ISO
- Type:
str
- property node_uuid#
UUID of the host
- Type:
str
- property required_hypervisor_type#
- Type: