Module netapp_ontap.models.aggregate_block_storage

Copyright © 2023 NetApp Inc. All rights reserved.

This file has been automatically generated based on the ONTAP REST API documentation.

Classes

class AggregateBlockStorageSchema (*, 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 AggregateBlockStorage object

Ancestors

  • netapp_ontap.resource.ResourceSchema
  • marshmallow.schema.Schema
  • marshmallow.base.SchemaABC

Class variables

hybrid_cache: AggregateBlockStorageHybridCache GET POST PATCH

The hybrid_cache field of the aggregate_block_storage.

mirror: AggregateBlockStorageMirror GET POST PATCH

The mirror field of the aggregate_block_storage.

plexes: List[Plex] GET

Plex reference for each plex in the aggregate.

primary: AggregateBlockStoragePrimary GET POST PATCH

The primary field of the aggregate_block_storage.

storage_type: str GET

Type of aggregate.

Valid choices:

  • hdd
  • hybrid
  • lun
  • ssd
  • vmdisk
uses_partitions: bool GET

If true, aggregate is using shared disks.