Package | Description |
---|---|
com.oracle.bmc.resourcemanager.model |
Modifier and Type | Class and Description |
---|---|
class |
BitbucketCloudConfigSource
Metadata about the Bitbucket Cloud configuration source.
|
class |
BitbucketServerConfigSource
Metadata about the Bitbucket Server configuration source.
|
class |
CompartmentConfigSource
Compartment to use for creating the stack.
|
class |
DevOpsConfigSource
Metadata about the DevOps
configuration source.
|
class |
GitConfigSource
Metadata about the Git configuration source.
|
class |
ObjectStorageConfigSource
Metadata about the Object Storage configuration source.
|
class |
ZipUploadConfigSource
Metadata about the zip file containing the Terraform configuration.
|
Modifier and Type | Method and Description |
---|---|
ConfigSource |
Stack.getConfigSource() |
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,
CustomTerraformProvider customTerraformProvider,
Boolean isThirdPartyProviderExperienceEnabled,
Map<String,String> variables,
String terraformVersion,
Stack.StackDriftStatus stackDriftStatus,
Date timeDriftLastChecked,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.