public class HypervRemoveStorageLogicalUnitFromHost
extends java.lang.Object
Remove Storage Logical Unit from Host
This task allows the user to remove a storage logical unit from a host.
This task is supported for the following versions of SCVMM:
- SCVMM 2012 SP1
- SCVMM 2012 R2
Modifier | Constructor and Description |
---|---|
protected |
HypervRemoveStorageLogicalUnitFromHost() |
|
HypervRemoveStorageLogicalUnitFromHost(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
HypervRemoveStorageLogicalUnitFromHostResponse |
execute() |
CuicServer |
getCuicServer() |
java.lang.String |
getHostIdentity() |
java.lang.String |
getHostVolumeIdentity() |
void |
setCuicServer(CuicServer api) |
void |
setHostIdentity(java.lang.String hostIdentity)
Select the host to perform the action
Accepts value from list type hvHost
|
void |
setHostVolumeIdentity(java.lang.String hostVolumeIdentity)
Select the disk to be removed
Accepts value from list type hypervStorageLUNIdentity
|
protected HypervRemoveStorageLogicalUnitFromHost()
public HypervRemoveStorageLogicalUnitFromHost(CuicServer server)
public void setCuicServer(CuicServer api)
public CuicServer getCuicServer()
public java.lang.String getHostIdentity()
public java.lang.String getHostVolumeIdentity()
public void setHostIdentity(java.lang.String hostIdentity)
public void setHostVolumeIdentity(java.lang.String hostVolumeIdentity)
public HypervRemoveStorageLogicalUnitFromHostResponse execute() throws java.lang.Exception
java.lang.Exception