Module netapp_ontap.models.cluster_peer_authentication
Copyright © 2023 NetApp Inc. All rights reserved.
This file has been automatically generated based on the ONTAP REST API documentation.
Classes
class ClusterPeerAuthenticationSchema (*, 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 ClusterPeerAuthentication object
Ancestors
- netapp_ontap.resource.ResourceSchema
- marshmallow.schema.Schema
- marshmallow.base.SchemaABC
Class variables
-
expiry_time: str GET POST PATCH
-
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'
-
generate_passphrase: bool GET POST PATCH
-
Auto generate a passphrase when true.
-
in_use: str GET POST PATCH
-
The in_use field of the cluster_peer_authentication.
Valid choices:
- ok
- absent
- revoked
-
passphrase: str GET POST PATCH
-
A password to authenticate the cluster peer relationship.
-
state: str GET
-
The state field of the cluster_peer_authentication.
Valid choices:
- ok
- absent
- pending
- problem