Uses of Class
com.oracle.bmc.opsi.model.HostImportableAgentEntitySummary.PlatformType
-
Packages that use HostImportableAgentEntitySummary.PlatformType Package Description com.oracle.bmc.opsi.model -
-
Uses of HostImportableAgentEntitySummary.PlatformType in com.oracle.bmc.opsi.model
Methods in com.oracle.bmc.opsi.model that return HostImportableAgentEntitySummary.PlatformType Modifier and Type Method Description static HostImportableAgentEntitySummary.PlatformTypeHostImportableAgentEntitySummary.PlatformType. create(String key)HostImportableAgentEntitySummary.PlatformTypeHostImportableAgentEntitySummary. getPlatformType()Platform type.static HostImportableAgentEntitySummary.PlatformTypeHostImportableAgentEntitySummary.PlatformType. valueOf(String name)Returns the enum constant of this type with the specified name.static HostImportableAgentEntitySummary.PlatformType[]HostImportableAgentEntitySummary.PlatformType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.opsi.model with parameters of type HostImportableAgentEntitySummary.PlatformType Modifier and Type Method Description HostImportableAgentEntitySummary.BuilderHostImportableAgentEntitySummary.Builder. platformType(HostImportableAgentEntitySummary.PlatformType platformType)Platform type.Constructors in com.oracle.bmc.opsi.model with parameters of type HostImportableAgentEntitySummary.PlatformType Constructor Description HostImportableAgentEntitySummary(String managementAgentId, String managementAgentDisplayName, String hostName, HostImportableAgentEntitySummary.PlatformType platformType)Deprecated.
-