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