Uses of Class
com.oracle.bmc.jms.model.ManagedInstanceType
-
Packages that use ManagedInstanceType Package Description com.oracle.bmc.jms.model com.oracle.bmc.jms.requests -
-
Uses of ManagedInstanceType in com.oracle.bmc.jms.model
Methods in com.oracle.bmc.jms.model that return ManagedInstanceType Modifier and Type Method Description static ManagedInstanceTypeManagedInstanceType. create(String key)ManagedInstanceTypeInstallationSite. getManagedInstanceType()The type of the source of events.ManagedInstanceTypeManagedInstanceUsage. getManagedInstanceType()The type of the source of events.static ManagedInstanceTypeManagedInstanceType. valueOf(String name)Returns the enum constant of this type with the specified name.static ManagedInstanceType[]ManagedInstanceType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.jms.model with parameters of type ManagedInstanceType Modifier and Type Method Description InstallationSite.BuilderInstallationSite.Builder. managedInstanceType(ManagedInstanceType managedInstanceType)The type of the source of events.ManagedInstanceUsage.BuilderManagedInstanceUsage.Builder. managedInstanceType(ManagedInstanceType managedInstanceType)The type of the source of events.Constructors in com.oracle.bmc.jms.model with parameters of type ManagedInstanceType Constructor Description InstallationSite(String installationKey, String managedInstanceId, JavaRuntimeId jre, String path, OperatingSystem operatingSystem, Integer approximateApplicationCount, Date timeLastSeen, List<BlocklistEntry> blocklist, LifecycleState lifecycleState, ManagedInstanceType managedInstanceType, String hostname)Deprecated.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. -
Uses of ManagedInstanceType in com.oracle.bmc.jms.requests
Methods in com.oracle.bmc.jms.requests that return ManagedInstanceType Modifier and Type Method Description ManagedInstanceTypeSummarizeManagedInstanceUsageRequest. getManagedInstanceType()The type of the managed instance.Methods in com.oracle.bmc.jms.requests with parameters of type ManagedInstanceType Modifier and Type Method Description SummarizeManagedInstanceUsageRequest.BuilderSummarizeManagedInstanceUsageRequest.Builder. managedInstanceType(ManagedInstanceType managedInstanceType)The type of the managed instance.
-