Show / Hide Table of Contents

Class ScanLibraryUsageDetails

The list of managed instances to scan.

Inheritance
object
ScanLibraryUsageDetails
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 ScanLibraryUsageDetails

Properties

ManagedInstanceIds

Declaration
[JsonProperty(PropertyName = "managedInstanceIds")]
public List<string> ManagedInstanceIds { get; set; }
Property Value
Type Description
List<string>

The list of OCIDs of managed instances to scan.

In this article
Back to top