public class HypervRemoveStorageLogicalUnitFromCluster
extends java.lang.Object
Remove Storage Logical Unit from Cluster
This task allows the user to remove a storage logical unit from a cluster.
This task is supported for the following versions of SCVMM:
- SCVMM 2012 SP1
- SCVMM 2012 R2
Modifier | Constructor and Description |
---|---|
protected |
HypervRemoveStorageLogicalUnitFromCluster() |
|
HypervRemoveStorageLogicalUnitFromCluster(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
HypervRemoveStorageLogicalUnitFromClusterResponse |
execute() |
java.lang.String |
getClusterIdentity() |
java.lang.String |
getClusterVolumeIdentity() |
CuicServer |
getCuicServer() |
void |
setClusterIdentity(java.lang.String clusterIdentity)
Select the cluster to perform the action
Accepts value from list type hypervClusterIdentity
|
void |
setClusterVolumeIdentity(java.lang.String clusterVolumeIdentity)
Select the volume to be removed
Accepts value from list type hypervStorageLUNIdentity
|
void |
setCuicServer(CuicServer api) |
protected HypervRemoveStorageLogicalUnitFromCluster()
public HypervRemoveStorageLogicalUnitFromCluster(CuicServer server)
public void setCuicServer(CuicServer api)
public CuicServer getCuicServer()
public java.lang.String getClusterIdentity()
public java.lang.String getClusterVolumeIdentity()
public void setClusterIdentity(java.lang.String clusterIdentity)
public void setClusterVolumeIdentity(java.lang.String clusterVolumeIdentity)
public HypervRemoveStorageLogicalUnitFromClusterResponse execute() throws java.lang.Exception
java.lang.Exception