Package | Description |
---|---|
com.oracle.bmc.jms.model | |
com.oracle.bmc.jms.requests |
Modifier and Type | Method and Description |
---|---|
static PlatformArchitectureType |
PlatformArchitectureType.create(String key) |
PlatformArchitectureType |
AgentInstallerSummary.getPlatformArchitecture()
The target operating system architecture for the installer.
|
static PlatformArchitectureType |
PlatformArchitectureType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PlatformArchitectureType[] |
PlatformArchitectureType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
AgentInstallerSummary.Builder |
AgentInstallerSummary.Builder.platformArchitecture(PlatformArchitectureType platformArchitecture)
The target operating system architecture for the installer.
|
Constructor and Description |
---|
AgentInstallerSummary(Long agentInstallerId,
String agentInstallerDescription,
Long approximateFileSizeInBytes,
String sha256,
OsFamily osFamily,
PlatformArchitectureType platformArchitecture,
PackageType packageType,
String agentVersion,
String javaVersion,
String agentInstallerVersion)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
PlatformArchitectureType |
ListAgentInstallersRequest.getPlatformArchitecture()
The platform architecture for the agent installer.
|
Modifier and Type | Method and Description |
---|---|
ListAgentInstallersRequest.Builder |
ListAgentInstallersRequest.Builder.platformArchitecture(PlatformArchitectureType platformArchitecture)
The platform architecture for the agent installer.
|
Copyright © 2016–2024. All rights reserved.