Module netapp_ontap.models.consistency_group_igroup
Copyright © 2023 NetApp Inc. All rights reserved.
This file has been automatically generated based on the ONTAP REST API documentation.
Classes
class ConsistencyGroupIgroupSchema (*, only: Union[Sequence[str], Set[str]] = None, exclude: Union[Sequence[str], Set[str]] = (), many: bool = False, context: Dict = None, load_only: Union[Sequence[str], Set[str]] = (), dump_only: Union[Sequence[str], Set[str]] = (), partial: Union[bool, Sequence[str], Set[str]] = False, unknown: str = None)
-
The fields of the ConsistencyGroupIgroup object
Ancestors
- netapp_ontap.resource.ResourceSchema
- marshmallow.schema.Schema
- marshmallow.base.SchemaABC
Class variables
-
comment: str GET POST PATCH
-
A comment available for use by the administrator. Valid in POST and PATCH.
-
igroups: List[ConsistencyGroupChildLunsLunMapsIgroupIgroups] GET POST PATCH
-
Separate igroup definitions to include in this igroup.
-
initiators: List[ConsistencyGroupChildLunsLunMapsIgroupInitiators] GET POST PATCH
-
The initiators that are members of the group.
-
name: str GET POST PATCH
-
The name of the initiator group. Required in POST; optional in PATCH.
Example: igroup1
-
os_type: str GET POST PATCH
-
The host operating system of the initiator group. All initiators in the group should be hosts of the same operating system. Required in POST; optional in PATCH.
Valid choices:
- aix
- hpux
- hyper_v
- linux
- netware
- openvms
- solaris
- vmware
- windows
- xen
-
protocol: str GET POST
-
The protocols supported by the initiator group. This restricts the type of initiators that can be added to the initiator group. Optional in POST; if not supplied, this defaults to mixed.
The protocol of an initiator group cannot be changed after creation of the group.Valid choices:
- fcp
- iscsi
- mixed
-
uuid: str GET
-
The unique identifier of the initiator group.
Example: 4ea7a442-86d1-11e0-ae1c-123478563412