Class LibraryManagedInstanceUsageSummary
Summary of a managed instance where a given library was detected statically and/or dynamically. Contains the count of applications where the library was detected.
Inherited Members
Namespace: Oci.JmsService.Models
Assembly: OCI.DotNetSDK.Jms.dll
Syntax
public class LibraryManagedInstanceUsageSummary
Properties
ApplicationCount
Declaration
[Required(ErrorMessage = "ApplicationCount is required.")]
[JsonProperty(PropertyName = "applicationCount")]
public int? ApplicationCount { get; set; }
Property Value
Type | Description |
---|---|
int? | The count of applications where the specified library was detected. |
Remarks
Required
FirstSeenInClasspath
Declaration
[Required(ErrorMessage = "FirstSeenInClasspath is required.")]
[JsonProperty(PropertyName = "firstSeenInClasspath")]
public DateTime? FirstSeenInClasspath { get; set; }
Property Value
Type | Description |
---|---|
DateTime? | The timestamp of the first time the specified library was detected in classpath. |
Remarks
Required
Hostname
Declaration
[Required(ErrorMessage = "Hostname is required.")]
[JsonProperty(PropertyName = "hostname")]
public string Hostname { get; set; }
Property Value
Type | Description |
---|---|
string | The hostname of the managed instance. |
Remarks
Required
LastDetectedDynamically
Declaration
[Required(ErrorMessage = "LastDetectedDynamically is required.")]
[JsonProperty(PropertyName = "lastDetectedDynamically")]
public DateTime? LastDetectedDynamically { get; set; }
Property Value
Type | Description |
---|---|
DateTime? | The date and time a library or Java package was last detected in a dynamic library scan. |
Remarks
Required
LastSeenInClasspath
Declaration
[Required(ErrorMessage = "LastSeenInClasspath is required.")]
[JsonProperty(PropertyName = "lastSeenInClasspath")]
public DateTime? LastSeenInClasspath { get; set; }
Property Value
Type | Description |
---|---|
DateTime? | The timestamp of the last time the specified library was detected in classpath. |
Remarks
Required
ManagedInstanceId
Declaration
[Required(ErrorMessage = "ManagedInstanceId is required.")]
[JsonProperty(PropertyName = "managedInstanceId")]
public string ManagedInstanceId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the related managed instance. |
Remarks
Required