public class Controller extends AbstractOvsdbTableService
| Modifier and Type | Class and Description |
|---|---|
static class |
Controller.ControllerColumn
Controller table column name.
|
| Constructor and Description |
|---|
Controller(DatabaseSchema dbSchema,
Row row)
Constructs a Controller object.
|
| Modifier and Type | Method and Description |
|---|---|
Column |
getBurstLimitColumn()
Get the Column entity which column name is "controller_burst_limit" from
the Row entity of attributes.
|
Column |
getConnectionModeColumn()
Get the Column entity which column name is "connection_mode" from the Row
entity of attributes.
|
Column |
getDiscoverAcceptRegexColumn()
Get the Column entity which column name is "discover_accept_regex" from
the Row entity of attributes.
|
Column |
getDiscoverUpdateResolvConfColumn()
Get the Column entity which column name is "discover_update_resolv_conf"
from the Row entity of attributes.
|
Column |
getEnableAsyncMessagesColumn()
Get the Column entity which column name is "enable_async_messages" from
the Row entity of attributes.
|
Column |
getExternalIdsColumn()
Get the Column entity which column name is "external_ids" from the Row
entity of attributes.
|
Column |
getInactivityProbeColumn()
Get the Column entity which column name is "inactivity_probe" from the
Row entity of attributes.
|
Column |
getIsConnectedColumn()
Get the Column entity which column name is "is_connected" from the Row
entity of attributes.
|
Column |
getLocalGatewayColumn()
Get the Column entity which column name is "local_gateway" from the Row
entity of attributes.
|
Column |
getLocalIpColumn()
Get the Column entity which column name is "local_ip" from the Row entity
of attributes.
|
Column |
getLocalNetmaskColumn()
Get the Column entity which column name is "local_netmask" from the Row
entity of attributes.
|
Column |
getMaxBackoffColumn()
Get the Column entity which column name is "max_backoff" from the Row
entity of attributes.
|
Column |
getOtherConfigColumn()
Get the Column entity which column name is "other_config" from the Row
entity of attributes.
|
Column |
getRateLimitColumn()
Get the Column entity which column name is "controller_rate_limit" from
the Row entity of attributes.
|
Column |
getRoleColumn()
Get the Column entity which column name is "role" from the Row entity of
attributes.
|
Column |
getStatusColumn()
Get the Column entity which column name is "status" from the Row entity
of attributes.
|
Column |
getTargetColumn()
Get the Column entity which column name is "target" from the Row entity
of attributes.
|
void |
setBurstLimit(Long burstLimit)
Add a Column entity which column name is "controller_burst_limit" to the
Row entity of attributes.
|
void |
setConnectionMode(Set<String> connectionMode)
Add a Column entity which column name is "connection_mode" to the Row
entity of attributes.
|
void |
setDiscoverAcceptRegex(Set<String> discoverAcceptRegex)
Add a Column entity which column name is "discover_accept_regex" to the
Row entity of attributes.
|
void |
setDiscoverUpdateResolvConf(Set<String> discoverUpdateResolvConf)
Add a Column entity which column name is "discover_update_resolv_conf" to
the Row entity of attributes.
|
void |
setEnableAsyncMessages(Set<Boolean> enableAsyncMessages)
Add a Column entity which column name is "enable_async_messages" to the
Row entity of attributes.
|
void |
setExternalIds(Map<String,String> externalIds)
Add a Column entity which column name is "external_ids" to the Row entity
of attributes.
|
void |
setInactivityProbe(Set<Long> inactivityProbe)
Add a Column entity which column name is "inactivity_probe" to the Row
entity of attributes.
|
void |
setIsConnected(Boolean isConnected)
Add a Column entity which column name is "is_connected" to the Row entity
of attributes.
|
void |
setLocalGateway(Set<String> localGateway)
Add a Column entity which column name is "local_gateway" to the Row
entity of attributes.
|
void |
setLocalIp(Set<String> localIp)
Add a Column entity which column name is "local_ip" to the Row entity of
attributes.
|
void |
setLocalNetmask(Set<String> localNetmask)
Add a Column entity which column name is "local_netmask" to the Row
entity of attributes.
|
void |
setMaxBackoff(Long maxBackoff)
Add a Column entity which column name is "max_backoff" to the Row entity
of attributes.
|
void |
setOtherConfig(Map<String,String> otherConfig)
Add a Column entity which column name is "other_config" to the Row entity
of attributes.
|
void |
setRateLimit(Long rateLimit)
Add a Column entity which column name is "controller_rate_limit" to the
Row entity of attributes.
|
void |
setRole(Set<String> role)
Add a Column entity which column name is "role" to the Row entity of
attributes.
|
void |
setStatus(Map<String,String> status)
Add a Column entity which column name is "status" to the Row entity of
attributes.
|
void |
setTarget(String target)
Add a Column entity which column name is "target" to the Row entity of
attributes.
|
dbSchema, equals, getColumnHandler, getDataHandler, getRow, getTableUuid, getTableUuidColumn, getTableVersion, getTableVersionColumn, hashCode, setDataHandler, tableDesc, toStringpublic Controller(DatabaseSchema dbSchema, Row row)
dbSchema - DatabaseSchemarow - Rowpublic Column getTargetColumn()
public void setTarget(String target)
target - the column data which column name is "target"public Column getBurstLimitColumn()
public void setBurstLimit(Long burstLimit)
burstLimit - the column data which column name is
"controller_burst_limit"public Column getRateLimitColumn()
public void setRateLimit(Long rateLimit)
rateLimit - the column data which column name is
"controller_rate_limit"public Column getConnectionModeColumn()
public void setConnectionMode(Set<String> connectionMode)
connectionMode - the column data which column name is
"connection_mode"public Column getEnableAsyncMessagesColumn()
public void setEnableAsyncMessages(Set<Boolean> enableAsyncMessages)
enableAsyncMessages - the column data which column name is
"enable_async_messages"public Column getExternalIdsColumn()
public void setExternalIds(Map<String,String> externalIds)
externalIds - the column data which column name is "external_ids"public Column getLocalNetmaskColumn()
public void setLocalNetmask(Set<String> localNetmask)
localNetmask - the column data which column name is "local_netmask"public Column getLocalGatewayColumn()
public void setLocalGateway(Set<String> localGateway)
localGateway - the column data which column name is "local_gateway"public Column getStatusColumn()
public void setStatus(Map<String,String> status)
status - the column data which column name is "status"public Column getRoleColumn()
public void setRole(Set<String> role)
role - the column data which column name is "role"public Column getInactivityProbeColumn()
public void setInactivityProbe(Set<Long> inactivityProbe)
inactivityProbe - the column data which column name is
"inactivity_probe"public Column getIsConnectedColumn()
public void setIsConnected(Boolean isConnected)
isConnected - the column data which column name is "is_connected"public Column getOtherConfigColumn()
public void setOtherConfig(Map<String,String> otherConfig)
otherConfig - the column data which column name is "other_config"public Column getMaxBackoffColumn()
public void setMaxBackoff(Long maxBackoff)
maxBackoff - the column data which column name is "max_backoff"public Column getLocalIpColumn()
public void setLocalIp(Set<String> localIp)
localIp - the column data which column name is "local_ip"public Column getDiscoverUpdateResolvConfColumn()
public void setDiscoverUpdateResolvConf(Set<String> discoverUpdateResolvConf)
discoverUpdateResolvConf - the column data which column name is
"discover_update_resolv_conf"public Column getDiscoverAcceptRegexColumn()