Class ManagedInstanceUsage
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.jms.model.ManagedInstanceUsage
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20210610") public final class ManagedInstanceUsage extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModelManaged instance usage during a specified time period.An entity that emits usage events to Java Management Service (JMS) is represented as a managed instance. A managed instance has a unique identity which is used by JMS to distinguish it from other managed instances. Currently, JMS supports only one kind of managed instance, a Management Agent. 
 Note: Objects should always be created or deserialized using theManagedInstanceUsage.Builder. This model distinguishes fields that are null because they are unset from fields that are explicitly set to null. This is done in the setter methods of theManagedInstanceUsage.Builder, which maintain a set of all explicitly set fields calledManagedInstanceUsage.Builder.__explicitlySet__. ThehashCode()andequals(Object)methods are implemented to take the explicitly set fields into account. The constructor, on the other hand, does not take the explicitly set fields into account (since the constructor cannot distinguish explicit null from unset null).
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classManagedInstanceUsage.Builder
 - 
Constructor SummaryConstructors Constructor Description ManagedInstanceUsage(String managedInstanceId, ManagedInstanceType managedInstanceType, String hostname, String hostId, List<String> ipAddresses, List<String> hostnames, List<String> fqdns, OperatingSystem operatingSystem, Agent agent, ClusterDetails clusterDetails, Integer approximateApplicationCount, Integer approximateInstallationCount, Integer approximateJreCount, DrsFileStatus drsFileStatus, String applicationInvokedBy, Date timeStart, Date timeEnd, Date timeFirstSeen, Date timeLastSeen)Deprecated.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ManagedInstanceUsage.Builderbuilder()Create a new builder.booleanequals(Object o)AgentgetAgent()StringgetApplicationInvokedBy()Comma separated list of user names that invoked applications within this managed instance.IntegergetApproximateApplicationCount()The approximate count of applications reported by this managed instance.IntegergetApproximateInstallationCount()The approximate count of installations reported by this managed instance.IntegergetApproximateJreCount()The approximate count of Java Runtimes reported by this managed instance.ClusterDetailsgetClusterDetails()DrsFileStatusgetDrsFileStatus()DRS file statusList<String>getFqdns()Captured fully qualify domain names of the managed instance.StringgetHostId()The host OCID of the related managed instance.StringgetHostname()The hostname of the managed instance (if applicable).List<String>getHostnames()Captured hostnames of the managed instance.List<String>getIpAddresses()Captured IP addresses of the managed instance.StringgetManagedInstanceId()The OCID of the related managed instance.ManagedInstanceTypegetManagedInstanceType()The type of the source of events.OperatingSystemgetOperatingSystem()DategetTimeEnd()Upper bound of the specified time period filter.DategetTimeFirstSeen()The date and time the resource was first reported to JMS.DategetTimeLastSeen()The date and time the resource was last reported to JMS.DategetTimeStart()Lower bound of the specified time period filter.inthashCode()ManagedInstanceUsage.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
 
- 
- 
- 
Constructor Detail- 
ManagedInstanceUsage@Deprecated @ConstructorProperties({"managedInstanceId","managedInstanceType","hostname","hostId","ipAddresses","hostnames","fqdns","operatingSystem","agent","clusterDetails","approximateApplicationCount","approximateInstallationCount","approximateJreCount","drsFileStatus","applicationInvokedBy","timeStart","timeEnd","timeFirstSeen","timeLastSeen"}) public ManagedInstanceUsage(String managedInstanceId, ManagedInstanceType managedInstanceType, String hostname, String hostId, List<String> ipAddresses, List<String> hostnames, List<String> fqdns, OperatingSystem operatingSystem, Agent agent, ClusterDetails clusterDetails, Integer approximateApplicationCount, Integer approximateInstallationCount, Integer approximateJreCount, DrsFileStatus drsFileStatus, String applicationInvokedBy, Date timeStart, Date timeEnd, Date timeFirstSeen, Date timeLastSeen) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static ManagedInstanceUsage.Builder builder() Create a new builder.
 - 
toBuilderpublic ManagedInstanceUsage.Builder toBuilder() 
 - 
getManagedInstanceIdpublic String getManagedInstanceId() The OCID of the related managed instance.- Returns:
- the value
 
 - 
getManagedInstanceTypepublic ManagedInstanceType getManagedInstanceType() The type of the source of events.- Returns:
- the value
 
 - 
getHostnamepublic String getHostname() The hostname of the managed instance (if applicable).- Returns:
- the value
 
 - 
getHostIdpublic String getHostId() The host OCID of the related managed instance.- Returns:
- the value
 
 - 
getIpAddressespublic List<String> getIpAddresses() Captured IP addresses of the managed instance.- Returns:
- the value
 
 - 
getHostnamespublic List<String> getHostnames() Captured hostnames of the managed instance.- Returns:
- the value
 
 - 
getFqdnspublic List<String> getFqdns() Captured fully qualify domain names of the managed instance.- Returns:
- the value
 
 - 
getOperatingSystempublic OperatingSystem getOperatingSystem() 
 - 
getAgentpublic Agent getAgent() 
 - 
getClusterDetailspublic ClusterDetails getClusterDetails() 
 - 
getApproximateApplicationCountpublic Integer getApproximateApplicationCount() The approximate count of applications reported by this managed instance.- Returns:
- the value
 
 - 
getApproximateInstallationCountpublic Integer getApproximateInstallationCount() The approximate count of installations reported by this managed instance.- Returns:
- the value
 
 - 
getApproximateJreCountpublic Integer getApproximateJreCount() The approximate count of Java Runtimes reported by this managed instance.- Returns:
- the value
 
 - 
getDrsFileStatuspublic DrsFileStatus getDrsFileStatus() DRS file status- Returns:
- the value
 
 - 
getApplicationInvokedBypublic String getApplicationInvokedBy() Comma separated list of user names that invoked applications within this managed instance.- Returns:
- the value
 
 - 
getTimeStartpublic Date getTimeStart() Lower bound of the specified time period filter.JMS provides a view of the data that is per day. The query uses only the date element of the parameter. - Returns:
- the value
 
 - 
getTimeEndpublic Date getTimeEnd() Upper bound of the specified time period filter.JMS provides a view of the data that is per day. The query uses only the date element of the parameter. - Returns:
- the value
 
 - 
getTimeFirstSeenpublic Date getTimeFirstSeen() The date and time the resource was first reported to JMS.This is potentially before the specified time period provided by the filters. For example, a resource can be first reported to JMS before the start of a specified time period, if it is also reported during the time period. - Returns:
- the value
 
 - 
getTimeLastSeenpublic Date getTimeLastSeen() The date and time the resource was last reported to JMS.This is potentially after the specified time period provided by the filters. For example, a resource can be last reported to JMS before the start of a specified time period, if it is also reported during the time period. - Returns:
- the value
 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
toStringpublic String toString(boolean includeByteArrayContents) Return a string representation of the object.- Parameters:
- includeByteArrayContents- true to include the full contents of byte arrays
- Returns:
- string representation
 
 - 
equalspublic boolean equals(Object o) - Overrides:
- equalsin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 
- 
 
-