ProductStackSubCategoryDetails¶
-
class
oci.fleet_apps_management.models.ProductStackSubCategoryDetails(**kwargs)¶ Bases:
objectProductStack Config Category Details.
Attributes
SUB_CATEGORY_PRODUCT_STACK_AS_PRODUCTA constant which can be used with the sub_category property of a ProductStackSubCategoryDetails. SUB_CATEGORY_PRODUCT_STACK_GENERICA constant which can be used with the sub_category property of a ProductStackSubCategoryDetails. sub_category[Required] Gets the sub_category of this ProductStackSubCategoryDetails. Methods
__init__(**kwargs)Initializes a new ProductStackSubCategoryDetails 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'¶ A constant which can be used with the sub_category property of a ProductStackSubCategoryDetails. This constant has a value of “PRODUCT_STACK_AS_PRODUCT”
-
SUB_CATEGORY_PRODUCT_STACK_GENERIC= 'PRODUCT_STACK_GENERIC'¶ A constant which can be used with the sub_category property of a ProductStackSubCategoryDetails. This constant has a value of “PRODUCT_STACK_GENERIC”
-
__init__(**kwargs)¶ Initializes a new ProductStackSubCategoryDetails 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: sub_category (str) – The value to assign to the sub_category property of this ProductStackSubCategoryDetails. 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’.
-
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
-