Click or drag to resize

SnapMirrorAggregate Class

SnapMirrorAggregate The snapMirrorAggregate object contains information about the available ONTAP aggregates, which are collections of disks made available to volumes as storage. You can get this information using the ListSnapMirrorAggregates API method.
Inheritance Hierarchy
SystemObject
  SolidFire.CoreRpcBase
    SolidFire.Element.ApiSnapMirrorAggregate

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

The SnapMirrorAggregate type exposes the following members.

Constructors
  NameDescription
Public methodSnapMirrorAggregate
Initializes a new instance of the SnapMirrorAggregate class
Top
Properties
  NameDescription
Public propertyAggregateName
The name of the aggregate.
Public propertyNodeName
The name of the ONTAP node that owns this aggregate.
Public propertyPercentUsedCapacity
The percentage of disk space currently in use.
Public propertySizeAvailable
The number of available bytes remaining in the aggregate.
Public propertySizeTotal
The total size (int bytes) of the aggregate.
Public propertySnapMirrorEndpointID
The ID of the destination ONTAP system.
Public propertyVolumeCount
The number of volumes in the aggregate.
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