public class NetAppVSCCloneVMsConfig
extends java.lang.Object
Specified number of VMS will be cloned on selecting the existing VM in the vCenter server using VSC.
This task will clone the number of specified VMs using the VSC on the Host where the selected VM present in the vCenter Server. Task will list only the powered off VMs where the clone operation will be performd on only powered off VMs. This task will work only for ONTAP accounts.
Modifier | Constructor and Description |
---|---|
protected |
NetAppVSCCloneVMsConfig() |
|
NetAppVSCCloneVMsConfig(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
void |
execute() |
java.lang.String |
getCloneCount() |
java.lang.String |
getCloneVMName() |
java.lang.String |
getCloudName() |
CuicServer |
getCuicServer() |
java.lang.String |
getDatacenterName() |
java.lang.String |
getVmName() |
java.lang.String |
getVscURl() |
void |
setCloneCount(java.lang.String cloneCount)
No.
|
void |
setCloneVMName(java.lang.String cloneVMName)
New VM Name
|
void |
setCloudName(java.lang.String cloudName) |
void |
setCuicServer(CuicServer api) |
void |
setDatacenterName(java.lang.String datacenterName)
Select Datacenter Name
|
void |
setVmName(java.lang.String vmName)
Optionally select a VM for cloning Accepts value from list type vm
|
void |
setVscURl(java.lang.String vscURl)
VSC Location
|
protected NetAppVSCCloneVMsConfig()
public NetAppVSCCloneVMsConfig(CuicServer server)
public void setCuicServer(CuicServer api)
public CuicServer getCuicServer()
public java.lang.String getCloudName()
public java.lang.String getVmName()
public java.lang.String getDatacenterName()
public java.lang.String getCloneVMName()
public java.lang.String getCloneCount()
public java.lang.String getVscURl()
public void setCloudName(java.lang.String cloudName)
public void setVmName(java.lang.String vmName)
public void setDatacenterName(java.lang.String datacenterName)
public void setCloneVMName(java.lang.String cloneVMName)
public void setCloneCount(java.lang.String cloneCount)
public void setVscURl(java.lang.String vscURl)
public void execute() throws java.lang.Exception
java.lang.Exception