Show / Hide Table of Contents

Class Compliance

Compliance Summary

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

Properties

ComplianceState

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

Compliance State.

Remarks

Required

ConfirmedTargetCount

Declaration
[Required(ErrorMessage = "ConfirmedTargetCount is required.")]
[JsonProperty(PropertyName = "confirmedTargetCount")]
public int? ConfirmedTargetCount { get; set; }
Property Value
Type Description
int?

Confirmed Target Count.

Remarks

Required

NonCompliantTargetCount

Declaration
[Required(ErrorMessage = "NonCompliantTargetCount is required.")]
[JsonProperty(PropertyName = "nonCompliantTargetCount")]
public int? NonCompliantTargetCount { get; set; }
Property Value
Type Description
int?

Non Compliant Target Count.

Remarks

Required

In this article
Back to top