Package com.morpheusdata.model
Class ComputeServerInterfaceType
java.lang.Object
com.morpheusdata.model.MorpheusModel
com.morpheusdata.model.ComputeServerInterfaceType
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Booleanprotected List<ComputeServerInterfaceType>protected Stringprotected Booleanprotected Integerprotected Booleanprotected Stringprotected Booleanprotected Stringprotected BooleanFields inherited from class com.morpheusdata.model.MorpheusModel
config, id -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCode()getName()getVlan()voidvoidsetChildTypes(List<ComputeServerInterfaceType> childTypes) voidvoidsetDefaultType(Boolean defaultType) voidsetDisplayOrder(Integer displayOrder) voidsetEnabled(Boolean enabled) voidsetExternalId(String externalId) voidsetHasChildInterfaces(Boolean hasChildInterfaces) voidvoidMethods 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
-
externalId
-
code
-
displayOrder
-
defaultType
-
enabled
-
bonded
-
vlan
-
hasChildInterfaces
-
childTypes
-
-
Constructor Details
-
ComputeServerInterfaceType
public ComputeServerInterfaceType()
-
-
Method Details
-
getName
-
setName
-
getExternalId
-
setExternalId
-
getCode
-
setCode
-
getDisplayOrder
-
setDisplayOrder
-
getDefaultType
-
setDefaultType
-
getEnabled
-
setEnabled
-
getBonded
-
setBonded
-
getVlan
-
setVlan
-
getHasChildInterfaces
-
setHasChildInterfaces
-
getChildTypes
-
setChildTypes
-