Module netapp_ontap.models.license

Copyright © 2019 NetApp Inc. All rights reserved.

Classes

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

The fields of the License object

Ancestors

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

Class variables

var active

A flag indicating whether the license is currently being enforced.

var capacity

The capacity field of the license.

var compliance

The compliance field of the license.

var evaluation

A flag indicating whether the license is in evaluation mode.

var expiry_time

Date and time when the license expires.

Example: 2019-03-02T19:00:00.000+0000

var opts
var owner

Cluster, node or license manager that owns the license.

Example: cluster1

var serial_number

Serial number of the license.

Example: 123456789

var start_time

Date and time when the license starts.

Example: 2019-02-02T19:00:00.000+0000

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