Show / Hide Table of Contents

Class TargetFsuReadinessCheck

Patch Exadata Fleet Update Readiness Check resource details.

Inheritance
object
FsuReadinessCheck
TargetFsuReadinessCheck
Inherited Members
FsuReadinessCheck.Id
FsuReadinessCheck.DisplayName
FsuReadinessCheck.CompartmentId
FsuReadinessCheck.IssueCount
FsuReadinessCheck.Issues
FsuReadinessCheck.TimeCreated
FsuReadinessCheck.TimeUpdated
FsuReadinessCheck.TimeFinished
FsuReadinessCheck.LifecycleState
FsuReadinessCheck.LifecycleDetails
FsuReadinessCheck.FreeformTags
FsuReadinessCheck.DefinedTags
FsuReadinessCheck.SystemTags
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.FleetsoftwareupdateService.Models
Assembly: OCI.DotNetSDK.Fleetsoftwareupdate.dll
Syntax
public class TargetFsuReadinessCheck : FsuReadinessCheck

Properties

Targets

Declaration
[Required(ErrorMessage = "Targets is required.")]
[JsonProperty(PropertyName = "targets")]
public List<ReadinessCheckTargetEntry> Targets { get; set; }
Property Value
Type Description
List<ReadinessCheckTargetEntry>

List of targets that will run the Exadata Fleet Update Readiness Check. The targets have to be of the same entity type.

Remarks

Required

In this article
Back to top