Uses of Class
com.oracle.bmc.oce.model.LicenseType
-
Packages that use LicenseType Package Description com.oracle.bmc.oce.model -
-
Uses of LicenseType in com.oracle.bmc.oce.model
Methods in com.oracle.bmc.oce.model that return LicenseType Modifier and Type Method Description static LicenseType
LicenseType. create(String key)
LicenseType
CreateOceInstanceDetails. getInstanceLicenseType()
Flag indicating whether the instance license is new cloud or bring your own licenseLicenseType
OceInstance. getInstanceLicenseType()
Flag indicating whether the instance license is new cloud or bring your own licenseLicenseType
OceInstanceSummary. getInstanceLicenseType()
Flag indicating whether the instance license is new cloud or bring your own licenseLicenseType
UpdateOceInstanceDetails. getInstanceLicenseType()
Flag indicating whether the instance license is new cloud or bring your own licensestatic LicenseType
LicenseType. valueOf(String name)
Returns the enum constant of this type with the specified name.static LicenseType[]
LicenseType. 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 LicenseType Modifier and Type Method Description CreateOceInstanceDetails.Builder
CreateOceInstanceDetails.Builder. instanceLicenseType(LicenseType instanceLicenseType)
Flag indicating whether the instance license is new cloud or bring your own licenseOceInstance.Builder
OceInstance.Builder. instanceLicenseType(LicenseType instanceLicenseType)
Flag indicating whether the instance license is new cloud or bring your own licenseOceInstanceSummary.Builder
OceInstanceSummary.Builder. instanceLicenseType(LicenseType instanceLicenseType)
Flag indicating whether the instance license is new cloud or bring your own licenseUpdateOceInstanceDetails.Builder
UpdateOceInstanceDetails.Builder. instanceLicenseType(LicenseType instanceLicenseType)
Flag indicating whether the instance license is new cloud or bring your own licenseConstructors in com.oracle.bmc.oce.model with parameters of type LicenseType 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.UpdateOceInstanceDetails(String description, String wafPrimaryDomain, LicenseType instanceLicenseType, UpdateOceInstanceDetails.InstanceUsageType instanceUsageType, List<String> addOnFeatures, LifecycleDetails lifecycleDetails, String drRegion, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.
-