Package com.morpheusdata.model
Class NetworkSwitchType
java.lang.Object
com.morpheusdata.model.MorpheusModel
com.morpheusdata.model.NetworkSwitchType
- All Implemented Interfaces:
Serializable
NetworkProvider
can support the concept of network switches. This class is
a configuration object for what these switches can support and/or how they are created.- Since:
- 1.2.6
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
protected String
protected Boolean
protected Boolean
protected String
protected String
protected String
protected Boolean
Fields inherited from class com.morpheusdata.model.MorpheusModel
config, id
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCode()
getName()
void
setCategory
(String category) void
void
setCreatable
(Boolean creatable) void
setDeletable
(Boolean deletable) void
setDescription
(String description) void
setExternalType
(String externalType) void
void
setNameEditable
(Boolean nameEditable) void
setOptionTypes
(List<OptionType> optionTypes) 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
-
name
-
code
-
category
-
description
-
externalType
-
creatable
-
nameEditable
-
deletable
-
-
Constructor Details
-
NetworkSwitchType
public NetworkSwitchType()
-
-
Method Details
-
getName
-
setName
-
getCode
-
setCode
-
getCategory
-
setCategory
-
getDescription
-
setDescription
-
getExternalType
-
setExternalType
-
getCreatable
-
setCreatable
-
getNameEditable
-
setNameEditable
-
getDeletable
-
setDeletable
-
getOptionTypes
-
setOptionTypes
-