public class NetAppVSCResizeDatastoreConfig
extends java.lang.Object
Datastore can be resized using the VSC.
This task resizes the datastore in the vCenter server which is mapped the storage target either NFS Volume or VMFS LUN to the Storage system by the VSC pluggined to the vCenter Server. we can either increase or decrease the datastore of type NFS exported as volume, but the we cannot decrease the datatstore of type VMFS mapped to storage target as LUN. This task will work only for ONTAP accounts.
Modifier | Constructor and Description |
---|---|
protected |
NetAppVSCResizeDatastoreConfig() |
|
NetAppVSCResizeDatastoreConfig(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
NetAppVSCResizeDatastoreConfigResponse |
execute() |
java.lang.String |
getCloudName() |
CuicServer |
getCuicServer() |
java.lang.String |
getDatastoreName() |
java.lang.String |
getDatastoreSize() |
void |
setCloudName(java.lang.String cloudName)
Select a Cloud Name.
|
void |
setCuicServer(CuicServer api) |
void |
setDatastoreName(java.lang.String datastoreName)
Select a Datastore Name.
|
void |
setDatastoreSize(java.lang.String datastoreSize)
Enter the size of Storage.
|
protected NetAppVSCResizeDatastoreConfig()
public NetAppVSCResizeDatastoreConfig(CuicServer server)
public void setCuicServer(CuicServer api)
public CuicServer getCuicServer()
public java.lang.String getCloudName()
public java.lang.String getDatastoreName()
public java.lang.String getDatastoreSize()
public void setCloudName(java.lang.String cloudName)
public void setDatastoreName(java.lang.String datastoreName)
public void setDatastoreSize(java.lang.String datastoreSize)
public NetAppVSCResizeDatastoreConfigResponse execute() throws java.lang.Exception
java.lang.Exception