public class HypervConverttoAvailableStorage
extends java.lang.Object
Converts cluster shared volume to available storage volume
This task allows the user to convert cluster shared volume to available storage volume.
This task is supported for the following versions of SCVMM:
- SCVMM 2012 SP1
- SCVMM 2012 R2
Modifier | Constructor and Description |
---|---|
protected |
HypervConverttoAvailableStorage() |
|
HypervConverttoAvailableStorage(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
HypervConverttoAvailableStorageResponse |
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 HypervConverttoAvailableStorage()
public HypervConverttoAvailableStorage(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 HypervConverttoAvailableStorageResponse execute() throws java.lang.Exception
java.lang.Exception