public class HypervModifyStoragePool
extends java.lang.Object
Modify Storage Pool
This task allows the user to modify the properties of a Storage Pool.
This task is only supported for following versions of SCVMM:
- SCVMM 2012 SP1
- SCVMM 2012 R2
Modifier | Constructor and Description |
---|---|
protected |
HypervModifyStoragePool() |
|
HypervModifyStoragePool(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
HypervModifyStoragePoolResponse |
execute() |
CuicServer |
getCuicServer() |
java.lang.String |
getDescription() |
java.lang.String |
getName() |
java.lang.String |
getStorageClassificationIdentity() |
java.lang.String |
getStoragePoolIdentity() |
void |
setCuicServer(CuicServer api) |
void |
setDescription(java.lang.String description)
Specify the description of the Storage Pool
|
void |
setName(java.lang.String name)
Specify the name of the Storage Pool
|
void |
setStorageClassificationIdentity(java.lang.String storageClassificationIdentity)
Choose the classification to which the Storage Pool must be assigned
Accepts value from list type hypervStorageClassificationIdentity
|
void |
setStoragePoolIdentity(java.lang.String storagePoolIdentity)
Select Storage Pool to be modified
Accepts value from list type hypervStoragePoolIdentity
|
protected HypervModifyStoragePool()
public HypervModifyStoragePool(CuicServer server)
public void setCuicServer(CuicServer api)
public CuicServer getCuicServer()
public java.lang.String getStoragePoolIdentity()
public java.lang.String getName()
public java.lang.String getDescription()
public java.lang.String getStorageClassificationIdentity()
public void setStoragePoolIdentity(java.lang.String storagePoolIdentity)
public void setName(java.lang.String name)
public void setDescription(java.lang.String description)
public void setStorageClassificationIdentity(java.lang.String storageClassificationIdentity)
public HypervModifyStoragePoolResponse execute() throws java.lang.Exception
java.lang.Exception