Show / Hide Table of Contents

Class ManageDrsDetails

Details of the request to manage DRS in active managed instance(s) in a Fleet. When the targets aren't specified, then all active managed instance(s) currently in the Fleet are selected.

Inheritance
object
ManageDrsDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.JmsService.Models
Assembly: OCI.DotNetSDK.Jms.dll
Syntax
public class ManageDrsDetails

Properties

Targets

Declaration
[JsonProperty(PropertyName = "targets")]
public List<DrsTarget> Targets { get; set; }
Property Value
Type Description
List<DrsTarget>

The targets to manage DRS.

In this article
Back to top