public class ContainerVMsActionConfig
extends java.lang.Object
Constructor and Description |
---|
ContainerVMsActionConfig() |
ContainerVMsActionConfig(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
int |
getContainerId()
Return the containerId
|
CuicServer |
getCuicServer() |
java.lang.String |
getVmAction()
Return the vmAction
|
java.lang.String |
getVms()
Return the vms
|
void |
setContainerId(int containerId)
Set the containerId
|
void |
setCuicServer(CuicServer api) |
void |
setVmAction(java.lang.String vmAction)
Set the vmAction
|
void |
setVms(java.lang.String vms)
Set the vms
|
public ContainerVMsActionConfig()
public ContainerVMsActionConfig(CuicServer server)
server
- public void setCuicServer(CuicServer api)
api
- public CuicServer getCuicServer()
public int getContainerId()
public void setContainerId(int containerId)
containerId
- public java.lang.String getVmAction()
public void setVmAction(java.lang.String vmAction)
vmAction
- public java.lang.String getVms()
public void setVms(java.lang.String vms)
vms
-