Uses of Class
com.oracle.bmc.opsi.model.MacsManagedExternalHostInsight.PlatformType
-
Packages that use MacsManagedExternalHostInsight.PlatformType Package Description com.oracle.bmc.opsi.model -
-
Uses of MacsManagedExternalHostInsight.PlatformType in com.oracle.bmc.opsi.model
Methods in com.oracle.bmc.opsi.model that return MacsManagedExternalHostInsight.PlatformType Modifier and Type Method Description static MacsManagedExternalHostInsight.PlatformTypeMacsManagedExternalHostInsight.PlatformType. create(String key)MacsManagedExternalHostInsight.PlatformTypeMacsManagedExternalHostInsight. getPlatformType()Platform type.static MacsManagedExternalHostInsight.PlatformTypeMacsManagedExternalHostInsight.PlatformType. valueOf(String name)Returns the enum constant of this type with the specified name.static MacsManagedExternalHostInsight.PlatformType[]MacsManagedExternalHostInsight.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 MacsManagedExternalHostInsight.PlatformType Modifier and Type Method Description MacsManagedExternalHostInsight.BuilderMacsManagedExternalHostInsight.Builder. platformType(MacsManagedExternalHostInsight.PlatformType platformType)Platform type.Constructors in com.oracle.bmc.opsi.model with parameters of type MacsManagedExternalHostInsight.PlatformType Constructor Description MacsManagedExternalHostInsight(String id, String compartmentId, String hostName, String hostDisplayName, String hostType, Integer processorCount, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, ResourceStatus status, Date timeCreated, Date timeUpdated, LifecycleState lifecycleState, String lifecycleDetails, String managementAgentId, String platformName, MacsManagedExternalHostInsight.PlatformType platformType, String platformVersion)Deprecated.
-