Class AddFsuCollectionTargetsDetails
Add Targets to an Exadata Fleet Update Collection. Targets belonging to another Exadata Fleet Update Collection of the same type will be rejected. If automated maintenance is enabled for the Exadata Fleet Update Collection, then ensure that the scheduling policy and window can accommodate the targets being added.
Inherited Members
Namespace: Oci.FleetsoftwareupdateService.Models
Assembly: OCI.DotNetSDK.Fleetsoftwareupdate.dll
Syntax
public class AddFsuCollectionTargetsDetails
Properties
Targets
Declaration
[Required(ErrorMessage = "Targets is required.")]
[JsonProperty(PropertyName = "targets")]
public List<TargetEntry> Targets { get; set; }
Property Value
Type | Description |
---|---|
List<TargetEntry> | List of Targets to add into the Exadata Fleet Update Collection. |
Remarks
Required