Package | Description |
---|---|
com.oracle.bmc.jms.model |
Modifier and Type | Method and Description |
---|---|
static PackageType |
PackageType.create(String key) |
PackageType |
AgentInstallerSummary.getPackageType()
The package type (typically the file extension) of the agent software included in the
installer.
|
static PackageType |
PackageType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PackageType[] |
PackageType.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.packageType(PackageType packageType)
The package type (typically the file extension) of the agent software included in 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.
|
Copyright © 2016–2025. All rights reserved.