Module netapp_ontap.models.license_package_response_records

Copyright © 2023 NetApp Inc. All rights reserved.

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

Classes

class LicensePackageResponseRecordsSchema (*, 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 LicensePackageResponseRecords object

Ancestors

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

Class variables

description: str GET

License description

Example: NFS License

entitlement: Entitlement GET POST PATCH

The entitlement field of the license_package_response_records.

keys: List[str] POST

The keys field of the license_package_response_records.

licenses: List[LicensePackageLicenses] GET

Installed licenses of the package.

The links field of the license_package_response_records.

name: str GET

Name of the license.

Example: NFS

scope: str GET

Scope of the license.

Valid choices:

  • not_available
  • site
  • cluster
  • node
state: str GET

Summary state of package based on all installed licenses.

Valid choices:

  • compliant
  • noncompliant
  • unlicensed
  • unknown