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