CreateConfigSourceDetails¶
-
class
oci.resource_manager.models.
CreateConfigSourceDetails
(**kwargs)¶ Bases:
object
Property details for the configuration source.
-
__init__
(**kwargs)¶ Initializes a new CreateConfigSourceDetails 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:
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 CreateConfigSourceDetails.
- working_directory (str) -- The value to assign to the working_directory property of this CreateConfigSourceDetails.
-
config_source_type
¶ [Required] Gets the config_source_type of this CreateConfigSourceDetails. Specifies the configSourceType for uploading the Terraform configuration. Presently, the .zip file type (ZIP_UPLOAD) is the only supported configSourceType.
Returns: The config_source_type of this CreateConfigSourceDetails. 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 CreateConfigSourceDetails. File path to the directory from which Terraform runs. If not specified, the root directory is used.
Returns: The working_directory of this CreateConfigSourceDetails. Return type: str
-