Module netapp_ontap.models.license_capacity

Copyright © 2026 NetApp Inc. All rights reserved.

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

Classes

class LicenseCapacitySchema (*, only: types.StrSequenceOrSet | None = None, exclude: types.StrSequenceOrSet = (), many: bool | None = None, context: dict | None = None, load_only: types.StrSequenceOrSet = (), dump_only: types.StrSequenceOrSet = (), partial: bool | types.StrSequenceOrSet | None = None, unknown: str | None = None)

The fields of the LicenseCapacity object

Ancestors

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

Class variables

disabled_size: Size GET

Capacity that is currently disabled due to license limits. Its unit of measure is specified in the measurement_unit field.

maximum_size: Size GET

Licensed capacity size that can be used. Its unit of measure is specified in the measurement_unit field.

measurement_unit: str GET

Unit of measure for capacity based licenses.

Valid choices:

  • bytes
  • gpu_count
used_size: Size GET

Specifies the total number of GPUs in the system when measurement_unit is GPUs, else specifies the bytes used.