CreateSnapMirrorVolumeRequest Class |
Namespace: SolidFire.Element.Api
public class CreateSnapMirrorVolumeRequest : RpcBase
The CreateSnapMirrorVolumeRequest type exposes the following members.
Name | Description | |
---|---|---|
CreateSnapMirrorVolumeRequest | Initializes a new instance of the CreateSnapMirrorVolumeRequest class |
Name | Description | |
---|---|---|
Aggregate |
The containing ONTAP aggregate in which to create the volume.
You can use ListSnapMirrorAggregates to get
information about available ONTAP aggregates.
| |
Name |
The destination ONTAP volume name.
| |
Size |
The size of the volume in bytes.
| |
SnapMirrorEndpointID |
The endpoint ID of the remote ONTAP storage system communicating with the SolidFire cluster.
| |
Type |
The volume type.
Possible values:
rw: Read-write volume
ls: Load-sharing volume
dp: Data protection volume
If no type is provided the default type is dp.
| |
Vserver |
The name of the Vserver.
|
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.) |