Enum Class SoftwareServerTemplateDefinition
java.lang.Object
java.lang.Enum<SoftwareServerTemplateDefinition>
org.odpi.openmetadata.archiveutilities.openconnectors.SoftwareServerTemplateDefinition
- All Implemented Interfaces:
Serializable
,Comparable<SoftwareServerTemplateDefinition>
,Constable
,TemplateDefinition
public enum SoftwareServerTemplateDefinition
extends Enum<SoftwareServerTemplateDefinition>
implements TemplateDefinition
A description of the default software server templates.
The template consists of a SoftwareServer asset linked to a software capability, plus a connection, linked
to the supplied connector type and an endpoint,
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturn the configuration properties for the connection.Return the connector type GUID for the connection.Get identifier of content pack where this template should be located.Return the supported deployed implementation for this template.Return the endpoint address.Return the list of placeholders supported by this template.Return the unique name to use in the template.Return the list of attributes that should be supplied by the caller using this template.Return the optional secrets store connector provider for the server.Return the location of the secrets store.Return the purpose of the secrets store.Return the server description.Return the name of the server.Return the name for the associated capability.Return the type of associated capability.Return the description to go in the template classification.Return the unique identifier of the template.Return the name to go in the template classification.Return the version identifier for the template classification.Return the user id for tha connection.toString()
JSON-style toStringReturns the enum constant of this class with the specified name.static SoftwareServerTemplateDefinition[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
POSTGRES_SERVER_TEMPLATE
-
APACHE_ATLAS_TEMPLATE
-
UNITY_CATALOG_SERVER_TEMPLATE
-
DATABRICKS_UC_SERVER_TEMPLATE
-
KAFKA_SERVER_TEMPLATE
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
getTemplateGUID
Return the unique identifier of the template.- Specified by:
getTemplateGUID
in interfaceTemplateDefinition
- Returns:
- name
-
getQualifiedName
Return the unique name to use in the template.- Returns:
- string
-
getTemplateName
Return the name to go in the template classification.- Specified by:
getTemplateName
in interfaceTemplateDefinition
- Returns:
- string
-
getTemplateDescription
Return the description to go in the template classification.- Specified by:
getTemplateDescription
in interfaceTemplateDefinition
- Returns:
- string
-
getTemplateVersionIdentifier
Return the version identifier for the template classification.- Specified by:
getTemplateVersionIdentifier
in interfaceTemplateDefinition
- Returns:
- string
-
getDeployedImplementationType
Return the supported deployed implementation for this template.- Specified by:
getDeployedImplementationType
in interfaceTemplateDefinition
- Returns:
- enum
-
getSoftwareCapabilityType
Return the type of associated capability.- Returns:
- enum
-
getSoftwareCapabilityName
Return the name for the associated capability.- Returns:
- string
-
getServerName
Return the name of the server.- Returns:
- string
-
getServerDescription
Return the server description.- Returns:
- string
-
getUserId
Return the user id for tha connection.- Returns:
- string
-
getConnectorTypeGUID
Return the connector type GUID for the connection.- Returns:
- string
-
getNetworkAddress
Return the endpoint address.- Returns:
- string
-
getConfigurationProperties
Return the configuration properties for the connection.- Returns:
- map
-
getSecretsStorePurpose
Return the purpose of the secrets store.- Returns:
- name
-
getSecretsStoreConnectorTypeGUID
Return the optional secrets store connector provider for the server.- Returns:
- connector provider
-
getSecretsStoreFileName
Return the location of the secrets store.- Returns:
- path name of file
-
getPlaceholders
Return the list of placeholders supported by this template.- Specified by:
getPlaceholders
in interfaceTemplateDefinition
- Returns:
- list of placeholder types
-
getReplacementAttributes
Return the list of attributes that should be supplied by the caller using this template.- Specified by:
getReplacementAttributes
in interfaceTemplateDefinition
- Returns:
- list of replacement attributes
-
getContentPackDefinition
Get identifier of content pack where this template should be located.- Returns:
- content pack definition
-
toString
JSON-style toString- Overrides:
toString
in classEnum<SoftwareServerTemplateDefinition>
- Returns:
- return string containing the property names and values
-