CatalogGitResultConfig¶
-
class
oci.fleet_apps_management.models.
CatalogGitResultConfig
(**kwargs)¶ Bases:
oci.fleet_apps_management.models.catalog_result_payload.CatalogResultPayload
Catalog GIT result config.
Attributes
CONFIG_RESULT_TYPE_GIT_RESULT_CONFIG
str(object=’’) -> str CONFIG_RESULT_TYPE_PAR_RESULT_CONFIG
str(object=’’) -> str CONFIG_RESULT_TYPE_TEMPLATE_RESULT_CONFIG
str(object=’’) -> str branch_name
Gets the branch_name of this CatalogGitResultConfig. config_result_type
[Required] Gets the config_result_type of this CatalogResultPayload. configuration_source_provider_id
Gets the configuration_source_provider_id of this CatalogGitResultConfig. repository_url
Gets the repository_url of this CatalogGitResultConfig. working_directory
Gets the working_directory of this CatalogResultPayload. Methods
__init__
(**kwargs)Initializes a new CatalogGitResultConfig 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. -
CONFIG_RESULT_TYPE_GIT_RESULT_CONFIG
= 'GIT_RESULT_CONFIG'¶
-
CONFIG_RESULT_TYPE_PAR_RESULT_CONFIG
= 'PAR_RESULT_CONFIG'¶
-
CONFIG_RESULT_TYPE_TEMPLATE_RESULT_CONFIG
= 'TEMPLATE_RESULT_CONFIG'¶
-
__init__
(**kwargs)¶ Initializes a new CatalogGitResultConfig object with values from keyword arguments. The default value of the
config_result_type
attribute of this class isGIT_RESULT_CONFIG
and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):Parameters: - config_result_type (str) – The value to assign to the config_result_type property of this CatalogGitResultConfig. Allowed values for this property are: “PAR_RESULT_CONFIG”, “TEMPLATE_RESULT_CONFIG”, “GIT_RESULT_CONFIG”
- working_directory (str) – The value to assign to the working_directory property of this CatalogGitResultConfig.
- branch_name (str) – The value to assign to the branch_name property of this CatalogGitResultConfig.
- configuration_source_provider_id (str) – The value to assign to the configuration_source_provider_id property of this CatalogGitResultConfig.
- repository_url (str) – The value to assign to the repository_url property of this CatalogGitResultConfig.
-
branch_name
¶ Gets the branch_name of this CatalogGitResultConfig. branch Name
Returns: The branch_name of this CatalogGitResultConfig. Return type: str
-
config_result_type
¶ [Required] Gets the config_result_type of this CatalogResultPayload. config result type.
Allowed values for this property are: “PAR_RESULT_CONFIG”, “TEMPLATE_RESULT_CONFIG”, “GIT_RESULT_CONFIG”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The config_result_type of this CatalogResultPayload. Return type: str
-
configuration_source_provider_id
¶ Gets the configuration_source_provider_id of this CatalogGitResultConfig. configuration Source Provider OCID
Returns: The configuration_source_provider_id of this CatalogGitResultConfig. 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 CatalogGitResultConfig. repository Url
Returns: The repository_url of this CatalogGitResultConfig. Return type: str
-
working_directory
¶ Gets the working_directory of this CatalogResultPayload. working directory
Returns: The working_directory of this CatalogResultPayload. Return type: str
-