Module netapp_ontap.models.aggregate_block_storage_primary

Copyright © 2019 NetApp Inc. All rights reserved.

Classes

class AggregateBlockStoragePrimarySchema (only=None, exclude=(), many=False, context=None, load_only=(), dump_only=(), partial=False, unknown=None)

The fields of the AggregateBlockStoragePrimary object

Ancestors

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

Class variables

var checksum_style

The checksum style used by the aggregate.

Valid choices:

  • block
  • advanced_zoned
  • mixed
var disk_class

The class of disks being used by the aggregate.

Valid choices:

  • capacity
  • performance
  • archive
  • solid_state
  • array
  • virtual
  • data_center
  • capacity_flash
var disk_count

Number of disks used in the aggregate. This includes parity disks, but excludes disks in the hybrid cache.

Example: 8

var opts
var raid_size

Option to specify the maximum number of disks that can be included in a RAID group.

Example: 16

var raid_type

RAID type of the aggregate.

Valid choices:

  • raid_dp
  • raid_tec
  • raid0
  • raid4

Instance variables

var patchable_fields

Only fields in this list will be considered when patching a resource

var postable_fields

Only fields in this list will be considered when posting a resource