Module netapp_ontap.models.cluster_peer_authentication

Copyright © 2019 NetApp Inc. All rights reserved.

Classes

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

The fields of the ClusterPeerAuthentication object

Ancestors

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

Class variables

var expiry_time

The time when the passphrase will expire, in ISO 8601 duration format or date and time format. The default is 1 hour.

Example: P1DT2H3M4S or '2017-01-25T11:20:13Z'

var generate_passphrase

Auto generate a passphrase when true.

var in_use

The in_use field of the cluster_peer_authentication.

Valid choices:

  • ok
  • absent
  • revoked
var opts
var passphrase

A password to authenticate the cluster peer relationship.

var state

The state field of the cluster_peer_authentication.

Valid choices:

  • ok
  • absent
  • pending
  • problem

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