Class TargetFsuReadinessCheck
Patch Exadata Fleet Update Readiness Check resource details.
Inherited Members
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