Module netapp_ontap.models.security_association_ike
Copyright © 2023 NetApp Inc. All rights reserved.
This file has been automatically generated based on the ONTAP REST API documentation.
Classes
class SecurityAssociationIkeSchema (*, 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 SecurityAssociationIke object
Ancestors
- netapp_ontap.resource.ResourceSchema
- marshmallow.schema.Schema
- marshmallow.base.SchemaABC
Class variables
-
authentication: str GET POST PATCH
-
Authentication method for internet key exchange protocol.
Valid choices:
- none
- psk
- cert
-
initiator_security_parameter_index: str GET POST PATCH
-
Initiator's security parameter index for the IKE security association.
-
is_initiator: bool GET POST PATCH
-
Indicates whether or not IKE has been initiated by this node.
-
responder_security_parameter_index: str GET POST PATCH
-
Responder's security parameter index for the IKE security association.
-
state: str GET POST PATCH
-
State of the IKE connection.
Valid choices:
- none
- connecting
- established
- dead_peer_probe
-
version: Size GET POST PATCH
-
Internet key exchange protocol version.