oci 2.128.0__py3-none-any.whl → 2.128.2__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (300) hide show
  1. oci/access_governance_cp/access_governance_cp_client.py +8 -8
  2. oci/adm/application_dependency_management_client.py +36 -36
  3. oci/ai_anomaly_detection/anomaly_detection_client.py +36 -36
  4. oci/ai_document/ai_service_document_client.py +22 -22
  5. oci/ai_document/models/analyze_document_details.py +7 -3
  6. oci/ai_document/models/general_processor_config.py +7 -3
  7. oci/ai_language/ai_service_language_client.py +44 -44
  8. oci/ai_speech/ai_service_speech_client.py +10 -10
  9. oci/ai_vision/ai_service_vision_client.py +25 -25
  10. oci/analytics/analytics_client.py +23 -23
  11. oci/announcements_service/announcement_client.py +4 -4
  12. oci/announcements_service/announcement_subscription_client.py +9 -9
  13. oci/announcements_service/announcements_preferences_client.py +4 -4
  14. oci/apigateway/api_gateway_client.py +21 -21
  15. oci/apigateway/deployment_client.py +6 -6
  16. oci/apigateway/gateway_client.py +6 -6
  17. oci/apigateway/subscribers_client.py +6 -6
  18. oci/apigateway/usage_plans_client.py +6 -6
  19. oci/apigateway/work_requests_client.py +5 -5
  20. oci/apm_config/config_client.py +108 -8
  21. oci/apm_config/models/__init__.py +10 -0
  22. oci/apm_config/models/filter_text_or_id.py +112 -0
  23. oci/apm_config/models/test_details.py +101 -0
  24. oci/apm_config/models/test_output.py +101 -0
  25. oci/apm_config/models/test_span_enrichment_details.py +148 -0
  26. oci/apm_config/models/test_span_enrichment_output.py +113 -0
  27. oci/apm_control_plane/apm_domain_client.py +14 -14
  28. oci/apm_synthetics/apm_synthetic_client.py +28 -28
  29. oci/apm_traces/attributes_client.py +8 -8
  30. oci/apm_traces/query_client.py +2 -2
  31. oci/apm_traces/trace_client.py +4 -4
  32. oci/appmgmt_control/appmgmt_control_client.py +8 -8
  33. oci/artifacts/artifacts_client.py +32 -32
  34. oci/audit/audit_client.py +3 -3
  35. oci/autoscaling/auto_scaling_client.py +11 -11
  36. oci/bastion/bastion_client.py +15 -15
  37. oci/bds/bds_client.py +66 -66
  38. oci/blockchain/blockchain_platform_client.py +27 -27
  39. oci/budget/budget_client.py +10 -10
  40. oci/capacity_management/capacity_management_client.py +22 -22
  41. oci/certificates/certificates_client.py +5 -5
  42. oci/certificates_management/certificates_management_client.py +32 -32
  43. oci/cims/incident_client.py +8 -8
  44. oci/cims/user_client.py +1 -1
  45. oci/cloud_bridge/common_client.py +5 -5
  46. oci/cloud_bridge/discovery_client.py +14 -14
  47. oci/cloud_bridge/inventory_client.py +16 -16
  48. oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
  49. oci/cloud_guard/cloud_guard_client.py +155 -155
  50. oci/cloud_guard/models/resource_profile.py +66 -4
  51. oci/cloud_guard/models/resource_profile_endpoint_summary.py +97 -4
  52. oci/cloud_guard/models/resource_profile_impacted_resource_summary.py +126 -2
  53. oci/cloud_guard/models/resource_profile_summary.py +66 -4
  54. oci/cloud_guard/models/security_policy_collection.py +115 -2
  55. oci/cloud_guard/models/sighting.py +66 -4
  56. oci/cloud_guard/models/sighting_endpoint_summary.py +97 -4
  57. oci/cloud_guard/models/sighting_impacted_resource_summary.py +126 -2
  58. oci/cloud_guard/models/sighting_summary.py +66 -4
  59. oci/cloud_migrations/migration_client.py +43 -43
  60. oci/cluster_placement_groups/cluster_placement_groups_cp_client.py +13 -13
  61. oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +12 -12
  62. oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
  63. oci/compute_instance_agent/plugin_client.py +2 -2
  64. oci/compute_instance_agent/pluginconfig_client.py +1 -1
  65. oci/container_engine/container_engine_client.py +44 -44
  66. oci/container_instances/container_instance_client.py +18 -18
  67. oci/core/blockstorage_client.py +60 -60
  68. oci/core/compute_client.py +99 -99
  69. oci/core/compute_management_client.py +32 -32
  70. oci/core/virtual_network_client.py +247 -247
  71. oci/dashboard_service/dashboard_client.py +6 -6
  72. oci/dashboard_service/dashboard_group_client.py +6 -6
  73. oci/data_catalog/data_catalog_client.py +149 -149
  74. oci/data_flow/data_flow_client.py +42 -42
  75. oci/data_integration/data_integration_client.py +163 -163
  76. oci/data_labeling_service/data_labeling_management_client.py +17 -17
  77. oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
  78. oci/data_safe/data_safe_client.py +278 -278
  79. oci/data_science/data_science_client.py +91 -91
  80. oci/database/database_client.py +334 -334
  81. oci/database/models/autonomous_database.py +62 -0
  82. oci/database/models/autonomous_database_summary.py +62 -0
  83. oci/database_management/db_management_client.py +208 -208
  84. oci/database_management/diagnosability_client.py +4 -4
  85. oci/database_management/managed_my_sql_databases_client.py +7 -7
  86. oci/database_management/perfhub_client.py +1 -1
  87. oci/database_management/sql_tuning_client.py +17 -17
  88. oci/database_migration/database_migration_client.py +41 -41
  89. oci/database_tools/database_tools_client.py +23 -23
  90. oci/demand_signal/occ_demand_signal_client.py +7 -7
  91. oci/desktops/desktop_service_client.py +21 -21
  92. oci/devops/devops_client.py +89 -89
  93. oci/disaster_recovery/disaster_recovery_client.py +29 -29
  94. oci/dns/dns_client.py +52 -52
  95. oci/dts/appliance_export_job_client.py +6 -6
  96. oci/dts/shipping_vendors_client.py +1 -1
  97. oci/dts/transfer_appliance_client.py +8 -8
  98. oci/dts/transfer_appliance_entitlement_client.py +3 -3
  99. oci/dts/transfer_device_client.py +5 -5
  100. oci/dts/transfer_job_client.py +6 -6
  101. oci/dts/transfer_package_client.py +7 -7
  102. oci/em_warehouse/em_data_lake_client.py +13 -13
  103. oci/em_warehouse/em_warehouse_client.py +13 -13
  104. oci/email/email_client.py +31 -31
  105. oci/email_data_plane/email_dp_client.py +1 -1
  106. oci/events/events_client.py +6 -6
  107. oci/file_storage/file_storage_client.py +50 -50
  108. oci/fleet_software_update/fleet_software_update_client.py +44 -44
  109. oci/functions/functions_invoke_client.py +1 -1
  110. oci/functions/functions_management_client.py +16 -16
  111. oci/fusion_apps/data_masking_activity_client.py +3 -3
  112. oci/fusion_apps/fusion_applications_client.py +233 -39
  113. oci/fusion_apps/fusion_applications_client_composite_operations.py +39 -0
  114. oci/fusion_apps/fusion_environment_client.py +15 -15
  115. oci/fusion_apps/fusion_environment_family_client.py +8 -8
  116. oci/fusion_apps/models/__init__.py +4 -0
  117. oci/fusion_apps/models/extract_details_collection.py +72 -0
  118. oci/fusion_apps/models/extract_details_summary.py +134 -0
  119. oci/fusion_apps/models/fusion_environment.py +33 -2
  120. oci/fusion_apps/models/subscription.py +214 -0
  121. oci/fusion_apps/models/work_request.py +27 -3
  122. oci/fusion_apps/refresh_activity_client.py +4 -4
  123. oci/fusion_apps/scheduled_activity_client.py +2 -2
  124. oci/fusion_apps/service_attachment_client.py +2 -2
  125. oci/generative_ai/generative_ai_client.py +22 -22
  126. oci/generative_ai_inference/generative_ai_inference_client.py +4 -4
  127. oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
  128. oci/globally_distributed_database/models/create_dedicated_sharded_database.py +93 -0
  129. oci/globally_distributed_database/models/dedicated_sharded_database.py +111 -0
  130. oci/globally_distributed_database/models/dedicated_sharded_database_summary.py +93 -0
  131. oci/globally_distributed_database/models/private_endpoint.py +31 -0
  132. oci/globally_distributed_database/models/work_request.py +51 -3
  133. oci/globally_distributed_database/models/work_request_summary.py +51 -3
  134. oci/globally_distributed_database/sharded_database_service_client.py +174 -30
  135. oci/globally_distributed_database/sharded_database_service_client_composite_operations.py +39 -0
  136. oci/golden_gate/golden_gate_client.py +68 -68
  137. oci/governance_rules_control_plane/governance_rule_client.py +15 -15
  138. oci/governance_rules_control_plane/work_request_client.py +5 -5
  139. oci/healthchecks/health_checks_client.py +17 -17
  140. oci/identity/identity_client.py +145 -145
  141. oci/identity_data_plane/dataplane_client.py +2 -2
  142. oci/identity_domains/identity_domains_client.py +300 -300
  143. oci/integration/integration_instance_client.py +15 -15
  144. oci/jms/java_management_service_client.py +66 -66
  145. oci/jms_java_downloads/java_download_client.py +25 -25
  146. oci/key_management/ekm_client.py +5 -5
  147. oci/key_management/kms_crypto_client.py +6 -6
  148. oci/key_management/kms_hsm_cluster_client.py +12 -12
  149. oci/key_management/kms_management_client.py +21 -21
  150. oci/key_management/kms_vault_client.py +14 -14
  151. oci/license_manager/license_manager_client.py +18 -18
  152. oci/limits/limits_client.py +4 -4
  153. oci/limits/quotas_client.py +7 -7
  154. oci/load_balancer/load_balancer_client.py +61 -61
  155. oci/lockbox/lockbox_client.py +24 -24
  156. oci/log_analytics/log_analytics_client.py +193 -193
  157. oci/logging/logging_management_client.py +30 -30
  158. oci/loggingingestion/logging_client.py +1 -1
  159. oci/loggingsearch/log_search_client.py +1 -1
  160. oci/management_agent/management_agent_client.py +28 -28
  161. oci/management_dashboard/dashx_apis_client.py +14 -14
  162. oci/marketplace/account_client.py +2 -2
  163. oci/marketplace/marketplace_client.py +30 -30
  164. oci/marketplace_private_offer/attachment_client.py +5 -5
  165. oci/marketplace_private_offer/offer_client.py +6 -6
  166. oci/marketplace_publisher/attachment_client.py +5 -5
  167. oci/marketplace_publisher/marketplace_publisher_client.py +71 -71
  168. oci/marketplace_publisher/offer_client.py +6 -6
  169. oci/media_services/media_services_client.py +60 -60
  170. oci/media_services/media_stream_client.py +2 -2
  171. oci/monitoring/models/alarm.py +167 -8
  172. oci/monitoring/models/alarm_dimension_states_entry.py +49 -4
  173. oci/monitoring/models/alarm_history_entry.py +47 -0
  174. oci/monitoring/models/alarm_override.py +34 -4
  175. oci/monitoring/models/alarm_status_summary.py +49 -4
  176. oci/monitoring/models/alarm_summary.py +172 -6
  177. oci/monitoring/models/create_alarm_details.py +169 -10
  178. oci/monitoring/models/update_alarm_details.py +169 -10
  179. oci/monitoring/monitoring_client.py +18 -18
  180. oci/mysql/channels_client.py +7 -7
  181. oci/mysql/db_backups_client.py +6 -6
  182. oci/mysql/db_system_client.py +17 -17
  183. oci/mysql/mysqlaas_client.py +7 -7
  184. oci/mysql/replicas_client.py +5 -5
  185. oci/mysql/work_requests_client.py +4 -4
  186. oci/network_firewall/network_firewall_client.py +80 -80
  187. oci/network_load_balancer/network_load_balancer_client.py +34 -34
  188. oci/nosql/nosql_client.py +24 -24
  189. oci/object_storage/object_storage_client.py +50 -50
  190. oci/oce/oce_instance_client.py +10 -10
  191. oci/oci_control_center/occ_metrics_client.py +3 -3
  192. oci/ocvp/cluster_client.py +5 -5
  193. oci/ocvp/esxi_host_client.py +8 -8
  194. oci/ocvp/sddc_client.py +14 -14
  195. oci/ocvp/work_request_client.py +4 -4
  196. oci/oda/management_client.py +59 -59
  197. oci/oda/oda_client.py +17 -17
  198. oci/oda/odapackage_client.py +7 -7
  199. oci/onesubscription/billing_schedule_client.py +1 -1
  200. oci/onesubscription/commitment_client.py +2 -2
  201. oci/onesubscription/computed_usage_client.py +3 -3
  202. oci/onesubscription/invoice_summary_client.py +2 -2
  203. oci/onesubscription/organization_subscription_client.py +1 -1
  204. oci/onesubscription/ratecard_client.py +1 -1
  205. oci/onesubscription/subscribed_service_client.py +2 -2
  206. oci/onesubscription/subscription_client.py +1 -1
  207. oci/ons/notification_control_plane_client.py +6 -6
  208. oci/ons/notification_data_plane_client.py +10 -10
  209. oci/opa/opa_instance_client.py +13 -13
  210. oci/opensearch/opensearch_cluster_backup_client.py +4 -4
  211. oci/opensearch/opensearch_cluster_client.py +14 -14
  212. oci/operator_access_control/access_requests_client.py +10 -10
  213. oci/operator_access_control/operator_actions_client.py +2 -2
  214. oci/operator_access_control/operator_control_assignment_client.py +8 -8
  215. oci/operator_access_control/operator_control_client.py +6 -6
  216. oci/opsi/operations_insights_client.py +175 -175
  217. oci/optimizer/optimizer_client.py +26 -26
  218. oci/os_management/event_client.py +8 -8
  219. oci/os_management/os_management_client.py +69 -69
  220. oci/os_management_hub/event_client.py +8 -8
  221. oci/os_management_hub/lifecycle_environment_client.py +12 -12
  222. oci/os_management_hub/managed_instance_client.py +31 -31
  223. oci/os_management_hub/managed_instance_group_client.py +25 -25
  224. oci/os_management_hub/management_station_client.py +10 -10
  225. oci/os_management_hub/onboarding_client.py +6 -6
  226. oci/os_management_hub/reporting_managed_instance_client.py +3 -3
  227. oci/os_management_hub/scheduled_job_client.py +7 -7
  228. oci/os_management_hub/software_source_client.py +27 -27
  229. oci/os_management_hub/work_request_client.py +4 -4
  230. oci/osp_gateway/address_rule_service_client.py +1 -1
  231. oci/osp_gateway/address_service_client.py +2 -2
  232. oci/osp_gateway/invoice_service_client.py +5 -5
  233. oci/osp_gateway/subscription_service_client.py +5 -5
  234. oci/osub_billing_schedule/billing_schedule_client.py +1 -1
  235. oci/osub_organization_subscription/organization_subscription_client.py +1 -1
  236. oci/osub_subscription/commitment_client.py +2 -2
  237. oci/osub_subscription/ratecard_client.py +1 -1
  238. oci/osub_subscription/subscription_client.py +1 -1
  239. oci/osub_usage/computed_usage_client.py +3 -3
  240. oci/psql/postgresql_client.py +33 -33
  241. oci/queue/models/get_message.py +35 -0
  242. oci/queue/models/queue.py +7 -3
  243. oci/queue/models/queue_stats.py +2 -2
  244. oci/queue/queue_admin_client.py +13 -13
  245. oci/queue/queue_client.py +10 -10
  246. oci/recovery/database_recovery_client.py +25 -25
  247. oci/redis/redis_cluster_client.py +22 -22
  248. oci/resource_manager/resource_manager_client.py +52 -52
  249. oci/resource_scheduler/schedule_client.py +13 -13
  250. oci/resource_search/resource_search_client.py +3 -3
  251. oci/rover/rover_bundle_client.py +8 -8
  252. oci/rover/rover_cluster_client.py +8 -8
  253. oci/rover/rover_entitlement_client.py +6 -6
  254. oci/rover/rover_node_client.py +15 -15
  255. oci/rover/shape_client.py +1 -1
  256. oci/rover/work_requests_client.py +5 -5
  257. oci/sch/connector_plugins_client.py +2 -2
  258. oci/sch/service_connector_client.py +12 -12
  259. oci/secrets/secrets_client.py +3 -3
  260. oci/service_catalog/service_catalog_client.py +26 -26
  261. oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
  262. oci/service_mesh/service_mesh_client.py +48 -48
  263. oci/stack_monitoring/models/discovery_details.py +7 -3
  264. oci/stack_monitoring/models/discovery_job_summary.py +7 -3
  265. oci/stack_monitoring/stack_monitoring_client.py +64 -64
  266. oci/streaming/stream_admin_client.py +18 -18
  267. oci/streaming/stream_client.py +8 -8
  268. oci/tenant_manager_control_plane/domain_client.py +5 -5
  269. oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
  270. oci/tenant_manager_control_plane/governance_client.py +2 -2
  271. oci/tenant_manager_control_plane/link_client.py +3 -3
  272. oci/tenant_manager_control_plane/orders_client.py +2 -2
  273. oci/tenant_manager_control_plane/organization_client.py +10 -10
  274. oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
  275. oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
  276. oci/tenant_manager_control_plane/subscription_client.py +11 -11
  277. oci/tenant_manager_control_plane/work_request_client.py +4 -4
  278. oci/threat_intelligence/threatintel_client.py +5 -5
  279. oci/usage/resources_client.py +2 -2
  280. oci/usage/rewards_client.py +6 -6
  281. oci/usage/usagelimits_client.py +1 -1
  282. oci/usage_api/usageapi_client.py +33 -33
  283. oci/vault/vaults_client.py +13 -13
  284. oci/vbs_inst/vbs_instance_client.py +10 -10
  285. oci/version.py +1 -1
  286. oci/visual_builder/vb_instance_client.py +13 -13
  287. oci/vn_monitoring/vn_monitoring_client.py +12 -12
  288. oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
  289. oci/waa/waa_client.py +13 -13
  290. oci/waa/work_request_client.py +4 -4
  291. oci/waas/redirect_client.py +6 -6
  292. oci/waas/waas_client.py +66 -66
  293. oci/waf/waf_client.py +24 -24
  294. oci/work_requests/work_request_client.py +4 -4
  295. {oci-2.128.0.dist-info → oci-2.128.2.dist-info}/METADATA +1 -1
  296. {oci-2.128.0.dist-info → oci-2.128.2.dist-info}/RECORD +300 -293
  297. {oci-2.128.0.dist-info → oci-2.128.2.dist-info}/LICENSE.txt +0 -0
  298. {oci-2.128.0.dist-info → oci-2.128.2.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
  299. {oci-2.128.0.dist-info → oci-2.128.2.dist-info}/WHEEL +0 -0
  300. {oci-2.128.0.dist-info → oci-2.128.2.dist-info}/top_level.txt +0 -0
@@ -98,6 +98,14 @@ class ResourceProfile(object):
98
98
  The value to assign to the time_last_detected property of this ResourceProfile.
99
99
  :type time_last_detected: datetime
100
100
 
101
+ :param time_first_occurred:
102
+ The value to assign to the time_first_occurred property of this ResourceProfile.
103
+ :type time_first_occurred: datetime
104
+
105
+ :param time_last_occurred:
106
+ The value to assign to the time_last_occurred property of this ResourceProfile.
107
+ :type time_last_occurred: datetime
108
+
101
109
  :param tactics:
102
110
  The value to assign to the tactics property of this ResourceProfile.
103
111
  :type tactics: list[oci.cloud_guard.models.TacticSummary]
@@ -122,6 +130,8 @@ class ResourceProfile(object):
122
130
  'time_peak_score': 'datetime',
123
131
  'time_first_detected': 'datetime',
124
132
  'time_last_detected': 'datetime',
133
+ 'time_first_occurred': 'datetime',
134
+ 'time_last_occurred': 'datetime',
125
135
  'tactics': 'list[TacticSummary]',
126
136
  'locks': 'list[ResourceLock]'
127
137
  }
@@ -141,6 +151,8 @@ class ResourceProfile(object):
141
151
  'time_peak_score': 'timePeakScore',
142
152
  'time_first_detected': 'timeFirstDetected',
143
153
  'time_last_detected': 'timeLastDetected',
154
+ 'time_first_occurred': 'timeFirstOccurred',
155
+ 'time_last_occurred': 'timeLastOccurred',
144
156
  'tactics': 'tactics',
145
157
  'locks': 'locks'
146
158
  }
@@ -159,6 +171,8 @@ class ResourceProfile(object):
159
171
  self._time_peak_score = None
160
172
  self._time_first_detected = None
161
173
  self._time_last_detected = None
174
+ self._time_first_occurred = None
175
+ self._time_last_occurred = None
162
176
  self._tactics = None
163
177
  self._locks = None
164
178
 
@@ -460,7 +474,7 @@ class ResourceProfile(object):
460
474
  def time_first_detected(self):
461
475
  """
462
476
  **[Required]** Gets the time_first_detected of this ResourceProfile.
463
- The date and time the resource profile was first detected. Format defined by RFC3339.
477
+ Time the activities were first detected. Format defined by RFC3339.
464
478
 
465
479
 
466
480
  :return: The time_first_detected of this ResourceProfile.
@@ -472,7 +486,7 @@ class ResourceProfile(object):
472
486
  def time_first_detected(self, time_first_detected):
473
487
  """
474
488
  Sets the time_first_detected of this ResourceProfile.
475
- The date and time the resource profile was first detected. Format defined by RFC3339.
489
+ Time the activities were first detected. Format defined by RFC3339.
476
490
 
477
491
 
478
492
  :param time_first_detected: The time_first_detected of this ResourceProfile.
@@ -484,7 +498,7 @@ class ResourceProfile(object):
484
498
  def time_last_detected(self):
485
499
  """
486
500
  **[Required]** Gets the time_last_detected of this ResourceProfile.
487
- The date and time the resource profile was last detected. Format defined by RFC3339.
501
+ Time the activities were last detected. Format defined by RFC3339.
488
502
 
489
503
 
490
504
  :return: The time_last_detected of this ResourceProfile.
@@ -496,7 +510,7 @@ class ResourceProfile(object):
496
510
  def time_last_detected(self, time_last_detected):
497
511
  """
498
512
  Sets the time_last_detected of this ResourceProfile.
499
- The date and time the resource profile was last detected. Format defined by RFC3339.
513
+ Time the activities were last detected. Format defined by RFC3339.
500
514
 
501
515
 
502
516
  :param time_last_detected: The time_last_detected of this ResourceProfile.
@@ -504,6 +518,54 @@ class ResourceProfile(object):
504
518
  """
505
519
  self._time_last_detected = time_last_detected
506
520
 
521
+ @property
522
+ def time_first_occurred(self):
523
+ """
524
+ Gets the time_first_occurred of this ResourceProfile.
525
+ Time the activities were first performed. Format defined by RFC3339.
526
+
527
+
528
+ :return: The time_first_occurred of this ResourceProfile.
529
+ :rtype: datetime
530
+ """
531
+ return self._time_first_occurred
532
+
533
+ @time_first_occurred.setter
534
+ def time_first_occurred(self, time_first_occurred):
535
+ """
536
+ Sets the time_first_occurred of this ResourceProfile.
537
+ Time the activities were first performed. Format defined by RFC3339.
538
+
539
+
540
+ :param time_first_occurred: The time_first_occurred of this ResourceProfile.
541
+ :type: datetime
542
+ """
543
+ self._time_first_occurred = time_first_occurred
544
+
545
+ @property
546
+ def time_last_occurred(self):
547
+ """
548
+ Gets the time_last_occurred of this ResourceProfile.
549
+ Time the activities were last performed. Format defined by RFC3339.
550
+
551
+
552
+ :return: The time_last_occurred of this ResourceProfile.
553
+ :rtype: datetime
554
+ """
555
+ return self._time_last_occurred
556
+
557
+ @time_last_occurred.setter
558
+ def time_last_occurred(self, time_last_occurred):
559
+ """
560
+ Sets the time_last_occurred of this ResourceProfile.
561
+ Time the activities were last performed. Format defined by RFC3339.
562
+
563
+
564
+ :param time_last_occurred: The time_last_occurred of this ResourceProfile.
565
+ :type: datetime
566
+ """
567
+ self._time_last_occurred = time_last_occurred
568
+
507
569
  @property
508
570
  def tactics(self):
509
571
  """
@@ -76,10 +76,22 @@ class ResourceProfileEndpointSummary(object):
76
76
  The value to assign to the services property of this ResourceProfileEndpointSummary.
77
77
  :type services: list[str]
78
78
 
79
+ :param time_first_detected:
80
+ The value to assign to the time_first_detected property of this ResourceProfileEndpointSummary.
81
+ :type time_first_detected: datetime
82
+
79
83
  :param time_last_detected:
80
84
  The value to assign to the time_last_detected property of this ResourceProfileEndpointSummary.
81
85
  :type time_last_detected: datetime
82
86
 
87
+ :param time_first_occurred:
88
+ The value to assign to the time_first_occurred property of this ResourceProfileEndpointSummary.
89
+ :type time_first_occurred: datetime
90
+
91
+ :param time_last_occurred:
92
+ The value to assign to the time_last_occurred property of this ResourceProfileEndpointSummary.
93
+ :type time_last_occurred: datetime
94
+
83
95
  """
84
96
  self.swagger_types = {
85
97
  'id': 'str',
@@ -96,7 +108,10 @@ class ResourceProfileEndpointSummary(object):
96
108
  'asn_number': 'str',
97
109
  'regions': 'list[str]',
98
110
  'services': 'list[str]',
99
- 'time_last_detected': 'datetime'
111
+ 'time_first_detected': 'datetime',
112
+ 'time_last_detected': 'datetime',
113
+ 'time_first_occurred': 'datetime',
114
+ 'time_last_occurred': 'datetime'
100
115
  }
101
116
 
102
117
  self.attribute_map = {
@@ -114,7 +129,10 @@ class ResourceProfileEndpointSummary(object):
114
129
  'asn_number': 'asnNumber',
115
130
  'regions': 'regions',
116
131
  'services': 'services',
117
- 'time_last_detected': 'timeLastDetected'
132
+ 'time_first_detected': 'timeFirstDetected',
133
+ 'time_last_detected': 'timeLastDetected',
134
+ 'time_first_occurred': 'timeFirstOccurred',
135
+ 'time_last_occurred': 'timeLastOccurred'
118
136
  }
119
137
 
120
138
  self._id = None
@@ -131,7 +149,10 @@ class ResourceProfileEndpointSummary(object):
131
149
  self._asn_number = None
132
150
  self._regions = None
133
151
  self._services = None
152
+ self._time_first_detected = None
134
153
  self._time_last_detected = None
154
+ self._time_first_occurred = None
155
+ self._time_last_occurred = None
135
156
 
136
157
  @property
137
158
  def id(self):
@@ -469,11 +490,35 @@ class ResourceProfileEndpointSummary(object):
469
490
  """
470
491
  self._services = services
471
492
 
493
+ @property
494
+ def time_first_detected(self):
495
+ """
496
+ Gets the time_first_detected of this ResourceProfileEndpointSummary.
497
+ Time the activities were first detected.
498
+
499
+
500
+ :return: The time_first_detected of this ResourceProfileEndpointSummary.
501
+ :rtype: datetime
502
+ """
503
+ return self._time_first_detected
504
+
505
+ @time_first_detected.setter
506
+ def time_first_detected(self, time_first_detected):
507
+ """
508
+ Sets the time_first_detected of this ResourceProfileEndpointSummary.
509
+ Time the activities were first detected.
510
+
511
+
512
+ :param time_first_detected: The time_first_detected of this ResourceProfileEndpointSummary.
513
+ :type: datetime
514
+ """
515
+ self._time_first_detected = time_first_detected
516
+
472
517
  @property
473
518
  def time_last_detected(self):
474
519
  """
475
520
  **[Required]** Gets the time_last_detected of this ResourceProfileEndpointSummary.
476
- Date and time when activities were created
521
+ Time the activities were last detected.
477
522
 
478
523
 
479
524
  :return: The time_last_detected of this ResourceProfileEndpointSummary.
@@ -485,7 +530,7 @@ class ResourceProfileEndpointSummary(object):
485
530
  def time_last_detected(self, time_last_detected):
486
531
  """
487
532
  Sets the time_last_detected of this ResourceProfileEndpointSummary.
488
- Date and time when activities were created
533
+ Time the activities were last detected.
489
534
 
490
535
 
491
536
  :param time_last_detected: The time_last_detected of this ResourceProfileEndpointSummary.
@@ -493,6 +538,54 @@ class ResourceProfileEndpointSummary(object):
493
538
  """
494
539
  self._time_last_detected = time_last_detected
495
540
 
541
+ @property
542
+ def time_first_occurred(self):
543
+ """
544
+ Gets the time_first_occurred of this ResourceProfileEndpointSummary.
545
+ Time the activities were first performed.
546
+
547
+
548
+ :return: The time_first_occurred of this ResourceProfileEndpointSummary.
549
+ :rtype: datetime
550
+ """
551
+ return self._time_first_occurred
552
+
553
+ @time_first_occurred.setter
554
+ def time_first_occurred(self, time_first_occurred):
555
+ """
556
+ Sets the time_first_occurred of this ResourceProfileEndpointSummary.
557
+ Time the activities were first performed.
558
+
559
+
560
+ :param time_first_occurred: The time_first_occurred of this ResourceProfileEndpointSummary.
561
+ :type: datetime
562
+ """
563
+ self._time_first_occurred = time_first_occurred
564
+
565
+ @property
566
+ def time_last_occurred(self):
567
+ """
568
+ Gets the time_last_occurred of this ResourceProfileEndpointSummary.
569
+ Time the activities were last performed.
570
+
571
+
572
+ :return: The time_last_occurred of this ResourceProfileEndpointSummary.
573
+ :rtype: datetime
574
+ """
575
+ return self._time_last_occurred
576
+
577
+ @time_last_occurred.setter
578
+ def time_last_occurred(self, time_last_occurred):
579
+ """
580
+ Sets the time_last_occurred of this ResourceProfileEndpointSummary.
581
+ Time the activities were last performed.
582
+
583
+
584
+ :param time_last_occurred: The time_last_occurred of this ResourceProfileEndpointSummary.
585
+ :type: datetime
586
+ """
587
+ self._time_last_occurred = time_last_occurred
588
+
496
589
  def __repr__(self):
497
590
  return formatted_flat_dict(self)
498
591
 
@@ -64,6 +64,22 @@ class ResourceProfileImpactedResourceSummary(object):
64
64
  The value to assign to the time_identified property of this ResourceProfileImpactedResourceSummary.
65
65
  :type time_identified: datetime
66
66
 
67
+ :param time_first_detected:
68
+ The value to assign to the time_first_detected property of this ResourceProfileImpactedResourceSummary.
69
+ :type time_first_detected: datetime
70
+
71
+ :param time_last_detected:
72
+ The value to assign to the time_last_detected property of this ResourceProfileImpactedResourceSummary.
73
+ :type time_last_detected: datetime
74
+
75
+ :param time_first_occurred:
76
+ The value to assign to the time_first_occurred property of this ResourceProfileImpactedResourceSummary.
77
+ :type time_first_occurred: datetime
78
+
79
+ :param time_last_occurred:
80
+ The value to assign to the time_last_occurred property of this ResourceProfileImpactedResourceSummary.
81
+ :type time_last_occurred: datetime
82
+
67
83
  """
68
84
  self.swagger_types = {
69
85
  'id': 'str',
@@ -76,7 +92,11 @@ class ResourceProfileImpactedResourceSummary(object):
76
92
  'sighting_type': 'str',
77
93
  'sighting_type_display_name': 'str',
78
94
  'region': 'str',
79
- 'time_identified': 'datetime'
95
+ 'time_identified': 'datetime',
96
+ 'time_first_detected': 'datetime',
97
+ 'time_last_detected': 'datetime',
98
+ 'time_first_occurred': 'datetime',
99
+ 'time_last_occurred': 'datetime'
80
100
  }
81
101
 
82
102
  self.attribute_map = {
@@ -90,7 +110,11 @@ class ResourceProfileImpactedResourceSummary(object):
90
110
  'sighting_type': 'sightingType',
91
111
  'sighting_type_display_name': 'sightingTypeDisplayName',
92
112
  'region': 'region',
93
- 'time_identified': 'timeIdentified'
113
+ 'time_identified': 'timeIdentified',
114
+ 'time_first_detected': 'timeFirstDetected',
115
+ 'time_last_detected': 'timeLastDetected',
116
+ 'time_first_occurred': 'timeFirstOccurred',
117
+ 'time_last_occurred': 'timeLastOccurred'
94
118
  }
95
119
 
96
120
  self._id = None
@@ -104,6 +128,10 @@ class ResourceProfileImpactedResourceSummary(object):
104
128
  self._sighting_type_display_name = None
105
129
  self._region = None
106
130
  self._time_identified = None
131
+ self._time_first_detected = None
132
+ self._time_last_detected = None
133
+ self._time_first_occurred = None
134
+ self._time_last_occurred = None
107
135
 
108
136
  @property
109
137
  def id(self):
@@ -369,6 +397,102 @@ class ResourceProfileImpactedResourceSummary(object):
369
397
  """
370
398
  self._time_identified = time_identified
371
399
 
400
+ @property
401
+ def time_first_detected(self):
402
+ """
403
+ Gets the time_first_detected of this ResourceProfileImpactedResourceSummary.
404
+ Time the activities were first detected.
405
+
406
+
407
+ :return: The time_first_detected of this ResourceProfileImpactedResourceSummary.
408
+ :rtype: datetime
409
+ """
410
+ return self._time_first_detected
411
+
412
+ @time_first_detected.setter
413
+ def time_first_detected(self, time_first_detected):
414
+ """
415
+ Sets the time_first_detected of this ResourceProfileImpactedResourceSummary.
416
+ Time the activities were first detected.
417
+
418
+
419
+ :param time_first_detected: The time_first_detected of this ResourceProfileImpactedResourceSummary.
420
+ :type: datetime
421
+ """
422
+ self._time_first_detected = time_first_detected
423
+
424
+ @property
425
+ def time_last_detected(self):
426
+ """
427
+ Gets the time_last_detected of this ResourceProfileImpactedResourceSummary.
428
+ Time the activities were last detected. Same as timeIdentified.
429
+
430
+
431
+ :return: The time_last_detected of this ResourceProfileImpactedResourceSummary.
432
+ :rtype: datetime
433
+ """
434
+ return self._time_last_detected
435
+
436
+ @time_last_detected.setter
437
+ def time_last_detected(self, time_last_detected):
438
+ """
439
+ Sets the time_last_detected of this ResourceProfileImpactedResourceSummary.
440
+ Time the activities were last detected. Same as timeIdentified.
441
+
442
+
443
+ :param time_last_detected: The time_last_detected of this ResourceProfileImpactedResourceSummary.
444
+ :type: datetime
445
+ """
446
+ self._time_last_detected = time_last_detected
447
+
448
+ @property
449
+ def time_first_occurred(self):
450
+ """
451
+ Gets the time_first_occurred of this ResourceProfileImpactedResourceSummary.
452
+ Time the activities were first performed.
453
+
454
+
455
+ :return: The time_first_occurred of this ResourceProfileImpactedResourceSummary.
456
+ :rtype: datetime
457
+ """
458
+ return self._time_first_occurred
459
+
460
+ @time_first_occurred.setter
461
+ def time_first_occurred(self, time_first_occurred):
462
+ """
463
+ Sets the time_first_occurred of this ResourceProfileImpactedResourceSummary.
464
+ Time the activities were first performed.
465
+
466
+
467
+ :param time_first_occurred: The time_first_occurred of this ResourceProfileImpactedResourceSummary.
468
+ :type: datetime
469
+ """
470
+ self._time_first_occurred = time_first_occurred
471
+
472
+ @property
473
+ def time_last_occurred(self):
474
+ """
475
+ Gets the time_last_occurred of this ResourceProfileImpactedResourceSummary.
476
+ Time the activities were last performed.
477
+
478
+
479
+ :return: The time_last_occurred of this ResourceProfileImpactedResourceSummary.
480
+ :rtype: datetime
481
+ """
482
+ return self._time_last_occurred
483
+
484
+ @time_last_occurred.setter
485
+ def time_last_occurred(self, time_last_occurred):
486
+ """
487
+ Sets the time_last_occurred of this ResourceProfileImpactedResourceSummary.
488
+ Time the activities were last performed.
489
+
490
+
491
+ :param time_last_occurred: The time_last_occurred of this ResourceProfileImpactedResourceSummary.
492
+ :type: datetime
493
+ """
494
+ self._time_last_occurred = time_last_occurred
495
+
372
496
  def __repr__(self):
373
497
  return formatted_flat_dict(self)
374
498
 
@@ -56,6 +56,14 @@ class ResourceProfileSummary(object):
56
56
  The value to assign to the time_last_detected property of this ResourceProfileSummary.
57
57
  :type time_last_detected: datetime
58
58
 
59
+ :param time_first_occurred:
60
+ The value to assign to the time_first_occurred property of this ResourceProfileSummary.
61
+ :type time_first_occurred: datetime
62
+
63
+ :param time_last_occurred:
64
+ The value to assign to the time_last_occurred property of this ResourceProfileSummary.
65
+ :type time_last_occurred: datetime
66
+
59
67
  :param problems_count:
60
68
  The value to assign to the problems_count property of this ResourceProfileSummary.
61
69
  :type problems_count: int
@@ -71,6 +79,8 @@ class ResourceProfileSummary(object):
71
79
  'tactics': 'list[TacticSummary]',
72
80
  'time_first_detected': 'datetime',
73
81
  'time_last_detected': 'datetime',
82
+ 'time_first_occurred': 'datetime',
83
+ 'time_last_occurred': 'datetime',
74
84
  'problems_count': 'int'
75
85
  }
76
86
 
@@ -84,6 +94,8 @@ class ResourceProfileSummary(object):
84
94
  'tactics': 'tactics',
85
95
  'time_first_detected': 'timeFirstDetected',
86
96
  'time_last_detected': 'timeLastDetected',
97
+ 'time_first_occurred': 'timeFirstOccurred',
98
+ 'time_last_occurred': 'timeLastOccurred',
87
99
  'problems_count': 'problemsCount'
88
100
  }
89
101
 
@@ -96,6 +108,8 @@ class ResourceProfileSummary(object):
96
108
  self._tactics = None
97
109
  self._time_first_detected = None
98
110
  self._time_last_detected = None
111
+ self._time_first_occurred = None
112
+ self._time_last_occurred = None
99
113
  self._problems_count = None
100
114
 
101
115
  @property
@@ -270,7 +284,7 @@ class ResourceProfileSummary(object):
270
284
  def time_first_detected(self):
271
285
  """
272
286
  **[Required]** Gets the time_first_detected of this ResourceProfileSummary.
273
- The date and time the resource profile was first detected. Format defined by RFC3339.
287
+ Time the activities were first detected. Format defined by RFC3339.
274
288
 
275
289
 
276
290
  :return: The time_first_detected of this ResourceProfileSummary.
@@ -282,7 +296,7 @@ class ResourceProfileSummary(object):
282
296
  def time_first_detected(self, time_first_detected):
283
297
  """
284
298
  Sets the time_first_detected of this ResourceProfileSummary.
285
- The date and time the resource profile was first detected. Format defined by RFC3339.
299
+ Time the activities were first detected. Format defined by RFC3339.
286
300
 
287
301
 
288
302
  :param time_first_detected: The time_first_detected of this ResourceProfileSummary.
@@ -294,7 +308,7 @@ class ResourceProfileSummary(object):
294
308
  def time_last_detected(self):
295
309
  """
296
310
  **[Required]** Gets the time_last_detected of this ResourceProfileSummary.
297
- The date and time the resource profile was last detected. Format defined by RFC3339.
311
+ Time the activities were last detected. Format defined by RFC3339.
298
312
 
299
313
 
300
314
  :return: The time_last_detected of this ResourceProfileSummary.
@@ -306,7 +320,7 @@ class ResourceProfileSummary(object):
306
320
  def time_last_detected(self, time_last_detected):
307
321
  """
308
322
  Sets the time_last_detected of this ResourceProfileSummary.
309
- The date and time the resource profile was last detected. Format defined by RFC3339.
323
+ Time the activities were last detected. Format defined by RFC3339.
310
324
 
311
325
 
312
326
  :param time_last_detected: The time_last_detected of this ResourceProfileSummary.
@@ -314,6 +328,54 @@ class ResourceProfileSummary(object):
314
328
  """
315
329
  self._time_last_detected = time_last_detected
316
330
 
331
+ @property
332
+ def time_first_occurred(self):
333
+ """
334
+ Gets the time_first_occurred of this ResourceProfileSummary.
335
+ Time the activities were first performed. Format defined by RFC3339.
336
+
337
+
338
+ :return: The time_first_occurred of this ResourceProfileSummary.
339
+ :rtype: datetime
340
+ """
341
+ return self._time_first_occurred
342
+
343
+ @time_first_occurred.setter
344
+ def time_first_occurred(self, time_first_occurred):
345
+ """
346
+ Sets the time_first_occurred of this ResourceProfileSummary.
347
+ Time the activities were first performed. Format defined by RFC3339.
348
+
349
+
350
+ :param time_first_occurred: The time_first_occurred of this ResourceProfileSummary.
351
+ :type: datetime
352
+ """
353
+ self._time_first_occurred = time_first_occurred
354
+
355
+ @property
356
+ def time_last_occurred(self):
357
+ """
358
+ Gets the time_last_occurred of this ResourceProfileSummary.
359
+ Time the activities were last performed. Format defined by RFC3339.
360
+
361
+
362
+ :return: The time_last_occurred of this ResourceProfileSummary.
363
+ :rtype: datetime
364
+ """
365
+ return self._time_last_occurred
366
+
367
+ @time_last_occurred.setter
368
+ def time_last_occurred(self, time_last_occurred):
369
+ """
370
+ Sets the time_last_occurred of this ResourceProfileSummary.
371
+ Time the activities were last performed. Format defined by RFC3339.
372
+
373
+
374
+ :param time_last_occurred: The time_last_occurred of this ResourceProfileSummary.
375
+ :type: datetime
376
+ """
377
+ self._time_last_occurred = time_last_occurred
378
+
317
379
  @property
318
380
  def problems_count(self):
319
381
  """