Show / Hide Table of Contents

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.

Inheritance
object
ConfigCategoryDetails
ProductStackConfigCategoryDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
In this article
Back to top