public class HypervConverttoCSV
extends java.lang.Object
Converts available storage to cluster shared volume
This task allows the user to convert available storage to cluster shared volume.
This task is supported for the following versions of SCVMM:
- SCVMM 2012 SP1
- SCVMM 2012 R2
Modifier | Constructor and Description |
---|---|
protected |
HypervConverttoCSV() |
|
HypervConverttoCSV(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
HypervConverttoCSVResponse |
execute() |
java.lang.String |
getClusterIdentity() |
CuicServer |
getCuicServer() |
java.lang.String |
getVolumeIdentity() |
void |
setClusterIdentity(java.lang.String clusterIdentity)
Select the cluster to perform the action
Accepts value from list type hypervClusterIdentity
|
void |
setCuicServer(CuicServer api) |
void |
setVolumeIdentity(java.lang.String volumeIdentity)
Select the volume to be added to the cluster
|
protected HypervConverttoCSV()
public HypervConverttoCSV(CuicServer server)
public void setCuicServer(CuicServer api)
public CuicServer getCuicServer()
public java.lang.String getClusterIdentity()
public java.lang.String getVolumeIdentity()
public void setClusterIdentity(java.lang.String clusterIdentity)
public void setVolumeIdentity(java.lang.String volumeIdentity)
public HypervConverttoCSVResponse execute() throws java.lang.Exception
java.lang.Exception