Show / Hide Table of Contents

Class TargetIdsRemoveTargetsDetails

Remove a list of targets from a Exadata Fleet Update Collection.

Inheritance
object
RemoveFsuCollectionTargetsDetails
TargetIdsRemoveTargetsDetails
Inherited Members
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 TargetIdsRemoveTargetsDetails : RemoveFsuCollectionTargetsDetails

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 target entries to remove from the Exadata Fleet Update Collection.

Remarks

Required

In this article
Back to top