SetFeatureBundleDetails¶
-
class
oci.analytics.models.
SetFeatureBundleDetails
(**kwargs)¶ Bases:
object
Input payload for the feature set of an Analytics instance.
Attributes
FEATURE_BUNDLE_EE_EMBEDDED
A constant which can be used with the feature_bundle property of a SetFeatureBundleDetails. FEATURE_BUNDLE_FAW_FREE
A constant which can be used with the feature_bundle property of a SetFeatureBundleDetails. FEATURE_BUNDLE_FAW_PAID
A constant which can be used with the feature_bundle property of a SetFeatureBundleDetails. FEATURE_BUNDLE_SE_EMBEDDED
A constant which can be used with the feature_bundle property of a SetFeatureBundleDetails. feature_bundle
Gets the feature_bundle of this SetFeatureBundleDetails. Methods
__init__
(**kwargs)Initializes a new SetFeatureBundleDetails object with values from keyword arguments. -
FEATURE_BUNDLE_EE_EMBEDDED
= 'EE_EMBEDDED'¶ A constant which can be used with the feature_bundle property of a SetFeatureBundleDetails. This constant has a value of “EE_EMBEDDED”
-
FEATURE_BUNDLE_FAW_FREE
= 'FAW_FREE'¶ A constant which can be used with the feature_bundle property of a SetFeatureBundleDetails. This constant has a value of “FAW_FREE”
-
FEATURE_BUNDLE_FAW_PAID
= 'FAW_PAID'¶ A constant which can be used with the feature_bundle property of a SetFeatureBundleDetails. This constant has a value of “FAW_PAID”
-
FEATURE_BUNDLE_SE_EMBEDDED
= 'SE_EMBEDDED'¶ A constant which can be used with the feature_bundle property of a SetFeatureBundleDetails. This constant has a value of “SE_EMBEDDED”
-
__init__
(**kwargs)¶ Initializes a new SetFeatureBundleDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: feature_bundle (str) – The value to assign to the feature_bundle property of this SetFeatureBundleDetails. Allowed values for this property are: “FAW_PAID”, “FAW_FREE”, “EE_EMBEDDED”, “SE_EMBEDDED”
-
feature_bundle
¶ Gets the feature_bundle of this SetFeatureBundleDetails. The feature set of an Analytics instance.
Allowed values for this property are: “FAW_PAID”, “FAW_FREE”, “EE_EMBEDDED”, “SE_EMBEDDED”
Returns: The feature_bundle of this SetFeatureBundleDetails. Return type: str
-