Package | Description |
---|---|
com.oracle.bmc.resourcemanager.model |
Modifier and Type | Class and Description |
---|---|
class |
ZipUploadConfigSource
File path to the location of the zip file that contains the Terraform configuration.
|
Modifier and Type | Method and Description |
---|---|
ConfigSource |
Stack.getConfigSource()
Specifies the
configSourceType for uploading the Terraform configuration. |
Modifier and Type | Method and Description |
---|---|
Stack.Builder |
Stack.Builder.configSource(ConfigSource configSource) |
Constructor and Description |
---|
Stack(String id,
String compartmentId,
String displayName,
String description,
Date timeCreated,
Stack.LifecycleState lifecycleState,
ConfigSource configSource,
Map<String,String> variables,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Copyright © 2016–2019. All rights reserved.