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 Boolean
protected Integer
protected Date
protected String
protected String
protected String
protected NetworkFloatingIpPool
protected String
protected Date
protected String
Fields inherited from class com.morpheusdata.model.MorpheusModel
config, id
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
setAddressCount
(Integer addressCount) void
setDateCreated
(Date dateCreated) void
setDescription
(String description) void
setEndAddress
(String endAddress) void
setExternalId
(String externalId) void
setFloatingIpPool
(NetworkFloatingIpPool floatingIpPool) void
setInternalId
(String internalId) void
setLastUpdated
(Date lastUpdated) void
setStartAddress
(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
-