Module netapp_ontap.models.license
Copyright © 2021 NetApp Inc. All rights reserved.
Classes
class LicenseSchema (*, only: typing.Union = None, exclude: typing.Union = (), many: bool = False, context: typing.Dict = None, load_only: typing.Union = (), dump_only: typing.Union = (), partial: typing.Union = False, unknown: str = None)
-
The fields of the License object
Ancestors
- netapp_ontap.resource.ResourceSchema
- marshmallow.schema.Schema
- marshmallow.base.SchemaABC
Class variables
-
active GET
-
A flag indicating whether the license is currently being enforced.
-
capacity GET POST PATCH
-
The capacity field of the license.
-
compliance GET POST PATCH
-
The compliance field of the license.
-
evaluation GET
-
A flag indicating whether the license is in evaluation mode.
-
expiry_time GET
-
Date and time when the license expires.
Example: 2019-03-02T19:00:00.000+0000
-
host_id GET
-
A string that associates the license with a node or cluster.
Example: 456-44-1234
-
installed_license GET
-
Name of license that enabled the feature.
Example: Core Bundle
-
owner GET
-
Cluster, node or license manager that owns the license.
Example: cluster1
-
serial_number GET
-
Serial number of the license.
Example: 123456789
-
start_time GET
-
Date and time when the license starts.
Example: 2019-02-02T19:00:00.000+0000