Show / Hide Table of Contents

Class ProductVersionDetails

A specific product version or a specific version and succeeding. Example: 12.1 or 12.1 and above for Oracle WebLogic Application server.The policy applies to the next version only, and not to other versions such as, 12.1.x.

Inheritance
object
ProductVersionDetails
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 ProductVersionDetails

Properties

IsApplicableForAllHigherVersions

Declaration
[JsonProperty(PropertyName = "isApplicableForAllHigherVersions")]
public bool? IsApplicableForAllHigherVersions { get; set; }
Property Value
Type Description
bool?

Is rule applicable to all higher versions also

Version

Declaration
[Required(ErrorMessage = "Version is required.")]
[JsonProperty(PropertyName = "version")]
public string Version { get; set; }
Property Value
Type Description
string

Product version the rule is applicable.

Remarks

Required

In this article
Back to top