Module netapp_ontap.models.license
Copyright © 2023 NetApp Inc. All rights reserved.
This file has been automatically generated based on the ONTAP REST API documentation.
Classes
class LicenseSchema (*, 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 License object
Ancestors
- netapp_ontap.resource.ResourceSchema
- marshmallow.schema.Schema
- marshmallow.base.SchemaABC
Class variables
-
active: bool GET
-
A flag indicating whether the license is currently being enforced.
-
capacity: LicenseCapacity GET POST PATCH
-
The capacity field of the license.
-
compliance: LicenseCompliance GET POST PATCH
-
The compliance field of the license.
-
evaluation: bool GET
-
A flag indicating whether the license is in evaluation mode.
-
expiry_time: ImpreciseDateTime GET
-
Date and time when the license expires.
Example: 2019-03-02T19:00:00.000+0000
-
host_id: str GET
-
A string that associates the license with a node or cluster.
Example: 456-44-1234
-
installed_license: str GET
-
Name of license that enabled the feature.
Example: Core Bundle
-
owner: str GET
-
Cluster, node or license manager that owns the license.
Example: cluster1
-
serial_number: str GET
-
Serial number of the license.
Example: 123456789
-
shutdown_imminent: bool GET
-
A flag indicating whether the Cloud ONTAP system is going to shutdown as the Cloud platform license has already expired.
-
start_time: ImpreciseDateTime GET
-
Date and time when the license starts.
Example: 2019-02-02T19:00:00.000+0000