ModifyVolumeRequest Class |
Namespace: SolidFire.Element.Api
public class ModifyVolumeRequest : RpcBase
The ModifyVolumeRequest type exposes the following members.
Name | Description | |
---|---|---|
ModifyVolumeRequest | Initializes a new instance of the ModifyVolumeRequest class |
Name | Description | |
---|---|---|
Access |
Specifies the access allowed for the volume. Possible values are:
readOnly: Only read operations are allowed.
readWrite: Reads and writes are allowed.
locked: No reads or writes are allowed.
If not specified, the access value does not change.
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 a value is not specified, the access value does not change.
| |
AccountID |
AccountID to which the volume is reassigned. If unspecified, the previous account name is used.
| |
AssociateWithQoSPolicy |
Associate the volume with the specified QoS policy.
Possible values:
true: Associate the volume with the QoS policy specified in the QoSPolicyID parameter.
false: Do not assosciate the volume with the QoS policy specified in the QoSPolicyID parameter. When false, any existing policy association is removed regardless of whether you specify a QoS policy in the QoSPolicyID parameter.
| |
Attributes |
List of name-value pairs in JSON object format.
| |
EnableSnapMirrorReplication |
Determines whether the volume can be used for replication with SnapMirror endpoints.
Possible values:
true
false
| |
FifoSize |
Specifies the maximum number of FIFO (First-In-First-Out) snapshots supported by the volume.
Note that FIFO and non-FIFO snapshots both use the same pool of available snapshot slots on a volume.
Use this option to limit FIFO snapshot consumption of the available snapshot slots.
Also note this cannot be modified such that it is less than the current FIFO snapshot count.
| |
MinFifoSize |
Specifies the number of snapshot slots that are reserved for only FIFO (First-In-First-Out) snapshots.
Since FIFO and non-FIFO snapshots share the same pool, the minFifoSize reduces the total number of
possible non-FIFO snapshots by the same amount.
Note this cannot be modified such that it conflicts with the current non-FIFO snapshot count.
| |
Qos |
New QoS settings for this volume. If not specified,
the QoS settings are not changed.
| |
QosPolicyID |
The ID for the policy whose QoS settings should be applied to the specified volumes.
The volume will not maintain any association with the policy; this is an alternate way to apply QoS settings to the volume.
This parameter and the qos parameter cannot be specified at the same time.
| |
TotalSize |
New size of the volume in bytes. 1000000000 is equal to 1GB.
Size is rounded up to the nearest 1MB. This parameter
can only be used to increase the size of a volume.
| |
VolumeID |
VolumeID for the volume to be modified.
|
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.) |