Module netapp_ontap.models.volume_encryption_support
Copyright © 2023 NetApp Inc. All rights reserved.
This file has been automatically generated based on the ONTAP REST API documentation.
Classes
class VolumeEncryptionSupportSchema (*, 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 VolumeEncryptionSupport object
Ancestors
- netapp_ontap.resource.ResourceSchema
- marshmallow.schema.Schema
- marshmallow.base.SchemaABC
Class variables
-
code: Size GET
-
Code corresponding to the status message. Returns a 0 if volume encryption is supported in all nodes of the cluster.
Example: 346758
-
message: str GET
-
Reason for not supporting volume encryption.
Example: No platform support for volume encryption in following nodes - node1, node2.
-
supported: bool GET
-
Set to true when volume encryption support is available on all nodes of the cluster.