DataONTAP.MetroCluster.Tiebreaker.ConfigData ONTAP MetroCluster Tiebreaker Config

DataONTAP.MetroCluster.Tiebreaker.Config (ClassType)

This class stores all the configuration data for the MCTB service, one instance per MC pair.

Element properties:

Base ClassSystem.LogicalEntity
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdbf20749a-d081-4025-4ab0-e0736b883350

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of monitoring object. false 256  False 
DataONTAP.MetroCluster.Tiebreaker.Config:
uuid  string  UUID Unique identifier for the MetroCluster pair. true 256  False 
requireFencing  bool  Require fencing Sets whether the MCTB fencing algorithm will be applied to prevent split-brain scenarios during takeover. false 256   
enable  bool  Enable Sets whether MCTB will apply its tiebreaker logic to this MetroCluster pair. false 256   
rlmCredentials  string  RLM credentials Encrypted string that securely stores the RLM credentials data. false 255  True 
rpoSeconds  int  RPO (seconds) The recovery point objective, in seconds, of this MetroCluster pair. A cluster-failover-on-disaster will not be triggered if cluster degradation occurs over a longer period than this interval. false 256   
intervalSeconds  string  Interval (seconds) Sets the frequency at which the MCTB service polls this MetroCluster pair. false 256  False 
version  string  Version false 10  False 

Health Model:

Source Code:

<ClassType ID="DataONTAP.MetroCluster.Tiebreaker.Config" Accessibility="Public" Abstract="false" Base="System!System.LogicalEntity" Hosted="false" Singleton="false">
<Property ID="uuid" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="requireFencing" Type="bool" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="enable" Type="bool" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="rlmCredentials" Type="string" Key="false" CaseSensitive="true" Length="255" MinLength="0"/>
<Property ID="rpoSeconds" Type="int" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="intervalSeconds" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="version" Type="string" Key="false" CaseSensitive="false" Length="10" MinLength="0"/>
</ClassType>