Package com.morpheusdata.model
Class NetworkGroup
java.lang.Object
com.morpheusdata.model.MorpheusModel
com.morpheusdata.model.projection.MorpheusIdentityModel
com.morpheusdata.model.NetworkBase
com.morpheusdata.model.NetworkGroup
- All Implemented Interfaces:
Serializable
Represents a network group. Network Groups are a collection of both
Network and NetworkSubnet options
for use during provisioning of a workload. They are used to scope the provisioning request to a list of default
options that can be provisioned to in a round-robin ordering. Most commonly used in public cloud availability zones.- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected ArrayList<NetworkSubnet>Fields inherited from class com.morpheusdata.model.MorpheusModel
config, id -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()voidsetDescription(String description) voidvoidsetNetworks(ArrayList<Network> networks) voidsetSubnets(ArrayList<NetworkSubnet> subnets) Methods 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
-
name
-
description
-
networks
-
subnets
-
-
Constructor Details
-
NetworkGroup
public NetworkGroup()
-
-
Method Details
-
getName
-
setName
-
getDescription
-
setDescription
-
getNetworks
-
setNetworks
-
getSubnets
-
setSubnets
-