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 enumstatic enum -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Booleanprotected Stringprotected Userprotected Dateprotected Stringprotected Stringprotected NetworkDomainprotected Stringprotected Dateprotected NetworkFloatingIpPoolRangeprotected NetworkFloatingIpPoolprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Dateprotected Stringprotected Longprotected Stringprotected Dateprotected Booleanprotected Stringprotected LongFields inherited from class com.morpheusdata.model.projection.NetworkFloatingIpIdentityProjection
externalId, ipAddressFields inherited from class com.morpheusdata.model.MorpheusModel
config, id -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetFqdn()getPtrId()getRefId()voidvoidsetCategory(String category) voidsetCreatedBy(User createdBy) voidsetDateCreated(Date dateCreated) voidsetDescription(String description) voidsetDnsServer(String dnsServer) voidsetDomain(NetworkDomain domain) voidsetDomainName(String domainName) voidsetEndDate(Date endDate) voidsetFloatingIpPoolRange(NetworkFloatingIpPoolRange floatingIpPoolRange) voidsetFloatingPool(NetworkFloatingIpPool floatingPool) voidvoidsetGatewayAddress(String gatewayAddress) voidsetHostName(String hostName) voidsetInterfaceName(String interfaceName) voidsetInternalId(String internalId) voidsetIpStatus(String ipStatus) voidvoidsetLastUpdated(Date lastUpdated) voidvoidvoidsetRefType(String refType) voidsetStartDate(Date startDate) voidsetStaticIp(Boolean staticIp) voidsetSubnetMask(String subnetMask) voidsetSubRefId(Long subRefId) Methods inherited from class com.morpheusdata.model.projection.NetworkFloatingIpIdentityProjection
getExternalId, getIpAddress, setExternalId, setIpAddressMethods inherited from class com.morpheusdata.model.projection.MorpheusIdentityModel
getIdentityPropertiesMethods 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
-