public class VolumeSnapshotParam
extends java.lang.Object
| Constructor and Description | 
|---|
VolumeSnapshotParam()  | 
VolumeSnapshotParam(java.lang.String name,
                   java.lang.Boolean createInactive,
                   java.lang.String type)  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.Boolean | 
getCreateInactive()
If create_inactive is set to true, then the
 operation will create the snapshot, but not
 activate the synchronization between source
 and target volumes. 
 | 
java.lang.String | 
getName()
Snapshot name. 
 | 
java.lang.Boolean | 
getReadOnly()
If read_only is set to true, then the snapshot will be created
 as read only, i.e., it will not be possible to write into the snapshot 
 | 
java.lang.String | 
getType()
Type of replication. 
 | 
void | 
setCreateInactive(java.lang.Boolean createInactive)  | 
void | 
setName(java.lang.String name)  | 
void | 
setReadOnly(java.lang.Boolean readOnly)  | 
void | 
setType(java.lang.String type)  | 
public VolumeSnapshotParam()
public VolumeSnapshotParam(java.lang.String name,
                           java.lang.Boolean createInactive,
                           java.lang.String type)
public java.lang.String getName()
public void setName(java.lang.String name)
public java.lang.Boolean getCreateInactive()
public void setCreateInactive(java.lang.Boolean createInactive)
public java.lang.String getType()
public void setType(java.lang.String type)
public java.lang.Boolean getReadOnly()
public void setReadOnly(java.lang.Boolean readOnly)