Module netapp_ontap.models.metrocluster_remote

Copyright © 2023 NetApp Inc. All rights reserved.

This file has been automatically generated based on the ONTAP REST API documentation.

Classes

class MetroclusterRemoteSchema (*, 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 MetroclusterRemote object

Ancestors

  • netapp_ontap.resource.ResourceSchema
  • marshmallow.schema.Schema
  • marshmallow.base.SchemaABC

Class variables

automatic_uso_failure_domain: str GET POST PATCH

This parameter specifies the configuration of automatic switchover. The valid values for the parameter are ':' cluster':' triggers an unplanned switchover if all nodes in a DR cluster are down. dr_group':' triggers an unplanned switchover if both nodes of a DR group are down. disabled':' automatic switchover is disabled. If the cluster is not reachable due to errors, the parameter value will be set to not_reachable. This value is read only. If the cluster configuration is unknown, the parameter value will be set to unknown and the value is read only.

Valid choices:

  • dr_group
  • cluster
  • disabled
  • not_reachable
  • unknown
cluster: Cluster GET POST PATCH

The cluster field of the metrocluster_remote.

configuration_state: str GET

Indicates the state of the remote cluster configuration.

Valid choices:

  • configuration_error
  • configured
  • not_configured
  • not_reachable
  • partially_configured
  • unknown
mode: str GET

Specifies the mode of operation of the remote cluster.

Valid choices:

  • normal
  • not_configured
  • not_reachable
  • partial_switchback
  • partial_switchover
  • switchover
  • unknown
  • waiting_for_switchback
periodic_check_enabled: bool GET

Indicates whether or not a periodic check is enabled on the remote cluster.