Uses of Class
com.oracle.bmc.managementagent.model.ArchitectureTypes
-
Packages that use ArchitectureTypes Package Description com.oracle.bmc.managementagent.model -
-
Uses of ArchitectureTypes in com.oracle.bmc.managementagent.model
Methods in com.oracle.bmc.managementagent.model that return ArchitectureTypes Modifier and Type Method Description static ArchitectureTypesArchitectureTypes. create(String key)ArchitectureTypesManagementAgentImage. getPackageArchitectureType()The installation package target architecture typeArchitectureTypesManagementAgentImageSummary. getPackageArchitectureType()The installation package target architecture typestatic ArchitectureTypesArchitectureTypes. valueOf(String name)Returns the enum constant of this type with the specified name.static ArchitectureTypes[]ArchitectureTypes. 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 ArchitectureTypes Modifier and Type Method Description ManagementAgentImage.BuilderManagementAgentImage.Builder. packageArchitectureType(ArchitectureTypes packageArchitectureType)The installation package target architecture typeManagementAgentImageSummary.BuilderManagementAgentImageSummary.Builder. packageArchitectureType(ArchitectureTypes packageArchitectureType)The installation package target architecture typeConstructors in com.oracle.bmc.managementagent.model with parameters of type ArchitectureTypes 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.
-