Uses of Class
com.oracle.bmc.oce.model.OceInstance.UpgradeSchedule
-
Packages that use OceInstance.UpgradeSchedule Package Description com.oracle.bmc.oce.model -
-
Uses of OceInstance.UpgradeSchedule in com.oracle.bmc.oce.model
Methods in com.oracle.bmc.oce.model that return OceInstance.UpgradeSchedule Modifier and Type Method Description static OceInstance.UpgradeSchedule
OceInstance.UpgradeSchedule. create(String key)
OceInstance.UpgradeSchedule
CreateOceInstanceDetails. getUpgradeSchedule()
Upgrade schedule type representing service to be upgraded immediately whenever latest version is released or delay upgrade of the service to previous released versionOceInstance.UpgradeSchedule
OceInstance. getUpgradeSchedule()
Upgrade schedule type representing service to be upgraded immediately whenever latest version is released or delay upgrade of the service to previous released versionOceInstance.UpgradeSchedule
OceInstanceSummary. getUpgradeSchedule()
Upgrade schedule type representing service to be upgraded immediately whenever latest version is released or delay upgrade of the service to previous released versionstatic OceInstance.UpgradeSchedule
OceInstance.UpgradeSchedule. valueOf(String name)
Returns the enum constant of this type with the specified name.static OceInstance.UpgradeSchedule[]
OceInstance.UpgradeSchedule. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.oce.model with parameters of type OceInstance.UpgradeSchedule Modifier and Type Method Description CreateOceInstanceDetails.Builder
CreateOceInstanceDetails.Builder. upgradeSchedule(OceInstance.UpgradeSchedule upgradeSchedule)
Upgrade schedule type representing service to be upgraded immediately whenever latest version is released or delay upgrade of the service to previous released versionOceInstance.Builder
OceInstance.Builder. upgradeSchedule(OceInstance.UpgradeSchedule upgradeSchedule)
Upgrade schedule type representing service to be upgraded immediately whenever latest version is released or delay upgrade of the service to previous released versionOceInstanceSummary.Builder
OceInstanceSummary.Builder. upgradeSchedule(OceInstance.UpgradeSchedule upgradeSchedule)
Upgrade schedule type representing service to be upgraded immediately whenever latest version is released or delay upgrade of the service to previous released versionConstructors in com.oracle.bmc.oce.model with parameters of type OceInstance.UpgradeSchedule Constructor Description CreateOceInstanceDetails(String description, String compartmentId, String name, String tenancyId, String idcsAccessToken, IdentityStripeDetails identityStripe, String tenancyName, CreateOceInstanceDetails.InstanceUsageType instanceUsageType, List<String> addOnFeatures, String objectStorageNamespace, String adminEmail, OceInstance.UpgradeSchedule upgradeSchedule, String wafPrimaryDomain, CreateOceInstanceDetails.InstanceAccessType instanceAccessType, LicenseType instanceLicenseType, String drRegion, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.OceInstance(String id, String guid, String description, String compartmentId, String name, String tenancyId, String idcsTenancy, String tenancyName, OceInstance.UpgradeSchedule upgradeSchedule, IdentityStripeDetails identityStripe, OceInstance.InstanceUsageType instanceUsageType, List<String> addOnFeatures, String objectStorageNamespace, String adminEmail, String wafPrimaryDomain, OceInstance.InstanceAccessType instanceAccessType, LicenseType instanceLicenseType, Date timeCreated, Date timeUpdated, LifecycleState lifecycleState, LifecycleDetails lifecycleDetails, String drRegion, String stateMessage, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, Map<String,Object> service)
Deprecated.OceInstanceSummary(String id, String guid, String description, String compartmentId, String name, String tenancyId, String idcsTenancy, String tenancyName, OceInstanceSummary.InstanceUsageType instanceUsageType, List<String> addOnFeatures, String objectStorageNamespace, String adminEmail, OceInstance.UpgradeSchedule upgradeSchedule, String wafPrimaryDomain, OceInstanceSummary.InstanceAccessType instanceAccessType, LicenseType instanceLicenseType, Date timeCreated, Date timeUpdated, LifecycleState lifecycleState, LifecycleDetails lifecycleDetails, String drRegion, String stateMessage, Map<String,Object> service, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.
-