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