Uses of Class
com.oracle.bmc.opensearch.model.UpgradeType
-
Packages that use UpgradeType Package Description com.oracle.bmc.opensearch.model -
-
Uses of UpgradeType in com.oracle.bmc.opensearch.model
Methods in com.oracle.bmc.opensearch.model that return UpgradeType Modifier and Type Method Description static UpgradeTypeUpgradeType. create(String key)UpgradeTypeUpgradeOpenSearchClusterDetails. getUpgradeType()The upgrade type of cluster (major or minor).static UpgradeTypeUpgradeType. valueOf(String name)Returns the enum constant of this type with the specified name.static UpgradeType[]UpgradeType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.opensearch.model with parameters of type UpgradeType Modifier and Type Method Description UpgradeOpenSearchClusterDetails.BuilderUpgradeOpenSearchClusterDetails.Builder. upgradeType(UpgradeType upgradeType)The upgrade type of cluster (major or minor).Constructors in com.oracle.bmc.opensearch.model with parameters of type UpgradeType Constructor Description UpgradeOpenSearchClusterDetails(String originalClusterDisplayName, String desiredSoftwareVersion, UpgradeType upgradeType, Boolean isClone, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated.
-