The rsd_lib.resources.fabric.fabric Module

The rsd_lib.resources.fabric.fabric Module

class rsd_lib.resources.fabric.fabric.Fabric(connector, identity, redfish_version=None)

Bases: sushy.resources.base.ResourceBase

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

The fabric description

endpoints

Property to provide reference to EndpointCollection instance

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

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

The fabric type

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

The fabric identity string

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

Maximum number of zones for the fabric

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

The fabric name

refresh()
status = <rsd_lib.resources.fabric.fabric.StatusField object>
zones

Property to provide reference to ZoneCollection instance

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

class rsd_lib.resources.fabric.fabric.FabricCollection(connector, path, redfish_version=None)

Bases: sushy.resources.base.ResourceCollectionBase

class rsd_lib.resources.fabric.fabric.StatusField(*args, **kwargs)

Bases: sushy.resources.base.CompositeField

health = <sushy.resources.base.Field object>
state = <sushy.resources.base.Field object>
Creative Commons Attribution 3.0 License

Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.