Package | Description |
---|---|
com.oracle.bmc.analytics.model |
Modifier and Type | Method and Description |
---|---|
static LicenseType |
LicenseType.create(String key) |
LicenseType |
CreateAnalyticsInstanceDetails.getLicenseType()
The license used for the service.
|
LicenseType |
UpdateAnalyticsInstanceDetails.getLicenseType()
The license used for the service.
|
LicenseType |
AnalyticsInstance.getLicenseType()
The license used for the service.
|
LicenseType |
AnalyticsInstanceSummary.getLicenseType()
The license used for the service.
|
static 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.
|
Modifier and Type | Method and Description |
---|---|
CreateAnalyticsInstanceDetails.Builder |
CreateAnalyticsInstanceDetails.Builder.licenseType(LicenseType licenseType)
The license used for the service.
|
UpdateAnalyticsInstanceDetails.Builder |
UpdateAnalyticsInstanceDetails.Builder.licenseType(LicenseType licenseType)
The license used for the service.
|
AnalyticsInstance.Builder |
AnalyticsInstance.Builder.licenseType(LicenseType licenseType)
The license used for the service.
|
AnalyticsInstanceSummary.Builder |
AnalyticsInstanceSummary.Builder.licenseType(LicenseType licenseType)
The license used for the service.
|
Constructor and Description |
---|
AnalyticsInstance(String id,
String name,
String description,
String compartmentId,
AnalyticsInstanceLifecycleState lifecycleState,
FeatureSet featureSet,
Capacity capacity,
LicenseType licenseType,
String emailNotification,
UpdateChannel updateChannel,
NetworkEndpointDetails networkEndpointDetails,
Map<String,PrivateAccessChannel> privateAccessChannels,
Map<String,VanityUrlDetails> vanityUrlDetails,
String serviceUrl,
Map<String,Map<String,Object>> definedTags,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> systemTags,
String kmsKeyId,
Date timeCreated,
Date timeUpdated,
FeatureBundle featureBundle,
String domainId)
Deprecated.
|
AnalyticsInstanceSummary(String id,
String name,
String description,
String compartmentId,
AnalyticsInstanceLifecycleState lifecycleState,
FeatureSet featureSet,
Capacity capacity,
LicenseType licenseType,
String emailNotification,
NetworkEndpointDetails networkEndpointDetails,
String serviceUrl,
Map<String,Map<String,Object>> definedTags,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> systemTags,
Date timeCreated,
Date timeUpdated)
Deprecated.
|
CreateAnalyticsInstanceDetails(String name,
String description,
String compartmentId,
FeatureSet featureSet,
Capacity capacity,
LicenseType licenseType,
String emailNotification,
NetworkEndpointDetails networkEndpointDetails,
String idcsAccessToken,
Map<String,Map<String,Object>> definedTags,
Map<String,String> freeformTags,
UpdateChannel updateChannel,
String kmsKeyId,
String domainId,
String adminUser,
FeatureBundle featureBundle)
Deprecated.
|
UpdateAnalyticsInstanceDetails(String description,
String emailNotification,
LicenseType licenseType,
Map<String,Map<String,Object>> definedTags,
Map<String,String> freeformTags,
UpdateChannel updateChannel)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.