oci 2.126.2__py3-none-any.whl → 2.126.3__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/__init__.py +2 -2
- 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_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 +8 -8
- 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 +51 -51
- oci/blockchain/blockchain_platform_client.py +27 -27
- oci/budget/budget_client.py +10 -10
- oci/capacity_management/capacity_management_client.py +19 -19
- 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_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 +333 -333
- oci/database/models/create_vm_cluster_details.py +33 -2
- oci/database/models/exadata_infrastructure.py +31 -0
- oci/database/models/exadata_infrastructure_summary.py +31 -0
- oci/database/models/update_vm_cluster_details.py +33 -2
- oci/database/models/vm_cluster.py +33 -2
- oci/database/models/vm_cluster_summary.py +33 -2
- oci/database_management/db_management_client.py +206 -206
- 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/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 +608 -28
- oci/email/email_client_composite_operations.py +132 -0
- oci/email/models/__init__.py +10 -0
- oci/email/models/create_email_domain_details.py +31 -0
- oci/email/models/create_email_return_path_details.py +239 -0
- oci/email/models/email_domain.py +82 -0
- oci/email/models/email_return_path.py +577 -0
- oci/email/models/email_return_path_collection.py +72 -0
- oci/email/models/email_return_path_summary.py +444 -0
- oci/email/models/sender.py +15 -3
- oci/email/models/update_email_domain_details.py +31 -0
- oci/email/models/update_email_return_path_details.py +156 -0
- oci/email/models/work_request.py +15 -3
- oci/email/models/work_request_summary.py +15 -3
- 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 +39 -39
- oci/fusion_apps/fusion_environment_client.py +15 -15
- oci/fusion_apps/fusion_environment_family_client.py +8 -8
- 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/sharded_database_service_client.py +29 -29
- oci/golden_gate/golden_gate_client.py +61 -61
- 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/load_balancer/models/ssl_configuration.py +41 -0
- oci/load_balancer/models/ssl_configuration_details.py +41 -0
- 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/__init__.py +16 -0
- oci/marketplace_private_offer/attachment_client.py +719 -0
- oci/marketplace_private_offer/attachment_client_composite_operations.py +71 -0
- oci/marketplace_private_offer/models/__init__.py +48 -0
- oci/marketplace_private_offer/models/attachment.py +446 -0
- oci/marketplace_private_offer/models/attachment_collection.py +72 -0
- oci/marketplace_private_offer/models/attachment_summary.py +293 -0
- oci/marketplace_private_offer/models/buyer_information.py +161 -0
- oci/marketplace_private_offer/models/contact.py +134 -0
- oci/marketplace_private_offer/models/create_attachment_details.py +134 -0
- oci/marketplace_private_offer/models/create_offer_details.py +498 -0
- oci/marketplace_private_offer/models/custom_field.py +103 -0
- oci/marketplace_private_offer/models/offer.py +787 -0
- oci/marketplace_private_offer/models/offer_collection.py +72 -0
- oci/marketplace_private_offer/models/offer_internal_detail.py +103 -0
- oci/marketplace_private_offer/models/offer_summary.py +591 -0
- oci/marketplace_private_offer/models/pricing.py +146 -0
- oci/marketplace_private_offer/models/publisher_summary.py +710 -0
- oci/marketplace_private_offer/models/resource_bundle.py +205 -0
- oci/marketplace_private_offer/models/seller_information.py +99 -0
- oci/marketplace_private_offer/models/update_offer_details.py +467 -0
- oci/marketplace_private_offer/models/upload_data.py +134 -0
- oci/marketplace_private_offer/offer_client.py +789 -0
- oci/marketplace_private_offer/offer_client_composite_operations.py +172 -0
- oci/marketplace_publisher/__init__.py +5 -1
- oci/marketplace_publisher/attachment_client.py +719 -0
- oci/marketplace_publisher/attachment_client_composite_operations.py +121 -0
- oci/marketplace_publisher/marketplace_publisher_client.py +71 -71
- oci/marketplace_publisher/models/__init__.py +32 -0
- oci/marketplace_publisher/models/attachment.py +446 -0
- oci/marketplace_publisher/models/attachment_collection.py +72 -0
- oci/marketplace_publisher/models/attachment_summary.py +293 -0
- oci/marketplace_publisher/models/buyer_information.py +161 -0
- oci/marketplace_publisher/models/contact.py +134 -0
- oci/marketplace_publisher/models/create_attachment_details.py +134 -0
- oci/marketplace_publisher/models/create_offer_details.py +498 -0
- oci/marketplace_publisher/models/custom_field.py +103 -0
- oci/marketplace_publisher/models/offer.py +787 -0
- oci/marketplace_publisher/models/offer_collection.py +72 -0
- oci/marketplace_publisher/models/offer_internal_detail.py +103 -0
- oci/marketplace_publisher/models/offer_summary.py +591 -0
- oci/marketplace_publisher/models/pricing.py +146 -0
- oci/marketplace_publisher/models/resource_bundle.py +205 -0
- oci/marketplace_publisher/models/seller_information.py +99 -0
- oci/marketplace_publisher/models/update_offer_details.py +467 -0
- oci/marketplace_publisher/models/work_request.py +23 -3
- oci/marketplace_publisher/models/work_request_summary.py +23 -3
- oci/marketplace_publisher/offer_client.py +789 -0
- oci/marketplace_publisher/offer_client_composite_operations.py +160 -0
- oci/media_services/media_services_client.py +60 -60
- oci/media_services/media_stream_client.py +2 -2
- oci/monitoring/monitoring_client.py +18 -18
- oci/mysql/channels_client.py +7 -7
- oci/mysql/db_backups_client.py +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/models/create_listener_details.py +33 -2
- oci/network_load_balancer/models/listener.py +33 -2
- oci/network_load_balancer/models/listener_details.py +33 -2
- oci/network_load_balancer/models/listener_summary.py +33 -2
- oci/network_load_balancer/models/update_listener_details.py +33 -2
- 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/queue_admin_client.py +11 -11
- oci/queue/queue_client.py +8 -8
- oci/recovery/database_recovery_client.py +25 -25
- oci/redis/redis_cluster_client.py +11 -11
- oci/resource_manager/resource_manager_client.py +52 -52
- 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/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.126.2.dist-info → oci-2.126.3.dist-info}/METADATA +1 -1
- {oci-2.126.2.dist-info → oci-2.126.3.dist-info}/RECORD +323 -274
- {oci-2.126.2.dist-info → oci-2.126.3.dist-info}/LICENSE.txt +0 -0
- {oci-2.126.2.dist-info → oci-2.126.3.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci-2.126.2.dist-info → oci-2.126.3.dist-info}/WHEEL +0 -0
- {oci-2.126.2.dist-info → oci-2.126.3.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,293 @@
|
|
1
|
+
# coding: utf-8
|
2
|
+
# Copyright (c) 2016, 2024, Oracle and/or its affiliates. All rights reserved.
|
3
|
+
# This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
4
|
+
|
5
|
+
# NOTE: This class is auto generated by OracleSDKGenerator. DO NOT EDIT. API Version: 20220901
|
6
|
+
|
7
|
+
|
8
|
+
from oci.util import formatted_flat_dict, NONE_SENTINEL, value_allowed_none_or_none_sentinel # noqa: F401
|
9
|
+
from oci.decorators import init_model_state_from_kwargs
|
10
|
+
|
11
|
+
|
12
|
+
@init_model_state_from_kwargs
|
13
|
+
class AttachmentSummary(object):
|
14
|
+
"""
|
15
|
+
Description of Attachment.
|
16
|
+
"""
|
17
|
+
|
18
|
+
def __init__(self, **kwargs):
|
19
|
+
"""
|
20
|
+
Initializes a new AttachmentSummary object with values from keyword arguments.
|
21
|
+
The following keyword arguments are supported (corresponding to the getters/setters of this class):
|
22
|
+
|
23
|
+
:param id:
|
24
|
+
The value to assign to the id property of this AttachmentSummary.
|
25
|
+
:type id: str
|
26
|
+
|
27
|
+
:param offer_id:
|
28
|
+
The value to assign to the offer_id property of this AttachmentSummary.
|
29
|
+
:type offer_id: str
|
30
|
+
|
31
|
+
:param mime_type:
|
32
|
+
The value to assign to the mime_type property of this AttachmentSummary.
|
33
|
+
:type mime_type: str
|
34
|
+
|
35
|
+
:param display_name:
|
36
|
+
The value to assign to the display_name property of this AttachmentSummary.
|
37
|
+
:type display_name: str
|
38
|
+
|
39
|
+
:param type:
|
40
|
+
The value to assign to the type property of this AttachmentSummary.
|
41
|
+
:type type: str
|
42
|
+
|
43
|
+
:param lifecycle_state:
|
44
|
+
The value to assign to the lifecycle_state property of this AttachmentSummary.
|
45
|
+
:type lifecycle_state: str
|
46
|
+
|
47
|
+
:param freeform_tags:
|
48
|
+
The value to assign to the freeform_tags property of this AttachmentSummary.
|
49
|
+
:type freeform_tags: dict(str, str)
|
50
|
+
|
51
|
+
:param defined_tags:
|
52
|
+
The value to assign to the defined_tags property of this AttachmentSummary.
|
53
|
+
:type defined_tags: dict(str, dict(str, object))
|
54
|
+
|
55
|
+
"""
|
56
|
+
self.swagger_types = {
|
57
|
+
'id': 'str',
|
58
|
+
'offer_id': 'str',
|
59
|
+
'mime_type': 'str',
|
60
|
+
'display_name': 'str',
|
61
|
+
'type': 'str',
|
62
|
+
'lifecycle_state': 'str',
|
63
|
+
'freeform_tags': 'dict(str, str)',
|
64
|
+
'defined_tags': 'dict(str, dict(str, object))'
|
65
|
+
}
|
66
|
+
|
67
|
+
self.attribute_map = {
|
68
|
+
'id': 'id',
|
69
|
+
'offer_id': 'offerId',
|
70
|
+
'mime_type': 'mimeType',
|
71
|
+
'display_name': 'displayName',
|
72
|
+
'type': 'type',
|
73
|
+
'lifecycle_state': 'lifecycleState',
|
74
|
+
'freeform_tags': 'freeformTags',
|
75
|
+
'defined_tags': 'definedTags'
|
76
|
+
}
|
77
|
+
|
78
|
+
self._id = None
|
79
|
+
self._offer_id = None
|
80
|
+
self._mime_type = None
|
81
|
+
self._display_name = None
|
82
|
+
self._type = None
|
83
|
+
self._lifecycle_state = None
|
84
|
+
self._freeform_tags = None
|
85
|
+
self._defined_tags = None
|
86
|
+
|
87
|
+
@property
|
88
|
+
def id(self):
|
89
|
+
"""
|
90
|
+
**[Required]** Gets the id of this AttachmentSummary.
|
91
|
+
Unique identifier that is immutable on creation
|
92
|
+
|
93
|
+
|
94
|
+
:return: The id of this AttachmentSummary.
|
95
|
+
:rtype: str
|
96
|
+
"""
|
97
|
+
return self._id
|
98
|
+
|
99
|
+
@id.setter
|
100
|
+
def id(self, id):
|
101
|
+
"""
|
102
|
+
Sets the id of this AttachmentSummary.
|
103
|
+
Unique identifier that is immutable on creation
|
104
|
+
|
105
|
+
|
106
|
+
:param id: The id of this AttachmentSummary.
|
107
|
+
:type: str
|
108
|
+
"""
|
109
|
+
self._id = id
|
110
|
+
|
111
|
+
@property
|
112
|
+
def offer_id(self):
|
113
|
+
"""
|
114
|
+
**[Required]** Gets the offer_id of this AttachmentSummary.
|
115
|
+
Unique identifier of the associated offer that is immutable on creation
|
116
|
+
|
117
|
+
|
118
|
+
:return: The offer_id of this AttachmentSummary.
|
119
|
+
:rtype: str
|
120
|
+
"""
|
121
|
+
return self._offer_id
|
122
|
+
|
123
|
+
@offer_id.setter
|
124
|
+
def offer_id(self, offer_id):
|
125
|
+
"""
|
126
|
+
Sets the offer_id of this AttachmentSummary.
|
127
|
+
Unique identifier of the associated offer that is immutable on creation
|
128
|
+
|
129
|
+
|
130
|
+
:param offer_id: The offer_id of this AttachmentSummary.
|
131
|
+
:type: str
|
132
|
+
"""
|
133
|
+
self._offer_id = offer_id
|
134
|
+
|
135
|
+
@property
|
136
|
+
def mime_type(self):
|
137
|
+
"""
|
138
|
+
Gets the mime_type of this AttachmentSummary.
|
139
|
+
The MIME type of the uploaded data.
|
140
|
+
|
141
|
+
|
142
|
+
:return: The mime_type of this AttachmentSummary.
|
143
|
+
:rtype: str
|
144
|
+
"""
|
145
|
+
return self._mime_type
|
146
|
+
|
147
|
+
@mime_type.setter
|
148
|
+
def mime_type(self, mime_type):
|
149
|
+
"""
|
150
|
+
Sets the mime_type of this AttachmentSummary.
|
151
|
+
The MIME type of the uploaded data.
|
152
|
+
|
153
|
+
|
154
|
+
:param mime_type: The mime_type of this AttachmentSummary.
|
155
|
+
:type: str
|
156
|
+
"""
|
157
|
+
self._mime_type = mime_type
|
158
|
+
|
159
|
+
@property
|
160
|
+
def display_name(self):
|
161
|
+
"""
|
162
|
+
**[Required]** Gets the display_name of this AttachmentSummary.
|
163
|
+
The name used to refer to the uploaded data.
|
164
|
+
|
165
|
+
|
166
|
+
:return: The display_name of this AttachmentSummary.
|
167
|
+
:rtype: str
|
168
|
+
"""
|
169
|
+
return self._display_name
|
170
|
+
|
171
|
+
@display_name.setter
|
172
|
+
def display_name(self, display_name):
|
173
|
+
"""
|
174
|
+
Sets the display_name of this AttachmentSummary.
|
175
|
+
The name used to refer to the uploaded data.
|
176
|
+
|
177
|
+
|
178
|
+
:param display_name: The display_name of this AttachmentSummary.
|
179
|
+
:type: str
|
180
|
+
"""
|
181
|
+
self._display_name = display_name
|
182
|
+
|
183
|
+
@property
|
184
|
+
def type(self):
|
185
|
+
"""
|
186
|
+
**[Required]** Gets the type of this AttachmentSummary.
|
187
|
+
The type of offer attachment.
|
188
|
+
|
189
|
+
|
190
|
+
:return: The type of this AttachmentSummary.
|
191
|
+
:rtype: str
|
192
|
+
"""
|
193
|
+
return self._type
|
194
|
+
|
195
|
+
@type.setter
|
196
|
+
def type(self, type):
|
197
|
+
"""
|
198
|
+
Sets the type of this AttachmentSummary.
|
199
|
+
The type of offer attachment.
|
200
|
+
|
201
|
+
|
202
|
+
:param type: The type of this AttachmentSummary.
|
203
|
+
:type: str
|
204
|
+
"""
|
205
|
+
self._type = type
|
206
|
+
|
207
|
+
@property
|
208
|
+
def lifecycle_state(self):
|
209
|
+
"""
|
210
|
+
**[Required]** Gets the lifecycle_state of this AttachmentSummary.
|
211
|
+
The current state of the Attachment.
|
212
|
+
|
213
|
+
|
214
|
+
:return: The lifecycle_state of this AttachmentSummary.
|
215
|
+
:rtype: str
|
216
|
+
"""
|
217
|
+
return self._lifecycle_state
|
218
|
+
|
219
|
+
@lifecycle_state.setter
|
220
|
+
def lifecycle_state(self, lifecycle_state):
|
221
|
+
"""
|
222
|
+
Sets the lifecycle_state of this AttachmentSummary.
|
223
|
+
The current state of the Attachment.
|
224
|
+
|
225
|
+
|
226
|
+
:param lifecycle_state: The lifecycle_state of this AttachmentSummary.
|
227
|
+
:type: str
|
228
|
+
"""
|
229
|
+
self._lifecycle_state = lifecycle_state
|
230
|
+
|
231
|
+
@property
|
232
|
+
def freeform_tags(self):
|
233
|
+
"""
|
234
|
+
**[Required]** Gets the freeform_tags of this AttachmentSummary.
|
235
|
+
Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
236
|
+
Example: `{\"bar-key\": \"value\"}`
|
237
|
+
|
238
|
+
|
239
|
+
:return: The freeform_tags of this AttachmentSummary.
|
240
|
+
:rtype: dict(str, str)
|
241
|
+
"""
|
242
|
+
return self._freeform_tags
|
243
|
+
|
244
|
+
@freeform_tags.setter
|
245
|
+
def freeform_tags(self, freeform_tags):
|
246
|
+
"""
|
247
|
+
Sets the freeform_tags of this AttachmentSummary.
|
248
|
+
Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
249
|
+
Example: `{\"bar-key\": \"value\"}`
|
250
|
+
|
251
|
+
|
252
|
+
:param freeform_tags: The freeform_tags of this AttachmentSummary.
|
253
|
+
:type: dict(str, str)
|
254
|
+
"""
|
255
|
+
self._freeform_tags = freeform_tags
|
256
|
+
|
257
|
+
@property
|
258
|
+
def defined_tags(self):
|
259
|
+
"""
|
260
|
+
**[Required]** Gets the defined_tags of this AttachmentSummary.
|
261
|
+
Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
262
|
+
Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
|
263
|
+
|
264
|
+
|
265
|
+
:return: The defined_tags of this AttachmentSummary.
|
266
|
+
:rtype: dict(str, dict(str, object))
|
267
|
+
"""
|
268
|
+
return self._defined_tags
|
269
|
+
|
270
|
+
@defined_tags.setter
|
271
|
+
def defined_tags(self, defined_tags):
|
272
|
+
"""
|
273
|
+
Sets the defined_tags of this AttachmentSummary.
|
274
|
+
Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
275
|
+
Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
|
276
|
+
|
277
|
+
|
278
|
+
:param defined_tags: The defined_tags of this AttachmentSummary.
|
279
|
+
:type: dict(str, dict(str, object))
|
280
|
+
"""
|
281
|
+
self._defined_tags = defined_tags
|
282
|
+
|
283
|
+
def __repr__(self):
|
284
|
+
return formatted_flat_dict(self)
|
285
|
+
|
286
|
+
def __eq__(self, other):
|
287
|
+
if other is None:
|
288
|
+
return False
|
289
|
+
|
290
|
+
return self.__dict__ == other.__dict__
|
291
|
+
|
292
|
+
def __ne__(self, other):
|
293
|
+
return not self == other
|
@@ -0,0 +1,161 @@
|
|
1
|
+
# coding: utf-8
|
2
|
+
# Copyright (c) 2016, 2024, Oracle and/or its affiliates. All rights reserved.
|
3
|
+
# This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
4
|
+
|
5
|
+
# NOTE: This class is auto generated by OracleSDKGenerator. DO NOT EDIT. API Version: 20220901
|
6
|
+
|
7
|
+
|
8
|
+
from oci.util import formatted_flat_dict, NONE_SENTINEL, value_allowed_none_or_none_sentinel # noqa: F401
|
9
|
+
from oci.decorators import init_model_state_from_kwargs
|
10
|
+
|
11
|
+
|
12
|
+
@init_model_state_from_kwargs
|
13
|
+
class BuyerInformation(object):
|
14
|
+
"""
|
15
|
+
The information related to the buyer of an Offer
|
16
|
+
"""
|
17
|
+
|
18
|
+
def __init__(self, **kwargs):
|
19
|
+
"""
|
20
|
+
Initializes a new BuyerInformation object with values from keyword arguments.
|
21
|
+
The following keyword arguments are supported (corresponding to the getters/setters of this class):
|
22
|
+
|
23
|
+
:param company_name:
|
24
|
+
The value to assign to the company_name property of this BuyerInformation.
|
25
|
+
:type company_name: str
|
26
|
+
|
27
|
+
:param note_to_buyer:
|
28
|
+
The value to assign to the note_to_buyer property of this BuyerInformation.
|
29
|
+
:type note_to_buyer: str
|
30
|
+
|
31
|
+
:param primary_contact:
|
32
|
+
The value to assign to the primary_contact property of this BuyerInformation.
|
33
|
+
:type primary_contact: oci.marketplace_private_offer.models.Contact
|
34
|
+
|
35
|
+
:param additional_contacts:
|
36
|
+
The value to assign to the additional_contacts property of this BuyerInformation.
|
37
|
+
:type additional_contacts: list[oci.marketplace_private_offer.models.Contact]
|
38
|
+
|
39
|
+
"""
|
40
|
+
self.swagger_types = {
|
41
|
+
'company_name': 'str',
|
42
|
+
'note_to_buyer': 'str',
|
43
|
+
'primary_contact': 'Contact',
|
44
|
+
'additional_contacts': 'list[Contact]'
|
45
|
+
}
|
46
|
+
|
47
|
+
self.attribute_map = {
|
48
|
+
'company_name': 'companyName',
|
49
|
+
'note_to_buyer': 'noteToBuyer',
|
50
|
+
'primary_contact': 'primaryContact',
|
51
|
+
'additional_contacts': 'additionalContacts'
|
52
|
+
}
|
53
|
+
|
54
|
+
self._company_name = None
|
55
|
+
self._note_to_buyer = None
|
56
|
+
self._primary_contact = None
|
57
|
+
self._additional_contacts = None
|
58
|
+
|
59
|
+
@property
|
60
|
+
def company_name(self):
|
61
|
+
"""
|
62
|
+
Gets the company_name of this BuyerInformation.
|
63
|
+
the name of the company for the buyer
|
64
|
+
|
65
|
+
|
66
|
+
:return: The company_name of this BuyerInformation.
|
67
|
+
:rtype: str
|
68
|
+
"""
|
69
|
+
return self._company_name
|
70
|
+
|
71
|
+
@company_name.setter
|
72
|
+
def company_name(self, company_name):
|
73
|
+
"""
|
74
|
+
Sets the company_name of this BuyerInformation.
|
75
|
+
the name of the company for the buyer
|
76
|
+
|
77
|
+
|
78
|
+
:param company_name: The company_name of this BuyerInformation.
|
79
|
+
:type: str
|
80
|
+
"""
|
81
|
+
self._company_name = company_name
|
82
|
+
|
83
|
+
@property
|
84
|
+
def note_to_buyer(self):
|
85
|
+
"""
|
86
|
+
Gets the note_to_buyer of this BuyerInformation.
|
87
|
+
a note the seller can specify for the buyer through a notification email
|
88
|
+
|
89
|
+
|
90
|
+
:return: The note_to_buyer of this BuyerInformation.
|
91
|
+
:rtype: str
|
92
|
+
"""
|
93
|
+
return self._note_to_buyer
|
94
|
+
|
95
|
+
@note_to_buyer.setter
|
96
|
+
def note_to_buyer(self, note_to_buyer):
|
97
|
+
"""
|
98
|
+
Sets the note_to_buyer of this BuyerInformation.
|
99
|
+
a note the seller can specify for the buyer through a notification email
|
100
|
+
|
101
|
+
|
102
|
+
:param note_to_buyer: The note_to_buyer of this BuyerInformation.
|
103
|
+
:type: str
|
104
|
+
"""
|
105
|
+
self._note_to_buyer = note_to_buyer
|
106
|
+
|
107
|
+
@property
|
108
|
+
def primary_contact(self):
|
109
|
+
"""
|
110
|
+
Gets the primary_contact of this BuyerInformation.
|
111
|
+
|
112
|
+
:return: The primary_contact of this BuyerInformation.
|
113
|
+
:rtype: oci.marketplace_private_offer.models.Contact
|
114
|
+
"""
|
115
|
+
return self._primary_contact
|
116
|
+
|
117
|
+
@primary_contact.setter
|
118
|
+
def primary_contact(self, primary_contact):
|
119
|
+
"""
|
120
|
+
Sets the primary_contact of this BuyerInformation.
|
121
|
+
|
122
|
+
:param primary_contact: The primary_contact of this BuyerInformation.
|
123
|
+
:type: oci.marketplace_private_offer.models.Contact
|
124
|
+
"""
|
125
|
+
self._primary_contact = primary_contact
|
126
|
+
|
127
|
+
@property
|
128
|
+
def additional_contacts(self):
|
129
|
+
"""
|
130
|
+
Gets the additional_contacts of this BuyerInformation.
|
131
|
+
the additional contacts associated with the buyer
|
132
|
+
|
133
|
+
|
134
|
+
:return: The additional_contacts of this BuyerInformation.
|
135
|
+
:rtype: list[oci.marketplace_private_offer.models.Contact]
|
136
|
+
"""
|
137
|
+
return self._additional_contacts
|
138
|
+
|
139
|
+
@additional_contacts.setter
|
140
|
+
def additional_contacts(self, additional_contacts):
|
141
|
+
"""
|
142
|
+
Sets the additional_contacts of this BuyerInformation.
|
143
|
+
the additional contacts associated with the buyer
|
144
|
+
|
145
|
+
|
146
|
+
:param additional_contacts: The additional_contacts of this BuyerInformation.
|
147
|
+
:type: list[oci.marketplace_private_offer.models.Contact]
|
148
|
+
"""
|
149
|
+
self._additional_contacts = additional_contacts
|
150
|
+
|
151
|
+
def __repr__(self):
|
152
|
+
return formatted_flat_dict(self)
|
153
|
+
|
154
|
+
def __eq__(self, other):
|
155
|
+
if other is None:
|
156
|
+
return False
|
157
|
+
|
158
|
+
return self.__dict__ == other.__dict__
|
159
|
+
|
160
|
+
def __ne__(self, other):
|
161
|
+
return not self == other
|
@@ -0,0 +1,134 @@
|
|
1
|
+
# coding: utf-8
|
2
|
+
# Copyright (c) 2016, 2024, Oracle and/or its affiliates. All rights reserved.
|
3
|
+
# This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
4
|
+
|
5
|
+
# NOTE: This class is auto generated by OracleSDKGenerator. DO NOT EDIT. API Version: 20220901
|
6
|
+
|
7
|
+
|
8
|
+
from oci.util import formatted_flat_dict, NONE_SENTINEL, value_allowed_none_or_none_sentinel # noqa: F401
|
9
|
+
from oci.decorators import init_model_state_from_kwargs
|
10
|
+
|
11
|
+
|
12
|
+
@init_model_state_from_kwargs
|
13
|
+
class Contact(object):
|
14
|
+
"""
|
15
|
+
The contact information of an individual
|
16
|
+
"""
|
17
|
+
|
18
|
+
def __init__(self, **kwargs):
|
19
|
+
"""
|
20
|
+
Initializes a new Contact object with values from keyword arguments.
|
21
|
+
The following keyword arguments are supported (corresponding to the getters/setters of this class):
|
22
|
+
|
23
|
+
:param first_name:
|
24
|
+
The value to assign to the first_name property of this Contact.
|
25
|
+
:type first_name: str
|
26
|
+
|
27
|
+
:param last_name:
|
28
|
+
The value to assign to the last_name property of this Contact.
|
29
|
+
:type last_name: str
|
30
|
+
|
31
|
+
:param email:
|
32
|
+
The value to assign to the email property of this Contact.
|
33
|
+
:type email: str
|
34
|
+
|
35
|
+
"""
|
36
|
+
self.swagger_types = {
|
37
|
+
'first_name': 'str',
|
38
|
+
'last_name': 'str',
|
39
|
+
'email': 'str'
|
40
|
+
}
|
41
|
+
|
42
|
+
self.attribute_map = {
|
43
|
+
'first_name': 'firstName',
|
44
|
+
'last_name': 'lastName',
|
45
|
+
'email': 'email'
|
46
|
+
}
|
47
|
+
|
48
|
+
self._first_name = None
|
49
|
+
self._last_name = None
|
50
|
+
self._email = None
|
51
|
+
|
52
|
+
@property
|
53
|
+
def first_name(self):
|
54
|
+
"""
|
55
|
+
Gets the first_name of this Contact.
|
56
|
+
The first name of the contact
|
57
|
+
|
58
|
+
|
59
|
+
:return: The first_name of this Contact.
|
60
|
+
:rtype: str
|
61
|
+
"""
|
62
|
+
return self._first_name
|
63
|
+
|
64
|
+
@first_name.setter
|
65
|
+
def first_name(self, first_name):
|
66
|
+
"""
|
67
|
+
Sets the first_name of this Contact.
|
68
|
+
The first name of the contact
|
69
|
+
|
70
|
+
|
71
|
+
:param first_name: The first_name of this Contact.
|
72
|
+
:type: str
|
73
|
+
"""
|
74
|
+
self._first_name = first_name
|
75
|
+
|
76
|
+
@property
|
77
|
+
def last_name(self):
|
78
|
+
"""
|
79
|
+
Gets the last_name of this Contact.
|
80
|
+
The last name of the contact
|
81
|
+
|
82
|
+
|
83
|
+
:return: The last_name of this Contact.
|
84
|
+
:rtype: str
|
85
|
+
"""
|
86
|
+
return self._last_name
|
87
|
+
|
88
|
+
@last_name.setter
|
89
|
+
def last_name(self, last_name):
|
90
|
+
"""
|
91
|
+
Sets the last_name of this Contact.
|
92
|
+
The last name of the contact
|
93
|
+
|
94
|
+
|
95
|
+
:param last_name: The last_name of this Contact.
|
96
|
+
:type: str
|
97
|
+
"""
|
98
|
+
self._last_name = last_name
|
99
|
+
|
100
|
+
@property
|
101
|
+
def email(self):
|
102
|
+
"""
|
103
|
+
Gets the email of this Contact.
|
104
|
+
The email of the contact
|
105
|
+
|
106
|
+
|
107
|
+
:return: The email of this Contact.
|
108
|
+
:rtype: str
|
109
|
+
"""
|
110
|
+
return self._email
|
111
|
+
|
112
|
+
@email.setter
|
113
|
+
def email(self, email):
|
114
|
+
"""
|
115
|
+
Sets the email of this Contact.
|
116
|
+
The email of the contact
|
117
|
+
|
118
|
+
|
119
|
+
:param email: The email of this Contact.
|
120
|
+
:type: str
|
121
|
+
"""
|
122
|
+
self._email = email
|
123
|
+
|
124
|
+
def __repr__(self):
|
125
|
+
return formatted_flat_dict(self)
|
126
|
+
|
127
|
+
def __eq__(self, other):
|
128
|
+
if other is None:
|
129
|
+
return False
|
130
|
+
|
131
|
+
return self.__dict__ == other.__dict__
|
132
|
+
|
133
|
+
def __ne__(self, other):
|
134
|
+
return not self == other
|