Class ScanLibraryUsageDetails
The list of managed instances to scan.
Inherited Members
Namespace: Oci.JmsService.Models
Assembly: OCI.DotNetSDK.Jms.dll
Syntax
public class ScanLibraryUsageDetails
Properties
DynamicScanDurationInMinutes
Declaration
[JsonProperty(PropertyName = "dynamicScanDurationInMinutes")]
public int? DynamicScanDurationInMinutes { get; set; }
Property Value
Type | Description |
---|---|
int? | The duration of the dynamic scan in minutes. |
IsDynamicScan
Declaration
[JsonProperty(PropertyName = "isDynamicScan")]
public bool? IsDynamicScan { get; set; }
Property Value
Type | Description |
---|---|
bool? | Indicates whether the scan is dynamic or static. |
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. |