Class ProductStackAsProductSubCategoryDetails
Consider 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.
Inherited Members
Namespace: Oci.FleetappsmanagementService.Models
Assembly: OCI.DotNetSDK.Fleetappsmanagement.dll
Syntax
public class ProductStackAsProductSubCategoryDetails : ProductStackSubCategoryDetails
Properties
Components
Declaration
[JsonProperty(PropertyName = "components")]
public List<string> Components { get; set; }
Property Value
Type | Description |
---|---|
List<string> | 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. |
Credentials
Declaration
[JsonProperty(PropertyName = "credentials")]
public List<ConfigAssociationDetails> Credentials { get; set; }
Property Value
Type | Description |
---|---|
List<ConfigAssociationDetails> | 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. |
PatchTypes
Declaration
[JsonProperty(PropertyName = "patchTypes")]
public List<ConfigAssociationDetails> PatchTypes { get; set; }
Property Value
Type | Description |
---|---|
List<ConfigAssociationDetails> | Patch Types associated with this Product Stack which will be considered as Product. |
Versions
Declaration
[Required(ErrorMessage = "Versions is required.")]
[JsonProperty(PropertyName = "versions")]
public List<string> Versions { get; set; }
Property Value
Type | Description |
---|---|
List<string> | Versions associated with the PRODUCT . |
Remarks
Required