UpdateConfigSourceDetails¶
-
class
oci.resource_manager.models.
UpdateConfigSourceDetails
(**kwargs)¶ Bases:
object
Updates the property details for the configuration source.
Methods
__init__
(**kwargs)Initializes a new UpdateConfigSourceDetails object with values from keyword arguments. get_subtype
(object_dictionary)Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. Attributes
config_source_type
[Required] Gets the config_source_type of this UpdateConfigSourceDetails. working_directory
Gets the working_directory of this UpdateConfigSourceDetails. -
__init__
(**kwargs)¶ Initializes a new UpdateConfigSourceDetails object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class:
UpdateGitConfigSourceDetails
UpdateObjectStorageConfigSourceDetails
UpdateZipUploadConfigSourceDetails
The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - config_source_type (str) – The value to assign to the config_source_type property of this UpdateConfigSourceDetails.
- working_directory (str) – The value to assign to the working_directory property of this UpdateConfigSourceDetails.
-
config_source_type
¶ [Required] Gets the config_source_type of this UpdateConfigSourceDetails. Specifies the configSourceType for uploading the Terraform configuration.
Returns: The config_source_type of this UpdateConfigSourceDetails. Return type: str
-
static
get_subtype
(object_dictionary)¶ Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
-
working_directory
¶ Gets the working_directory of this UpdateConfigSourceDetails. The path of the directory from which to run terraform. If not specified, the the root will be used. This parameter is ignored for the configSourceType value of COMPARTMENT_CONFIG_SOURCE.
Returns: The working_directory of this UpdateConfigSourceDetails. Return type: str
-