public class UpdatePhysicalDomainConfig
extends java.lang.Object
Constructor and Description |
---|
UpdatePhysicalDomainConfig() |
UpdatePhysicalDomainConfig(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
CuicServer |
getCuicServer() |
java.lang.String |
getEntityProfile() |
java.lang.String |
getName() |
java.lang.String |
getVlanPool() |
void |
setCuicServer(CuicServer api) |
void |
setEntityProfile(java.lang.String entityProfile) |
void |
setName(java.lang.String name) |
void |
setVlanPool(java.lang.String vlanPool) |
public UpdatePhysicalDomainConfig()
public UpdatePhysicalDomainConfig(CuicServer server)
server
- public void setCuicServer(CuicServer api)
api
- public CuicServer getCuicServer()
public java.lang.String getName()
public void setName(java.lang.String name)
public java.lang.String getEntityProfile()
public void setEntityProfile(java.lang.String entityProfile)
public java.lang.String getVlanPool()
public void setVlanPool(java.lang.String vlanPool)