public class CreateSVIConfig
extends java.lang.Object
Constructor and Description |
---|
CreateSVIConfig() |
CreateSVIConfig(CuicServer api) |
Modifier and Type | Method and Description |
---|---|
CreateSVIConfigResponse |
execute() |
CuicServer |
getCuicServer() |
java.lang.String |
getDescription() |
java.lang.String |
getNetdevice() |
java.lang.String |
getVdcName() |
int |
getVlanInterfaceId() |
boolean |
isCopyRunToStartConfig() |
boolean |
isRollBack() |
void |
setCopyRunToStartConfig(boolean copyRunToStartConfig) |
void |
setCuicServer(CuicServer api) |
void |
setDescription(java.lang.String description) |
void |
setNetdevice(java.lang.String netdevice) |
void |
setRollBack(boolean rollBack) |
void |
setVdcName(java.lang.String vdcName) |
void |
setVlanInterfaceId(int vlanInterfaceId) |
public CreateSVIConfig()
public 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 int getVlanInterfaceId()
public void setVlanInterfaceId(int vlanInterfaceId)
vlanInterfaceId
- the vlanInterfaceId to setpublic java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- the description 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 CreateSVIConfigResponse execute() throws java.lang.Exception
java.lang.Exception