ProductStackGenericSubCategoryDetails¶
-
class
oci.fleet_apps_management.models.ProductStackGenericSubCategoryDetails(**kwargs)¶ Bases:
oci.fleet_apps_management.models.product_stack_sub_category_details.ProductStackSubCategoryDetailsGeneric Product Stack.Can be used for grouping Products.
Attributes
SUB_CATEGORY_PRODUCT_STACK_AS_PRODUCTstr(object=’’) -> str SUB_CATEGORY_PRODUCT_STACK_GENERICstr(object=’’) -> str sub_category[Required] Gets the sub_category of this ProductStackSubCategoryDetails. Methods
__init__(**kwargs)Initializes a new ProductStackGenericSubCategoryDetails 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. -
SUB_CATEGORY_PRODUCT_STACK_AS_PRODUCT= 'PRODUCT_STACK_AS_PRODUCT'¶
-
SUB_CATEGORY_PRODUCT_STACK_GENERIC= 'PRODUCT_STACK_GENERIC'¶
-
__init__(**kwargs)¶ Initializes a new ProductStackGenericSubCategoryDetails object with values from keyword arguments. The default value of the
sub_categoryattribute of this class isPRODUCT_STACK_GENERICand it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):Parameters: sub_category (str) – The value to assign to the sub_category property of this ProductStackGenericSubCategoryDetails. Allowed values for this property are: “PRODUCT_STACK_GENERIC”, “PRODUCT_STACK_AS_PRODUCT”
-
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.
-
sub_category¶ [Required] Gets the sub_category of this ProductStackSubCategoryDetails. SubCategory of Product Stack.
Allowed values for this property are: “PRODUCT_STACK_GENERIC”, “PRODUCT_STACK_AS_PRODUCT”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The sub_category of this ProductStackSubCategoryDetails. Return type: str
-