Class TemplateMetaData
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.global_catalog.v1.model.TemplateMetaData
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class TemplateMetaData extends com.ibm.cloud.sdk.core.service.model.GenericModelTemplate-related metadata.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTemplateMetaData.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringbuildpack()Gets the buildpack.java.lang.StringcfRuntimeId()Gets the cfRuntimeId.java.lang.LongdefaultMemory()Gets the defaultMemory.java.util.Map<java.lang.String,java.lang.String>environmentVariables()Gets the environmentVariables.java.lang.StringexecutableFile()Gets the executableFile.TemplateMetaData.BuildernewBuilder()New builder.java.lang.StringruntimeCatalogId()Gets the runtimeCatalogId.java.util.List<java.lang.String>services()Gets the services.SourceMetaDatasource()Gets the source.java.lang.StringstartCmd()Gets the startCmd.java.lang.StringtemplateId()Gets the templateId.
-
-
-
Method Detail
-
newBuilder
public TemplateMetaData.Builder newBuilder()
New builder.- Returns:
- a TemplateMetaData builder
-
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
-
-