The rsd_lib.resources.v2_3.fabric.zone Module

The rsd_lib.resources.v2_3.fabric.zone Module

class rsd_lib.resources.v2_3.fabric.zone.Zone(connector, identity, redfish_version=None)

Bases: rsd_lib.resources.v2_1.fabric.zone.Zone

delete()

Delete this zone

update(endpoints)

Add or remove Endpoints from a Zone

User have to provide a full representation of Endpoints array. A partial update (single element update/append/detele) is not supported. :param endpoints: a full representation of Endpoints array

class rsd_lib.resources.v2_3.fabric.zone.ZoneCollection(connector, path, redfish_version=None)

Bases: rsd_lib.resources.v2_1.fabric.zone.ZoneCollection

create_zone(endpoints)

Create a new Zone

Parameters:endpoints – a full representation of Endpoints array
Returns:The uri of the new zone
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.