Module netapp_ontap.models.mongo_db_on_san
Copyright © 2023 NetApp Inc. All rights reserved.
This file has been automatically generated based on the ONTAP REST API documentation.
Classes
class MongoDbOnSanSchema (*, 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 MongoDbOnSan object
Ancestors
- netapp_ontap.resource.ResourceSchema
- marshmallow.schema.Schema
- marshmallow.base.SchemaABC
Class variables
-
dataset: MongoDbOnSanDataset GET POST PATCH
-
The dataset field of the mongo_db_on_san.
-
new_igroups: List[MongoDbOnSanNewIgroups] POST PATCH
-
The list of initiator groups to create.
-
os_type: str GET POST
-
The name of the host OS running the application.
Valid choices:
- hyper_v
- linux
- solaris
- solaris_efi
- vmware
- windows
- windows_2008
- windows_gpt
- xen
-
primary_igroup_name: str GET POST PATCH
-
The initiator group for the primary.
-
protection_type: MongoDbOnSanProtectionType GET POST PATCH
-
The protection_type field of the mongo_db_on_san.
-
secondary_igroups: List[MongoDbOnSanSecondaryIgroups] GET POST PATCH
-
The secondary_igroups field of the mongo_db_on_san.