public class HypervRefreshStorageProvider
extends java.lang.Object
Refreshes Storage Provider
This task allows the user to refresh/rescan the selected storage provider.
This task is only supported for the following versions of SCVMM:
- SCVMM 2012 SP1
- SCVMM 2012 R2
Modifier | Constructor and Description |
---|---|
protected |
HypervRefreshStorageProvider() |
|
HypervRefreshStorageProvider(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
HypervRefreshStorageProviderResponse |
execute() |
CuicServer |
getCuicServer() |
java.lang.String |
getStorageProvider() |
void |
setCuicServer(CuicServer api) |
void |
setStorageProvider(java.lang.String storageProvider)
List of Storage Providers
Accepts value from list type hypervStorageProviderIdentity
|
protected HypervRefreshStorageProvider()
public HypervRefreshStorageProvider(CuicServer server)
public void setCuicServer(CuicServer api)
public CuicServer getCuicServer()
public java.lang.String getStorageProvider()
public void setStorageProvider(java.lang.String storageProvider)
public HypervRefreshStorageProviderResponse execute() throws java.lang.Exception
java.lang.Exception