Package | Description |
---|---|
com.oracle.bmc.jms.model |
Modifier and Type | Method and Description |
---|---|
BlocklistEntry |
BlocklistEntry.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<BlocklistEntry> |
InstallationSite.getBlocklist()
The list of operations that are blocklisted.
|
List<BlocklistEntry> |
InstallationSiteSummary.getBlocklist()
The list of operations that are blocklisted.
|
Modifier and Type | Method and Description |
---|---|
BlocklistEntry.Builder |
BlocklistEntry.Builder.copy(BlocklistEntry model) |
Modifier and Type | Method and Description |
---|---|
InstallationSite.Builder |
InstallationSite.Builder.blocklist(List<BlocklistEntry> blocklist)
The list of operations that are blocklisted.
|
InstallationSiteSummary.Builder |
InstallationSiteSummary.Builder.blocklist(List<BlocklistEntry> blocklist)
The list of operations that are blocklisted.
|
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.
|
InstallationSiteSummary(String installationKey,
String managedInstanceId,
JavaRuntimeId jre,
JreSecurityStatus securityStatus,
String path,
OperatingSystem operatingSystem,
Integer approximateApplicationCount,
Date timeLastSeen,
List<BlocklistEntry> blocklist,
LifecycleState lifecycleState)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.