Show / Hide Table of Contents

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.

Inheritance
object
ProductStackSubCategoryDetails
ProductStackAsProductSubCategoryDetails
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 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

In this article
Back to top