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.PlatformType
HostImportableAgentEntitySummary.PlatformType. create(String key)
HostImportableAgentEntitySummary.PlatformType
HostImportableAgentEntitySummary. getPlatformType()
Platform type.static HostImportableAgentEntitySummary.PlatformType
HostImportableAgentEntitySummary.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.Builder
HostImportableAgentEntitySummary.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.
-