# Functions
MarshalOem method converts the provided structure into the OEM map[string]interface{} format for use in the various model_* files.
UnmarshalOem method converts an OEM map[string]interface{} into the provided structure pointer.
# Structs
An InvalidMarshalOemError describes a OEM value that was not appropriate value or Go type.
InvalidUnmarshalOemError describes an invalid argument passed to UnmarshalOem.
# Type aliases
Chassis - The Chassis schema represents the physical components of a system.
Drive - The Drive schema represents a single physical drive for a system, including links to associated volumes.
DriveLinks - The links to other resources that are related to this resource.
EventDestination - The EventDestination schema defines the target of an event subscription, including the event types and context to provide to the target in the Event payload.
EventDestinationCollection - A Collection of EventDestination Resource instances.
EventService - The EventService schema contains properties for managing event subscriptions and generates the events sent to subscribers.
Manager - In Redfish, a manager is a systems management entity that can implement or provide access to a Redfish service.
ManagerActions - The available actions for this resource.
ManagerCollection - The collection of Manager resource instances.
OdataIdRef - A reference to a resource.
PartLocation - The part location within the placement.
RedfishError - The error payload from a Redfish Service.
ResourceBlock - The ResourceBlock schema contains definitions resource blocks, its components, and affinity to composed devices.
ResourceBlockCollection - The collection of ResourceBlock resource instances.
ResourceIdentifier - Any additional identifiers for a resource.
ResourceLocation - The location of a resource.
ResourcePowerState - Power state of a resource.
ResourceStatus - The status and health of a resource and its children.
StoragePool - A container of data storage.
StorageServices - Collection of resources that are managed and exposed to hosts as a group.
Volume - Volume contains properties used to describe a volume, virtual disk, LUN, or other logical storage entity for any system.
VolumeCollection - A Collection of Volume resource instances.