Module netapp_ontap.models.sql_on_san_new_igroups
Copyright © 2023 NetApp Inc. All rights reserved.
This file has been automatically generated based on the ONTAP REST API documentation.
Classes
class SqlOnSanNewIgroupsSchema (*, 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 SqlOnSanNewIgroups object
Ancestors
- netapp_ontap.resource.ResourceSchema
- marshmallow.schema.Schema
- marshmallow.base.SchemaABC
Class variables
-
comment: str POST PATCH
-
A comment available for use by the administrator.
-
igroups: List[MongoDbOnSanNewIgroupsIgroups] POST PATCH
-
The igroups field of the sql_on_san_new_igroups.
-
initiator_objects: List[MongoDbOnSanNewIgroupsInitiatorObjects] POST PATCH
-
The initiator_objects field of the sql_on_san_new_igroups.
-
initiators: List[str] GET POST PATCH
-
The initiators field of the sql_on_san_new_igroups.
-
name: str POST PATCH
-
The name of the new initiator group.
-
os_type: str POST PATCH
-
The name of the host OS accessing the application. The default value is the host OS that is running the application.
Valid choices:
- hyper_v
- vmware
- windows
-
protocol: str POST PATCH
-
The protocol of the new initiator group.
Valid choices:
- fcp
- iscsi
- mixed