public class HypervModifyStorageLogicalUnit
extends java.lang.Object
Modify Storage Logical Unit
This task allows the user to modify the properties of a Storage Logical Unit.
This task is only supported for following versions of SCVMM:
- SCVMM 2012 SP1
- SCVMM 2012 R2
Modifier | Constructor and Description |
---|---|
protected |
HypervModifyStorageLogicalUnit() |
|
HypervModifyStorageLogicalUnit(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
HypervModifyStorageLogicalUnitResponse |
execute() |
CuicServer |
getCuicServer() |
java.lang.String |
getDescription() |
java.lang.String |
getName() |
java.lang.String |
getStorageLogicalUnitIdentity() |
void |
setCuicServer(CuicServer api) |
void |
setDescription(java.lang.String description)
Specify the description of the Storage Logical Unit
|
void |
setName(java.lang.String name)
Specify the name of the Storage Logical Unit
|
void |
setStorageLogicalUnitIdentity(java.lang.String storageLogicalUnitIdentity)
Select Storage Logical Unit to be modified
Accepts value from list type hypervStorageLUNIdentity
|
protected HypervModifyStorageLogicalUnit()
public HypervModifyStorageLogicalUnit(CuicServer server)
public void setCuicServer(CuicServer api)
public CuicServer getCuicServer()
public java.lang.String getStorageLogicalUnitIdentity()
public java.lang.String getName()
public java.lang.String getDescription()
public void setStorageLogicalUnitIdentity(java.lang.String storageLogicalUnitIdentity)
public void setName(java.lang.String name)
public void setDescription(java.lang.String description)
public HypervModifyStorageLogicalUnitResponse execute() throws java.lang.Exception
java.lang.Exception