Module netapp_ontap.models.igroup_initiators
Copyright © 2023 NetApp Inc. All rights reserved.
This file has been automatically generated based on the ONTAP REST API documentation.
Classes
class IgroupInitiatorsSchema (*, 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 IgroupInitiators 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.
-
connectivity_tracking: IgroupInitiatorsConnectivityTracking GET POST PATCH
-
The connectivity_tracking field of the igroup_initiators.
-
igroup: Igroup GET POST PATCH
-
The igroup field of the igroup_initiators.
-
links: IgroupInitiatorsLinks GET POST PATCH
-
The links field of the igroup_initiators.
-
name: str GET POST
-
The FC WWPN, iSCSI IQN, or iSCSI EUI that identifies the host initiator. Valid in POST only and not allowed when the
records
property is used.
An FC WWPN consists of 16 hexadecimal digits grouped as 8 pairs separated by colons. The format for an iSCSI IQN is iqn.yyyy-mm.reverse_domain_name:any. The iSCSI EUI format consists of the eui. prefix followed by 16 hexadecimal characters.Example: iqn.1998-01.com.corp.iscsi:name1