Enum Class EgeriaSoftwareServerTemplateDefinition

java.lang.Object
java.lang.Enum<EgeriaSoftwareServerTemplateDefinition>
org.odpi.openmetadata.adapters.connectors.egeriainfrastructure.control.EgeriaSoftwareServerTemplateDefinition
All Implemented Interfaces:
Serializable, Comparable<EgeriaSoftwareServerTemplateDefinition>, Constable, TemplateDefinition

public enum EgeriaSoftwareServerTemplateDefinition extends Enum<EgeriaSoftwareServerTemplateDefinition> implements TemplateDefinition
A description of the default Egeria 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,
  • Enum Constant Details

  • Method Details

    • values

      public static EgeriaSoftwareServerTemplateDefinition[] 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

      public static EgeriaSoftwareServerTemplateDefinition valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • getOMAGServerPlaceholderPropertyTypes

      public static List<PlaceholderPropertyType> getOMAGServerPlaceholderPropertyTypes()
    • getViewServerPlaceholderPropertyTypes

      public static List<PlaceholderPropertyType> getViewServerPlaceholderPropertyTypes()
    • getTemplateGUID

      public String getTemplateGUID()
      Return the unique identifier of the template.
      Specified by:
      getTemplateGUID in interface TemplateDefinition
      Returns:
      name
    • getQualifiedName

      public String getQualifiedName()
      Return the unique name to use in the template.
      Returns:
      string
    • getTemplateName

      public String getTemplateName()
      Return the name to go in the template classification.
      Specified by:
      getTemplateName in interface TemplateDefinition
      Returns:
      string
    • getTemplateDescription

      public String getTemplateDescription()
      Return the description to go in the template classification.
      Specified by:
      getTemplateDescription in interface TemplateDefinition
      Returns:
      string
    • getTemplateVersionIdentifier

      public String getTemplateVersionIdentifier()
      Return the version identifier for the template classification.
      Specified by:
      getTemplateVersionIdentifier in interface TemplateDefinition
      Returns:
      string
    • getDeployedImplementationType

      public DeployedImplementationTypeDefinition getDeployedImplementationType()
      Return the supported deployed implementation for this template.
      Specified by:
      getDeployedImplementationType in interface TemplateDefinition
      Returns:
      enum
    • getSoftwareCapabilityType

      public DeployedImplementationTypeDefinition getSoftwareCapabilityType()
      Return the type of associated capability.
      Returns:
      enum
    • getSoftwareCapabilityName

      public String getSoftwareCapabilityName()
      Return the name for the associated capability.
      Returns:
      string
    • getServerName

      public String getServerName()
      Return the name of the server.
      Returns:
      string
    • getServerDescription

      public String getServerDescription()
      Return the server description.
      Returns:
      string
    • getUserId

      public String getUserId()
      Return the user id for tha connection.
      Returns:
      string
    • getConnectorTypeGUID

      public String getConnectorTypeGUID()
      Return the connector type GUID for the connection.
      Returns:
      string
    • getNetworkAddress

      public String getNetworkAddress()
      Return the endpoint address.
      Returns:
      string
    • getConfigurationProperties

      public Map<String,Object> getConfigurationProperties()
      Return the configuration properties for the connection.
      Returns:
      map
    • getSecretsStorePurpose

      public String getSecretsStorePurpose()
      Return the purpose of the secrets store.
      Returns:
      name
    • getSecretsStoreConnectorTypeGUID

      public String getSecretsStoreConnectorTypeGUID()
      Return the optional secrets store connector provider for the server.
      Returns:
      connector provider
    • getSecretsStoreFileName

      public String getSecretsStoreFileName()
      Return the location of the secrets store.
      Returns:
      path name of file
    • getPlaceholders

      public List<PlaceholderPropertyType> getPlaceholders()
      Return the list of placeholders supported by this template.
      Specified by:
      getPlaceholders in interface TemplateDefinition
      Returns:
      list of placeholder types
    • getReplacementAttributes

      public List<ReplacementAttributeType> getReplacementAttributes()
      Return the list of attributes that should be supplied by the caller using this template.
      Specified by:
      getReplacementAttributes in interface TemplateDefinition
      Returns:
      list of replacement attributes
    • toString

      public String toString()
      JSON-style toString
      Overrides:
      toString in class Enum<EgeriaSoftwareServerTemplateDefinition>
      Returns:
      return string containing the property names and values