Class TemplateMetaData

  • All Implemented Interfaces:
    com.ibm.cloud.sdk.core.service.model.ObjectModel

    public class TemplateMetaData
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    Template-related metadata.
    • Method Detail

      • services

        public java.util.List<java.lang.String> services()
        Gets the services. List of required offering or plan IDs.
        Returns:
        the services
      • defaultMemory

        public java.lang.Long defaultMemory()
        Gets the defaultMemory. Cloud Foundry instance memory value.
        Returns:
        the defaultMemory
      • startCmd

        public java.lang.String startCmd()
        Gets the startCmd. Command used to start a service.
        Returns:
        the startCmd
      • source

        public SourceMetaData source()
        Gets the source. Location of your applications source files.
        Returns:
        the source
      • runtimeCatalogId

        public java.lang.String runtimeCatalogId()
        Gets the runtimeCatalogId. ID of the runtime.
        Returns:
        the runtimeCatalogId
      • cfRuntimeId

        public java.lang.String cfRuntimeId()
        Gets the cfRuntimeId. ID of the Cloud Foundry runtime.
        Returns:
        the cfRuntimeId
      • templateId

        public java.lang.String templateId()
        Gets the templateId. ID of the boilerplate or template.
        Returns:
        the templateId
      • executableFile

        public java.lang.String executableFile()
        Gets the executableFile. File path to the executable file for the template.
        Returns:
        the executableFile
      • buildpack

        public java.lang.String buildpack()
        Gets the buildpack. ID of the buildpack used by the template.
        Returns:
        the buildpack
      • environmentVariables

        public java.util.Map<java.lang.String,​java.lang.String> environmentVariables()
        Gets the environmentVariables. Environment variables (key/value pairs) for the template.
        Returns:
        the environmentVariables