Uses of Class
com.oracle.bmc.oce.model.OceInstance.InstanceUsageType
-
Packages that use OceInstance.InstanceUsageType Package Description com.oracle.bmc.oce.model -
-
Uses of OceInstance.InstanceUsageType in com.oracle.bmc.oce.model
Methods in com.oracle.bmc.oce.model that return OceInstance.InstanceUsageType Modifier and Type Method Description static OceInstance.InstanceUsageType
OceInstance.InstanceUsageType. create(String key)
OceInstance.InstanceUsageType
OceInstance. getInstanceUsageType()
Instance type based on its usagestatic OceInstance.InstanceUsageType
OceInstance.InstanceUsageType. valueOf(String name)
Returns the enum constant of this type with the specified name.static OceInstance.InstanceUsageType[]
OceInstance.InstanceUsageType. 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.InstanceUsageType Modifier and Type Method Description OceInstance.Builder
OceInstance.Builder. instanceUsageType(OceInstance.InstanceUsageType instanceUsageType)
Instance type based on its usageConstructors in com.oracle.bmc.oce.model with parameters of type OceInstance.InstanceUsageType Constructor Description 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.
-