rsd_lib.resources.v2_3.fabric.zone
Module¶rsd_lib.resources.v2_3.fabric.zone.
Zone
(connector, path='', redfish_version=None, registries=None, reader=None)¶Bases: rsd_lib.resources.v2_1.fabric.zone.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
rsd_lib.resources.v2_3.fabric.zone.
ZoneCollection
(connector, path, redfish_version=None, registries=None)¶Bases: rsd_lib.resources.v2_1.fabric.zone.ZoneCollection
create_zone
(endpoints)¶Create a new Zone
endpoints – a full representation of Endpoints array
The uri of the new zone
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.