The rsd_lib.resources.v2_2.update_service.update_service Module

class rsd_lib.resources.v2_2.update_service.update_service.ActionsField(*args, **kwargs)

Bases: sushy.resources.base.CompositeField

oem = <sushy.resources.base.Field object>

The actions oem

simple_update = <rsd_lib.resources.v2_2.update_service.update_service.SimpleUpdateField object>

The actions simple update

class rsd_lib.resources.v2_2.update_service.update_service.SimpleUpdateField(*args, **kwargs)

Bases: sushy.resources.base.CompositeField

target = <sushy.resources.base.Field object>

The simple update target

class rsd_lib.resources.v2_2.update_service.update_service.UpdateService(connector, path='', redfish_version=None, registries=None, reader=None)

Bases: rsd_lib.base.ResourceBase

UpdateService resource class

This is the schema definition for the Update Service. It represents the properties for the service itself and has links to collections of firmware and software inventory.

property action_info

Property to provide reference to ActionInfo instance

It is calculated once when it is queried for the first time. On refresh, this property is reset.

actions = <rsd_lib.resources.v2_2.update_service.update_service.ActionsField object>

The update service actions

http_push_uri = <sushy.resources.base.Field object>

The URI used to perform an HTTP or HTTPS push update to the Update Service.

service_enabled = <sushy.resources.base.Field object>

This indicates whether this service is enabled.

status = <rsd_lib.base.StatusField object>

This indicates the known state of the resource, such as if it is enabled.