UpdateAnalyticsInstanceDetails¶
-
class
oci.analytics.models.
UpdateAnalyticsInstanceDetails
(**kwargs)¶ Bases:
object
Input payload to update an Analytics instance. Fields that are not provided will not be updated.
Attributes
LICENSE_TYPE_BRING_YOUR_OWN_LICENSE
A constant which can be used with the license_type property of a UpdateAnalyticsInstanceDetails. LICENSE_TYPE_LICENSE_INCLUDED
A constant which can be used with the license_type property of a UpdateAnalyticsInstanceDetails. UPDATE_CHANNEL_EARLY
A constant which can be used with the update_channel property of a UpdateAnalyticsInstanceDetails. UPDATE_CHANNEL_PHASE_1
A constant which can be used with the update_channel property of a UpdateAnalyticsInstanceDetails. UPDATE_CHANNEL_PHASE_2
A constant which can be used with the update_channel property of a UpdateAnalyticsInstanceDetails. UPDATE_CHANNEL_REGULAR
A constant which can be used with the update_channel property of a UpdateAnalyticsInstanceDetails. defined_tags
Gets the defined_tags of this UpdateAnalyticsInstanceDetails. description
Gets the description of this UpdateAnalyticsInstanceDetails. email_notification
Gets the email_notification of this UpdateAnalyticsInstanceDetails. freeform_tags
Gets the freeform_tags of this UpdateAnalyticsInstanceDetails. license_type
Gets the license_type of this UpdateAnalyticsInstanceDetails. update_channel
Gets the update_channel of this UpdateAnalyticsInstanceDetails. Methods
__init__
(**kwargs)Initializes a new UpdateAnalyticsInstanceDetails object with values from keyword arguments. -
LICENSE_TYPE_BRING_YOUR_OWN_LICENSE
= 'BRING_YOUR_OWN_LICENSE'¶ A constant which can be used with the license_type property of a UpdateAnalyticsInstanceDetails. This constant has a value of “BRING_YOUR_OWN_LICENSE”
-
LICENSE_TYPE_LICENSE_INCLUDED
= 'LICENSE_INCLUDED'¶ A constant which can be used with the license_type property of a UpdateAnalyticsInstanceDetails. This constant has a value of “LICENSE_INCLUDED”
-
UPDATE_CHANNEL_EARLY
= 'EARLY'¶ A constant which can be used with the update_channel property of a UpdateAnalyticsInstanceDetails. This constant has a value of “EARLY”
-
UPDATE_CHANNEL_PHASE_1
= 'PHASE_1'¶ A constant which can be used with the update_channel property of a UpdateAnalyticsInstanceDetails. This constant has a value of “PHASE_1”
-
UPDATE_CHANNEL_PHASE_2
= 'PHASE_2'¶ A constant which can be used with the update_channel property of a UpdateAnalyticsInstanceDetails. This constant has a value of “PHASE_2”
-
UPDATE_CHANNEL_REGULAR
= 'REGULAR'¶ A constant which can be used with the update_channel property of a UpdateAnalyticsInstanceDetails. This constant has a value of “REGULAR”
-
__init__
(**kwargs)¶ Initializes a new UpdateAnalyticsInstanceDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - description (str) – The value to assign to the description property of this UpdateAnalyticsInstanceDetails.
- email_notification (str) – The value to assign to the email_notification property of this UpdateAnalyticsInstanceDetails.
- license_type (str) – The value to assign to the license_type property of this UpdateAnalyticsInstanceDetails. Allowed values for this property are: “LICENSE_INCLUDED”, “BRING_YOUR_OWN_LICENSE”
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdateAnalyticsInstanceDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdateAnalyticsInstanceDetails.
- update_channel (str) – The value to assign to the update_channel property of this UpdateAnalyticsInstanceDetails. Allowed values for this property are: “REGULAR”, “EARLY”, “PHASE_2”, “PHASE_1”
Gets the defined_tags of this UpdateAnalyticsInstanceDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
Example: {“Operations”: {“CostCenter”: “42”}}
Returns: The defined_tags of this UpdateAnalyticsInstanceDetails. Return type: dict(str, dict(str, object))
-
description
¶ Gets the description of this UpdateAnalyticsInstanceDetails. Optional description.
Returns: The description of this UpdateAnalyticsInstanceDetails. Return type: str
-
email_notification
¶ Gets the email_notification of this UpdateAnalyticsInstanceDetails. Email address receiving notifications.
Returns: The email_notification of this UpdateAnalyticsInstanceDetails. Return type: str
Gets the freeform_tags of this UpdateAnalyticsInstanceDetails. Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags.
Example: {“Department”: “Finance”}
Returns: The freeform_tags of this UpdateAnalyticsInstanceDetails. Return type: dict(str, str)
-
license_type
¶ Gets the license_type of this UpdateAnalyticsInstanceDetails. The license used for the service.
Allowed values for this property are: “LICENSE_INCLUDED”, “BRING_YOUR_OWN_LICENSE”
Returns: The license_type of this UpdateAnalyticsInstanceDetails. Return type: str
-
update_channel
¶ Gets the update_channel of this UpdateAnalyticsInstanceDetails. Analytics instance update channel.
Allowed values for this property are: “REGULAR”, “EARLY”, “PHASE_2”, “PHASE_1”
Returns: The update_channel of this UpdateAnalyticsInstanceDetails. Return type: str
-