Package com.morpheusdata.model
Class NetworkFloatingIpPoolRange
java.lang.Object
com.morpheusdata.model.MorpheusModel
com.morpheusdata.model.NetworkFloatingIpPoolRange
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Booleanprotected Integerprotected Dateprotected Stringprotected Stringprotected Stringprotected NetworkFloatingIpPoolprotected Stringprotected Dateprotected StringFields inherited from class com.morpheusdata.model.MorpheusModel
config, id -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidsetAddressCount(Integer addressCount) voidsetDateCreated(Date dateCreated) voidsetDescription(String description) voidsetEndAddress(String endAddress) voidsetExternalId(String externalId) voidsetFloatingIpPool(NetworkFloatingIpPool floatingIpPool) voidsetInternalId(String internalId) voidsetLastUpdated(Date lastUpdated) voidsetStartAddress(String startAddress) 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
-
floatingIpPool
-
startAddress
-
endAddress
-
internalId
-
externalId
-
description
-
addressCount
-
active
-
dateCreated
-
lastUpdated
-
-
Constructor Details
-
NetworkFloatingIpPoolRange
public NetworkFloatingIpPoolRange()
-
-
Method Details
-
getFloatingIpPool
-
setFloatingIpPool
-
getStartAddress
-
setStartAddress
-
getEndAddress
-
setEndAddress
-
getInternalId
-
setInternalId
-
getExternalId
-
setExternalId
-
getDescription
-
setDescription
-
getAddressCount
-
setAddressCount
-
getActive
-
setActive
-
getDateCreated
-
setDateCreated
-
getLastUpdated
-
setLastUpdated
-