Module netapp_ontap.models.azure_key_vault_connectivity
Copyright © 2021 NetApp Inc. All rights reserved.
Classes
class AzureKeyVaultConnectivitySchema (*, only: typing.Union = None, exclude: typing.Union = (), many: bool = False, context: typing.Dict = None, load_only: typing.Union = (), dump_only: typing.Union = (), partial: typing.Union = False, unknown: str = None)
-
The fields of the AzureKeyVaultConnectivity object
Ancestors
- netapp_ontap.resource.ResourceSchema
- marshmallow.schema.Schema
- marshmallow.base.SchemaABC
Class variables
-
code GET
-
Code corresponding to the status message. Returns a 0 if AKV service is reachable from all nodes in the cluster.
Example: 346758
-
message GET
-
Error message set when reachability is false.
Example: AKV service is not reachable from all nodes - reason.
-
reachable GET
-
Set to true when the AKV service is reachable from all nodes of the cluster.