CloneMultipleVolumeParams Class |
Namespace: SolidFire.Element.Api
public class CloneMultipleVolumeParams : RpcBase
The CloneMultipleVolumeParams type exposes the following members.
Name | Description | |
---|---|---|
![]() | CloneMultipleVolumeParams | Initializes a new instance of the CloneMultipleVolumeParams class |
Name | Description | |
---|---|---|
![]() | Access |
Access settings for the new volume.
readOnly: Only read operations are allowed.
readWrite: Reads and writes are allowed.
locked: No reads or writes are allowed.
replicationTarget: Identify a volume as the target volume for a paired set of volumes. If the volume is not paired, the access status is locked.
If unspecified, the access settings of the clone will be the same as the source.
|
![]() | Attributes |
List of Name/Value pairs in JSON object format.
|
![]() | Name |
New name for the clone.
|
![]() | NewAccountID |
Account ID for the new volume.
|
![]() | NewSize |
New size Total size of the volume, in bytes. Size is rounded up to the nearest 1MB size.
|
![]() | VolumeID |
Required parameter for "volumes" array: volumeID.
|
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.) |