Uses of Class
com.oracle.bmc.opsi.model.EmManagedExternalHostInsight.PlatformType
-
Packages that use EmManagedExternalHostInsight.PlatformType Package Description com.oracle.bmc.opsi.model -
-
Uses of EmManagedExternalHostInsight.PlatformType in com.oracle.bmc.opsi.model
Methods in com.oracle.bmc.opsi.model that return EmManagedExternalHostInsight.PlatformType Modifier and Type Method Description static EmManagedExternalHostInsight.PlatformTypeEmManagedExternalHostInsight.PlatformType. create(String key)EmManagedExternalHostInsight.PlatformTypeEmManagedExternalHostInsight. getPlatformType()Platform type.static EmManagedExternalHostInsight.PlatformTypeEmManagedExternalHostInsight.PlatformType. valueOf(String name)Returns the enum constant of this type with the specified name.static EmManagedExternalHostInsight.PlatformType[]EmManagedExternalHostInsight.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 EmManagedExternalHostInsight.PlatformType Modifier and Type Method Description EmManagedExternalHostInsight.BuilderEmManagedExternalHostInsight.Builder. platformType(EmManagedExternalHostInsight.PlatformType platformType)Platform type.Constructors in com.oracle.bmc.opsi.model with parameters of type EmManagedExternalHostInsight.PlatformType Constructor Description EmManagedExternalHostInsight(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 enterpriseManagerIdentifier, String enterpriseManagerEntityName, String enterpriseManagerEntityType, String enterpriseManagerEntityIdentifier, String enterpriseManagerEntityDisplayName, String enterpriseManagerBridgeId, EmManagedExternalHostInsight.PlatformType platformType, String platformName, String platformVersion, String exadataInsightId)Deprecated.
-