Module netapp_ontap.models.metrocluster_local
Copyright © 2023 NetApp Inc. All rights reserved.
This file has been automatically generated based on the ONTAP REST API documentation.
Classes
class MetroclusterLocalSchema (*, 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 MetroclusterLocal object
Ancestors
- netapp_ontap.resource.ResourceSchema
- marshmallow.schema.Schema
- marshmallow.base.SchemaABC
Class variables
-
cluster: Cluster GET POST PATCH
-
The cluster field of the metrocluster_local.
-
configuration_state: str GET
-
Indicates the state of the local cluster configuration.
Valid choices:
- configuration_error
- configured
- not_configured
- not_reachable
- partially_configured
- unknown
-
mode: str GET
-
Specifies the mode of operation of the local cluster.
Valid choices:
- normal
- not_configured
- not_reachable
- partial_switchback
- partial_switchover
- switchover
- unknown
- waiting_for_switchback
-
partner_cluster_reachable: bool GET
-
Specifies whether the partner cluster is reachable from the local cluster.
-
periodic_check_enabled: bool GET
-
Indicates whether or not a periodic check is enabled on the local cluster.