The rsd_lib.resources.v2_3.fabric.zone
Module¶
- class rsd_lib.resources.v2_3.fabric.zone.Zone(connector, path='', redfish_version=None, registries=None, reader=None, json_doc=None, root=None)¶
Bases:
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, registries=None, root=None)¶
Bases:
ZoneCollection
- create_zone(endpoints)¶
Create a new Zone
- Parameters:
endpoints – a full representation of Endpoints array
- Returns:
The uri of the new zone