ProductStackConfigCategoryDetails

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

Bases: oci.fleet_apps_management.models.config_category_details.ConfigCategoryDetails

ProductStack Config Category Details. Defines suite or stack of products on which applications hosted by the resources are built and need to be managed.

Attributes

CONFIG_CATEGORY_CREDENTIAL str(object=’’) -> str
CONFIG_CATEGORY_ENVIRONMENT str(object=’’) -> str
CONFIG_CATEGORY_LIFECYCLE_OPERATION str(object=’’) -> str
CONFIG_CATEGORY_PATCH_TYPE str(object=’’) -> str
CONFIG_CATEGORY_PRODUCT str(object=’’) -> str
CONFIG_CATEGORY_PRODUCT_STACK str(object=’’) -> str
CONFIG_CATEGORY_SELF_HOSTED_INSTANCE str(object=’’) -> str
config_category [Required] Gets the config_category of this ConfigCategoryDetails.
products [Required] Gets the products of this ProductStackConfigCategoryDetails.
sub_category_details Gets the sub_category_details of this ProductStackConfigCategoryDetails.

Methods

__init__(**kwargs) Initializes a new ProductStackConfigCategoryDetails 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_CATEGORY_CREDENTIAL = 'CREDENTIAL'
CONFIG_CATEGORY_ENVIRONMENT = 'ENVIRONMENT'
CONFIG_CATEGORY_LIFECYCLE_OPERATION = 'LIFECYCLE_OPERATION'
CONFIG_CATEGORY_PATCH_TYPE = 'PATCH_TYPE'
CONFIG_CATEGORY_PRODUCT = 'PRODUCT'
CONFIG_CATEGORY_PRODUCT_STACK = 'PRODUCT_STACK'
CONFIG_CATEGORY_SELF_HOSTED_INSTANCE = 'SELF_HOSTED_INSTANCE'
__init__(**kwargs)

Initializes a new ProductStackConfigCategoryDetails object with values from keyword arguments. The default value of the config_category attribute of this class is PRODUCT_STACK and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • config_category (str) – The value to assign to the config_category property of this ProductStackConfigCategoryDetails. Allowed values for this property are: “PRODUCT”, “PRODUCT_STACK”, “ENVIRONMENT”, “PATCH_TYPE”, “CREDENTIAL”, “SELF_HOSTED_INSTANCE”, “LIFECYCLE_OPERATION”
  • products (list[oci.fleet_apps_management.models.ConfigAssociationDetails]) – The value to assign to the products property of this ProductStackConfigCategoryDetails.
  • sub_category_details (oci.fleet_apps_management.models.ProductStackSubCategoryDetails) – The value to assign to the sub_category_details property of this ProductStackConfigCategoryDetails.
config_category

[Required] Gets the config_category of this ConfigCategoryDetails. Category of configuration

Allowed values for this property are: “PRODUCT”, “PRODUCT_STACK”, “ENVIRONMENT”, “PATCH_TYPE”, “CREDENTIAL”, “SELF_HOSTED_INSTANCE”, “LIFECYCLE_OPERATION”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The config_category of this ConfigCategoryDetails.
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.

products

[Required] Gets the products of this ProductStackConfigCategoryDetails. Products that belong to the stack. For example, Oracle WebLogic and Java for the Oracle Fusion Middleware product stack.

Returns:The products of this ProductStackConfigCategoryDetails.
Return type:list[oci.fleet_apps_management.models.ConfigAssociationDetails]
sub_category_details

Gets the sub_category_details of this ProductStackConfigCategoryDetails.

Returns:The sub_category_details of this ProductStackConfigCategoryDetails.
Return type:oci.fleet_apps_management.models.ProductStackSubCategoryDetails