ExtendDataRetentionDetails¶
-
class
oci.integration.models.
ExtendDataRetentionDetails
(**kwargs)¶ Bases:
object
Details for extending data retention for given integration instance
Attributes
DATA_RETENTION_PERIOD_MONTHS_1
A constant which can be used with the data_retention_period property of a ExtendDataRetentionDetails. DATA_RETENTION_PERIOD_MONTHS_3
A constant which can be used with the data_retention_period property of a ExtendDataRetentionDetails. DATA_RETENTION_PERIOD_MONTHS_6
A constant which can be used with the data_retention_period property of a ExtendDataRetentionDetails. data_retention_period
[Required] Gets the data_retention_period of this ExtendDataRetentionDetails. Methods
__init__
(**kwargs)Initializes a new ExtendDataRetentionDetails object with values from keyword arguments. -
DATA_RETENTION_PERIOD_MONTHS_1
= 'MONTHS_1'¶ A constant which can be used with the data_retention_period property of a ExtendDataRetentionDetails. This constant has a value of “MONTHS_1”
-
DATA_RETENTION_PERIOD_MONTHS_3
= 'MONTHS_3'¶ A constant which can be used with the data_retention_period property of a ExtendDataRetentionDetails. This constant has a value of “MONTHS_3”
-
DATA_RETENTION_PERIOD_MONTHS_6
= 'MONTHS_6'¶ A constant which can be used with the data_retention_period property of a ExtendDataRetentionDetails. This constant has a value of “MONTHS_6”
-
__init__
(**kwargs)¶ Initializes a new ExtendDataRetentionDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: data_retention_period (str) – The value to assign to the data_retention_period property of this ExtendDataRetentionDetails. Allowed values for this property are: “MONTHS_1”, “MONTHS_3”, “MONTHS_6”
-
data_retention_period
¶ [Required] Gets the data_retention_period of this ExtendDataRetentionDetails. Data retention period set for given integration instance
Allowed values for this property are: “MONTHS_1”, “MONTHS_3”, “MONTHS_6”
Returns: The data_retention_period of this ExtendDataRetentionDetails. Return type: str
-