Package com.morpheusdata.model
Class AccountIntegrationType
java.lang.Object
com.morpheusdata.model.MorpheusModel
com.morpheusdata.model.AccountIntegrationType
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
protected AccountIntegrationType.AssociationType
protected AccountIntegrationType.AssociationType
protected String
protected String
protected Boolean
protected AccountIntegrationType.AssociationType
protected Boolean
protected Boolean
protected Boolean
protected Boolean
protected String
protected String
protected List<OptionType>
protected String
Fields inherited from class com.morpheusdata.model.MorpheusModel
config, id
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCode()
getHasCM()
getName()
void
setCategory
(String category) void
setCloudAssociationType
(AccountIntegrationType.AssociationType cloudAssociationType) void
setClusterAssociationType
(AccountIntegrationType.AssociationType clusterAssociationType) void
void
setDescription
(String description) void
setEnabled
(Boolean enabled) void
setGroupAssociationType
(AccountIntegrationType.AssociationType groupAssociationType) void
setHasApprovals
(Boolean hasApprovals) void
void
setHasCMDB
(Boolean hasCMDB) void
void
setIntegrationService
(String integrationService) void
void
setOptionTypes
(List<OptionType> optionTypes) void
setViewSet
(String viewSet) 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
-
description
-
category
-
integrationService
-
enabled
-
viewSet
-
hasCMDB
-
hasCM
-
hasDNS
-
hasApprovals
-
cloudAssociationType
-
clusterAssociationType
-
groupAssociationType
-
optionTypes
-
-
Constructor Details
-
AccountIntegrationType
public AccountIntegrationType()
-
-
Method Details
-
getName
-
getCode
-
getDescription
-
getCategory
-
getIntegrationService
-
getEnabled
-
getViewSet
-
getHasCMDB
-
getHasCM
-
getHasDNS
-
getHasApprovals
-
getOptionTypes
-
setName
-
setCode
-
setDescription
-
setCategory
-
setIntegrationService
-
setEnabled
-
setViewSet
-
setHasCMDB
-
setHasCM
-
setHasDNS
-
setHasApprovals
-
setOptionTypes
-
getCloudAssociationType
-
setCloudAssociationType
-
getClusterAssociationType
-
setClusterAssociationType
public void setClusterAssociationType(AccountIntegrationType.AssociationType clusterAssociationType) -
getGroupAssociationType
-
setGroupAssociationType
-