ProductStackAsProductSubCategoryDetails¶
-
class
oci.fleet_apps_management.models.ProductStackAsProductSubCategoryDetails(**kwargs)¶ Bases:
oci.fleet_apps_management.models.product_stack_sub_category_details.ProductStackSubCategoryDetailsConsider Product stack as product.To be provided if the product stack should be considered as a Product also. Allows compliance reporting and patching against the product stack target.
Attributes
SUB_CATEGORY_PRODUCT_STACK_AS_PRODUCTstr(object=’’) -> str SUB_CATEGORY_PRODUCT_STACK_GENERICstr(object=’’) -> str componentsGets the components of this ProductStackAsProductSubCategoryDetails. credentialsGets the credentials of this ProductStackAsProductSubCategoryDetails. patch_typesGets the patch_types of this ProductStackAsProductSubCategoryDetails. sub_category[Required] Gets the sub_category of this ProductStackSubCategoryDetails. versions[Required] Gets the versions of this ProductStackAsProductSubCategoryDetails. Methods
__init__(**kwargs)Initializes a new ProductStackAsProductSubCategoryDetails 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 ProductStackAsProductSubCategoryDetails object with values from keyword arguments. The default value of the
sub_categoryattribute of this class isPRODUCT_STACK_AS_PRODUCTand 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 ProductStackAsProductSubCategoryDetails. Allowed values for this property are: “PRODUCT_STACK_GENERIC”, “PRODUCT_STACK_AS_PRODUCT”
- versions (list[str]) – The value to assign to the versions property of this ProductStackAsProductSubCategoryDetails.
- credentials (list[oci.fleet_apps_management.models.ConfigAssociationDetails]) – The value to assign to the credentials property of this ProductStackAsProductSubCategoryDetails.
- components (list[str]) – The value to assign to the components property of this ProductStackAsProductSubCategoryDetails.
- patch_types (list[oci.fleet_apps_management.models.ConfigAssociationDetails]) – The value to assign to the patch_types property of this ProductStackAsProductSubCategoryDetails.
-
components¶ Gets the components of this ProductStackAsProductSubCategoryDetails. Various components of the Product. For example:The administration server or node manager can be the components of the Oracle WebLogic Application server. Forms server or concurrent manager can be the components of the Oracle E-Business Suite.
Returns: The components of this ProductStackAsProductSubCategoryDetails. Return type: list[str]
-
credentials¶ Gets the credentials of this ProductStackAsProductSubCategoryDetails. OCID for the Credential name to be associated with the Product Stack. These are useful for target discovery or lifecycle management activities, for example, Oracle WebLogic admin credentials for Oracle WebLogic Application server.
Returns: The credentials of this ProductStackAsProductSubCategoryDetails. Return type: list[oci.fleet_apps_management.models.ConfigAssociationDetails]
-
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.
-
patch_types¶ Gets the patch_types of this ProductStackAsProductSubCategoryDetails. Patch Types associated with this Product Stack which will be considered as Product.
Returns: The patch_types of this ProductStackAsProductSubCategoryDetails. Return type: list[oci.fleet_apps_management.models.ConfigAssociationDetails]
-
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
-
versions¶ [Required] Gets the versions of this ProductStackAsProductSubCategoryDetails. Versions associated with the PRODUCT .
Returns: The versions of this ProductStackAsProductSubCategoryDetails. Return type: list[str]
-