Package com.morpheusdata.model
Class NetworkRoute
java.lang.Object
com.morpheusdata.model.MorpheusModel
com.morpheusdata.model.projection.NetworkRouteIdentityProjection
com.morpheusdata.model.NetworkRoute
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Booleanprotected Booleanprotected Stringprotected Stringprotected Stringprotected Booleanprotected Booleanprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Integerprotected Integerprotected Stringprotected Stringprotected NetworkRouteTableprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected BooleanFields inherited from class com.morpheusdata.model.projection.NetworkRouteIdentityProjection
externalId, refId, refTypeFields inherited from class com.morpheusdata.model.MorpheusModel
config, id -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCode()getIacId()getName()voidsetCategory(String category) voidvoidsetDefaultRoute(Boolean defaultRoute) voidsetDeletable(Boolean deletable) voidsetDescription(String description) voidsetDestination(String destination) voidsetDestinationType(String destinationType) voidsetEditable(Boolean editable) voidsetEnabled(Boolean enabled) voidsetExternalInterface(String externalInterface) voidsetExternalType(String externalType) voidvoidsetInternalId(String internalId) voidvoidsetNetworkMtu(Integer networkMtu) voidsetPriority(Integer priority) voidsetProviderId(String providerId) voidsetRawData(String rawData) voidsetRouteTable(NetworkRouteTable routeTable) voidsetRouteType(String routeType) voidvoidsetSourceType(String sourceType) voidvoidsetSyncSource(String syncSource) voidsetUniqueId(String uniqueId) voidsetVisible(Boolean visible) Methods inherited from class com.morpheusdata.model.projection.NetworkRouteIdentityProjection
getExternalId, getRefId, getRefType, setExternalId, setRefId, setRefTypeMethods 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
-