public class RemoveSVIConfig
extends java.lang.Object
Constructor and Description |
---|
RemoveSVIConfig() |
RemoveSVIConfig(CuicServer api) |
Modifier and Type | Method and Description |
---|---|
void |
CreateSVIConfig(CuicServer api) |
RemoveSVIConfigResponse |
execute() |
CuicServer |
getCuicServer() |
java.lang.String |
getNetdevice() |
java.lang.String |
getVdcName() |
java.lang.String |
getVlanInterfaceId() |
boolean |
isCopyRunToStartConfig() |
boolean |
isRollBack() |
void |
setCopyRunToStartConfig(boolean copyRunToStartConfig) |
void |
setCuicServer(CuicServer api) |
void |
setNetdevice(java.lang.String netdevice) |
void |
setRollBack(boolean rollBack) |
void |
setVdcName(java.lang.String vdcName) |
void |
setVlanInterfaceId(java.lang.String vlanInterfaceId) |
public RemoveSVIConfig()
public RemoveSVIConfig(CuicServer api)
public void CreateSVIConfig(CuicServer api)
public void setCuicServer(CuicServer api)
public CuicServer getCuicServer()
public java.lang.String getNetdevice()
public void setNetdevice(java.lang.String netdevice)
netdevice
- the netdevice to setpublic java.lang.String getVdcName()
public void setVdcName(java.lang.String vdcName)
vdcName
- the vdcName to setpublic java.lang.String getVlanInterfaceId()
public void setVlanInterfaceId(java.lang.String vlanInterfaceId)
vlanInterfaceId
- the vlanInterfaceId to setpublic boolean isCopyRunToStartConfig()
public void setCopyRunToStartConfig(boolean copyRunToStartConfig)
copyRunToStartConfig
- the copyRunToStartConfig to setpublic boolean isRollBack()
public void setRollBack(boolean rollBack)
rollBack
- the rollBack to setpublic RemoveSVIConfigResponse execute() throws java.lang.Exception
java.lang.Exception