Uses of Class
com.oracle.bmc.opsi.model.HostDetails.PlatformType
-
Packages that use HostDetails.PlatformType Package Description com.oracle.bmc.opsi.model -
-
Uses of HostDetails.PlatformType in com.oracle.bmc.opsi.model
Methods in com.oracle.bmc.opsi.model that return HostDetails.PlatformType Modifier and Type Method Description static HostDetails.PlatformType
HostDetails.PlatformType. create(String key)
HostDetails.PlatformType
HostDetails. getPlatformType()
Platform type.static HostDetails.PlatformType
HostDetails.PlatformType. valueOf(String name)
Returns the enum constant of this type with the specified name.static HostDetails.PlatformType[]
HostDetails.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 HostDetails.PlatformType Modifier and Type Method Description HostDetails.Builder
HostDetails.Builder. platformType(HostDetails.PlatformType platformType)
Platform type.Constructors in com.oracle.bmc.opsi.model with parameters of type HostDetails.PlatformType Constructor Description HostDetails(String id, String compartmentId, String hostName, String hostDisplayName, HostDetails.PlatformType platformType, String agentIdentifier)
Deprecated.
-