Click or drag to resize

SnapMirrorPolicy Class

SnapMirrorPolicy The snapMirrorPolicy object contains information about a SnapMirror policy that is stored on an ONTAP system.
Inheritance Hierarchy
SystemObject
  SolidFire.CoreRpcBase
    SolidFire.Element.ApiSnapMirrorPolicy

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public class SnapMirrorPolicy : RpcBase

The SnapMirrorPolicy type exposes the following members.

Constructors
  NameDescription
Public methodSnapMirrorPolicy
Initializes a new instance of the SnapMirrorPolicy class
Top
Properties
  NameDescription
Public propertyComment
A human-readable description associated with the SnapMirror policy.
Public propertyPolicyName
The unique name assigned to the policy.
Public propertyPolicyRules
A list of objects describing the policy rules.
Public propertyPolicyType
The type of policy. Possible values: async_mirror mirror_vault
Public propertySnapMirrorEndpointID
The ID of the destination ONTAP system.
Public propertyTotalKeepCount
The total retention count for all rules in the policy.
Public propertyTotalRules
The total number of rules in the policy.
Public propertyTransferPriority
The priority at which a SnapMirror transfer runs. Possible values: normal: The default priority. These transfers are scheduled before most low priority transfers. low: These transfers have the lowest priority and are scheduled after most normal priority transfers.
Public propertyVserverName
The name of the Vserver for the SnapMirror policy.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Builds a json-enabled string of all the properties and their values in this class.
(Inherited from RpcBase.)
Top
See Also