CatalogParResultConfig

class oci.fleet_apps_management.models.CatalogParResultConfig(**kwargs)

Bases: oci.fleet_apps_management.models.catalog_result_payload.CatalogResultPayload

Catalog par 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
config_result_type [Required] Gets the config_result_type of this CatalogResultPayload.
package_url Gets the package_url of this CatalogParResultConfig.
time_expires Gets the time_expires of this CatalogParResultConfig.
working_directory Gets the working_directory of this CatalogResultPayload.

Methods

__init__(**kwargs) Initializes a new CatalogParResultConfig 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 CatalogParResultConfig object with values from keyword arguments. The default value of the config_result_type attribute of this class is PAR_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 CatalogParResultConfig. 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 CatalogParResultConfig.
  • package_url (str) – The value to assign to the package_url property of this CatalogParResultConfig.
  • time_expires (datetime) – The value to assign to the time_expires property of this CatalogParResultConfig.
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
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.

package_url

Gets the package_url of this CatalogParResultConfig. package url

Returns:The package_url of this CatalogParResultConfig.
Return type:str
time_expires

Gets the time_expires of this CatalogParResultConfig. The date and time expires, in the format defined by RFC 3339.

Example: 2016-08-25T21:10:29.600Z

Returns:The time_expires of this CatalogParResultConfig.
Return type:datetime
working_directory

Gets the working_directory of this CatalogResultPayload. working directory

Returns:The working_directory of this CatalogResultPayload.
Return type:str