CatalogResultPayload¶
-
class
oci.fleet_apps_management.models.CatalogResultPayload(**kwargs)¶ Bases:
objectCatalog result payload.
Attributes
CONFIG_RESULT_TYPE_GIT_RESULT_CONFIGA constant which can be used with the config_result_type property of a CatalogResultPayload. CONFIG_RESULT_TYPE_PAR_RESULT_CONFIGA constant which can be used with the config_result_type property of a CatalogResultPayload. CONFIG_RESULT_TYPE_TEMPLATE_RESULT_CONFIGA constant which can be used with the config_result_type property of a CatalogResultPayload. config_result_type[Required] Gets the config_result_type of this CatalogResultPayload. working_directoryGets the working_directory of this CatalogResultPayload. Methods
__init__(**kwargs)Initializes a new CatalogResultPayload 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'¶ A constant which can be used with the config_result_type property of a CatalogResultPayload. This constant has a value of “GIT_RESULT_CONFIG”
-
CONFIG_RESULT_TYPE_PAR_RESULT_CONFIG= 'PAR_RESULT_CONFIG'¶ A constant which can be used with the config_result_type property of a CatalogResultPayload. This constant has a value of “PAR_RESULT_CONFIG”
-
CONFIG_RESULT_TYPE_TEMPLATE_RESULT_CONFIG= 'TEMPLATE_RESULT_CONFIG'¶ A constant which can be used with the config_result_type property of a CatalogResultPayload. This constant has a value of “TEMPLATE_RESULT_CONFIG”
-
__init__(**kwargs)¶ Initializes a new CatalogResultPayload 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_result_type (str) – The value to assign to the config_result_type property of this CatalogResultPayload. 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’.
- working_directory (str) – The value to assign to the working_directory property of this CatalogResultPayload.
-
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.
-
working_directory¶ Gets the working_directory of this CatalogResultPayload. working directory
Returns: The working_directory of this CatalogResultPayload. Return type: str
-