Module netapp_ontap.models.security_association_response_records

Copyright © 2023 NetApp Inc. All rights reserved.

This file has been automatically generated based on the ONTAP REST API documentation.

Classes

class SecurityAssociationResponseRecordsSchema (*, 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 SecurityAssociationResponseRecords object

Ancestors

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

Class variables

cipher_suite: str GET POST PATCH

Cipher suite for the security association.

Valid choices:

  • suite_aescbc
  • suiteb_gcm256
  • suiteb_gmac256
ike: SecurityAssociationIke GET POST PATCH

The ike field of the security_association_response_records.

ipsec: SecurityAssociationIpsec GET POST PATCH

The ipsec field of the security_association_response_records.

lifetime: Size GET POST PATCH

Lifetime for the security association in seconds.

local_address: str GET POST PATCH

Local address of the security association.

node: Node GET POST PATCH

The node field of the security_association_response_records.

policy_name: str GET POST PATCH

Policy name for the security association.

remote_address: str GET POST PATCH

Remote address of the security association.

scope: str GET POST PATCH

The scope field of the security_association_response_records.

svm: Svm GET POST PATCH

The svm field of the security_association_response_records.

type: str GET POST PATCH

Type of security association, it can be IPsec or IKE (Internet Key Exchange).

Valid choices:

  • ipsec
  • ike
uuid: str GET POST PATCH

Unique identifier of the security association.