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