sushy.oem.dell.resources package¶
Subpackages¶
- sushy.oem.dell.resources.manager package
- Submodules
- sushy.oem.dell.resources.manager.constants module
- sushy.oem.dell.resources.manager.idrac_card_service module
- sushy.oem.dell.resources.manager.job_collection module
- sushy.oem.dell.resources.manager.job_service module
- sushy.oem.dell.resources.manager.lifecycle_service module
- sushy.oem.dell.resources.manager.manager module
DellManagerActionsField
DellManagerExtension
DellManagerExtension.ACTION_DATA
DellManagerExtension.IDRAC_CONFIG_CD
DellManagerExtension.IDRAC_CONFIG_FLOPPY
DellManagerExtension.IDRAC_MEDIA_TYPES
DellManagerExtension.RETRY_COUNT
DellManagerExtension.RETRY_DELAY
DellManagerExtension.attributes
DellManagerExtension.export_system_configuration()
DellManagerExtension.export_system_configuration_uri
DellManagerExtension.get_allowed_export_target_values()
DellManagerExtension.get_allowed_export_use_values()
DellManagerExtension.get_allowed_import_shutdown_type_values()
DellManagerExtension.get_allowed_include_in_export_values()
DellManagerExtension.get_pxe_port_macs_bios()
DellManagerExtension.idrac_card_service
DellManagerExtension.import_system_configuration()
DellManagerExtension.import_system_configuration_uri
DellManagerExtension.job_collection
DellManagerExtension.job_service
DellManagerExtension.lifecycle_service
DellManagerExtension.reset_idrac()
DellManagerExtension.set_virtual_boot_device()
ExportActionField
ImportActionField
SharedParameters
get_extension()
- Module contents
Submodules¶
sushy.oem.dell.resources.attributes module¶
- class sushy.oem.dell.resources.attributes.DellAttributes(connector, path='', redfish_version=None, registries=None, reader=None, json_doc=None, root=None)¶
Bases:
ResourceBase
- attributes = <sushy.resources.base.Field object>¶
Vendor-specific key-value dict of effective DellAttributes
They cannot be updated directly. To update use
set_attribute()
orset_attributes()
- description = <sushy.resources.base.Field object>¶
Human-readable description of the DellAttributes resource
- get_attribute_registry(language='en')¶
Get the Attribute Registry associated with this resource
- Parameters:
language – RFC 5646 language code for Message Registries. Indicates language of registry to be used. Defaults to ‘en’.
- Returns:
the DellAttributes Attribute Registry
- identity = <sushy.resources.base.Field object>¶
The DellAttributes resource identity string
- name = <sushy.resources.base.Field object>¶
The name of the resource
- set_attribute(key, value)¶
Update an attribute
Attribute update is not immediate but requires system restart. Committed attributes can be checked at
pending_attributes
property- Parameters:
key – Attribute name
value – Attribute value
- set_attributes(value)¶
Update many attributes at once
Attribute update is not immediate but requires system restart. Committed attributes can be checked at
pending_attributes
property- Parameters:
value – Key-value pairs for attribute name and value
apply_time – When to update the attributes. Optional. An
sushy.ApplyTime
value.