Package com.morpheusdata.model
Class NetworkFloatingIp
java.lang.Object
com.morpheusdata.model.MorpheusModel
com.morpheusdata.model.projection.MorpheusIdentityModel
com.morpheusdata.model.projection.NetworkFloatingIpIdentityProjection
com.morpheusdata.model.NetworkFloatingIp
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
static enum
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Boolean
protected String
protected User
protected Date
protected String
protected String
protected NetworkDomain
protected String
protected Date
protected NetworkFloatingIpPoolRange
protected NetworkFloatingIpPool
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected Date
protected String
protected Long
protected String
protected Date
protected Boolean
protected String
protected Long
Fields inherited from class com.morpheusdata.model.projection.NetworkFloatingIpIdentityProjection
externalId, ipAddress
Fields inherited from class com.morpheusdata.model.MorpheusModel
config, id
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetFqdn()
getPtrId()
getRefId()
void
void
setCategory
(String category) void
setCreatedBy
(User createdBy) void
setDateCreated
(Date dateCreated) void
setDescription
(String description) void
setDnsServer
(String dnsServer) void
setDomain
(NetworkDomain domain) void
setDomainName
(String domainName) void
setEndDate
(Date endDate) void
setFloatingIpPoolRange
(NetworkFloatingIpPoolRange floatingIpPoolRange) void
setFloatingPool
(NetworkFloatingIpPool floatingPool) void
void
setGatewayAddress
(String gatewayAddress) void
setHostName
(String hostName) void
setInterfaceName
(String interfaceName) void
setInternalId
(String internalId) void
setIpStatus
(String ipStatus) void
void
setLastUpdated
(Date lastUpdated) void
void
void
setRefType
(String refType) void
setStartDate
(Date startDate) void
setStaticIp
(Boolean staticIp) void
setSubnetMask
(String subnetMask) void
setSubRefId
(Long subRefId) Methods inherited from class com.morpheusdata.model.projection.NetworkFloatingIpIdentityProjection
getExternalId, getIpAddress, setExternalId, setIpAddress
Methods inherited from class com.morpheusdata.model.projection.MorpheusIdentityModel
getIdentityProperties
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
-
floatingPool
-
floatingIpPoolRange
-
ipType
-
ipStatus
-
gatewayAddress
-
subnetMask
-
dnsServer
-
interfaceName
-
description
-
active
-
staticIp
-
fqdn
-
domainName
-
hostName
-
internalId
-
ptrId
-
startDate
-
endDate
-
refType
-
refId
-
subRefId
-
domain
-
createdBy
-
dateCreated
-
lastUpdated
-
category
-
-
Constructor Details
-
NetworkFloatingIp
public NetworkFloatingIp()
-
-
Method Details
-
getFloatingPool
-
setFloatingPool
-
getFloatingIpPoolRange
-
setFloatingIpPoolRange
-
getIpType
-
setIpType
-
getIpStatus
-
setIpStatus
-
getGatewayAddress
-
setGatewayAddress
-
getSubnetMask
-
setSubnetMask
-
getDnsServer
-
setDnsServer
-
getInterfaceName
-
setInterfaceName
-
getDescription
-
setDescription
-
getActive
-
setActive
-
getStaticIp
-
setStaticIp
-
getFqdn
-
setFqdn
-
getDomainName
-
setDomainName
-
getHostName
-
setHostName
-
getInternalId
-
setInternalId
-
getPtrId
-
setPtrId
-
getStartDate
-
setStartDate
-
getEndDate
-
setEndDate
-
getRefType
-
setRefType
-
getRefId
-
setRefId
-
getSubRefId
-
setSubRefId
-
getDomain
-
setDomain
-
getCreatedBy
-
setCreatedBy
-
getDateCreated
-
setDateCreated
-
getLastUpdated
-
setLastUpdated
-
getCategory
-
setCategory
-