Class CreateTargetFsuReadinessCheckDetails
Details to create an Exadata Fleet Update Readiness Check for one or more target resources.
Inherited Members
Namespace: Oci.FleetsoftwareupdateService.Models
Assembly: OCI.DotNetSDK.Fleetsoftwareupdate.dll
Syntax
public class CreateTargetFsuReadinessCheckDetails : CreateFsuReadinessCheckDetails
Properties
Targets
Declaration
[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. |