SnapMirrorVserver Class |
Namespace: SolidFire.Element.Api
public class SnapMirrorVserver : RpcBase
The SnapMirrorVserver type exposes the following members.
Name | Description | |
---|---|---|
SnapMirrorVserver | Initializes a new instance of the SnapMirrorVserver class |
Name | Description | |
---|---|---|
AdminState |
The detailed administrative state of the Vserver.
Possible values:
running
stopped
starting
stopping
initialized
deleting
| |
OperationalState |
The basic operational state of the Vserver.
Possible values:
running
stopped
| |
RootVolume |
The root volume of the Vserver.
| |
RootVolumeAggregate |
The aggregate on which the root volume will be created.
| |
SnapMirrorEndpointID |
The ID of the destination ONTAP system.
| |
VserverAggregateInfo |
An array of SnapMirrorVserverAggregateInfo objects.
| |
VserverName |
The name of the Vserver.
| |
VserverSubtype |
The subtype of the Vserver.
Possible values:
default
dp_destination
data
sync_source
sync_destination
| |
VserverType |
The type of the Vserver.
Possible values:
data
admin
system
node
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString |
Builds a json-enabled string of all the properties and their values in this class.
(Inherited from RpcBase.) |