Click or drag to resize

CloneMultipleVolumeParams Class

CloneMultipleVolumeParams
Inheritance Hierarchy
SystemObject
  SolidFire.CoreRpcBase
    SolidFire.Element.ApiCloneMultipleVolumeParams

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

The CloneMultipleVolumeParams type exposes the following members.

Constructors
  NameDescription
Public methodCloneMultipleVolumeParams
Initializes a new instance of the CloneMultipleVolumeParams class
Top
Properties
  NameDescription
Public propertyAccess
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.
Public propertyAttributes
List of Name/Value pairs in JSON object format.
Public propertyName
New name for the clone.
Public propertyNewAccountID
Account ID for the new volume.
Public propertyNewSize
New size Total size of the volume, in bytes. Size is rounded up to the nearest 1MB size.
Public propertyVolumeID
Required parameter for "volumes" array: volumeID.
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