Uses of Class
com.oracle.bmc.resourcemanager.model.ConfigSource
-
Packages that use ConfigSource Package Description com.oracle.bmc.resourcemanager.model -
-
Uses of ConfigSource in com.oracle.bmc.resourcemanager.model
Subclasses of ConfigSource in com.oracle.bmc.resourcemanager.model Modifier and Type Class 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.Methods in com.oracle.bmc.resourcemanager.model that return ConfigSource Modifier and Type Method Description ConfigSource
Stack. getConfigSource()
Methods in com.oracle.bmc.resourcemanager.model with parameters of type ConfigSource Modifier and Type Method Description Stack.Builder
Stack.Builder. configSource(ConfigSource configSource)
Constructors in com.oracle.bmc.resourcemanager.model with parameters of type ConfigSource Constructor 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.
-