Package com.morpheusdata.model
Class NetworkLocation
java.lang.Object
com.morpheusdata.model.MorpheusModel
com.morpheusdata.model.projection.MorpheusIdentityModel
com.morpheusdata.model.projection.NetworkLocationIdentityProjection
com.morpheusdata.model.NetworkLocation
- All Implemented Interfaces:
Serializable
Represents a Network Location, which defines geographic or logical locations associated with networks and cloud resources.
Network Locations can be used to organize networks by region, datacenter, or other logical groupings.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Accountprotected Networkprotected Longprotected Stringprotected StringFields inherited from class com.morpheusdata.model.projection.NetworkLocationIdentityProjection
externalIdFields inherited from class com.morpheusdata.model.MorpheusModel
config, id -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetRefId()voidsetAccount(Account account) voidsetNetwork(Network network) voidvoidsetRefType(String refType) voidsetRefUUID(String refUUID) Methods inherited from class com.morpheusdata.model.projection.NetworkLocationIdentityProjection
getExternalId, setExternalIdMethods 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
-
account
-
refType
-
refId
-
refUUID
-
network
-
-
Constructor Details
-
NetworkLocation
public NetworkLocation()
-
-
Method Details
-
getAccount
-
setAccount
-
getRefType
-
setRefType
-
getRefId
-
setRefId
-
getRefUUID
-
setRefUUID
-
getNetwork
-
setNetwork
-