Package | Description |
---|---|
com.oracle.bmc.resourcemanager.model |
Modifier and Type | Class and Description |
---|---|
class |
TemplateZipUploadConfigSource
Metadata about the zip file containing the Terraform configuration for the template.
|
Modifier and Type | Method and Description |
---|---|
TemplateConfigSource |
Template.getTemplateConfigSource() |
Modifier and Type | Method and Description |
---|---|
Template.Builder |
Template.Builder.templateConfigSource(TemplateConfigSource templateConfigSource) |
Constructor and 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.
|
Copyright © 2016–2024. All rights reserved.