CatalogGitSourceConfig¶
-
class
oci.fleet_apps_management.models.CatalogGitSourceConfig(**kwargs)¶ Bases:
oci.fleet_apps_management.models.catalog_source_payload.CatalogSourcePayloadCatalog GIT result config.
Methods
__init__(**kwargs)Initializes a new CatalogGitSourceConfig 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
branch_nameGets the branch_name of this CatalogGitSourceConfig. config_source_type[Required] Gets the config_source_type of this CatalogSourcePayload. configuration_source_provider_idGets the configuration_source_provider_id of this CatalogGitSourceConfig. repository_urlGets the repository_url of this CatalogGitSourceConfig. working_directoryGets the working_directory of this CatalogSourcePayload. -
__init__(**kwargs)¶ Initializes a new CatalogGitSourceConfig object with values from keyword arguments. The default value of the
config_source_typeattribute of this class isGIT_CATALOG_SOURCEand it should not be changed. 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 CatalogGitSourceConfig.
- working_directory (str) – The value to assign to the working_directory property of this CatalogGitSourceConfig.
- branch_name (str) – The value to assign to the branch_name property of this CatalogGitSourceConfig.
- configuration_source_provider_id (str) – The value to assign to the configuration_source_provider_id property of this CatalogGitSourceConfig.
- repository_url (str) – The value to assign to the repository_url property of this CatalogGitSourceConfig.
-
branch_name¶ Gets the branch_name of this CatalogGitSourceConfig. branch Name
Returns: The branch_name of this CatalogGitSourceConfig. Return type: str
-
config_source_type¶ [Required] Gets the config_source_type of this CatalogSourcePayload. config source type.
Returns: The config_source_type of this CatalogSourcePayload. Return type: str
-
configuration_source_provider_id¶ Gets the configuration_source_provider_id of this CatalogGitSourceConfig. configuration Source Provider OCID
Returns: The configuration_source_provider_id of this CatalogGitSourceConfig. 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.
-
repository_url¶ Gets the repository_url of this CatalogGitSourceConfig. repository Url
Returns: The repository_url of this CatalogGitSourceConfig. Return type: str
-
working_directory¶ Gets the working_directory of this CatalogSourcePayload. File path to the directory to use for running Terraform. If not specified, the root directory is used.
Returns: The working_directory of this CatalogSourcePayload. Return type: str
-