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