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.
Inherited Members
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