Package | Description |
---|---|
com.oracle.bmc.jms.model | |
com.oracle.bmc.jms.requests |
Modifier and Type | Method and Description |
---|---|
static ManagedInstanceType |
ManagedInstanceType.create(String key) |
ManagedInstanceType |
InstallationSite.getManagedInstanceType()
The type of the source of events.
|
ManagedInstanceType |
ManagedInstanceUsage.getManagedInstanceType()
The type of the source of events.
|
static ManagedInstanceType |
ManagedInstanceType.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.
|
Modifier and Type | Method and Description |
---|---|
InstallationSite.Builder |
InstallationSite.Builder.managedInstanceType(ManagedInstanceType managedInstanceType)
The type of the source of events.
|
ManagedInstanceUsage.Builder |
ManagedInstanceUsage.Builder.managedInstanceType(ManagedInstanceType managedInstanceType)
The type of the source of events.
|
Constructor and 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,
OperatingSystem operatingSystem,
Integer approximateApplicationCount,
Integer approximateInstallationCount,
Integer approximateJreCount,
Date timeStart,
Date timeEnd,
Date timeFirstSeen,
Date timeLastSeen)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ManagedInstanceType |
SummarizeManagedInstanceUsageRequest.getManagedInstanceType()
The type of the managed instance.
|
Modifier and Type | Method and Description |
---|---|
SummarizeManagedInstanceUsageRequest.Builder |
SummarizeManagedInstanceUsageRequest.Builder.managedInstanceType(ManagedInstanceType managedInstanceType)
The type of the managed instance.
|
Copyright © 2016–2023. All rights reserved.