DataONTAP.Controller.SnapMirrorData ONTAP SnapMirror Status

DataONTAP.Controller.SnapMirror (ClassType)

SnapMirror status of the controller

Element properties:

Base ClassSystem.LogicalEntity
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId1d7a878a-a893-8f08-b511-4bfff7c183b1

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Display Name Display name of the object. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Object Status Object status false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Asset Status Asset status false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Notes Notes false 4000       
DataONTAP.Controller.SnapMirror:
SourcePath  string  Source true 256  True     
DestinationPath  string  Destination true 255  True     
Status  string  Status false 256  False     
State  string  SnapMirror State false 256  False     
Lag  string  Lag false 256  False     

Health Model:

Source Code:

<ClassType ID="DataONTAP.Controller.SnapMirror" Accessibility="Public" Abstract="false" Base="System!System.LogicalEntity" Hosted="false" Singleton="false">
<Property ID="SourcePath" Type="string" Key="true" CaseSensitive="true" MinLength="0" MaxLength="256"/>
<Property ID="DestinationPath" Type="string" Key="true" CaseSensitive="true" MinLength="0" MaxLength="255"/>
<Property ID="Status" Type="string" Key="false" CaseSensitive="false" MinLength="0" MaxLength="256"/>
<Property ID="State" Type="string" Key="false" CaseSensitive="false" MinLength="0" MaxLength="256"/>
<Property ID="Lag" Type="string" Key="false" CaseSensitive="false" MinLength="0" MaxLength="256"/>
</ClassType>