Module netapp_ontap.models.gcp_connectivity
Copyright © 2021 NetApp Inc. All rights reserved.
Classes
class GcpConnectivitySchema (*, 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 GcpConnectivity object
Ancestors
- netapp_ontap.resource.ResourceSchema
- marshmallow.schema.Schema
- marshmallow.base.SchemaABC
Class variables
-
code GET
-
Code corresponding to the error message. Returns a 0 if Google Cloud KMS service is reachable from all nodes in the cluster.
Example: 346758
-
message GET
-
Set to the error message when 'reachable' is false.
Example: Google Cloud KMS service is not reachable from all nodes -
. -
reachable GET
-
Set to true if the Google Cloud KMS service is reachable from all nodes of the cluster.