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