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