oci 2.101.0__py3-none-any.whl → 2.102.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 +18 -18
- oci/ai_anomaly_detection/anomaly_detection_client.py +36 -36
- oci/ai_document/ai_service_document_client.py +3 -3
- oci/ai_language/ai_service_language_client.py +35 -35
- oci/ai_speech/ai_service_speech_client.py +9 -9
- 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 +8 -8
- oci/apm_control_plane/apm_domain_client.py +14 -14
- oci/apm_synthetics/apm_synthetic_client.py +18 -18
- oci/apm_traces/query_client.py +2 -2
- oci/apm_traces/trace_client.py +4 -4
- oci/application_migration/application_migration_client.py +19 -19
- oci/appmgmt_control/appmgmt_control_client.py +8 -8
- oci/artifacts/artifacts_client.py +30 -30
- 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 +40 -40
- oci/blockchain/blockchain_platform_client.py +27 -27
- oci/budget/budget_client.py +10 -10
- oci/certificates/certificates_client.py +5 -5
- oci/certificates_management/certificates_management_client.py +32 -32
- oci/cims/incident_client.py +7 -7
- 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 +133 -133
- oci/cloud_migrations/migration_client.py +43 -43
- 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 +36 -36
- oci/container_instances/container_instance_client.py +18 -18
- oci/core/blockstorage_client.py +60 -60
- oci/core/compute_client.py +89 -89
- oci/core/compute_management_client.py +32 -32
- oci/core/virtual_network_client.py +241 -241
- oci/dashboard_service/dashboard_client.py +6 -6
- oci/dashboard_service/dashboard_group_client.py +6 -6
- oci/data_catalog/data_catalog_client.py +139 -139
- oci/data_flow/data_flow_client.py +28 -28
- oci/data_integration/data_integration_client.py +152 -152
- oci/data_labeling_service/data_labeling_management_client.py +16 -16
- oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
- oci/data_safe/data_safe_client.py +214 -214
- oci/data_science/data_science_client.py +85 -85
- oci/database/database_client.py +303 -303
- oci/database_management/db_management_client.py +157 -157
- oci/database_management/diagnosability_client.py +4 -4
- oci/database_management/sql_tuning_client.py +10 -10
- oci/database_migration/database_migration_client.py +41 -41
- oci/database_tools/database_tools_client.py +19 -19
- oci/devops/devops_client.py +89 -89
- oci/disaster_recovery/disaster_recovery_client.py +29 -29
- oci/dns/dns_client.py +51 -51
- 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 +25 -25
- oci/events/events_client.py +6 -6
- oci/file_storage/file_storage_client.py +35 -35
- 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 +357 -36
- oci/fusion_apps/fusion_applications_client_composite_operations.py +90 -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 +2 -12
- oci/fusion_apps/models/create_service_attachment_details.py +45 -52
- oci/fusion_apps/models/service_attachment.py +0 -31
- oci/fusion_apps/models/verify_service_attachment_details.py +101 -0
- 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/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
- oci/golden_gate/golden_gate_client.py +53 -53
- 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 +1 -1
- oci/identity_domains/identity_domains_client.py +134 -134
- oci/integration/integration_instance_client.py +15 -15
- oci/jms/java_management_service_client.py +44 -44
- oci/key_management/kms_crypto_client.py +6 -6
- 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 +22 -22
- oci/log_analytics/log_analytics_client.py +184 -184
- oci/logging/logging_management_client.py +32 -32
- oci/loggingingestion/logging_client.py +1 -1
- oci/loggingsearch/log_search_client.py +1 -1
- oci/management_agent/management_agent_client.py +23 -23
- oci/management_dashboard/dashx_apis_client.py +14 -14
- oci/marketplace/account_client.py +2 -2
- oci/marketplace/marketplace_client.py +25 -25
- oci/media_services/media_services_client.py +48 -48
- oci/media_services/media_stream_client.py +2 -2
- oci/monitoring/monitoring_client.py +13 -13
- oci/mysql/channels_client.py +7 -7
- oci/mysql/db_backups_client.py +6 -6
- oci/mysql/db_system_client.py +26 -26
- 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 +17 -17
- oci/network_load_balancer/network_load_balancer_client.py +34 -34
- oci/nosql/nosql_client.py +22 -22
- oci/object_storage/object_storage_client.py +50 -50
- oci/oce/oce_instance_client.py +10 -10
- oci/ocvp/esxi_host_client.py +5 -5
- oci/ocvp/sddc_client.py +13 -13
- oci/ocvp/work_request_client.py +4 -4
- oci/oda/management_client.py +56 -56
- 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 +11 -11
- 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 +9 -9
- oci/operator_access_control/operator_actions_client.py +2 -2
- oci/operator_access_control/operator_control_assignment_client.py +6 -6
- oci/operator_access_control/operator_control_client.py +6 -6
- oci/opsi/operations_insights_client.py +151 -151
- 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/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/queue/queue_admin_client.py +11 -11
- oci/queue/queue_client.py +7 -7
- oci/recovery/database_recovery_client.py +23 -23
- oci/resource_manager/resource_manager_client.py +52 -52
- oci/resource_search/resource_search_client.py +3 -3
- oci/rover/rover_cluster_client.py +7 -7
- oci/rover/rover_entitlement_client.py +6 -6
- oci/rover/rover_node_client.py +10 -10
- oci/rover/shape_client.py +1 -1
- 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/stack_monitoring_client.py +22 -22
- 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 +9 -9
- oci/tenant_manager_control_plane/work_request_client.py +4 -4
- oci/threat_intelligence/threatintel_client.py +5 -5
- oci/usage/rewards_client.py +6 -6
- oci/usage_api/usageapi_client.py +19 -19
- oci/vault/vaults_client.py +11 -11
- 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.101.0.dist-info → oci-2.102.0.dist-info}/METADATA +1 -1
- {oci-2.101.0.dist-info → oci-2.102.0.dist-info}/RECORD +217 -216
- {oci-2.101.0.dist-info → oci-2.102.0.dist-info}/LICENSE.txt +0 -0
- {oci-2.101.0.dist-info → oci-2.102.0.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci-2.101.0.dist-info → oci-2.102.0.dist-info}/WHEEL +0 -0
- {oci-2.101.0.dist-info → oci-2.102.0.dist-info}/top_level.txt +0 -0
@@ -304,6 +304,47 @@ class FusionApplicationsClientCompositeOperations(object):
|
|
304
304
|
except Exception as e:
|
305
305
|
raise oci.exceptions.CompositeOperationError(partial_results=[operation_result], cause=e)
|
306
306
|
|
307
|
+
def create_service_attachment_and_wait_for_state(self, create_service_attachment_details, fusion_environment_id, wait_for_states=[], operation_kwargs={}, waiter_kwargs={}):
|
308
|
+
"""
|
309
|
+
Calls :py:func:`~oci.fusion_apps.FusionApplicationsClient.create_service_attachment` and waits for the :py:class:`~oci.fusion_apps.models.WorkRequest`
|
310
|
+
to enter the given state(s).
|
311
|
+
|
312
|
+
:param oci.fusion_apps.models.CreateServiceAttachmentDetails create_service_attachment_details: (required)
|
313
|
+
Details for the service attachment.
|
314
|
+
|
315
|
+
:param str fusion_environment_id: (required)
|
316
|
+
unique FusionEnvironment identifier
|
317
|
+
|
318
|
+
:param list[str] wait_for_states:
|
319
|
+
An array of states to wait on. These should be valid values for :py:attr:`~oci.fusion_apps.models.WorkRequest.status`
|
320
|
+
|
321
|
+
:param dict operation_kwargs:
|
322
|
+
A dictionary of keyword arguments to pass to :py:func:`~oci.fusion_apps.FusionApplicationsClient.create_service_attachment`
|
323
|
+
|
324
|
+
:param dict waiter_kwargs:
|
325
|
+
A dictionary of keyword arguments to pass to the :py:func:`oci.wait_until` function. For example, you could pass ``max_interval_seconds`` or ``max_interval_seconds``
|
326
|
+
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
|
327
|
+
"""
|
328
|
+
operation_result = self.client.create_service_attachment(create_service_attachment_details, fusion_environment_id, **operation_kwargs)
|
329
|
+
if not wait_for_states:
|
330
|
+
return operation_result
|
331
|
+
|
332
|
+
lowered_wait_for_states = [w.lower() for w in wait_for_states]
|
333
|
+
wait_for_resource_id = operation_result.headers['opc-work-request-id']
|
334
|
+
|
335
|
+
try:
|
336
|
+
waiter_result = oci.wait_until(
|
337
|
+
self.client,
|
338
|
+
self.client.get_work_request(wait_for_resource_id),
|
339
|
+
evaluate_response=lambda r: getattr(r.data, 'status') and getattr(r.data, 'status').lower() in lowered_wait_for_states,
|
340
|
+
**waiter_kwargs
|
341
|
+
)
|
342
|
+
result_to_return = waiter_result
|
343
|
+
|
344
|
+
return result_to_return
|
345
|
+
except Exception as e:
|
346
|
+
raise oci.exceptions.CompositeOperationError(partial_results=[operation_result], cause=e)
|
347
|
+
|
307
348
|
def delete_fusion_environment_and_wait_for_state(self, fusion_environment_id, wait_for_states=[], operation_kwargs={}, waiter_kwargs={}):
|
308
349
|
"""
|
309
350
|
Calls :py:func:`~oci.fusion_apps.FusionApplicationsClient.delete_fusion_environment` and waits for the :py:class:`~oci.fusion_apps.models.WorkRequest`
|
@@ -494,6 +535,55 @@ class FusionApplicationsClientCompositeOperations(object):
|
|
494
535
|
except Exception as e:
|
495
536
|
raise oci.exceptions.CompositeOperationError(partial_results=[operation_result], cause=e)
|
496
537
|
|
538
|
+
def delete_service_attachment_and_wait_for_state(self, fusion_environment_id, service_attachment_id, wait_for_states=[], operation_kwargs={}, waiter_kwargs={}):
|
539
|
+
"""
|
540
|
+
Calls :py:func:`~oci.fusion_apps.FusionApplicationsClient.delete_service_attachment` and waits for the :py:class:`~oci.fusion_apps.models.WorkRequest`
|
541
|
+
to enter the given state(s).
|
542
|
+
|
543
|
+
:param str fusion_environment_id: (required)
|
544
|
+
unique FusionEnvironment identifier
|
545
|
+
|
546
|
+
:param str service_attachment_id: (required)
|
547
|
+
OCID of the Service Attachment
|
548
|
+
|
549
|
+
:param list[str] wait_for_states:
|
550
|
+
An array of states to wait on. These should be valid values for :py:attr:`~oci.fusion_apps.models.WorkRequest.status`
|
551
|
+
|
552
|
+
:param dict operation_kwargs:
|
553
|
+
A dictionary of keyword arguments to pass to :py:func:`~oci.fusion_apps.FusionApplicationsClient.delete_service_attachment`
|
554
|
+
|
555
|
+
:param dict waiter_kwargs:
|
556
|
+
A dictionary of keyword arguments to pass to the :py:func:`oci.wait_until` function. For example, you could pass ``max_interval_seconds`` or ``max_interval_seconds``
|
557
|
+
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
|
558
|
+
"""
|
559
|
+
operation_result = None
|
560
|
+
try:
|
561
|
+
operation_result = self.client.delete_service_attachment(fusion_environment_id, service_attachment_id, **operation_kwargs)
|
562
|
+
except oci.exceptions.ServiceError as e:
|
563
|
+
if e.status == 404:
|
564
|
+
return WAIT_RESOURCE_NOT_FOUND
|
565
|
+
else:
|
566
|
+
raise e
|
567
|
+
|
568
|
+
if not wait_for_states:
|
569
|
+
return operation_result
|
570
|
+
|
571
|
+
lowered_wait_for_states = [w.lower() for w in wait_for_states]
|
572
|
+
wait_for_resource_id = operation_result.headers['opc-work-request-id']
|
573
|
+
|
574
|
+
try:
|
575
|
+
waiter_result = oci.wait_until(
|
576
|
+
self.client,
|
577
|
+
self.client.get_work_request(wait_for_resource_id),
|
578
|
+
evaluate_response=lambda r: getattr(r.data, 'status') and getattr(r.data, 'status').lower() in lowered_wait_for_states,
|
579
|
+
**waiter_kwargs
|
580
|
+
)
|
581
|
+
result_to_return = waiter_result
|
582
|
+
|
583
|
+
return result_to_return
|
584
|
+
except Exception as e:
|
585
|
+
raise oci.exceptions.CompositeOperationError(partial_results=[operation_result], cause=e)
|
586
|
+
|
497
587
|
def reset_fusion_environment_password_and_wait_for_state(self, reset_fusion_environment_password_details, fusion_environment_id, admin_username, wait_for_states=[], operation_kwargs={}, waiter_kwargs={}):
|
498
588
|
"""
|
499
589
|
Calls :py:func:`~oci.fusion_apps.FusionApplicationsClient.reset_fusion_environment_password` and waits for the :py:class:`~oci.fusion_apps.models.WorkRequest`
|
@@ -149,7 +149,7 @@ class FusionEnvironmentClient(object):
|
|
149
149
|
:rtype: :class:`~oci.response.Response`
|
150
150
|
|
151
151
|
:example:
|
152
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
152
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/fusionapps/change_fusion_environment_compartment.py.html>`__ to see an example of how to use change_fusion_environment_compartment API.
|
153
153
|
"""
|
154
154
|
resource_path = "/fusionEnvironments/{fusionEnvironmentId}/actions/changeCompartment"
|
155
155
|
method = "POST"
|
@@ -253,7 +253,7 @@ class FusionEnvironmentClient(object):
|
|
253
253
|
:rtype: :class:`~oci.response.Response`
|
254
254
|
|
255
255
|
:example:
|
256
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
256
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/fusionapps/create_fusion_environment.py.html>`__ to see an example of how to use create_fusion_environment API.
|
257
257
|
"""
|
258
258
|
resource_path = "/fusionEnvironments"
|
259
259
|
method = "POST"
|
@@ -346,7 +346,7 @@ class FusionEnvironmentClient(object):
|
|
346
346
|
:rtype: :class:`~oci.response.Response`
|
347
347
|
|
348
348
|
:example:
|
349
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
349
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/fusionapps/create_fusion_environment_admin_user.py.html>`__ to see an example of how to use create_fusion_environment_admin_user API.
|
350
350
|
"""
|
351
351
|
resource_path = "/fusionEnvironments/{fusionEnvironmentId}/adminUsers"
|
352
352
|
method = "POST"
|
@@ -448,7 +448,7 @@ class FusionEnvironmentClient(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.
|
451
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/fusionapps/delete_fusion_environment.py.html>`__ to see an example of how to use delete_fusion_environment API.
|
452
452
|
"""
|
453
453
|
resource_path = "/fusionEnvironments/{fusionEnvironmentId}"
|
454
454
|
method = "DELETE"
|
@@ -550,7 +550,7 @@ class FusionEnvironmentClient(object):
|
|
550
550
|
:rtype: :class:`~oci.response.Response`
|
551
551
|
|
552
552
|
:example:
|
553
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
553
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/fusionapps/delete_fusion_environment_admin_user.py.html>`__ to see an example of how to use delete_fusion_environment_admin_user API.
|
554
554
|
"""
|
555
555
|
resource_path = "/fusionEnvironments/{fusionEnvironmentId}/adminUsers/{adminUsername}"
|
556
556
|
method = "DELETE"
|
@@ -643,7 +643,7 @@ class FusionEnvironmentClient(object):
|
|
643
643
|
:rtype: :class:`~oci.response.Response`
|
644
644
|
|
645
645
|
:example:
|
646
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
646
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/fusionapps/get_fusion_environment.py.html>`__ to see an example of how to use get_fusion_environment API.
|
647
647
|
"""
|
648
648
|
resource_path = "/fusionEnvironments/{fusionEnvironmentId}"
|
649
649
|
method = "GET"
|
@@ -735,7 +735,7 @@ class FusionEnvironmentClient(object):
|
|
735
735
|
:rtype: :class:`~oci.response.Response`
|
736
736
|
|
737
737
|
:example:
|
738
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
738
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/fusionapps/get_fusion_environment_status.py.html>`__ to see an example of how to use get_fusion_environment_status API.
|
739
739
|
"""
|
740
740
|
resource_path = "/fusionEnvironments/{fusionEnvironmentId}/status"
|
741
741
|
method = "GET"
|
@@ -827,7 +827,7 @@ class FusionEnvironmentClient(object):
|
|
827
827
|
:rtype: :class:`~oci.response.Response`
|
828
828
|
|
829
829
|
:example:
|
830
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
830
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/fusionapps/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
|
831
831
|
"""
|
832
832
|
resource_path = "/workRequests/{workRequestId}"
|
833
833
|
method = "GET"
|
@@ -919,7 +919,7 @@ class FusionEnvironmentClient(object):
|
|
919
919
|
:rtype: :class:`~oci.response.Response`
|
920
920
|
|
921
921
|
:example:
|
922
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
922
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/fusionapps/list_admin_users.py.html>`__ to see an example of how to use list_admin_users API.
|
923
923
|
"""
|
924
924
|
resource_path = "/fusionEnvironments/{fusionEnvironmentId}/adminUsers"
|
925
925
|
method = "GET"
|
@@ -1038,7 +1038,7 @@ class FusionEnvironmentClient(object):
|
|
1038
1038
|
:rtype: :class:`~oci.response.Response`
|
1039
1039
|
|
1040
1040
|
:example:
|
1041
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1041
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/fusionapps/list_fusion_environments.py.html>`__ to see an example of how to use list_fusion_environments API.
|
1042
1042
|
"""
|
1043
1043
|
resource_path = "/fusionEnvironments"
|
1044
1044
|
method = "GET"
|
@@ -1176,7 +1176,7 @@ class FusionEnvironmentClient(object):
|
|
1176
1176
|
:rtype: :class:`~oci.response.Response`
|
1177
1177
|
|
1178
1178
|
:example:
|
1179
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1179
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/fusionapps/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
|
1180
1180
|
"""
|
1181
1181
|
resource_path = "/workRequests/{workRequestId}/errors"
|
1182
1182
|
method = "GET"
|
@@ -1312,7 +1312,7 @@ class FusionEnvironmentClient(object):
|
|
1312
1312
|
:rtype: :class:`~oci.response.Response`
|
1313
1313
|
|
1314
1314
|
:example:
|
1315
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1315
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/fusionapps/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
|
1316
1316
|
"""
|
1317
1317
|
resource_path = "/workRequests/{workRequestId}/logs"
|
1318
1318
|
method = "GET"
|
@@ -1456,7 +1456,7 @@ class FusionEnvironmentClient(object):
|
|
1456
1456
|
:rtype: :class:`~oci.response.Response`
|
1457
1457
|
|
1458
1458
|
:example:
|
1459
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1459
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/fusionapps/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
|
1460
1460
|
"""
|
1461
1461
|
resource_path = "/workRequests"
|
1462
1462
|
method = "GET"
|
@@ -1596,7 +1596,7 @@ class FusionEnvironmentClient(object):
|
|
1596
1596
|
:rtype: :class:`~oci.response.Response`
|
1597
1597
|
|
1598
1598
|
:example:
|
1599
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1599
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/fusionapps/reset_fusion_environment_password.py.html>`__ to see an example of how to use reset_fusion_environment_password API.
|
1600
1600
|
"""
|
1601
1601
|
resource_path = "/fusionEnvironments/{fusionEnvironmentId}/adminUsers/{adminUsername}/actions/resetPassword"
|
1602
1602
|
method = "POST"
|
@@ -1704,7 +1704,7 @@ class FusionEnvironmentClient(object):
|
|
1704
1704
|
:rtype: :class:`~oci.response.Response`
|
1705
1705
|
|
1706
1706
|
:example:
|
1707
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1707
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/fusionapps/update_fusion_environment.py.html>`__ to see an example of how to use update_fusion_environment API.
|
1708
1708
|
"""
|
1709
1709
|
resource_path = "/fusionEnvironments/{fusionEnvironmentId}"
|
1710
1710
|
method = "PUT"
|
@@ -149,7 +149,7 @@ class FusionEnvironmentFamilyClient(object):
|
|
149
149
|
:rtype: :class:`~oci.response.Response`
|
150
150
|
|
151
151
|
:example:
|
152
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
152
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/fusionapps/change_fusion_environment_family_compartment.py.html>`__ to see an example of how to use change_fusion_environment_family_compartment API.
|
153
153
|
"""
|
154
154
|
resource_path = "/fusionEnvironmentFamilies/{fusionEnvironmentFamilyId}/actions/changeCompartment"
|
155
155
|
method = "POST"
|
@@ -256,7 +256,7 @@ class FusionEnvironmentFamilyClient(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.
|
259
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/fusionapps/create_fusion_environment_family.py.html>`__ to see an example of how to use create_fusion_environment_family API.
|
260
260
|
"""
|
261
261
|
resource_path = "/fusionEnvironmentFamilies"
|
262
262
|
method = "POST"
|
@@ -348,7 +348,7 @@ class FusionEnvironmentFamilyClient(object):
|
|
348
348
|
:rtype: :class:`~oci.response.Response`
|
349
349
|
|
350
350
|
:example:
|
351
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
351
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/fusionapps/delete_fusion_environment_family.py.html>`__ to see an example of how to use delete_fusion_environment_family API.
|
352
352
|
"""
|
353
353
|
resource_path = "/fusionEnvironmentFamilies/{fusionEnvironmentFamilyId}"
|
354
354
|
method = "DELETE"
|
@@ -440,7 +440,7 @@ class FusionEnvironmentFamilyClient(object):
|
|
440
440
|
:rtype: :class:`~oci.response.Response`
|
441
441
|
|
442
442
|
:example:
|
443
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
443
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/fusionapps/get_fusion_environment_family.py.html>`__ to see an example of how to use get_fusion_environment_family API.
|
444
444
|
"""
|
445
445
|
resource_path = "/fusionEnvironmentFamilies/{fusionEnvironmentFamilyId}"
|
446
446
|
method = "GET"
|
@@ -532,7 +532,7 @@ class FusionEnvironmentFamilyClient(object):
|
|
532
532
|
:rtype: :class:`~oci.response.Response`
|
533
533
|
|
534
534
|
:example:
|
535
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
535
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/fusionapps/get_fusion_environment_family_limits_and_usage.py.html>`__ to see an example of how to use get_fusion_environment_family_limits_and_usage API.
|
536
536
|
"""
|
537
537
|
resource_path = "/fusionEnvironmentFamilies/{fusionEnvironmentFamilyId}/limitsAndUsage"
|
538
538
|
method = "GET"
|
@@ -624,7 +624,7 @@ class FusionEnvironmentFamilyClient(object):
|
|
624
624
|
:rtype: :class:`~oci.response.Response`
|
625
625
|
|
626
626
|
:example:
|
627
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
627
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/fusionapps/get_fusion_environment_family_subscription_detail.py.html>`__ to see an example of how to use get_fusion_environment_family_subscription_detail API.
|
628
628
|
"""
|
629
629
|
resource_path = "/fusionEnvironmentFamilies/{fusionEnvironmentFamilyId}/subscriptionDetails"
|
630
630
|
method = "GET"
|
@@ -743,7 +743,7 @@ class FusionEnvironmentFamilyClient(object):
|
|
743
743
|
:rtype: :class:`~oci.response.Response`
|
744
744
|
|
745
745
|
:example:
|
746
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
746
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/fusionapps/list_fusion_environment_families.py.html>`__ to see an example of how to use list_fusion_environment_families API.
|
747
747
|
"""
|
748
748
|
resource_path = "/fusionEnvironmentFamilies"
|
749
749
|
method = "GET"
|
@@ -875,7 +875,7 @@ class FusionEnvironmentFamilyClient(object):
|
|
875
875
|
:rtype: :class:`~oci.response.Response`
|
876
876
|
|
877
877
|
:example:
|
878
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
878
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.102.0/fusionapps/update_fusion_environment_family.py.html>`__ to see an example of how to use update_fusion_environment_family API.
|
879
879
|
"""
|
880
880
|
resource_path = "/fusionEnvironmentFamilies/{fusionEnvironmentFamilyId}"
|
881
881
|
method = "PUT"
|
@@ -8,7 +8,6 @@ from .action import Action
|
|
8
8
|
from .admin_user_collection import AdminUserCollection
|
9
9
|
from .admin_user_summary import AdminUserSummary
|
10
10
|
from .allow_rule import AllowRule
|
11
|
-
from .attach_existing_instance_details import AttachExistingInstanceDetails
|
12
11
|
from .capabilities import Capabilities
|
13
12
|
from .change_fusion_environment_compartment_details import ChangeFusionEnvironmentCompartmentDetails
|
14
13
|
from .change_fusion_environment_family_compartment_details import ChangeFusionEnvironmentFamilyCompartmentDetails
|
@@ -16,18 +15,13 @@ from .create_data_masking_activity_details import CreateDataMaskingActivityDetai
|
|
16
15
|
from .create_fusion_environment_admin_user_details import CreateFusionEnvironmentAdminUserDetails
|
17
16
|
from .create_fusion_environment_details import CreateFusionEnvironmentDetails
|
18
17
|
from .create_fusion_environment_family_details import CreateFusionEnvironmentFamilyDetails
|
19
|
-
from .create_new_instance_details import CreateNewInstanceDetails
|
20
|
-
from .create_oax_service_instance_details import CreateOaxServiceInstanceDetails
|
21
|
-
from .create_oic_service_instance_details import CreateOicServiceInstanceDetails
|
22
18
|
from .create_refresh_activity_details import CreateRefreshActivityDetails
|
23
19
|
from .create_service_attachment_details import CreateServiceAttachmentDetails
|
24
|
-
from .create_service_instance_details import CreateServiceInstanceDetails
|
25
20
|
from .data_masking_activity import DataMaskingActivity
|
26
21
|
from .data_masking_activity_collection import DataMaskingActivityCollection
|
27
22
|
from .data_masking_activity_summary import DataMaskingActivitySummary
|
28
23
|
from .environment_role import EnvironmentRole
|
29
24
|
from .family_maintenance_policy import FamilyMaintenancePolicy
|
30
|
-
from .faw_admin_info_details import FawAdminInfoDetails
|
31
25
|
from .fusion_environment import FusionEnvironment
|
32
26
|
from .fusion_environment_collection import FusionEnvironmentCollection
|
33
27
|
from .fusion_environment_family import FusionEnvironmentFamily
|
@@ -70,6 +64,7 @@ from .update_fusion_environment_details import UpdateFusionEnvironmentDetails
|
|
70
64
|
from .update_fusion_environment_family_details import UpdateFusionEnvironmentFamilyDetails
|
71
65
|
from .update_refresh_activity_details import UpdateRefreshActivityDetails
|
72
66
|
from .upgrade_action import UpgradeAction
|
67
|
+
from .verify_service_attachment_details import VerifyServiceAttachmentDetails
|
73
68
|
from .vertex_action import VertexAction
|
74
69
|
from .work_request import WorkRequest
|
75
70
|
from .work_request_error import WorkRequestError
|
@@ -86,7 +81,6 @@ fusion_apps_type_mapping = {
|
|
86
81
|
"AdminUserCollection": AdminUserCollection,
|
87
82
|
"AdminUserSummary": AdminUserSummary,
|
88
83
|
"AllowRule": AllowRule,
|
89
|
-
"AttachExistingInstanceDetails": AttachExistingInstanceDetails,
|
90
84
|
"Capabilities": Capabilities,
|
91
85
|
"ChangeFusionEnvironmentCompartmentDetails": ChangeFusionEnvironmentCompartmentDetails,
|
92
86
|
"ChangeFusionEnvironmentFamilyCompartmentDetails": ChangeFusionEnvironmentFamilyCompartmentDetails,
|
@@ -94,18 +88,13 @@ fusion_apps_type_mapping = {
|
|
94
88
|
"CreateFusionEnvironmentAdminUserDetails": CreateFusionEnvironmentAdminUserDetails,
|
95
89
|
"CreateFusionEnvironmentDetails": CreateFusionEnvironmentDetails,
|
96
90
|
"CreateFusionEnvironmentFamilyDetails": CreateFusionEnvironmentFamilyDetails,
|
97
|
-
"CreateNewInstanceDetails": CreateNewInstanceDetails,
|
98
|
-
"CreateOaxServiceInstanceDetails": CreateOaxServiceInstanceDetails,
|
99
|
-
"CreateOicServiceInstanceDetails": CreateOicServiceInstanceDetails,
|
100
91
|
"CreateRefreshActivityDetails": CreateRefreshActivityDetails,
|
101
92
|
"CreateServiceAttachmentDetails": CreateServiceAttachmentDetails,
|
102
|
-
"CreateServiceInstanceDetails": CreateServiceInstanceDetails,
|
103
93
|
"DataMaskingActivity": DataMaskingActivity,
|
104
94
|
"DataMaskingActivityCollection": DataMaskingActivityCollection,
|
105
95
|
"DataMaskingActivitySummary": DataMaskingActivitySummary,
|
106
96
|
"EnvironmentRole": EnvironmentRole,
|
107
97
|
"FamilyMaintenancePolicy": FamilyMaintenancePolicy,
|
108
|
-
"FawAdminInfoDetails": FawAdminInfoDetails,
|
109
98
|
"FusionEnvironment": FusionEnvironment,
|
110
99
|
"FusionEnvironmentCollection": FusionEnvironmentCollection,
|
111
100
|
"FusionEnvironmentFamily": FusionEnvironmentFamily,
|
@@ -148,6 +137,7 @@ fusion_apps_type_mapping = {
|
|
148
137
|
"UpdateFusionEnvironmentFamilyDetails": UpdateFusionEnvironmentFamilyDetails,
|
149
138
|
"UpdateRefreshActivityDetails": UpdateRefreshActivityDetails,
|
150
139
|
"UpgradeAction": UpgradeAction,
|
140
|
+
"VerifyServiceAttachmentDetails": VerifyServiceAttachmentDetails,
|
151
141
|
"VertexAction": VertexAction,
|
152
142
|
"WorkRequest": WorkRequest,
|
153
143
|
"WorkRequestError": WorkRequestError,
|
@@ -10,90 +10,83 @@ from oci.decorators import init_model_state_from_kwargs
|
|
10
10
|
@init_model_state_from_kwargs
|
11
11
|
class CreateServiceAttachmentDetails(object):
|
12
12
|
"""
|
13
|
-
Information about the service attachment.
|
13
|
+
Information about the service attachment to be created.
|
14
14
|
"""
|
15
15
|
|
16
|
-
#: A constant which can be used with the action property of a CreateServiceAttachmentDetails.
|
17
|
-
#: This constant has a value of "CREATE_NEW_INSTANCE"
|
18
|
-
ACTION_CREATE_NEW_INSTANCE = "CREATE_NEW_INSTANCE"
|
19
|
-
|
20
|
-
#: A constant which can be used with the action property of a CreateServiceAttachmentDetails.
|
21
|
-
#: This constant has a value of "ATTACH_EXISTING_INSTANCE"
|
22
|
-
ACTION_ATTACH_EXISTING_INSTANCE = "ATTACH_EXISTING_INSTANCE"
|
23
|
-
|
24
16
|
def __init__(self, **kwargs):
|
25
17
|
"""
|
26
|
-
Initializes a new CreateServiceAttachmentDetails object with values from keyword arguments.
|
27
|
-
to a service operations then you should favor using a subclass over the base class:
|
28
|
-
|
29
|
-
* :class:`~oci.fusion_apps.models.AttachExistingInstanceDetails`
|
30
|
-
* :class:`~oci.fusion_apps.models.CreateNewInstanceDetails`
|
31
|
-
|
18
|
+
Initializes a new CreateServiceAttachmentDetails object with values from keyword arguments.
|
32
19
|
The following keyword arguments are supported (corresponding to the getters/setters of this class):
|
33
20
|
|
34
|
-
:param
|
35
|
-
The value to assign to the
|
36
|
-
|
37
|
-
|
21
|
+
:param service_instance_type:
|
22
|
+
The value to assign to the service_instance_type property of this CreateServiceAttachmentDetails.
|
23
|
+
:type service_instance_type: str
|
24
|
+
|
25
|
+
:param service_instance_id:
|
26
|
+
The value to assign to the service_instance_id property of this CreateServiceAttachmentDetails.
|
27
|
+
:type service_instance_id: str
|
38
28
|
|
39
29
|
"""
|
40
30
|
self.swagger_types = {
|
41
|
-
'
|
31
|
+
'service_instance_type': 'str',
|
32
|
+
'service_instance_id': 'str'
|
42
33
|
}
|
43
34
|
|
44
35
|
self.attribute_map = {
|
45
|
-
'
|
36
|
+
'service_instance_type': 'serviceInstanceType',
|
37
|
+
'service_instance_id': 'serviceInstanceId'
|
46
38
|
}
|
47
39
|
|
48
|
-
self.
|
40
|
+
self._service_instance_type = None
|
41
|
+
self._service_instance_id = None
|
42
|
+
|
43
|
+
@property
|
44
|
+
def service_instance_type(self):
|
45
|
+
"""
|
46
|
+
**[Required]** Gets the service_instance_type of this CreateServiceAttachmentDetails.
|
47
|
+
Type of the ServiceInstance being attached.
|
48
|
+
|
49
49
|
|
50
|
-
|
51
|
-
|
50
|
+
:return: The service_instance_type of this CreateServiceAttachmentDetails.
|
51
|
+
:rtype: str
|
52
52
|
"""
|
53
|
-
|
54
|
-
|
53
|
+
return self._service_instance_type
|
54
|
+
|
55
|
+
@service_instance_type.setter
|
56
|
+
def service_instance_type(self, service_instance_type):
|
55
57
|
"""
|
56
|
-
|
58
|
+
Sets the service_instance_type of this CreateServiceAttachmentDetails.
|
59
|
+
Type of the ServiceInstance being attached.
|
57
60
|
|
58
|
-
if type == 'ATTACH_EXISTING_INSTANCE':
|
59
|
-
return 'AttachExistingInstanceDetails'
|
60
61
|
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
62
|
+
:param service_instance_type: The service_instance_type of this CreateServiceAttachmentDetails.
|
63
|
+
:type: str
|
64
|
+
"""
|
65
|
+
self._service_instance_type = service_instance_type
|
65
66
|
|
66
67
|
@property
|
67
|
-
def
|
68
|
+
def service_instance_id(self):
|
68
69
|
"""
|
69
|
-
**[Required]** Gets the
|
70
|
-
The
|
71
|
-
|
72
|
-
Allowed values for this property are: "CREATE_NEW_INSTANCE", "ATTACH_EXISTING_INSTANCE"
|
70
|
+
**[Required]** Gets the service_instance_id of this CreateServiceAttachmentDetails.
|
71
|
+
The service instance OCID of the instance being attached
|
73
72
|
|
74
73
|
|
75
|
-
:return: The
|
74
|
+
:return: The service_instance_id of this CreateServiceAttachmentDetails.
|
76
75
|
:rtype: str
|
77
76
|
"""
|
78
|
-
return self.
|
77
|
+
return self._service_instance_id
|
79
78
|
|
80
|
-
@
|
81
|
-
def
|
79
|
+
@service_instance_id.setter
|
80
|
+
def service_instance_id(self, service_instance_id):
|
82
81
|
"""
|
83
|
-
Sets the
|
84
|
-
The
|
82
|
+
Sets the service_instance_id of this CreateServiceAttachmentDetails.
|
83
|
+
The service instance OCID of the instance being attached
|
85
84
|
|
86
85
|
|
87
|
-
:param
|
86
|
+
:param service_instance_id: The service_instance_id of this CreateServiceAttachmentDetails.
|
88
87
|
:type: str
|
89
88
|
"""
|
90
|
-
|
91
|
-
if not value_allowed_none_or_none_sentinel(action, allowed_values):
|
92
|
-
raise ValueError(
|
93
|
-
"Invalid value for `action`, must be None or one of {0}"
|
94
|
-
.format(allowed_values)
|
95
|
-
)
|
96
|
-
self._action = action
|
89
|
+
self._service_instance_id = service_instance_id
|
97
90
|
|
98
91
|
def __repr__(self):
|
99
92
|
return formatted_flat_dict(self)
|
@@ -66,10 +66,6 @@ class ServiceAttachment(object):
|
|
66
66
|
The value to assign to the id property of this ServiceAttachment.
|
67
67
|
:type id: str
|
68
68
|
|
69
|
-
:param action:
|
70
|
-
The value to assign to the action property of this ServiceAttachment.
|
71
|
-
:type action: str
|
72
|
-
|
73
69
|
:param compartment_id:
|
74
70
|
The value to assign to the compartment_id property of this ServiceAttachment.
|
75
71
|
:type compartment_id: str
|
@@ -121,7 +117,6 @@ class ServiceAttachment(object):
|
|
121
117
|
"""
|
122
118
|
self.swagger_types = {
|
123
119
|
'id': 'str',
|
124
|
-
'action': 'str',
|
125
120
|
'compartment_id': 'str',
|
126
121
|
'service_instance_id': 'str',
|
127
122
|
'display_name': 'str',
|
@@ -137,7 +132,6 @@ class ServiceAttachment(object):
|
|
137
132
|
|
138
133
|
self.attribute_map = {
|
139
134
|
'id': 'id',
|
140
|
-
'action': 'action',
|
141
135
|
'compartment_id': 'compartmentId',
|
142
136
|
'service_instance_id': 'serviceInstanceId',
|
143
137
|
'display_name': 'displayName',
|
@@ -152,7 +146,6 @@ class ServiceAttachment(object):
|
|
152
146
|
}
|
153
147
|
|
154
148
|
self._id = None
|
155
|
-
self._action = None
|
156
149
|
self._compartment_id = None
|
157
150
|
self._service_instance_id = None
|
158
151
|
self._display_name = None
|
@@ -189,30 +182,6 @@ class ServiceAttachment(object):
|
|
189
182
|
"""
|
190
183
|
self._id = id
|
191
184
|
|
192
|
-
@property
|
193
|
-
def action(self):
|
194
|
-
"""
|
195
|
-
Gets the action of this ServiceAttachment.
|
196
|
-
Action
|
197
|
-
|
198
|
-
|
199
|
-
:return: The action of this ServiceAttachment.
|
200
|
-
:rtype: str
|
201
|
-
"""
|
202
|
-
return self._action
|
203
|
-
|
204
|
-
@action.setter
|
205
|
-
def action(self, action):
|
206
|
-
"""
|
207
|
-
Sets the action of this ServiceAttachment.
|
208
|
-
Action
|
209
|
-
|
210
|
-
|
211
|
-
:param action: The action of this ServiceAttachment.
|
212
|
-
:type: str
|
213
|
-
"""
|
214
|
-
self._action = action
|
215
|
-
|
216
185
|
@property
|
217
186
|
def compartment_id(self):
|
218
187
|
"""
|