Package | Description |
---|---|
com.oracle.bmc.resourcemanager.model |
Modifier and Type | Class and Description |
---|---|
class |
UpdateBitbucketCloudConfigSourceDetails
Update details for a Bitbucket Cloud configuration source.
|
class |
UpdateBitbucketServerConfigSourceDetails
Update details for a Bitbucket Server configuration source.
|
class |
UpdateDevOpsConfigSourceDetails
Update details for a DevOps
configuration source.
|
class |
UpdateGitConfigSourceDetails
Update details for a Git configuration source.
|
class |
UpdateObjectStorageConfigSourceDetails
Update details for an Object Storage bucket that contains Terraform configuration files.
|
class |
UpdateZipUploadConfigSourceDetails
Update details for a Terraform configuration zip file.
|
Modifier and Type | Method and Description |
---|---|
UpdateConfigSourceDetails |
UpdateStackDetails.getConfigSource() |
Modifier and Type | Method and Description |
---|---|
UpdateStackDetails.Builder |
UpdateStackDetails.Builder.configSource(UpdateConfigSourceDetails configSource) |
Constructor and Description |
---|
UpdateStackDetails(String displayName,
String description,
UpdateConfigSourceDetails configSource,
CustomTerraformProvider customTerraformProvider,
Boolean isThirdPartyProviderExperienceEnabled,
Map<String,String> variables,
String terraformVersion,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.