Module netapp_ontap.models.cluster_nodes_ha

Copyright © 2023 NetApp Inc. All rights reserved.

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

Classes

class ClusterNodesHaSchema (*, 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 ClusterNodesHa object

Ancestors

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

Class variables

auto_giveback: bool GET POST PATCH

Specifies whether giveback is automatically initiated when the node that owns the storage is ready.

enabled: bool GET POST PATCH

Specifies whether or not storage failover is enabled.

giveback: ClusterNodesHaGiveback GET POST PATCH

The giveback field of the cluster_nodes_ha.

interconnect: ClusterNodesHaInterconnect GET POST PATCH

The interconnect field of the cluster_nodes_ha.

partners: List[Node] GET

Nodes in this node's High Availability (HA) group.

ports: List[ClusterNodesHaPorts] GET

The ports field of the cluster_nodes_ha.

takeover: ClusterNodesHaTakeover GET POST PATCH

The takeover field of the cluster_nodes_ha.