Module netapp_ontap.models.security_association_ike
Copyright © 2022 NetApp Inc. All rights reserved.
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 GET POST PATCH -
Authentication method for internet key exchange protocol.
Valid choices:
- none
- psk
- cert
-
initiator_security_parameter_index GET POST PATCH -
Initiator's security parameter index for the IKE security association.
-
is_initiator GET POST PATCH -
Indicates whether or not IKE has been initiated by this node.
-
responder_security_parameter_index GET POST PATCH -
Responder's security parameter index for the IKE security association.
-
state GET POST PATCH -
State of the IKE connection.
Valid choices:
- none
- connecting
- established
- dead_peer_probe
-
version GET POST PATCH -
Internet key exchange protocol version.