Package com.morpheusdata.model
Class NetworkRoute
java.lang.Object
com.morpheusdata.model.MorpheusModel
com.morpheusdata.model.projection.NetworkRouteIdentityProjection
com.morpheusdata.model.NetworkRoute
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
protected String
protected Boolean
protected Boolean
protected String
protected String
protected String
protected Boolean
protected Boolean
protected String
protected String
protected String
protected String
protected String
protected Integer
protected Integer
protected String
protected String
protected NetworkRouteTable
protected String
protected String
protected String
protected String
protected String
protected String
protected Boolean
Fields inherited from class com.morpheusdata.model.projection.NetworkRouteIdentityProjection
externalId, refId, refType
Fields inherited from class com.morpheusdata.model.MorpheusModel
config, id
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetCode()
getIacId()
getName()
void
setCategory
(String category) void
void
setDefaultRoute
(Boolean defaultRoute) void
setDeletable
(Boolean deletable) void
setDescription
(String description) void
setDestination
(String destination) void
setDestinationType
(String destinationType) void
setEditable
(Boolean editable) void
setEnabled
(Boolean enabled) void
setExternalInterface
(String externalInterface) void
setExternalType
(String externalType) void
void
setInternalId
(String internalId) void
void
setNetworkMtu
(Integer networkMtu) void
setPriority
(Integer priority) void
setProviderId
(String providerId) void
setRawData
(String rawData) void
setRouteTable
(NetworkRouteTable routeTable) void
setRouteType
(String routeType) void
void
setSourceType
(String sourceType) void
void
setSyncSource
(String syncSource) void
setUniqueId
(String uniqueId) void
setVisible
(Boolean visible) Methods inherited from class com.morpheusdata.model.projection.NetworkRouteIdentityProjection
getExternalId, getRefId, getRefType, setExternalId, setRefId, setRefType
Methods inherited from class com.morpheusdata.model.MorpheusModel
getConfig, getConfigMap, getConfigProperty, getDirtyProperties, getDirtyPropertyValues, getId, getProperties, isDirty, markClean, markDirty, markDirty, setConfig, setConfigMap, setConfigProperty, setId
-
Field Details
-
name
-
code
-
category
-
description
-
priority
-
routeType
-
source
-
sourceType
-
destination
-
destinationType
-
defaultRoute
-
networkMtu
-
externalInterface
-
internalId
-
uniqueId
-
providerId
-
externalType
-
iacId
-
rawData
-
enabled
-
visible
-
syncSource
-
routeTable
-
status
-
editable
-
deletable
-
-
Constructor Details
-
NetworkRoute
public NetworkRoute()
-
-
Method Details
-
getName
-
setName
-
getCode
-
setCode
-
getCategory
-
setCategory
-
getDescription
-
setDescription
-
getPriority
-
setPriority
-
getRouteType
-
setRouteType
-
getSource
-
setSource
-
getSourceType
-
setSourceType
-
getDestination
-
setDestination
-
getDestinationType
-
setDestinationType
-
getDefaultRoute
-
setDefaultRoute
-
getNetworkMtu
-
setNetworkMtu
-
getExternalInterface
-
setExternalInterface
-
getInternalId
-
setInternalId
-
getUniqueId
-
setUniqueId
-
getProviderId
-
setProviderId
-
getExternalType
-
setExternalType
-
getIacId
-
setIacId
-
getRawData
-
setRawData
-
getEnabled
-
setEnabled
-
getVisible
-
setVisible
-
getSyncSource
-
setSyncSource
-
getRouteTable
-
setRouteTable
-
getStatus
-
setStatus
-
getEditable
-
setEditable
-
getDeletable
-
setDeletable
-