Uses of Class
com.oracle.bmc.opsi.model.EmManagedExternalHostInsightSummary.PlatformType
-
Packages that use EmManagedExternalHostInsightSummary.PlatformType Package Description com.oracle.bmc.opsi.model -
-
Uses of EmManagedExternalHostInsightSummary.PlatformType in com.oracle.bmc.opsi.model
Methods in com.oracle.bmc.opsi.model that return EmManagedExternalHostInsightSummary.PlatformType Modifier and Type Method Description static EmManagedExternalHostInsightSummary.PlatformTypeEmManagedExternalHostInsightSummary.PlatformType. create(String key)EmManagedExternalHostInsightSummary.PlatformTypeEmManagedExternalHostInsightSummary. getPlatformType()Platform type.static EmManagedExternalHostInsightSummary.PlatformTypeEmManagedExternalHostInsightSummary.PlatformType. valueOf(String name)Returns the enum constant of this type with the specified name.static EmManagedExternalHostInsightSummary.PlatformType[]EmManagedExternalHostInsightSummary.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 EmManagedExternalHostInsightSummary.PlatformType Modifier and Type Method Description EmManagedExternalHostInsightSummary.BuilderEmManagedExternalHostInsightSummary.Builder. platformType(EmManagedExternalHostInsightSummary.PlatformType platformType)Platform type.Constructors in com.oracle.bmc.opsi.model with parameters of type EmManagedExternalHostInsightSummary.PlatformType Constructor Description EmManagedExternalHostInsightSummary(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, String opsiPrivateEndpointId, ResourceStatus status, Date timeCreated, Date timeUpdated, LifecycleState lifecycleState, String lifecycleDetails, String enterpriseManagerIdentifier, String enterpriseManagerEntityName, String enterpriseManagerEntityType, String enterpriseManagerEntityIdentifier, String enterpriseManagerEntityDisplayName, String enterpriseManagerBridgeId, EmManagedExternalHostInsightSummary.PlatformType platformType, String exadataInsightId)Deprecated.
-