Uses of Enum Class
com.morpheusdata.model.AccountIntegrationType.AssociationType
Packages that use AccountIntegrationType.AssociationType
-
Uses of AccountIntegrationType.AssociationType in com.morpheusdata.core.providers
Methods in com.morpheusdata.core.providers that return AccountIntegrationType.AssociationTypeModifier and TypeMethodDescriptionGenericIntegrationProvider.getCloudAssociationType()Specify if this type of integration can be selectively associated with a cloud on the clouds advanced optionsGenericIntegrationProvider.getClusterAssociationType()Specify if this type of integration can be selectively associated with a cluster on the clusters advanced optionsGenericIntegrationProvider.getGroupAssociationType()Specify if this type of integration can be selectively associated with a group on the groups advanced options -
Uses of AccountIntegrationType.AssociationType in com.morpheusdata.model
Fields in com.morpheusdata.model declared as AccountIntegrationType.AssociationTypeModifier and TypeFieldDescriptionprotected AccountIntegrationType.AssociationTypeAccountIntegrationType.cloudAssociationTypeprotected AccountIntegrationType.AssociationTypeAccountIntegrationType.clusterAssociationTypeprotected AccountIntegrationType.AssociationTypeAccountIntegrationType.groupAssociationTypeMethods in com.morpheusdata.model that return AccountIntegrationType.AssociationTypeModifier and TypeMethodDescriptionAccountIntegrationType.getCloudAssociationType()AccountIntegrationType.getClusterAssociationType()AccountIntegrationType.getGroupAssociationType()Returns the enum constant of this class with the specified name.AccountIntegrationType.AssociationType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.morpheusdata.model with parameters of type AccountIntegrationType.AssociationTypeModifier and TypeMethodDescriptionvoidAccountIntegrationType.setCloudAssociationType(AccountIntegrationType.AssociationType cloudAssociationType) voidAccountIntegrationType.setClusterAssociationType(AccountIntegrationType.AssociationType clusterAssociationType) voidAccountIntegrationType.setGroupAssociationType(AccountIntegrationType.AssociationType groupAssociationType)