public class HypervDeleteStorageClassification
extends java.lang.Object
Deletes Storage Classification
This task allows the user to delete the storage classification.
This task is only supported for the following versions of SCVMM:
- SCVMM 2012 SP1
- SCVMM 2012 R2
Modifier | Constructor and Description |
---|---|
protected |
HypervDeleteStorageClassification() |
|
HypervDeleteStorageClassification(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
HypervDeleteStorageClassificationResponse |
execute() |
CuicServer |
getCuicServer() |
java.lang.String |
getStorageClassificationIdentity() |
void |
setCuicServer(CuicServer api) |
void |
setStorageClassificationIdentity(java.lang.String storageClassificationIdentity)
Select name of the HyperV Storage Classification in this system
Accepts value from list type hypervStorageClassificationIdentity
|
protected HypervDeleteStorageClassification()
public HypervDeleteStorageClassification(CuicServer server)
public void setCuicServer(CuicServer api)
public CuicServer getCuicServer()
public java.lang.String getStorageClassificationIdentity()
public void setStorageClassificationIdentity(java.lang.String storageClassificationIdentity)
public HypervDeleteStorageClassificationResponse execute() throws java.lang.Exception
java.lang.Exception