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.
- 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 +22 -22
- oci/ai_document/models/analyze_document_details.py +7 -3
- oci/ai_document/models/general_processor_config.py +7 -3
- oci/ai_language/ai_service_language_client.py +44 -44
- oci/ai_speech/ai_service_speech_client.py +10 -10
- oci/ai_vision/ai_service_vision_client.py +25 -25
- oci/analytics/analytics_client.py +23 -23
- oci/announcements_service/announcement_client.py +4 -4
- oci/announcements_service/announcement_subscription_client.py +9 -9
- oci/announcements_service/announcements_preferences_client.py +4 -4
- 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 +108 -8
- oci/apm_config/models/__init__.py +10 -0
- oci/apm_config/models/filter_text_or_id.py +112 -0
- oci/apm_config/models/test_details.py +101 -0
- oci/apm_config/models/test_output.py +101 -0
- oci/apm_config/models/test_span_enrichment_details.py +148 -0
- oci/apm_config/models/test_span_enrichment_output.py +113 -0
- 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/autoscaling/auto_scaling_client.py +11 -11
- oci/bastion/bastion_client.py +15 -15
- oci/bds/bds_client.py +66 -66
- oci/blockchain/blockchain_platform_client.py +27 -27
- oci/budget/budget_client.py +10 -10
- oci/capacity_management/capacity_management_client.py +22 -22
- oci/certificates/certificates_client.py +5 -5
- oci/certificates_management/certificates_management_client.py +32 -32
- oci/cims/incident_client.py +8 -8
- oci/cims/user_client.py +1 -1
- oci/cloud_bridge/common_client.py +5 -5
- oci/cloud_bridge/discovery_client.py +14 -14
- oci/cloud_bridge/inventory_client.py +16 -16
- oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
- oci/cloud_guard/cloud_guard_client.py +155 -155
- oci/cloud_guard/models/resource_profile.py +66 -4
- oci/cloud_guard/models/resource_profile_endpoint_summary.py +97 -4
- oci/cloud_guard/models/resource_profile_impacted_resource_summary.py +126 -2
- oci/cloud_guard/models/resource_profile_summary.py +66 -4
- oci/cloud_guard/models/security_policy_collection.py +115 -2
- oci/cloud_guard/models/sighting.py +66 -4
- oci/cloud_guard/models/sighting_endpoint_summary.py +97 -4
- oci/cloud_guard/models/sighting_impacted_resource_summary.py +126 -2
- oci/cloud_guard/models/sighting_summary.py +66 -4
- 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_instances/container_instance_client.py +18 -18
- oci/core/blockstorage_client.py +60 -60
- oci/core/compute_client.py +99 -99
- 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 +42 -42
- 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 +278 -278
- oci/data_science/data_science_client.py +91 -91
- oci/database/database_client.py +334 -334
- oci/database/models/autonomous_database.py +62 -0
- oci/database/models/autonomous_database_summary.py +62 -0
- oci/database_management/db_management_client.py +208 -208
- 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 +41 -41
- oci/database_tools/database_tools_client.py +23 -23
- oci/demand_signal/occ_demand_signal_client.py +7 -7
- oci/desktops/desktop_service_client.py +21 -21
- oci/devops/devops_client.py +89 -89
- oci/disaster_recovery/disaster_recovery_client.py +29 -29
- oci/dns/dns_client.py +52 -52
- 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_data_lake_client.py +13 -13
- 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 +50 -50
- oci/fleet_software_update/fleet_software_update_client.py +44 -44
- oci/functions/functions_invoke_client.py +1 -1
- oci/functions/functions_management_client.py +16 -16
- oci/fusion_apps/data_masking_activity_client.py +3 -3
- oci/fusion_apps/fusion_applications_client.py +233 -39
- oci/fusion_apps/fusion_applications_client_composite_operations.py +39 -0
- oci/fusion_apps/fusion_environment_client.py +15 -15
- oci/fusion_apps/fusion_environment_family_client.py +8 -8
- oci/fusion_apps/models/__init__.py +4 -0
- oci/fusion_apps/models/extract_details_collection.py +72 -0
- oci/fusion_apps/models/extract_details_summary.py +134 -0
- oci/fusion_apps/models/fusion_environment.py +33 -2
- oci/fusion_apps/models/subscription.py +214 -0
- oci/fusion_apps/models/work_request.py +27 -3
- oci/fusion_apps/refresh_activity_client.py +4 -4
- oci/fusion_apps/scheduled_activity_client.py +2 -2
- oci/fusion_apps/service_attachment_client.py +2 -2
- oci/generative_ai/generative_ai_client.py +22 -22
- 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/models/create_dedicated_sharded_database.py +93 -0
- oci/globally_distributed_database/models/dedicated_sharded_database.py +111 -0
- oci/globally_distributed_database/models/dedicated_sharded_database_summary.py +93 -0
- oci/globally_distributed_database/models/private_endpoint.py +31 -0
- oci/globally_distributed_database/models/work_request.py +51 -3
- oci/globally_distributed_database/models/work_request_summary.py +51 -3
- oci/globally_distributed_database/sharded_database_service_client.py +174 -30
- oci/globally_distributed_database/sharded_database_service_client_composite_operations.py +39 -0
- oci/golden_gate/golden_gate_client.py +68 -68
- 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 +300 -300
- oci/integration/integration_instance_client.py +15 -15
- oci/jms/java_management_service_client.py +66 -66
- 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/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/models/alarm.py +167 -8
- oci/monitoring/models/alarm_dimension_states_entry.py +49 -4
- oci/monitoring/models/alarm_history_entry.py +47 -0
- oci/monitoring/models/alarm_override.py +34 -4
- oci/monitoring/models/alarm_status_summary.py +49 -4
- oci/monitoring/models/alarm_summary.py +172 -6
- oci/monitoring/models/create_alarm_details.py +169 -10
- oci/monitoring/models/update_alarm_details.py +169 -10
- oci/monitoring/monitoring_client.py +18 -18
- oci/mysql/channels_client.py +7 -7
- oci/mysql/db_backups_client.py +6 -6
- 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 +80 -80
- 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 +50 -50
- 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 +10 -10
- oci/operator_access_control/operator_actions_client.py +2 -2
- oci/operator_access_control/operator_control_assignment_client.py +8 -8
- oci/operator_access_control/operator_control_client.py +6 -6
- oci/opsi/operations_insights_client.py +175 -175
- 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/models/get_message.py +35 -0
- oci/queue/models/queue.py +7 -3
- oci/queue/models/queue_stats.py +2 -2
- oci/queue/queue_admin_client.py +13 -13
- oci/queue/queue_client.py +10 -10
- oci/recovery/database_recovery_client.py +25 -25
- oci/redis/redis_cluster_client.py +22 -22
- 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/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/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/models/discovery_details.py +7 -3
- oci/stack_monitoring/models/discovery_job_summary.py +7 -3
- oci/stack_monitoring/stack_monitoring_client.py +64 -64
- 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-2.128.0.dist-info → oci-2.128.2.dist-info}/METADATA +1 -1
- {oci-2.128.0.dist-info → oci-2.128.2.dist-info}/RECORD +300 -293
- {oci-2.128.0.dist-info → oci-2.128.2.dist-info}/LICENSE.txt +0 -0
- {oci-2.128.0.dist-info → oci-2.128.2.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci-2.128.0.dist-info → oci-2.128.2.dist-info}/WHEEL +0 -0
- {oci-2.128.0.dist-info → oci-2.128.2.dist-info}/top_level.txt +0 -0
@@ -15,6 +15,142 @@ class Subscription(object):
|
|
15
15
|
Subscription information for compartmentId. Only root compartments are allowed.
|
16
16
|
"""
|
17
17
|
|
18
|
+
#: A constant which can be used with the lifecycle_state property of a Subscription.
|
19
|
+
#: This constant has a value of "CREATING"
|
20
|
+
LIFECYCLE_STATE_CREATING = "CREATING"
|
21
|
+
|
22
|
+
#: A constant which can be used with the lifecycle_state property of a Subscription.
|
23
|
+
#: This constant has a value of "ACTIVE"
|
24
|
+
LIFECYCLE_STATE_ACTIVE = "ACTIVE"
|
25
|
+
|
26
|
+
#: A constant which can be used with the lifecycle_state property of a Subscription.
|
27
|
+
#: This constant has a value of "INACTIVE"
|
28
|
+
LIFECYCLE_STATE_INACTIVE = "INACTIVE"
|
29
|
+
|
30
|
+
#: A constant which can be used with the lifecycle_state property of a Subscription.
|
31
|
+
#: This constant has a value of "UPDATING"
|
32
|
+
LIFECYCLE_STATE_UPDATING = "UPDATING"
|
33
|
+
|
34
|
+
#: A constant which can be used with the lifecycle_state property of a Subscription.
|
35
|
+
#: This constant has a value of "DELETING"
|
36
|
+
LIFECYCLE_STATE_DELETING = "DELETING"
|
37
|
+
|
38
|
+
#: A constant which can be used with the lifecycle_state property of a Subscription.
|
39
|
+
#: This constant has a value of "DELETED"
|
40
|
+
LIFECYCLE_STATE_DELETED = "DELETED"
|
41
|
+
|
42
|
+
#: A constant which can be used with the lifecycle_state property of a Subscription.
|
43
|
+
#: This constant has a value of "FAILED"
|
44
|
+
LIFECYCLE_STATE_FAILED = "FAILED"
|
45
|
+
|
46
|
+
#: A constant which can be used with the lifecycle_state property of a Subscription.
|
47
|
+
#: This constant has a value of "NEEDS_ATTENTION"
|
48
|
+
LIFECYCLE_STATE_NEEDS_ATTENTION = "NEEDS_ATTENTION"
|
49
|
+
|
50
|
+
#: A constant which can be used with the lifecycle_details property of a Subscription.
|
51
|
+
#: This constant has a value of "ACTIVE"
|
52
|
+
LIFECYCLE_DETAILS_ACTIVE = "ACTIVE"
|
53
|
+
|
54
|
+
#: A constant which can be used with the lifecycle_details property of a Subscription.
|
55
|
+
#: This constant has a value of "PURGED"
|
56
|
+
LIFECYCLE_DETAILS_PURGED = "PURGED"
|
57
|
+
|
58
|
+
#: A constant which can be used with the lifecycle_details property of a Subscription.
|
59
|
+
#: This constant has a value of "CANCELED"
|
60
|
+
LIFECYCLE_DETAILS_CANCELED = "CANCELED"
|
61
|
+
|
62
|
+
#: A constant which can be used with the lifecycle_details property of a Subscription.
|
63
|
+
#: This constant has a value of "PAID_PURGED"
|
64
|
+
LIFECYCLE_DETAILS_PAID_PURGED = "PAID_PURGED"
|
65
|
+
|
66
|
+
#: A constant which can be used with the lifecycle_details property of a Subscription.
|
67
|
+
#: This constant has a value of "INITIALIZED"
|
68
|
+
LIFECYCLE_DETAILS_INITIALIZED = "INITIALIZED"
|
69
|
+
|
70
|
+
#: A constant which can be used with the lifecycle_details property of a Subscription.
|
71
|
+
#: This constant has a value of "SOFT_TERMINATED"
|
72
|
+
LIFECYCLE_DETAILS_SOFT_TERMINATED = "SOFT_TERMINATED"
|
73
|
+
|
74
|
+
#: A constant which can be used with the lifecycle_details property of a Subscription.
|
75
|
+
#: This constant has a value of "DISABLED"
|
76
|
+
LIFECYCLE_DETAILS_DISABLED = "DISABLED"
|
77
|
+
|
78
|
+
#: A constant which can be used with the lifecycle_details property of a Subscription.
|
79
|
+
#: This constant has a value of "BEGIN_TERMINATION"
|
80
|
+
LIFECYCLE_DETAILS_BEGIN_TERMINATION = "BEGIN_TERMINATION"
|
81
|
+
|
82
|
+
#: A constant which can be used with the lifecycle_details property of a Subscription.
|
83
|
+
#: This constant has a value of "MIGRATED"
|
84
|
+
LIFECYCLE_DETAILS_MIGRATED = "MIGRATED"
|
85
|
+
|
86
|
+
#: A constant which can be used with the lifecycle_details property of a Subscription.
|
87
|
+
#: This constant has a value of "PENDING_CANCELATION"
|
88
|
+
LIFECYCLE_DETAILS_PENDING_CANCELATION = "PENDING_CANCELATION"
|
89
|
+
|
90
|
+
#: A constant which can be used with the lifecycle_details property of a Subscription.
|
91
|
+
#: This constant has a value of "ARCHIVED"
|
92
|
+
LIFECYCLE_DETAILS_ARCHIVED = "ARCHIVED"
|
93
|
+
|
94
|
+
#: A constant which can be used with the lifecycle_details property of a Subscription.
|
95
|
+
#: This constant has a value of "NON_RECOVERABLE"
|
96
|
+
LIFECYCLE_DETAILS_NON_RECOVERABLE = "NON_RECOVERABLE"
|
97
|
+
|
98
|
+
#: A constant which can be used with the lifecycle_details property of a Subscription.
|
99
|
+
#: This constant has a value of "BEGIN_SOFT_TERMINATION"
|
100
|
+
LIFECYCLE_DETAILS_BEGIN_SOFT_TERMINATION = "BEGIN_SOFT_TERMINATION"
|
101
|
+
|
102
|
+
#: A constant which can be used with the lifecycle_details property of a Subscription.
|
103
|
+
#: This constant has a value of "ACTIVATED"
|
104
|
+
LIFECYCLE_DETAILS_ACTIVATED = "ACTIVATED"
|
105
|
+
|
106
|
+
#: A constant which can be used with the lifecycle_details property of a Subscription.
|
107
|
+
#: This constant has a value of "ACCESS_DISABLED"
|
108
|
+
LIFECYCLE_DETAILS_ACCESS_DISABLED = "ACCESS_DISABLED"
|
109
|
+
|
110
|
+
#: A constant which can be used with the lifecycle_details property of a Subscription.
|
111
|
+
#: This constant has a value of "PENDING_REGISTRATION"
|
112
|
+
LIFECYCLE_DETAILS_PENDING_REGISTRATION = "PENDING_REGISTRATION"
|
113
|
+
|
114
|
+
#: A constant which can be used with the lifecycle_details property of a Subscription.
|
115
|
+
#: This constant has a value of "TERMINATED"
|
116
|
+
LIFECYCLE_DETAILS_TERMINATED = "TERMINATED"
|
117
|
+
|
118
|
+
#: A constant which can be used with the lifecycle_details property of a Subscription.
|
119
|
+
#: This constant has a value of "RELOCATING"
|
120
|
+
LIFECYCLE_DETAILS_RELOCATING = "RELOCATING"
|
121
|
+
|
122
|
+
#: A constant which can be used with the lifecycle_details property of a Subscription.
|
123
|
+
#: This constant has a value of "DEPROVISIONED"
|
124
|
+
LIFECYCLE_DETAILS_DEPROVISIONED = "DEPROVISIONED"
|
125
|
+
|
126
|
+
#: A constant which can be used with the lifecycle_details property of a Subscription.
|
127
|
+
#: This constant has a value of "PROVISIONED"
|
128
|
+
LIFECYCLE_DETAILS_PROVISIONED = "PROVISIONED"
|
129
|
+
|
130
|
+
#: A constant which can be used with the lifecycle_details property of a Subscription.
|
131
|
+
#: This constant has a value of "BEGIN_TERMINATION_PASSIVE"
|
132
|
+
LIFECYCLE_DETAILS_BEGIN_TERMINATION_PASSIVE = "BEGIN_TERMINATION_PASSIVE"
|
133
|
+
|
134
|
+
#: A constant which can be used with the lifecycle_details property of a Subscription.
|
135
|
+
#: This constant has a value of "LOCKED"
|
136
|
+
LIFECYCLE_DETAILS_LOCKED = "LOCKED"
|
137
|
+
|
138
|
+
#: A constant which can be used with the lifecycle_details property of a Subscription.
|
139
|
+
#: This constant has a value of "PENDING_DEPROVISIONING"
|
140
|
+
LIFECYCLE_DETAILS_PENDING_DEPROVISIONING = "PENDING_DEPROVISIONING"
|
141
|
+
|
142
|
+
#: A constant which can be used with the lifecycle_details property of a Subscription.
|
143
|
+
#: This constant has a value of "REGISTERED"
|
144
|
+
LIFECYCLE_DETAILS_REGISTERED = "REGISTERED"
|
145
|
+
|
146
|
+
#: A constant which can be used with the lifecycle_details property of a Subscription.
|
147
|
+
#: This constant has a value of "CANCELLED"
|
148
|
+
LIFECYCLE_DETAILS_CANCELLED = "CANCELLED"
|
149
|
+
|
150
|
+
#: A constant which can be used with the lifecycle_details property of a Subscription.
|
151
|
+
#: This constant has a value of "EXPIRED"
|
152
|
+
LIFECYCLE_DETAILS_EXPIRED = "EXPIRED"
|
153
|
+
|
18
154
|
def __init__(self, **kwargs):
|
19
155
|
"""
|
20
156
|
Initializes a new Subscription object with values from keyword arguments.
|
@@ -32,6 +168,18 @@ class Subscription(object):
|
|
32
168
|
The value to assign to the service_name property of this Subscription.
|
33
169
|
:type service_name: str
|
34
170
|
|
171
|
+
:param lifecycle_state:
|
172
|
+
The value to assign to the lifecycle_state property of this Subscription.
|
173
|
+
Allowed values for this property are: "CREATING", "ACTIVE", "INACTIVE", "UPDATING", "DELETING", "DELETED", "FAILED", "NEEDS_ATTENTION", 'UNKNOWN_ENUM_VALUE'.
|
174
|
+
Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
|
175
|
+
:type lifecycle_state: str
|
176
|
+
|
177
|
+
:param lifecycle_details:
|
178
|
+
The value to assign to the lifecycle_details property of this Subscription.
|
179
|
+
Allowed values for this property are: "ACTIVE", "PURGED", "CANCELED", "PAID_PURGED", "INITIALIZED", "SOFT_TERMINATED", "DISABLED", "BEGIN_TERMINATION", "MIGRATED", "PENDING_CANCELATION", "ARCHIVED", "NON_RECOVERABLE", "BEGIN_SOFT_TERMINATION", "ACTIVATED", "ACCESS_DISABLED", "PENDING_REGISTRATION", "TERMINATED", "RELOCATING", "DEPROVISIONED", "PROVISIONED", "BEGIN_TERMINATION_PASSIVE", "LOCKED", "PENDING_DEPROVISIONING", "REGISTERED", "CANCELLED", "EXPIRED", 'UNKNOWN_ENUM_VALUE'.
|
180
|
+
Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
|
181
|
+
:type lifecycle_details: str
|
182
|
+
|
35
183
|
:param skus:
|
36
184
|
The value to assign to the skus property of this Subscription.
|
37
185
|
:type skus: list[oci.fusion_apps.models.SubscriptionSku]
|
@@ -41,6 +189,8 @@ class Subscription(object):
|
|
41
189
|
'id': 'str',
|
42
190
|
'classic_subscription_id': 'str',
|
43
191
|
'service_name': 'str',
|
192
|
+
'lifecycle_state': 'str',
|
193
|
+
'lifecycle_details': 'str',
|
44
194
|
'skus': 'list[SubscriptionSku]'
|
45
195
|
}
|
46
196
|
|
@@ -48,12 +198,16 @@ class Subscription(object):
|
|
48
198
|
'id': 'id',
|
49
199
|
'classic_subscription_id': 'classicSubscriptionId',
|
50
200
|
'service_name': 'serviceName',
|
201
|
+
'lifecycle_state': 'lifecycleState',
|
202
|
+
'lifecycle_details': 'lifecycleDetails',
|
51
203
|
'skus': 'skus'
|
52
204
|
}
|
53
205
|
|
54
206
|
self._id = None
|
55
207
|
self._classic_subscription_id = None
|
56
208
|
self._service_name = None
|
209
|
+
self._lifecycle_state = None
|
210
|
+
self._lifecycle_details = None
|
57
211
|
self._skus = None
|
58
212
|
|
59
213
|
@property
|
@@ -128,6 +282,66 @@ class Subscription(object):
|
|
128
282
|
"""
|
129
283
|
self._service_name = service_name
|
130
284
|
|
285
|
+
@property
|
286
|
+
def lifecycle_state(self):
|
287
|
+
"""
|
288
|
+
Gets the lifecycle_state of this Subscription.
|
289
|
+
Lifecycle state of the subscription.
|
290
|
+
|
291
|
+
Allowed values for this property are: "CREATING", "ACTIVE", "INACTIVE", "UPDATING", "DELETING", "DELETED", "FAILED", "NEEDS_ATTENTION", 'UNKNOWN_ENUM_VALUE'.
|
292
|
+
Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
|
293
|
+
|
294
|
+
|
295
|
+
:return: The lifecycle_state of this Subscription.
|
296
|
+
:rtype: str
|
297
|
+
"""
|
298
|
+
return self._lifecycle_state
|
299
|
+
|
300
|
+
@lifecycle_state.setter
|
301
|
+
def lifecycle_state(self, lifecycle_state):
|
302
|
+
"""
|
303
|
+
Sets the lifecycle_state of this Subscription.
|
304
|
+
Lifecycle state of the subscription.
|
305
|
+
|
306
|
+
|
307
|
+
:param lifecycle_state: The lifecycle_state of this Subscription.
|
308
|
+
:type: str
|
309
|
+
"""
|
310
|
+
allowed_values = ["CREATING", "ACTIVE", "INACTIVE", "UPDATING", "DELETING", "DELETED", "FAILED", "NEEDS_ATTENTION"]
|
311
|
+
if not value_allowed_none_or_none_sentinel(lifecycle_state, allowed_values):
|
312
|
+
lifecycle_state = 'UNKNOWN_ENUM_VALUE'
|
313
|
+
self._lifecycle_state = lifecycle_state
|
314
|
+
|
315
|
+
@property
|
316
|
+
def lifecycle_details(self):
|
317
|
+
"""
|
318
|
+
Gets the lifecycle_details of this Subscription.
|
319
|
+
Subscription resource intermediate states.
|
320
|
+
|
321
|
+
Allowed values for this property are: "ACTIVE", "PURGED", "CANCELED", "PAID_PURGED", "INITIALIZED", "SOFT_TERMINATED", "DISABLED", "BEGIN_TERMINATION", "MIGRATED", "PENDING_CANCELATION", "ARCHIVED", "NON_RECOVERABLE", "BEGIN_SOFT_TERMINATION", "ACTIVATED", "ACCESS_DISABLED", "PENDING_REGISTRATION", "TERMINATED", "RELOCATING", "DEPROVISIONED", "PROVISIONED", "BEGIN_TERMINATION_PASSIVE", "LOCKED", "PENDING_DEPROVISIONING", "REGISTERED", "CANCELLED", "EXPIRED", 'UNKNOWN_ENUM_VALUE'.
|
322
|
+
Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
|
323
|
+
|
324
|
+
|
325
|
+
:return: The lifecycle_details of this Subscription.
|
326
|
+
:rtype: str
|
327
|
+
"""
|
328
|
+
return self._lifecycle_details
|
329
|
+
|
330
|
+
@lifecycle_details.setter
|
331
|
+
def lifecycle_details(self, lifecycle_details):
|
332
|
+
"""
|
333
|
+
Sets the lifecycle_details of this Subscription.
|
334
|
+
Subscription resource intermediate states.
|
335
|
+
|
336
|
+
|
337
|
+
:param lifecycle_details: The lifecycle_details of this Subscription.
|
338
|
+
:type: str
|
339
|
+
"""
|
340
|
+
allowed_values = ["ACTIVE", "PURGED", "CANCELED", "PAID_PURGED", "INITIALIZED", "SOFT_TERMINATED", "DISABLED", "BEGIN_TERMINATION", "MIGRATED", "PENDING_CANCELATION", "ARCHIVED", "NON_RECOVERABLE", "BEGIN_SOFT_TERMINATION", "ACTIVATED", "ACCESS_DISABLED", "PENDING_REGISTRATION", "TERMINATED", "RELOCATING", "DEPROVISIONED", "PROVISIONED", "BEGIN_TERMINATION_PASSIVE", "LOCKED", "PENDING_DEPROVISIONING", "REGISTERED", "CANCELLED", "EXPIRED"]
|
341
|
+
if not value_allowed_none_or_none_sentinel(lifecycle_details, allowed_values):
|
342
|
+
lifecycle_details = 'UNKNOWN_ENUM_VALUE'
|
343
|
+
self._lifecycle_details = lifecycle_details
|
344
|
+
|
131
345
|
@property
|
132
346
|
def skus(self):
|
133
347
|
"""
|
@@ -99,6 +99,30 @@ class WorkRequest(object):
|
|
99
99
|
#: This constant has a value of "DATA_MASK_FUSION_ENVIRONMENT"
|
100
100
|
OPERATION_TYPE_DATA_MASK_FUSION_ENVIRONMENT = "DATA_MASK_FUSION_ENVIRONMENT"
|
101
101
|
|
102
|
+
#: A constant which can be used with the operation_type property of a WorkRequest.
|
103
|
+
#: This constant has a value of "INITIATE_EXTRACT"
|
104
|
+
OPERATION_TYPE_INITIATE_EXTRACT = "INITIATE_EXTRACT"
|
105
|
+
|
106
|
+
#: A constant which can be used with the operation_type property of a WorkRequest.
|
107
|
+
#: This constant has a value of "SUBSCRIPTION_SUSPEND"
|
108
|
+
OPERATION_TYPE_SUBSCRIPTION_SUSPEND = "SUBSCRIPTION_SUSPEND"
|
109
|
+
|
110
|
+
#: A constant which can be used with the operation_type property of a WorkRequest.
|
111
|
+
#: This constant has a value of "SUBSCRIPTION_EXPIRE"
|
112
|
+
OPERATION_TYPE_SUBSCRIPTION_EXPIRE = "SUBSCRIPTION_EXPIRE"
|
113
|
+
|
114
|
+
#: A constant which can be used with the operation_type property of a WorkRequest.
|
115
|
+
#: This constant has a value of "SUBSCRIPTION_UPDATE"
|
116
|
+
OPERATION_TYPE_SUBSCRIPTION_UPDATE = "SUBSCRIPTION_UPDATE"
|
117
|
+
|
118
|
+
#: A constant which can be used with the operation_type property of a WorkRequest.
|
119
|
+
#: This constant has a value of "SUBSCRIPTION_RESUME"
|
120
|
+
OPERATION_TYPE_SUBSCRIPTION_RESUME = "SUBSCRIPTION_RESUME"
|
121
|
+
|
122
|
+
#: A constant which can be used with the operation_type property of a WorkRequest.
|
123
|
+
#: This constant has a value of "SUBSCRIPTION_TERMINATE"
|
124
|
+
OPERATION_TYPE_SUBSCRIPTION_TERMINATE = "SUBSCRIPTION_TERMINATE"
|
125
|
+
|
102
126
|
#: A constant which can be used with the status property of a WorkRequest.
|
103
127
|
#: This constant has a value of "ACCEPTED"
|
104
128
|
STATUS_ACCEPTED = "ACCEPTED"
|
@@ -130,7 +154,7 @@ class WorkRequest(object):
|
|
130
154
|
|
131
155
|
:param operation_type:
|
132
156
|
The value to assign to the operation_type property of this WorkRequest.
|
133
|
-
Allowed values for this property are: "CREATE_FUSION_ENVIRONMENT", "UPDATE_FUSION_ENVIRONMENT", "RESET_FUSION_ENVIRONMENT_ADMIN_PASSWORD", "SCALE_FUSION_ENVIRONMENT", "ARCHIVE_FUSION_ENVIRONMENT", "RESTORE_FUSION_ENVIRONMENT", "CREATE_SERVICE_INSTANCE", "UPDATE_SERVICE_INSTANCE", "DETACH_SERVICE_INSTANCE", "ADD_USER", "REMOVE_USER", "DELETE_FUSION_ENVIRONMENT", "CHANGE_FUSION_ENVIRONMENT_COMPARTMENT", "UPGRADE_FUSION_ENVIRONMENT", "CREATE_FUSION_ENVIRONMENT_FAMILY", "DELETE_FUSION_ENVIRONMENT_FAMILY", "UPDATE_FUSION_ENVIRONMENT_FAMILY", "CHANGE_FUSION_ENVIRONMENT_FAMILY_COMPARTMENT", "REFRESH_FUSION_ENVIRONMENT", "EXECUTE_COLD_PATCH", "DATA_MASK_FUSION_ENVIRONMENT", 'UNKNOWN_ENUM_VALUE'.
|
157
|
+
Allowed values for this property are: "CREATE_FUSION_ENVIRONMENT", "UPDATE_FUSION_ENVIRONMENT", "RESET_FUSION_ENVIRONMENT_ADMIN_PASSWORD", "SCALE_FUSION_ENVIRONMENT", "ARCHIVE_FUSION_ENVIRONMENT", "RESTORE_FUSION_ENVIRONMENT", "CREATE_SERVICE_INSTANCE", "UPDATE_SERVICE_INSTANCE", "DETACH_SERVICE_INSTANCE", "ADD_USER", "REMOVE_USER", "DELETE_FUSION_ENVIRONMENT", "CHANGE_FUSION_ENVIRONMENT_COMPARTMENT", "UPGRADE_FUSION_ENVIRONMENT", "CREATE_FUSION_ENVIRONMENT_FAMILY", "DELETE_FUSION_ENVIRONMENT_FAMILY", "UPDATE_FUSION_ENVIRONMENT_FAMILY", "CHANGE_FUSION_ENVIRONMENT_FAMILY_COMPARTMENT", "REFRESH_FUSION_ENVIRONMENT", "EXECUTE_COLD_PATCH", "DATA_MASK_FUSION_ENVIRONMENT", "INITIATE_EXTRACT", "SUBSCRIPTION_SUSPEND", "SUBSCRIPTION_EXPIRE", "SUBSCRIPTION_UPDATE", "SUBSCRIPTION_RESUME", "SUBSCRIPTION_TERMINATE", 'UNKNOWN_ENUM_VALUE'.
|
134
158
|
Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
|
135
159
|
:type operation_type: str
|
136
160
|
|
@@ -209,7 +233,7 @@ class WorkRequest(object):
|
|
209
233
|
**[Required]** Gets the operation_type of this WorkRequest.
|
210
234
|
Possible operation types.
|
211
235
|
|
212
|
-
Allowed values for this property are: "CREATE_FUSION_ENVIRONMENT", "UPDATE_FUSION_ENVIRONMENT", "RESET_FUSION_ENVIRONMENT_ADMIN_PASSWORD", "SCALE_FUSION_ENVIRONMENT", "ARCHIVE_FUSION_ENVIRONMENT", "RESTORE_FUSION_ENVIRONMENT", "CREATE_SERVICE_INSTANCE", "UPDATE_SERVICE_INSTANCE", "DETACH_SERVICE_INSTANCE", "ADD_USER", "REMOVE_USER", "DELETE_FUSION_ENVIRONMENT", "CHANGE_FUSION_ENVIRONMENT_COMPARTMENT", "UPGRADE_FUSION_ENVIRONMENT", "CREATE_FUSION_ENVIRONMENT_FAMILY", "DELETE_FUSION_ENVIRONMENT_FAMILY", "UPDATE_FUSION_ENVIRONMENT_FAMILY", "CHANGE_FUSION_ENVIRONMENT_FAMILY_COMPARTMENT", "REFRESH_FUSION_ENVIRONMENT", "EXECUTE_COLD_PATCH", "DATA_MASK_FUSION_ENVIRONMENT", 'UNKNOWN_ENUM_VALUE'.
|
236
|
+
Allowed values for this property are: "CREATE_FUSION_ENVIRONMENT", "UPDATE_FUSION_ENVIRONMENT", "RESET_FUSION_ENVIRONMENT_ADMIN_PASSWORD", "SCALE_FUSION_ENVIRONMENT", "ARCHIVE_FUSION_ENVIRONMENT", "RESTORE_FUSION_ENVIRONMENT", "CREATE_SERVICE_INSTANCE", "UPDATE_SERVICE_INSTANCE", "DETACH_SERVICE_INSTANCE", "ADD_USER", "REMOVE_USER", "DELETE_FUSION_ENVIRONMENT", "CHANGE_FUSION_ENVIRONMENT_COMPARTMENT", "UPGRADE_FUSION_ENVIRONMENT", "CREATE_FUSION_ENVIRONMENT_FAMILY", "DELETE_FUSION_ENVIRONMENT_FAMILY", "UPDATE_FUSION_ENVIRONMENT_FAMILY", "CHANGE_FUSION_ENVIRONMENT_FAMILY_COMPARTMENT", "REFRESH_FUSION_ENVIRONMENT", "EXECUTE_COLD_PATCH", "DATA_MASK_FUSION_ENVIRONMENT", "INITIATE_EXTRACT", "SUBSCRIPTION_SUSPEND", "SUBSCRIPTION_EXPIRE", "SUBSCRIPTION_UPDATE", "SUBSCRIPTION_RESUME", "SUBSCRIPTION_TERMINATE", 'UNKNOWN_ENUM_VALUE'.
|
213
237
|
Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
|
214
238
|
|
215
239
|
|
@@ -228,7 +252,7 @@ class WorkRequest(object):
|
|
228
252
|
:param operation_type: The operation_type of this WorkRequest.
|
229
253
|
:type: str
|
230
254
|
"""
|
231
|
-
allowed_values = ["CREATE_FUSION_ENVIRONMENT", "UPDATE_FUSION_ENVIRONMENT", "RESET_FUSION_ENVIRONMENT_ADMIN_PASSWORD", "SCALE_FUSION_ENVIRONMENT", "ARCHIVE_FUSION_ENVIRONMENT", "RESTORE_FUSION_ENVIRONMENT", "CREATE_SERVICE_INSTANCE", "UPDATE_SERVICE_INSTANCE", "DETACH_SERVICE_INSTANCE", "ADD_USER", "REMOVE_USER", "DELETE_FUSION_ENVIRONMENT", "CHANGE_FUSION_ENVIRONMENT_COMPARTMENT", "UPGRADE_FUSION_ENVIRONMENT", "CREATE_FUSION_ENVIRONMENT_FAMILY", "DELETE_FUSION_ENVIRONMENT_FAMILY", "UPDATE_FUSION_ENVIRONMENT_FAMILY", "CHANGE_FUSION_ENVIRONMENT_FAMILY_COMPARTMENT", "REFRESH_FUSION_ENVIRONMENT", "EXECUTE_COLD_PATCH", "DATA_MASK_FUSION_ENVIRONMENT"]
|
255
|
+
allowed_values = ["CREATE_FUSION_ENVIRONMENT", "UPDATE_FUSION_ENVIRONMENT", "RESET_FUSION_ENVIRONMENT_ADMIN_PASSWORD", "SCALE_FUSION_ENVIRONMENT", "ARCHIVE_FUSION_ENVIRONMENT", "RESTORE_FUSION_ENVIRONMENT", "CREATE_SERVICE_INSTANCE", "UPDATE_SERVICE_INSTANCE", "DETACH_SERVICE_INSTANCE", "ADD_USER", "REMOVE_USER", "DELETE_FUSION_ENVIRONMENT", "CHANGE_FUSION_ENVIRONMENT_COMPARTMENT", "UPGRADE_FUSION_ENVIRONMENT", "CREATE_FUSION_ENVIRONMENT_FAMILY", "DELETE_FUSION_ENVIRONMENT_FAMILY", "UPDATE_FUSION_ENVIRONMENT_FAMILY", "CHANGE_FUSION_ENVIRONMENT_FAMILY_COMPARTMENT", "REFRESH_FUSION_ENVIRONMENT", "EXECUTE_COLD_PATCH", "DATA_MASK_FUSION_ENVIRONMENT", "INITIATE_EXTRACT", "SUBSCRIPTION_SUSPEND", "SUBSCRIPTION_EXPIRE", "SUBSCRIPTION_UPDATE", "SUBSCRIPTION_RESUME", "SUBSCRIPTION_TERMINATE"]
|
232
256
|
if not value_allowed_none_or_none_sentinel(operation_type, allowed_values):
|
233
257
|
operation_type = 'UNKNOWN_ENUM_VALUE'
|
234
258
|
self._operation_type = operation_type
|
@@ -141,7 +141,7 @@ class RefreshActivityClient(object):
|
|
141
141
|
:rtype: :class:`~oci.response.Response`
|
142
142
|
|
143
143
|
:example:
|
144
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
144
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/fusionapps/create_refresh_activity.py.html>`__ to see an example of how to use create_refresh_activity API.
|
145
145
|
"""
|
146
146
|
resource_path = "/fusionEnvironments/{fusionEnvironmentId}/refreshActivities"
|
147
147
|
method = "POST"
|
@@ -239,7 +239,7 @@ class RefreshActivityClient(object):
|
|
239
239
|
:rtype: :class:`~oci.response.Response`
|
240
240
|
|
241
241
|
:example:
|
242
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
242
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/fusionapps/get_refresh_activity.py.html>`__ to see an example of how to use get_refresh_activity API.
|
243
243
|
"""
|
244
244
|
resource_path = "/fusionEnvironments/{fusionEnvironmentId}/refreshActivities/{refreshActivityId}"
|
245
245
|
method = "GET"
|
@@ -362,7 +362,7 @@ class RefreshActivityClient(object):
|
|
362
362
|
:rtype: :class:`~oci.response.Response`
|
363
363
|
|
364
364
|
:example:
|
365
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
365
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/fusionapps/list_refresh_activities.py.html>`__ to see an example of how to use list_refresh_activities API.
|
366
366
|
"""
|
367
367
|
resource_path = "/fusionEnvironments/{fusionEnvironmentId}/refreshActivities"
|
368
368
|
method = "GET"
|
@@ -513,7 +513,7 @@ class RefreshActivityClient(object):
|
|
513
513
|
:rtype: :class:`~oci.response.Response`
|
514
514
|
|
515
515
|
:example:
|
516
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
516
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/fusionapps/list_time_available_for_refreshes.py.html>`__ to see an example of how to use list_time_available_for_refreshes API.
|
517
517
|
"""
|
518
518
|
resource_path = "/fusionEnvironments/{fusionEnvironmentId}/timeAvailableForRefresh"
|
519
519
|
method = "GET"
|
@@ -134,7 +134,7 @@ class ScheduledActivityClient(object):
|
|
134
134
|
:rtype: :class:`~oci.response.Response`
|
135
135
|
|
136
136
|
:example:
|
137
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
137
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/fusionapps/get_scheduled_activity.py.html>`__ to see an example of how to use get_scheduled_activity API.
|
138
138
|
"""
|
139
139
|
resource_path = "/fusionEnvironments/{fusionEnvironmentId}/scheduledActivities/{scheduledActivityId}"
|
140
140
|
method = "GET"
|
@@ -262,7 +262,7 @@ class ScheduledActivityClient(object):
|
|
262
262
|
:rtype: :class:`~oci.response.Response`
|
263
263
|
|
264
264
|
:example:
|
265
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
265
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/fusionapps/list_scheduled_activities.py.html>`__ to see an example of how to use list_scheduled_activities API.
|
266
266
|
"""
|
267
267
|
resource_path = "/fusionEnvironments/{fusionEnvironmentId}/scheduledActivities"
|
268
268
|
method = "GET"
|
@@ -134,7 +134,7 @@ class ServiceAttachmentClient(object):
|
|
134
134
|
:rtype: :class:`~oci.response.Response`
|
135
135
|
|
136
136
|
:example:
|
137
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
137
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/fusionapps/get_service_attachment.py.html>`__ to see an example of how to use get_service_attachment API.
|
138
138
|
"""
|
139
139
|
resource_path = "/fusionEnvironments/{fusionEnvironmentId}/serviceAttachments/{serviceAttachmentId}"
|
140
140
|
method = "GET"
|
@@ -256,7 +256,7 @@ class ServiceAttachmentClient(object):
|
|
256
256
|
:rtype: :class:`~oci.response.Response`
|
257
257
|
|
258
258
|
:example:
|
259
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
259
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/fusionapps/list_service_attachments.py.html>`__ to see an example of how to use list_service_attachments API.
|
260
260
|
"""
|
261
261
|
resource_path = "/fusionEnvironments/{fusionEnvironmentId}/serviceAttachments"
|
262
262
|
method = "GET"
|
@@ -172,7 +172,7 @@ class GenerativeAiClient(object):
|
|
172
172
|
:rtype: :class:`~oci.response.Response`
|
173
173
|
|
174
174
|
:example:
|
175
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
175
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/generativeai/change_dedicated_ai_cluster_compartment.py.html>`__ to see an example of how to use change_dedicated_ai_cluster_compartment API.
|
176
176
|
"""
|
177
177
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
178
178
|
required_arguments = ['dedicatedAiClusterId']
|
@@ -298,7 +298,7 @@ class GenerativeAiClient(object):
|
|
298
298
|
:rtype: :class:`~oci.response.Response`
|
299
299
|
|
300
300
|
:example:
|
301
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
301
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/generativeai/change_endpoint_compartment.py.html>`__ to see an example of how to use change_endpoint_compartment API.
|
302
302
|
"""
|
303
303
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
304
304
|
required_arguments = ['endpointId']
|
@@ -422,7 +422,7 @@ class GenerativeAiClient(object):
|
|
422
422
|
:rtype: :class:`~oci.response.Response`
|
423
423
|
|
424
424
|
:example:
|
425
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
425
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/generativeai/change_model_compartment.py.html>`__ to see an example of how to use change_model_compartment API.
|
426
426
|
"""
|
427
427
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
428
428
|
required_arguments = ['modelId']
|
@@ -535,7 +535,7 @@ class GenerativeAiClient(object):
|
|
535
535
|
:rtype: :class:`~oci.response.Response`
|
536
536
|
|
537
537
|
:example:
|
538
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
538
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/generativeai/create_dedicated_ai_cluster.py.html>`__ to see an example of how to use create_dedicated_ai_cluster API.
|
539
539
|
"""
|
540
540
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
541
541
|
required_arguments = []
|
@@ -638,7 +638,7 @@ class GenerativeAiClient(object):
|
|
638
638
|
:rtype: :class:`~oci.response.Response`
|
639
639
|
|
640
640
|
:example:
|
641
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
641
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/generativeai/create_endpoint.py.html>`__ to see an example of how to use create_endpoint API.
|
642
642
|
"""
|
643
643
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
644
644
|
required_arguments = []
|
@@ -741,7 +741,7 @@ class GenerativeAiClient(object):
|
|
741
741
|
:rtype: :class:`~oci.response.Response`
|
742
742
|
|
743
743
|
:example:
|
744
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
744
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/generativeai/create_model.py.html>`__ to see an example of how to use create_model API.
|
745
745
|
"""
|
746
746
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
747
747
|
required_arguments = []
|
@@ -845,7 +845,7 @@ class GenerativeAiClient(object):
|
|
845
845
|
:rtype: :class:`~oci.response.Response`
|
846
846
|
|
847
847
|
:example:
|
848
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
848
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/generativeai/delete_dedicated_ai_cluster.py.html>`__ to see an example of how to use delete_dedicated_ai_cluster API.
|
849
849
|
"""
|
850
850
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
851
851
|
required_arguments = ['dedicatedAiClusterId']
|
@@ -954,7 +954,7 @@ class GenerativeAiClient(object):
|
|
954
954
|
:rtype: :class:`~oci.response.Response`
|
955
955
|
|
956
956
|
:example:
|
957
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
957
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/generativeai/delete_endpoint.py.html>`__ to see an example of how to use delete_endpoint API.
|
958
958
|
"""
|
959
959
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
960
960
|
required_arguments = ['endpointId']
|
@@ -1061,7 +1061,7 @@ class GenerativeAiClient(object):
|
|
1061
1061
|
:rtype: :class:`~oci.response.Response`
|
1062
1062
|
|
1063
1063
|
:example:
|
1064
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
1064
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/generativeai/delete_model.py.html>`__ to see an example of how to use delete_model API.
|
1065
1065
|
"""
|
1066
1066
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1067
1067
|
required_arguments = ['modelId']
|
@@ -1164,7 +1164,7 @@ class GenerativeAiClient(object):
|
|
1164
1164
|
:rtype: :class:`~oci.response.Response`
|
1165
1165
|
|
1166
1166
|
:example:
|
1167
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
1167
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/generativeai/get_dedicated_ai_cluster.py.html>`__ to see an example of how to use get_dedicated_ai_cluster API.
|
1168
1168
|
"""
|
1169
1169
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1170
1170
|
required_arguments = ['dedicatedAiClusterId']
|
@@ -1267,7 +1267,7 @@ class GenerativeAiClient(object):
|
|
1267
1267
|
:rtype: :class:`~oci.response.Response`
|
1268
1268
|
|
1269
1269
|
:example:
|
1270
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
1270
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/generativeai/get_endpoint.py.html>`__ to see an example of how to use get_endpoint API.
|
1271
1271
|
"""
|
1272
1272
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1273
1273
|
required_arguments = ['endpointId']
|
@@ -1368,7 +1368,7 @@ class GenerativeAiClient(object):
|
|
1368
1368
|
:rtype: :class:`~oci.response.Response`
|
1369
1369
|
|
1370
1370
|
:example:
|
1371
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
1371
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/generativeai/get_model.py.html>`__ to see an example of how to use get_model API.
|
1372
1372
|
"""
|
1373
1373
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1374
1374
|
required_arguments = ['modelId']
|
@@ -1471,7 +1471,7 @@ class GenerativeAiClient(object):
|
|
1471
1471
|
:rtype: :class:`~oci.response.Response`
|
1472
1472
|
|
1473
1473
|
:example:
|
1474
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
1474
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/generativeai/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
|
1475
1475
|
"""
|
1476
1476
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1477
1477
|
required_arguments = ['workRequestId']
|
@@ -1612,7 +1612,7 @@ class GenerativeAiClient(object):
|
|
1612
1612
|
:rtype: :class:`~oci.response.Response`
|
1613
1613
|
|
1614
1614
|
:example:
|
1615
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
1615
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/generativeai/list_dedicated_ai_clusters.py.html>`__ to see an example of how to use list_dedicated_ai_clusters API.
|
1616
1616
|
"""
|
1617
1617
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1618
1618
|
required_arguments = ['compartmentId']
|
@@ -1783,7 +1783,7 @@ class GenerativeAiClient(object):
|
|
1783
1783
|
:rtype: :class:`~oci.response.Response`
|
1784
1784
|
|
1785
1785
|
:example:
|
1786
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
1786
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/generativeai/list_endpoints.py.html>`__ to see an example of how to use list_endpoints API.
|
1787
1787
|
"""
|
1788
1788
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1789
1789
|
required_arguments = ['compartmentId']
|
@@ -1959,7 +1959,7 @@ class GenerativeAiClient(object):
|
|
1959
1959
|
:rtype: :class:`~oci.response.Response`
|
1960
1960
|
|
1961
1961
|
:example:
|
1962
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
1962
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/generativeai/list_models.py.html>`__ to see an example of how to use list_models API.
|
1963
1963
|
"""
|
1964
1964
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1965
1965
|
required_arguments = ['compartmentId']
|
@@ -2128,7 +2128,7 @@ class GenerativeAiClient(object):
|
|
2128
2128
|
:rtype: :class:`~oci.response.Response`
|
2129
2129
|
|
2130
2130
|
:example:
|
2131
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
2131
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/generativeai/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
|
2132
2132
|
"""
|
2133
2133
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2134
2134
|
required_arguments = ['workRequestId']
|
@@ -2283,7 +2283,7 @@ class GenerativeAiClient(object):
|
|
2283
2283
|
:rtype: :class:`~oci.response.Response`
|
2284
2284
|
|
2285
2285
|
:example:
|
2286
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
2286
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/generativeai/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
|
2287
2287
|
"""
|
2288
2288
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2289
2289
|
required_arguments = ['workRequestId']
|
@@ -2453,7 +2453,7 @@ class GenerativeAiClient(object):
|
|
2453
2453
|
:rtype: :class:`~oci.response.Response`
|
2454
2454
|
|
2455
2455
|
:example:
|
2456
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
2456
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/generativeai/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
|
2457
2457
|
"""
|
2458
2458
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2459
2459
|
required_arguments = ['compartmentId']
|
@@ -2595,7 +2595,7 @@ class GenerativeAiClient(object):
|
|
2595
2595
|
:rtype: :class:`~oci.response.Response`
|
2596
2596
|
|
2597
2597
|
:example:
|
2598
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
2598
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/generativeai/update_dedicated_ai_cluster.py.html>`__ to see an example of how to use update_dedicated_ai_cluster API.
|
2599
2599
|
"""
|
2600
2600
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2601
2601
|
required_arguments = ['dedicatedAiClusterId']
|
@@ -2711,7 +2711,7 @@ class GenerativeAiClient(object):
|
|
2711
2711
|
:rtype: :class:`~oci.response.Response`
|
2712
2712
|
|
2713
2713
|
:example:
|
2714
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
2714
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/generativeai/update_endpoint.py.html>`__ to see an example of how to use update_endpoint API.
|
2715
2715
|
"""
|
2716
2716
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2717
2717
|
required_arguments = ['endpointId']
|
@@ -2825,7 +2825,7 @@ class GenerativeAiClient(object):
|
|
2825
2825
|
:rtype: :class:`~oci.response.Response`
|
2826
2826
|
|
2827
2827
|
:example:
|
2828
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
2828
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/generativeai/update_model.py.html>`__ to see an example of how to use update_model API.
|
2829
2829
|
"""
|
2830
2830
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2831
2831
|
required_arguments = ['modelId']
|
@@ -155,7 +155,7 @@ class GenerativeAiInferenceClient(object):
|
|
155
155
|
:rtype: :class:`~oci.response.Response`
|
156
156
|
|
157
157
|
:example:
|
158
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
158
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/generativeaiinference/chat.py.html>`__ to see an example of how to use chat API.
|
159
159
|
"""
|
160
160
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
161
161
|
required_arguments = []
|
@@ -254,7 +254,7 @@ class GenerativeAiInferenceClient(object):
|
|
254
254
|
:rtype: :class:`~oci.response.Response`
|
255
255
|
|
256
256
|
:example:
|
257
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
257
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/generativeaiinference/embed_text.py.html>`__ to see an example of how to use embed_text API.
|
258
258
|
"""
|
259
259
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
260
260
|
required_arguments = []
|
@@ -351,7 +351,7 @@ class GenerativeAiInferenceClient(object):
|
|
351
351
|
:rtype: :class:`~oci.response.Response`
|
352
352
|
|
353
353
|
:example:
|
354
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
354
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/generativeaiinference/generate_text.py.html>`__ to see an example of how to use generate_text API.
|
355
355
|
"""
|
356
356
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
357
357
|
required_arguments = []
|
@@ -448,7 +448,7 @@ class GenerativeAiInferenceClient(object):
|
|
448
448
|
:rtype: :class:`~oci.response.Response`
|
449
449
|
|
450
450
|
:example:
|
451
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
451
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/generativeaiinference/summarize_text.py.html>`__ to see an example of how to use summarize_text API.
|
452
452
|
"""
|
453
453
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
454
454
|
required_arguments = []
|