Module netapp_ontap.models.nvme_subsystem_controller_dh_hmac_chap
Copyright © 2023 NetApp Inc. All rights reserved.
This file has been automatically generated based on the ONTAP REST API documentation.
Classes
class NvmeSubsystemControllerDhHmacChapSchema (*, 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 NvmeSubsystemControllerDhHmacChap object
Ancestors
- netapp_ontap.resource.ResourceSchema
- marshmallow.schema.Schema
- marshmallow.base.SchemaABC
Class variables
-
group_size: str GET
-
The Diffie-Hellman group size used for NVMe in-band authentication.
Valid choices:
- none
- 2048_bit
- 3072_bit
- 4096_bit
- 6144_bit
- 8192_bit
-
hash_function: str GET
-
The hash function used for NVMe in-band authentication.
Valid choices:
- sha_256
- sha_512
-
mode: str GET
-
The NVMe in-band authentication mode used for the host connection. When set to: - none: Neither the host nor controller was authenticated. - unidirectional: The controller authenticated the host. - bidirectional: The controller authenticated the host and the host authenticated the controller.
Valid choices:
- none
- unidirectional
- bidirectional