ExportSetting¶
- 
class oci.jms.models.ExportSetting(**kwargs)¶
- Bases: - object- Export settings of a fleet. - Attributes - EXPORT_DURATION_LAST_30_DAYS- A constant which can be used with the export_duration property of a ExportSetting. - EXPORT_DURATION_LAST_60_DAYS- A constant which can be used with the export_duration property of a ExportSetting. - EXPORT_DURATION_LAST_90_DAYS- A constant which can be used with the export_duration property of a ExportSetting. - EXPORT_FREQUENCY_DAILY- A constant which can be used with the export_frequency property of a ExportSetting. - EXPORT_FREQUENCY_MONTHLY- A constant which can be used with the export_frequency property of a ExportSetting. - EXPORT_FREQUENCY_WEEKLY- A constant which can be used with the export_frequency property of a ExportSetting. - EXPORT_RESOURCES_MANAGED_INSTANCE- A constant which can be used with the export_resources property of a ExportSetting. - EXPORT_RESOURCES_MANAGED_INSTANCE_PLUS_JAVA_RUNTIME- A constant which can be used with the export_resources property of a ExportSetting. - EXPORT_RESOURCES_MANAGED_INSTANCE_PLUS_JAVA_RUNTIME_PLUS_APPLICATION- A constant which can be used with the export_resources property of a ExportSetting. - export_data_filters- Gets the export_data_filters of this ExportSetting. - export_duration- Gets the export_duration of this ExportSetting. - export_frequency- Gets the export_frequency of this ExportSetting. - export_resources- Gets the export_resources of this ExportSetting. - export_setting_key- Gets the export_setting_key of this ExportSetting. - fleet_id- Gets the fleet_id of this ExportSetting. - is_cross_region_acknowledged- Gets the is_cross_region_acknowledged of this ExportSetting. - is_enabled- [Required] Gets the is_enabled of this ExportSetting. - target_bucket_name- Gets the target_bucket_name of this ExportSetting. - target_bucket_namespace- Gets the target_bucket_namespace of this ExportSetting. - target_bucket_region- Gets the target_bucket_region of this ExportSetting. - time_created- Gets the time_created of this ExportSetting. - time_last_modified- Gets the time_last_modified of this ExportSetting. - Methods - __init__(**kwargs)- Initializes a new ExportSetting object with values from keyword arguments. - 
EXPORT_DURATION_LAST_30_DAYS= 'LAST_30_DAYS'¶
- A constant which can be used with the export_duration property of a ExportSetting. This constant has a value of “LAST_30_DAYS” 
 - 
EXPORT_DURATION_LAST_60_DAYS= 'LAST_60_DAYS'¶
- A constant which can be used with the export_duration property of a ExportSetting. This constant has a value of “LAST_60_DAYS” 
 - 
EXPORT_DURATION_LAST_90_DAYS= 'LAST_90_DAYS'¶
- A constant which can be used with the export_duration property of a ExportSetting. This constant has a value of “LAST_90_DAYS” 
 - 
EXPORT_FREQUENCY_DAILY= 'DAILY'¶
- A constant which can be used with the export_frequency property of a ExportSetting. This constant has a value of “DAILY” 
 - 
EXPORT_FREQUENCY_MONTHLY= 'MONTHLY'¶
- A constant which can be used with the export_frequency property of a ExportSetting. This constant has a value of “MONTHLY” 
 - 
EXPORT_FREQUENCY_WEEKLY= 'WEEKLY'¶
- A constant which can be used with the export_frequency property of a ExportSetting. This constant has a value of “WEEKLY” 
 - 
EXPORT_RESOURCES_MANAGED_INSTANCE= 'MANAGED_INSTANCE'¶
- A constant which can be used with the export_resources property of a ExportSetting. This constant has a value of “MANAGED_INSTANCE” 
 - 
EXPORT_RESOURCES_MANAGED_INSTANCE_PLUS_JAVA_RUNTIME= 'MANAGED_INSTANCE_PLUS_JAVA_RUNTIME'¶
- A constant which can be used with the export_resources property of a ExportSetting. This constant has a value of “MANAGED_INSTANCE_PLUS_JAVA_RUNTIME” 
 - 
EXPORT_RESOURCES_MANAGED_INSTANCE_PLUS_JAVA_RUNTIME_PLUS_APPLICATION= 'MANAGED_INSTANCE_PLUS_JAVA_RUNTIME_PLUS_APPLICATION'¶
- A constant which can be used with the export_resources property of a ExportSetting. This constant has a value of “MANAGED_INSTANCE_PLUS_JAVA_RUNTIME_PLUS_APPLICATION” 
 - 
__init__(**kwargs)¶
- Initializes a new ExportSetting object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - export_setting_key (str) – The value to assign to the export_setting_key property of this ExportSetting.
- fleet_id (str) – The value to assign to the fleet_id property of this ExportSetting.
- export_duration (str) – The value to assign to the export_duration property of this ExportSetting. Allowed values for this property are: “LAST_30_DAYS”, “LAST_60_DAYS”, “LAST_90_DAYS”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- export_resources (str) – The value to assign to the export_resources property of this ExportSetting. Allowed values for this property are: “MANAGED_INSTANCE”, “MANAGED_INSTANCE_PLUS_JAVA_RUNTIME”, “MANAGED_INSTANCE_PLUS_JAVA_RUNTIME_PLUS_APPLICATION”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- is_cross_region_acknowledged (bool) – The value to assign to the is_cross_region_acknowledged property of this ExportSetting.
- target_bucket_name (str) – The value to assign to the target_bucket_name property of this ExportSetting.
- target_bucket_namespace (str) – The value to assign to the target_bucket_namespace property of this ExportSetting.
- target_bucket_region (str) – The value to assign to the target_bucket_region property of this ExportSetting.
- export_frequency (str) – The value to assign to the export_frequency property of this ExportSetting. Allowed values for this property are: “DAILY”, “WEEKLY”, “MONTHLY”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- is_enabled (bool) – The value to assign to the is_enabled property of this ExportSetting.
- time_created (datetime) – The value to assign to the time_created property of this ExportSetting.
- time_last_modified (datetime) – The value to assign to the time_last_modified property of this ExportSetting.
- export_data_filters (oci.jms.models.ExportDataFilters) – The value to assign to the export_data_filters property of this ExportSetting.
 
 - 
export_data_filters¶
- Gets the export_data_filters of this ExportSetting. - Returns: - The export_data_filters of this ExportSetting. - Return type: - oci.jms.models.ExportDataFilters 
 - 
export_duration¶
- Gets the export_duration of this ExportSetting. The duration of data to be exported for fleets. - Allowed values for this property are: “LAST_30_DAYS”, “LAST_60_DAYS”, “LAST_90_DAYS”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’. - Returns: - The export_duration of this ExportSetting. - Return type: - str 
 - 
export_frequency¶
- Gets the export_frequency of this ExportSetting. Schedule at which data will be exported. - Allowed values for this property are: “DAILY”, “WEEKLY”, “MONTHLY”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’. - Returns: - The export_frequency of this ExportSetting. - Return type: - str 
 - 
export_resources¶
- Gets the export_resources of this ExportSetting. Resource to export data associated from the fleets. - Allowed values for this property are: “MANAGED_INSTANCE”, “MANAGED_INSTANCE_PLUS_JAVA_RUNTIME”, “MANAGED_INSTANCE_PLUS_JAVA_RUNTIME_PLUS_APPLICATION”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’. - Returns: - The export_resources of this ExportSetting. - Return type: - str 
 - 
export_setting_key¶
- Gets the export_setting_key of this ExportSetting. The internal identifier of the export setting. - Returns: - The export_setting_key of this ExportSetting. - Return type: - str 
 - 
fleet_id¶
- Gets the fleet_id of this ExportSetting. The OCID of the fleet. - Returns: - The fleet_id of this ExportSetting. - Return type: - str 
 - 
is_cross_region_acknowledged¶
- Gets the is_cross_region_acknowledged of this ExportSetting. Acknowledgement for cross region target bucket configuration. - Returns: - The is_cross_region_acknowledged of this ExportSetting. - Return type: - bool 
 - 
is_enabled¶
- [Required] Gets the is_enabled of this ExportSetting. ExportSetting flag to store enabled or disabled status. - Returns: - The is_enabled of this ExportSetting. - Return type: - bool 
 - 
target_bucket_name¶
- Gets the target_bucket_name of this ExportSetting. The name of the bucket where data will be exported. - Returns: - The target_bucket_name of this ExportSetting. - Return type: - str 
 - 
target_bucket_namespace¶
- Gets the target_bucket_namespace of this ExportSetting. The namespace of the bucket where data will be exported. - Returns: - The target_bucket_namespace of this ExportSetting. - Return type: - str 
 - 
target_bucket_region¶
- Gets the target_bucket_region of this ExportSetting. The id of the region of the target bucket. - Returns: - The target_bucket_region of this ExportSetting. - Return type: - str 
 
-