Uses of Class
com.oracle.bmc.managementagent.model.PackageTypes
-
Packages that use PackageTypes Package Description com.oracle.bmc.managementagent.model -
-
Uses of PackageTypes in com.oracle.bmc.managementagent.model
Methods in com.oracle.bmc.managementagent.model that return PackageTypes Modifier and Type Method Description static PackageTypes
PackageTypes. create(String key)
PackageTypes
ManagementAgentImage. getPackageType()
The installation package typePackageTypes
ManagementAgentImageSummary. getPackageType()
The installation package typestatic PackageTypes
PackageTypes. valueOf(String name)
Returns the enum constant of this type with the specified name.static PackageTypes[]
PackageTypes. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.managementagent.model with parameters of type PackageTypes Modifier and Type Method Description ManagementAgentImage.Builder
ManagementAgentImage.Builder. packageType(PackageTypes packageType)
The installation package typeManagementAgentImageSummary.Builder
ManagementAgentImageSummary.Builder. packageType(PackageTypes packageType)
The installation package typeConstructors in com.oracle.bmc.managementagent.model with parameters of type PackageTypes Constructor Description ManagementAgentImage(String id, PlatformTypes platformType, String platformName, PackageTypes packageType, ArchitectureTypes packageArchitectureType, String version, BigDecimal size, String checksum, String objectUrl, ObjectDetails imageObjectStorageDetails, LifecycleStates lifecycleState)
Deprecated.ManagementAgentImageSummary(String id, PlatformTypes platformType, String platformName, PackageTypes packageType, ArchitectureTypes packageArchitectureType, String version, BigDecimal size, String checksum, String objectUrl, ObjectDetails imageObjectStorageDetails, LifecycleStates lifecycleState)
Deprecated.
-