public class NetAppResizeVMWareVMDatastoreConfig
extends java.lang.Object
Selected VMware VM's Datastore can be resized using VSC.
This task resizes the datastore which is associated for the selected VM in the vCenter server and 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.
Modifier | Constructor and Description |
---|---|
protected |
NetAppResizeVMWareVMDatastoreConfig() |
|
NetAppResizeVMWareVMDatastoreConfig(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
NetAppResizeVMWareVMDatastoreConfigResponse |
execute() |
CuicServer |
getCuicServer() |
java.lang.String |
getDatastoreName() |
java.lang.String |
getDatastoreSize() |
java.lang.String |
getFilerIp() |
int |
getVmId() |
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.
|
void |
setFilerIp(java.lang.String filerIp) |
void |
setVmId(int vmId)
Optionally select a VM for resizing the storage on Accepts value from
list type vm
|
protected NetAppResizeVMWareVMDatastoreConfig()
public NetAppResizeVMWareVMDatastoreConfig(CuicServer server)
public void setCuicServer(CuicServer api)
public CuicServer getCuicServer()
public int getVmId()
public java.lang.String getDatastoreName()
public java.lang.String getDatastoreSize()
public java.lang.String getFilerIp()
public void setVmId(int vmId)
public void setDatastoreName(java.lang.String datastoreName)
public void setDatastoreSize(java.lang.String datastoreSize)
public void setFilerIp(java.lang.String filerIp)
public NetAppResizeVMWareVMDatastoreConfigResponse execute() throws java.lang.Exception
java.lang.Exception