oci 2.137.0__py3-none-any.whl → 2.138.0__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 (319) 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 +26 -26
  5. oci/ai_language/ai_service_language_client.py +44 -44
  6. oci/ai_speech/ai_service_speech_client.py +19 -19
  7. oci/ai_vision/ai_service_vision_client.py +25 -25
  8. oci/analytics/analytics_client.py +24 -24
  9. oci/announcements_service/announcement_client.py +5 -5
  10. oci/announcements_service/announcement_subscription_client.py +9 -9
  11. oci/announcements_service/announcements_preferences_client.py +4 -4
  12. oci/announcements_service/service_client.py +1 -1
  13. oci/apigateway/api_gateway_client.py +21 -21
  14. oci/apigateway/deployment_client.py +6 -6
  15. oci/apigateway/gateway_client.py +6 -6
  16. oci/apigateway/subscribers_client.py +6 -6
  17. oci/apigateway/usage_plans_client.py +6 -6
  18. oci/apigateway/work_requests_client.py +5 -5
  19. oci/apm_config/config_client.py +9 -9
  20. oci/apm_control_plane/apm_domain_client.py +14 -14
  21. oci/apm_synthetics/apm_synthetic_client.py +28 -28
  22. oci/apm_traces/attributes_client.py +8 -8
  23. oci/apm_traces/query_client.py +2 -2
  24. oci/apm_traces/trace_client.py +4 -4
  25. oci/appmgmt_control/appmgmt_control_client.py +8 -8
  26. oci/artifacts/artifacts_client.py +32 -32
  27. oci/audit/audit_client.py +3 -3
  28. oci/auth/auth_utils.py +9 -6
  29. oci/auth/federation_client.py +59 -5
  30. oci/auth/rpt_path_providers.py +3 -3
  31. oci/autoscaling/auto_scaling_client.py +11 -11
  32. oci/base_client.py +5 -12
  33. oci/bastion/bastion_client.py +15 -15
  34. oci/bds/bds_client.py +72 -72
  35. oci/blockchain/blockchain_platform_client.py +27 -27
  36. oci/budget/budget_client.py +10 -10
  37. oci/capacity_management/capacity_management_client.py +32 -32
  38. oci/certificates/certificates_client.py +5 -5
  39. oci/certificates_management/certificates_management_client.py +32 -32
  40. oci/cims/incident_client.py +69 -245
  41. oci/cims/models/__init__.py +6 -0
  42. oci/cims/models/activity_item.py +37 -6
  43. oci/cims/models/create_account_item_details.py +3 -0
  44. oci/cims/models/create_incident.py +22 -2
  45. oci/cims/models/create_limit_item_details.py +10 -3
  46. oci/cims/models/create_tech_support_item_details.py +3 -0
  47. oci/cims/models/create_user_details.py +22 -2
  48. oci/cims/models/incident.py +22 -2
  49. oci/cims/models/incident_resource_type.py +46 -15
  50. oci/cims/models/incident_summary.py +22 -2
  51. oci/cims/models/item.py +1 -1
  52. oci/cims/models/limit_item.py +40 -5
  53. oci/cims/models/service_categories.py +34 -34
  54. oci/cims/models/service_category.py +31 -0
  55. oci/cims/models/sub_categories.py +165 -0
  56. oci/cims/models/sub_components.py +103 -0
  57. oci/cims/models/subscription_info.py +103 -0
  58. oci/cims/models/ticket.py +4 -4
  59. oci/cims/models/update_incident.py +22 -2
  60. oci/cims/models/user.py +22 -2
  61. oci/circuit_breaker/__init__.py +24 -2
  62. oci/circuit_breaker/circuit_breaker.py +11 -1
  63. oci/cloud_bridge/common_client.py +5 -5
  64. oci/cloud_bridge/discovery_client.py +15 -15
  65. oci/cloud_bridge/inventory_client.py +16 -16
  66. oci/cloud_bridge/ocb_agent_svc_client.py +22 -22
  67. oci/cloud_guard/cloud_guard_client.py +155 -155
  68. oci/cloud_migrations/migration_client.py +43 -43
  69. oci/cluster_placement_groups/cluster_placement_groups_cp_client.py +13 -13
  70. oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +12 -12
  71. oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
  72. oci/compute_instance_agent/plugin_client.py +2 -2
  73. oci/compute_instance_agent/pluginconfig_client.py +1 -1
  74. oci/container_engine/container_engine_client.py +44 -44
  75. oci/container_engine/models/install_addon_details.py +33 -2
  76. oci/container_instances/container_instance_client.py +18 -18
  77. oci/core/blockstorage_client.py +60 -60
  78. oci/core/compute_client.py +102 -102
  79. oci/core/compute_management_client.py +32 -32
  80. oci/core/virtual_network_client.py +247 -247
  81. oci/dashboard_service/dashboard_client.py +6 -6
  82. oci/dashboard_service/dashboard_group_client.py +6 -6
  83. oci/data_catalog/data_catalog_client.py +149 -149
  84. oci/data_flow/data_flow_client.py +270 -44
  85. oci/data_flow/data_flow_client_composite_operations.py +78 -0
  86. oci/data_flow/models/sql_endpoint.py +7 -3
  87. oci/data_flow/models/sql_endpoint_summary.py +7 -3
  88. oci/data_flow/models/update_sql_endpoint_details.py +344 -3
  89. oci/data_integration/data_integration_client.py +163 -163
  90. oci/data_labeling_service/data_labeling_management_client.py +17 -17
  91. oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
  92. oci/data_safe/data_safe_client.py +292 -292
  93. oci/data_science/data_science_client.py +92 -92
  94. oci/database/database_client.py +396 -396
  95. oci/database_management/db_management_client.py +211 -211
  96. oci/database_management/diagnosability_client.py +4 -4
  97. oci/database_management/managed_my_sql_databases_client.py +7 -7
  98. oci/database_management/perfhub_client.py +1 -1
  99. oci/database_management/sql_tuning_client.py +17 -17
  100. oci/database_migration/database_migration_client.py +42 -42
  101. oci/database_tools/database_tools_client.py +23 -23
  102. oci/delegate_access_control/delegate_access_control_client.py +26 -26
  103. oci/delegate_access_control/work_request_client.py +4 -4
  104. oci/demand_signal/occ_demand_signal_client.py +7 -7
  105. oci/desktops/desktop_service_client.py +21 -21
  106. oci/devops/devops_client.py +141 -141
  107. oci/disaster_recovery/disaster_recovery_client.py +29 -29
  108. oci/dns/dns_client.py +54 -54
  109. oci/dts/appliance_export_job_client.py +6 -6
  110. oci/dts/shipping_vendors_client.py +1 -1
  111. oci/dts/transfer_appliance_client.py +8 -8
  112. oci/dts/transfer_appliance_entitlement_client.py +3 -3
  113. oci/dts/transfer_device_client.py +5 -5
  114. oci/dts/transfer_job_client.py +6 -6
  115. oci/dts/transfer_package_client.py +7 -7
  116. oci/em_warehouse/em_warehouse_client.py +13 -13
  117. oci/email/email_client.py +31 -31
  118. oci/email_data_plane/email_dp_client.py +1 -1
  119. oci/events/events_client.py +6 -6
  120. oci/file_storage/file_storage_client.py +68 -68
  121. oci/fleet_apps_management/fleet_apps_management_admin_client.py +25 -25
  122. oci/fleet_apps_management/fleet_apps_management_client.py +35 -35
  123. oci/fleet_apps_management/fleet_apps_management_maintenance_window_client.py +5 -5
  124. oci/fleet_apps_management/fleet_apps_management_operations_client.py +26 -26
  125. oci/fleet_apps_management/fleet_apps_management_runbooks_client.py +12 -12
  126. oci/fleet_software_update/fleet_software_update_client.py +46 -46
  127. oci/functions/functions_invoke_client.py +1 -1
  128. oci/functions/functions_management_client.py +16 -16
  129. oci/fusion_apps/fusion_applications_client.py +41 -41
  130. oci/generative_ai/generative_ai_client.py +22 -22
  131. oci/generative_ai_agent/generative_ai_agent_client.py +33 -33
  132. oci/generative_ai_agent_runtime/generative_ai_agent_runtime_client.py +5 -5
  133. oci/generative_ai_inference/generative_ai_inference_client.py +4 -4
  134. oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
  135. oci/globally_distributed_database/sharded_database_service_client.py +30 -30
  136. oci/golden_gate/golden_gate_client.py +69 -69
  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 +874 -333
  143. oci/identity_domains/models/__init__.py +20 -0
  144. oci/identity_domains/models/condition.py +31 -2
  145. oci/identity_domains/models/condition_extension_ociconsolesignonpolicyconsent_policy.py +194 -0
  146. oci/identity_domains/models/oci_console_sign_on_policy_consent.py +1041 -0
  147. oci/identity_domains/models/oci_console_sign_on_policy_consent_consent_signed_by.py +260 -0
  148. oci/identity_domains/models/oci_console_sign_on_policy_consent_modified_resource.py +223 -0
  149. oci/identity_domains/models/oci_console_sign_on_policy_consent_policy_resource.py +148 -0
  150. oci/identity_domains/models/oci_console_sign_on_policy_consent_search_request.py +364 -0
  151. oci/identity_domains/models/oci_console_sign_on_policy_consents.py +196 -0
  152. oci/identity_domains/models/policy.py +31 -2
  153. oci/identity_domains/models/policy_extension_ociconsolesignonpolicyconsent_policy.py +194 -0
  154. oci/identity_domains/models/policy_policy_type.py +2 -2
  155. oci/identity_domains/models/restore_oci_console_policy.py +722 -0
  156. oci/identity_domains/models/rule.py +31 -2
  157. oci/identity_domains/models/rule_condition_group.py +2 -2
  158. oci/identity_domains/models/rule_extension_ociconsolesignonpolicyconsent_policy.py +194 -0
  159. oci/integration/integration_instance_client.py +19 -19
  160. oci/jms/java_management_service_client.py +75 -75
  161. oci/jms_java_downloads/java_download_client.py +25 -25
  162. oci/key_management/ekm_client.py +5 -5
  163. oci/key_management/kms_crypto_client.py +6 -6
  164. oci/key_management/kms_hsm_cluster_client.py +12 -12
  165. oci/key_management/kms_management_client.py +21 -21
  166. oci/key_management/kms_vault_client.py +14 -14
  167. oci/license_manager/license_manager_client.py +18 -18
  168. oci/limits/limits_client.py +4 -4
  169. oci/limits/quotas_client.py +7 -7
  170. oci/load_balancer/load_balancer_client.py +61 -61
  171. oci/load_balancer/models/create_listener_details.py +4 -6
  172. oci/load_balancer/models/listener.py +4 -6
  173. oci/load_balancer/models/listener_details.py +4 -6
  174. oci/load_balancer/models/update_listener_details.py +4 -6
  175. oci/lockbox/lockbox_client.py +24 -24
  176. oci/log_analytics/log_analytics_client.py +193 -193
  177. oci/logging/logging_management_client.py +30 -30
  178. oci/loggingingestion/logging_client.py +1 -1
  179. oci/loggingsearch/log_search_client.py +1 -1
  180. oci/management_agent/management_agent_client.py +28 -28
  181. oci/management_dashboard/dashx_apis_client.py +14 -14
  182. oci/marketplace/account_client.py +2 -2
  183. oci/marketplace/marketplace_client.py +30 -30
  184. oci/marketplace_private_offer/attachment_client.py +5 -5
  185. oci/marketplace_private_offer/offer_client.py +6 -6
  186. oci/marketplace_publisher/attachment_client.py +5 -5
  187. oci/marketplace_publisher/marketplace_publisher_client.py +71 -71
  188. oci/marketplace_publisher/offer_client.py +6 -6
  189. oci/media_services/media_services_client.py +60 -60
  190. oci/media_services/media_stream_client.py +2 -2
  191. oci/monitoring/monitoring_client.py +18 -18
  192. oci/mysql/channels_client.py +7 -7
  193. oci/mysql/db_backups_client.py +7 -7
  194. oci/mysql/db_system_client.py +17 -17
  195. oci/mysql/mysqlaas_client.py +7 -7
  196. oci/mysql/replicas_client.py +5 -5
  197. oci/mysql/work_requests_client.py +4 -4
  198. oci/network_firewall/network_firewall_client.py +86 -86
  199. oci/network_load_balancer/models/backend_set.py +0 -4
  200. oci/network_load_balancer/models/backend_set_details.py +0 -4
  201. oci/network_load_balancer/models/backend_set_summary.py +7 -5
  202. oci/network_load_balancer/models/create_listener_details.py +42 -5
  203. oci/network_load_balancer/models/listener.py +42 -5
  204. oci/network_load_balancer/models/listener_details.py +42 -5
  205. oci/network_load_balancer/models/listener_summary.py +42 -5
  206. oci/network_load_balancer/models/update_listener_details.py +42 -5
  207. oci/network_load_balancer/network_load_balancer_client.py +34 -34
  208. oci/nosql/nosql_client.py +24 -24
  209. oci/object_storage/object_storage_client.py +55 -55
  210. oci/oce/oce_instance_client.py +10 -10
  211. oci/oci_control_center/occ_metrics_client.py +3 -3
  212. oci/ocvp/cluster_client.py +5 -5
  213. oci/ocvp/esxi_host_client.py +8 -8
  214. oci/ocvp/sddc_client.py +14 -14
  215. oci/ocvp/work_request_client.py +4 -4
  216. oci/oda/management_client.py +59 -59
  217. oci/oda/oda_client.py +17 -17
  218. oci/oda/odapackage_client.py +7 -7
  219. oci/onesubscription/billing_schedule_client.py +1 -1
  220. oci/onesubscription/commitment_client.py +2 -2
  221. oci/onesubscription/computed_usage_client.py +3 -3
  222. oci/onesubscription/invoice_summary_client.py +2 -2
  223. oci/onesubscription/organization_subscription_client.py +1 -1
  224. oci/onesubscription/ratecard_client.py +1 -1
  225. oci/onesubscription/subscribed_service_client.py +2 -2
  226. oci/onesubscription/subscription_client.py +1 -1
  227. oci/ons/notification_control_plane_client.py +6 -6
  228. oci/ons/notification_data_plane_client.py +10 -10
  229. oci/opa/opa_instance_client.py +13 -13
  230. oci/opensearch/opensearch_cluster_backup_client.py +4 -4
  231. oci/opensearch/opensearch_cluster_client.py +14 -14
  232. oci/operator_access_control/access_requests_client.py +20 -20
  233. oci/operator_access_control/operator_actions_client.py +4 -4
  234. oci/operator_access_control/operator_control_assignment_client.py +16 -16
  235. oci/operator_access_control/operator_control_client.py +12 -12
  236. oci/opsi/operations_insights_client.py +180 -180
  237. oci/optimizer/optimizer_client.py +26 -26
  238. oci/os_management/event_client.py +8 -8
  239. oci/os_management/os_management_client.py +69 -69
  240. oci/os_management_hub/event_client.py +8 -8
  241. oci/os_management_hub/lifecycle_environment_client.py +12 -12
  242. oci/os_management_hub/managed_instance_client.py +31 -31
  243. oci/os_management_hub/managed_instance_group_client.py +25 -25
  244. oci/os_management_hub/management_station_client.py +10 -10
  245. oci/os_management_hub/onboarding_client.py +6 -6
  246. oci/os_management_hub/reporting_managed_instance_client.py +3 -3
  247. oci/os_management_hub/scheduled_job_client.py +7 -7
  248. oci/os_management_hub/software_source_client.py +27 -27
  249. oci/os_management_hub/work_request_client.py +4 -4
  250. oci/osp_gateway/address_rule_service_client.py +1 -1
  251. oci/osp_gateway/address_service_client.py +2 -2
  252. oci/osp_gateway/invoice_service_client.py +5 -5
  253. oci/osp_gateway/subscription_service_client.py +5 -5
  254. oci/osub_billing_schedule/billing_schedule_client.py +1 -1
  255. oci/osub_organization_subscription/organization_subscription_client.py +1 -1
  256. oci/osub_subscription/commitment_client.py +2 -2
  257. oci/osub_subscription/ratecard_client.py +1 -1
  258. oci/osub_subscription/subscription_client.py +1 -1
  259. oci/osub_usage/computed_usage_client.py +3 -3
  260. oci/psql/postgresql_client.py +33 -33
  261. oci/queue/queue_admin_client.py +11 -11
  262. oci/queue/queue_client.py +8 -8
  263. oci/recovery/database_recovery_client.py +26 -26
  264. oci/redis/redis_cluster_client.py +12 -12
  265. oci/regions_definitions.py +15 -4
  266. oci/resource_manager/resource_manager_client.py +52 -52
  267. oci/resource_scheduler/schedule_client.py +13 -13
  268. oci/resource_search/resource_search_client.py +3 -3
  269. oci/retry/__init__.py +20 -0
  270. oci/rover/rover_bundle_client.py +8 -8
  271. oci/rover/rover_cluster_client.py +8 -8
  272. oci/rover/rover_entitlement_client.py +6 -6
  273. oci/rover/rover_node_client.py +15 -15
  274. oci/rover/shape_client.py +1 -1
  275. oci/rover/work_requests_client.py +5 -5
  276. oci/sch/connector_plugins_client.py +2 -2
  277. oci/sch/service_connector_client.py +12 -12
  278. oci/secrets/secrets_client.py +3 -3
  279. oci/security_attribute/security_attribute_client.py +18 -18
  280. oci/service_catalog/service_catalog_client.py +26 -26
  281. oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
  282. oci/service_mesh/service_mesh_client.py +48 -48
  283. oci/stack_monitoring/stack_monitoring_client.py +71 -71
  284. oci/streaming/stream_admin_client.py +18 -18
  285. oci/streaming/stream_client.py +8 -8
  286. oci/tenant_manager_control_plane/domain_client.py +5 -5
  287. oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
  288. oci/tenant_manager_control_plane/governance_client.py +2 -2
  289. oci/tenant_manager_control_plane/link_client.py +3 -3
  290. oci/tenant_manager_control_plane/orders_client.py +2 -2
  291. oci/tenant_manager_control_plane/organization_client.py +10 -10
  292. oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
  293. oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
  294. oci/tenant_manager_control_plane/subscription_client.py +11 -11
  295. oci/tenant_manager_control_plane/work_request_client.py +4 -4
  296. oci/threat_intelligence/threatintel_client.py +5 -5
  297. oci/usage/resources_client.py +2 -2
  298. oci/usage/rewards_client.py +6 -6
  299. oci/usage/usagelimits_client.py +1 -1
  300. oci/usage_api/usageapi_client.py +33 -33
  301. oci/vault/vaults_client.py +13 -13
  302. oci/vbs_inst/vbs_instance_client.py +10 -10
  303. oci/version.py +1 -1
  304. oci/visual_builder/vb_instance_client.py +13 -13
  305. oci/vn_monitoring/vn_monitoring_client.py +12 -12
  306. oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
  307. oci/waa/waa_client.py +13 -13
  308. oci/waa/work_request_client.py +4 -4
  309. oci/waas/redirect_client.py +6 -6
  310. oci/waas/waas_client.py +66 -66
  311. oci/waf/waf_client.py +24 -24
  312. oci/work_requests/work_request_client.py +4 -4
  313. oci/zpr/zpr_client.py +15 -15
  314. {oci-2.137.0.dist-info → oci-2.138.0.dist-info}/METADATA +1 -1
  315. {oci-2.137.0.dist-info → oci-2.138.0.dist-info}/RECORD +319 -306
  316. {oci-2.137.0.dist-info → oci-2.138.0.dist-info}/LICENSE.txt +0 -0
  317. {oci-2.137.0.dist-info → oci-2.138.0.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
  318. {oci-2.137.0.dist-info → oci-2.138.0.dist-info}/WHEEL +0 -0
  319. {oci-2.137.0.dist-info → oci-2.138.0.dist-info}/top_level.txt +0 -0
@@ -13,6 +13,9 @@ from oci.decorators import init_model_state_from_kwargs
13
13
  class CreateAccountItemDetails(CreateItemDetails):
14
14
  """
15
15
  Details about the issue that the account support ticket relates to. Avoid entering confidential information.
16
+ For information about `ACCOUNT` support tickets, see `Creating a Billing Support Request`__.
17
+
18
+ __ https://docs.cloud.oracle.com/iaas/Content/GSG/support/create-incident-billing.htm
16
19
  """
17
20
 
18
21
  def __init__(self, **kwargs):
@@ -165,7 +165,17 @@ class CreateIncident(object):
165
165
  def problem_type(self):
166
166
  """
167
167
  **[Required]** Gets the problem_type of this CreateIncident.
168
- The kind of support ticket, such as a technical support request or a limit increase request.
168
+ The kind of support ticket (type of support request).
169
+ For information about `ACCOUNT` support tickets, see
170
+ `Creating a Billing Support Request`__.
171
+ For information about `LIMIT` support tickets, see
172
+ `Creating a Service Limit Increase Request`__.
173
+ For information about `TECH` support tickets, see
174
+ `Creating a Technical Support Request`__.
175
+
176
+ __ https://docs.cloud.oracle.com/iaas/Content/GSG/support/create-incident-billing.htm
177
+ __ https://docs.cloud.oracle.com/iaas/Content/GSG/support/create-incident-limit.htm
178
+ __ https://docs.cloud.oracle.com/iaas/Content/GSG/support/create-incident-technical.htm
169
179
 
170
180
  Allowed values for this property are: "LIMIT", "LEGACY_LIMIT", "TECH", "ACCOUNT", "TAXONOMY"
171
181
 
@@ -179,7 +189,17 @@ class CreateIncident(object):
179
189
  def problem_type(self, problem_type):
180
190
  """
181
191
  Sets the problem_type of this CreateIncident.
182
- The kind of support ticket, such as a technical support request or a limit increase request.
192
+ The kind of support ticket (type of support request).
193
+ For information about `ACCOUNT` support tickets, see
194
+ `Creating a Billing Support Request`__.
195
+ For information about `LIMIT` support tickets, see
196
+ `Creating a Service Limit Increase Request`__.
197
+ For information about `TECH` support tickets, see
198
+ `Creating a Technical Support Request`__.
199
+
200
+ __ https://docs.cloud.oracle.com/iaas/Content/GSG/support/create-incident-billing.htm
201
+ __ https://docs.cloud.oracle.com/iaas/Content/GSG/support/create-incident-limit.htm
202
+ __ https://docs.cloud.oracle.com/iaas/Content/GSG/support/create-incident-technical.htm
183
203
 
184
204
 
185
205
  :param problem_type: The problem_type of this CreateIncident.
@@ -13,6 +13,9 @@ from oci.decorators import init_model_state_from_kwargs
13
13
  class CreateLimitItemDetails(CreateItemDetails):
14
14
  """
15
15
  Details about the service limit increase request. Avoid entering confidential information.
16
+ For information about `LIMIT` support tickets, see `Creating a Service Limit Increase Request`__.
17
+
18
+ __ https://docs.cloud.oracle.com/iaas/Content/GSG/support/create-incident-limit.htm
16
19
  """
17
20
 
18
21
  #: A constant which can be used with the limit_status property of a CreateLimitItemDetails.
@@ -27,6 +30,10 @@ class CreateLimitItemDetails(CreateItemDetails):
27
30
  #: This constant has a value of "NOT_APPROVED"
28
31
  LIMIT_STATUS_NOT_APPROVED = "NOT_APPROVED"
29
32
 
33
+ #: A constant which can be used with the limit_status property of a CreateLimitItemDetails.
34
+ #: This constant has a value of "REJECTED"
35
+ LIMIT_STATUS_REJECTED = "REJECTED"
36
+
30
37
  def __init__(self, **kwargs):
31
38
  """
32
39
  Initializes a new CreateLimitItemDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.cims.models.CreateLimitItemDetails.type` attribute
@@ -67,7 +74,7 @@ class CreateLimitItemDetails(CreateItemDetails):
67
74
 
68
75
  :param limit_status:
69
76
  The value to assign to the limit_status property of this CreateLimitItemDetails.
70
- Allowed values for this property are: "APPROVED", "PARTIALLY_APPROVED", "NOT_APPROVED"
77
+ Allowed values for this property are: "APPROVED", "PARTIALLY_APPROVED", "NOT_APPROVED", "REJECTED"
71
78
  :type limit_status: str
72
79
 
73
80
  """
@@ -184,7 +191,7 @@ class CreateLimitItemDetails(CreateItemDetails):
184
191
  Gets the limit_status of this CreateLimitItemDetails.
185
192
  The current status of the request.
186
193
 
187
- Allowed values for this property are: "APPROVED", "PARTIALLY_APPROVED", "NOT_APPROVED"
194
+ Allowed values for this property are: "APPROVED", "PARTIALLY_APPROVED", "NOT_APPROVED", "REJECTED"
188
195
 
189
196
 
190
197
  :return: The limit_status of this CreateLimitItemDetails.
@@ -202,7 +209,7 @@ class CreateLimitItemDetails(CreateItemDetails):
202
209
  :param limit_status: The limit_status of this CreateLimitItemDetails.
203
210
  :type: str
204
211
  """
205
- allowed_values = ["APPROVED", "PARTIALLY_APPROVED", "NOT_APPROVED"]
212
+ allowed_values = ["APPROVED", "PARTIALLY_APPROVED", "NOT_APPROVED", "REJECTED"]
206
213
  if not value_allowed_none_or_none_sentinel(limit_status, allowed_values):
207
214
  raise ValueError(
208
215
  f"Invalid value for `limit_status`, must be None or one of {allowed_values}"
@@ -13,6 +13,9 @@ from oci.decorators import init_model_state_from_kwargs
13
13
  class CreateTechSupportItemDetails(CreateItemDetails):
14
14
  """
15
15
  Details about the issue that the technical support ticket relates to. Avoid entering confidential information.
16
+ For information about `TECH` support tickets, see `Creating a Technical Support Request`__.
17
+
18
+ __ https://docs.cloud.oracle.com/iaas/Content/GSG/support/create-incident-technical.htm
16
19
  """
17
20
 
18
21
  def __init__(self, **kwargs):
@@ -277,7 +277,17 @@ class CreateUserDetails(object):
277
277
  def problem_type(self):
278
278
  """
279
279
  **[Required]** Gets the problem_type of this CreateUserDetails.
280
- The kind of support ticket, such as a technical support request or a limit increase request.
280
+ The kind of support ticket (type of support request).
281
+ For information about `ACCOUNT` support tickets, see
282
+ `Creating a Billing Support Request`__.
283
+ For information about `LIMIT` support tickets, see
284
+ `Creating a Service Limit Increase Request`__.
285
+ For information about `TECH` support tickets, see
286
+ `Creating a Technical Support Request`__.
287
+
288
+ __ https://docs.cloud.oracle.com/iaas/Content/GSG/support/create-incident-billing.htm
289
+ __ https://docs.cloud.oracle.com/iaas/Content/GSG/support/create-incident-limit.htm
290
+ __ https://docs.cloud.oracle.com/iaas/Content/GSG/support/create-incident-technical.htm
281
291
 
282
292
  Allowed values for this property are: "LIMIT", "LEGACY_LIMIT", "TECH", "ACCOUNT", "TAXONOMY"
283
293
 
@@ -291,7 +301,17 @@ class CreateUserDetails(object):
291
301
  def problem_type(self, problem_type):
292
302
  """
293
303
  Sets the problem_type of this CreateUserDetails.
294
- The kind of support ticket, such as a technical support request or a limit increase request.
304
+ The kind of support ticket (type of support request).
305
+ For information about `ACCOUNT` support tickets, see
306
+ `Creating a Billing Support Request`__.
307
+ For information about `LIMIT` support tickets, see
308
+ `Creating a Service Limit Increase Request`__.
309
+ For information about `TECH` support tickets, see
310
+ `Creating a Technical Support Request`__.
311
+
312
+ __ https://docs.cloud.oracle.com/iaas/Content/GSG/support/create-incident-billing.htm
313
+ __ https://docs.cloud.oracle.com/iaas/Content/GSG/support/create-incident-limit.htm
314
+ __ https://docs.cloud.oracle.com/iaas/Content/GSG/support/create-incident-technical.htm
295
315
 
296
316
 
297
317
  :param problem_type: The problem_type of this CreateUserDetails.
@@ -238,7 +238,17 @@ class Incident(object):
238
238
  def problem_type(self):
239
239
  """
240
240
  Gets the problem_type of this Incident.
241
- The kind of support ticket, such as a technical support request or a limit increase request.
241
+ The kind of support ticket (type of support request).
242
+ For information about `ACCOUNT` support tickets, see
243
+ `Creating a Billing Support Request`__.
244
+ For information about `LIMIT` support tickets, see
245
+ `Creating a Service Limit Increase Request`__.
246
+ For information about `TECH` support tickets, see
247
+ `Creating a Technical Support Request`__.
248
+
249
+ __ https://docs.cloud.oracle.com/iaas/Content/GSG/support/create-incident-billing.htm
250
+ __ https://docs.cloud.oracle.com/iaas/Content/GSG/support/create-incident-limit.htm
251
+ __ https://docs.cloud.oracle.com/iaas/Content/GSG/support/create-incident-technical.htm
242
252
 
243
253
  Allowed values for this property are: "LIMIT", "LEGACY_LIMIT", "TECH", "ACCOUNT", "TAXONOMY", 'UNKNOWN_ENUM_VALUE'.
244
254
  Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
@@ -253,7 +263,17 @@ class Incident(object):
253
263
  def problem_type(self, problem_type):
254
264
  """
255
265
  Sets the problem_type of this Incident.
256
- The kind of support ticket, such as a technical support request or a limit increase request.
266
+ The kind of support ticket (type of support request).
267
+ For information about `ACCOUNT` support tickets, see
268
+ `Creating a Billing Support Request`__.
269
+ For information about `LIMIT` support tickets, see
270
+ `Creating a Service Limit Increase Request`__.
271
+ For information about `TECH` support tickets, see
272
+ `Creating a Technical Support Request`__.
273
+
274
+ __ https://docs.cloud.oracle.com/iaas/Content/GSG/support/create-incident-billing.htm
275
+ __ https://docs.cloud.oracle.com/iaas/Content/GSG/support/create-incident-limit.htm
276
+ __ https://docs.cloud.oracle.com/iaas/Content/GSG/support/create-incident-technical.htm
257
277
 
258
278
 
259
279
  :param problem_type: The problem_type of this Incident.
@@ -36,6 +36,10 @@ class IncidentResourceType(object):
36
36
  The value to assign to the description property of this IncidentResourceType.
37
37
  :type description: str
38
38
 
39
+ :param is_subscriptions_supported:
40
+ The value to assign to the is_subscriptions_supported property of this IncidentResourceType.
41
+ :type is_subscriptions_supported: bool
42
+
39
43
  :param service_category_list:
40
44
  The value to assign to the service_category_list property of this IncidentResourceType.
41
45
  :type service_category_list: list[oci.cims.models.ServiceCategory]
@@ -44,9 +48,9 @@ class IncidentResourceType(object):
44
48
  The value to assign to the service property of this IncidentResourceType.
45
49
  :type service: dict(str, str)
46
50
 
47
- :param service_categories:
48
- The value to assign to the service_categories property of this IncidentResourceType.
49
- :type service_categories: list[oci.cims.models.ServiceCategories]
51
+ :param services:
52
+ The value to assign to the services property of this IncidentResourceType.
53
+ :type services: list[oci.cims.models.ServiceCategories]
50
54
 
51
55
  """
52
56
  self.swagger_types = {
@@ -54,9 +58,10 @@ class IncidentResourceType(object):
54
58
  'name': 'str',
55
59
  'label': 'str',
56
60
  'description': 'str',
61
+ 'is_subscriptions_supported': 'bool',
57
62
  'service_category_list': 'list[ServiceCategory]',
58
63
  'service': 'dict(str, str)',
59
- 'service_categories': 'list[ServiceCategories]'
64
+ 'services': 'list[ServiceCategories]'
60
65
  }
61
66
 
62
67
  self.attribute_map = {
@@ -64,18 +69,20 @@ class IncidentResourceType(object):
64
69
  'name': 'name',
65
70
  'label': 'label',
66
71
  'description': 'description',
72
+ 'is_subscriptions_supported': 'isSubscriptionsSupported',
67
73
  'service_category_list': 'serviceCategoryList',
68
74
  'service': 'service',
69
- 'service_categories': 'serviceCategories'
75
+ 'services': 'services'
70
76
  }
71
77
 
72
78
  self._resource_type_key = None
73
79
  self._name = None
74
80
  self._label = None
75
81
  self._description = None
82
+ self._is_subscriptions_supported = None
76
83
  self._service_category_list = None
77
84
  self._service = None
78
- self._service_categories = None
85
+ self._services = None
79
86
 
80
87
  @property
81
88
  def resource_type_key(self):
@@ -173,6 +180,30 @@ class IncidentResourceType(object):
173
180
  """
174
181
  self._description = description
175
182
 
183
+ @property
184
+ def is_subscriptions_supported(self):
185
+ """
186
+ Gets the is_subscriptions_supported of this IncidentResourceType.
187
+ Indicates whether multi-subscription is supported
188
+
189
+
190
+ :return: The is_subscriptions_supported of this IncidentResourceType.
191
+ :rtype: bool
192
+ """
193
+ return self._is_subscriptions_supported
194
+
195
+ @is_subscriptions_supported.setter
196
+ def is_subscriptions_supported(self, is_subscriptions_supported):
197
+ """
198
+ Sets the is_subscriptions_supported of this IncidentResourceType.
199
+ Indicates whether multi-subscription is supported
200
+
201
+
202
+ :param is_subscriptions_supported: The is_subscriptions_supported of this IncidentResourceType.
203
+ :type: bool
204
+ """
205
+ self._is_subscriptions_supported = is_subscriptions_supported
206
+
176
207
  @property
177
208
  def service_category_list(self):
178
209
  """
@@ -222,28 +253,28 @@ class IncidentResourceType(object):
222
253
  self._service = service
223
254
 
224
255
  @property
225
- def service_categories(self):
256
+ def services(self):
226
257
  """
227
- Gets the service_categories of this IncidentResourceType.
258
+ Gets the services of this IncidentResourceType.
228
259
  The service categories list for MOS Taxonomy.
229
260
 
230
261
 
231
- :return: The service_categories of this IncidentResourceType.
262
+ :return: The services of this IncidentResourceType.
232
263
  :rtype: list[oci.cims.models.ServiceCategories]
233
264
  """
234
- return self._service_categories
265
+ return self._services
235
266
 
236
- @service_categories.setter
237
- def service_categories(self, service_categories):
267
+ @services.setter
268
+ def services(self, services):
238
269
  """
239
- Sets the service_categories of this IncidentResourceType.
270
+ Sets the services of this IncidentResourceType.
240
271
  The service categories list for MOS Taxonomy.
241
272
 
242
273
 
243
- :param service_categories: The service_categories of this IncidentResourceType.
274
+ :param services: The services of this IncidentResourceType.
244
275
  :type: list[oci.cims.models.ServiceCategories]
245
276
  """
246
- self._service_categories = service_categories
277
+ self._services = services
247
278
 
248
279
  def __repr__(self):
249
280
  return formatted_flat_dict(self)
@@ -231,7 +231,17 @@ class IncidentSummary(object):
231
231
  def problem_type(self):
232
232
  """
233
233
  **[Required]** Gets the problem_type of this IncidentSummary.
234
- The kind of support ticket, such as a technical support request or a limit increase request.
234
+ The kind of support ticket (type of support request).
235
+ For information about `ACCOUNT` support tickets, see
236
+ `Creating a Billing Support Request`__.
237
+ For information about `LIMIT` support tickets, see
238
+ `Creating a Service Limit Increase Request`__.
239
+ For information about `TECH` support tickets, see
240
+ `Creating a Technical Support Request`__.
241
+
242
+ __ https://docs.cloud.oracle.com/iaas/Content/GSG/support/create-incident-billing.htm
243
+ __ https://docs.cloud.oracle.com/iaas/Content/GSG/support/create-incident-limit.htm
244
+ __ https://docs.cloud.oracle.com/iaas/Content/GSG/support/create-incident-technical.htm
235
245
 
236
246
  Allowed values for this property are: "LIMIT", "LEGACY_LIMIT", "TECH", "ACCOUNT", "TAXONOMY", 'UNKNOWN_ENUM_VALUE'.
237
247
  Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
@@ -246,7 +256,17 @@ class IncidentSummary(object):
246
256
  def problem_type(self, problem_type):
247
257
  """
248
258
  Sets the problem_type of this IncidentSummary.
249
- The kind of support ticket, such as a technical support request or a limit increase request.
259
+ The kind of support ticket (type of support request).
260
+ For information about `ACCOUNT` support tickets, see
261
+ `Creating a Billing Support Request`__.
262
+ For information about `LIMIT` support tickets, see
263
+ `Creating a Service Limit Increase Request`__.
264
+ For information about `TECH` support tickets, see
265
+ `Creating a Technical Support Request`__.
266
+
267
+ __ https://docs.cloud.oracle.com/iaas/Content/GSG/support/create-incident-billing.htm
268
+ __ https://docs.cloud.oracle.com/iaas/Content/GSG/support/create-incident-limit.htm
269
+ __ https://docs.cloud.oracle.com/iaas/Content/GSG/support/create-incident-technical.htm
250
270
 
251
271
 
252
272
  :param problem_type: The problem_type of this IncidentSummary.
oci/cims/models/item.py CHANGED
@@ -102,7 +102,7 @@ class Item(object):
102
102
  @property
103
103
  def item_key(self):
104
104
  """
105
- **[Required]** Gets the item_key of this Item.
105
+ Gets the item_key of this Item.
106
106
  Unique identifier for the item.
107
107
 
108
108
 
@@ -27,6 +27,10 @@ class LimitItem(Item):
27
27
  #: This constant has a value of "NOT_APPROVED"
28
28
  LIMIT_STATUS_NOT_APPROVED = "NOT_APPROVED"
29
29
 
30
+ #: A constant which can be used with the limit_status property of a LimitItem.
31
+ #: This constant has a value of "REJECTED"
32
+ LIMIT_STATUS_REJECTED = "REJECTED"
33
+
30
34
  def __init__(self, **kwargs):
31
35
  """
32
36
  Initializes a new LimitItem object with values from keyword arguments. The default value of the :py:attr:`~oci.cims.models.LimitItem.type` attribute
@@ -71,10 +75,14 @@ class LimitItem(Item):
71
75
 
72
76
  :param limit_status:
73
77
  The value to assign to the limit_status property of this LimitItem.
74
- Allowed values for this property are: "APPROVED", "PARTIALLY_APPROVED", "NOT_APPROVED", 'UNKNOWN_ENUM_VALUE'.
78
+ Allowed values for this property are: "APPROVED", "PARTIALLY_APPROVED", "NOT_APPROVED", "REJECTED", 'UNKNOWN_ENUM_VALUE'.
75
79
  Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
76
80
  :type limit_status: str
77
81
 
82
+ :param customer_message:
83
+ The value to assign to the customer_message property of this LimitItem.
84
+ :type customer_message: str
85
+
78
86
  """
79
87
  self.swagger_types = {
80
88
  'item_key': 'str',
@@ -86,7 +94,8 @@ class LimitItem(Item):
86
94
  'current_limit': 'int',
87
95
  'current_usage': 'int',
88
96
  'requested_limit': 'int',
89
- 'limit_status': 'str'
97
+ 'limit_status': 'str',
98
+ 'customer_message': 'str'
90
99
  }
91
100
 
92
101
  self.attribute_map = {
@@ -99,7 +108,8 @@ class LimitItem(Item):
99
108
  'current_limit': 'currentLimit',
100
109
  'current_usage': 'currentUsage',
101
110
  'requested_limit': 'requestedLimit',
102
- 'limit_status': 'limitStatus'
111
+ 'limit_status': 'limitStatus',
112
+ 'customer_message': 'customerMessage'
103
113
  }
104
114
 
105
115
  self._item_key = None
@@ -112,6 +122,7 @@ class LimitItem(Item):
112
122
  self._current_usage = None
113
123
  self._requested_limit = None
114
124
  self._limit_status = None
125
+ self._customer_message = None
115
126
  self._type = 'limit'
116
127
 
117
128
  @property
@@ -192,7 +203,7 @@ class LimitItem(Item):
192
203
  Gets the limit_status of this LimitItem.
193
204
  The status of the request.
194
205
 
195
- Allowed values for this property are: "APPROVED", "PARTIALLY_APPROVED", "NOT_APPROVED", 'UNKNOWN_ENUM_VALUE'.
206
+ Allowed values for this property are: "APPROVED", "PARTIALLY_APPROVED", "NOT_APPROVED", "REJECTED", 'UNKNOWN_ENUM_VALUE'.
196
207
  Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
197
208
 
198
209
 
@@ -211,11 +222,35 @@ class LimitItem(Item):
211
222
  :param limit_status: The limit_status of this LimitItem.
212
223
  :type: str
213
224
  """
214
- allowed_values = ["APPROVED", "PARTIALLY_APPROVED", "NOT_APPROVED"]
225
+ allowed_values = ["APPROVED", "PARTIALLY_APPROVED", "NOT_APPROVED", "REJECTED"]
215
226
  if not value_allowed_none_or_none_sentinel(limit_status, allowed_values):
216
227
  limit_status = 'UNKNOWN_ENUM_VALUE'
217
228
  self._limit_status = limit_status
218
229
 
230
+ @property
231
+ def customer_message(self):
232
+ """
233
+ Gets the customer_message of this LimitItem.
234
+ Message to customer for partial approval and rejected limit requests
235
+
236
+
237
+ :return: The customer_message of this LimitItem.
238
+ :rtype: str
239
+ """
240
+ return self._customer_message
241
+
242
+ @customer_message.setter
243
+ def customer_message(self, customer_message):
244
+ """
245
+ Sets the customer_message of this LimitItem.
246
+ Message to customer for partial approval and rejected limit requests
247
+
248
+
249
+ :param customer_message: The customer_message of this LimitItem.
250
+ :type: str
251
+ """
252
+ self._customer_message = customer_message
253
+
219
254
  def __repr__(self):
220
255
  return formatted_flat_dict(self)
221
256
 
@@ -20,58 +20,58 @@ class ServiceCategories(object):
20
20
  Initializes a new ServiceCategories object with values from keyword arguments.
21
21
  The following keyword arguments are supported (corresponding to the getters/setters of this class):
22
22
 
23
- :param service_category:
24
- The value to assign to the service_category property of this ServiceCategories.
25
- :type service_category: dict(str, str)
23
+ :param service:
24
+ The value to assign to the service property of this ServiceCategories.
25
+ :type service: dict(str, str)
26
26
 
27
27
  :param schema:
28
28
  The value to assign to the schema property of this ServiceCategories.
29
29
  :type schema: str
30
30
 
31
- :param issue_type:
32
- The value to assign to the issue_type property of this ServiceCategories.
33
- :type issue_type: dict(str, str)
31
+ :param sub_categories:
32
+ The value to assign to the sub_categories property of this ServiceCategories.
33
+ :type sub_categories: list[oci.cims.models.SubCategories]
34
34
 
35
35
  """
36
36
  self.swagger_types = {
37
- 'service_category': 'dict(str, str)',
37
+ 'service': 'dict(str, str)',
38
38
  'schema': 'str',
39
- 'issue_type': 'dict(str, str)'
39
+ 'sub_categories': 'list[SubCategories]'
40
40
  }
41
41
 
42
42
  self.attribute_map = {
43
- 'service_category': 'serviceCategory',
43
+ 'service': 'service',
44
44
  'schema': 'schema',
45
- 'issue_type': 'issueType'
45
+ 'sub_categories': 'subCategories'
46
46
  }
47
47
 
48
- self._service_category = None
48
+ self._service = None
49
49
  self._schema = None
50
- self._issue_type = None
50
+ self._sub_categories = None
51
51
 
52
52
  @property
53
- def service_category(self):
53
+ def service(self):
54
54
  """
55
- Gets the service_category of this ServiceCategories.
55
+ Gets the service of this ServiceCategories.
56
56
  Service Category list.
57
57
 
58
58
 
59
- :return: The service_category of this ServiceCategories.
59
+ :return: The service of this ServiceCategories.
60
60
  :rtype: dict(str, str)
61
61
  """
62
- return self._service_category
62
+ return self._service
63
63
 
64
- @service_category.setter
65
- def service_category(self, service_category):
64
+ @service.setter
65
+ def service(self, service):
66
66
  """
67
- Sets the service_category of this ServiceCategories.
67
+ Sets the service of this ServiceCategories.
68
68
  Service Category list.
69
69
 
70
70
 
71
- :param service_category: The service_category of this ServiceCategories.
71
+ :param service: The service of this ServiceCategories.
72
72
  :type: dict(str, str)
73
73
  """
74
- self._service_category = service_category
74
+ self._service = service
75
75
 
76
76
  @property
77
77
  def schema(self):
@@ -98,28 +98,28 @@ class ServiceCategories(object):
98
98
  self._schema = schema
99
99
 
100
100
  @property
101
- def issue_type(self):
101
+ def sub_categories(self):
102
102
  """
103
- Gets the issue_type of this ServiceCategories.
104
- Issue type list.
103
+ Gets the sub_categories of this ServiceCategories.
104
+ The service categories list for MOS Taxonomy.
105
105
 
106
106
 
107
- :return: The issue_type of this ServiceCategories.
108
- :rtype: dict(str, str)
107
+ :return: The sub_categories of this ServiceCategories.
108
+ :rtype: list[oci.cims.models.SubCategories]
109
109
  """
110
- return self._issue_type
110
+ return self._sub_categories
111
111
 
112
- @issue_type.setter
113
- def issue_type(self, issue_type):
112
+ @sub_categories.setter
113
+ def sub_categories(self, sub_categories):
114
114
  """
115
- Sets the issue_type of this ServiceCategories.
116
- Issue type list.
115
+ Sets the sub_categories of this ServiceCategories.
116
+ The service categories list for MOS Taxonomy.
117
117
 
118
118
 
119
- :param issue_type: The issue_type of this ServiceCategories.
120
- :type: dict(str, str)
119
+ :param sub_categories: The sub_categories of this ServiceCategories.
120
+ :type: list[oci.cims.models.SubCategories]
121
121
  """
122
- self._issue_type = issue_type
122
+ self._sub_categories = sub_categories
123
123
 
124
124
  def __repr__(self):
125
125
  return formatted_flat_dict(self)
@@ -68,6 +68,10 @@ class ServiceCategory(object):
68
68
  The value to assign to the issue_type_list property of this ServiceCategory.
69
69
  :type issue_type_list: list[oci.cims.models.IssueType]
70
70
 
71
+ :param supported_subscriptions:
72
+ The value to assign to the supported_subscriptions property of this ServiceCategory.
73
+ :type supported_subscriptions: list[str]
74
+
71
75
  :param scope:
72
76
  The value to assign to the scope property of this ServiceCategory.
73
77
  Allowed values for this property are: "AD", "REGION", "TENANCY", "NONE", 'UNKNOWN_ENUM_VALUE'.
@@ -91,6 +95,7 @@ class ServiceCategory(object):
91
95
  'label': 'str',
92
96
  'description': 'str',
93
97
  'issue_type_list': 'list[IssueType]',
98
+ 'supported_subscriptions': 'list[str]',
94
99
  'scope': 'str',
95
100
  'unit': 'str',
96
101
  'limit_id': 'str'
@@ -102,6 +107,7 @@ class ServiceCategory(object):
102
107
  'label': 'label',
103
108
  'description': 'description',
104
109
  'issue_type_list': 'issueTypeList',
110
+ 'supported_subscriptions': 'supportedSubscriptions',
105
111
  'scope': 'scope',
106
112
  'unit': 'unit',
107
113
  'limit_id': 'limitId'
@@ -112,6 +118,7 @@ class ServiceCategory(object):
112
118
  self._label = None
113
119
  self._description = None
114
120
  self._issue_type_list = None
121
+ self._supported_subscriptions = None
115
122
  self._scope = None
116
123
  self._unit = None
117
124
  self._limit_id = None
@@ -236,6 +243,30 @@ class ServiceCategory(object):
236
243
  """
237
244
  self._issue_type_list = issue_type_list
238
245
 
246
+ @property
247
+ def supported_subscriptions(self):
248
+ """
249
+ Gets the supported_subscriptions of this ServiceCategory.
250
+ List of supported subscriptions
251
+
252
+
253
+ :return: The supported_subscriptions of this ServiceCategory.
254
+ :rtype: list[str]
255
+ """
256
+ return self._supported_subscriptions
257
+
258
+ @supported_subscriptions.setter
259
+ def supported_subscriptions(self, supported_subscriptions):
260
+ """
261
+ Sets the supported_subscriptions of this ServiceCategory.
262
+ List of supported subscriptions
263
+
264
+
265
+ :param supported_subscriptions: The supported_subscriptions of this ServiceCategory.
266
+ :type: list[str]
267
+ """
268
+ self._supported_subscriptions = supported_subscriptions
269
+
239
270
  @property
240
271
  def scope(self):
241
272
  """