public class DeleteVFCInterfaceConfig
extends java.lang.Object
Constructor and Description |
---|
DeleteVFCInterfaceConfig() |
DeleteVFCInterfaceConfig(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
DeleteVFCInterfaceConfigResponse |
execute() |
CuicServer |
getCuicServer() |
java.lang.String |
getNetdevice() |
java.lang.String |
getVdcName() |
java.lang.String |
getVfcInterface() |
boolean |
isCopyRunToStartConfig() |
void |
setCopyRunToStartConfig(boolean copyRunToStartConfig)
Sets copyRunToStartConfig
|
void |
setCuicServer(CuicServer cuicServer)
Sets cuicServer
|
void |
setNetdevice(java.lang.String netdevice)
Sets netdevice
|
void |
setVdcName(java.lang.String vdcName)
Sets vdcName
|
void |
setVfcInterface(java.lang.String vfcInterface)
Sets vfcInterface
|
public DeleteVFCInterfaceConfig()
public DeleteVFCInterfaceConfig(CuicServer server)
public CuicServer getCuicServer()
public void setCuicServer(CuicServer cuicServer)
public java.lang.String getNetdevice()
public void setNetdevice(java.lang.String netdevice)
public java.lang.String getVdcName()
public void setVdcName(java.lang.String vdcName)
public java.lang.String getVfcInterface()
public void setVfcInterface(java.lang.String vfcInterface)
public boolean isCopyRunToStartConfig()
public void setCopyRunToStartConfig(boolean copyRunToStartConfig)
public DeleteVFCInterfaceConfigResponse execute() throws java.lang.Exception
java.lang.Exception