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.
- oci/access_governance_cp/access_governance_cp_client.py +8 -8
- oci/adm/application_dependency_management_client.py +36 -36
- oci/ai_anomaly_detection/anomaly_detection_client.py +36 -36
- oci/ai_document/ai_service_document_client.py +26 -26
- oci/ai_language/ai_service_language_client.py +44 -44
- oci/ai_speech/ai_service_speech_client.py +19 -19
- oci/ai_vision/ai_service_vision_client.py +25 -25
- oci/analytics/analytics_client.py +24 -24
- oci/announcements_service/announcement_client.py +5 -5
- oci/announcements_service/announcement_subscription_client.py +9 -9
- oci/announcements_service/announcements_preferences_client.py +4 -4
- oci/announcements_service/service_client.py +1 -1
- oci/apigateway/api_gateway_client.py +21 -21
- oci/apigateway/deployment_client.py +6 -6
- oci/apigateway/gateway_client.py +6 -6
- oci/apigateway/subscribers_client.py +6 -6
- oci/apigateway/usage_plans_client.py +6 -6
- oci/apigateway/work_requests_client.py +5 -5
- oci/apm_config/config_client.py +9 -9
- oci/apm_control_plane/apm_domain_client.py +14 -14
- oci/apm_synthetics/apm_synthetic_client.py +28 -28
- oci/apm_traces/attributes_client.py +8 -8
- oci/apm_traces/query_client.py +2 -2
- oci/apm_traces/trace_client.py +4 -4
- oci/appmgmt_control/appmgmt_control_client.py +8 -8
- oci/artifacts/artifacts_client.py +32 -32
- oci/audit/audit_client.py +3 -3
- oci/auth/auth_utils.py +9 -6
- oci/auth/federation_client.py +59 -5
- oci/auth/rpt_path_providers.py +3 -3
- oci/autoscaling/auto_scaling_client.py +11 -11
- oci/base_client.py +5 -12
- oci/bastion/bastion_client.py +15 -15
- oci/bds/bds_client.py +72 -72
- oci/blockchain/blockchain_platform_client.py +27 -27
- oci/budget/budget_client.py +10 -10
- oci/capacity_management/capacity_management_client.py +32 -32
- oci/certificates/certificates_client.py +5 -5
- oci/certificates_management/certificates_management_client.py +32 -32
- oci/cims/incident_client.py +69 -245
- oci/cims/models/__init__.py +6 -0
- oci/cims/models/activity_item.py +37 -6
- oci/cims/models/create_account_item_details.py +3 -0
- oci/cims/models/create_incident.py +22 -2
- oci/cims/models/create_limit_item_details.py +10 -3
- oci/cims/models/create_tech_support_item_details.py +3 -0
- oci/cims/models/create_user_details.py +22 -2
- oci/cims/models/incident.py +22 -2
- oci/cims/models/incident_resource_type.py +46 -15
- oci/cims/models/incident_summary.py +22 -2
- oci/cims/models/item.py +1 -1
- oci/cims/models/limit_item.py +40 -5
- oci/cims/models/service_categories.py +34 -34
- oci/cims/models/service_category.py +31 -0
- oci/cims/models/sub_categories.py +165 -0
- oci/cims/models/sub_components.py +103 -0
- oci/cims/models/subscription_info.py +103 -0
- oci/cims/models/ticket.py +4 -4
- oci/cims/models/update_incident.py +22 -2
- oci/cims/models/user.py +22 -2
- oci/circuit_breaker/__init__.py +24 -2
- oci/circuit_breaker/circuit_breaker.py +11 -1
- oci/cloud_bridge/common_client.py +5 -5
- oci/cloud_bridge/discovery_client.py +15 -15
- oci/cloud_bridge/inventory_client.py +16 -16
- oci/cloud_bridge/ocb_agent_svc_client.py +22 -22
- oci/cloud_guard/cloud_guard_client.py +155 -155
- oci/cloud_migrations/migration_client.py +43 -43
- oci/cluster_placement_groups/cluster_placement_groups_cp_client.py +13 -13
- oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +12 -12
- oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
- oci/compute_instance_agent/plugin_client.py +2 -2
- oci/compute_instance_agent/pluginconfig_client.py +1 -1
- oci/container_engine/container_engine_client.py +44 -44
- oci/container_engine/models/install_addon_details.py +33 -2
- oci/container_instances/container_instance_client.py +18 -18
- oci/core/blockstorage_client.py +60 -60
- oci/core/compute_client.py +102 -102
- oci/core/compute_management_client.py +32 -32
- oci/core/virtual_network_client.py +247 -247
- oci/dashboard_service/dashboard_client.py +6 -6
- oci/dashboard_service/dashboard_group_client.py +6 -6
- oci/data_catalog/data_catalog_client.py +149 -149
- oci/data_flow/data_flow_client.py +270 -44
- oci/data_flow/data_flow_client_composite_operations.py +78 -0
- oci/data_flow/models/sql_endpoint.py +7 -3
- oci/data_flow/models/sql_endpoint_summary.py +7 -3
- oci/data_flow/models/update_sql_endpoint_details.py +344 -3
- oci/data_integration/data_integration_client.py +163 -163
- oci/data_labeling_service/data_labeling_management_client.py +17 -17
- oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
- oci/data_safe/data_safe_client.py +292 -292
- oci/data_science/data_science_client.py +92 -92
- oci/database/database_client.py +396 -396
- oci/database_management/db_management_client.py +211 -211
- oci/database_management/diagnosability_client.py +4 -4
- oci/database_management/managed_my_sql_databases_client.py +7 -7
- oci/database_management/perfhub_client.py +1 -1
- oci/database_management/sql_tuning_client.py +17 -17
- oci/database_migration/database_migration_client.py +42 -42
- oci/database_tools/database_tools_client.py +23 -23
- oci/delegate_access_control/delegate_access_control_client.py +26 -26
- oci/delegate_access_control/work_request_client.py +4 -4
- oci/demand_signal/occ_demand_signal_client.py +7 -7
- oci/desktops/desktop_service_client.py +21 -21
- oci/devops/devops_client.py +141 -141
- oci/disaster_recovery/disaster_recovery_client.py +29 -29
- oci/dns/dns_client.py +54 -54
- oci/dts/appliance_export_job_client.py +6 -6
- oci/dts/shipping_vendors_client.py +1 -1
- oci/dts/transfer_appliance_client.py +8 -8
- oci/dts/transfer_appliance_entitlement_client.py +3 -3
- oci/dts/transfer_device_client.py +5 -5
- oci/dts/transfer_job_client.py +6 -6
- oci/dts/transfer_package_client.py +7 -7
- oci/em_warehouse/em_warehouse_client.py +13 -13
- oci/email/email_client.py +31 -31
- oci/email_data_plane/email_dp_client.py +1 -1
- oci/events/events_client.py +6 -6
- oci/file_storage/file_storage_client.py +68 -68
- oci/fleet_apps_management/fleet_apps_management_admin_client.py +25 -25
- oci/fleet_apps_management/fleet_apps_management_client.py +35 -35
- oci/fleet_apps_management/fleet_apps_management_maintenance_window_client.py +5 -5
- oci/fleet_apps_management/fleet_apps_management_operations_client.py +26 -26
- oci/fleet_apps_management/fleet_apps_management_runbooks_client.py +12 -12
- oci/fleet_software_update/fleet_software_update_client.py +46 -46
- oci/functions/functions_invoke_client.py +1 -1
- oci/functions/functions_management_client.py +16 -16
- oci/fusion_apps/fusion_applications_client.py +41 -41
- oci/generative_ai/generative_ai_client.py +22 -22
- oci/generative_ai_agent/generative_ai_agent_client.py +33 -33
- oci/generative_ai_agent_runtime/generative_ai_agent_runtime_client.py +5 -5
- oci/generative_ai_inference/generative_ai_inference_client.py +4 -4
- oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
- oci/globally_distributed_database/sharded_database_service_client.py +30 -30
- oci/golden_gate/golden_gate_client.py +69 -69
- oci/governance_rules_control_plane/governance_rule_client.py +15 -15
- oci/governance_rules_control_plane/work_request_client.py +5 -5
- oci/healthchecks/health_checks_client.py +17 -17
- oci/identity/identity_client.py +145 -145
- oci/identity_data_plane/dataplane_client.py +2 -2
- oci/identity_domains/identity_domains_client.py +874 -333
- oci/identity_domains/models/__init__.py +20 -0
- oci/identity_domains/models/condition.py +31 -2
- oci/identity_domains/models/condition_extension_ociconsolesignonpolicyconsent_policy.py +194 -0
- oci/identity_domains/models/oci_console_sign_on_policy_consent.py +1041 -0
- oci/identity_domains/models/oci_console_sign_on_policy_consent_consent_signed_by.py +260 -0
- oci/identity_domains/models/oci_console_sign_on_policy_consent_modified_resource.py +223 -0
- oci/identity_domains/models/oci_console_sign_on_policy_consent_policy_resource.py +148 -0
- oci/identity_domains/models/oci_console_sign_on_policy_consent_search_request.py +364 -0
- oci/identity_domains/models/oci_console_sign_on_policy_consents.py +196 -0
- oci/identity_domains/models/policy.py +31 -2
- oci/identity_domains/models/policy_extension_ociconsolesignonpolicyconsent_policy.py +194 -0
- oci/identity_domains/models/policy_policy_type.py +2 -2
- oci/identity_domains/models/restore_oci_console_policy.py +722 -0
- oci/identity_domains/models/rule.py +31 -2
- oci/identity_domains/models/rule_condition_group.py +2 -2
- oci/identity_domains/models/rule_extension_ociconsolesignonpolicyconsent_policy.py +194 -0
- oci/integration/integration_instance_client.py +19 -19
- oci/jms/java_management_service_client.py +75 -75
- oci/jms_java_downloads/java_download_client.py +25 -25
- oci/key_management/ekm_client.py +5 -5
- oci/key_management/kms_crypto_client.py +6 -6
- oci/key_management/kms_hsm_cluster_client.py +12 -12
- oci/key_management/kms_management_client.py +21 -21
- oci/key_management/kms_vault_client.py +14 -14
- oci/license_manager/license_manager_client.py +18 -18
- oci/limits/limits_client.py +4 -4
- oci/limits/quotas_client.py +7 -7
- oci/load_balancer/load_balancer_client.py +61 -61
- oci/load_balancer/models/create_listener_details.py +4 -6
- oci/load_balancer/models/listener.py +4 -6
- oci/load_balancer/models/listener_details.py +4 -6
- oci/load_balancer/models/update_listener_details.py +4 -6
- oci/lockbox/lockbox_client.py +24 -24
- oci/log_analytics/log_analytics_client.py +193 -193
- oci/logging/logging_management_client.py +30 -30
- oci/loggingingestion/logging_client.py +1 -1
- oci/loggingsearch/log_search_client.py +1 -1
- oci/management_agent/management_agent_client.py +28 -28
- oci/management_dashboard/dashx_apis_client.py +14 -14
- oci/marketplace/account_client.py +2 -2
- oci/marketplace/marketplace_client.py +30 -30
- oci/marketplace_private_offer/attachment_client.py +5 -5
- oci/marketplace_private_offer/offer_client.py +6 -6
- oci/marketplace_publisher/attachment_client.py +5 -5
- oci/marketplace_publisher/marketplace_publisher_client.py +71 -71
- oci/marketplace_publisher/offer_client.py +6 -6
- oci/media_services/media_services_client.py +60 -60
- oci/media_services/media_stream_client.py +2 -2
- oci/monitoring/monitoring_client.py +18 -18
- oci/mysql/channels_client.py +7 -7
- oci/mysql/db_backups_client.py +7 -7
- oci/mysql/db_system_client.py +17 -17
- oci/mysql/mysqlaas_client.py +7 -7
- oci/mysql/replicas_client.py +5 -5
- oci/mysql/work_requests_client.py +4 -4
- oci/network_firewall/network_firewall_client.py +86 -86
- oci/network_load_balancer/models/backend_set.py +0 -4
- oci/network_load_balancer/models/backend_set_details.py +0 -4
- oci/network_load_balancer/models/backend_set_summary.py +7 -5
- oci/network_load_balancer/models/create_listener_details.py +42 -5
- oci/network_load_balancer/models/listener.py +42 -5
- oci/network_load_balancer/models/listener_details.py +42 -5
- oci/network_load_balancer/models/listener_summary.py +42 -5
- oci/network_load_balancer/models/update_listener_details.py +42 -5
- oci/network_load_balancer/network_load_balancer_client.py +34 -34
- oci/nosql/nosql_client.py +24 -24
- oci/object_storage/object_storage_client.py +55 -55
- oci/oce/oce_instance_client.py +10 -10
- oci/oci_control_center/occ_metrics_client.py +3 -3
- oci/ocvp/cluster_client.py +5 -5
- oci/ocvp/esxi_host_client.py +8 -8
- oci/ocvp/sddc_client.py +14 -14
- oci/ocvp/work_request_client.py +4 -4
- oci/oda/management_client.py +59 -59
- oci/oda/oda_client.py +17 -17
- oci/oda/odapackage_client.py +7 -7
- oci/onesubscription/billing_schedule_client.py +1 -1
- oci/onesubscription/commitment_client.py +2 -2
- oci/onesubscription/computed_usage_client.py +3 -3
- oci/onesubscription/invoice_summary_client.py +2 -2
- oci/onesubscription/organization_subscription_client.py +1 -1
- oci/onesubscription/ratecard_client.py +1 -1
- oci/onesubscription/subscribed_service_client.py +2 -2
- oci/onesubscription/subscription_client.py +1 -1
- oci/ons/notification_control_plane_client.py +6 -6
- oci/ons/notification_data_plane_client.py +10 -10
- oci/opa/opa_instance_client.py +13 -13
- oci/opensearch/opensearch_cluster_backup_client.py +4 -4
- oci/opensearch/opensearch_cluster_client.py +14 -14
- oci/operator_access_control/access_requests_client.py +20 -20
- oci/operator_access_control/operator_actions_client.py +4 -4
- oci/operator_access_control/operator_control_assignment_client.py +16 -16
- oci/operator_access_control/operator_control_client.py +12 -12
- oci/opsi/operations_insights_client.py +180 -180
- oci/optimizer/optimizer_client.py +26 -26
- oci/os_management/event_client.py +8 -8
- oci/os_management/os_management_client.py +69 -69
- oci/os_management_hub/event_client.py +8 -8
- oci/os_management_hub/lifecycle_environment_client.py +12 -12
- oci/os_management_hub/managed_instance_client.py +31 -31
- oci/os_management_hub/managed_instance_group_client.py +25 -25
- oci/os_management_hub/management_station_client.py +10 -10
- oci/os_management_hub/onboarding_client.py +6 -6
- oci/os_management_hub/reporting_managed_instance_client.py +3 -3
- oci/os_management_hub/scheduled_job_client.py +7 -7
- oci/os_management_hub/software_source_client.py +27 -27
- oci/os_management_hub/work_request_client.py +4 -4
- oci/osp_gateway/address_rule_service_client.py +1 -1
- oci/osp_gateway/address_service_client.py +2 -2
- oci/osp_gateway/invoice_service_client.py +5 -5
- oci/osp_gateway/subscription_service_client.py +5 -5
- oci/osub_billing_schedule/billing_schedule_client.py +1 -1
- oci/osub_organization_subscription/organization_subscription_client.py +1 -1
- oci/osub_subscription/commitment_client.py +2 -2
- oci/osub_subscription/ratecard_client.py +1 -1
- oci/osub_subscription/subscription_client.py +1 -1
- oci/osub_usage/computed_usage_client.py +3 -3
- oci/psql/postgresql_client.py +33 -33
- oci/queue/queue_admin_client.py +11 -11
- oci/queue/queue_client.py +8 -8
- oci/recovery/database_recovery_client.py +26 -26
- oci/redis/redis_cluster_client.py +12 -12
- oci/regions_definitions.py +15 -4
- oci/resource_manager/resource_manager_client.py +52 -52
- oci/resource_scheduler/schedule_client.py +13 -13
- oci/resource_search/resource_search_client.py +3 -3
- oci/retry/__init__.py +20 -0
- oci/rover/rover_bundle_client.py +8 -8
- oci/rover/rover_cluster_client.py +8 -8
- oci/rover/rover_entitlement_client.py +6 -6
- oci/rover/rover_node_client.py +15 -15
- oci/rover/shape_client.py +1 -1
- oci/rover/work_requests_client.py +5 -5
- oci/sch/connector_plugins_client.py +2 -2
- oci/sch/service_connector_client.py +12 -12
- oci/secrets/secrets_client.py +3 -3
- oci/security_attribute/security_attribute_client.py +18 -18
- oci/service_catalog/service_catalog_client.py +26 -26
- oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
- oci/service_mesh/service_mesh_client.py +48 -48
- oci/stack_monitoring/stack_monitoring_client.py +71 -71
- oci/streaming/stream_admin_client.py +18 -18
- oci/streaming/stream_client.py +8 -8
- oci/tenant_manager_control_plane/domain_client.py +5 -5
- oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
- oci/tenant_manager_control_plane/governance_client.py +2 -2
- oci/tenant_manager_control_plane/link_client.py +3 -3
- oci/tenant_manager_control_plane/orders_client.py +2 -2
- oci/tenant_manager_control_plane/organization_client.py +10 -10
- oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
- oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
- oci/tenant_manager_control_plane/subscription_client.py +11 -11
- oci/tenant_manager_control_plane/work_request_client.py +4 -4
- oci/threat_intelligence/threatintel_client.py +5 -5
- oci/usage/resources_client.py +2 -2
- oci/usage/rewards_client.py +6 -6
- oci/usage/usagelimits_client.py +1 -1
- oci/usage_api/usageapi_client.py +33 -33
- oci/vault/vaults_client.py +13 -13
- oci/vbs_inst/vbs_instance_client.py +10 -10
- oci/version.py +1 -1
- oci/visual_builder/vb_instance_client.py +13 -13
- oci/vn_monitoring/vn_monitoring_client.py +12 -12
- oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
- oci/waa/waa_client.py +13 -13
- oci/waa/work_request_client.py +4 -4
- oci/waas/redirect_client.py +6 -6
- oci/waas/waas_client.py +66 -66
- oci/waf/waf_client.py +24 -24
- oci/work_requests/work_request_client.py +4 -4
- oci/zpr/zpr_client.py +15 -15
- {oci-2.137.0.dist-info → oci-2.138.0.dist-info}/METADATA +1 -1
- {oci-2.137.0.dist-info → oci-2.138.0.dist-info}/RECORD +319 -306
- {oci-2.137.0.dist-info → oci-2.138.0.dist-info}/LICENSE.txt +0 -0
- {oci-2.137.0.dist-info → oci-2.138.0.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci-2.137.0.dist-info → oci-2.138.0.dist-info}/WHEEL +0 -0
- {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
|
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
|
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
|
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
|
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.
|
oci/cims/models/incident.py
CHANGED
@@ -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
|
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
|
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
|
48
|
-
The value to assign to the
|
49
|
-
:type
|
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
|
-
'
|
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
|
-
'
|
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.
|
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
|
256
|
+
def services(self):
|
226
257
|
"""
|
227
|
-
Gets the
|
258
|
+
Gets the services of this IncidentResourceType.
|
228
259
|
The service categories list for MOS Taxonomy.
|
229
260
|
|
230
261
|
|
231
|
-
:return: The
|
262
|
+
:return: The services of this IncidentResourceType.
|
232
263
|
:rtype: list[oci.cims.models.ServiceCategories]
|
233
264
|
"""
|
234
|
-
return self.
|
265
|
+
return self._services
|
235
266
|
|
236
|
-
@
|
237
|
-
def
|
267
|
+
@services.setter
|
268
|
+
def services(self, services):
|
238
269
|
"""
|
239
|
-
Sets the
|
270
|
+
Sets the services of this IncidentResourceType.
|
240
271
|
The service categories list for MOS Taxonomy.
|
241
272
|
|
242
273
|
|
243
|
-
:param
|
274
|
+
:param services: The services of this IncidentResourceType.
|
244
275
|
:type: list[oci.cims.models.ServiceCategories]
|
245
276
|
"""
|
246
|
-
self.
|
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
|
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
|
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
oci/cims/models/limit_item.py
CHANGED
@@ -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
|
24
|
-
The value to assign to the
|
25
|
-
:type
|
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
|
32
|
-
The value to assign to the
|
33
|
-
:type
|
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
|
-
'
|
37
|
+
'service': 'dict(str, str)',
|
38
38
|
'schema': 'str',
|
39
|
-
'
|
39
|
+
'sub_categories': 'list[SubCategories]'
|
40
40
|
}
|
41
41
|
|
42
42
|
self.attribute_map = {
|
43
|
-
'
|
43
|
+
'service': 'service',
|
44
44
|
'schema': 'schema',
|
45
|
-
'
|
45
|
+
'sub_categories': 'subCategories'
|
46
46
|
}
|
47
47
|
|
48
|
-
self.
|
48
|
+
self._service = None
|
49
49
|
self._schema = None
|
50
|
-
self.
|
50
|
+
self._sub_categories = None
|
51
51
|
|
52
52
|
@property
|
53
|
-
def
|
53
|
+
def service(self):
|
54
54
|
"""
|
55
|
-
Gets the
|
55
|
+
Gets the service of this ServiceCategories.
|
56
56
|
Service Category list.
|
57
57
|
|
58
58
|
|
59
|
-
:return: The
|
59
|
+
:return: The service of this ServiceCategories.
|
60
60
|
:rtype: dict(str, str)
|
61
61
|
"""
|
62
|
-
return self.
|
62
|
+
return self._service
|
63
63
|
|
64
|
-
@
|
65
|
-
def
|
64
|
+
@service.setter
|
65
|
+
def service(self, service):
|
66
66
|
"""
|
67
|
-
Sets the
|
67
|
+
Sets the service of this ServiceCategories.
|
68
68
|
Service Category list.
|
69
69
|
|
70
70
|
|
71
|
-
:param
|
71
|
+
:param service: The service of this ServiceCategories.
|
72
72
|
:type: dict(str, str)
|
73
73
|
"""
|
74
|
-
self.
|
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
|
101
|
+
def sub_categories(self):
|
102
102
|
"""
|
103
|
-
Gets the
|
104
|
-
|
103
|
+
Gets the sub_categories of this ServiceCategories.
|
104
|
+
The service categories list for MOS Taxonomy.
|
105
105
|
|
106
106
|
|
107
|
-
:return: The
|
108
|
-
:rtype:
|
107
|
+
:return: The sub_categories of this ServiceCategories.
|
108
|
+
:rtype: list[oci.cims.models.SubCategories]
|
109
109
|
"""
|
110
|
-
return self.
|
110
|
+
return self._sub_categories
|
111
111
|
|
112
|
-
@
|
113
|
-
def
|
112
|
+
@sub_categories.setter
|
113
|
+
def sub_categories(self, sub_categories):
|
114
114
|
"""
|
115
|
-
Sets the
|
116
|
-
|
115
|
+
Sets the sub_categories of this ServiceCategories.
|
116
|
+
The service categories list for MOS Taxonomy.
|
117
117
|
|
118
118
|
|
119
|
-
:param
|
120
|
-
:type:
|
119
|
+
:param sub_categories: The sub_categories of this ServiceCategories.
|
120
|
+
:type: list[oci.cims.models.SubCategories]
|
121
121
|
"""
|
122
|
-
self.
|
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
|
"""
|