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