Uses of Class
com.oracle.bmc.resourcemanager.model.TemplateConfigSource
-
Packages that use TemplateConfigSource Package Description com.oracle.bmc.resourcemanager.model -
-
Uses of TemplateConfigSource in com.oracle.bmc.resourcemanager.model
Subclasses of TemplateConfigSource in com.oracle.bmc.resourcemanager.model Modifier and Type Class Description class
TemplateZipUploadConfigSource
Metadata about the zip file containing the Terraform configuration for the template.Methods in com.oracle.bmc.resourcemanager.model that return TemplateConfigSource Modifier and Type Method Description TemplateConfigSource
Template. getTemplateConfigSource()
Methods in com.oracle.bmc.resourcemanager.model with parameters of type TemplateConfigSource Modifier and Type Method Description Template.Builder
Template.Builder. templateConfigSource(TemplateConfigSource templateConfigSource)
Constructors in com.oracle.bmc.resourcemanager.model with parameters of type TemplateConfigSource Constructor Description Template(String id, String compartmentId, String categoryId, String displayName, String description, String longDescription, Boolean isFreeTier, Date timeCreated, TemplateConfigSource templateConfigSource, Template.LifecycleState lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.
-