Class ProductConfigCategoryDetails
Product Config Category Details. Defines individual products which contribute to the applications hosting on the resources that are to be managed.
Inherited Members
Namespace: Oci.FleetappsmanagementService.Models
Assembly: OCI.DotNetSDK.Fleetappsmanagement.dll
Syntax
public class ProductConfigCategoryDetails : ConfigCategoryDetails
Properties
CompatibleProducts
Declaration
[JsonProperty(PropertyName = "compatibleProducts")]
public List<ConfigAssociationDetails> CompatibleProducts { get; set; }
Property Value
Type | Description |
---|---|
List<ConfigAssociationDetails> | Products compatible with this Product. Provide products from the list of other products you have created that are compatible with the present one |
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. 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. |
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