Class ProductStackConfigCategoryDetails
ProductStack Config Category Details. Defines suite or stack of products on which applications hosted by the resources are built and need to be managed.
Inherited Members
Namespace: Oci.FleetappsmanagementService.Models
Assembly: OCI.DotNetSDK.Fleetappsmanagement.dll
Syntax
public class ProductStackConfigCategoryDetails : ConfigCategoryDetails
Properties
Products
Declaration
[Required(ErrorMessage = "Products is required.")]
[JsonProperty(PropertyName = "products")]
public List<ConfigAssociationDetails> Products { get; set; }
Property Value
Type | Description |
---|---|
List<ConfigAssociationDetails> | Products that belong to the stack. For example, Oracle WebLogic and Java for the Oracle Fusion Middleware product stack. |
Remarks
Required
SubCategoryDetails
Declaration
[JsonProperty(PropertyName = "subCategoryDetails")]
public ProductStackSubCategoryDetails SubCategoryDetails { get; set; }
Property Value
Type | Description |
---|---|
ProductStackSubCategoryDetails |