Show / Hide Table of Contents

Class ListOfTargetsRollbackDetails

LIST_OF_TARGETS strategy rollback details. The specified list would only act-upon targets that had a failed job during patching.

Inheritance
object
RollbackDetails
ListOfTargetsRollbackDetails
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 ListOfTargetsRollbackDetails : RollbackDetails

Properties

Targets

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

OCIDs of targets to rollback.

Remarks

Required

In this article
Back to top