Module netapp_ontap.models.mongo_db_on_san_dataset
Copyright © 2021 NetApp Inc. All rights reserved.
Classes
class MongoDbOnSanDatasetSchema (*, only: typing.Union = None, exclude: typing.Union = (), many: bool = False, context: typing.Dict = None, load_only: typing.Union = (), dump_only: typing.Union = (), partial: typing.Union = False, unknown: str = None)
-
The fields of the MongoDbOnSanDataset object
Ancestors
- netapp_ontap.resource.ResourceSchema
- marshmallow.schema.Schema
- marshmallow.base.SchemaABC
Class variables
-
element_count GET POST
-
The number of storage elements (LUNs for SAN) of the database to maintain. Must be an even number between 2 and 16. Odd numbers will be rounded up to the next even number within range.
-
replication_factor GET POST
-
The number of data bearing members of the replicaset, including 1 primary and at least 1 secondary.
-
size GET POST PATCH
-
The size of the database. Usage: {<integer>[KB|MB|GB|TB|PB]}
-
storage_service GET POST PATCH
-
The storage_service field of the mongo_db_on_san_dataset.