pulumi-oci 1.11.0a1695814503__py3-none-any.whl → 1.12.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.
- pulumi_oci/__init__.py +43 -0
- pulumi_oci/adm/_inputs.py +116 -23
- pulumi_oci/adm/get_knowledgebase.py +1 -1
- pulumi_oci/adm/get_knowledgebases.py +1 -1
- pulumi_oci/adm/get_vulnerability_audit.py +1 -1
- pulumi_oci/adm/get_vulnerability_audit_application_dependency_vulnerabilities.py +1 -1
- pulumi_oci/adm/get_vulnerability_audit_application_dependency_vulnerability.py +1 -1
- pulumi_oci/adm/get_vulnerability_audits.py +1 -1
- pulumi_oci/adm/knowledge_base.py +55 -13
- pulumi_oci/adm/outputs.py +469 -101
- pulumi_oci/adm/vulnerability_audit.py +119 -31
- pulumi_oci/aianomalydetection/_inputs.py +355 -84
- pulumi_oci/aianomalydetection/ai_private_endpoint.py +73 -19
- pulumi_oci/aianomalydetection/data_asset.py +84 -21
- pulumi_oci/aianomalydetection/detect_anomaly_job.py +98 -24
- pulumi_oci/aianomalydetection/get_ai_private_endpoint.py +1 -1
- pulumi_oci/aianomalydetection/get_ai_private_endpoints.py +1 -1
- pulumi_oci/aianomalydetection/get_detect_anomaly_job.py +1 -1
- pulumi_oci/aianomalydetection/get_detect_anomaly_jobs.py +1 -1
- pulumi_oci/aianomalydetection/get_detection_data_asset.py +1 -1
- pulumi_oci/aianomalydetection/get_detection_data_assets.py +1 -1
- pulumi_oci/aianomalydetection/get_detection_model.py +1 -1
- pulumi_oci/aianomalydetection/get_detection_models.py +1 -1
- pulumi_oci/aianomalydetection/get_detection_project.py +1 -1
- pulumi_oci/aianomalydetection/get_detection_projects.py +1 -1
- pulumi_oci/aianomalydetection/model.py +84 -21
- pulumi_oci/aianomalydetection/outputs.py +1189 -292
- pulumi_oci/aianomalydetection/project.py +61 -15
- pulumi_oci/aidocument/_inputs.py +315 -72
- pulumi_oci/aidocument/get_model.py +1 -1
- pulumi_oci/aidocument/get_models.py +1 -1
- pulumi_oci/aidocument/get_processor_job.py +1 -1
- pulumi_oci/aidocument/get_project.py +1 -1
- pulumi_oci/aidocument/get_projects.py +1 -1
- pulumi_oci/aidocument/model.py +154 -54
- pulumi_oci/aidocument/outputs.py +932 -210
- pulumi_oci/aidocument/processor_job.py +82 -17
- pulumi_oci/aidocument/project.py +64 -16
- pulumi_oci/ailanguage/_inputs.py +321 -68
- pulumi_oci/ailanguage/endpoint.py +79 -21
- pulumi_oci/ailanguage/get_endpoint.py +1 -1
- pulumi_oci/ailanguage/get_endpoints.py +1 -1
- pulumi_oci/ailanguage/get_model.py +1 -1
- pulumi_oci/ailanguage/get_model_evaluation_results.py +1 -1
- pulumi_oci/ailanguage/get_model_type.py +1 -1
- pulumi_oci/ailanguage/get_models.py +1 -1
- pulumi_oci/ailanguage/get_project.py +1 -1
- pulumi_oci/ailanguage/get_projects.py +1 -1
- pulumi_oci/ailanguage/model.py +109 -26
- pulumi_oci/ailanguage/outputs.py +1086 -239
- pulumi_oci/ailanguage/project.py +64 -16
- pulumi_oci/aivision/_inputs.py +99 -22
- pulumi_oci/aivision/get_model.py +1 -1
- pulumi_oci/aivision/get_models.py +1 -1
- pulumi_oci/aivision/get_project.py +1 -1
- pulumi_oci/aivision/get_projects.py +1 -1
- pulumi_oci/aivision/model.py +151 -40
- pulumi_oci/aivision/outputs.py +379 -92
- pulumi_oci/aivision/project.py +64 -16
- pulumi_oci/analytics/_inputs.py +100 -20
- pulumi_oci/analytics/analytics_instance.py +116 -30
- pulumi_oci/analytics/analytics_instance_private_access_channel.py +70 -18
- pulumi_oci/analytics/analytics_instance_vanity_url.py +61 -15
- pulumi_oci/analytics/get_analytics_instance.py +1 -1
- pulumi_oci/analytics/get_analytics_instance_private_access_channel.py +1 -1
- pulumi_oci/analytics/get_analytics_instances.py +1 -1
- pulumi_oci/analytics/outputs.py +295 -64
- pulumi_oci/announcementsservice/_inputs.py +56 -10
- pulumi_oci/announcementsservice/announcement_subscription.py +93 -24
- pulumi_oci/announcementsservice/announcement_subscriptions_actions_change_compartment.py +31 -5
- pulumi_oci/announcementsservice/announcement_subscriptions_filter_group.py +37 -7
- pulumi_oci/announcementsservice/get_announcement_subscription.py +1 -1
- pulumi_oci/announcementsservice/get_announcement_subscriptions.py +1 -1
- pulumi_oci/announcementsservice/outputs.py +170 -34
- pulumi_oci/apigateway/_inputs.py +1983 -398
- pulumi_oci/apigateway/api.py +67 -17
- pulumi_oci/apigateway/certificate.py +79 -21
- pulumi_oci/apigateway/deployment.py +81 -20
- pulumi_oci/apigateway/gateway.py +102 -27
- pulumi_oci/apigateway/get_api.py +1 -1
- pulumi_oci/apigateway/get_api_content.py +1 -1
- pulumi_oci/apigateway/get_api_deployment_specification.py +1 -1
- pulumi_oci/apigateway/get_api_validation.py +1 -1
- pulumi_oci/apigateway/get_apis.py +1 -1
- pulumi_oci/apigateway/get_certificate.py +1 -1
- pulumi_oci/apigateway/get_certificates.py +1 -1
- pulumi_oci/apigateway/get_deployment.py +1 -1
- pulumi_oci/apigateway/get_deployments.py +1 -1
- pulumi_oci/apigateway/get_gateway.py +1 -1
- pulumi_oci/apigateway/get_gateways.py +1 -1
- pulumi_oci/apigateway/get_subscriber.py +1 -1
- pulumi_oci/apigateway/get_subscribers.py +1 -1
- pulumi_oci/apigateway/get_usage_plan.py +1 -1
- pulumi_oci/apigateway/get_usage_plans.py +1 -1
- pulumi_oci/apigateway/outputs.py +7817 -1589
- pulumi_oci/apigateway/subscriber.py +67 -17
- pulumi_oci/apigateway/usage_plan.py +61 -15
- pulumi_oci/apm/_inputs.py +33 -7
- pulumi_oci/apm/apm_domain.py +67 -17
- pulumi_oci/apm/get_apm_domain.py +1 -1
- pulumi_oci/apm/get_apm_domains.py +1 -1
- pulumi_oci/apm/get_data_keys.py +1 -1
- pulumi_oci/apm/outputs.py +89 -21
- pulumi_oci/apmconfig/_inputs.py +96 -21
- pulumi_oci/apmconfig/config.py +130 -38
- pulumi_oci/apmconfig/get_config.py +1 -1
- pulumi_oci/apmconfig/get_configs.py +1 -1
- pulumi_oci/apmconfig/outputs.py +337 -78
- pulumi_oci/apmsynthetics/_inputs.py +446 -91
- pulumi_oci/apmsynthetics/config.py +163 -44
- pulumi_oci/apmsynthetics/dedicated_vantage_point.py +78 -19
- pulumi_oci/apmsynthetics/get_dedicated_vantage_point.py +1 -1
- pulumi_oci/apmsynthetics/get_dedicated_vantage_points.py +1 -1
- pulumi_oci/apmsynthetics/get_monitor.py +1 -1
- pulumi_oci/apmsynthetics/get_monitors.py +1 -1
- pulumi_oci/apmsynthetics/get_result.py +1 -1
- pulumi_oci/apmsynthetics/get_script.py +1 -1
- pulumi_oci/apmsynthetics/get_scripts.py +1 -1
- pulumi_oci/apmsynthetics/get_vantage_point.py +1 -1
- pulumi_oci/apmsynthetics/get_vantage_points.py +1 -1
- pulumi_oci/apmsynthetics/outputs.py +1520 -323
- pulumi_oci/apmsynthetics/script.py +82 -22
- pulumi_oci/apmtraces/_inputs.py +17 -4
- pulumi_oci/apmtraces/get_query_quick_picks.py +1 -1
- pulumi_oci/apmtraces/get_trace.py +1 -1
- pulumi_oci/apmtraces/get_trace_aggregated_snapshot_data.py +1 -1
- pulumi_oci/apmtraces/get_trace_snapshot_data.py +1 -1
- pulumi_oci/apmtraces/outputs.py +225 -50
- pulumi_oci/appmgmtcontrol/_inputs.py +17 -4
- pulumi_oci/appmgmtcontrol/get_monitored_instance.py +1 -1
- pulumi_oci/appmgmtcontrol/get_monitored_instances.py +1 -1
- pulumi_oci/appmgmtcontrol/monitor_plugin_management.py +40 -8
- pulumi_oci/appmgmtcontrol/outputs.py +61 -14
- pulumi_oci/artifacts/_inputs.py +94 -18
- pulumi_oci/artifacts/container_configuration.py +34 -6
- pulumi_oci/artifacts/container_image_signature.py +88 -24
- pulumi_oci/artifacts/container_repository.py +96 -25
- pulumi_oci/artifacts/generic_artifact.py +64 -16
- pulumi_oci/artifacts/get_container_configuration.py +1 -1
- pulumi_oci/artifacts/get_container_image.py +1 -1
- pulumi_oci/artifacts/get_container_image_signature.py +1 -1
- pulumi_oci/artifacts/get_container_images.py +1 -1
- pulumi_oci/artifacts/get_container_repositories.py +1 -1
- pulumi_oci/artifacts/get_container_repository.py +1 -1
- pulumi_oci/artifacts/get_container_signatures.py +1 -1
- pulumi_oci/artifacts/get_generic_artifact.py +1 -1
- pulumi_oci/artifacts/get_generic_artifacts.py +1 -1
- pulumi_oci/artifacts/get_repositories.py +1 -1
- pulumi_oci/artifacts/get_repository.py +1 -1
- pulumi_oci/artifacts/outputs.py +515 -121
- pulumi_oci/artifacts/repository.py +67 -17
- pulumi_oci/audit/_inputs.py +17 -4
- pulumi_oci/audit/configuration.py +31 -5
- pulumi_oci/audit/get_configuration.py +1 -1
- pulumi_oci/audit/get_events.py +1 -1
- pulumi_oci/audit/outputs.py +191 -48
- pulumi_oci/autoscaling/_inputs.py +167 -41
- pulumi_oci/autoscaling/auto_scaling_configuration.py +81 -33
- pulumi_oci/autoscaling/get_auto_scaling_configuration.py +1 -1
- pulumi_oci/autoscaling/get_auto_scaling_configurations.py +1 -1
- pulumi_oci/autoscaling/outputs.py +510 -111
- pulumi_oci/bastion/_inputs.py +71 -15
- pulumi_oci/bastion/bastion.py +109 -31
- pulumi_oci/bastion/get_bastion.py +1 -1
- pulumi_oci/bastion/get_bastions.py +1 -1
- pulumi_oci/bastion/get_session.py +1 -1
- pulumi_oci/bastion/get_sessions.py +1 -1
- pulumi_oci/bastion/outputs.py +266 -66
- pulumi_oci/bastion/session.py +89 -21
- pulumi_oci/bigdataservice/_inputs.py +866 -182
- pulumi_oci/bigdataservice/auto_scaling_configuration.py +80 -18
- pulumi_oci/bigdataservice/bds_instance.py +231 -60
- pulumi_oci/bigdataservice/bds_instance_api_key.py +64 -16
- pulumi_oci/bigdataservice/bds_instance_metastore_config.py +73 -19
- pulumi_oci/bigdataservice/bds_instance_patch_action.py +37 -7
- pulumi_oci/bigdataservice/get_auto_scaling_configuration.py +1 -1
- pulumi_oci/bigdataservice/get_auto_scaling_configurations.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_api_key.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_api_keys.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_get_os_patch.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_list_os_patches.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_metastore_config.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_metastore_configs.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_patch_histories.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_patches.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instances.py +1 -1
- pulumi_oci/bigdataservice/outputs.py +2639 -577
- pulumi_oci/blockchain/_inputs.py +197 -36
- pulumi_oci/blockchain/blockchain_platform.py +153 -44
- pulumi_oci/blockchain/get_blockchain_platform.py +1 -1
- pulumi_oci/blockchain/get_blockchain_platform_patches.py +1 -1
- pulumi_oci/blockchain/get_blockchain_platforms.py +1 -1
- pulumi_oci/blockchain/get_osn.py +1 -1
- pulumi_oci/blockchain/get_osns.py +1 -1
- pulumi_oci/blockchain/get_peer.py +1 -1
- pulumi_oci/blockchain/get_peers.py +1 -1
- pulumi_oci/blockchain/osn.py +48 -9
- pulumi_oci/blockchain/outputs.py +674 -132
- pulumi_oci/blockchain/peer.py +63 -14
- pulumi_oci/budget/_inputs.py +33 -7
- pulumi_oci/budget/budget.py +127 -40
- pulumi_oci/budget/get_alert_rule.py +1 -1
- pulumi_oci/budget/get_alert_rules.py +1 -1
- pulumi_oci/budget/get_budget.py +1 -1
- pulumi_oci/budget/get_budgets.py +1 -1
- pulumi_oci/budget/outputs.py +161 -45
- pulumi_oci/budget/rule.py +91 -25
- pulumi_oci/certificatesmanagement/_inputs.py +662 -156
- pulumi_oci/certificatesmanagement/ca_bundle.py +64 -16
- pulumi_oci/certificatesmanagement/certificate.py +102 -27
- pulumi_oci/certificatesmanagement/certificate_authority.py +110 -28
- pulumi_oci/certificatesmanagement/get_association.py +1 -1
- pulumi_oci/certificatesmanagement/get_associations.py +1 -1
- pulumi_oci/certificatesmanagement/get_ca_bundle.py +1 -1
- pulumi_oci/certificatesmanagement/get_ca_bundles.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificate.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificate_authorities.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificate_authority.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificate_authority_version.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificate_authority_versions.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificate_version.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificate_versions.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificates.py +1 -1
- pulumi_oci/certificatesmanagement/outputs.py +2271 -536
- pulumi_oci/cloudbridge/_inputs.py +488 -112
- pulumi_oci/cloudbridge/agent.py +97 -27
- pulumi_oci/cloudbridge/agent_dependency.py +100 -28
- pulumi_oci/cloudbridge/agent_plugin.py +64 -16
- pulumi_oci/cloudbridge/asset.py +129 -31
- pulumi_oci/cloudbridge/asset_source.py +131 -35
- pulumi_oci/cloudbridge/discovery_schedule.py +64 -16
- pulumi_oci/cloudbridge/environment.py +58 -14
- pulumi_oci/cloudbridge/get_agent.py +1 -1
- pulumi_oci/cloudbridge/get_agent_dependencies.py +1 -1
- pulumi_oci/cloudbridge/get_agent_dependency.py +1 -1
- pulumi_oci/cloudbridge/get_agent_plugin.py +1 -1
- pulumi_oci/cloudbridge/get_agents.py +1 -1
- pulumi_oci/cloudbridge/get_appliance_image.py +1 -1
- pulumi_oci/cloudbridge/get_appliance_images.py +1 -1
- pulumi_oci/cloudbridge/get_asset.py +1 -1
- pulumi_oci/cloudbridge/get_asset_source.py +1 -1
- pulumi_oci/cloudbridge/get_asset_sources.py +1 -1
- pulumi_oci/cloudbridge/get_assets.py +1 -1
- pulumi_oci/cloudbridge/get_discovery_schedule.py +1 -1
- pulumi_oci/cloudbridge/get_discovery_schedules.py +1 -1
- pulumi_oci/cloudbridge/get_environment.py +1 -1
- pulumi_oci/cloudbridge/get_environments.py +1 -1
- pulumi_oci/cloudbridge/get_inventories.py +1 -1
- pulumi_oci/cloudbridge/get_inventory.py +1 -1
- pulumi_oci/cloudbridge/inventory.py +58 -14
- pulumi_oci/cloudbridge/outputs.py +1748 -427
- pulumi_oci/cloudguard/_inputs.py +1352 -316
- pulumi_oci/cloudguard/cloud_guard_configuration.py +43 -9
- pulumi_oci/cloudguard/cloud_guard_data_source.py +81 -20
- pulumi_oci/cloudguard/data_mask_rule.py +96 -25
- pulumi_oci/cloudguard/detector_recipe.py +88 -24
- pulumi_oci/cloudguard/get_cloud_guard_configuration.py +1 -1
- pulumi_oci/cloudguard/get_data_mask_rule.py +1 -1
- pulumi_oci/cloudguard/get_data_mask_rules.py +1 -1
- pulumi_oci/cloudguard/get_data_source.py +1 -1
- pulumi_oci/cloudguard/get_data_source_event.py +1 -1
- pulumi_oci/cloudguard/get_data_source_events.py +1 -1
- pulumi_oci/cloudguard/get_data_sources.py +1 -1
- pulumi_oci/cloudguard/get_detector_recipe.py +1 -1
- pulumi_oci/cloudguard/get_detector_recipes.py +1 -1
- pulumi_oci/cloudguard/get_guard_target.py +1 -1
- pulumi_oci/cloudguard/get_guard_targets.py +1 -1
- pulumi_oci/cloudguard/get_managed_list.py +1 -1
- pulumi_oci/cloudguard/get_managed_lists.py +1 -1
- pulumi_oci/cloudguard/get_problem_entities.py +1 -1
- pulumi_oci/cloudguard/get_problem_entity.py +1 -1
- pulumi_oci/cloudguard/get_responder_recipe.py +1 -1
- pulumi_oci/cloudguard/get_responder_recipes.py +1 -1
- pulumi_oci/cloudguard/get_security_policies.py +1 -1
- pulumi_oci/cloudguard/get_security_policy.py +1 -1
- pulumi_oci/cloudguard/get_security_recipe.py +1 -1
- pulumi_oci/cloudguard/get_security_recipes.py +1 -1
- pulumi_oci/cloudguard/get_security_zone.py +1 -1
- pulumi_oci/cloudguard/get_security_zones.py +1 -1
- pulumi_oci/cloudguard/managed_list.py +88 -24
- pulumi_oci/cloudguard/outputs.py +4456 -1066
- pulumi_oci/cloudguard/responder_recipe.py +82 -22
- pulumi_oci/cloudguard/security_recipe.py +70 -18
- pulumi_oci/cloudguard/security_zone.py +73 -19
- pulumi_oci/cloudguard/target.py +100 -28
- pulumi_oci/cloudmigrations/_inputs.py +1111 -259
- pulumi_oci/cloudmigrations/get_migration.py +1 -1
- pulumi_oci/cloudmigrations/get_migration_asset.py +1 -1
- pulumi_oci/cloudmigrations/get_migration_assets.py +1 -1
- pulumi_oci/cloudmigrations/get_migration_plan.py +1 -1
- pulumi_oci/cloudmigrations/get_migration_plan_available_shape.py +1 -1
- pulumi_oci/cloudmigrations/get_migration_plan_available_shapes.py +1 -1
- pulumi_oci/cloudmigrations/get_migration_plans.py +1 -1
- pulumi_oci/cloudmigrations/get_migrations.py +1 -1
- pulumi_oci/cloudmigrations/get_replication_schedule.py +1 -1
- pulumi_oci/cloudmigrations/get_replication_schedules.py +1 -1
- pulumi_oci/cloudmigrations/get_target_asset.py +1 -1
- pulumi_oci/cloudmigrations/get_target_assets.py +1 -1
- pulumi_oci/cloudmigrations/migration.py +70 -18
- pulumi_oci/cloudmigrations/migration_asset.py +103 -29
- pulumi_oci/cloudmigrations/migration_plan.py +91 -25
- pulumi_oci/cloudmigrations/outputs.py +3596 -861
- pulumi_oci/cloudmigrations/replication_schedule.py +64 -16
- pulumi_oci/cloudmigrations/target_asset.py +105 -28
- pulumi_oci/computecloud/__init__.py +15 -0
- pulumi_oci/computecloud/_inputs.py +927 -0
- pulumi_oci/computecloud/at_customer_ccc_infrastructure.py +1004 -0
- pulumi_oci/computecloud/at_customer_ccc_upgrade_schedule.py +703 -0
- pulumi_oci/computecloud/get_at_customer_ccc_infrastructure.py +368 -0
- pulumi_oci/computecloud/get_at_customer_ccc_infrastructures.py +244 -0
- pulumi_oci/computecloud/get_at_customer_ccc_upgrade_schedule.py +264 -0
- pulumi_oci/computecloud/get_at_customer_ccc_upgrade_schedules.py +244 -0
- pulumi_oci/computecloud/outputs.py +2650 -0
- pulumi_oci/computeinstanceagent/_inputs.py +33 -7
- pulumi_oci/computeinstanceagent/get_instance_agent_plugin.py +1 -1
- pulumi_oci/computeinstanceagent/get_instance_agent_plugins.py +1 -1
- pulumi_oci/computeinstanceagent/get_instance_available_plugin.py +1 -1
- pulumi_oci/computeinstanceagent/outputs.py +71 -15
- pulumi_oci/config/vars.py +1 -1
- pulumi_oci/containerengine/_inputs.py +1033 -219
- pulumi_oci/containerengine/addon.py +61 -15
- pulumi_oci/containerengine/cluster.py +121 -30
- pulumi_oci/containerengine/cluster_complete_credential_rotation_management.py +25 -3
- pulumi_oci/containerengine/cluster_start_credential_rotation_management.py +31 -5
- pulumi_oci/containerengine/cluster_workload_mapping.py +58 -14
- pulumi_oci/containerengine/container_instance.py +143 -39
- pulumi_oci/containerengine/get_addon.py +1 -1
- pulumi_oci/containerengine/get_addon_options.py +1 -1
- pulumi_oci/containerengine/get_addons.py +1 -1
- pulumi_oci/containerengine/get_cluster_credential_rotation_status.py +1 -1
- pulumi_oci/containerengine/get_cluster_kube_config.py +1 -1
- pulumi_oci/containerengine/get_cluster_option.py +1 -1
- pulumi_oci/containerengine/get_cluster_workload_mapping.py +1 -1
- pulumi_oci/containerengine/get_cluster_workload_mappings.py +1 -1
- pulumi_oci/containerengine/get_clusters.py +1 -1
- pulumi_oci/containerengine/get_migrate_to_native_vcn_status.py +1 -1
- pulumi_oci/containerengine/get_node_pool.py +1 -1
- pulumi_oci/containerengine/get_node_pool_option.py +1 -1
- pulumi_oci/containerengine/get_node_pools.py +1 -1
- pulumi_oci/containerengine/get_pod_shapes.py +1 -1
- pulumi_oci/containerengine/get_virtual_node_pool.py +1 -1
- pulumi_oci/containerengine/get_virtual_node_pools.py +1 -1
- pulumi_oci/containerengine/get_work_request_errors.py +1 -1
- pulumi_oci/containerengine/get_work_request_log_entries.py +1 -1
- pulumi_oci/containerengine/get_work_requests.py +1 -1
- pulumi_oci/containerengine/node_pool.py +170 -49
- pulumi_oci/containerengine/outputs.py +2481 -536
- pulumi_oci/containerengine/virtual_node_pool.py +119 -31
- pulumi_oci/containerinstances/_inputs.py +33 -7
- pulumi_oci/containerinstances/get_container_instance.py +1 -1
- pulumi_oci/containerinstances/get_container_instance_shape.py +1 -1
- pulumi_oci/containerinstances/get_container_instance_shapes.py +1 -1
- pulumi_oci/containerinstances/get_container_instances.py +1 -1
- pulumi_oci/containerinstances/outputs.py +935 -226
- pulumi_oci/core/_inputs.py +4772 -994
- pulumi_oci/core/app_catalog_listing_resource_version_agreement.py +43 -9
- pulumi_oci/core/app_catalog_subscription.py +76 -20
- pulumi_oci/core/boot_volume.py +132 -40
- pulumi_oci/core/boot_volume_backup.py +102 -27
- pulumi_oci/core/capture_filter.py +61 -15
- pulumi_oci/core/cluster_network.py +86 -20
- pulumi_oci/core/compute_capacity_report.py +40 -8
- pulumi_oci/core/compute_capacity_reservation.py +76 -20
- pulumi_oci/core/compute_cluster.py +55 -13
- pulumi_oci/core/compute_image_capability_schema.py +67 -17
- pulumi_oci/core/console_history.py +55 -13
- pulumi_oci/core/cpe.py +64 -16
- pulumi_oci/core/cross_connect.py +111 -30
- pulumi_oci/core/cross_connect_group.py +72 -17
- pulumi_oci/core/dedicated_vm_host.py +79 -21
- pulumi_oci/core/default_dhcp_options.py +67 -17
- pulumi_oci/core/default_route_table.py +61 -15
- pulumi_oci/core/default_security_list.py +67 -17
- pulumi_oci/core/dhcp_options.py +67 -17
- pulumi_oci/core/drg.py +58 -14
- pulumi_oci/core/drg_attachment.py +96 -25
- pulumi_oci/core/drg_attachment_management.py +111 -30
- pulumi_oci/core/drg_attachments_list.py +40 -8
- pulumi_oci/core/drg_route_distribution.py +58 -14
- pulumi_oci/core/drg_route_distribution_statement.py +48 -9
- pulumi_oci/core/drg_route_table.py +70 -18
- pulumi_oci/core/drg_route_table_route_rule.py +58 -14
- pulumi_oci/core/get_app_catalog_listing.py +1 -1
- pulumi_oci/core/get_app_catalog_listing_resource_version.py +1 -1
- pulumi_oci/core/get_app_catalog_listing_resource_versions.py +1 -1
- pulumi_oci/core/get_app_catalog_listings.py +1 -1
- pulumi_oci/core/get_app_catalog_subscriptions.py +1 -1
- pulumi_oci/core/get_block_volume_replica.py +1 -1
- pulumi_oci/core/get_block_volume_replicas.py +1 -1
- pulumi_oci/core/get_boot_volume.py +1 -1
- pulumi_oci/core/get_boot_volume_attachments.py +1 -1
- pulumi_oci/core/get_boot_volume_backup.py +1 -1
- pulumi_oci/core/get_boot_volume_backups.py +1 -1
- pulumi_oci/core/get_boot_volume_replica.py +1 -1
- pulumi_oci/core/get_boot_volume_replicas.py +1 -1
- pulumi_oci/core/get_boot_volumes.py +1 -1
- pulumi_oci/core/get_byoip_allocated_ranges.py +1 -1
- pulumi_oci/core/get_byoip_range.py +1 -1
- pulumi_oci/core/get_byoip_ranges.py +1 -1
- pulumi_oci/core/get_capture_filter.py +1 -1
- pulumi_oci/core/get_capture_filters.py +1 -1
- pulumi_oci/core/get_cluster_network.py +1 -1
- pulumi_oci/core/get_cluster_network_instances.py +1 -1
- pulumi_oci/core/get_cluster_networks.py +1 -1
- pulumi_oci/core/get_cnv_dns_resolver_association.py +1 -1
- pulumi_oci/core/get_compute_capacity_reservation.py +1 -1
- pulumi_oci/core/get_compute_capacity_reservation_instance_shapes.py +1 -1
- pulumi_oci/core/get_compute_capacity_reservation_instances.py +1 -1
- pulumi_oci/core/get_compute_capacity_reservations.py +1 -1
- pulumi_oci/core/get_compute_cluster.py +1 -1
- pulumi_oci/core/get_compute_clusters.py +1 -1
- pulumi_oci/core/get_compute_global_image_capability_schema.py +1 -1
- pulumi_oci/core/get_compute_global_image_capability_schemas.py +1 -1
- pulumi_oci/core/get_compute_global_image_capability_schemas_version.py +1 -1
- pulumi_oci/core/get_compute_global_image_capability_schemas_versions.py +1 -1
- pulumi_oci/core/get_compute_image_capability_schema.py +1 -1
- pulumi_oci/core/get_compute_image_capability_schemas.py +1 -1
- pulumi_oci/core/get_console_histories.py +1 -1
- pulumi_oci/core/get_console_history_data.py +1 -1
- pulumi_oci/core/get_cpe_device_shape.py +1 -1
- pulumi_oci/core/get_cpe_device_shapes.py +1 -1
- pulumi_oci/core/get_cpes.py +1 -1
- pulumi_oci/core/get_cross_connect.py +1 -1
- pulumi_oci/core/get_cross_connect_group.py +1 -1
- pulumi_oci/core/get_cross_connect_groups.py +1 -1
- pulumi_oci/core/get_cross_connect_locations.py +1 -1
- pulumi_oci/core/get_cross_connect_port_speed_shape.py +1 -1
- pulumi_oci/core/get_cross_connect_status.py +1 -1
- pulumi_oci/core/get_cross_connects.py +1 -1
- pulumi_oci/core/get_dedicated_vm_host.py +1 -1
- pulumi_oci/core/get_dedicated_vm_host_instance_shapes.py +1 -1
- pulumi_oci/core/get_dedicated_vm_host_instances.py +1 -1
- pulumi_oci/core/get_dedicated_vm_host_shapes.py +1 -1
- pulumi_oci/core/get_dedicated_vm_hosts.py +1 -1
- pulumi_oci/core/get_dhcp_options.py +1 -1
- pulumi_oci/core/get_drg_attachments.py +1 -1
- pulumi_oci/core/get_drg_route_distribution.py +1 -1
- pulumi_oci/core/get_drg_route_distribution_statements.py +1 -1
- pulumi_oci/core/get_drg_route_distributions.py +1 -1
- pulumi_oci/core/get_drg_route_rule.py +1 -1
- pulumi_oci/core/get_drg_route_table_route_rules.py +1 -1
- pulumi_oci/core/get_drg_route_tables.py +1 -1
- pulumi_oci/core/get_drgs.py +1 -1
- pulumi_oci/core/get_fast_connect_provider_service.py +1 -1
- pulumi_oci/core/get_fast_connect_provider_service_key.py +1 -1
- pulumi_oci/core/get_fast_connect_provider_services.py +1 -1
- pulumi_oci/core/get_image.py +1 -1
- pulumi_oci/core/get_image_shape.py +1 -1
- pulumi_oci/core/get_image_shapes.py +1 -1
- pulumi_oci/core/get_images.py +1 -1
- pulumi_oci/core/get_instance.py +1 -1
- pulumi_oci/core/get_instance_configuration.py +1 -1
- pulumi_oci/core/get_instance_configurations.py +1 -1
- pulumi_oci/core/get_instance_console_connections.py +1 -1
- pulumi_oci/core/get_instance_credentials.py +1 -1
- pulumi_oci/core/get_instance_devices.py +1 -1
- pulumi_oci/core/get_instance_maintenance_reboot.py +1 -1
- pulumi_oci/core/get_instance_measured_boot_report.py +1 -1
- pulumi_oci/core/get_instance_pool.py +1 -1
- pulumi_oci/core/get_instance_pool_instances.py +1 -1
- pulumi_oci/core/get_instance_pool_load_balancer_attachment.py +1 -1
- pulumi_oci/core/get_instance_pools.py +1 -1
- pulumi_oci/core/get_instances.py +1 -1
- pulumi_oci/core/get_internet_gateways.py +1 -1
- pulumi_oci/core/get_ipsec_algorithm.py +21 -1
- pulumi_oci/core/get_ipsec_config.py +1 -1
- pulumi_oci/core/get_ipsec_connection_tunnel.py +1 -1
- pulumi_oci/core/get_ipsec_connection_tunnel_error.py +1 -1
- pulumi_oci/core/get_ipsec_connection_tunnel_routes.py +1 -1
- pulumi_oci/core/get_ipsec_connection_tunnels.py +1 -1
- pulumi_oci/core/get_ipsec_connections.py +1 -1
- pulumi_oci/core/get_ipsec_status.py +1 -1
- pulumi_oci/core/get_ipv6.py +1 -1
- pulumi_oci/core/get_ipv6s.py +1 -1
- pulumi_oci/core/get_letter_of_authority.py +1 -1
- pulumi_oci/core/get_listing_resource_version.py +1 -1
- pulumi_oci/core/get_listing_resource_versions.py +1 -1
- pulumi_oci/core/get_local_peering_gateways.py +1 -1
- pulumi_oci/core/get_nat_gateway.py +1 -1
- pulumi_oci/core/get_nat_gateways.py +1 -1
- pulumi_oci/core/get_network_security_group.py +1 -1
- pulumi_oci/core/get_network_security_group_security_rules.py +1 -1
- pulumi_oci/core/get_network_security_group_vnics.py +1 -1
- pulumi_oci/core/get_network_security_groups.py +1 -1
- pulumi_oci/core/get_peer_region_for_remote_peerings.py +1 -1
- pulumi_oci/core/get_private_ip.py +1 -1
- pulumi_oci/core/get_private_ips.py +1 -1
- pulumi_oci/core/get_public_ip.py +1 -1
- pulumi_oci/core/get_public_ip_pool.py +1 -1
- pulumi_oci/core/get_public_ip_pools.py +1 -1
- pulumi_oci/core/get_public_ips.py +1 -1
- pulumi_oci/core/get_remote_peering_connections.py +1 -1
- pulumi_oci/core/get_route_tables.py +1 -1
- pulumi_oci/core/get_security_lists.py +1 -1
- pulumi_oci/core/get_service_gateways.py +1 -1
- pulumi_oci/core/get_services.py +1 -1
- pulumi_oci/core/get_shape.py +1 -1
- pulumi_oci/core/get_shapes.py +1 -1
- pulumi_oci/core/get_subnet.py +1 -1
- pulumi_oci/core/get_subnets.py +1 -1
- pulumi_oci/core/get_tunnel_security_associations.py +1 -1
- pulumi_oci/core/get_vcn.py +1 -1
- pulumi_oci/core/get_vcns.py +1 -1
- pulumi_oci/core/get_virtual_circuit.py +1 -1
- pulumi_oci/core/get_virtual_circuit_associated_tunnels.py +1 -1
- pulumi_oci/core/get_virtual_circuit_bandwidth_shapes.py +1 -1
- pulumi_oci/core/get_virtual_circuit_public_prefixes.py +1 -1
- pulumi_oci/core/get_virtual_circuits.py +1 -1
- pulumi_oci/core/get_virtual_networks.py +1 -1
- pulumi_oci/core/get_vlan.py +1 -1
- pulumi_oci/core/get_vlans.py +1 -1
- pulumi_oci/core/get_vnic.py +1 -1
- pulumi_oci/core/get_vnic_attachments.py +1 -1
- pulumi_oci/core/get_volume.py +1 -1
- pulumi_oci/core/get_volume_attachments.py +1 -1
- pulumi_oci/core/get_volume_backup_policies.py +1 -1
- pulumi_oci/core/get_volume_backup_policy_assignments.py +1 -1
- pulumi_oci/core/get_volume_backups.py +1 -1
- pulumi_oci/core/get_volume_group_backups.py +1 -1
- pulumi_oci/core/get_volume_group_replica.py +1 -1
- pulumi_oci/core/get_volume_group_replicas.py +1 -1
- pulumi_oci/core/get_volume_groups.py +1 -1
- pulumi_oci/core/get_volumes.py +1 -1
- pulumi_oci/core/get_vtap.py +1 -1
- pulumi_oci/core/get_vtaps.py +1 -1
- pulumi_oci/core/image.py +99 -26
- pulumi_oci/core/instance.py +277 -94
- pulumi_oci/core/instance_configuration.py +72 -17
- pulumi_oci/core/instance_console_connection.py +61 -15
- pulumi_oci/core/instance_pool.py +91 -25
- pulumi_oci/core/instance_pool_instance.py +73 -19
- pulumi_oci/core/internet_gateway.py +67 -17
- pulumi_oci/core/ipsec.py +82 -22
- pulumi_oci/core/ipsec_connection_tunnel_management.py +120 -33
- pulumi_oci/core/ipv6.py +67 -17
- pulumi_oci/core/listing_resource_version_agreement.py +127 -11
- pulumi_oci/core/local_peering_gateway.py +82 -22
- pulumi_oci/core/nat_gateway.py +76 -20
- pulumi_oci/core/network_security_group.py +55 -13
- pulumi_oci/core/network_security_group_security_rule.py +112 -27
- pulumi_oci/core/outputs.py +14633 -3342
- pulumi_oci/core/private_ip.py +79 -21
- pulumi_oci/core/public_ip.py +82 -22
- pulumi_oci/core/public_ip_pool.py +52 -12
- pulumi_oci/core/public_ip_pool_capacity.py +37 -7
- pulumi_oci/core/remote_peering_connection.py +76 -20
- pulumi_oci/core/route_table.py +61 -15
- pulumi_oci/core/route_table_attachment.py +31 -5
- pulumi_oci/core/security_list.py +67 -17
- pulumi_oci/core/service_gateway.py +70 -18
- pulumi_oci/core/shape_management.py +37 -7
- pulumi_oci/core/subnet.py +127 -37
- pulumi_oci/core/vcn.py +137 -59
- pulumi_oci/core/virtual_circuit.py +160 -51
- pulumi_oci/core/virtual_network.py +109 -31
- pulumi_oci/core/vlan.py +85 -23
- pulumi_oci/core/vnic_attachment.py +72 -17
- pulumi_oci/core/volume.py +138 -45
- pulumi_oci/core/volume_attachment.py +124 -39
- pulumi_oci/core/volume_backup.py +105 -28
- pulumi_oci/core/volume_backup_policy.py +58 -14
- pulumi_oci/core/volume_backup_policy_assignment.py +34 -6
- pulumi_oci/core/volume_group.py +105 -28
- pulumi_oci/core/volume_group_backup.py +99 -26
- pulumi_oci/core/vtap.py +136 -40
- pulumi_oci/database/_inputs.py +3681 -752
- pulumi_oci/database/application_vip.py +67 -17
- pulumi_oci/database/autonomous_container_database.py +280 -83
- pulumi_oci/database/autonomous_container_database_dataguard_association.py +88 -24
- pulumi_oci/database/autonomous_container_database_dataguard_association_operation.py +37 -7
- pulumi_oci/database/autonomous_container_database_dataguard_role_change.py +43 -9
- pulumi_oci/database/autonomous_database.py +752 -247
- pulumi_oci/database/autonomous_database_backup.py +105 -28
- pulumi_oci/database/autonomous_database_instance_wallet_management.py +43 -9
- pulumi_oci/database/autonomous_database_regional_wallet_management.py +37 -7
- pulumi_oci/database/autonomous_database_wallet.py +54 -18
- pulumi_oci/database/autonomous_exadata_infrastructure.py +123 -37
- pulumi_oci/database/autonomous_vm_cluster.py +193 -59
- pulumi_oci/database/autonomous_vm_cluster_ords_certificate_management.py +49 -11
- pulumi_oci/database/autonomous_vm_cluster_ssl_certificate_management.py +49 -11
- pulumi_oci/database/backup.py +79 -21
- pulumi_oci/database/backup_cancel_management.py +31 -5
- pulumi_oci/database/backup_destination.py +99 -29
- pulumi_oci/database/cloud_autonomous_vm_cluster.py +243 -74
- pulumi_oci/database/cloud_database_management.py +84 -21
- pulumi_oci/database/cloud_exadata_infrastructure.py +147 -42
- pulumi_oci/database/cloud_vm_cluster.py +255 -78
- pulumi_oci/database/cloud_vm_cluster_iorm_config.py +43 -9
- pulumi_oci/database/data_guard_association.py +249 -76
- pulumi_oci/database/database.py +159 -46
- pulumi_oci/database/database_software_image.py +103 -29
- pulumi_oci/database/database_upgrade.py +129 -36
- pulumi_oci/database/db_home.py +120 -33
- pulumi_oci/database/db_node.py +100 -28
- pulumi_oci/database/db_node_console_connection.py +61 -15
- pulumi_oci/database/db_system.py +303 -89
- pulumi_oci/database/db_systems_upgrade.py +181 -55
- pulumi_oci/database/exadata_infrastructure.py +248 -74
- pulumi_oci/database/exadata_infrastructure_compute.py +166 -50
- pulumi_oci/database/exadata_infrastructure_storage.py +195 -58
- pulumi_oci/database/exadata_iorm_config.py +43 -9
- pulumi_oci/database/external_container_database.py +85 -23
- pulumi_oci/database/external_container_database_management.py +43 -9
- pulumi_oci/database/external_container_databases_stack_monitoring.py +37 -7
- pulumi_oci/database/external_database_connector.py +95 -23
- pulumi_oci/database/external_non_container_database.py +88 -24
- pulumi_oci/database/external_non_container_database_management.py +43 -9
- pulumi_oci/database/external_non_container_database_operations_insights_management.py +37 -7
- pulumi_oci/database/external_non_container_databases_stack_monitoring.py +37 -7
- pulumi_oci/database/external_pluggable_database.py +100 -28
- pulumi_oci/database/external_pluggable_database_management.py +37 -7
- pulumi_oci/database/external_pluggable_database_operations_insights_management.py +37 -7
- pulumi_oci/database/external_pluggable_databases_stack_monitoring.py +37 -7
- pulumi_oci/database/get_application_vip.py +1 -1
- pulumi_oci/database/get_application_vips.py +1 -1
- pulumi_oci/database/get_autonomous_character_sets.py +21 -4
- pulumi_oci/database/get_autonomous_container_database.py +4 -2
- pulumi_oci/database/get_autonomous_container_database_dataguard_association.py +1 -1
- pulumi_oci/database/get_autonomous_container_database_dataguard_associations.py +1 -1
- pulumi_oci/database/get_autonomous_container_database_resource_usage.py +1 -1
- pulumi_oci/database/get_autonomous_container_database_versions.py +1 -1
- pulumi_oci/database/get_autonomous_container_databases.py +1 -2
- pulumi_oci/database/get_autonomous_container_patches.py +1 -1
- pulumi_oci/database/get_autonomous_database.py +41 -2
- pulumi_oci/database/get_autonomous_database_backup.py +1 -1
- pulumi_oci/database/get_autonomous_database_backups.py +1 -1
- pulumi_oci/database/get_autonomous_database_dataguard_association.py +1 -1
- pulumi_oci/database/get_autonomous_database_dataguard_associations.py +1 -1
- pulumi_oci/database/get_autonomous_database_instance_wallet_management.py +1 -1
- pulumi_oci/database/get_autonomous_database_refreshable_clones.py +1 -1
- pulumi_oci/database/get_autonomous_database_regional_wallet_management.py +21 -1
- pulumi_oci/database/get_autonomous_database_wallet.py +3 -3
- pulumi_oci/database/get_autonomous_databases.py +39 -2
- pulumi_oci/database/get_autonomous_databases_clones.py +1 -1
- pulumi_oci/database/get_autonomous_db_preview_versions.py +3 -3
- pulumi_oci/database/get_autonomous_db_versions.py +1 -1
- pulumi_oci/database/get_autonomous_exadata_infrastructure.py +1 -1
- pulumi_oci/database/get_autonomous_exadata_infrastructure_ocpu.py +1 -1
- pulumi_oci/database/get_autonomous_exadata_infrastructure_shapes.py +1 -1
- pulumi_oci/database/get_autonomous_exadata_infrastructures.py +1 -1
- pulumi_oci/database/get_autonomous_patch.py +1 -1
- pulumi_oci/database/get_autonomous_virtual_machine.py +1 -1
- pulumi_oci/database/get_autonomous_virtual_machines.py +1 -1
- pulumi_oci/database/get_autonomous_vm_cluster.py +1 -1
- pulumi_oci/database/get_autonomous_vm_clusters.py +1 -1
- pulumi_oci/database/get_backup_destination.py +1 -1
- pulumi_oci/database/get_backup_destinations.py +1 -1
- pulumi_oci/database/get_backups.py +1 -1
- pulumi_oci/database/get_cloud_autonomous_vm_cluster.py +1 -1
- pulumi_oci/database/get_cloud_autonomous_vm_cluster_acd_resource_usages.py +1 -1
- pulumi_oci/database/get_cloud_autonomous_vm_cluster_resource_usage.py +1 -1
- pulumi_oci/database/get_cloud_autonomous_vm_clusters.py +1 -1
- pulumi_oci/database/get_cloud_exadata_infrastructure.py +1 -1
- pulumi_oci/database/get_cloud_exadata_infrastructure_un_allocated_resource.py +1 -1
- pulumi_oci/database/get_cloud_exadata_infrastructures.py +1 -1
- pulumi_oci/database/get_cloud_vm_cluster.py +1 -1
- pulumi_oci/database/get_cloud_vm_cluster_iorm_config.py +1 -1
- pulumi_oci/database/get_cloud_vm_clusters.py +1 -1
- pulumi_oci/database/get_data_guard_association.py +1 -1
- pulumi_oci/database/get_data_guard_associations.py +1 -1
- pulumi_oci/database/get_database.py +1 -1
- pulumi_oci/database/get_database_maintenance_run_histories.py +2 -2
- pulumi_oci/database/get_database_maintenance_run_history.py +1 -1
- pulumi_oci/database/get_database_pdb_conversion_history_entries.py +1 -1
- pulumi_oci/database/get_database_pdb_conversion_history_entry.py +1 -1
- pulumi_oci/database/get_database_software_image.py +1 -1
- pulumi_oci/database/get_database_software_images.py +1 -1
- pulumi_oci/database/get_database_upgrade_history_entries.py +1 -1
- pulumi_oci/database/get_database_upgrade_history_entry.py +1 -1
- pulumi_oci/database/get_databases.py +1 -1
- pulumi_oci/database/get_db_home.py +1 -1
- pulumi_oci/database/get_db_home_patch_history_entries.py +1 -1
- pulumi_oci/database/get_db_home_patches.py +1 -1
- pulumi_oci/database/get_db_homes.py +1 -1
- pulumi_oci/database/get_db_node.py +1 -1
- pulumi_oci/database/get_db_node_console_connection.py +1 -1
- pulumi_oci/database/get_db_node_console_connections.py +1 -1
- pulumi_oci/database/get_db_nodes.py +1 -1
- pulumi_oci/database/get_db_server.py +1 -1
- pulumi_oci/database/get_db_servers.py +1 -1
- pulumi_oci/database/get_db_system_compute_performances.py +1 -1
- pulumi_oci/database/get_db_system_history_entries.py +1 -1
- pulumi_oci/database/get_db_system_patches.py +1 -1
- pulumi_oci/database/get_db_system_shapes.py +1 -1
- pulumi_oci/database/get_db_system_storage_performances.py +1 -1
- pulumi_oci/database/get_db_systems.py +1 -1
- pulumi_oci/database/get_db_systems_upgrade_history_entries.py +1 -1
- pulumi_oci/database/get_db_systems_upgrade_history_entry.py +1 -1
- pulumi_oci/database/get_db_versions.py +1 -1
- pulumi_oci/database/get_exadata_infrastructure.py +1 -1
- pulumi_oci/database/get_exadata_infrastructure_download_config_file.py +1 -1
- pulumi_oci/database/get_exadata_infrastructure_un_allocated_resource.py +1 -1
- pulumi_oci/database/get_exadata_infrastructures.py +1 -1
- pulumi_oci/database/get_exadata_iorm_config.py +1 -1
- pulumi_oci/database/get_external_container_database.py +1 -1
- pulumi_oci/database/get_external_container_databases.py +1 -1
- pulumi_oci/database/get_external_database_connector.py +1 -1
- pulumi_oci/database/get_external_database_connectors.py +1 -1
- pulumi_oci/database/get_external_non_container_database.py +1 -1
- pulumi_oci/database/get_external_non_container_databases.py +1 -1
- pulumi_oci/database/get_external_pluggable_database.py +1 -1
- pulumi_oci/database/get_external_pluggable_databases.py +1 -1
- pulumi_oci/database/get_flex_components.py +1 -1
- pulumi_oci/database/get_gi_versions.py +1 -1
- pulumi_oci/database/get_infrastructure_target_version.py +1 -1
- pulumi_oci/database/get_key_store.py +1 -1
- pulumi_oci/database/get_key_stores.py +1 -1
- pulumi_oci/database/get_maintenance_run.py +2 -2
- pulumi_oci/database/get_maintenance_runs.py +2 -2
- pulumi_oci/database/get_managed_preferred_credential.py +1 -1
- pulumi_oci/database/get_managed_preferred_credentials.py +1 -1
- pulumi_oci/database/get_oneoff_patch.py +1 -1
- pulumi_oci/database/get_oneoff_patches.py +1 -1
- pulumi_oci/database/get_pluggable_database.py +1 -1
- pulumi_oci/database/get_pluggable_databases.py +1 -1
- pulumi_oci/database/get_vm_cluster.py +1 -1
- pulumi_oci/database/get_vm_cluster_network.py +1 -1
- pulumi_oci/database/get_vm_cluster_network_download_config_file.py +1 -1
- pulumi_oci/database/get_vm_cluster_networks.py +1 -1
- pulumi_oci/database/get_vm_cluster_patch.py +1 -1
- pulumi_oci/database/get_vm_cluster_patch_history_entries.py +1 -1
- pulumi_oci/database/get_vm_cluster_patch_history_entry.py +1 -1
- pulumi_oci/database/get_vm_cluster_patches.py +1 -1
- pulumi_oci/database/get_vm_cluster_recommended_network.py +1 -1
- pulumi_oci/database/get_vm_cluster_update.py +1 -1
- pulumi_oci/database/get_vm_cluster_update_history_entries.py +1 -1
- pulumi_oci/database/get_vm_cluster_update_history_entry.py +1 -1
- pulumi_oci/database/get_vm_cluster_updates.py +1 -1
- pulumi_oci/database/get_vm_clusters.py +1 -1
- pulumi_oci/database/key_store.py +66 -15
- pulumi_oci/database/maintenance_run.py +152 -48
- pulumi_oci/database/oneoff_patch.py +88 -24
- pulumi_oci/database/outputs.py +12935 -3083
- pulumi_oci/database/pluggable_database.py +91 -25
- pulumi_oci/database/pluggable_database_managements_management.py +114 -31
- pulumi_oci/database/pluggable_databases_local_clone.py +85 -23
- pulumi_oci/database/pluggable_databases_remote_clone.py +97 -27
- pulumi_oci/database/vm_cluster.py +171 -50
- pulumi_oci/database/vm_cluster_add_virtual_network.py +109 -31
- pulumi_oci/database/vm_cluster_network.py +103 -29
- pulumi_oci/database/vm_cluster_remove_virtual_machine.py +103 -29
- pulumi_oci/databasemanagement/_inputs.py +1848 -402
- pulumi_oci/databasemanagement/db_management_private_endpoint.py +67 -17
- pulumi_oci/databasemanagement/external_asm.py +73 -19
- pulumi_oci/databasemanagement/external_cluster.py +79 -21
- pulumi_oci/databasemanagement/external_cluster_instance.py +73 -19
- pulumi_oci/databasemanagement/external_db_node.py +70 -18
- pulumi_oci/databasemanagement/external_db_system.py +80 -18
- pulumi_oci/databasemanagement/external_db_system_connector.py +73 -19
- pulumi_oci/databasemanagement/external_db_system_database_managements_management.py +37 -7
- pulumi_oci/databasemanagement/external_db_system_discovery.py +67 -17
- pulumi_oci/databasemanagement/external_db_system_stack_monitorings_management.py +43 -9
- pulumi_oci/databasemanagement/external_exadata_infrastructure.py +91 -25
- pulumi_oci/databasemanagement/external_exadata_infrastructure_exadata_management.py +37 -7
- pulumi_oci/databasemanagement/external_exadata_storage_connector.py +84 -21
- pulumi_oci/databasemanagement/external_listener.py +100 -28
- pulumi_oci/databasemanagement/get_db_management_private_endpoint.py +1 -1
- pulumi_oci/databasemanagement/get_db_management_private_endpoint_associated_database.py +1 -1
- pulumi_oci/databasemanagement/get_db_management_private_endpoint_associated_databases.py +1 -1
- pulumi_oci/databasemanagement/get_db_management_private_endpoints.py +1 -1
- pulumi_oci/databasemanagement/get_external_asm.py +1 -1
- pulumi_oci/databasemanagement/get_external_asm_configuration.py +1 -1
- pulumi_oci/databasemanagement/get_external_asm_disk_groups.py +1 -1
- pulumi_oci/databasemanagement/get_external_asm_instance.py +1 -1
- pulumi_oci/databasemanagement/get_external_asm_instances.py +1 -1
- pulumi_oci/databasemanagement/get_external_asm_users.py +1 -1
- pulumi_oci/databasemanagement/get_external_asms.py +1 -1
- pulumi_oci/databasemanagement/get_external_cluster.py +1 -1
- pulumi_oci/databasemanagement/get_external_cluster_instance.py +1 -1
- pulumi_oci/databasemanagement/get_external_cluster_instances.py +1 -1
- pulumi_oci/databasemanagement/get_external_clusters.py +1 -1
- pulumi_oci/databasemanagement/get_external_databases.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_home.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_homes.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_node.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_nodes.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_system.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_system_connector.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_system_connectors.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_system_discoveries.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_system_discovery.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_systems.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_infrastructure.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_infrastructures.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_connector.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_connectors.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_grid.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_server.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_server_iorm_plan.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_server_open_alert_history.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_server_top_sql_cpu_activity.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_servers.py +1 -1
- pulumi_oci/databasemanagement/get_external_listener.py +1 -1
- pulumi_oci/databasemanagement/get_external_listener_services.py +1 -1
- pulumi_oci/databasemanagement/get_external_listeners.py +1 -1
- pulumi_oci/databasemanagement/get_job_executions_status.py +1 -1
- pulumi_oci/databasemanagement/get_job_executions_statuses.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_addm_task.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_addm_tasks.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_alert_log_count.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_alert_log_counts.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_attention_log_count.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_attention_log_counts.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_cursor_cache_statements.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_group.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_groups.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_advisor_execution.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_advisor_execution_script.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_advisor_executions.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_collection_aggregations.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_collection_operation.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_collection_operations.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_plan_baseline.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_plan_baseline_configuration.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_plan_baseline_jobs.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_plan_baselines.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_task.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_execution_plan_stats_comparison.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_finding.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_findings.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_recommendation.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_recommendations.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_sql_execution_plan.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_summary_report.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_set.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_sets.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_table_statistics.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_consumer_group_privilege.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_consumer_group_privileges.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_data_access_container.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_data_access_containers.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_object_privilege.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_object_privileges.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_proxied_for_user.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_proxied_for_users.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_role.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_roles.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_users.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_asm_properties.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_asm_property.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_database_parameter.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_database_parameters.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_user_proxy_user.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_user_proxy_users.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_user_system_privilege.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_user_system_privileges.py +1 -1
- pulumi_oci/databasemanagement/managed_database_group.py +52 -12
- pulumi_oci/databasemanagement/managed_databases_change_database_parameter.py +48 -9
- pulumi_oci/databasemanagement/managed_databases_reset_database_parameter.py +48 -9
- pulumi_oci/databasemanagement/outputs.py +7869 -1808
- pulumi_oci/databasemigration/_inputs.py +962 -150
- pulumi_oci/databasemigration/agent.py +82 -22
- pulumi_oci/databasemigration/connection.py +163 -39
- pulumi_oci/databasemigration/get_agent.py +1 -1
- pulumi_oci/databasemigration/get_agent_images.py +1 -1
- pulumi_oci/databasemigration/get_agents.py +1 -1
- pulumi_oci/databasemigration/get_connection.py +1 -1
- pulumi_oci/databasemigration/get_connections.py +1 -1
- pulumi_oci/databasemigration/get_job_advisor_report.py +1 -1
- pulumi_oci/databasemigration/get_job_output.py +1 -1
- pulumi_oci/databasemigration/get_migration.py +12 -2
- pulumi_oci/databasemigration/get_migration_object_types.py +1 -1
- pulumi_oci/databasemigration/get_migrations.py +1 -1
- pulumi_oci/databasemigration/job.py +70 -18
- pulumi_oci/databasemigration/migration.py +238 -48
- pulumi_oci/databasemigration/outputs.py +2788 -458
- pulumi_oci/databasetools/_inputs.py +137 -23
- pulumi_oci/databasetools/database_tools_connection.py +116 -30
- pulumi_oci/databasetools/database_tools_private_endpoint.py +103 -29
- pulumi_oci/databasetools/get_database_tools_connection.py +1 -1
- pulumi_oci/databasetools/get_database_tools_connections.py +1 -1
- pulumi_oci/databasetools/get_database_tools_endpoint_service.py +1 -1
- pulumi_oci/databasetools/get_database_tools_endpoint_services.py +1 -1
- pulumi_oci/databasetools/get_database_tools_private_endpoint.py +1 -1
- pulumi_oci/databasetools/get_database_tools_private_endpoints.py +1 -1
- pulumi_oci/databasetools/outputs.py +514 -102
- pulumi_oci/datacatalog/_inputs.py +97 -19
- pulumi_oci/datacatalog/catalog.py +70 -18
- pulumi_oci/datacatalog/catalog_private_endpoint.py +70 -18
- pulumi_oci/datacatalog/connection.py +94 -39
- pulumi_oci/datacatalog/data_asset.py +79 -34
- pulumi_oci/datacatalog/get_catalog.py +1 -1
- pulumi_oci/datacatalog/get_catalog_private_endpoint.py +1 -1
- pulumi_oci/datacatalog/get_catalog_private_endpoints.py +1 -1
- pulumi_oci/datacatalog/get_catalog_type.py +1 -1
- pulumi_oci/datacatalog/get_catalog_types.py +1 -1
- pulumi_oci/datacatalog/get_catalogs.py +1 -1
- pulumi_oci/datacatalog/get_connection.py +1 -1
- pulumi_oci/datacatalog/get_connections.py +1 -1
- pulumi_oci/datacatalog/get_data_asset.py +1 -1
- pulumi_oci/datacatalog/get_data_assets.py +1 -1
- pulumi_oci/datacatalog/get_metastore.py +1 -1
- pulumi_oci/datacatalog/get_metastores.py +1 -1
- pulumi_oci/datacatalog/metastore.py +67 -17
- pulumi_oci/datacatalog/outputs.py +403 -100
- pulumi_oci/dataflow/_inputs.py +421 -78
- pulumi_oci/dataflow/application.py +217 -62
- pulumi_oci/dataflow/get_application.py +1 -1
- pulumi_oci/dataflow/get_applications.py +1 -1
- pulumi_oci/dataflow/get_invoke_run.py +1 -1
- pulumi_oci/dataflow/get_invoke_runs.py +1 -1
- pulumi_oci/dataflow/get_pool.py +1 -1
- pulumi_oci/dataflow/get_pools.py +1 -1
- pulumi_oci/dataflow/get_private_endpoint.py +1 -1
- pulumi_oci/dataflow/get_private_endpoints.py +1 -1
- pulumi_oci/dataflow/get_run_log.py +1 -1
- pulumi_oci/dataflow/get_run_logs.py +1 -1
- pulumi_oci/dataflow/get_run_statement.py +1 -1
- pulumi_oci/dataflow/get_run_statements.py +1 -1
- pulumi_oci/dataflow/get_sql_endpoint.py +1 -1
- pulumi_oci/dataflow/get_sql_endpoints.py +1 -1
- pulumi_oci/dataflow/invoke_run.py +241 -70
- pulumi_oci/dataflow/outputs.py +1579 -345
- pulumi_oci/dataflow/pool.py +91 -25
- pulumi_oci/dataflow/private_endpoint.py +97 -27
- pulumi_oci/dataflow/run_statement.py +46 -10
- pulumi_oci/dataflow/sql_endpoint.py +151 -40
- pulumi_oci/dataintegration/_inputs.py +530 -119
- pulumi_oci/dataintegration/get_workspace.py +1 -1
- pulumi_oci/dataintegration/get_workspace_application.py +1 -1
- pulumi_oci/dataintegration/get_workspace_applications.py +1 -1
- pulumi_oci/dataintegration/get_workspace_folder.py +1 -1
- pulumi_oci/dataintegration/get_workspace_folders.py +1 -1
- pulumi_oci/dataintegration/get_workspace_project.py +1 -1
- pulumi_oci/dataintegration/get_workspace_projects.py +1 -1
- pulumi_oci/dataintegration/get_workspaces.py +1 -1
- pulumi_oci/dataintegration/outputs.py +1752 -412
- pulumi_oci/dataintegration/workspace.py +139 -41
- pulumi_oci/dataintegration/workspace_application.py +146 -40
- pulumi_oci/dataintegration/workspace_folder.py +99 -26
- pulumi_oci/dataintegration/workspace_project.py +93 -24
- pulumi_oci/datalabellingservice/_inputs.py +160 -29
- pulumi_oci/datalabellingservice/dataset.py +134 -31
- pulumi_oci/datalabellingservice/get_annotation_format.py +1 -1
- pulumi_oci/datalabellingservice/get_annotation_formats.py +1 -1
- pulumi_oci/datalabellingservice/get_dataset.py +1 -1
- pulumi_oci/datalabellingservice/get_datasets.py +1 -1
- pulumi_oci/datalabellingservice/outputs.py +518 -96
- pulumi_oci/datasafe/_inputs.py +1508 -333
- pulumi_oci/datasafe/add_sdm_columns.py +25 -3
- pulumi_oci/datasafe/alert.py +103 -29
- pulumi_oci/datasafe/audit_archive_retrieval.py +91 -25
- pulumi_oci/datasafe/audit_policy.py +100 -28
- pulumi_oci/datasafe/audit_profile.py +100 -28
- pulumi_oci/datasafe/audit_trail.py +103 -29
- pulumi_oci/datasafe/compare_security_assessment.py +31 -5
- pulumi_oci/datasafe/compare_user_assessment.py +31 -5
- pulumi_oci/datasafe/data_safe_configuration.py +52 -12
- pulumi_oci/datasafe/data_safe_private_endpoint.py +88 -24
- pulumi_oci/datasafe/discovery_jobs_result.py +82 -25
- pulumi_oci/datasafe/discovery_mod.py +124 -36
- pulumi_oci/datasafe/get_alert.py +1 -1
- pulumi_oci/datasafe/get_alert_analytic.py +1 -1
- pulumi_oci/datasafe/get_alert_policies.py +1 -1
- pulumi_oci/datasafe/get_alert_policy.py +1 -1
- pulumi_oci/datasafe/get_alert_policy_rule.py +1 -1
- pulumi_oci/datasafe/get_alert_policy_rules.py +1 -1
- pulumi_oci/datasafe/get_alerts.py +1 -1
- pulumi_oci/datasafe/get_audit_archive_retrieval.py +1 -1
- pulumi_oci/datasafe/get_audit_archive_retrievals.py +1 -1
- pulumi_oci/datasafe/get_audit_event.py +1 -1
- pulumi_oci/datasafe/get_audit_event_analytic.py +1 -1
- pulumi_oci/datasafe/get_audit_events.py +1 -1
- pulumi_oci/datasafe/get_audit_policies.py +1 -1
- pulumi_oci/datasafe/get_audit_policy.py +1 -1
- pulumi_oci/datasafe/get_audit_profile.py +1 -1
- pulumi_oci/datasafe/get_audit_profile_analytic.py +1 -1
- pulumi_oci/datasafe/get_audit_profile_available_audit_volume.py +1 -1
- pulumi_oci/datasafe/get_audit_profile_available_audit_volumes.py +1 -1
- pulumi_oci/datasafe/get_audit_profile_collected_audit_volume.py +1 -1
- pulumi_oci/datasafe/get_audit_profile_collected_audit_volumes.py +1 -1
- pulumi_oci/datasafe/get_audit_profiles.py +1 -1
- pulumi_oci/datasafe/get_audit_trail.py +1 -1
- pulumi_oci/datasafe/get_audit_trail_analytic.py +1 -1
- pulumi_oci/datasafe/get_audit_trails.py +1 -1
- pulumi_oci/datasafe/get_compatible_formats_for_data_type.py +27 -1
- pulumi_oci/datasafe/get_compatible_formats_for_sensitive_type.py +1 -1
- pulumi_oci/datasafe/get_data_safe_configuration.py +1 -1
- pulumi_oci/datasafe/get_data_safe_private_endpoint.py +1 -1
- pulumi_oci/datasafe/get_data_safe_private_endpoints.py +1 -1
- pulumi_oci/datasafe/get_discovery_analytic.py +1 -1
- pulumi_oci/datasafe/get_discovery_analytics.py +1 -1
- pulumi_oci/datasafe/get_discovery_job.py +1 -1
- pulumi_oci/datasafe/get_discovery_jobs_result.py +1 -1
- pulumi_oci/datasafe/get_discovery_jobs_results.py +1 -1
- pulumi_oci/datasafe/get_library_masking_format.py +1 -1
- pulumi_oci/datasafe/get_library_masking_formats.py +1 -1
- pulumi_oci/datasafe/get_list_user_grants.py +1 -1
- pulumi_oci/datasafe/get_masking_analytic.py +1 -1
- pulumi_oci/datasafe/get_masking_analytics.py +1 -1
- pulumi_oci/datasafe/get_masking_policies.py +1 -1
- pulumi_oci/datasafe/get_masking_policies_masking_column.py +1 -1
- pulumi_oci/datasafe/get_masking_policies_masking_columns.py +1 -1
- pulumi_oci/datasafe/get_masking_policy.py +1 -1
- pulumi_oci/datasafe/get_masking_policy_masking_objects.py +1 -1
- pulumi_oci/datasafe/get_masking_policy_masking_schemas.py +1 -1
- pulumi_oci/datasafe/get_masking_report.py +1 -1
- pulumi_oci/datasafe/get_masking_report_masked_columns.py +1 -1
- pulumi_oci/datasafe/get_masking_reports.py +1 -1
- pulumi_oci/datasafe/get_masking_reports_masked_column.py +1 -1
- pulumi_oci/datasafe/get_onprem_connector.py +1 -1
- pulumi_oci/datasafe/get_onprem_connectors.py +1 -1
- pulumi_oci/datasafe/get_report.py +1 -1
- pulumi_oci/datasafe/get_report_content.py +1 -1
- pulumi_oci/datasafe/get_report_definition.py +1 -1
- pulumi_oci/datasafe/get_report_definitions.py +1 -1
- pulumi_oci/datasafe/get_reports.py +1 -1
- pulumi_oci/datasafe/get_sdm_masking_policy_difference.py +1 -1
- pulumi_oci/datasafe/get_sdm_masking_policy_difference_difference_column.py +1 -1
- pulumi_oci/datasafe/get_sdm_masking_policy_difference_difference_columns.py +1 -1
- pulumi_oci/datasafe/get_sdm_masking_policy_differences.py +1 -1
- pulumi_oci/datasafe/get_security_assessment.py +1 -1
- pulumi_oci/datasafe/get_security_assessment_comparison.py +1 -1
- pulumi_oci/datasafe/get_security_assessment_finding.py +1 -1
- pulumi_oci/datasafe/get_security_assessment_findings.py +1 -1
- pulumi_oci/datasafe/get_security_assessments.py +1 -1
- pulumi_oci/datasafe/get_sensitive_data_model.py +1 -1
- pulumi_oci/datasafe/get_sensitive_data_model_sensitive_objects.py +1 -1
- pulumi_oci/datasafe/get_sensitive_data_model_sensitive_schemas.py +1 -1
- pulumi_oci/datasafe/get_sensitive_data_models.py +1 -1
- pulumi_oci/datasafe/get_sensitive_data_models_sensitive_column.py +1 -1
- pulumi_oci/datasafe/get_sensitive_data_models_sensitive_columns.py +1 -1
- pulumi_oci/datasafe/get_sensitive_type.py +1 -1
- pulumi_oci/datasafe/get_sensitive_types.py +1 -1
- pulumi_oci/datasafe/get_target_alert_policy_association.py +1 -1
- pulumi_oci/datasafe/get_target_alert_policy_associations.py +1 -1
- pulumi_oci/datasafe/get_target_database.py +1 -1
- pulumi_oci/datasafe/get_target_database_role.py +1 -1
- pulumi_oci/datasafe/get_target_database_roles.py +1 -1
- pulumi_oci/datasafe/get_target_databases.py +1 -1
- pulumi_oci/datasafe/get_target_databases_columns.py +1 -1
- pulumi_oci/datasafe/get_target_databases_schemas.py +1 -1
- pulumi_oci/datasafe/get_target_databases_tables.py +1 -1
- pulumi_oci/datasafe/get_user_assessment.py +1 -1
- pulumi_oci/datasafe/get_user_assessment_comparison.py +1 -1
- pulumi_oci/datasafe/get_user_assessment_profile_analytics.py +1 -1
- pulumi_oci/datasafe/get_user_assessment_profiles.py +1 -1
- pulumi_oci/datasafe/get_user_assessment_user_analytics.py +1 -1
- pulumi_oci/datasafe/get_user_assessment_users.py +1 -1
- pulumi_oci/datasafe/get_user_assessments.py +1 -1
- pulumi_oci/datasafe/library_masing_format.py +73 -19
- pulumi_oci/datasafe/mask_data.py +31 -5
- pulumi_oci/datasafe/masking_policies_apply_difference_to_masking_columns.py +31 -5
- pulumi_oci/datasafe/masking_policies_masking_column.py +94 -26
- pulumi_oci/datasafe/masking_policy.py +112 -32
- pulumi_oci/datasafe/on_prem_connector.py +67 -17
- pulumi_oci/datasafe/outputs.py +6826 -1649
- pulumi_oci/datasafe/report_definition.py +127 -37
- pulumi_oci/datasafe/sdm_masking_policy_difference.py +70 -18
- pulumi_oci/datasafe/security_assessment.py +115 -33
- pulumi_oci/datasafe/sensitive_data_model.py +109 -31
- pulumi_oci/datasafe/sensitive_data_models_apply_discovery_job_results.py +31 -5
- pulumi_oci/datasafe/sensitive_data_models_sensitive_column.py +124 -36
- pulumi_oci/datasafe/sensitive_type.py +112 -32
- pulumi_oci/datasafe/set_security_assessment_baseline.py +31 -5
- pulumi_oci/datasafe/set_user_assessment_baseline.py +31 -5
- pulumi_oci/datasafe/target_alert_policy_association.py +79 -21
- pulumi_oci/datasafe/target_database.py +111 -25
- pulumi_oci/datasafe/unset_security_assessment_baseline.py +25 -3
- pulumi_oci/datasafe/unset_user_assessment_baseline.py +25 -3
- pulumi_oci/datasafe/user_assessment.py +109 -31
- pulumi_oci/datascience/__init__.py +3 -0
- pulumi_oci/datascience/_inputs.py +1035 -188
- pulumi_oci/datascience/get_fast_launch_job_configs.py +1 -1
- pulumi_oci/datascience/get_job.py +1 -1
- pulumi_oci/datascience/get_job_run.py +1 -1
- pulumi_oci/datascience/get_job_runs.py +1 -1
- pulumi_oci/datascience/get_job_shapes.py +1 -1
- pulumi_oci/datascience/get_jobs.py +1 -1
- pulumi_oci/datascience/get_model.py +1 -1
- pulumi_oci/datascience/get_model_deployment.py +1 -1
- pulumi_oci/datascience/get_model_deployment_shapes.py +1 -1
- pulumi_oci/datascience/get_model_deployments.py +1 -1
- pulumi_oci/datascience/get_model_provenance.py +1 -1
- pulumi_oci/datascience/get_model_version_set.py +1 -1
- pulumi_oci/datascience/get_model_version_sets.py +1 -1
- pulumi_oci/datascience/get_models.py +1 -1
- pulumi_oci/datascience/get_notebook_session.py +1 -1
- pulumi_oci/datascience/get_notebook_session_shapes.py +1 -1
- pulumi_oci/datascience/get_notebook_sessions.py +1 -1
- pulumi_oci/datascience/get_pipeline.py +1 -1
- pulumi_oci/datascience/get_pipeline_run.py +1 -1
- pulumi_oci/datascience/get_pipeline_runs.py +1 -1
- pulumi_oci/datascience/get_pipelines.py +1 -1
- pulumi_oci/datascience/get_private_endpoint.py +297 -0
- pulumi_oci/datascience/get_private_endpoints.py +216 -0
- pulumi_oci/datascience/get_project.py +1 -1
- pulumi_oci/datascience/get_projects.py +1 -1
- pulumi_oci/datascience/job.py +133 -34
- pulumi_oci/datascience/job_run.py +107 -27
- pulumi_oci/datascience/model.py +118 -34
- pulumi_oci/datascience/model_artifact_export.py +55 -13
- pulumi_oci/datascience/model_artifact_import.py +55 -13
- pulumi_oci/datascience/model_deployment.py +95 -23
- pulumi_oci/datascience/model_provenance.py +61 -15
- pulumi_oci/datascience/model_version_set.py +67 -17
- pulumi_oci/datascience/notebook_session.py +104 -23
- pulumi_oci/datascience/outputs.py +3349 -646
- pulumi_oci/datascience/pipeline.py +129 -31
- pulumi_oci/datascience/pipeline_run.py +125 -33
- pulumi_oci/datascience/private_endpoint.py +850 -0
- pulumi_oci/datascience/project.py +58 -14
- pulumi_oci/devops/_inputs.py +1616 -278
- pulumi_oci/devops/build_pipeline.py +78 -19
- pulumi_oci/devops/build_pipeline_stage.py +178 -44
- pulumi_oci/devops/build_run.py +95 -23
- pulumi_oci/devops/connection.py +108 -29
- pulumi_oci/devops/deploy_artifact.py +90 -23
- pulumi_oci/devops/deploy_environment.py +107 -27
- pulumi_oci/devops/deploy_pipeline.py +84 -21
- pulumi_oci/devops/deploy_stage.py +480 -128
- pulumi_oci/devops/deployment.py +130 -33
- pulumi_oci/devops/get_build_pipeline.py +1 -1
- pulumi_oci/devops/get_build_pipeline_stage.py +1 -1
- pulumi_oci/devops/get_build_pipeline_stages.py +1 -1
- pulumi_oci/devops/get_build_pipelines.py +1 -1
- pulumi_oci/devops/get_build_run.py +1 -1
- pulumi_oci/devops/get_build_runs.py +1 -1
- pulumi_oci/devops/get_connection.py +1 -1
- pulumi_oci/devops/get_connections.py +1 -1
- pulumi_oci/devops/get_deploy_artifact.py +1 -1
- pulumi_oci/devops/get_deploy_artifacts.py +1 -1
- pulumi_oci/devops/get_deploy_environment.py +1 -1
- pulumi_oci/devops/get_deploy_environments.py +1 -1
- pulumi_oci/devops/get_deploy_pipeline.py +1 -1
- pulumi_oci/devops/get_deploy_pipelines.py +1 -1
- pulumi_oci/devops/get_deploy_stage.py +1 -1
- pulumi_oci/devops/get_deploy_stages.py +1 -1
- pulumi_oci/devops/get_deployment.py +1 -1
- pulumi_oci/devops/get_deployments.py +1 -1
- pulumi_oci/devops/get_project.py +1 -1
- pulumi_oci/devops/get_projects.py +1 -1
- pulumi_oci/devops/get_repo_file_line.py +1 -1
- pulumi_oci/devops/get_repositories.py +1 -1
- pulumi_oci/devops/get_repository.py +1 -1
- pulumi_oci/devops/get_repository_archive_content.py +1 -1
- pulumi_oci/devops/get_repository_author.py +1 -1
- pulumi_oci/devops/get_repository_authors.py +1 -1
- pulumi_oci/devops/get_repository_commit.py +1 -1
- pulumi_oci/devops/get_repository_commits.py +1 -1
- pulumi_oci/devops/get_repository_diff.py +1 -1
- pulumi_oci/devops/get_repository_diffs.py +1 -1
- pulumi_oci/devops/get_repository_file_diff.py +1 -1
- pulumi_oci/devops/get_repository_file_line.py +1 -1
- pulumi_oci/devops/get_repository_mirror_record.py +1 -1
- pulumi_oci/devops/get_repository_mirror_records.py +1 -1
- pulumi_oci/devops/get_repository_object.py +1 -1
- pulumi_oci/devops/get_repository_object_content.py +1 -1
- pulumi_oci/devops/get_repository_path.py +1 -1
- pulumi_oci/devops/get_repository_paths.py +1 -1
- pulumi_oci/devops/get_repository_ref.py +1 -1
- pulumi_oci/devops/get_repository_refs.py +1 -1
- pulumi_oci/devops/get_trigger.py +1 -1
- pulumi_oci/devops/get_triggers.py +1 -1
- pulumi_oci/devops/outputs.py +5561 -1068
- pulumi_oci/devops/project.py +78 -19
- pulumi_oci/devops/repository.py +114 -31
- pulumi_oci/devops/repository_mirror.py +25 -3
- pulumi_oci/devops/repository_ref.py +58 -14
- pulumi_oci/devops/trigger.py +94 -26
- pulumi_oci/disasterrecovery/_inputs.py +362 -84
- pulumi_oci/disasterrecovery/dr_plan.py +76 -20
- pulumi_oci/disasterrecovery/dr_plan_execution.py +99 -26
- pulumi_oci/disasterrecovery/dr_protection_group.py +101 -25
- pulumi_oci/disasterrecovery/get_dr_plan.py +1 -1
- pulumi_oci/disasterrecovery/get_dr_plan_execution.py +1 -1
- pulumi_oci/disasterrecovery/get_dr_plan_executions.py +1 -1
- pulumi_oci/disasterrecovery/get_dr_plans.py +1 -1
- pulumi_oci/disasterrecovery/get_dr_protection_group.py +1 -1
- pulumi_oci/disasterrecovery/get_dr_protection_groups.py +1 -1
- pulumi_oci/disasterrecovery/outputs.py +1198 -288
- pulumi_oci/dns/_inputs.py +462 -94
- pulumi_oci/dns/action_create_zone_from_zone_file.py +85 -23
- pulumi_oci/dns/get_records.py +1 -1
- pulumi_oci/dns/get_resolver.py +1 -1
- pulumi_oci/dns/get_resolver_endpoint.py +1 -1
- pulumi_oci/dns/get_resolver_endpoints.py +1 -1
- pulumi_oci/dns/get_resolvers.py +1 -1
- pulumi_oci/dns/get_rrset.py +1 -1
- pulumi_oci/dns/get_rrsets.py +1 -1
- pulumi_oci/dns/get_steering_policies.py +1 -1
- pulumi_oci/dns/get_steering_policy.py +1 -1
- pulumi_oci/dns/get_steering_policy_attachment.py +1 -1
- pulumi_oci/dns/get_steering_policy_attachments.py +1 -1
- pulumi_oci/dns/get_tsig_key.py +1 -1
- pulumi_oci/dns/get_tsig_keys.py +1 -1
- pulumi_oci/dns/get_view.py +1 -1
- pulumi_oci/dns/get_views.py +1 -1
- pulumi_oci/dns/get_zones.py +1 -1
- pulumi_oci/dns/outputs.py +1297 -300
- pulumi_oci/dns/record.py +64 -25
- pulumi_oci/dns/resolver.py +91 -25
- pulumi_oci/dns/resolver_endpoint.py +94 -26
- pulumi_oci/dns/rrset.py +61 -15
- pulumi_oci/dns/steering_policy.py +82 -22
- pulumi_oci/dns/steering_policy_attachment.py +58 -14
- pulumi_oci/dns/tsig_key.py +67 -17
- pulumi_oci/dns/view.py +64 -16
- pulumi_oci/dns/zone.py +97 -27
- pulumi_oci/email/_inputs.py +65 -13
- pulumi_oci/email/dkim.py +76 -20
- pulumi_oci/email/email_domain.py +64 -16
- pulumi_oci/email/get_dkim.py +1 -1
- pulumi_oci/email/get_dkims.py +1 -1
- pulumi_oci/email/get_email_domain.py +1 -1
- pulumi_oci/email/get_email_domains.py +1 -1
- pulumi_oci/email/get_sender.py +1 -1
- pulumi_oci/email/get_senders.py +1 -1
- pulumi_oci/email/get_suppression.py +1 -1
- pulumi_oci/email/get_suppressions.py +1 -1
- pulumi_oci/email/outputs.py +245 -59
- pulumi_oci/email/sender.py +55 -13
- pulumi_oci/email/suppression.py +49 -11
- pulumi_oci/emwarehouse/_inputs.py +33 -7
- pulumi_oci/emwarehouse/em_warehouse.py +82 -22
- pulumi_oci/emwarehouse/get_em_warehouse.py +1 -1
- pulumi_oci/emwarehouse/get_em_warehouses.py +1 -1
- pulumi_oci/emwarehouse/get_etl_run.py +1 -1
- pulumi_oci/emwarehouse/get_etl_runs.py +1 -1
- pulumi_oci/emwarehouse/get_resource_usage.py +1 -1
- pulumi_oci/emwarehouse/outputs.py +217 -52
- pulumi_oci/events/_inputs.py +61 -14
- pulumi_oci/events/get_rule.py +1 -1
- pulumi_oci/events/get_rules.py +1 -1
- pulumi_oci/events/outputs.py +192 -46
- pulumi_oci/events/rule.py +81 -20
- pulumi_oci/filestorage/_inputs.py +289 -62
- pulumi_oci/filestorage/export.py +55 -13
- pulumi_oci/filestorage/export_set.py +58 -14
- pulumi_oci/filestorage/file_system.py +95 -27
- pulumi_oci/filestorage/filesystem_snapshot_policy.py +70 -18
- pulumi_oci/filestorage/get_export_sets.py +1 -1
- pulumi_oci/filestorage/get_exports.py +1 -1
- pulumi_oci/filestorage/get_file_systems.py +1 -1
- pulumi_oci/filestorage/get_filesystem_snapshot_policies.py +1 -1
- pulumi_oci/filestorage/get_filesystem_snapshot_policy.py +1 -1
- pulumi_oci/filestorage/get_mount_targets.py +1 -1
- pulumi_oci/filestorage/get_outbound_connector.py +1 -1
- pulumi_oci/filestorage/get_outbound_connectors.py +1 -1
- pulumi_oci/filestorage/get_replication.py +1 -1
- pulumi_oci/filestorage/get_replication_target.py +1 -1
- pulumi_oci/filestorage/get_replication_targets.py +1 -1
- pulumi_oci/filestorage/get_replications.py +1 -1
- pulumi_oci/filestorage/get_snapshot.py +1 -1
- pulumi_oci/filestorage/get_snapshots.py +1 -1
- pulumi_oci/filestorage/mount_target.py +116 -30
- pulumi_oci/filestorage/outbound_connector.py +85 -23
- pulumi_oci/filestorage/outputs.py +915 -231
- pulumi_oci/filestorage/replication.py +88 -24
- pulumi_oci/filestorage/snapshot.py +73 -19
- pulumi_oci/functions/_inputs.py +281 -50
- pulumi_oci/functions/application.py +104 -26
- pulumi_oci/functions/function.py +124 -31
- pulumi_oci/functions/get_application.py +1 -1
- pulumi_oci/functions/get_applications.py +1 -1
- pulumi_oci/functions/get_function.py +1 -1
- pulumi_oci/functions/get_functions.py +1 -1
- pulumi_oci/functions/get_fusion_environment.py +1 -1
- pulumi_oci/functions/get_fusion_environment_admin_user.py +1 -1
- pulumi_oci/functions/get_fusion_environment_admin_users.py +1 -1
- pulumi_oci/functions/get_fusion_environment_data_masking_activities.py +1 -1
- pulumi_oci/functions/get_fusion_environment_data_masking_activity.py +1 -1
- pulumi_oci/functions/get_fusion_environment_families.py +1 -1
- pulumi_oci/functions/get_fusion_environment_family.py +1 -1
- pulumi_oci/functions/get_fusion_environment_family_limits_and_usage.py +1 -1
- pulumi_oci/functions/get_fusion_environment_family_subscription_detail.py +1 -1
- pulumi_oci/functions/get_fusion_environment_refresh_activities.py +1 -1
- pulumi_oci/functions/get_fusion_environment_refresh_activity.py +1 -1
- pulumi_oci/functions/get_fusion_environment_scheduled_activities.py +1 -1
- pulumi_oci/functions/get_fusion_environment_scheduled_activity.py +1 -1
- pulumi_oci/functions/get_fusion_environment_service_attachment.py +1 -1
- pulumi_oci/functions/get_fusion_environment_service_attachments.py +1 -1
- pulumi_oci/functions/get_fusion_environment_status.py +1 -1
- pulumi_oci/functions/get_fusion_environment_time_available_for_refresh.py +1 -1
- pulumi_oci/functions/get_fusion_environment_time_available_for_refreshs.py +1 -1
- pulumi_oci/functions/get_fusion_environments.py +1 -1
- pulumi_oci/functions/get_pbf_listing.py +1 -1
- pulumi_oci/functions/get_pbf_listing_triggers.py +1 -1
- pulumi_oci/functions/get_pbf_listing_version.py +1 -1
- pulumi_oci/functions/get_pbf_listing_versions.py +1 -1
- pulumi_oci/functions/get_pbf_listings.py +1 -1
- pulumi_oci/functions/invoke_function.py +67 -17
- pulumi_oci/functions/outputs.py +1740 -359
- pulumi_oci/fusionapps/_inputs.py +170 -34
- pulumi_oci/fusionapps/fusion_environment.py +149 -41
- pulumi_oci/fusionapps/fusion_environment_admin_user.py +58 -14
- pulumi_oci/fusionapps/fusion_environment_data_masking_activity.py +40 -8
- pulumi_oci/fusionapps/fusion_environment_family.py +81 -20
- pulumi_oci/fusionapps/fusion_environment_refresh_activity.py +64 -16
- pulumi_oci/fusionapps/fusion_environment_service_attachment.py +67 -17
- pulumi_oci/fusionapps/outputs.py +170 -34
- pulumi_oci/genericartifactscontent/artifact_by_path.py +76 -20
- pulumi_oci/genericartifactscontent/get_artifact_by_path.py +1 -1
- pulumi_oci/genericartifactscontent/get_generic_artifacts_content.py +1 -1
- pulumi_oci/goldengate/_inputs.py +310 -62
- pulumi_oci/goldengate/connection.py +433 -139
- pulumi_oci/goldengate/connection_assignment.py +46 -10
- pulumi_oci/goldengate/database_registration.py +148 -44
- pulumi_oci/goldengate/deployment.py +197 -69
- pulumi_oci/goldengate/deployment_backup.py +100 -28
- pulumi_oci/goldengate/get_connection.py +1 -1
- pulumi_oci/goldengate/get_connection_assignment.py +1 -1
- pulumi_oci/goldengate/get_connection_assignments.py +1 -1
- pulumi_oci/goldengate/get_connections.py +1 -1
- pulumi_oci/goldengate/get_database_registration.py +1 -1
- pulumi_oci/goldengate/get_database_registrations.py +1 -1
- pulumi_oci/goldengate/get_deployment.py +1 -1
- pulumi_oci/goldengate/get_deployment_backup.py +1 -1
- pulumi_oci/goldengate/get_deployment_backups.py +1 -1
- pulumi_oci/goldengate/get_deployment_type.py +1 -1
- pulumi_oci/goldengate/get_deployment_types.py +1 -1
- pulumi_oci/goldengate/get_deployment_upgrade.py +1 -1
- pulumi_oci/goldengate/get_deployment_upgrades.py +1 -1
- pulumi_oci/goldengate/get_deployment_versions.py +1 -1
- pulumi_oci/goldengate/get_deployments.py +1 -1
- pulumi_oci/goldengate/get_message.py +1 -1
- pulumi_oci/goldengate/get_messages.py +1 -1
- pulumi_oci/goldengate/get_trail_file.py +1 -1
- pulumi_oci/goldengate/get_trail_files.py +1 -1
- pulumi_oci/goldengate/get_trail_sequence.py +1 -1
- pulumi_oci/goldengate/get_trail_sequences.py +1 -1
- pulumi_oci/goldengate/outputs.py +1529 -375
- pulumi_oci/healthchecks/_inputs.py +81 -16
- pulumi_oci/healthchecks/get_http_monitor.py +1 -1
- pulumi_oci/healthchecks/get_http_monitors.py +1 -1
- pulumi_oci/healthchecks/get_http_probe_results.py +1 -1
- pulumi_oci/healthchecks/get_ping_monitor.py +1 -1
- pulumi_oci/healthchecks/get_ping_monitors.py +1 -1
- pulumi_oci/healthchecks/get_ping_probe_results.py +1 -1
- pulumi_oci/healthchecks/get_vantage_points.py +1 -1
- pulumi_oci/healthchecks/http_monitor.py +112 -32
- pulumi_oci/healthchecks/http_probe.py +82 -22
- pulumi_oci/healthchecks/outputs.py +455 -115
- pulumi_oci/healthchecks/ping_monitor.py +94 -26
- pulumi_oci/healthchecks/ping_probe.py +64 -16
- pulumi_oci/identity/_inputs.py +6778 -1455
- pulumi_oci/identity/api_key.py +43 -9
- pulumi_oci/identity/auth_token.py +46 -10
- pulumi_oci/identity/authentication_policy.py +47 -7
- pulumi_oci/identity/compartment.py +67 -17
- pulumi_oci/identity/customer_secret_key.py +46 -10
- pulumi_oci/identity/db_credential.py +49 -11
- pulumi_oci/identity/domain.py +127 -37
- pulumi_oci/identity/domain_replication_to_region.py +31 -5
- pulumi_oci/identity/domains_account_recovery_setting.py +124 -36
- pulumi_oci/identity/domains_api_key.py +131 -35
- pulumi_oci/identity/domains_app.py +772 -217
- pulumi_oci/identity/domains_app_role.py +165 -48
- pulumi_oci/identity/domains_auth_token.py +134 -36
- pulumi_oci/identity/domains_authentication_factor_setting.py +297 -77
- pulumi_oci/identity/domains_customer_secret_key.py +143 -39
- pulumi_oci/identity/domains_dynamic_resource_group.py +129 -36
- pulumi_oci/identity/domains_grant.py +159 -41
- pulumi_oci/identity/domains_group.py +176 -45
- pulumi_oci/identity/domains_identity_provider.py +384 -116
- pulumi_oci/identity/domains_identity_setting.py +172 -47
- pulumi_oci/identity/domains_kmsi_setting.py +148 -44
- pulumi_oci/identity/domains_my_api_key.py +108 -29
- pulumi_oci/identity/domains_my_auth_token.py +111 -30
- pulumi_oci/identity/domains_my_customer_secret_key.py +120 -33
- pulumi_oci/identity/domains_my_oauth2client_credential.py +129 -36
- pulumi_oci/identity/domains_my_request.py +128 -34
- pulumi_oci/identity/domains_my_smtp_credential.py +114 -31
- pulumi_oci/identity/domains_my_support_account.py +105 -28
- pulumi_oci/identity/domains_my_user_db_credential.py +135 -38
- pulumi_oci/identity/domains_oauth2client_credential.py +152 -42
- pulumi_oci/identity/domains_password_policy.py +319 -101
- pulumi_oci/identity/domains_security_question.py +118 -34
- pulumi_oci/identity/domains_security_question_setting.py +130 -38
- pulumi_oci/identity/domains_smtp_credential.py +137 -37
- pulumi_oci/identity/domains_user.py +430 -108
- pulumi_oci/identity/domains_user_db_credential.py +158 -44
- pulumi_oci/identity/dynamic_group.py +64 -16
- pulumi_oci/identity/get_allowed_domain_license_types.py +1 -1
- pulumi_oci/identity/get_api_keys.py +1 -1
- pulumi_oci/identity/get_auth_tokens.py +1 -1
- pulumi_oci/identity/get_authentication_policy.py +1 -1
- pulumi_oci/identity/get_availability_domain.py +1 -1
- pulumi_oci/identity/get_availability_domains.py +1 -1
- pulumi_oci/identity/get_compartment.py +1 -1
- pulumi_oci/identity/get_compartments.py +1 -1
- pulumi_oci/identity/get_cost_tracking_tags.py +1 -1
- pulumi_oci/identity/get_customer_secret_keys.py +1 -1
- pulumi_oci/identity/get_db_credentials.py +1 -1
- pulumi_oci/identity/get_domain.py +1 -1
- pulumi_oci/identity/get_domains.py +1 -1
- pulumi_oci/identity/get_domains_account_mgmt_info.py +1 -1
- pulumi_oci/identity/get_domains_account_mgmt_infos.py +1 -1
- pulumi_oci/identity/get_domains_account_recovery_setting.py +1 -1
- pulumi_oci/identity/get_domains_account_recovery_settings.py +1 -1
- pulumi_oci/identity/get_domains_api_key.py +1 -1
- pulumi_oci/identity/get_domains_api_keys.py +1 -1
- pulumi_oci/identity/get_domains_app.py +1 -1
- pulumi_oci/identity/get_domains_app_role.py +1 -1
- pulumi_oci/identity/get_domains_app_roles.py +1 -1
- pulumi_oci/identity/get_domains_apps.py +1 -1
- pulumi_oci/identity/get_domains_auth_token.py +1 -1
- pulumi_oci/identity/get_domains_auth_tokens.py +1 -1
- pulumi_oci/identity/get_domains_authentication_factor_setting.py +1 -1
- pulumi_oci/identity/get_domains_authentication_factor_settings.py +1 -1
- pulumi_oci/identity/get_domains_customer_secret_key.py +1 -1
- pulumi_oci/identity/get_domains_customer_secret_keys.py +1 -1
- pulumi_oci/identity/get_domains_dynamic_resource_group.py +1 -1
- pulumi_oci/identity/get_domains_dynamic_resource_groups.py +1 -1
- pulumi_oci/identity/get_domains_grant.py +1 -1
- pulumi_oci/identity/get_domains_grants.py +1 -1
- pulumi_oci/identity/get_domains_group.py +1 -1
- pulumi_oci/identity/get_domains_groups.py +1 -1
- pulumi_oci/identity/get_domains_identity_provider.py +1 -1
- pulumi_oci/identity/get_domains_identity_providers.py +1 -1
- pulumi_oci/identity/get_domains_identity_setting.py +1 -1
- pulumi_oci/identity/get_domains_identity_settings.py +1 -1
- pulumi_oci/identity/get_domains_kmsi_setting.py +1 -1
- pulumi_oci/identity/get_domains_kmsi_settings.py +1 -1
- pulumi_oci/identity/get_domains_my_api_key.py +1 -1
- pulumi_oci/identity/get_domains_my_api_keys.py +1 -1
- pulumi_oci/identity/get_domains_my_apps.py +1 -1
- pulumi_oci/identity/get_domains_my_auth_token.py +1 -1
- pulumi_oci/identity/get_domains_my_auth_tokens.py +1 -1
- pulumi_oci/identity/get_domains_my_customer_secret_key.py +1 -1
- pulumi_oci/identity/get_domains_my_customer_secret_keys.py +1 -1
- pulumi_oci/identity/get_domains_my_device.py +1 -1
- pulumi_oci/identity/get_domains_my_devices.py +1 -1
- pulumi_oci/identity/get_domains_my_groups.py +1 -1
- pulumi_oci/identity/get_domains_my_oauth2client_credential.py +1 -1
- pulumi_oci/identity/get_domains_my_oauth2client_credentials.py +1 -1
- pulumi_oci/identity/get_domains_my_requestable_groups.py +1 -1
- pulumi_oci/identity/get_domains_my_requests.py +1 -1
- pulumi_oci/identity/get_domains_my_smtp_credential.py +1 -1
- pulumi_oci/identity/get_domains_my_smtp_credentials.py +1 -1
- pulumi_oci/identity/get_domains_my_support_account.py +1 -1
- pulumi_oci/identity/get_domains_my_support_accounts.py +1 -1
- pulumi_oci/identity/get_domains_my_trusted_user_agent.py +1 -1
- pulumi_oci/identity/get_domains_my_trusted_user_agents.py +1 -1
- pulumi_oci/identity/get_domains_my_user_db_credential.py +1 -1
- pulumi_oci/identity/get_domains_my_user_db_credentials.py +1 -1
- pulumi_oci/identity/get_domains_oauth2client_credential.py +1 -1
- pulumi_oci/identity/get_domains_oauth2client_credentials.py +1 -1
- pulumi_oci/identity/get_domains_password_policies.py +1 -1
- pulumi_oci/identity/get_domains_password_policy.py +1 -1
- pulumi_oci/identity/get_domains_resource_type_schema_attributes.py +1 -1
- pulumi_oci/identity/get_domains_security_question.py +1 -1
- pulumi_oci/identity/get_domains_security_question_setting.py +1 -1
- pulumi_oci/identity/get_domains_security_question_settings.py +1 -1
- pulumi_oci/identity/get_domains_security_questions.py +1 -1
- pulumi_oci/identity/get_domains_smtp_credential.py +1 -1
- pulumi_oci/identity/get_domains_smtp_credentials.py +1 -1
- pulumi_oci/identity/get_domains_user.py +1 -1
- pulumi_oci/identity/get_domains_user_attributes_setting.py +1 -1
- pulumi_oci/identity/get_domains_user_attributes_settings.py +1 -1
- pulumi_oci/identity/get_domains_user_db_credential.py +1 -1
- pulumi_oci/identity/get_domains_user_db_credentials.py +1 -1
- pulumi_oci/identity/get_domains_users.py +1 -1
- pulumi_oci/identity/get_dynamic_groups.py +1 -1
- pulumi_oci/identity/get_fault_domains.py +1 -1
- pulumi_oci/identity/get_group.py +1 -1
- pulumi_oci/identity/get_groups.py +1 -1
- pulumi_oci/identity/get_iam_work_request.py +1 -1
- pulumi_oci/identity/get_iam_work_request_errors.py +1 -1
- pulumi_oci/identity/get_iam_work_request_logs.py +1 -1
- pulumi_oci/identity/get_iam_work_requests.py +1 -1
- pulumi_oci/identity/get_identity_provider_groups.py +1 -1
- pulumi_oci/identity/get_identity_providers.py +1 -1
- pulumi_oci/identity/get_idp_group_mappings.py +1 -1
- pulumi_oci/identity/get_network_source.py +1 -1
- pulumi_oci/identity/get_network_sources.py +1 -1
- pulumi_oci/identity/get_policies.py +1 -1
- pulumi_oci/identity/get_region_subscriptions.py +1 -1
- pulumi_oci/identity/get_regions.py +1 -1
- pulumi_oci/identity/get_smtp_credentials.py +1 -1
- pulumi_oci/identity/get_tag.py +1 -1
- pulumi_oci/identity/get_tag_default.py +1 -1
- pulumi_oci/identity/get_tag_defaults.py +1 -1
- pulumi_oci/identity/get_tag_namespaces.py +1 -1
- pulumi_oci/identity/get_tag_standard_tag_namespace_template.py +1 -1
- pulumi_oci/identity/get_tag_standard_tag_namespace_templates.py +1 -1
- pulumi_oci/identity/get_tags.py +1 -1
- pulumi_oci/identity/get_tenancy.py +1 -1
- pulumi_oci/identity/get_ui_password.py +1 -1
- pulumi_oci/identity/get_user.py +1 -1
- pulumi_oci/identity/get_user_group_memberships.py +1 -1
- pulumi_oci/identity/get_users.py +1 -1
- pulumi_oci/identity/group.py +58 -14
- pulumi_oci/identity/identity_provider.py +94 -26
- pulumi_oci/identity/idp_group_mapping.py +49 -11
- pulumi_oci/identity/import_standard_tags_management.py +34 -6
- pulumi_oci/identity/network_source.py +76 -20
- pulumi_oci/identity/outputs.py +26012 -6023
- pulumi_oci/identity/policy.py +79 -21
- pulumi_oci/identity/smtp_credential.py +49 -11
- pulumi_oci/identity/tag.py +78 -19
- pulumi_oci/identity/tag_default.py +55 -13
- pulumi_oci/identity/tag_namespace.py +61 -15
- pulumi_oci/identity/ui_password.py +37 -7
- pulumi_oci/identity/user.py +85 -23
- pulumi_oci/identity/user_capabilities_management.py +55 -13
- pulumi_oci/identity/user_group_membership.py +46 -10
- pulumi_oci/identitydataplane/generated_scoped_access_token.py +34 -6
- pulumi_oci/integration/_inputs.py +131 -28
- pulumi_oci/integration/get_integration_instance.py +12 -2
- pulumi_oci/integration/get_integration_instances.py +1 -1
- pulumi_oci/integration/integration_instance.py +202 -41
- pulumi_oci/integration/outputs.py +447 -100
- pulumi_oci/jms/_inputs.py +187 -35
- pulumi_oci/jms/fleet.py +101 -25
- pulumi_oci/jms/get_announcements.py +1 -1
- pulumi_oci/jms/get_fleet.py +1 -1
- pulumi_oci/jms/get_fleet_advanced_feature_configuration.py +1 -1
- pulumi_oci/jms/get_fleet_blocklists.py +1 -1
- pulumi_oci/jms/get_fleet_crypto_analysis_result.py +1 -1
- pulumi_oci/jms/get_fleet_crypto_analysis_results.py +1 -1
- pulumi_oci/jms/get_fleet_diagnoses.py +1 -1
- pulumi_oci/jms/get_fleet_java_migration_analysis_result.py +1 -1
- pulumi_oci/jms/get_fleet_java_migration_analysis_results.py +1 -1
- pulumi_oci/jms/get_fleet_performance_tuning_analysis_result.py +1 -1
- pulumi_oci/jms/get_fleet_performance_tuning_analysis_results.py +1 -1
- pulumi_oci/jms/get_fleets.py +1 -1
- pulumi_oci/jms/get_installation_site.py +1 -1
- pulumi_oci/jms/get_installation_sites.py +1 -1
- pulumi_oci/jms/get_java_families.py +1 -1
- pulumi_oci/jms/get_java_family.py +1 -1
- pulumi_oci/jms/get_java_release.py +1 -1
- pulumi_oci/jms/get_java_releases.py +1 -1
- pulumi_oci/jms/get_list_jre_usage.py +1 -1
- pulumi_oci/jms/get_summarize_resource_inventory.py +1 -1
- pulumi_oci/jms/outputs.py +1287 -278
- pulumi_oci/kms/__init__.py +3 -0
- pulumi_oci/kms/_inputs.py +664 -42
- pulumi_oci/kms/ekms_private_endpoint.py +769 -0
- pulumi_oci/kms/encrypted_data.py +71 -23
- pulumi_oci/kms/generated_key.py +69 -16
- pulumi_oci/kms/get_decrypted_data.py +1 -1
- pulumi_oci/kms/get_ekms_private_endpoint.py +274 -0
- pulumi_oci/kms/get_ekms_private_endpoints.py +136 -0
- pulumi_oci/kms/get_encrypted_data.py +1 -1
- pulumi_oci/kms/get_key.py +27 -4
- pulumi_oci/kms/get_key_version.py +29 -3
- pulumi_oci/kms/get_key_versions.py +1 -1
- pulumi_oci/kms/get_keys.py +5 -5
- pulumi_oci/kms/get_replication_status.py +4 -1
- pulumi_oci/kms/get_vault.py +27 -4
- pulumi_oci/kms/get_vault_replicas.py +1 -1
- pulumi_oci/kms/get_vault_usage.py +1 -1
- pulumi_oci/kms/get_vaults.py +1 -1
- pulumi_oci/kms/key.py +224 -91
- pulumi_oci/kms/key_version.py +152 -43
- pulumi_oci/kms/outputs.py +2104 -173
- pulumi_oci/kms/sign.py +75 -29
- pulumi_oci/kms/vault.py +216 -34
- pulumi_oci/kms/vault_verification.py +31 -5
- pulumi_oci/kms/verify.py +83 -33
- pulumi_oci/licensemanager/_inputs.py +55 -12
- pulumi_oci/licensemanager/configuration.py +37 -7
- pulumi_oci/licensemanager/get_configuration.py +1 -1
- pulumi_oci/licensemanager/get_license_metric.py +1 -1
- pulumi_oci/licensemanager/get_license_record.py +1 -1
- pulumi_oci/licensemanager/get_license_records.py +1 -1
- pulumi_oci/licensemanager/get_product_license.py +1 -1
- pulumi_oci/licensemanager/get_product_license_consumers.py +1 -1
- pulumi_oci/licensemanager/get_product_licenses.py +1 -1
- pulumi_oci/licensemanager/get_top_utilized_product_licenses.py +1 -1
- pulumi_oci/licensemanager/get_top_utilized_resources.py +1 -1
- pulumi_oci/licensemanager/license_record.py +100 -28
- pulumi_oci/licensemanager/outputs.py +362 -91
- pulumi_oci/licensemanager/product_license.py +103 -29
- pulumi_oci/limits/_inputs.py +84 -17
- pulumi_oci/limits/get_limit_definitions.py +1 -1
- pulumi_oci/limits/get_limit_values.py +1 -1
- pulumi_oci/limits/get_quota.py +1 -1
- pulumi_oci/limits/get_quotas.py +1 -1
- pulumi_oci/limits/get_resource_availability.py +1 -1
- pulumi_oci/limits/get_services.py +1 -1
- pulumi_oci/limits/outputs.py +228 -51
- pulumi_oci/limits/quota.py +70 -18
- pulumi_oci/loadbalancer/_inputs.py +575 -132
- pulumi_oci/loadbalancer/backend.py +73 -19
- pulumi_oci/loadbalancer/backend_set.py +87 -17
- pulumi_oci/loadbalancer/certificate.py +58 -14
- pulumi_oci/loadbalancer/get_backend_health.py +1 -1
- pulumi_oci/loadbalancer/get_backend_set_health.py +1 -1
- pulumi_oci/loadbalancer/get_backend_sets.py +1 -1
- pulumi_oci/loadbalancer/get_backends.py +1 -1
- pulumi_oci/loadbalancer/get_certificates.py +1 -1
- pulumi_oci/loadbalancer/get_health.py +1 -1
- pulumi_oci/loadbalancer/get_hostnames.py +1 -1
- pulumi_oci/loadbalancer/get_listener_rules.py +1 -1
- pulumi_oci/loadbalancer/get_load_balancer_routing_policies.py +1 -1
- pulumi_oci/loadbalancer/get_load_balancer_routing_policy.py +1 -1
- pulumi_oci/loadbalancer/get_load_balancers.py +1 -1
- pulumi_oci/loadbalancer/get_path_route_sets.py +1 -1
- pulumi_oci/loadbalancer/get_policies.py +1 -1
- pulumi_oci/loadbalancer/get_protocols.py +1 -1
- pulumi_oci/loadbalancer/get_rule_set.py +1 -1
- pulumi_oci/loadbalancer/get_rule_sets.py +1 -1
- pulumi_oci/loadbalancer/get_shapes.py +1 -1
- pulumi_oci/loadbalancer/get_ssl_cipher_suite.py +1 -1
- pulumi_oci/loadbalancer/get_ssl_cipher_suites.py +1 -1
- pulumi_oci/loadbalancer/hostname.py +40 -8
- pulumi_oci/loadbalancer/listener.py +98 -24
- pulumi_oci/loadbalancer/load_balancer.py +105 -28
- pulumi_oci/loadbalancer/load_balancer_routing_policy.py +46 -10
- pulumi_oci/loadbalancer/outputs.py +1420 -325
- pulumi_oci/loadbalancer/path_route_set.py +40 -8
- pulumi_oci/loadbalancer/rule_set.py +40 -8
- pulumi_oci/loadbalancer/ssl_cipher_suite.py +40 -21
- pulumi_oci/loganalytics/_inputs.py +375 -79
- pulumi_oci/loganalytics/get_log_analytics_categories_list.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_category.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_entities.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_entities_summary.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_entity.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_entity_topology.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_log_group.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_log_groups.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_log_groups_summary.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_object_collection_rule.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_object_collection_rules.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_preference.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_resource_categories_list.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_unprocessed_data_bucket.py +1 -1
- pulumi_oci/loganalytics/get_log_sets_count.py +1 -1
- pulumi_oci/loganalytics/get_namespace.py +1 -1
- pulumi_oci/loganalytics/get_namespace_effective_properties.py +1 -1
- pulumi_oci/loganalytics/get_namespace_ingest_time_rule.py +1 -1
- pulumi_oci/loganalytics/get_namespace_ingest_time_rules.py +1 -1
- pulumi_oci/loganalytics/get_namespace_properties_metadata.py +1 -1
- pulumi_oci/loganalytics/get_namespace_rules.py +1 -1
- pulumi_oci/loganalytics/get_namespace_rules_summary.py +1 -1
- pulumi_oci/loganalytics/get_namespace_scheduled_task.py +1 -1
- pulumi_oci/loganalytics/get_namespace_scheduled_tasks.py +1 -1
- pulumi_oci/loganalytics/get_namespace_storage_encryption_key_info.py +1 -1
- pulumi_oci/loganalytics/get_namespace_storage_overlapping_recalls.py +1 -1
- pulumi_oci/loganalytics/get_namespace_storage_recall_count.py +1 -1
- pulumi_oci/loganalytics/get_namespace_storage_recalled_data_size.py +1 -1
- pulumi_oci/loganalytics/get_namespaces.py +1 -1
- pulumi_oci/loganalytics/log_analytics_entity.py +115 -33
- pulumi_oci/loganalytics/log_analytics_import_custom_content.py +58 -14
- pulumi_oci/loganalytics/log_analytics_log_group.py +61 -15
- pulumi_oci/loganalytics/log_analytics_object_collection_rule.py +163 -49
- pulumi_oci/loganalytics/log_analytics_preferences_management.py +31 -5
- pulumi_oci/loganalytics/log_analytics_resource_categories_management.py +43 -9
- pulumi_oci/loganalytics/log_analytics_unprocessed_data_bucket_management.py +43 -9
- pulumi_oci/loganalytics/namespace.py +37 -7
- pulumi_oci/loganalytics/namespace_ingest_time_rule.py +87 -22
- pulumi_oci/loganalytics/namespace_ingest_time_rules_management.py +37 -7
- pulumi_oci/loganalytics/namespace_scheduled_task.py +110 -28
- pulumi_oci/loganalytics/outputs.py +1401 -316
- pulumi_oci/logging/_inputs.py +284 -65
- pulumi_oci/logging/get_log.py +1 -1
- pulumi_oci/logging/get_log_group.py +1 -1
- pulumi_oci/logging/get_log_groups.py +1 -1
- pulumi_oci/logging/get_log_saved_search.py +1 -1
- pulumi_oci/logging/get_log_saved_searches.py +1 -1
- pulumi_oci/logging/get_logs.py +1 -1
- pulumi_oci/logging/get_unified_agent_configuration.py +1 -1
- pulumi_oci/logging/get_unified_agent_configurations.py +1 -1
- pulumi_oci/logging/log.py +87 -22
- pulumi_oci/logging/log_group.py +58 -14
- pulumi_oci/logging/log_saved_search.py +64 -16
- pulumi_oci/logging/outputs.py +718 -170
- pulumi_oci/logging/unified_agent_configuration.py +89 -21
- pulumi_oci/managementagent/_inputs.py +125 -26
- pulumi_oci/managementagent/get_management_agent.py +1 -1
- pulumi_oci/managementagent/get_management_agent_available_histories.py +1 -1
- pulumi_oci/managementagent/get_management_agent_count.py +1 -1
- pulumi_oci/managementagent/get_management_agent_get_auto_upgradable_config.py +1 -1
- pulumi_oci/managementagent/get_management_agent_images.py +1 -1
- pulumi_oci/managementagent/get_management_agent_install_key.py +1 -1
- pulumi_oci/managementagent/get_management_agent_install_keys.py +1 -1
- pulumi_oci/managementagent/get_management_agent_plugin_count.py +1 -1
- pulumi_oci/managementagent/get_management_agent_plugins.py +1 -1
- pulumi_oci/managementagent/get_management_agents.py +1 -1
- pulumi_oci/managementagent/management_agent.py +112 -32
- pulumi_oci/managementagent/management_agent_install_key.py +70 -18
- pulumi_oci/managementagent/outputs.py +520 -125
- pulumi_oci/managementdashboard/get_management_dashboards_export.py +1 -1
- pulumi_oci/managementdashboard/management_dashboards_import.py +31 -5
- pulumi_oci/marketplace/_inputs.py +238 -45
- pulumi_oci/marketplace/accepted_agreement.py +70 -18
- pulumi_oci/marketplace/get_accepted_agreement.py +1 -1
- pulumi_oci/marketplace/get_accepted_agreements.py +1 -1
- pulumi_oci/marketplace/get_categories.py +1 -1
- pulumi_oci/marketplace/get_listing.py +1 -1
- pulumi_oci/marketplace/get_listing_package.py +1 -1
- pulumi_oci/marketplace/get_listing_package_agreements.py +1 -1
- pulumi_oci/marketplace/get_listing_packages.py +1 -1
- pulumi_oci/marketplace/get_listing_taxes.py +1 -1
- pulumi_oci/marketplace/get_listings.py +1 -1
- pulumi_oci/marketplace/get_publication.py +1 -1
- pulumi_oci/marketplace/get_publication_package.py +1 -1
- pulumi_oci/marketplace/get_publication_packages.py +1 -1
- pulumi_oci/marketplace/get_publications.py +1 -1
- pulumi_oci/marketplace/get_publishers.py +1 -1
- pulumi_oci/marketplace/listing_package_agreement.py +55 -13
- pulumi_oci/marketplace/outputs.py +1266 -257
- pulumi_oci/marketplace/publication.py +99 -26
- pulumi_oci/mediaservices/_inputs.py +274 -57
- pulumi_oci/mediaservices/get_media_asset.py +1 -1
- pulumi_oci/mediaservices/get_media_asset_distribution_channel_attachment.py +1 -1
- pulumi_oci/mediaservices/get_media_assets.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow_configuration.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow_configurations.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow_job.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow_job_fact.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow_job_facts.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow_jobs.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow_task_declaration.py +1 -1
- pulumi_oci/mediaservices/get_media_workflows.py +1 -1
- pulumi_oci/mediaservices/get_stream_cdn_config.py +1 -1
- pulumi_oci/mediaservices/get_stream_cdn_configs.py +1 -1
- pulumi_oci/mediaservices/get_stream_distribution_channel.py +1 -1
- pulumi_oci/mediaservices/get_stream_distribution_channels.py +1 -1
- pulumi_oci/mediaservices/get_stream_packaging_config.py +1 -1
- pulumi_oci/mediaservices/get_stream_packaging_configs.py +1 -1
- pulumi_oci/mediaservices/get_system_media_workflow.py +1 -1
- pulumi_oci/mediaservices/media_asset.py +139 -41
- pulumi_oci/mediaservices/media_workflow.py +79 -21
- pulumi_oci/mediaservices/media_workflow_configuration.py +64 -16
- pulumi_oci/mediaservices/media_workflow_job.py +103 -29
- pulumi_oci/mediaservices/outputs.py +1093 -253
- pulumi_oci/mediaservices/stream_cdn_config.py +78 -19
- pulumi_oci/mediaservices/stream_distribution_channel.py +58 -14
- pulumi_oci/mediaservices/stream_packaging_config.py +81 -20
- pulumi_oci/meteringcomputation/_inputs.py +440 -103
- pulumi_oci/meteringcomputation/custom_table.py +42 -7
- pulumi_oci/meteringcomputation/get_configuration.py +1 -1
- pulumi_oci/meteringcomputation/get_custom_table.py +1 -1
- pulumi_oci/meteringcomputation/get_custom_tables.py +1 -1
- pulumi_oci/meteringcomputation/get_queries.py +1 -1
- pulumi_oci/meteringcomputation/get_query.py +1 -1
- pulumi_oci/meteringcomputation/get_schedule.py +1 -1
- pulumi_oci/meteringcomputation/get_scheduled_run.py +1 -1
- pulumi_oci/meteringcomputation/get_scheduled_runs.py +1 -1
- pulumi_oci/meteringcomputation/get_schedules.py +1 -1
- pulumi_oci/meteringcomputation/outputs.py +1074 -242
- pulumi_oci/meteringcomputation/query.py +36 -5
- pulumi_oci/meteringcomputation/schedule.py +107 -27
- pulumi_oci/meteringcomputation/usage.py +93 -24
- pulumi_oci/monitoring/_inputs.py +81 -16
- pulumi_oci/monitoring/alarm.py +147 -42
- pulumi_oci/monitoring/get_alarm.py +1 -1
- pulumi_oci/monitoring/get_alarm_history_collection.py +1 -1
- pulumi_oci/monitoring/get_alarm_statuses.py +1 -1
- pulumi_oci/monitoring/get_alarms.py +1 -1
- pulumi_oci/monitoring/get_metric_data.py +1 -1
- pulumi_oci/monitoring/get_metrics.py +1 -1
- pulumi_oci/monitoring/outputs.py +333 -79
- pulumi_oci/mysql/_inputs.py +1053 -242
- pulumi_oci/mysql/channel.py +89 -21
- pulumi_oci/mysql/get_channel.py +1 -1
- pulumi_oci/mysql/get_channels.py +1 -1
- pulumi_oci/mysql/get_heat_wave_cluster.py +1 -1
- pulumi_oci/mysql/get_mysql_backup.py +1 -1
- pulumi_oci/mysql/get_mysql_backups.py +1 -1
- pulumi_oci/mysql/get_mysql_configuration.py +1 -1
- pulumi_oci/mysql/get_mysql_configurations.py +1 -1
- pulumi_oci/mysql/get_mysql_db_system.py +1 -1
- pulumi_oci/mysql/get_mysql_db_systems.py +1 -1
- pulumi_oci/mysql/get_mysql_version.py +1 -1
- pulumi_oci/mysql/get_replica.py +43 -3
- pulumi_oci/mysql/get_replicas.py +39 -2
- pulumi_oci/mysql/get_shapes.py +1 -1
- pulumi_oci/mysql/heat_wave_cluster.py +61 -15
- pulumi_oci/mysql/mysql_backup.py +97 -27
- pulumi_oci/mysql/mysql_configuration.py +95 -23
- pulumi_oci/mysql/mysql_db_system.py +217 -62
- pulumi_oci/mysql/outputs.py +3298 -788
- pulumi_oci/mysql/replica.py +245 -65
- pulumi_oci/networkfirewall/_inputs.py +239 -50
- pulumi_oci/networkfirewall/get_network_firewall.py +1 -1
- pulumi_oci/networkfirewall/get_network_firewall_policies.py +1 -1
- pulumi_oci/networkfirewall/get_network_firewall_policy.py +1 -1
- pulumi_oci/networkfirewall/get_network_firewalls.py +1 -1
- pulumi_oci/networkfirewall/network_firewall.py +94 -26
- pulumi_oci/networkfirewall/network_firewall_policy.py +103 -29
- pulumi_oci/networkfirewall/outputs.py +787 -172
- pulumi_oci/networkloadbalancer/_inputs.py +272 -61
- pulumi_oci/networkloadbalancer/backend.py +79 -21
- pulumi_oci/networkloadbalancer/backend_set.py +63 -14
- pulumi_oci/networkloadbalancer/get_backend_health.py +1 -1
- pulumi_oci/networkloadbalancer/get_backend_set.py +1 -1
- pulumi_oci/networkloadbalancer/get_backend_set_health.py +1 -1
- pulumi_oci/networkloadbalancer/get_backend_sets.py +1 -1
- pulumi_oci/networkloadbalancer/get_backends.py +1 -1
- pulumi_oci/networkloadbalancer/get_listener.py +1 -1
- pulumi_oci/networkloadbalancer/get_listeners.py +1 -1
- pulumi_oci/networkloadbalancer/get_network_load_balancer.py +1 -1
- pulumi_oci/networkloadbalancer/get_network_load_balancer_health.py +1 -1
- pulumi_oci/networkloadbalancer/get_network_load_balancers.py +1 -1
- pulumi_oci/networkloadbalancer/get_network_load_balancers_policies.py +1 -1
- pulumi_oci/networkloadbalancer/get_network_load_balancers_protocols.py +1 -1
- pulumi_oci/networkloadbalancer/listener.py +55 -13
- pulumi_oci/networkloadbalancer/network_load_balancer.py +97 -27
- pulumi_oci/networkloadbalancer/network_load_balancers_backend_sets_unified.py +66 -15
- pulumi_oci/networkloadbalancer/outputs.py +716 -160
- pulumi_oci/nosql/_inputs.py +131 -28
- pulumi_oci/nosql/get_index.py +1 -1
- pulumi_oci/nosql/get_indexes.py +1 -1
- pulumi_oci/nosql/get_table.py +1 -1
- pulumi_oci/nosql/get_tables.py +1 -1
- pulumi_oci/nosql/index.py +61 -15
- pulumi_oci/nosql/outputs.py +416 -95
- pulumi_oci/nosql/table.py +87 -22
- pulumi_oci/objectstorage/_inputs.py +210 -45
- pulumi_oci/objectstorage/bucket.py +124 -36
- pulumi_oci/objectstorage/get_bucket.py +1 -1
- pulumi_oci/objectstorage/get_bucket_summaries.py +1 -1
- pulumi_oci/objectstorage/get_namespace.py +1 -1
- pulumi_oci/objectstorage/get_namespace_metadata.py +1 -1
- pulumi_oci/objectstorage/get_object.py +1 -1
- pulumi_oci/objectstorage/get_object_head.py +1 -1
- pulumi_oci/objectstorage/get_object_lifecycle_policy.py +1 -1
- pulumi_oci/objectstorage/get_object_versions.py +1 -1
- pulumi_oci/objectstorage/get_objects.py +1 -1
- pulumi_oci/objectstorage/get_preauthrequest.py +1 -1
- pulumi_oci/objectstorage/get_preauthrequests.py +1 -1
- pulumi_oci/objectstorage/get_replication_policies.py +1 -1
- pulumi_oci/objectstorage/get_replication_policy.py +1 -1
- pulumi_oci/objectstorage/get_replication_sources.py +1 -1
- pulumi_oci/objectstorage/namespace_metadata.py +37 -7
- pulumi_oci/objectstorage/object_lifecycle_policy.py +40 -8
- pulumi_oci/objectstorage/outputs.py +576 -139
- pulumi_oci/objectstorage/preauthrequest.py +79 -24
- pulumi_oci/objectstorage/replication_policy.py +67 -20
- pulumi_oci/objectstorage/storage_object.py +132 -37
- pulumi_oci/oce/_inputs.py +17 -4
- pulumi_oci/oce/get_oce_instance.py +1 -1
- pulumi_oci/oce/get_oce_instances.py +1 -1
- pulumi_oci/oce/instance.py +148 -44
- pulumi_oci/oce/outputs.py +105 -31
- pulumi_oci/ocvp/_inputs.py +139 -26
- pulumi_oci/ocvp/esxi_host.py +139 -54
- pulumi_oci/ocvp/get_exsi_host.py +1 -1
- pulumi_oci/ocvp/get_exsi_hosts.py +1 -1
- pulumi_oci/ocvp/get_sddc.py +1 -1
- pulumi_oci/ocvp/get_sddcs.py +1 -1
- pulumi_oci/ocvp/get_supported_host_shapes.py +1 -1
- pulumi_oci/ocvp/get_supported_skus.py +1 -1
- pulumi_oci/ocvp/get_supported_vmware_software_versions.py +1 -1
- pulumi_oci/ocvp/outputs.py +587 -145
- pulumi_oci/ocvp/sddc.py +289 -91
- pulumi_oci/oda/_inputs.py +94 -18
- pulumi_oci/oda/get_oda_instance.py +1 -1
- pulumi_oci/oda/get_oda_instances.py +1 -1
- pulumi_oci/oda/get_oda_private_endpoint.py +1 -1
- pulumi_oci/oda/get_oda_private_endpoint_attachment.py +1 -1
- pulumi_oci/oda/get_oda_private_endpoint_attachments.py +1 -1
- pulumi_oci/oda/get_oda_private_endpoint_scan_proxies.py +1 -1
- pulumi_oci/oda/get_oda_private_endpoint_scan_proxy.py +1 -1
- pulumi_oci/oda/get_oda_private_endpoints.py +1 -1
- pulumi_oci/oda/oda_instance.py +112 -32
- pulumi_oci/oda/oda_private_endpoint.py +70 -18
- pulumi_oci/oda/oda_private_endpoint_attachment.py +43 -9
- pulumi_oci/oda/oda_private_endpoint_scan_proxy.py +49 -11
- pulumi_oci/oda/outputs.py +354 -79
- pulumi_oci/onesubsription/_inputs.py +161 -31
- pulumi_oci/onesubsription/get_aggregated_computed_usages.py +1 -1
- pulumi_oci/onesubsription/get_billing_schedules.py +1 -1
- pulumi_oci/onesubsription/get_commitment.py +1 -1
- pulumi_oci/onesubsription/get_commitments.py +1 -1
- pulumi_oci/onesubsription/get_computed_usage.py +1 -1
- pulumi_oci/onesubsription/get_computed_usages.py +1 -1
- pulumi_oci/onesubsription/get_invoice_line_computed_usages.py +1 -1
- pulumi_oci/onesubsription/get_invoices.py +1 -1
- pulumi_oci/onesubsription/get_organization_subscriptions.py +1 -1
- pulumi_oci/onesubsription/get_ratecards.py +1 -1
- pulumi_oci/onesubsription/get_subscribed_service.py +1 -1
- pulumi_oci/onesubsription/get_subscribed_services.py +1 -1
- pulumi_oci/onesubsription/get_subscriptions.py +1 -1
- pulumi_oci/onesubsription/outputs.py +3104 -809
- pulumi_oci/ons/_inputs.py +33 -7
- pulumi_oci/ons/get_notification_topic.py +1 -1
- pulumi_oci/ons/get_notification_topics.py +1 -1
- pulumi_oci/ons/get_subscription.py +1 -1
- pulumi_oci/ons/get_subscriptions.py +1 -1
- pulumi_oci/ons/notification_topic.py +67 -17
- pulumi_oci/ons/outputs.py +139 -33
- pulumi_oci/ons/subscription.py +70 -18
- pulumi_oci/opa/_inputs.py +39 -9
- pulumi_oci/opa/get_opa_instance.py +1 -1
- pulumi_oci/opa/get_opa_instances.py +1 -1
- pulumi_oci/opa/opa_instance.py +109 -31
- pulumi_oci/opa/outputs.py +163 -41
- pulumi_oci/opensearch/_inputs.py +33 -7
- pulumi_oci/opensearch/cluster.py +217 -67
- pulumi_oci/opensearch/get_opensearch_cluster.py +1 -1
- pulumi_oci/opensearch/get_opensearch_clusters.py +1 -1
- pulumi_oci/opensearch/get_opensearch_version.py +1 -1
- pulumi_oci/opensearch/get_opensearch_versions.py +1 -1
- pulumi_oci/opensearch/outputs.py +200 -51
- pulumi_oci/operatoraccesscontrol/_inputs.py +65 -13
- pulumi_oci/operatoraccesscontrol/get_access_request.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_access_request_history.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_access_requests.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_action.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_actions.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_control.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_control_assignment.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_control_assignments.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_controls.py +1 -1
- pulumi_oci/operatoraccesscontrol/operator_control.py +112 -32
- pulumi_oci/operatoraccesscontrol/operator_control_assignment.py +151 -45
- pulumi_oci/operatoraccesscontrol/outputs.py +451 -116
- pulumi_oci/opsi/_inputs.py +476 -101
- pulumi_oci/opsi/awr_hub.py +73 -19
- pulumi_oci/opsi/database_insight.py +193 -54
- pulumi_oci/opsi/enterprise_manager_bridge.py +76 -20
- pulumi_oci/opsi/exadata_insight.py +130 -38
- pulumi_oci/opsi/get_awr_hub.py +1 -1
- pulumi_oci/opsi/get_awr_hub_awr_snapshot.py +1 -1
- pulumi_oci/opsi/get_awr_hub_awr_snapshots.py +1 -1
- pulumi_oci/opsi/get_awr_hub_awr_sources_summary.py +1 -1
- pulumi_oci/opsi/get_awr_hubs.py +1 -1
- pulumi_oci/opsi/get_database_insight.py +1 -1
- pulumi_oci/opsi/get_database_insights.py +1 -1
- pulumi_oci/opsi/get_enterprise_manager_bridge.py +1 -1
- pulumi_oci/opsi/get_enterprise_manager_bridges.py +1 -1
- pulumi_oci/opsi/get_exadata_insight.py +1 -1
- pulumi_oci/opsi/get_exadata_insights.py +1 -1
- pulumi_oci/opsi/get_host_insight.py +1 -1
- pulumi_oci/opsi/get_host_insights.py +1 -1
- pulumi_oci/opsi/get_importable_agent_entities.py +1 -1
- pulumi_oci/opsi/get_importable_agent_entity.py +1 -1
- pulumi_oci/opsi/get_importable_compute_entities.py +1 -1
- pulumi_oci/opsi/get_importable_compute_entity.py +1 -1
- pulumi_oci/opsi/get_news_report.py +1 -1
- pulumi_oci/opsi/get_news_reports.py +1 -1
- pulumi_oci/opsi/get_operations_insights_private_endpoint.py +1 -1
- pulumi_oci/opsi/get_operations_insights_private_endpoints.py +1 -1
- pulumi_oci/opsi/get_operations_insights_warehouse.py +1 -1
- pulumi_oci/opsi/get_operations_insights_warehouse_resource_usage_summary.py +1 -1
- pulumi_oci/opsi/get_operations_insights_warehouse_user.py +1 -1
- pulumi_oci/opsi/get_operations_insights_warehouse_users.py +1 -1
- pulumi_oci/opsi/get_operations_insights_warehouses.py +1 -1
- pulumi_oci/opsi/get_opsi_configuration.py +1 -1
- pulumi_oci/opsi/get_opsi_configuration_configuration_item.py +1 -1
- pulumi_oci/opsi/get_opsi_configurations.py +1 -1
- pulumi_oci/opsi/host_insight.py +130 -38
- pulumi_oci/opsi/news_report.py +99 -26
- pulumi_oci/opsi/operations_insights_private_endpoint.py +94 -26
- pulumi_oci/opsi/operations_insights_warehouse.py +85 -23
- pulumi_oci/opsi/operations_insights_warehouse_download_warehouse_wallet.py +31 -5
- pulumi_oci/opsi/operations_insights_warehouse_rotate_warehouse_wallet.py +25 -3
- pulumi_oci/opsi/operations_insights_warehouse_user.py +88 -24
- pulumi_oci/opsi/opsi_configuration.py +103 -29
- pulumi_oci/opsi/outputs.py +2124 -508
- pulumi_oci/optimizer/_inputs.py +240 -41
- pulumi_oci/optimizer/enrollment_status.py +46 -10
- pulumi_oci/optimizer/get_categories.py +1 -1
- pulumi_oci/optimizer/get_category.py +1 -1
- pulumi_oci/optimizer/get_enrollment_status.py +1 -1
- pulumi_oci/optimizer/get_enrollment_statuses.py +1 -1
- pulumi_oci/optimizer/get_histories.py +1 -1
- pulumi_oci/optimizer/get_profile.py +1 -1
- pulumi_oci/optimizer/get_profile_level.py +1 -1
- pulumi_oci/optimizer/get_profile_levels.py +1 -1
- pulumi_oci/optimizer/get_profiles.py +1 -1
- pulumi_oci/optimizer/get_recommendation.py +1 -1
- pulumi_oci/optimizer/get_recommendation_strategies.py +1 -1
- pulumi_oci/optimizer/get_recommendation_strategy.py +1 -1
- pulumi_oci/optimizer/get_recommendations.py +1 -1
- pulumi_oci/optimizer/get_resource_action.py +1 -1
- pulumi_oci/optimizer/get_resource_actions.py +1 -1
- pulumi_oci/optimizer/outputs.py +1112 -222
- pulumi_oci/optimizer/profile.py +97 -22
- pulumi_oci/optimizer/recommendation.py +76 -20
- pulumi_oci/optimizer/resource_action.py +82 -22
- pulumi_oci/osmanagement/_inputs.py +211 -36
- pulumi_oci/osmanagement/get_managed_instance.py +1 -1
- pulumi_oci/osmanagement/get_managed_instance_event_report.py +1 -1
- pulumi_oci/osmanagement/get_managed_instance_group.py +1 -1
- pulumi_oci/osmanagement/get_managed_instance_groups.py +1 -1
- pulumi_oci/osmanagement/get_managed_instance_module_streams.py +1 -1
- pulumi_oci/osmanagement/get_managed_instance_stream_profile.py +1 -1
- pulumi_oci/osmanagement/get_managed_instances.py +1 -1
- pulumi_oci/osmanagement/get_software_source.py +1 -1
- pulumi_oci/osmanagement/get_software_source_module_stream.py +1 -1
- pulumi_oci/osmanagement/get_software_source_module_stream_profile.py +1 -1
- pulumi_oci/osmanagement/get_software_source_stream_profile.py +1 -1
- pulumi_oci/osmanagement/get_software_sources.py +1 -1
- pulumi_oci/osmanagement/managed_instance.py +106 -30
- pulumi_oci/osmanagement/managed_instance_group.py +64 -16
- pulumi_oci/osmanagement/managed_instance_management.py +78 -19
- pulumi_oci/osmanagement/outputs.py +644 -136
- pulumi_oci/osmanagement/software_source.py +115 -33
- pulumi_oci/ospgateway/_inputs.py +544 -147
- pulumi_oci/ospgateway/address_action_verification.py +196 -60
- pulumi_oci/ospgateway/get_address.py +1 -1
- pulumi_oci/ospgateway/get_address_rule.py +1 -1
- pulumi_oci/ospgateway/get_invoice.py +1 -1
- pulumi_oci/ospgateway/get_invoices.py +1 -1
- pulumi_oci/ospgateway/get_invoices_invoice_line.py +1 -1
- pulumi_oci/ospgateway/get_invoices_invoice_lines.py +1 -1
- pulumi_oci/ospgateway/get_subscription.py +1 -1
- pulumi_oci/ospgateway/get_subscriptions.py +1 -1
- pulumi_oci/ospgateway/outputs.py +2149 -563
- pulumi_oci/ospgateway/subscription.py +114 -31
- pulumi_oci/osubbillingschedule/_inputs.py +17 -4
- pulumi_oci/osubbillingschedule/get_billing_schedule.py +1 -1
- pulumi_oci/osubbillingschedule/outputs.py +73 -18
- pulumi_oci/osuborganizationsubscription/_inputs.py +17 -4
- pulumi_oci/osuborganizationsubscription/get_organization_subscriptions.py +1 -1
- pulumi_oci/osuborganizationsubscription/outputs.py +64 -15
- pulumi_oci/osubsubscription/_inputs.py +49 -10
- pulumi_oci/osubsubscription/get_commitment.py +1 -1
- pulumi_oci/osubsubscription/get_commitments.py +1 -1
- pulumi_oci/osubsubscription/get_ratecards.py +1 -1
- pulumi_oci/osubsubscription/get_subscriptions.py +1 -1
- pulumi_oci/osubsubscription/outputs.py +326 -79
- pulumi_oci/osubusage/_inputs.py +33 -7
- pulumi_oci/osubusage/get_commitment_aggregateds.py +1 -1
- pulumi_oci/osubusage/get_computed_usage.py +1 -1
- pulumi_oci/osubusage/get_computed_usages.py +1 -1
- pulumi_oci/osubusage/outputs.py +354 -93
- pulumi_oci/provider.py +51 -14
- pulumi_oci/queue/_inputs.py +17 -4
- pulumi_oci/queue/get_queue.py +28 -15
- pulumi_oci/queue/get_queues.py +11 -11
- pulumi_oci/queue/outputs.py +116 -38
- pulumi_oci/queue/queue.py +211 -84
- pulumi_oci/recoverymod/_inputs.py +90 -19
- pulumi_oci/recoverymod/get_protected_database.py +1 -1
- pulumi_oci/recoverymod/get_protected_database_fetch_configuration.py +1 -1
- pulumi_oci/recoverymod/get_protected_databases.py +1 -1
- pulumi_oci/recoverymod/get_protection_policies.py +1 -1
- pulumi_oci/recoverymod/get_protection_policy.py +1 -1
- pulumi_oci/recoverymod/get_recovery_service_subnet.py +1 -1
- pulumi_oci/recoverymod/get_recovery_service_subnets.py +1 -1
- pulumi_oci/recoverymod/outputs.py +361 -86
- pulumi_oci/recoverymod/protected_database.py +115 -33
- pulumi_oci/recoverymod/protection_policy.py +67 -17
- pulumi_oci/recoverymod/recovery_service_subnet.py +70 -18
- pulumi_oci/resourcemanager/_inputs.py +33 -7
- pulumi_oci/resourcemanager/get_private_endpoint.py +1 -1
- pulumi_oci/resourcemanager/get_private_endpoint_reachable_ip.py +1 -1
- pulumi_oci/resourcemanager/get_private_endpoints.py +1 -1
- pulumi_oci/resourcemanager/get_stack.py +1 -1
- pulumi_oci/resourcemanager/get_stack_tf_state.py +1 -1
- pulumi_oci/resourcemanager/get_stacks.py +1 -1
- pulumi_oci/resourcemanager/outputs.py +161 -38
- pulumi_oci/resourcemanager/private_endpoint.py +88 -24
- pulumi_oci/sch/_inputs.py +220 -46
- pulumi_oci/sch/connector.py +95 -23
- pulumi_oci/sch/get_service_connector.py +1 -1
- pulumi_oci/sch/get_service_connectors.py +1 -1
- pulumi_oci/sch/outputs.py +685 -145
- pulumi_oci/secrets/_inputs.py +17 -4
- pulumi_oci/secrets/get_secretbundle.py +1 -1
- pulumi_oci/secrets/get_secretbundle_versions.py +1 -1
- pulumi_oci/secrets/outputs.py +58 -13
- pulumi_oci/servicecatalog/_inputs.py +97 -19
- pulumi_oci/servicecatalog/catalog.py +52 -12
- pulumi_oci/servicecatalog/catalog_association.py +40 -8
- pulumi_oci/servicecatalog/get_private_application.py +1 -1
- pulumi_oci/servicecatalog/get_private_application_package.py +1 -1
- pulumi_oci/servicecatalog/get_private_application_packages.py +1 -1
- pulumi_oci/servicecatalog/get_private_applications.py +1 -1
- pulumi_oci/servicecatalog/get_service_catalog.py +1 -1
- pulumi_oci/servicecatalog/get_service_catalog_association.py +1 -1
- pulumi_oci/servicecatalog/get_service_catalog_associations.py +1 -1
- pulumi_oci/servicecatalog/get_service_catalogs.py +1 -1
- pulumi_oci/servicecatalog/outputs.py +334 -70
- pulumi_oci/servicecatalog/private_application.py +87 -22
- pulumi_oci/servicemanagerproxy/_inputs.py +17 -4
- pulumi_oci/servicemanagerproxy/get_service_environment.py +1 -1
- pulumi_oci/servicemanagerproxy/get_service_environments.py +1 -1
- pulumi_oci/servicemanagerproxy/outputs.py +125 -26
- pulumi_oci/servicemesh/_inputs.py +493 -95
- pulumi_oci/servicemesh/access_policy.py +76 -20
- pulumi_oci/servicemesh/get_access_policies.py +1 -1
- pulumi_oci/servicemesh/get_access_policy.py +1 -1
- pulumi_oci/servicemesh/get_ingress_gateway.py +1 -1
- pulumi_oci/servicemesh/get_ingress_gateway_route_table.py +1 -1
- pulumi_oci/servicemesh/get_ingress_gateway_route_tables.py +1 -1
- pulumi_oci/servicemesh/get_ingress_gateways.py +1 -1
- pulumi_oci/servicemesh/get_mesh.py +1 -1
- pulumi_oci/servicemesh/get_meshes.py +1 -1
- pulumi_oci/servicemesh/get_proxy_detail.py +21 -1
- pulumi_oci/servicemesh/get_virtual_deployment.py +1 -1
- pulumi_oci/servicemesh/get_virtual_deployments.py +1 -1
- pulumi_oci/servicemesh/get_virtual_service.py +1 -1
- pulumi_oci/servicemesh/get_virtual_service_route_table.py +1 -1
- pulumi_oci/servicemesh/get_virtual_service_route_tables.py +1 -1
- pulumi_oci/servicemesh/get_virtual_services.py +1 -1
- pulumi_oci/servicemesh/ingress_gateway.py +98 -24
- pulumi_oci/servicemesh/ingress_gateway_route_table.py +82 -22
- pulumi_oci/servicemesh/mesh.py +81 -20
- pulumi_oci/servicemesh/outputs.py +1669 -347
- pulumi_oci/servicemesh/virtual_deployment.py +98 -24
- pulumi_oci/servicemesh/virtual_service.py +98 -24
- pulumi_oci/servicemesh/virtual_service_route_table.py +82 -22
- pulumi_oci/stackmonitoring/__init__.py +3 -0
- pulumi_oci/stackmonitoring/_inputs.py +548 -105
- pulumi_oci/stackmonitoring/config.py +697 -0
- pulumi_oci/stackmonitoring/discovery_job.py +87 -22
- pulumi_oci/stackmonitoring/get_config.py +248 -0
- pulumi_oci/stackmonitoring/get_configs.py +193 -0
- pulumi_oci/stackmonitoring/get_discovery_job.py +1 -1
- pulumi_oci/stackmonitoring/get_discovery_job_logs.py +1 -1
- pulumi_oci/stackmonitoring/get_discovery_jobs.py +1 -1
- pulumi_oci/stackmonitoring/get_monitored_resource.py +1 -1
- pulumi_oci/stackmonitoring/monitored_resource.py +151 -40
- pulumi_oci/stackmonitoring/monitored_resources_associate_monitored_resource.py +58 -14
- pulumi_oci/stackmonitoring/monitored_resources_list_member.py +40 -8
- pulumi_oci/stackmonitoring/monitored_resources_search.py +124 -36
- pulumi_oci/stackmonitoring/monitored_resources_search_association.py +70 -18
- pulumi_oci/stackmonitoring/outputs.py +1085 -177
- pulumi_oci/streaming/_inputs.py +97 -19
- pulumi_oci/streaming/connect_harness.py +52 -12
- pulumi_oci/streaming/get_connect_harness.py +1 -1
- pulumi_oci/streaming/get_connect_harnesses.py +1 -1
- pulumi_oci/streaming/get_stream.py +1 -1
- pulumi_oci/streaming/get_stream_pool.py +1 -1
- pulumi_oci/streaming/get_stream_pools.py +1 -1
- pulumi_oci/streaming/get_streams.py +1 -1
- pulumi_oci/streaming/outputs.py +313 -70
- pulumi_oci/streaming/stream.py +73 -19
- pulumi_oci/streaming/stream_pool.py +91 -20
- pulumi_oci/usageproxy/_inputs.py +129 -25
- pulumi_oci/usageproxy/get_resource_quotas.py +1 -1
- pulumi_oci/usageproxy/get_resources.py +1 -1
- pulumi_oci/usageproxy/get_subscription_product.py +1 -1
- pulumi_oci/usageproxy/get_subscription_products.py +1 -1
- pulumi_oci/usageproxy/get_subscription_redeemable_user.py +1 -1
- pulumi_oci/usageproxy/get_subscription_redeemable_users.py +1 -1
- pulumi_oci/usageproxy/get_subscription_redemption.py +1 -1
- pulumi_oci/usageproxy/get_subscription_redemptions.py +1 -1
- pulumi_oci/usageproxy/get_subscription_reward.py +1 -1
- pulumi_oci/usageproxy/get_subscription_rewards.py +1 -1
- pulumi_oci/usageproxy/get_usagelimits.py +1 -1
- pulumi_oci/usageproxy/outputs.py +682 -151
- pulumi_oci/usageproxy/subscription_redeemable_user.py +43 -9
- pulumi_oci/vault/_inputs.py +58 -13
- pulumi_oci/vault/get_secret.py +1 -1
- pulumi_oci/vault/get_secret_version.py +1 -1
- pulumi_oci/vault/get_secrets.py +1 -1
- pulumi_oci/vault/outputs.py +198 -48
- pulumi_oci/vault/secret.py +102 -27
- pulumi_oci/vbs/_inputs.py +17 -4
- pulumi_oci/vbs/get_inst_vbs_instance.py +1 -1
- pulumi_oci/vbs/get_inst_vbs_instances.py +1 -1
- pulumi_oci/vbs/inst_vbs_instance.py +85 -23
- pulumi_oci/vbs/outputs.py +79 -20
- pulumi_oci/visualbuilder/_inputs.py +93 -20
- pulumi_oci/visualbuilder/get_vb_instance.py +1 -1
- pulumi_oci/visualbuilder/get_vb_instance_applications.py +1 -1
- pulumi_oci/visualbuilder/get_vb_instances.py +1 -1
- pulumi_oci/visualbuilder/outputs.py +360 -81
- pulumi_oci/visualbuilder/vb_instance.py +120 -33
- pulumi_oci/vnmonitoring/_inputs.py +229 -56
- pulumi_oci/vnmonitoring/get_path_analyzer_test.py +1 -1
- pulumi_oci/vnmonitoring/get_path_analyzer_tests.py +1 -1
- pulumi_oci/vnmonitoring/outputs.py +500 -123
- pulumi_oci/vnmonitoring/path_analysi.py +93 -19
- pulumi_oci/vnmonitoring/path_analyzer_test.py +105 -23
- pulumi_oci/vulnerabilityscanning/_inputs.py +220 -39
- pulumi_oci/vulnerabilityscanning/container_scan_recipe.py +72 -17
- pulumi_oci/vulnerabilityscanning/container_scan_target.py +78 -19
- pulumi_oci/vulnerabilityscanning/get_container_scan_recipe.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_container_scan_recipes.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_container_scan_target.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_container_scan_targets.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_host_scan_recipe.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_host_scan_recipes.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_host_scan_target.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_host_scan_target_errors.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_host_scan_targets.py +1 -1
- pulumi_oci/vulnerabilityscanning/host_scan_recipe.py +99 -21
- pulumi_oci/vulnerabilityscanning/host_scan_target.py +79 -21
- pulumi_oci/vulnerabilityscanning/outputs.py +770 -150
- pulumi_oci/waa/_inputs.py +63 -10
- pulumi_oci/waa/app_acceleration.py +79 -21
- pulumi_oci/waa/app_acceleration_policy.py +83 -19
- pulumi_oci/waa/get_app_acceleration.py +1 -1
- pulumi_oci/waa/get_app_acceleration_policies.py +1 -1
- pulumi_oci/waa/get_app_acceleration_policy.py +1 -1
- pulumi_oci/waa/get_app_accelerations.py +1 -1
- pulumi_oci/waa/outputs.py +232 -43
- pulumi_oci/waas/_inputs.py +960 -225
- pulumi_oci/waas/address_list.py +58 -14
- pulumi_oci/waas/certificate.py +97 -27
- pulumi_oci/waas/custom_protection_rule.py +64 -16
- pulumi_oci/waas/get_address_list.py +1 -1
- pulumi_oci/waas/get_address_lists.py +1 -1
- pulumi_oci/waas/get_certificate.py +1 -1
- pulumi_oci/waas/get_certificates.py +1 -1
- pulumi_oci/waas/get_custom_protection_rule.py +1 -1
- pulumi_oci/waas/get_custom_protection_rules.py +1 -1
- pulumi_oci/waas/get_edge_subnets.py +1 -1
- pulumi_oci/waas/get_http_redirect.py +1 -1
- pulumi_oci/waas/get_http_redirects.py +1 -1
- pulumi_oci/waas/get_protection_rule.py +1 -1
- pulumi_oci/waas/get_protection_rules.py +1 -1
- pulumi_oci/waas/get_waas_policies.py +1 -1
- pulumi_oci/waas/get_waas_policy.py +1 -1
- pulumi_oci/waas/http_redirect.py +72 -17
- pulumi_oci/waas/outputs.py +2925 -705
- pulumi_oci/waas/policy.py +98 -24
- pulumi_oci/waas/protection_rule.py +55 -13
- pulumi_oci/waas/purge_cache.py +31 -5
- pulumi_oci/waf/_inputs.py +500 -102
- pulumi_oci/waf/app_firewall.py +79 -21
- pulumi_oci/waf/app_firewall_policy.py +122 -27
- pulumi_oci/waf/get_firewalls.py +1 -1
- pulumi_oci/waf/get_network_address_list.py +1 -1
- pulumi_oci/waf/get_network_address_lists.py +1 -1
- pulumi_oci/waf/get_protection_capabilities.py +1 -1
- pulumi_oci/waf/get_protection_capability_group_tags.py +1 -1
- pulumi_oci/waf/get_web_app_firewall.py +1 -1
- pulumi_oci/waf/get_web_app_firewall_policies.py +1 -1
- pulumi_oci/waf/get_web_app_firewall_policy.py +1 -1
- pulumi_oci/waf/network_address_list.py +79 -21
- pulumi_oci/waf/outputs.py +1595 -334
- {pulumi_oci-1.11.0a1695814503.dist-info → pulumi_oci-1.12.0.dist-info}/METADATA +1 -1
- pulumi_oci-1.12.0.dist-info/RECORD +2330 -0
- pulumi_oci-1.11.0a1695814503.dist-info/RECORD +0 -2312
- {pulumi_oci-1.11.0a1695814503.dist-info → pulumi_oci-1.12.0.dist-info}/WHEEL +0 -0
- {pulumi_oci-1.11.0a1695814503.dist-info → pulumi_oci-1.12.0.dist-info}/top_level.txt +0 -0
pulumi_oci/ospgateway/outputs.py
CHANGED
@@ -6,7 +6,7 @@ import copy
|
|
6
6
|
import warnings
|
7
7
|
import pulumi
|
8
8
|
import pulumi.runtime
|
9
|
-
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
9
|
+
from typing import Any, Callable, Mapping, Optional, Sequence, Union, overload
|
10
10
|
from .. import _utilities
|
11
11
|
from . import outputs
|
12
12
|
|
@@ -189,58 +189,117 @@ class AddressActionVerificationAddress(dict):
|
|
189
189
|
** IMPORTANT **
|
190
190
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
191
191
|
"""
|
192
|
+
AddressActionVerificationAddress._configure(
|
193
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
194
|
+
address_key=address_key,
|
195
|
+
city=city,
|
196
|
+
company_name=company_name,
|
197
|
+
contributor_class=contributor_class,
|
198
|
+
country=country,
|
199
|
+
county=county,
|
200
|
+
department_name=department_name,
|
201
|
+
email_address=email_address,
|
202
|
+
first_name=first_name,
|
203
|
+
internal_number=internal_number,
|
204
|
+
job_title=job_title,
|
205
|
+
last_name=last_name,
|
206
|
+
line1=line1,
|
207
|
+
line2=line2,
|
208
|
+
line3=line3,
|
209
|
+
line4=line4,
|
210
|
+
middle_name=middle_name,
|
211
|
+
municipal_inscription=municipal_inscription,
|
212
|
+
phone_country_code=phone_country_code,
|
213
|
+
phone_number=phone_number,
|
214
|
+
postal_code=postal_code,
|
215
|
+
province=province,
|
216
|
+
state=state,
|
217
|
+
state_inscription=state_inscription,
|
218
|
+
street_name=street_name,
|
219
|
+
street_number=street_number,
|
220
|
+
)
|
221
|
+
@staticmethod
|
222
|
+
def _configure(
|
223
|
+
_setter: Callable[[Any, Any], None],
|
224
|
+
address_key: Optional[str] = None,
|
225
|
+
city: Optional[str] = None,
|
226
|
+
company_name: Optional[str] = None,
|
227
|
+
contributor_class: Optional[str] = None,
|
228
|
+
country: Optional[str] = None,
|
229
|
+
county: Optional[str] = None,
|
230
|
+
department_name: Optional[str] = None,
|
231
|
+
email_address: Optional[str] = None,
|
232
|
+
first_name: Optional[str] = None,
|
233
|
+
internal_number: Optional[str] = None,
|
234
|
+
job_title: Optional[str] = None,
|
235
|
+
last_name: Optional[str] = None,
|
236
|
+
line1: Optional[str] = None,
|
237
|
+
line2: Optional[str] = None,
|
238
|
+
line3: Optional[str] = None,
|
239
|
+
line4: Optional[str] = None,
|
240
|
+
middle_name: Optional[str] = None,
|
241
|
+
municipal_inscription: Optional[str] = None,
|
242
|
+
phone_country_code: Optional[str] = None,
|
243
|
+
phone_number: Optional[str] = None,
|
244
|
+
postal_code: Optional[str] = None,
|
245
|
+
province: Optional[str] = None,
|
246
|
+
state: Optional[str] = None,
|
247
|
+
state_inscription: Optional[str] = None,
|
248
|
+
street_name: Optional[str] = None,
|
249
|
+
street_number: Optional[str] = None,
|
250
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
192
251
|
if address_key is not None:
|
193
|
-
|
252
|
+
_setter("address_key", address_key)
|
194
253
|
if city is not None:
|
195
|
-
|
254
|
+
_setter("city", city)
|
196
255
|
if company_name is not None:
|
197
|
-
|
256
|
+
_setter("company_name", company_name)
|
198
257
|
if contributor_class is not None:
|
199
|
-
|
258
|
+
_setter("contributor_class", contributor_class)
|
200
259
|
if country is not None:
|
201
|
-
|
260
|
+
_setter("country", country)
|
202
261
|
if county is not None:
|
203
|
-
|
262
|
+
_setter("county", county)
|
204
263
|
if department_name is not None:
|
205
|
-
|
264
|
+
_setter("department_name", department_name)
|
206
265
|
if email_address is not None:
|
207
|
-
|
266
|
+
_setter("email_address", email_address)
|
208
267
|
if first_name is not None:
|
209
|
-
|
268
|
+
_setter("first_name", first_name)
|
210
269
|
if internal_number is not None:
|
211
|
-
|
270
|
+
_setter("internal_number", internal_number)
|
212
271
|
if job_title is not None:
|
213
|
-
|
272
|
+
_setter("job_title", job_title)
|
214
273
|
if last_name is not None:
|
215
|
-
|
274
|
+
_setter("last_name", last_name)
|
216
275
|
if line1 is not None:
|
217
|
-
|
276
|
+
_setter("line1", line1)
|
218
277
|
if line2 is not None:
|
219
|
-
|
278
|
+
_setter("line2", line2)
|
220
279
|
if line3 is not None:
|
221
|
-
|
280
|
+
_setter("line3", line3)
|
222
281
|
if line4 is not None:
|
223
|
-
|
282
|
+
_setter("line4", line4)
|
224
283
|
if middle_name is not None:
|
225
|
-
|
284
|
+
_setter("middle_name", middle_name)
|
226
285
|
if municipal_inscription is not None:
|
227
|
-
|
286
|
+
_setter("municipal_inscription", municipal_inscription)
|
228
287
|
if phone_country_code is not None:
|
229
|
-
|
288
|
+
_setter("phone_country_code", phone_country_code)
|
230
289
|
if phone_number is not None:
|
231
|
-
|
290
|
+
_setter("phone_number", phone_number)
|
232
291
|
if postal_code is not None:
|
233
|
-
|
292
|
+
_setter("postal_code", postal_code)
|
234
293
|
if province is not None:
|
235
|
-
|
294
|
+
_setter("province", province)
|
236
295
|
if state is not None:
|
237
|
-
|
296
|
+
_setter("state", state)
|
238
297
|
if state_inscription is not None:
|
239
|
-
|
298
|
+
_setter("state_inscription", state_inscription)
|
240
299
|
if street_name is not None:
|
241
|
-
|
300
|
+
_setter("street_name", street_name)
|
242
301
|
if street_number is not None:
|
243
|
-
|
302
|
+
_setter("street_number", street_number)
|
244
303
|
|
245
304
|
@property
|
246
305
|
@pulumi.getter(name="addressKey")
|
@@ -561,58 +620,117 @@ class SubscriptionBillingAddress(dict):
|
|
561
620
|
:param str street_name: (Updatable) Street name of the address.
|
562
621
|
:param str street_number: (Updatable) Street number of the address.
|
563
622
|
"""
|
623
|
+
SubscriptionBillingAddress._configure(
|
624
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
625
|
+
address_key=address_key,
|
626
|
+
city=city,
|
627
|
+
company_name=company_name,
|
628
|
+
contributor_class=contributor_class,
|
629
|
+
country=country,
|
630
|
+
county=county,
|
631
|
+
department_name=department_name,
|
632
|
+
email_address=email_address,
|
633
|
+
first_name=first_name,
|
634
|
+
internal_number=internal_number,
|
635
|
+
job_title=job_title,
|
636
|
+
last_name=last_name,
|
637
|
+
line1=line1,
|
638
|
+
line2=line2,
|
639
|
+
line3=line3,
|
640
|
+
line4=line4,
|
641
|
+
middle_name=middle_name,
|
642
|
+
municipal_inscription=municipal_inscription,
|
643
|
+
phone_country_code=phone_country_code,
|
644
|
+
phone_number=phone_number,
|
645
|
+
postal_code=postal_code,
|
646
|
+
province=province,
|
647
|
+
state=state,
|
648
|
+
state_inscription=state_inscription,
|
649
|
+
street_name=street_name,
|
650
|
+
street_number=street_number,
|
651
|
+
)
|
652
|
+
@staticmethod
|
653
|
+
def _configure(
|
654
|
+
_setter: Callable[[Any, Any], None],
|
655
|
+
address_key: Optional[str] = None,
|
656
|
+
city: Optional[str] = None,
|
657
|
+
company_name: Optional[str] = None,
|
658
|
+
contributor_class: Optional[str] = None,
|
659
|
+
country: Optional[str] = None,
|
660
|
+
county: Optional[str] = None,
|
661
|
+
department_name: Optional[str] = None,
|
662
|
+
email_address: Optional[str] = None,
|
663
|
+
first_name: Optional[str] = None,
|
664
|
+
internal_number: Optional[str] = None,
|
665
|
+
job_title: Optional[str] = None,
|
666
|
+
last_name: Optional[str] = None,
|
667
|
+
line1: Optional[str] = None,
|
668
|
+
line2: Optional[str] = None,
|
669
|
+
line3: Optional[str] = None,
|
670
|
+
line4: Optional[str] = None,
|
671
|
+
middle_name: Optional[str] = None,
|
672
|
+
municipal_inscription: Optional[str] = None,
|
673
|
+
phone_country_code: Optional[str] = None,
|
674
|
+
phone_number: Optional[str] = None,
|
675
|
+
postal_code: Optional[str] = None,
|
676
|
+
province: Optional[str] = None,
|
677
|
+
state: Optional[str] = None,
|
678
|
+
state_inscription: Optional[str] = None,
|
679
|
+
street_name: Optional[str] = None,
|
680
|
+
street_number: Optional[str] = None,
|
681
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
564
682
|
if address_key is not None:
|
565
|
-
|
683
|
+
_setter("address_key", address_key)
|
566
684
|
if city is not None:
|
567
|
-
|
685
|
+
_setter("city", city)
|
568
686
|
if company_name is not None:
|
569
|
-
|
687
|
+
_setter("company_name", company_name)
|
570
688
|
if contributor_class is not None:
|
571
|
-
|
689
|
+
_setter("contributor_class", contributor_class)
|
572
690
|
if country is not None:
|
573
|
-
|
691
|
+
_setter("country", country)
|
574
692
|
if county is not None:
|
575
|
-
|
693
|
+
_setter("county", county)
|
576
694
|
if department_name is not None:
|
577
|
-
|
695
|
+
_setter("department_name", department_name)
|
578
696
|
if email_address is not None:
|
579
|
-
|
697
|
+
_setter("email_address", email_address)
|
580
698
|
if first_name is not None:
|
581
|
-
|
699
|
+
_setter("first_name", first_name)
|
582
700
|
if internal_number is not None:
|
583
|
-
|
701
|
+
_setter("internal_number", internal_number)
|
584
702
|
if job_title is not None:
|
585
|
-
|
703
|
+
_setter("job_title", job_title)
|
586
704
|
if last_name is not None:
|
587
|
-
|
705
|
+
_setter("last_name", last_name)
|
588
706
|
if line1 is not None:
|
589
|
-
|
707
|
+
_setter("line1", line1)
|
590
708
|
if line2 is not None:
|
591
|
-
|
709
|
+
_setter("line2", line2)
|
592
710
|
if line3 is not None:
|
593
|
-
|
711
|
+
_setter("line3", line3)
|
594
712
|
if line4 is not None:
|
595
|
-
|
713
|
+
_setter("line4", line4)
|
596
714
|
if middle_name is not None:
|
597
|
-
|
715
|
+
_setter("middle_name", middle_name)
|
598
716
|
if municipal_inscription is not None:
|
599
|
-
|
717
|
+
_setter("municipal_inscription", municipal_inscription)
|
600
718
|
if phone_country_code is not None:
|
601
|
-
|
719
|
+
_setter("phone_country_code", phone_country_code)
|
602
720
|
if phone_number is not None:
|
603
|
-
|
721
|
+
_setter("phone_number", phone_number)
|
604
722
|
if postal_code is not None:
|
605
|
-
|
723
|
+
_setter("postal_code", postal_code)
|
606
724
|
if province is not None:
|
607
|
-
|
725
|
+
_setter("province", province)
|
608
726
|
if state is not None:
|
609
|
-
|
727
|
+
_setter("state", state)
|
610
728
|
if state_inscription is not None:
|
611
|
-
|
729
|
+
_setter("state_inscription", state_inscription)
|
612
730
|
if street_name is not None:
|
613
|
-
|
731
|
+
_setter("street_name", street_name)
|
614
732
|
if street_number is not None:
|
615
|
-
|
733
|
+
_setter("street_number", street_number)
|
616
734
|
|
617
735
|
@property
|
618
736
|
@pulumi.getter(name="addressKey")
|
@@ -847,8 +965,17 @@ class SubscriptionPaymentGateway(dict):
|
|
847
965
|
"""
|
848
966
|
:param Sequence['SubscriptionPaymentGatewayMerchantDefinedDataArgs'] merchant_defined_datas: (Updatable) Merchant details.
|
849
967
|
"""
|
968
|
+
SubscriptionPaymentGateway._configure(
|
969
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
970
|
+
merchant_defined_datas=merchant_defined_datas,
|
971
|
+
)
|
972
|
+
@staticmethod
|
973
|
+
def _configure(
|
974
|
+
_setter: Callable[[Any, Any], None],
|
975
|
+
merchant_defined_datas: Optional[Sequence['outputs.SubscriptionPaymentGatewayMerchantDefinedData']] = None,
|
976
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
850
977
|
if merchant_defined_datas is not None:
|
851
|
-
|
978
|
+
_setter("merchant_defined_datas", merchant_defined_datas)
|
852
979
|
|
853
980
|
@property
|
854
981
|
@pulumi.getter(name="merchantDefinedDatas")
|
@@ -887,10 +1014,21 @@ class SubscriptionPaymentGatewayMerchantDefinedData(dict):
|
|
887
1014
|
:param str cloud_account_name: (Updatable) Cloud account name.
|
888
1015
|
:param str promo_type: (Updatable) Promotion type code.
|
889
1016
|
"""
|
1017
|
+
SubscriptionPaymentGatewayMerchantDefinedData._configure(
|
1018
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1019
|
+
cloud_account_name=cloud_account_name,
|
1020
|
+
promo_type=promo_type,
|
1021
|
+
)
|
1022
|
+
@staticmethod
|
1023
|
+
def _configure(
|
1024
|
+
_setter: Callable[[Any, Any], None],
|
1025
|
+
cloud_account_name: Optional[str] = None,
|
1026
|
+
promo_type: Optional[str] = None,
|
1027
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
890
1028
|
if cloud_account_name is not None:
|
891
|
-
|
1029
|
+
_setter("cloud_account_name", cloud_account_name)
|
892
1030
|
if promo_type is not None:
|
893
|
-
|
1031
|
+
_setter("promo_type", promo_type)
|
894
1032
|
|
895
1033
|
@property
|
896
1034
|
@pulumi.getter(name="cloudAccountName")
|
@@ -973,28 +1111,57 @@ class SubscriptionPaymentOption(dict):
|
|
973
1111
|
:param str wallet_instrument_id: (Updatable) Wallet instrument internal id.
|
974
1112
|
:param str wallet_transaction_id: (Updatable) Wallet transaction id.
|
975
1113
|
"""
|
1114
|
+
SubscriptionPaymentOption._configure(
|
1115
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1116
|
+
credit_card_type=credit_card_type,
|
1117
|
+
email_address=email_address,
|
1118
|
+
ext_billing_agreement_id=ext_billing_agreement_id,
|
1119
|
+
first_name=first_name,
|
1120
|
+
last_digits=last_digits,
|
1121
|
+
last_name=last_name,
|
1122
|
+
name_on_card=name_on_card,
|
1123
|
+
payment_method=payment_method,
|
1124
|
+
time_expiration=time_expiration,
|
1125
|
+
wallet_instrument_id=wallet_instrument_id,
|
1126
|
+
wallet_transaction_id=wallet_transaction_id,
|
1127
|
+
)
|
1128
|
+
@staticmethod
|
1129
|
+
def _configure(
|
1130
|
+
_setter: Callable[[Any, Any], None],
|
1131
|
+
credit_card_type: Optional[str] = None,
|
1132
|
+
email_address: Optional[str] = None,
|
1133
|
+
ext_billing_agreement_id: Optional[str] = None,
|
1134
|
+
first_name: Optional[str] = None,
|
1135
|
+
last_digits: Optional[str] = None,
|
1136
|
+
last_name: Optional[str] = None,
|
1137
|
+
name_on_card: Optional[str] = None,
|
1138
|
+
payment_method: Optional[str] = None,
|
1139
|
+
time_expiration: Optional[str] = None,
|
1140
|
+
wallet_instrument_id: Optional[str] = None,
|
1141
|
+
wallet_transaction_id: Optional[str] = None,
|
1142
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
976
1143
|
if credit_card_type is not None:
|
977
|
-
|
1144
|
+
_setter("credit_card_type", credit_card_type)
|
978
1145
|
if email_address is not None:
|
979
|
-
|
1146
|
+
_setter("email_address", email_address)
|
980
1147
|
if ext_billing_agreement_id is not None:
|
981
|
-
|
1148
|
+
_setter("ext_billing_agreement_id", ext_billing_agreement_id)
|
982
1149
|
if first_name is not None:
|
983
|
-
|
1150
|
+
_setter("first_name", first_name)
|
984
1151
|
if last_digits is not None:
|
985
|
-
|
1152
|
+
_setter("last_digits", last_digits)
|
986
1153
|
if last_name is not None:
|
987
|
-
|
1154
|
+
_setter("last_name", last_name)
|
988
1155
|
if name_on_card is not None:
|
989
|
-
|
1156
|
+
_setter("name_on_card", name_on_card)
|
990
1157
|
if payment_method is not None:
|
991
|
-
|
1158
|
+
_setter("payment_method", payment_method)
|
992
1159
|
if time_expiration is not None:
|
993
|
-
|
1160
|
+
_setter("time_expiration", time_expiration)
|
994
1161
|
if wallet_instrument_id is not None:
|
995
|
-
|
1162
|
+
_setter("wallet_instrument_id", wallet_instrument_id)
|
996
1163
|
if wallet_transaction_id is not None:
|
997
|
-
|
1164
|
+
_setter("wallet_transaction_id", wallet_transaction_id)
|
998
1165
|
|
999
1166
|
@property
|
1000
1167
|
@pulumi.getter(name="creditCardType")
|
@@ -1187,47 +1354,96 @@ class SubscriptionSubscription(dict):
|
|
1187
1354
|
:param str upgrade_state: (Updatable) Status of the upgrade.
|
1188
1355
|
:param str upgrade_state_details: (Updatable) This field is used to describe the Upgrade State in case of error (E.g. Upgrade failure caused by interfacing Tax details- TaxError)
|
1189
1356
|
"""
|
1190
|
-
|
1357
|
+
SubscriptionSubscription._configure(
|
1358
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1359
|
+
subscription_plan_number=subscription_plan_number,
|
1360
|
+
account_type=account_type,
|
1361
|
+
bill_to_cust_account_id=bill_to_cust_account_id,
|
1362
|
+
billing_addresses=billing_addresses,
|
1363
|
+
currency_code=currency_code,
|
1364
|
+
gsi_org_code=gsi_org_code,
|
1365
|
+
id=id,
|
1366
|
+
is_intent_to_pay=is_intent_to_pay,
|
1367
|
+
language_code=language_code,
|
1368
|
+
organization_id=organization_id,
|
1369
|
+
payment_gateway=payment_gateway,
|
1370
|
+
payment_options=payment_options,
|
1371
|
+
plan_type=plan_type,
|
1372
|
+
ship_to_cust_acct_role_id=ship_to_cust_acct_role_id,
|
1373
|
+
ship_to_cust_acct_site_id=ship_to_cust_acct_site_id,
|
1374
|
+
tax_info=tax_info,
|
1375
|
+
time_personal_to_corporate_conv=time_personal_to_corporate_conv,
|
1376
|
+
time_plan_upgrade=time_plan_upgrade,
|
1377
|
+
time_start=time_start,
|
1378
|
+
upgrade_state=upgrade_state,
|
1379
|
+
upgrade_state_details=upgrade_state_details,
|
1380
|
+
)
|
1381
|
+
@staticmethod
|
1382
|
+
def _configure(
|
1383
|
+
_setter: Callable[[Any, Any], None],
|
1384
|
+
subscription_plan_number: str,
|
1385
|
+
account_type: Optional[str] = None,
|
1386
|
+
bill_to_cust_account_id: Optional[str] = None,
|
1387
|
+
billing_addresses: Optional[Sequence['outputs.SubscriptionSubscriptionBillingAddress']] = None,
|
1388
|
+
currency_code: Optional[str] = None,
|
1389
|
+
gsi_org_code: Optional[str] = None,
|
1390
|
+
id: Optional[str] = None,
|
1391
|
+
is_intent_to_pay: Optional[bool] = None,
|
1392
|
+
language_code: Optional[str] = None,
|
1393
|
+
organization_id: Optional[str] = None,
|
1394
|
+
payment_gateway: Optional['outputs.SubscriptionSubscriptionPaymentGateway'] = None,
|
1395
|
+
payment_options: Optional[Sequence['outputs.SubscriptionSubscriptionPaymentOption']] = None,
|
1396
|
+
plan_type: Optional[str] = None,
|
1397
|
+
ship_to_cust_acct_role_id: Optional[str] = None,
|
1398
|
+
ship_to_cust_acct_site_id: Optional[str] = None,
|
1399
|
+
tax_info: Optional['outputs.SubscriptionSubscriptionTaxInfo'] = None,
|
1400
|
+
time_personal_to_corporate_conv: Optional[str] = None,
|
1401
|
+
time_plan_upgrade: Optional[str] = None,
|
1402
|
+
time_start: Optional[str] = None,
|
1403
|
+
upgrade_state: Optional[str] = None,
|
1404
|
+
upgrade_state_details: Optional[str] = None,
|
1405
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1406
|
+
_setter("subscription_plan_number", subscription_plan_number)
|
1191
1407
|
if account_type is not None:
|
1192
|
-
|
1408
|
+
_setter("account_type", account_type)
|
1193
1409
|
if bill_to_cust_account_id is not None:
|
1194
|
-
|
1410
|
+
_setter("bill_to_cust_account_id", bill_to_cust_account_id)
|
1195
1411
|
if billing_addresses is not None:
|
1196
|
-
|
1412
|
+
_setter("billing_addresses", billing_addresses)
|
1197
1413
|
if currency_code is not None:
|
1198
|
-
|
1414
|
+
_setter("currency_code", currency_code)
|
1199
1415
|
if gsi_org_code is not None:
|
1200
|
-
|
1416
|
+
_setter("gsi_org_code", gsi_org_code)
|
1201
1417
|
if id is not None:
|
1202
|
-
|
1418
|
+
_setter("id", id)
|
1203
1419
|
if is_intent_to_pay is not None:
|
1204
|
-
|
1420
|
+
_setter("is_intent_to_pay", is_intent_to_pay)
|
1205
1421
|
if language_code is not None:
|
1206
|
-
|
1422
|
+
_setter("language_code", language_code)
|
1207
1423
|
if organization_id is not None:
|
1208
|
-
|
1424
|
+
_setter("organization_id", organization_id)
|
1209
1425
|
if payment_gateway is not None:
|
1210
|
-
|
1426
|
+
_setter("payment_gateway", payment_gateway)
|
1211
1427
|
if payment_options is not None:
|
1212
|
-
|
1428
|
+
_setter("payment_options", payment_options)
|
1213
1429
|
if plan_type is not None:
|
1214
|
-
|
1430
|
+
_setter("plan_type", plan_type)
|
1215
1431
|
if ship_to_cust_acct_role_id is not None:
|
1216
|
-
|
1432
|
+
_setter("ship_to_cust_acct_role_id", ship_to_cust_acct_role_id)
|
1217
1433
|
if ship_to_cust_acct_site_id is not None:
|
1218
|
-
|
1434
|
+
_setter("ship_to_cust_acct_site_id", ship_to_cust_acct_site_id)
|
1219
1435
|
if tax_info is not None:
|
1220
|
-
|
1436
|
+
_setter("tax_info", tax_info)
|
1221
1437
|
if time_personal_to_corporate_conv is not None:
|
1222
|
-
|
1438
|
+
_setter("time_personal_to_corporate_conv", time_personal_to_corporate_conv)
|
1223
1439
|
if time_plan_upgrade is not None:
|
1224
|
-
|
1440
|
+
_setter("time_plan_upgrade", time_plan_upgrade)
|
1225
1441
|
if time_start is not None:
|
1226
|
-
|
1442
|
+
_setter("time_start", time_start)
|
1227
1443
|
if upgrade_state is not None:
|
1228
|
-
|
1444
|
+
_setter("upgrade_state", upgrade_state)
|
1229
1445
|
if upgrade_state_details is not None:
|
1230
|
-
|
1446
|
+
_setter("upgrade_state_details", upgrade_state_details)
|
1231
1447
|
|
1232
1448
|
@property
|
1233
1449
|
@pulumi.getter(name="subscriptionPlanNumber")
|
@@ -1504,58 +1720,117 @@ class SubscriptionSubscriptionBillingAddress(dict):
|
|
1504
1720
|
:param str street_name: (Updatable) Street name of the address.
|
1505
1721
|
:param str street_number: (Updatable) Street number of the address.
|
1506
1722
|
"""
|
1723
|
+
SubscriptionSubscriptionBillingAddress._configure(
|
1724
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1725
|
+
address_key=address_key,
|
1726
|
+
city=city,
|
1727
|
+
company_name=company_name,
|
1728
|
+
contributor_class=contributor_class,
|
1729
|
+
country=country,
|
1730
|
+
county=county,
|
1731
|
+
department_name=department_name,
|
1732
|
+
email_address=email_address,
|
1733
|
+
first_name=first_name,
|
1734
|
+
internal_number=internal_number,
|
1735
|
+
job_title=job_title,
|
1736
|
+
last_name=last_name,
|
1737
|
+
line1=line1,
|
1738
|
+
line2=line2,
|
1739
|
+
line3=line3,
|
1740
|
+
line4=line4,
|
1741
|
+
middle_name=middle_name,
|
1742
|
+
municipal_inscription=municipal_inscription,
|
1743
|
+
phone_country_code=phone_country_code,
|
1744
|
+
phone_number=phone_number,
|
1745
|
+
postal_code=postal_code,
|
1746
|
+
province=province,
|
1747
|
+
state=state,
|
1748
|
+
state_inscription=state_inscription,
|
1749
|
+
street_name=street_name,
|
1750
|
+
street_number=street_number,
|
1751
|
+
)
|
1752
|
+
@staticmethod
|
1753
|
+
def _configure(
|
1754
|
+
_setter: Callable[[Any, Any], None],
|
1755
|
+
address_key: Optional[str] = None,
|
1756
|
+
city: Optional[str] = None,
|
1757
|
+
company_name: Optional[str] = None,
|
1758
|
+
contributor_class: Optional[str] = None,
|
1759
|
+
country: Optional[str] = None,
|
1760
|
+
county: Optional[str] = None,
|
1761
|
+
department_name: Optional[str] = None,
|
1762
|
+
email_address: Optional[str] = None,
|
1763
|
+
first_name: Optional[str] = None,
|
1764
|
+
internal_number: Optional[str] = None,
|
1765
|
+
job_title: Optional[str] = None,
|
1766
|
+
last_name: Optional[str] = None,
|
1767
|
+
line1: Optional[str] = None,
|
1768
|
+
line2: Optional[str] = None,
|
1769
|
+
line3: Optional[str] = None,
|
1770
|
+
line4: Optional[str] = None,
|
1771
|
+
middle_name: Optional[str] = None,
|
1772
|
+
municipal_inscription: Optional[str] = None,
|
1773
|
+
phone_country_code: Optional[str] = None,
|
1774
|
+
phone_number: Optional[str] = None,
|
1775
|
+
postal_code: Optional[str] = None,
|
1776
|
+
province: Optional[str] = None,
|
1777
|
+
state: Optional[str] = None,
|
1778
|
+
state_inscription: Optional[str] = None,
|
1779
|
+
street_name: Optional[str] = None,
|
1780
|
+
street_number: Optional[str] = None,
|
1781
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1507
1782
|
if address_key is not None:
|
1508
|
-
|
1783
|
+
_setter("address_key", address_key)
|
1509
1784
|
if city is not None:
|
1510
|
-
|
1785
|
+
_setter("city", city)
|
1511
1786
|
if company_name is not None:
|
1512
|
-
|
1787
|
+
_setter("company_name", company_name)
|
1513
1788
|
if contributor_class is not None:
|
1514
|
-
|
1789
|
+
_setter("contributor_class", contributor_class)
|
1515
1790
|
if country is not None:
|
1516
|
-
|
1791
|
+
_setter("country", country)
|
1517
1792
|
if county is not None:
|
1518
|
-
|
1793
|
+
_setter("county", county)
|
1519
1794
|
if department_name is not None:
|
1520
|
-
|
1795
|
+
_setter("department_name", department_name)
|
1521
1796
|
if email_address is not None:
|
1522
|
-
|
1797
|
+
_setter("email_address", email_address)
|
1523
1798
|
if first_name is not None:
|
1524
|
-
|
1799
|
+
_setter("first_name", first_name)
|
1525
1800
|
if internal_number is not None:
|
1526
|
-
|
1801
|
+
_setter("internal_number", internal_number)
|
1527
1802
|
if job_title is not None:
|
1528
|
-
|
1803
|
+
_setter("job_title", job_title)
|
1529
1804
|
if last_name is not None:
|
1530
|
-
|
1805
|
+
_setter("last_name", last_name)
|
1531
1806
|
if line1 is not None:
|
1532
|
-
|
1807
|
+
_setter("line1", line1)
|
1533
1808
|
if line2 is not None:
|
1534
|
-
|
1809
|
+
_setter("line2", line2)
|
1535
1810
|
if line3 is not None:
|
1536
|
-
|
1811
|
+
_setter("line3", line3)
|
1537
1812
|
if line4 is not None:
|
1538
|
-
|
1813
|
+
_setter("line4", line4)
|
1539
1814
|
if middle_name is not None:
|
1540
|
-
|
1815
|
+
_setter("middle_name", middle_name)
|
1541
1816
|
if municipal_inscription is not None:
|
1542
|
-
|
1817
|
+
_setter("municipal_inscription", municipal_inscription)
|
1543
1818
|
if phone_country_code is not None:
|
1544
|
-
|
1819
|
+
_setter("phone_country_code", phone_country_code)
|
1545
1820
|
if phone_number is not None:
|
1546
|
-
|
1821
|
+
_setter("phone_number", phone_number)
|
1547
1822
|
if postal_code is not None:
|
1548
|
-
|
1823
|
+
_setter("postal_code", postal_code)
|
1549
1824
|
if province is not None:
|
1550
|
-
|
1825
|
+
_setter("province", province)
|
1551
1826
|
if state is not None:
|
1552
|
-
|
1827
|
+
_setter("state", state)
|
1553
1828
|
if state_inscription is not None:
|
1554
|
-
|
1829
|
+
_setter("state_inscription", state_inscription)
|
1555
1830
|
if street_name is not None:
|
1556
|
-
|
1831
|
+
_setter("street_name", street_name)
|
1557
1832
|
if street_number is not None:
|
1558
|
-
|
1833
|
+
_setter("street_number", street_number)
|
1559
1834
|
|
1560
1835
|
@property
|
1561
1836
|
@pulumi.getter(name="addressKey")
|
@@ -1790,8 +2065,17 @@ class SubscriptionSubscriptionPaymentGateway(dict):
|
|
1790
2065
|
"""
|
1791
2066
|
:param 'SubscriptionSubscriptionPaymentGatewayMerchantDefinedDataArgs' merchant_defined_data: (Updatable) Merchant details.
|
1792
2067
|
"""
|
2068
|
+
SubscriptionSubscriptionPaymentGateway._configure(
|
2069
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2070
|
+
merchant_defined_data=merchant_defined_data,
|
2071
|
+
)
|
2072
|
+
@staticmethod
|
2073
|
+
def _configure(
|
2074
|
+
_setter: Callable[[Any, Any], None],
|
2075
|
+
merchant_defined_data: Optional['outputs.SubscriptionSubscriptionPaymentGatewayMerchantDefinedData'] = None,
|
2076
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1793
2077
|
if merchant_defined_data is not None:
|
1794
|
-
|
2078
|
+
_setter("merchant_defined_data", merchant_defined_data)
|
1795
2079
|
|
1796
2080
|
@property
|
1797
2081
|
@pulumi.getter(name="merchantDefinedData")
|
@@ -1830,10 +2114,21 @@ class SubscriptionSubscriptionPaymentGatewayMerchantDefinedData(dict):
|
|
1830
2114
|
:param str cloud_account_name: (Updatable) Cloud account name.
|
1831
2115
|
:param str promo_type: (Updatable) Promotion type code.
|
1832
2116
|
"""
|
2117
|
+
SubscriptionSubscriptionPaymentGatewayMerchantDefinedData._configure(
|
2118
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2119
|
+
cloud_account_name=cloud_account_name,
|
2120
|
+
promo_type=promo_type,
|
2121
|
+
)
|
2122
|
+
@staticmethod
|
2123
|
+
def _configure(
|
2124
|
+
_setter: Callable[[Any, Any], None],
|
2125
|
+
cloud_account_name: Optional[str] = None,
|
2126
|
+
promo_type: Optional[str] = None,
|
2127
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1833
2128
|
if cloud_account_name is not None:
|
1834
|
-
|
2129
|
+
_setter("cloud_account_name", cloud_account_name)
|
1835
2130
|
if promo_type is not None:
|
1836
|
-
|
2131
|
+
_setter("promo_type", promo_type)
|
1837
2132
|
|
1838
2133
|
@property
|
1839
2134
|
@pulumi.getter(name="cloudAccountName")
|
@@ -1916,27 +2211,56 @@ class SubscriptionSubscriptionPaymentOption(dict):
|
|
1916
2211
|
:param str wallet_instrument_id: (Updatable) Wallet instrument internal id.
|
1917
2212
|
:param str wallet_transaction_id: (Updatable) Wallet transaction id.
|
1918
2213
|
"""
|
1919
|
-
|
2214
|
+
SubscriptionSubscriptionPaymentOption._configure(
|
2215
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2216
|
+
payment_method=payment_method,
|
2217
|
+
credit_card_type=credit_card_type,
|
2218
|
+
email_address=email_address,
|
2219
|
+
ext_billing_agreement_id=ext_billing_agreement_id,
|
2220
|
+
first_name=first_name,
|
2221
|
+
last_digits=last_digits,
|
2222
|
+
last_name=last_name,
|
2223
|
+
name_on_card=name_on_card,
|
2224
|
+
time_expiration=time_expiration,
|
2225
|
+
wallet_instrument_id=wallet_instrument_id,
|
2226
|
+
wallet_transaction_id=wallet_transaction_id,
|
2227
|
+
)
|
2228
|
+
@staticmethod
|
2229
|
+
def _configure(
|
2230
|
+
_setter: Callable[[Any, Any], None],
|
2231
|
+
payment_method: str,
|
2232
|
+
credit_card_type: Optional[str] = None,
|
2233
|
+
email_address: Optional[str] = None,
|
2234
|
+
ext_billing_agreement_id: Optional[str] = None,
|
2235
|
+
first_name: Optional[str] = None,
|
2236
|
+
last_digits: Optional[str] = None,
|
2237
|
+
last_name: Optional[str] = None,
|
2238
|
+
name_on_card: Optional[str] = None,
|
2239
|
+
time_expiration: Optional[str] = None,
|
2240
|
+
wallet_instrument_id: Optional[str] = None,
|
2241
|
+
wallet_transaction_id: Optional[str] = None,
|
2242
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2243
|
+
_setter("payment_method", payment_method)
|
1920
2244
|
if credit_card_type is not None:
|
1921
|
-
|
2245
|
+
_setter("credit_card_type", credit_card_type)
|
1922
2246
|
if email_address is not None:
|
1923
|
-
|
2247
|
+
_setter("email_address", email_address)
|
1924
2248
|
if ext_billing_agreement_id is not None:
|
1925
|
-
|
2249
|
+
_setter("ext_billing_agreement_id", ext_billing_agreement_id)
|
1926
2250
|
if first_name is not None:
|
1927
|
-
|
2251
|
+
_setter("first_name", first_name)
|
1928
2252
|
if last_digits is not None:
|
1929
|
-
|
2253
|
+
_setter("last_digits", last_digits)
|
1930
2254
|
if last_name is not None:
|
1931
|
-
|
2255
|
+
_setter("last_name", last_name)
|
1932
2256
|
if name_on_card is not None:
|
1933
|
-
|
2257
|
+
_setter("name_on_card", name_on_card)
|
1934
2258
|
if time_expiration is not None:
|
1935
|
-
|
2259
|
+
_setter("time_expiration", time_expiration)
|
1936
2260
|
if wallet_instrument_id is not None:
|
1937
|
-
|
2261
|
+
_setter("wallet_instrument_id", wallet_instrument_id)
|
1938
2262
|
if wallet_transaction_id is not None:
|
1939
|
-
|
2263
|
+
_setter("wallet_transaction_id", wallet_transaction_id)
|
1940
2264
|
|
1941
2265
|
@property
|
1942
2266
|
@pulumi.getter(name="paymentMethod")
|
@@ -2067,16 +2391,33 @@ class SubscriptionSubscriptionTaxInfo(dict):
|
|
2067
2391
|
:param str tax_payer_id: (Updatable) Tay payer identifier.
|
2068
2392
|
:param str tax_reg_number: (Updatable) Tax registration number.
|
2069
2393
|
"""
|
2394
|
+
SubscriptionSubscriptionTaxInfo._configure(
|
2395
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2396
|
+
no_tax_reason_code=no_tax_reason_code,
|
2397
|
+
no_tax_reason_code_details=no_tax_reason_code_details,
|
2398
|
+
tax_cnpj=tax_cnpj,
|
2399
|
+
tax_payer_id=tax_payer_id,
|
2400
|
+
tax_reg_number=tax_reg_number,
|
2401
|
+
)
|
2402
|
+
@staticmethod
|
2403
|
+
def _configure(
|
2404
|
+
_setter: Callable[[Any, Any], None],
|
2405
|
+
no_tax_reason_code: Optional[str] = None,
|
2406
|
+
no_tax_reason_code_details: Optional[str] = None,
|
2407
|
+
tax_cnpj: Optional[str] = None,
|
2408
|
+
tax_payer_id: Optional[str] = None,
|
2409
|
+
tax_reg_number: Optional[str] = None,
|
2410
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2070
2411
|
if no_tax_reason_code is not None:
|
2071
|
-
|
2412
|
+
_setter("no_tax_reason_code", no_tax_reason_code)
|
2072
2413
|
if no_tax_reason_code_details is not None:
|
2073
|
-
|
2414
|
+
_setter("no_tax_reason_code_details", no_tax_reason_code_details)
|
2074
2415
|
if tax_cnpj is not None:
|
2075
|
-
|
2416
|
+
_setter("tax_cnpj", tax_cnpj)
|
2076
2417
|
if tax_payer_id is not None:
|
2077
|
-
|
2418
|
+
_setter("tax_payer_id", tax_payer_id)
|
2078
2419
|
if tax_reg_number is not None:
|
2079
|
-
|
2420
|
+
_setter("tax_reg_number", tax_reg_number)
|
2080
2421
|
|
2081
2422
|
@property
|
2082
2423
|
@pulumi.getter(name="noTaxReasonCode")
|
@@ -2159,16 +2500,33 @@ class SubscriptionTaxInfo(dict):
|
|
2159
2500
|
:param str tax_payer_id: (Updatable) Tay payer identifier.
|
2160
2501
|
:param str tax_reg_number: (Updatable) Tax registration number.
|
2161
2502
|
"""
|
2503
|
+
SubscriptionTaxInfo._configure(
|
2504
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2505
|
+
no_tax_reason_code=no_tax_reason_code,
|
2506
|
+
no_tax_reason_code_details=no_tax_reason_code_details,
|
2507
|
+
tax_cnpj=tax_cnpj,
|
2508
|
+
tax_payer_id=tax_payer_id,
|
2509
|
+
tax_reg_number=tax_reg_number,
|
2510
|
+
)
|
2511
|
+
@staticmethod
|
2512
|
+
def _configure(
|
2513
|
+
_setter: Callable[[Any, Any], None],
|
2514
|
+
no_tax_reason_code: Optional[str] = None,
|
2515
|
+
no_tax_reason_code_details: Optional[str] = None,
|
2516
|
+
tax_cnpj: Optional[str] = None,
|
2517
|
+
tax_payer_id: Optional[str] = None,
|
2518
|
+
tax_reg_number: Optional[str] = None,
|
2519
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2162
2520
|
if no_tax_reason_code is not None:
|
2163
|
-
|
2521
|
+
_setter("no_tax_reason_code", no_tax_reason_code)
|
2164
2522
|
if no_tax_reason_code_details is not None:
|
2165
|
-
|
2523
|
+
_setter("no_tax_reason_code_details", no_tax_reason_code_details)
|
2166
2524
|
if tax_cnpj is not None:
|
2167
|
-
|
2525
|
+
_setter("tax_cnpj", tax_cnpj)
|
2168
2526
|
if tax_payer_id is not None:
|
2169
|
-
|
2527
|
+
_setter("tax_payer_id", tax_payer_id)
|
2170
2528
|
if tax_reg_number is not None:
|
2171
|
-
|
2529
|
+
_setter("tax_reg_number", tax_reg_number)
|
2172
2530
|
|
2173
2531
|
@property
|
2174
2532
|
@pulumi.getter(name="noTaxReasonCode")
|
@@ -2220,8 +2578,19 @@ class GetAddressRuleAddressResult(dict):
|
|
2220
2578
|
:param Sequence['GetAddressRuleAddressFieldArgs'] fields: Tax type rule fields
|
2221
2579
|
:param str third_party_validation: Third party validation.
|
2222
2580
|
"""
|
2223
|
-
|
2224
|
-
|
2581
|
+
GetAddressRuleAddressResult._configure(
|
2582
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2583
|
+
fields=fields,
|
2584
|
+
third_party_validation=third_party_validation,
|
2585
|
+
)
|
2586
|
+
@staticmethod
|
2587
|
+
def _configure(
|
2588
|
+
_setter: Callable[[Any, Any], None],
|
2589
|
+
fields: Sequence['outputs.GetAddressRuleAddressFieldResult'],
|
2590
|
+
third_party_validation: str,
|
2591
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2592
|
+
_setter("fields", fields)
|
2593
|
+
_setter("third_party_validation", third_party_validation)
|
2225
2594
|
|
2226
2595
|
@property
|
2227
2596
|
@pulumi.getter
|
@@ -2255,11 +2624,28 @@ class GetAddressRuleAddressFieldResult(dict):
|
|
2255
2624
|
:param str language: Locale code (rfc4646 format) of a forced language (e.g.: jp addresses require jp always)
|
2256
2625
|
:param str name: The field name
|
2257
2626
|
"""
|
2258
|
-
|
2259
|
-
|
2260
|
-
|
2261
|
-
|
2262
|
-
|
2627
|
+
GetAddressRuleAddressFieldResult._configure(
|
2628
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2629
|
+
formats=formats,
|
2630
|
+
is_required=is_required,
|
2631
|
+
labels=labels,
|
2632
|
+
language=language,
|
2633
|
+
name=name,
|
2634
|
+
)
|
2635
|
+
@staticmethod
|
2636
|
+
def _configure(
|
2637
|
+
_setter: Callable[[Any, Any], None],
|
2638
|
+
formats: Sequence['outputs.GetAddressRuleAddressFieldFormatResult'],
|
2639
|
+
is_required: bool,
|
2640
|
+
labels: Sequence['outputs.GetAddressRuleAddressFieldLabelResult'],
|
2641
|
+
language: str,
|
2642
|
+
name: str,
|
2643
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2644
|
+
_setter("formats", formats)
|
2645
|
+
_setter("is_required", is_required)
|
2646
|
+
_setter("labels", labels)
|
2647
|
+
_setter("language", language)
|
2648
|
+
_setter("name", name)
|
2263
2649
|
|
2264
2650
|
@property
|
2265
2651
|
@pulumi.getter
|
@@ -2311,8 +2697,19 @@ class GetAddressRuleAddressFieldFormatResult(dict):
|
|
2311
2697
|
:param str example: English translation of the label (for reference only - translation is not provided)
|
2312
2698
|
:param str value: Language token of the required label
|
2313
2699
|
"""
|
2314
|
-
|
2315
|
-
|
2700
|
+
GetAddressRuleAddressFieldFormatResult._configure(
|
2701
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2702
|
+
example=example,
|
2703
|
+
value=value,
|
2704
|
+
)
|
2705
|
+
@staticmethod
|
2706
|
+
def _configure(
|
2707
|
+
_setter: Callable[[Any, Any], None],
|
2708
|
+
example: str,
|
2709
|
+
value: str,
|
2710
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2711
|
+
_setter("example", example)
|
2712
|
+
_setter("value", value)
|
2316
2713
|
|
2317
2714
|
@property
|
2318
2715
|
@pulumi.getter
|
@@ -2340,8 +2737,19 @@ class GetAddressRuleAddressFieldLabelResult(dict):
|
|
2340
2737
|
:param str example: English translation of the label (for reference only - translation is not provided)
|
2341
2738
|
:param str value: Language token of the required label
|
2342
2739
|
"""
|
2343
|
-
|
2344
|
-
|
2740
|
+
GetAddressRuleAddressFieldLabelResult._configure(
|
2741
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2742
|
+
example=example,
|
2743
|
+
value=value,
|
2744
|
+
)
|
2745
|
+
@staticmethod
|
2746
|
+
def _configure(
|
2747
|
+
_setter: Callable[[Any, Any], None],
|
2748
|
+
example: str,
|
2749
|
+
value: str,
|
2750
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2751
|
+
_setter("example", example)
|
2752
|
+
_setter("value", value)
|
2345
2753
|
|
2346
2754
|
@property
|
2347
2755
|
@pulumi.getter
|
@@ -2367,7 +2775,16 @@ class GetAddressRuleContactResult(dict):
|
|
2367
2775
|
"""
|
2368
2776
|
:param Sequence['GetAddressRuleContactFieldArgs'] fields: Tax type rule fields
|
2369
2777
|
"""
|
2370
|
-
|
2778
|
+
GetAddressRuleContactResult._configure(
|
2779
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2780
|
+
fields=fields,
|
2781
|
+
)
|
2782
|
+
@staticmethod
|
2783
|
+
def _configure(
|
2784
|
+
_setter: Callable[[Any, Any], None],
|
2785
|
+
fields: Sequence['outputs.GetAddressRuleContactFieldResult'],
|
2786
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2787
|
+
_setter("fields", fields)
|
2371
2788
|
|
2372
2789
|
@property
|
2373
2790
|
@pulumi.getter
|
@@ -2393,11 +2810,28 @@ class GetAddressRuleContactFieldResult(dict):
|
|
2393
2810
|
:param str language: Locale code (rfc4646 format) of a forced language (e.g.: jp addresses require jp always)
|
2394
2811
|
:param str name: The field name
|
2395
2812
|
"""
|
2396
|
-
|
2397
|
-
|
2398
|
-
|
2399
|
-
|
2400
|
-
|
2813
|
+
GetAddressRuleContactFieldResult._configure(
|
2814
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2815
|
+
formats=formats,
|
2816
|
+
is_required=is_required,
|
2817
|
+
labels=labels,
|
2818
|
+
language=language,
|
2819
|
+
name=name,
|
2820
|
+
)
|
2821
|
+
@staticmethod
|
2822
|
+
def _configure(
|
2823
|
+
_setter: Callable[[Any, Any], None],
|
2824
|
+
formats: Sequence['outputs.GetAddressRuleContactFieldFormatResult'],
|
2825
|
+
is_required: bool,
|
2826
|
+
labels: Sequence['outputs.GetAddressRuleContactFieldLabelResult'],
|
2827
|
+
language: str,
|
2828
|
+
name: str,
|
2829
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2830
|
+
_setter("formats", formats)
|
2831
|
+
_setter("is_required", is_required)
|
2832
|
+
_setter("labels", labels)
|
2833
|
+
_setter("language", language)
|
2834
|
+
_setter("name", name)
|
2401
2835
|
|
2402
2836
|
@property
|
2403
2837
|
@pulumi.getter
|
@@ -2449,8 +2883,19 @@ class GetAddressRuleContactFieldFormatResult(dict):
|
|
2449
2883
|
:param str example: English translation of the label (for reference only - translation is not provided)
|
2450
2884
|
:param str value: Language token of the required label
|
2451
2885
|
"""
|
2452
|
-
|
2453
|
-
|
2886
|
+
GetAddressRuleContactFieldFormatResult._configure(
|
2887
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2888
|
+
example=example,
|
2889
|
+
value=value,
|
2890
|
+
)
|
2891
|
+
@staticmethod
|
2892
|
+
def _configure(
|
2893
|
+
_setter: Callable[[Any, Any], None],
|
2894
|
+
example: str,
|
2895
|
+
value: str,
|
2896
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2897
|
+
_setter("example", example)
|
2898
|
+
_setter("value", value)
|
2454
2899
|
|
2455
2900
|
@property
|
2456
2901
|
@pulumi.getter
|
@@ -2478,8 +2923,19 @@ class GetAddressRuleContactFieldLabelResult(dict):
|
|
2478
2923
|
:param str example: English translation of the label (for reference only - translation is not provided)
|
2479
2924
|
:param str value: Language token of the required label
|
2480
2925
|
"""
|
2481
|
-
|
2482
|
-
|
2926
|
+
GetAddressRuleContactFieldLabelResult._configure(
|
2927
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2928
|
+
example=example,
|
2929
|
+
value=value,
|
2930
|
+
)
|
2931
|
+
@staticmethod
|
2932
|
+
def _configure(
|
2933
|
+
_setter: Callable[[Any, Any], None],
|
2934
|
+
example: str,
|
2935
|
+
value: str,
|
2936
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2937
|
+
_setter("example", example)
|
2938
|
+
_setter("value", value)
|
2483
2939
|
|
2484
2940
|
@property
|
2485
2941
|
@pulumi.getter
|
@@ -2505,7 +2961,16 @@ class GetAddressRuleTaxResult(dict):
|
|
2505
2961
|
"""
|
2506
2962
|
:param Sequence['GetAddressRuleTaxFieldArgs'] fields: Tax type rule fields
|
2507
2963
|
"""
|
2508
|
-
|
2964
|
+
GetAddressRuleTaxResult._configure(
|
2965
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2966
|
+
fields=fields,
|
2967
|
+
)
|
2968
|
+
@staticmethod
|
2969
|
+
def _configure(
|
2970
|
+
_setter: Callable[[Any, Any], None],
|
2971
|
+
fields: Sequence['outputs.GetAddressRuleTaxFieldResult'],
|
2972
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2973
|
+
_setter("fields", fields)
|
2509
2974
|
|
2510
2975
|
@property
|
2511
2976
|
@pulumi.getter
|
@@ -2531,11 +2996,28 @@ class GetAddressRuleTaxFieldResult(dict):
|
|
2531
2996
|
:param str language: Locale code (rfc4646 format) of a forced language (e.g.: jp addresses require jp always)
|
2532
2997
|
:param str name: The field name
|
2533
2998
|
"""
|
2534
|
-
|
2535
|
-
|
2536
|
-
|
2537
|
-
|
2538
|
-
|
2999
|
+
GetAddressRuleTaxFieldResult._configure(
|
3000
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3001
|
+
formats=formats,
|
3002
|
+
is_required=is_required,
|
3003
|
+
labels=labels,
|
3004
|
+
language=language,
|
3005
|
+
name=name,
|
3006
|
+
)
|
3007
|
+
@staticmethod
|
3008
|
+
def _configure(
|
3009
|
+
_setter: Callable[[Any, Any], None],
|
3010
|
+
formats: Sequence['outputs.GetAddressRuleTaxFieldFormatResult'],
|
3011
|
+
is_required: bool,
|
3012
|
+
labels: Sequence['outputs.GetAddressRuleTaxFieldLabelResult'],
|
3013
|
+
language: str,
|
3014
|
+
name: str,
|
3015
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3016
|
+
_setter("formats", formats)
|
3017
|
+
_setter("is_required", is_required)
|
3018
|
+
_setter("labels", labels)
|
3019
|
+
_setter("language", language)
|
3020
|
+
_setter("name", name)
|
2539
3021
|
|
2540
3022
|
@property
|
2541
3023
|
@pulumi.getter
|
@@ -2587,8 +3069,19 @@ class GetAddressRuleTaxFieldFormatResult(dict):
|
|
2587
3069
|
:param str example: English translation of the label (for reference only - translation is not provided)
|
2588
3070
|
:param str value: Language token of the required label
|
2589
3071
|
"""
|
2590
|
-
|
2591
|
-
|
3072
|
+
GetAddressRuleTaxFieldFormatResult._configure(
|
3073
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3074
|
+
example=example,
|
3075
|
+
value=value,
|
3076
|
+
)
|
3077
|
+
@staticmethod
|
3078
|
+
def _configure(
|
3079
|
+
_setter: Callable[[Any, Any], None],
|
3080
|
+
example: str,
|
3081
|
+
value: str,
|
3082
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3083
|
+
_setter("example", example)
|
3084
|
+
_setter("value", value)
|
2592
3085
|
|
2593
3086
|
@property
|
2594
3087
|
@pulumi.getter
|
@@ -2616,8 +3109,19 @@ class GetAddressRuleTaxFieldLabelResult(dict):
|
|
2616
3109
|
:param str example: English translation of the label (for reference only - translation is not provided)
|
2617
3110
|
:param str value: Language token of the required label
|
2618
3111
|
"""
|
2619
|
-
|
2620
|
-
|
3112
|
+
GetAddressRuleTaxFieldLabelResult._configure(
|
3113
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3114
|
+
example=example,
|
3115
|
+
value=value,
|
3116
|
+
)
|
3117
|
+
@staticmethod
|
3118
|
+
def _configure(
|
3119
|
+
_setter: Callable[[Any, Any], None],
|
3120
|
+
example: str,
|
3121
|
+
value: str,
|
3122
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3123
|
+
_setter("example", example)
|
3124
|
+
_setter("value", value)
|
2621
3125
|
|
2622
3126
|
@property
|
2623
3127
|
@pulumi.getter
|
@@ -2669,20 +3173,55 @@ class GetInvoiceBillToAddressResult(dict):
|
|
2669
3173
|
:param str street_name: Street name
|
2670
3174
|
:param str street_number: House no
|
2671
3175
|
"""
|
2672
|
-
|
2673
|
-
|
2674
|
-
|
2675
|
-
|
2676
|
-
|
2677
|
-
|
2678
|
-
|
2679
|
-
|
2680
|
-
|
2681
|
-
|
2682
|
-
|
2683
|
-
|
2684
|
-
|
2685
|
-
|
3176
|
+
GetInvoiceBillToAddressResult._configure(
|
3177
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3178
|
+
address_line1=address_line1,
|
3179
|
+
address_line2=address_line2,
|
3180
|
+
address_line3=address_line3,
|
3181
|
+
address_line4=address_line4,
|
3182
|
+
city=city,
|
3183
|
+
company_name=company_name,
|
3184
|
+
contact_name=contact_name,
|
3185
|
+
countries=countries,
|
3186
|
+
county=county,
|
3187
|
+
postal_code=postal_code,
|
3188
|
+
province=province,
|
3189
|
+
state=state,
|
3190
|
+
street_name=street_name,
|
3191
|
+
street_number=street_number,
|
3192
|
+
)
|
3193
|
+
@staticmethod
|
3194
|
+
def _configure(
|
3195
|
+
_setter: Callable[[Any, Any], None],
|
3196
|
+
address_line1: str,
|
3197
|
+
address_line2: str,
|
3198
|
+
address_line3: str,
|
3199
|
+
address_line4: str,
|
3200
|
+
city: str,
|
3201
|
+
company_name: str,
|
3202
|
+
contact_name: str,
|
3203
|
+
countries: Sequence['outputs.GetInvoiceBillToAddressCountryResult'],
|
3204
|
+
county: str,
|
3205
|
+
postal_code: str,
|
3206
|
+
province: str,
|
3207
|
+
state: str,
|
3208
|
+
street_name: str,
|
3209
|
+
street_number: str,
|
3210
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3211
|
+
_setter("address_line1", address_line1)
|
3212
|
+
_setter("address_line2", address_line2)
|
3213
|
+
_setter("address_line3", address_line3)
|
3214
|
+
_setter("address_line4", address_line4)
|
3215
|
+
_setter("city", city)
|
3216
|
+
_setter("company_name", company_name)
|
3217
|
+
_setter("contact_name", contact_name)
|
3218
|
+
_setter("countries", countries)
|
3219
|
+
_setter("county", county)
|
3220
|
+
_setter("postal_code", postal_code)
|
3221
|
+
_setter("province", province)
|
3222
|
+
_setter("state", state)
|
3223
|
+
_setter("street_name", street_name)
|
3224
|
+
_setter("street_number", street_number)
|
2686
3225
|
|
2687
3226
|
@property
|
2688
3227
|
@pulumi.getter(name="addressLine1")
|
@@ -2812,11 +3351,28 @@ class GetInvoiceBillToAddressCountryResult(dict):
|
|
2812
3351
|
:param str country_name: Name of the country
|
2813
3352
|
:param float language_id: Language identifier
|
2814
3353
|
"""
|
2815
|
-
|
2816
|
-
|
2817
|
-
|
2818
|
-
|
2819
|
-
|
3354
|
+
GetInvoiceBillToAddressCountryResult._configure(
|
3355
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3356
|
+
ascii3country_code=ascii3country_code,
|
3357
|
+
country_code=country_code,
|
3358
|
+
country_id=country_id,
|
3359
|
+
country_name=country_name,
|
3360
|
+
language_id=language_id,
|
3361
|
+
)
|
3362
|
+
@staticmethod
|
3363
|
+
def _configure(
|
3364
|
+
_setter: Callable[[Any, Any], None],
|
3365
|
+
ascii3country_code: str,
|
3366
|
+
country_code: str,
|
3367
|
+
country_id: float,
|
3368
|
+
country_name: str,
|
3369
|
+
language_id: float,
|
3370
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3371
|
+
_setter("ascii3country_code", ascii3country_code)
|
3372
|
+
_setter("country_code", country_code)
|
3373
|
+
_setter("country_id", country_id)
|
3374
|
+
_setter("country_name", country_name)
|
3375
|
+
_setter("language_id", language_id)
|
2820
3376
|
|
2821
3377
|
@property
|
2822
3378
|
@pulumi.getter(name="ascii3countryCode")
|
@@ -2874,11 +3430,28 @@ class GetInvoiceCurrencyResult(dict):
|
|
2874
3430
|
:param float round_decimal_point: Round decimal point
|
2875
3431
|
:param float usd_conversion: USD conversion rate of the currency
|
2876
3432
|
"""
|
2877
|
-
|
2878
|
-
|
2879
|
-
|
2880
|
-
|
2881
|
-
|
3433
|
+
GetInvoiceCurrencyResult._configure(
|
3434
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3435
|
+
currency_code=currency_code,
|
3436
|
+
currency_symbol=currency_symbol,
|
3437
|
+
name=name,
|
3438
|
+
round_decimal_point=round_decimal_point,
|
3439
|
+
usd_conversion=usd_conversion,
|
3440
|
+
)
|
3441
|
+
@staticmethod
|
3442
|
+
def _configure(
|
3443
|
+
_setter: Callable[[Any, Any], None],
|
3444
|
+
currency_code: str,
|
3445
|
+
currency_symbol: str,
|
3446
|
+
name: str,
|
3447
|
+
round_decimal_point: float,
|
3448
|
+
usd_conversion: float,
|
3449
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3450
|
+
_setter("currency_code", currency_code)
|
3451
|
+
_setter("currency_symbol", currency_symbol)
|
3452
|
+
_setter("name", name)
|
3453
|
+
_setter("round_decimal_point", round_decimal_point)
|
3454
|
+
_setter("usd_conversion", usd_conversion)
|
2882
3455
|
|
2883
3456
|
@property
|
2884
3457
|
@pulumi.getter(name="currencyCode")
|
@@ -2954,20 +3527,55 @@ class GetInvoiceLastPaymentDetailResult(dict):
|
|
2954
3527
|
:param str time_expiration: Expired date of the credit card
|
2955
3528
|
:param str time_paid_on: Paid the invoice on this day
|
2956
3529
|
"""
|
2957
|
-
|
2958
|
-
|
2959
|
-
|
2960
|
-
|
2961
|
-
|
2962
|
-
|
2963
|
-
|
2964
|
-
|
2965
|
-
|
2966
|
-
|
2967
|
-
|
2968
|
-
|
2969
|
-
|
2970
|
-
|
3530
|
+
GetInvoiceLastPaymentDetailResult._configure(
|
3531
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3532
|
+
account_number=account_number,
|
3533
|
+
amount_paid=amount_paid,
|
3534
|
+
card_type=card_type,
|
3535
|
+
credit_card_type=credit_card_type,
|
3536
|
+
echeck_routing=echeck_routing,
|
3537
|
+
last_digits=last_digits,
|
3538
|
+
name_on_card=name_on_card,
|
3539
|
+
paid_by=paid_by,
|
3540
|
+
payment_method=payment_method,
|
3541
|
+
paypal_id=paypal_id,
|
3542
|
+
paypal_reference=paypal_reference,
|
3543
|
+
routing_number=routing_number,
|
3544
|
+
time_expiration=time_expiration,
|
3545
|
+
time_paid_on=time_paid_on,
|
3546
|
+
)
|
3547
|
+
@staticmethod
|
3548
|
+
def _configure(
|
3549
|
+
_setter: Callable[[Any, Any], None],
|
3550
|
+
account_number: str,
|
3551
|
+
amount_paid: float,
|
3552
|
+
card_type: str,
|
3553
|
+
credit_card_type: str,
|
3554
|
+
echeck_routing: str,
|
3555
|
+
last_digits: str,
|
3556
|
+
name_on_card: str,
|
3557
|
+
paid_by: str,
|
3558
|
+
payment_method: str,
|
3559
|
+
paypal_id: str,
|
3560
|
+
paypal_reference: str,
|
3561
|
+
routing_number: str,
|
3562
|
+
time_expiration: str,
|
3563
|
+
time_paid_on: str,
|
3564
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3565
|
+
_setter("account_number", account_number)
|
3566
|
+
_setter("amount_paid", amount_paid)
|
3567
|
+
_setter("card_type", card_type)
|
3568
|
+
_setter("credit_card_type", credit_card_type)
|
3569
|
+
_setter("echeck_routing", echeck_routing)
|
3570
|
+
_setter("last_digits", last_digits)
|
3571
|
+
_setter("name_on_card", name_on_card)
|
3572
|
+
_setter("paid_by", paid_by)
|
3573
|
+
_setter("payment_method", payment_method)
|
3574
|
+
_setter("paypal_id", paypal_id)
|
3575
|
+
_setter("paypal_reference", paypal_reference)
|
3576
|
+
_setter("routing_number", routing_number)
|
3577
|
+
_setter("time_expiration", time_expiration)
|
3578
|
+
_setter("time_paid_on", time_paid_on)
|
2971
3579
|
|
2972
3580
|
@property
|
2973
3581
|
@pulumi.getter(name="accountNumber")
|
@@ -3091,10 +3699,23 @@ class GetInvoicesFilterResult(dict):
|
|
3091
3699
|
"""
|
3092
3700
|
:param str name: Name of the currency
|
3093
3701
|
"""
|
3094
|
-
|
3095
|
-
|
3702
|
+
GetInvoicesFilterResult._configure(
|
3703
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3704
|
+
name=name,
|
3705
|
+
values=values,
|
3706
|
+
regex=regex,
|
3707
|
+
)
|
3708
|
+
@staticmethod
|
3709
|
+
def _configure(
|
3710
|
+
_setter: Callable[[Any, Any], None],
|
3711
|
+
name: str,
|
3712
|
+
values: Sequence[str],
|
3713
|
+
regex: Optional[bool] = None,
|
3714
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3715
|
+
_setter("name", name)
|
3716
|
+
_setter("values", values)
|
3096
3717
|
if regex is not None:
|
3097
|
-
|
3718
|
+
_setter("regex", regex)
|
3098
3719
|
|
3099
3720
|
@property
|
3100
3721
|
@pulumi.getter
|
@@ -3119,7 +3740,16 @@ class GetInvoicesFilterResult(dict):
|
|
3119
3740
|
class GetInvoicesInvoiceCollectionResult(dict):
|
3120
3741
|
def __init__(__self__, *,
|
3121
3742
|
items: Sequence['outputs.GetInvoicesInvoiceCollectionItemResult']):
|
3122
|
-
|
3743
|
+
GetInvoicesInvoiceCollectionResult._configure(
|
3744
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3745
|
+
items=items,
|
3746
|
+
)
|
3747
|
+
@staticmethod
|
3748
|
+
def _configure(
|
3749
|
+
_setter: Callable[[Any, Any], None],
|
3750
|
+
items: Sequence['outputs.GetInvoicesInvoiceCollectionItemResult'],
|
3751
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3752
|
+
_setter("items", items)
|
3123
3753
|
|
3124
3754
|
@property
|
3125
3755
|
@pulumi.getter
|
@@ -3187,36 +3817,103 @@ class GetInvoicesInvoiceCollectionItemResult(dict):
|
|
3187
3817
|
:param str time_invoice: Date of invoice
|
3188
3818
|
:param str time_invoice_due: Due date of invoice
|
3189
3819
|
"""
|
3190
|
-
|
3191
|
-
|
3192
|
-
|
3193
|
-
|
3194
|
-
|
3195
|
-
|
3196
|
-
|
3197
|
-
|
3198
|
-
|
3199
|
-
|
3200
|
-
|
3201
|
-
|
3202
|
-
|
3203
|
-
|
3204
|
-
|
3205
|
-
|
3206
|
-
|
3207
|
-
|
3208
|
-
|
3209
|
-
|
3210
|
-
|
3211
|
-
|
3212
|
-
|
3213
|
-
|
3214
|
-
|
3215
|
-
|
3216
|
-
|
3217
|
-
|
3218
|
-
|
3219
|
-
|
3820
|
+
GetInvoicesInvoiceCollectionItemResult._configure(
|
3821
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3822
|
+
bill_to_addresses=bill_to_addresses,
|
3823
|
+
currencies=currencies,
|
3824
|
+
internal_invoice_id=internal_invoice_id,
|
3825
|
+
invoice_amount=invoice_amount,
|
3826
|
+
invoice_amount_adjusted=invoice_amount_adjusted,
|
3827
|
+
invoice_amount_applied=invoice_amount_applied,
|
3828
|
+
invoice_amount_credited=invoice_amount_credited,
|
3829
|
+
invoice_amount_due=invoice_amount_due,
|
3830
|
+
invoice_amount_in_dispute=invoice_amount_in_dispute,
|
3831
|
+
invoice_id=invoice_id,
|
3832
|
+
invoice_number=invoice_number,
|
3833
|
+
invoice_po_number=invoice_po_number,
|
3834
|
+
invoice_ref_number=invoice_ref_number,
|
3835
|
+
invoice_status=invoice_status,
|
3836
|
+
invoice_type=invoice_type,
|
3837
|
+
is_credit_card_payable=is_credit_card_payable,
|
3838
|
+
is_display_download_pdf=is_display_download_pdf,
|
3839
|
+
is_display_view_pdf=is_display_view_pdf,
|
3840
|
+
is_paid=is_paid,
|
3841
|
+
is_payable=is_payable,
|
3842
|
+
is_payment_failed=is_payment_failed,
|
3843
|
+
is_pdf_email_available=is_pdf_email_available,
|
3844
|
+
last_payment_details=last_payment_details,
|
3845
|
+
party_name=party_name,
|
3846
|
+
payment_terms=payment_terms,
|
3847
|
+
preferred_email=preferred_email,
|
3848
|
+
subscription_ids=subscription_ids,
|
3849
|
+
tax=tax,
|
3850
|
+
time_invoice=time_invoice,
|
3851
|
+
time_invoice_due=time_invoice_due,
|
3852
|
+
)
|
3853
|
+
@staticmethod
|
3854
|
+
def _configure(
|
3855
|
+
_setter: Callable[[Any, Any], None],
|
3856
|
+
bill_to_addresses: Sequence['outputs.GetInvoicesInvoiceCollectionItemBillToAddressResult'],
|
3857
|
+
currencies: Sequence['outputs.GetInvoicesInvoiceCollectionItemCurrencyResult'],
|
3858
|
+
internal_invoice_id: str,
|
3859
|
+
invoice_amount: float,
|
3860
|
+
invoice_amount_adjusted: float,
|
3861
|
+
invoice_amount_applied: float,
|
3862
|
+
invoice_amount_credited: float,
|
3863
|
+
invoice_amount_due: float,
|
3864
|
+
invoice_amount_in_dispute: float,
|
3865
|
+
invoice_id: str,
|
3866
|
+
invoice_number: str,
|
3867
|
+
invoice_po_number: str,
|
3868
|
+
invoice_ref_number: str,
|
3869
|
+
invoice_status: str,
|
3870
|
+
invoice_type: str,
|
3871
|
+
is_credit_card_payable: bool,
|
3872
|
+
is_display_download_pdf: bool,
|
3873
|
+
is_display_view_pdf: bool,
|
3874
|
+
is_paid: bool,
|
3875
|
+
is_payable: bool,
|
3876
|
+
is_payment_failed: bool,
|
3877
|
+
is_pdf_email_available: bool,
|
3878
|
+
last_payment_details: Sequence['outputs.GetInvoicesInvoiceCollectionItemLastPaymentDetailResult'],
|
3879
|
+
party_name: str,
|
3880
|
+
payment_terms: str,
|
3881
|
+
preferred_email: str,
|
3882
|
+
subscription_ids: Sequence[str],
|
3883
|
+
tax: float,
|
3884
|
+
time_invoice: str,
|
3885
|
+
time_invoice_due: str,
|
3886
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3887
|
+
_setter("bill_to_addresses", bill_to_addresses)
|
3888
|
+
_setter("currencies", currencies)
|
3889
|
+
_setter("internal_invoice_id", internal_invoice_id)
|
3890
|
+
_setter("invoice_amount", invoice_amount)
|
3891
|
+
_setter("invoice_amount_adjusted", invoice_amount_adjusted)
|
3892
|
+
_setter("invoice_amount_applied", invoice_amount_applied)
|
3893
|
+
_setter("invoice_amount_credited", invoice_amount_credited)
|
3894
|
+
_setter("invoice_amount_due", invoice_amount_due)
|
3895
|
+
_setter("invoice_amount_in_dispute", invoice_amount_in_dispute)
|
3896
|
+
_setter("invoice_id", invoice_id)
|
3897
|
+
_setter("invoice_number", invoice_number)
|
3898
|
+
_setter("invoice_po_number", invoice_po_number)
|
3899
|
+
_setter("invoice_ref_number", invoice_ref_number)
|
3900
|
+
_setter("invoice_status", invoice_status)
|
3901
|
+
_setter("invoice_type", invoice_type)
|
3902
|
+
_setter("is_credit_card_payable", is_credit_card_payable)
|
3903
|
+
_setter("is_display_download_pdf", is_display_download_pdf)
|
3904
|
+
_setter("is_display_view_pdf", is_display_view_pdf)
|
3905
|
+
_setter("is_paid", is_paid)
|
3906
|
+
_setter("is_payable", is_payable)
|
3907
|
+
_setter("is_payment_failed", is_payment_failed)
|
3908
|
+
_setter("is_pdf_email_available", is_pdf_email_available)
|
3909
|
+
_setter("last_payment_details", last_payment_details)
|
3910
|
+
_setter("party_name", party_name)
|
3911
|
+
_setter("payment_terms", payment_terms)
|
3912
|
+
_setter("preferred_email", preferred_email)
|
3913
|
+
_setter("subscription_ids", subscription_ids)
|
3914
|
+
_setter("tax", tax)
|
3915
|
+
_setter("time_invoice", time_invoice)
|
3916
|
+
_setter("time_invoice_due", time_invoice_due)
|
3220
3917
|
|
3221
3918
|
@property
|
3222
3919
|
@pulumi.getter(name="billToAddresses")
|
@@ -3477,20 +4174,55 @@ class GetInvoicesInvoiceCollectionItemBillToAddressResult(dict):
|
|
3477
4174
|
:param str street_name: Street name
|
3478
4175
|
:param str street_number: House no
|
3479
4176
|
"""
|
3480
|
-
|
3481
|
-
|
3482
|
-
|
3483
|
-
|
3484
|
-
|
3485
|
-
|
3486
|
-
|
3487
|
-
|
3488
|
-
|
3489
|
-
|
3490
|
-
|
3491
|
-
|
3492
|
-
|
3493
|
-
|
4177
|
+
GetInvoicesInvoiceCollectionItemBillToAddressResult._configure(
|
4178
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4179
|
+
address_line1=address_line1,
|
4180
|
+
address_line2=address_line2,
|
4181
|
+
address_line3=address_line3,
|
4182
|
+
address_line4=address_line4,
|
4183
|
+
city=city,
|
4184
|
+
company_name=company_name,
|
4185
|
+
contact_name=contact_name,
|
4186
|
+
countries=countries,
|
4187
|
+
county=county,
|
4188
|
+
postal_code=postal_code,
|
4189
|
+
province=province,
|
4190
|
+
state=state,
|
4191
|
+
street_name=street_name,
|
4192
|
+
street_number=street_number,
|
4193
|
+
)
|
4194
|
+
@staticmethod
|
4195
|
+
def _configure(
|
4196
|
+
_setter: Callable[[Any, Any], None],
|
4197
|
+
address_line1: str,
|
4198
|
+
address_line2: str,
|
4199
|
+
address_line3: str,
|
4200
|
+
address_line4: str,
|
4201
|
+
city: str,
|
4202
|
+
company_name: str,
|
4203
|
+
contact_name: str,
|
4204
|
+
countries: Sequence['outputs.GetInvoicesInvoiceCollectionItemBillToAddressCountryResult'],
|
4205
|
+
county: str,
|
4206
|
+
postal_code: str,
|
4207
|
+
province: str,
|
4208
|
+
state: str,
|
4209
|
+
street_name: str,
|
4210
|
+
street_number: str,
|
4211
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4212
|
+
_setter("address_line1", address_line1)
|
4213
|
+
_setter("address_line2", address_line2)
|
4214
|
+
_setter("address_line3", address_line3)
|
4215
|
+
_setter("address_line4", address_line4)
|
4216
|
+
_setter("city", city)
|
4217
|
+
_setter("company_name", company_name)
|
4218
|
+
_setter("contact_name", contact_name)
|
4219
|
+
_setter("countries", countries)
|
4220
|
+
_setter("county", county)
|
4221
|
+
_setter("postal_code", postal_code)
|
4222
|
+
_setter("province", province)
|
4223
|
+
_setter("state", state)
|
4224
|
+
_setter("street_name", street_name)
|
4225
|
+
_setter("street_number", street_number)
|
3494
4226
|
|
3495
4227
|
@property
|
3496
4228
|
@pulumi.getter(name="addressLine1")
|
@@ -3620,11 +4352,28 @@ class GetInvoicesInvoiceCollectionItemBillToAddressCountryResult(dict):
|
|
3620
4352
|
:param str country_name: Name of the country
|
3621
4353
|
:param float language_id: Language identifier
|
3622
4354
|
"""
|
3623
|
-
|
3624
|
-
|
3625
|
-
|
3626
|
-
|
3627
|
-
|
4355
|
+
GetInvoicesInvoiceCollectionItemBillToAddressCountryResult._configure(
|
4356
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4357
|
+
ascii3country_code=ascii3country_code,
|
4358
|
+
country_code=country_code,
|
4359
|
+
country_id=country_id,
|
4360
|
+
country_name=country_name,
|
4361
|
+
language_id=language_id,
|
4362
|
+
)
|
4363
|
+
@staticmethod
|
4364
|
+
def _configure(
|
4365
|
+
_setter: Callable[[Any, Any], None],
|
4366
|
+
ascii3country_code: str,
|
4367
|
+
country_code: str,
|
4368
|
+
country_id: float,
|
4369
|
+
country_name: str,
|
4370
|
+
language_id: float,
|
4371
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4372
|
+
_setter("ascii3country_code", ascii3country_code)
|
4373
|
+
_setter("country_code", country_code)
|
4374
|
+
_setter("country_id", country_id)
|
4375
|
+
_setter("country_name", country_name)
|
4376
|
+
_setter("language_id", language_id)
|
3628
4377
|
|
3629
4378
|
@property
|
3630
4379
|
@pulumi.getter(name="ascii3countryCode")
|
@@ -3682,11 +4431,28 @@ class GetInvoicesInvoiceCollectionItemCurrencyResult(dict):
|
|
3682
4431
|
:param float round_decimal_point: Round decimal point
|
3683
4432
|
:param float usd_conversion: USD conversion rate of the currency
|
3684
4433
|
"""
|
3685
|
-
|
3686
|
-
|
3687
|
-
|
3688
|
-
|
3689
|
-
|
4434
|
+
GetInvoicesInvoiceCollectionItemCurrencyResult._configure(
|
4435
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4436
|
+
currency_code=currency_code,
|
4437
|
+
currency_symbol=currency_symbol,
|
4438
|
+
name=name,
|
4439
|
+
round_decimal_point=round_decimal_point,
|
4440
|
+
usd_conversion=usd_conversion,
|
4441
|
+
)
|
4442
|
+
@staticmethod
|
4443
|
+
def _configure(
|
4444
|
+
_setter: Callable[[Any, Any], None],
|
4445
|
+
currency_code: str,
|
4446
|
+
currency_symbol: str,
|
4447
|
+
name: str,
|
4448
|
+
round_decimal_point: float,
|
4449
|
+
usd_conversion: float,
|
4450
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4451
|
+
_setter("currency_code", currency_code)
|
4452
|
+
_setter("currency_symbol", currency_symbol)
|
4453
|
+
_setter("name", name)
|
4454
|
+
_setter("round_decimal_point", round_decimal_point)
|
4455
|
+
_setter("usd_conversion", usd_conversion)
|
3690
4456
|
|
3691
4457
|
@property
|
3692
4458
|
@pulumi.getter(name="currencyCode")
|
@@ -3762,20 +4528,55 @@ class GetInvoicesInvoiceCollectionItemLastPaymentDetailResult(dict):
|
|
3762
4528
|
:param str time_expiration: Expired date of the credit card
|
3763
4529
|
:param str time_paid_on: Paid the invoice on this day
|
3764
4530
|
"""
|
3765
|
-
|
3766
|
-
|
3767
|
-
|
3768
|
-
|
3769
|
-
|
3770
|
-
|
3771
|
-
|
3772
|
-
|
3773
|
-
|
3774
|
-
|
3775
|
-
|
3776
|
-
|
3777
|
-
|
3778
|
-
|
4531
|
+
GetInvoicesInvoiceCollectionItemLastPaymentDetailResult._configure(
|
4532
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4533
|
+
account_number=account_number,
|
4534
|
+
amount_paid=amount_paid,
|
4535
|
+
card_type=card_type,
|
4536
|
+
credit_card_type=credit_card_type,
|
4537
|
+
echeck_routing=echeck_routing,
|
4538
|
+
last_digits=last_digits,
|
4539
|
+
name_on_card=name_on_card,
|
4540
|
+
paid_by=paid_by,
|
4541
|
+
payment_method=payment_method,
|
4542
|
+
paypal_id=paypal_id,
|
4543
|
+
paypal_reference=paypal_reference,
|
4544
|
+
routing_number=routing_number,
|
4545
|
+
time_expiration=time_expiration,
|
4546
|
+
time_paid_on=time_paid_on,
|
4547
|
+
)
|
4548
|
+
@staticmethod
|
4549
|
+
def _configure(
|
4550
|
+
_setter: Callable[[Any, Any], None],
|
4551
|
+
account_number: str,
|
4552
|
+
amount_paid: float,
|
4553
|
+
card_type: str,
|
4554
|
+
credit_card_type: str,
|
4555
|
+
echeck_routing: str,
|
4556
|
+
last_digits: str,
|
4557
|
+
name_on_card: str,
|
4558
|
+
paid_by: str,
|
4559
|
+
payment_method: str,
|
4560
|
+
paypal_id: str,
|
4561
|
+
paypal_reference: str,
|
4562
|
+
routing_number: str,
|
4563
|
+
time_expiration: str,
|
4564
|
+
time_paid_on: str,
|
4565
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4566
|
+
_setter("account_number", account_number)
|
4567
|
+
_setter("amount_paid", amount_paid)
|
4568
|
+
_setter("card_type", card_type)
|
4569
|
+
_setter("credit_card_type", credit_card_type)
|
4570
|
+
_setter("echeck_routing", echeck_routing)
|
4571
|
+
_setter("last_digits", last_digits)
|
4572
|
+
_setter("name_on_card", name_on_card)
|
4573
|
+
_setter("paid_by", paid_by)
|
4574
|
+
_setter("payment_method", payment_method)
|
4575
|
+
_setter("paypal_id", paypal_id)
|
4576
|
+
_setter("paypal_reference", paypal_reference)
|
4577
|
+
_setter("routing_number", routing_number)
|
4578
|
+
_setter("time_expiration", time_expiration)
|
4579
|
+
_setter("time_paid_on", time_paid_on)
|
3779
4580
|
|
3780
4581
|
@property
|
3781
4582
|
@pulumi.getter(name="accountNumber")
|
@@ -3913,15 +4714,40 @@ class GetInvoicesInvoiceLineItemResult(dict):
|
|
3913
4714
|
:param str time_start: Start date
|
3914
4715
|
:param float total_price: Total price of the ordered product (Net unit price x quantity)
|
3915
4716
|
"""
|
3916
|
-
|
3917
|
-
|
3918
|
-
|
3919
|
-
|
3920
|
-
|
3921
|
-
|
3922
|
-
|
3923
|
-
|
3924
|
-
|
4717
|
+
GetInvoicesInvoiceLineItemResult._configure(
|
4718
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4719
|
+
currencies=currencies,
|
4720
|
+
net_unit_price=net_unit_price,
|
4721
|
+
order_no=order_no,
|
4722
|
+
part_number=part_number,
|
4723
|
+
product=product,
|
4724
|
+
quantity=quantity,
|
4725
|
+
time_end=time_end,
|
4726
|
+
time_start=time_start,
|
4727
|
+
total_price=total_price,
|
4728
|
+
)
|
4729
|
+
@staticmethod
|
4730
|
+
def _configure(
|
4731
|
+
_setter: Callable[[Any, Any], None],
|
4732
|
+
currencies: Sequence['outputs.GetInvoicesInvoiceLineItemCurrencyResult'],
|
4733
|
+
net_unit_price: float,
|
4734
|
+
order_no: str,
|
4735
|
+
part_number: str,
|
4736
|
+
product: str,
|
4737
|
+
quantity: float,
|
4738
|
+
time_end: str,
|
4739
|
+
time_start: str,
|
4740
|
+
total_price: float,
|
4741
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4742
|
+
_setter("currencies", currencies)
|
4743
|
+
_setter("net_unit_price", net_unit_price)
|
4744
|
+
_setter("order_no", order_no)
|
4745
|
+
_setter("part_number", part_number)
|
4746
|
+
_setter("product", product)
|
4747
|
+
_setter("quantity", quantity)
|
4748
|
+
_setter("time_end", time_end)
|
4749
|
+
_setter("time_start", time_start)
|
4750
|
+
_setter("total_price", total_price)
|
3925
4751
|
|
3926
4752
|
@property
|
3927
4753
|
@pulumi.getter
|
@@ -4011,11 +4837,28 @@ class GetInvoicesInvoiceLineItemCurrencyResult(dict):
|
|
4011
4837
|
:param float round_decimal_point: Round decimal point
|
4012
4838
|
:param float usd_conversion: USD conversion rate of the currency
|
4013
4839
|
"""
|
4014
|
-
|
4015
|
-
|
4016
|
-
|
4017
|
-
|
4018
|
-
|
4840
|
+
GetInvoicesInvoiceLineItemCurrencyResult._configure(
|
4841
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4842
|
+
currency_code=currency_code,
|
4843
|
+
currency_symbol=currency_symbol,
|
4844
|
+
name=name,
|
4845
|
+
round_decimal_point=round_decimal_point,
|
4846
|
+
usd_conversion=usd_conversion,
|
4847
|
+
)
|
4848
|
+
@staticmethod
|
4849
|
+
def _configure(
|
4850
|
+
_setter: Callable[[Any, Any], None],
|
4851
|
+
currency_code: str,
|
4852
|
+
currency_symbol: str,
|
4853
|
+
name: str,
|
4854
|
+
round_decimal_point: float,
|
4855
|
+
usd_conversion: float,
|
4856
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4857
|
+
_setter("currency_code", currency_code)
|
4858
|
+
_setter("currency_symbol", currency_symbol)
|
4859
|
+
_setter("name", name)
|
4860
|
+
_setter("round_decimal_point", round_decimal_point)
|
4861
|
+
_setter("usd_conversion", usd_conversion)
|
4019
4862
|
|
4020
4863
|
@property
|
4021
4864
|
@pulumi.getter(name="currencyCode")
|
@@ -4067,10 +4910,23 @@ class GetInvoicesInvoiceLinesFilterResult(dict):
|
|
4067
4910
|
"""
|
4068
4911
|
:param str name: Name of the currency
|
4069
4912
|
"""
|
4070
|
-
|
4071
|
-
|
4913
|
+
GetInvoicesInvoiceLinesFilterResult._configure(
|
4914
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4915
|
+
name=name,
|
4916
|
+
values=values,
|
4917
|
+
regex=regex,
|
4918
|
+
)
|
4919
|
+
@staticmethod
|
4920
|
+
def _configure(
|
4921
|
+
_setter: Callable[[Any, Any], None],
|
4922
|
+
name: str,
|
4923
|
+
values: Sequence[str],
|
4924
|
+
regex: Optional[bool] = None,
|
4925
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4926
|
+
_setter("name", name)
|
4927
|
+
_setter("values", values)
|
4072
4928
|
if regex is not None:
|
4073
|
-
|
4929
|
+
_setter("regex", regex)
|
4074
4930
|
|
4075
4931
|
@property
|
4076
4932
|
@pulumi.getter
|
@@ -4098,7 +4954,16 @@ class GetInvoicesInvoiceLinesInvoiceLineCollectionResult(dict):
|
|
4098
4954
|
"""
|
4099
4955
|
:param Sequence['GetInvoicesInvoiceLinesInvoiceLineCollectionItemArgs'] items: Invoice line list elements
|
4100
4956
|
"""
|
4101
|
-
|
4957
|
+
GetInvoicesInvoiceLinesInvoiceLineCollectionResult._configure(
|
4958
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4959
|
+
items=items,
|
4960
|
+
)
|
4961
|
+
@staticmethod
|
4962
|
+
def _configure(
|
4963
|
+
_setter: Callable[[Any, Any], None],
|
4964
|
+
items: Sequence['outputs.GetInvoicesInvoiceLinesInvoiceLineCollectionItemResult'],
|
4965
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4966
|
+
_setter("items", items)
|
4102
4967
|
|
4103
4968
|
@property
|
4104
4969
|
@pulumi.getter
|
@@ -4132,15 +4997,40 @@ class GetInvoicesInvoiceLinesInvoiceLineCollectionItemResult(dict):
|
|
4132
4997
|
:param str time_start: Start date
|
4133
4998
|
:param float total_price: Total price of the ordered product (Net unit price x quantity)
|
4134
4999
|
"""
|
4135
|
-
|
4136
|
-
|
4137
|
-
|
4138
|
-
|
4139
|
-
|
4140
|
-
|
4141
|
-
|
4142
|
-
|
4143
|
-
|
5000
|
+
GetInvoicesInvoiceLinesInvoiceLineCollectionItemResult._configure(
|
5001
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5002
|
+
currencies=currencies,
|
5003
|
+
net_unit_price=net_unit_price,
|
5004
|
+
order_no=order_no,
|
5005
|
+
part_number=part_number,
|
5006
|
+
product=product,
|
5007
|
+
quantity=quantity,
|
5008
|
+
time_end=time_end,
|
5009
|
+
time_start=time_start,
|
5010
|
+
total_price=total_price,
|
5011
|
+
)
|
5012
|
+
@staticmethod
|
5013
|
+
def _configure(
|
5014
|
+
_setter: Callable[[Any, Any], None],
|
5015
|
+
currencies: Sequence['outputs.GetInvoicesInvoiceLinesInvoiceLineCollectionItemCurrencyResult'],
|
5016
|
+
net_unit_price: float,
|
5017
|
+
order_no: str,
|
5018
|
+
part_number: str,
|
5019
|
+
product: str,
|
5020
|
+
quantity: float,
|
5021
|
+
time_end: str,
|
5022
|
+
time_start: str,
|
5023
|
+
total_price: float,
|
5024
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5025
|
+
_setter("currencies", currencies)
|
5026
|
+
_setter("net_unit_price", net_unit_price)
|
5027
|
+
_setter("order_no", order_no)
|
5028
|
+
_setter("part_number", part_number)
|
5029
|
+
_setter("product", product)
|
5030
|
+
_setter("quantity", quantity)
|
5031
|
+
_setter("time_end", time_end)
|
5032
|
+
_setter("time_start", time_start)
|
5033
|
+
_setter("total_price", total_price)
|
4144
5034
|
|
4145
5035
|
@property
|
4146
5036
|
@pulumi.getter
|
@@ -4230,11 +5120,28 @@ class GetInvoicesInvoiceLinesInvoiceLineCollectionItemCurrencyResult(dict):
|
|
4230
5120
|
:param float round_decimal_point: Round decimal point
|
4231
5121
|
:param float usd_conversion: USD conversion rate of the currency
|
4232
5122
|
"""
|
4233
|
-
|
4234
|
-
|
4235
|
-
|
4236
|
-
|
4237
|
-
|
5123
|
+
GetInvoicesInvoiceLinesInvoiceLineCollectionItemCurrencyResult._configure(
|
5124
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5125
|
+
currency_code=currency_code,
|
5126
|
+
currency_symbol=currency_symbol,
|
5127
|
+
name=name,
|
5128
|
+
round_decimal_point=round_decimal_point,
|
5129
|
+
usd_conversion=usd_conversion,
|
5130
|
+
)
|
5131
|
+
@staticmethod
|
5132
|
+
def _configure(
|
5133
|
+
_setter: Callable[[Any, Any], None],
|
5134
|
+
currency_code: str,
|
5135
|
+
currency_symbol: str,
|
5136
|
+
name: str,
|
5137
|
+
round_decimal_point: float,
|
5138
|
+
usd_conversion: float,
|
5139
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5140
|
+
_setter("currency_code", currency_code)
|
5141
|
+
_setter("currency_symbol", currency_symbol)
|
5142
|
+
_setter("name", name)
|
5143
|
+
_setter("round_decimal_point", round_decimal_point)
|
5144
|
+
_setter("usd_conversion", usd_conversion)
|
4238
5145
|
|
4239
5146
|
@property
|
4240
5147
|
@pulumi.getter(name="currencyCode")
|
@@ -4334,32 +5241,91 @@ class GetSubscriptionBillingAddressResult(dict):
|
|
4334
5241
|
:param str street_name: Street name of the address.
|
4335
5242
|
:param str street_number: Street number of the address.
|
4336
5243
|
"""
|
4337
|
-
|
4338
|
-
|
4339
|
-
|
4340
|
-
|
4341
|
-
|
4342
|
-
|
4343
|
-
|
4344
|
-
|
4345
|
-
|
4346
|
-
|
4347
|
-
|
4348
|
-
|
4349
|
-
|
4350
|
-
|
4351
|
-
|
4352
|
-
|
4353
|
-
|
4354
|
-
|
4355
|
-
|
4356
|
-
|
4357
|
-
|
4358
|
-
|
4359
|
-
|
4360
|
-
|
4361
|
-
|
4362
|
-
|
5244
|
+
GetSubscriptionBillingAddressResult._configure(
|
5245
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5246
|
+
address_key=address_key,
|
5247
|
+
city=city,
|
5248
|
+
company_name=company_name,
|
5249
|
+
contributor_class=contributor_class,
|
5250
|
+
country=country,
|
5251
|
+
county=county,
|
5252
|
+
department_name=department_name,
|
5253
|
+
email_address=email_address,
|
5254
|
+
first_name=first_name,
|
5255
|
+
internal_number=internal_number,
|
5256
|
+
job_title=job_title,
|
5257
|
+
last_name=last_name,
|
5258
|
+
line1=line1,
|
5259
|
+
line2=line2,
|
5260
|
+
line3=line3,
|
5261
|
+
line4=line4,
|
5262
|
+
middle_name=middle_name,
|
5263
|
+
municipal_inscription=municipal_inscription,
|
5264
|
+
phone_country_code=phone_country_code,
|
5265
|
+
phone_number=phone_number,
|
5266
|
+
postal_code=postal_code,
|
5267
|
+
province=province,
|
5268
|
+
state=state,
|
5269
|
+
state_inscription=state_inscription,
|
5270
|
+
street_name=street_name,
|
5271
|
+
street_number=street_number,
|
5272
|
+
)
|
5273
|
+
@staticmethod
|
5274
|
+
def _configure(
|
5275
|
+
_setter: Callable[[Any, Any], None],
|
5276
|
+
address_key: str,
|
5277
|
+
city: str,
|
5278
|
+
company_name: str,
|
5279
|
+
contributor_class: str,
|
5280
|
+
country: str,
|
5281
|
+
county: str,
|
5282
|
+
department_name: str,
|
5283
|
+
email_address: str,
|
5284
|
+
first_name: str,
|
5285
|
+
internal_number: str,
|
5286
|
+
job_title: str,
|
5287
|
+
last_name: str,
|
5288
|
+
line1: str,
|
5289
|
+
line2: str,
|
5290
|
+
line3: str,
|
5291
|
+
line4: str,
|
5292
|
+
middle_name: str,
|
5293
|
+
municipal_inscription: str,
|
5294
|
+
phone_country_code: str,
|
5295
|
+
phone_number: str,
|
5296
|
+
postal_code: str,
|
5297
|
+
province: str,
|
5298
|
+
state: str,
|
5299
|
+
state_inscription: str,
|
5300
|
+
street_name: str,
|
5301
|
+
street_number: str,
|
5302
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5303
|
+
_setter("address_key", address_key)
|
5304
|
+
_setter("city", city)
|
5305
|
+
_setter("company_name", company_name)
|
5306
|
+
_setter("contributor_class", contributor_class)
|
5307
|
+
_setter("country", country)
|
5308
|
+
_setter("county", county)
|
5309
|
+
_setter("department_name", department_name)
|
5310
|
+
_setter("email_address", email_address)
|
5311
|
+
_setter("first_name", first_name)
|
5312
|
+
_setter("internal_number", internal_number)
|
5313
|
+
_setter("job_title", job_title)
|
5314
|
+
_setter("last_name", last_name)
|
5315
|
+
_setter("line1", line1)
|
5316
|
+
_setter("line2", line2)
|
5317
|
+
_setter("line3", line3)
|
5318
|
+
_setter("line4", line4)
|
5319
|
+
_setter("middle_name", middle_name)
|
5320
|
+
_setter("municipal_inscription", municipal_inscription)
|
5321
|
+
_setter("phone_country_code", phone_country_code)
|
5322
|
+
_setter("phone_number", phone_number)
|
5323
|
+
_setter("postal_code", postal_code)
|
5324
|
+
_setter("province", province)
|
5325
|
+
_setter("state", state)
|
5326
|
+
_setter("state_inscription", state_inscription)
|
5327
|
+
_setter("street_name", street_name)
|
5328
|
+
_setter("street_number", street_number)
|
4363
5329
|
|
4364
5330
|
@property
|
4365
5331
|
@pulumi.getter(name="addressKey")
|
@@ -4577,7 +5543,16 @@ class GetSubscriptionPaymentGatewayResult(dict):
|
|
4577
5543
|
"""
|
4578
5544
|
:param Sequence['GetSubscriptionPaymentGatewayMerchantDefinedDataArgs'] merchant_defined_datas: Merchant details.
|
4579
5545
|
"""
|
4580
|
-
|
5546
|
+
GetSubscriptionPaymentGatewayResult._configure(
|
5547
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5548
|
+
merchant_defined_datas=merchant_defined_datas,
|
5549
|
+
)
|
5550
|
+
@staticmethod
|
5551
|
+
def _configure(
|
5552
|
+
_setter: Callable[[Any, Any], None],
|
5553
|
+
merchant_defined_datas: Sequence['outputs.GetSubscriptionPaymentGatewayMerchantDefinedDataResult'],
|
5554
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5555
|
+
_setter("merchant_defined_datas", merchant_defined_datas)
|
4581
5556
|
|
4582
5557
|
@property
|
4583
5558
|
@pulumi.getter(name="merchantDefinedDatas")
|
@@ -4597,8 +5572,19 @@ class GetSubscriptionPaymentGatewayMerchantDefinedDataResult(dict):
|
|
4597
5572
|
:param str cloud_account_name: Cloud account name.
|
4598
5573
|
:param str promo_type: Promotion type code.
|
4599
5574
|
"""
|
4600
|
-
|
4601
|
-
|
5575
|
+
GetSubscriptionPaymentGatewayMerchantDefinedDataResult._configure(
|
5576
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5577
|
+
cloud_account_name=cloud_account_name,
|
5578
|
+
promo_type=promo_type,
|
5579
|
+
)
|
5580
|
+
@staticmethod
|
5581
|
+
def _configure(
|
5582
|
+
_setter: Callable[[Any, Any], None],
|
5583
|
+
cloud_account_name: str,
|
5584
|
+
promo_type: str,
|
5585
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5586
|
+
_setter("cloud_account_name", cloud_account_name)
|
5587
|
+
_setter("promo_type", promo_type)
|
4602
5588
|
|
4603
5589
|
@property
|
4604
5590
|
@pulumi.getter(name="cloudAccountName")
|
@@ -4644,17 +5630,46 @@ class GetSubscriptionPaymentOptionResult(dict):
|
|
4644
5630
|
:param str wallet_instrument_id: Wallet instrument internal id.
|
4645
5631
|
:param str wallet_transaction_id: Wallet transaction id.
|
4646
5632
|
"""
|
4647
|
-
|
4648
|
-
|
4649
|
-
|
4650
|
-
|
4651
|
-
|
4652
|
-
|
4653
|
-
|
4654
|
-
|
4655
|
-
|
4656
|
-
|
4657
|
-
|
5633
|
+
GetSubscriptionPaymentOptionResult._configure(
|
5634
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5635
|
+
credit_card_type=credit_card_type,
|
5636
|
+
email_address=email_address,
|
5637
|
+
ext_billing_agreement_id=ext_billing_agreement_id,
|
5638
|
+
first_name=first_name,
|
5639
|
+
last_digits=last_digits,
|
5640
|
+
last_name=last_name,
|
5641
|
+
name_on_card=name_on_card,
|
5642
|
+
payment_method=payment_method,
|
5643
|
+
time_expiration=time_expiration,
|
5644
|
+
wallet_instrument_id=wallet_instrument_id,
|
5645
|
+
wallet_transaction_id=wallet_transaction_id,
|
5646
|
+
)
|
5647
|
+
@staticmethod
|
5648
|
+
def _configure(
|
5649
|
+
_setter: Callable[[Any, Any], None],
|
5650
|
+
credit_card_type: str,
|
5651
|
+
email_address: str,
|
5652
|
+
ext_billing_agreement_id: str,
|
5653
|
+
first_name: str,
|
5654
|
+
last_digits: str,
|
5655
|
+
last_name: str,
|
5656
|
+
name_on_card: str,
|
5657
|
+
payment_method: str,
|
5658
|
+
time_expiration: str,
|
5659
|
+
wallet_instrument_id: str,
|
5660
|
+
wallet_transaction_id: str,
|
5661
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5662
|
+
_setter("credit_card_type", credit_card_type)
|
5663
|
+
_setter("email_address", email_address)
|
5664
|
+
_setter("ext_billing_agreement_id", ext_billing_agreement_id)
|
5665
|
+
_setter("first_name", first_name)
|
5666
|
+
_setter("last_digits", last_digits)
|
5667
|
+
_setter("last_name", last_name)
|
5668
|
+
_setter("name_on_card", name_on_card)
|
5669
|
+
_setter("payment_method", payment_method)
|
5670
|
+
_setter("time_expiration", time_expiration)
|
5671
|
+
_setter("wallet_instrument_id", wallet_instrument_id)
|
5672
|
+
_setter("wallet_transaction_id", wallet_transaction_id)
|
4658
5673
|
|
4659
5674
|
@property
|
4660
5675
|
@pulumi.getter(name="creditCardType")
|
@@ -4792,27 +5807,76 @@ class GetSubscriptionSubscriptionResult(dict):
|
|
4792
5807
|
:param str upgrade_state: Status of the upgrade.
|
4793
5808
|
:param str upgrade_state_details: This field is used to describe the Upgrade State in case of error (E.g. Upgrade failure caused by interfacing Tax details- TaxError)
|
4794
5809
|
"""
|
4795
|
-
|
4796
|
-
|
4797
|
-
|
4798
|
-
|
4799
|
-
|
4800
|
-
|
4801
|
-
|
4802
|
-
|
4803
|
-
|
4804
|
-
|
4805
|
-
|
4806
|
-
|
4807
|
-
|
4808
|
-
|
4809
|
-
|
4810
|
-
|
4811
|
-
|
4812
|
-
|
4813
|
-
|
4814
|
-
|
4815
|
-
|
5810
|
+
GetSubscriptionSubscriptionResult._configure(
|
5811
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5812
|
+
account_type=account_type,
|
5813
|
+
bill_to_cust_account_id=bill_to_cust_account_id,
|
5814
|
+
billing_addresses=billing_addresses,
|
5815
|
+
currency_code=currency_code,
|
5816
|
+
gsi_org_code=gsi_org_code,
|
5817
|
+
id=id,
|
5818
|
+
is_intent_to_pay=is_intent_to_pay,
|
5819
|
+
language_code=language_code,
|
5820
|
+
organization_id=organization_id,
|
5821
|
+
payment_gateways=payment_gateways,
|
5822
|
+
payment_options=payment_options,
|
5823
|
+
plan_type=plan_type,
|
5824
|
+
ship_to_cust_acct_role_id=ship_to_cust_acct_role_id,
|
5825
|
+
ship_to_cust_acct_site_id=ship_to_cust_acct_site_id,
|
5826
|
+
subscription_plan_number=subscription_plan_number,
|
5827
|
+
tax_infos=tax_infos,
|
5828
|
+
time_personal_to_corporate_conv=time_personal_to_corporate_conv,
|
5829
|
+
time_plan_upgrade=time_plan_upgrade,
|
5830
|
+
time_start=time_start,
|
5831
|
+
upgrade_state=upgrade_state,
|
5832
|
+
upgrade_state_details=upgrade_state_details,
|
5833
|
+
)
|
5834
|
+
@staticmethod
|
5835
|
+
def _configure(
|
5836
|
+
_setter: Callable[[Any, Any], None],
|
5837
|
+
account_type: str,
|
5838
|
+
bill_to_cust_account_id: str,
|
5839
|
+
billing_addresses: Sequence['outputs.GetSubscriptionSubscriptionBillingAddressResult'],
|
5840
|
+
currency_code: str,
|
5841
|
+
gsi_org_code: str,
|
5842
|
+
id: str,
|
5843
|
+
is_intent_to_pay: bool,
|
5844
|
+
language_code: str,
|
5845
|
+
organization_id: str,
|
5846
|
+
payment_gateways: Sequence['outputs.GetSubscriptionSubscriptionPaymentGatewayResult'],
|
5847
|
+
payment_options: Sequence['outputs.GetSubscriptionSubscriptionPaymentOptionResult'],
|
5848
|
+
plan_type: str,
|
5849
|
+
ship_to_cust_acct_role_id: str,
|
5850
|
+
ship_to_cust_acct_site_id: str,
|
5851
|
+
subscription_plan_number: str,
|
5852
|
+
tax_infos: Sequence['outputs.GetSubscriptionSubscriptionTaxInfoResult'],
|
5853
|
+
time_personal_to_corporate_conv: str,
|
5854
|
+
time_plan_upgrade: str,
|
5855
|
+
time_start: str,
|
5856
|
+
upgrade_state: str,
|
5857
|
+
upgrade_state_details: str,
|
5858
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5859
|
+
_setter("account_type", account_type)
|
5860
|
+
_setter("bill_to_cust_account_id", bill_to_cust_account_id)
|
5861
|
+
_setter("billing_addresses", billing_addresses)
|
5862
|
+
_setter("currency_code", currency_code)
|
5863
|
+
_setter("gsi_org_code", gsi_org_code)
|
5864
|
+
_setter("id", id)
|
5865
|
+
_setter("is_intent_to_pay", is_intent_to_pay)
|
5866
|
+
_setter("language_code", language_code)
|
5867
|
+
_setter("organization_id", organization_id)
|
5868
|
+
_setter("payment_gateways", payment_gateways)
|
5869
|
+
_setter("payment_options", payment_options)
|
5870
|
+
_setter("plan_type", plan_type)
|
5871
|
+
_setter("ship_to_cust_acct_role_id", ship_to_cust_acct_role_id)
|
5872
|
+
_setter("ship_to_cust_acct_site_id", ship_to_cust_acct_site_id)
|
5873
|
+
_setter("subscription_plan_number", subscription_plan_number)
|
5874
|
+
_setter("tax_infos", tax_infos)
|
5875
|
+
_setter("time_personal_to_corporate_conv", time_personal_to_corporate_conv)
|
5876
|
+
_setter("time_plan_upgrade", time_plan_upgrade)
|
5877
|
+
_setter("time_start", time_start)
|
5878
|
+
_setter("upgrade_state", upgrade_state)
|
5879
|
+
_setter("upgrade_state_details", upgrade_state_details)
|
4816
5880
|
|
4817
5881
|
@property
|
4818
5882
|
@pulumi.getter(name="accountType")
|
@@ -5040,32 +6104,91 @@ class GetSubscriptionSubscriptionBillingAddressResult(dict):
|
|
5040
6104
|
:param str street_name: Street name of the address.
|
5041
6105
|
:param str street_number: Street number of the address.
|
5042
6106
|
"""
|
5043
|
-
|
5044
|
-
|
5045
|
-
|
5046
|
-
|
5047
|
-
|
5048
|
-
|
5049
|
-
|
5050
|
-
|
5051
|
-
|
5052
|
-
|
5053
|
-
|
5054
|
-
|
5055
|
-
|
5056
|
-
|
5057
|
-
|
5058
|
-
|
5059
|
-
|
5060
|
-
|
5061
|
-
|
5062
|
-
|
5063
|
-
|
5064
|
-
|
5065
|
-
|
5066
|
-
|
5067
|
-
|
5068
|
-
|
6107
|
+
GetSubscriptionSubscriptionBillingAddressResult._configure(
|
6108
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6109
|
+
address_key=address_key,
|
6110
|
+
city=city,
|
6111
|
+
company_name=company_name,
|
6112
|
+
contributor_class=contributor_class,
|
6113
|
+
country=country,
|
6114
|
+
county=county,
|
6115
|
+
department_name=department_name,
|
6116
|
+
email_address=email_address,
|
6117
|
+
first_name=first_name,
|
6118
|
+
internal_number=internal_number,
|
6119
|
+
job_title=job_title,
|
6120
|
+
last_name=last_name,
|
6121
|
+
line1=line1,
|
6122
|
+
line2=line2,
|
6123
|
+
line3=line3,
|
6124
|
+
line4=line4,
|
6125
|
+
middle_name=middle_name,
|
6126
|
+
municipal_inscription=municipal_inscription,
|
6127
|
+
phone_country_code=phone_country_code,
|
6128
|
+
phone_number=phone_number,
|
6129
|
+
postal_code=postal_code,
|
6130
|
+
province=province,
|
6131
|
+
state=state,
|
6132
|
+
state_inscription=state_inscription,
|
6133
|
+
street_name=street_name,
|
6134
|
+
street_number=street_number,
|
6135
|
+
)
|
6136
|
+
@staticmethod
|
6137
|
+
def _configure(
|
6138
|
+
_setter: Callable[[Any, Any], None],
|
6139
|
+
address_key: str,
|
6140
|
+
city: str,
|
6141
|
+
company_name: str,
|
6142
|
+
contributor_class: str,
|
6143
|
+
country: str,
|
6144
|
+
county: str,
|
6145
|
+
department_name: str,
|
6146
|
+
email_address: str,
|
6147
|
+
first_name: str,
|
6148
|
+
internal_number: str,
|
6149
|
+
job_title: str,
|
6150
|
+
last_name: str,
|
6151
|
+
line1: str,
|
6152
|
+
line2: str,
|
6153
|
+
line3: str,
|
6154
|
+
line4: str,
|
6155
|
+
middle_name: str,
|
6156
|
+
municipal_inscription: str,
|
6157
|
+
phone_country_code: str,
|
6158
|
+
phone_number: str,
|
6159
|
+
postal_code: str,
|
6160
|
+
province: str,
|
6161
|
+
state: str,
|
6162
|
+
state_inscription: str,
|
6163
|
+
street_name: str,
|
6164
|
+
street_number: str,
|
6165
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6166
|
+
_setter("address_key", address_key)
|
6167
|
+
_setter("city", city)
|
6168
|
+
_setter("company_name", company_name)
|
6169
|
+
_setter("contributor_class", contributor_class)
|
6170
|
+
_setter("country", country)
|
6171
|
+
_setter("county", county)
|
6172
|
+
_setter("department_name", department_name)
|
6173
|
+
_setter("email_address", email_address)
|
6174
|
+
_setter("first_name", first_name)
|
6175
|
+
_setter("internal_number", internal_number)
|
6176
|
+
_setter("job_title", job_title)
|
6177
|
+
_setter("last_name", last_name)
|
6178
|
+
_setter("line1", line1)
|
6179
|
+
_setter("line2", line2)
|
6180
|
+
_setter("line3", line3)
|
6181
|
+
_setter("line4", line4)
|
6182
|
+
_setter("middle_name", middle_name)
|
6183
|
+
_setter("municipal_inscription", municipal_inscription)
|
6184
|
+
_setter("phone_country_code", phone_country_code)
|
6185
|
+
_setter("phone_number", phone_number)
|
6186
|
+
_setter("postal_code", postal_code)
|
6187
|
+
_setter("province", province)
|
6188
|
+
_setter("state", state)
|
6189
|
+
_setter("state_inscription", state_inscription)
|
6190
|
+
_setter("street_name", street_name)
|
6191
|
+
_setter("street_number", street_number)
|
5069
6192
|
|
5070
6193
|
@property
|
5071
6194
|
@pulumi.getter(name="addressKey")
|
@@ -5283,7 +6406,16 @@ class GetSubscriptionSubscriptionPaymentGatewayResult(dict):
|
|
5283
6406
|
"""
|
5284
6407
|
:param Sequence['GetSubscriptionSubscriptionPaymentGatewayMerchantDefinedDataArgs'] merchant_defined_datas: Merchant details.
|
5285
6408
|
"""
|
5286
|
-
|
6409
|
+
GetSubscriptionSubscriptionPaymentGatewayResult._configure(
|
6410
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6411
|
+
merchant_defined_datas=merchant_defined_datas,
|
6412
|
+
)
|
6413
|
+
@staticmethod
|
6414
|
+
def _configure(
|
6415
|
+
_setter: Callable[[Any, Any], None],
|
6416
|
+
merchant_defined_datas: Sequence['outputs.GetSubscriptionSubscriptionPaymentGatewayMerchantDefinedDataResult'],
|
6417
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6418
|
+
_setter("merchant_defined_datas", merchant_defined_datas)
|
5287
6419
|
|
5288
6420
|
@property
|
5289
6421
|
@pulumi.getter(name="merchantDefinedDatas")
|
@@ -5303,8 +6435,19 @@ class GetSubscriptionSubscriptionPaymentGatewayMerchantDefinedDataResult(dict):
|
|
5303
6435
|
:param str cloud_account_name: Cloud account name.
|
5304
6436
|
:param str promo_type: Promotion type code.
|
5305
6437
|
"""
|
5306
|
-
|
5307
|
-
|
6438
|
+
GetSubscriptionSubscriptionPaymentGatewayMerchantDefinedDataResult._configure(
|
6439
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6440
|
+
cloud_account_name=cloud_account_name,
|
6441
|
+
promo_type=promo_type,
|
6442
|
+
)
|
6443
|
+
@staticmethod
|
6444
|
+
def _configure(
|
6445
|
+
_setter: Callable[[Any, Any], None],
|
6446
|
+
cloud_account_name: str,
|
6447
|
+
promo_type: str,
|
6448
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6449
|
+
_setter("cloud_account_name", cloud_account_name)
|
6450
|
+
_setter("promo_type", promo_type)
|
5308
6451
|
|
5309
6452
|
@property
|
5310
6453
|
@pulumi.getter(name="cloudAccountName")
|
@@ -5350,17 +6493,46 @@ class GetSubscriptionSubscriptionPaymentOptionResult(dict):
|
|
5350
6493
|
:param str wallet_instrument_id: Wallet instrument internal id.
|
5351
6494
|
:param str wallet_transaction_id: Wallet transaction id.
|
5352
6495
|
"""
|
5353
|
-
|
5354
|
-
|
5355
|
-
|
5356
|
-
|
5357
|
-
|
5358
|
-
|
5359
|
-
|
5360
|
-
|
5361
|
-
|
5362
|
-
|
5363
|
-
|
6496
|
+
GetSubscriptionSubscriptionPaymentOptionResult._configure(
|
6497
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6498
|
+
credit_card_type=credit_card_type,
|
6499
|
+
email_address=email_address,
|
6500
|
+
ext_billing_agreement_id=ext_billing_agreement_id,
|
6501
|
+
first_name=first_name,
|
6502
|
+
last_digits=last_digits,
|
6503
|
+
last_name=last_name,
|
6504
|
+
name_on_card=name_on_card,
|
6505
|
+
payment_method=payment_method,
|
6506
|
+
time_expiration=time_expiration,
|
6507
|
+
wallet_instrument_id=wallet_instrument_id,
|
6508
|
+
wallet_transaction_id=wallet_transaction_id,
|
6509
|
+
)
|
6510
|
+
@staticmethod
|
6511
|
+
def _configure(
|
6512
|
+
_setter: Callable[[Any, Any], None],
|
6513
|
+
credit_card_type: str,
|
6514
|
+
email_address: str,
|
6515
|
+
ext_billing_agreement_id: str,
|
6516
|
+
first_name: str,
|
6517
|
+
last_digits: str,
|
6518
|
+
last_name: str,
|
6519
|
+
name_on_card: str,
|
6520
|
+
payment_method: str,
|
6521
|
+
time_expiration: str,
|
6522
|
+
wallet_instrument_id: str,
|
6523
|
+
wallet_transaction_id: str,
|
6524
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6525
|
+
_setter("credit_card_type", credit_card_type)
|
6526
|
+
_setter("email_address", email_address)
|
6527
|
+
_setter("ext_billing_agreement_id", ext_billing_agreement_id)
|
6528
|
+
_setter("first_name", first_name)
|
6529
|
+
_setter("last_digits", last_digits)
|
6530
|
+
_setter("last_name", last_name)
|
6531
|
+
_setter("name_on_card", name_on_card)
|
6532
|
+
_setter("payment_method", payment_method)
|
6533
|
+
_setter("time_expiration", time_expiration)
|
6534
|
+
_setter("wallet_instrument_id", wallet_instrument_id)
|
6535
|
+
_setter("wallet_transaction_id", wallet_transaction_id)
|
5364
6536
|
|
5365
6537
|
@property
|
5366
6538
|
@pulumi.getter(name="creditCardType")
|
@@ -5466,11 +6638,28 @@ class GetSubscriptionSubscriptionTaxInfoResult(dict):
|
|
5466
6638
|
:param str tax_payer_id: Tay payer identifier.
|
5467
6639
|
:param str tax_reg_number: Tax registration number.
|
5468
6640
|
"""
|
5469
|
-
|
5470
|
-
|
5471
|
-
|
5472
|
-
|
5473
|
-
|
6641
|
+
GetSubscriptionSubscriptionTaxInfoResult._configure(
|
6642
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6643
|
+
no_tax_reason_code=no_tax_reason_code,
|
6644
|
+
no_tax_reason_code_details=no_tax_reason_code_details,
|
6645
|
+
tax_cnpj=tax_cnpj,
|
6646
|
+
tax_payer_id=tax_payer_id,
|
6647
|
+
tax_reg_number=tax_reg_number,
|
6648
|
+
)
|
6649
|
+
@staticmethod
|
6650
|
+
def _configure(
|
6651
|
+
_setter: Callable[[Any, Any], None],
|
6652
|
+
no_tax_reason_code: str,
|
6653
|
+
no_tax_reason_code_details: str,
|
6654
|
+
tax_cnpj: str,
|
6655
|
+
tax_payer_id: str,
|
6656
|
+
tax_reg_number: str,
|
6657
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6658
|
+
_setter("no_tax_reason_code", no_tax_reason_code)
|
6659
|
+
_setter("no_tax_reason_code_details", no_tax_reason_code_details)
|
6660
|
+
_setter("tax_cnpj", tax_cnpj)
|
6661
|
+
_setter("tax_payer_id", tax_payer_id)
|
6662
|
+
_setter("tax_reg_number", tax_reg_number)
|
5474
6663
|
|
5475
6664
|
@property
|
5476
6665
|
@pulumi.getter(name="noTaxReasonCode")
|
@@ -5528,11 +6717,28 @@ class GetSubscriptionTaxInfoResult(dict):
|
|
5528
6717
|
:param str tax_payer_id: Tay payer identifier.
|
5529
6718
|
:param str tax_reg_number: Tax registration number.
|
5530
6719
|
"""
|
5531
|
-
|
5532
|
-
|
5533
|
-
|
5534
|
-
|
5535
|
-
|
6720
|
+
GetSubscriptionTaxInfoResult._configure(
|
6721
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6722
|
+
no_tax_reason_code=no_tax_reason_code,
|
6723
|
+
no_tax_reason_code_details=no_tax_reason_code_details,
|
6724
|
+
tax_cnpj=tax_cnpj,
|
6725
|
+
tax_payer_id=tax_payer_id,
|
6726
|
+
tax_reg_number=tax_reg_number,
|
6727
|
+
)
|
6728
|
+
@staticmethod
|
6729
|
+
def _configure(
|
6730
|
+
_setter: Callable[[Any, Any], None],
|
6731
|
+
no_tax_reason_code: str,
|
6732
|
+
no_tax_reason_code_details: str,
|
6733
|
+
tax_cnpj: str,
|
6734
|
+
tax_payer_id: str,
|
6735
|
+
tax_reg_number: str,
|
6736
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6737
|
+
_setter("no_tax_reason_code", no_tax_reason_code)
|
6738
|
+
_setter("no_tax_reason_code_details", no_tax_reason_code_details)
|
6739
|
+
_setter("tax_cnpj", tax_cnpj)
|
6740
|
+
_setter("tax_payer_id", tax_payer_id)
|
6741
|
+
_setter("tax_reg_number", tax_reg_number)
|
5536
6742
|
|
5537
6743
|
@property
|
5538
6744
|
@pulumi.getter(name="noTaxReasonCode")
|
@@ -5581,10 +6787,23 @@ class GetSubscriptionsFilterResult(dict):
|
|
5581
6787
|
name: str,
|
5582
6788
|
values: Sequence[str],
|
5583
6789
|
regex: Optional[bool] = None):
|
5584
|
-
|
5585
|
-
|
6790
|
+
GetSubscriptionsFilterResult._configure(
|
6791
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6792
|
+
name=name,
|
6793
|
+
values=values,
|
6794
|
+
regex=regex,
|
6795
|
+
)
|
6796
|
+
@staticmethod
|
6797
|
+
def _configure(
|
6798
|
+
_setter: Callable[[Any, Any], None],
|
6799
|
+
name: str,
|
6800
|
+
values: Sequence[str],
|
6801
|
+
regex: Optional[bool] = None,
|
6802
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6803
|
+
_setter("name", name)
|
6804
|
+
_setter("values", values)
|
5586
6805
|
if regex is not None:
|
5587
|
-
|
6806
|
+
_setter("regex", regex)
|
5588
6807
|
|
5589
6808
|
@property
|
5590
6809
|
@pulumi.getter
|
@@ -5606,7 +6825,16 @@ class GetSubscriptionsFilterResult(dict):
|
|
5606
6825
|
class GetSubscriptionsSubscriptionCollectionResult(dict):
|
5607
6826
|
def __init__(__self__, *,
|
5608
6827
|
items: Sequence['outputs.GetSubscriptionsSubscriptionCollectionItemResult']):
|
5609
|
-
|
6828
|
+
GetSubscriptionsSubscriptionCollectionResult._configure(
|
6829
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6830
|
+
items=items,
|
6831
|
+
)
|
6832
|
+
@staticmethod
|
6833
|
+
def _configure(
|
6834
|
+
_setter: Callable[[Any, Any], None],
|
6835
|
+
items: Sequence['outputs.GetSubscriptionsSubscriptionCollectionItemResult'],
|
6836
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6837
|
+
_setter("items", items)
|
5610
6838
|
|
5611
6839
|
@property
|
5612
6840
|
@pulumi.getter
|
@@ -5668,32 +6896,91 @@ class GetSubscriptionsSubscriptionCollectionItemResult(dict):
|
|
5668
6896
|
:param str upgrade_state: Status of the upgrade.
|
5669
6897
|
:param str upgrade_state_details: This field is used to describe the Upgrade State in case of error (E.g. Upgrade failure caused by interfacing Tax details- TaxError)
|
5670
6898
|
"""
|
5671
|
-
|
5672
|
-
|
5673
|
-
|
5674
|
-
|
5675
|
-
|
5676
|
-
|
5677
|
-
|
5678
|
-
|
5679
|
-
|
5680
|
-
|
5681
|
-
|
5682
|
-
|
5683
|
-
|
5684
|
-
|
5685
|
-
|
5686
|
-
|
5687
|
-
|
5688
|
-
|
5689
|
-
|
5690
|
-
|
5691
|
-
|
5692
|
-
|
5693
|
-
|
5694
|
-
|
5695
|
-
|
5696
|
-
|
6899
|
+
GetSubscriptionsSubscriptionCollectionItemResult._configure(
|
6900
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6901
|
+
account_type=account_type,
|
6902
|
+
bill_to_cust_account_id=bill_to_cust_account_id,
|
6903
|
+
billing_addresses=billing_addresses,
|
6904
|
+
compartment_id=compartment_id,
|
6905
|
+
currency_code=currency_code,
|
6906
|
+
email=email,
|
6907
|
+
gsi_org_code=gsi_org_code,
|
6908
|
+
id=id,
|
6909
|
+
is_intent_to_pay=is_intent_to_pay,
|
6910
|
+
language_code=language_code,
|
6911
|
+
organization_id=organization_id,
|
6912
|
+
osp_home_region=osp_home_region,
|
6913
|
+
payment_gateways=payment_gateways,
|
6914
|
+
payment_options=payment_options,
|
6915
|
+
plan_type=plan_type,
|
6916
|
+
ship_to_cust_acct_role_id=ship_to_cust_acct_role_id,
|
6917
|
+
ship_to_cust_acct_site_id=ship_to_cust_acct_site_id,
|
6918
|
+
subscription_id=subscription_id,
|
6919
|
+
subscription_plan_number=subscription_plan_number,
|
6920
|
+
subscriptions=subscriptions,
|
6921
|
+
tax_infos=tax_infos,
|
6922
|
+
time_personal_to_corporate_conv=time_personal_to_corporate_conv,
|
6923
|
+
time_plan_upgrade=time_plan_upgrade,
|
6924
|
+
time_start=time_start,
|
6925
|
+
upgrade_state=upgrade_state,
|
6926
|
+
upgrade_state_details=upgrade_state_details,
|
6927
|
+
)
|
6928
|
+
@staticmethod
|
6929
|
+
def _configure(
|
6930
|
+
_setter: Callable[[Any, Any], None],
|
6931
|
+
account_type: str,
|
6932
|
+
bill_to_cust_account_id: str,
|
6933
|
+
billing_addresses: Sequence['outputs.GetSubscriptionsSubscriptionCollectionItemBillingAddressResult'],
|
6934
|
+
compartment_id: str,
|
6935
|
+
currency_code: str,
|
6936
|
+
email: str,
|
6937
|
+
gsi_org_code: str,
|
6938
|
+
id: str,
|
6939
|
+
is_intent_to_pay: bool,
|
6940
|
+
language_code: str,
|
6941
|
+
organization_id: str,
|
6942
|
+
osp_home_region: str,
|
6943
|
+
payment_gateways: Sequence['outputs.GetSubscriptionsSubscriptionCollectionItemPaymentGatewayResult'],
|
6944
|
+
payment_options: Sequence['outputs.GetSubscriptionsSubscriptionCollectionItemPaymentOptionResult'],
|
6945
|
+
plan_type: str,
|
6946
|
+
ship_to_cust_acct_role_id: str,
|
6947
|
+
ship_to_cust_acct_site_id: str,
|
6948
|
+
subscription_id: str,
|
6949
|
+
subscription_plan_number: str,
|
6950
|
+
subscriptions: Sequence['outputs.GetSubscriptionsSubscriptionCollectionItemSubscriptionResult'],
|
6951
|
+
tax_infos: Sequence['outputs.GetSubscriptionsSubscriptionCollectionItemTaxInfoResult'],
|
6952
|
+
time_personal_to_corporate_conv: str,
|
6953
|
+
time_plan_upgrade: str,
|
6954
|
+
time_start: str,
|
6955
|
+
upgrade_state: str,
|
6956
|
+
upgrade_state_details: str,
|
6957
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6958
|
+
_setter("account_type", account_type)
|
6959
|
+
_setter("bill_to_cust_account_id", bill_to_cust_account_id)
|
6960
|
+
_setter("billing_addresses", billing_addresses)
|
6961
|
+
_setter("compartment_id", compartment_id)
|
6962
|
+
_setter("currency_code", currency_code)
|
6963
|
+
_setter("email", email)
|
6964
|
+
_setter("gsi_org_code", gsi_org_code)
|
6965
|
+
_setter("id", id)
|
6966
|
+
_setter("is_intent_to_pay", is_intent_to_pay)
|
6967
|
+
_setter("language_code", language_code)
|
6968
|
+
_setter("organization_id", organization_id)
|
6969
|
+
_setter("osp_home_region", osp_home_region)
|
6970
|
+
_setter("payment_gateways", payment_gateways)
|
6971
|
+
_setter("payment_options", payment_options)
|
6972
|
+
_setter("plan_type", plan_type)
|
6973
|
+
_setter("ship_to_cust_acct_role_id", ship_to_cust_acct_role_id)
|
6974
|
+
_setter("ship_to_cust_acct_site_id", ship_to_cust_acct_site_id)
|
6975
|
+
_setter("subscription_id", subscription_id)
|
6976
|
+
_setter("subscription_plan_number", subscription_plan_number)
|
6977
|
+
_setter("subscriptions", subscriptions)
|
6978
|
+
_setter("tax_infos", tax_infos)
|
6979
|
+
_setter("time_personal_to_corporate_conv", time_personal_to_corporate_conv)
|
6980
|
+
_setter("time_plan_upgrade", time_plan_upgrade)
|
6981
|
+
_setter("time_start", time_start)
|
6982
|
+
_setter("upgrade_state", upgrade_state)
|
6983
|
+
_setter("upgrade_state_details", upgrade_state_details)
|
5697
6984
|
|
5698
6985
|
@property
|
5699
6986
|
@pulumi.getter(name="accountType")
|
@@ -5952,32 +7239,91 @@ class GetSubscriptionsSubscriptionCollectionItemBillingAddressResult(dict):
|
|
5952
7239
|
:param str street_name: Street name of the address.
|
5953
7240
|
:param str street_number: Street number of the address.
|
5954
7241
|
"""
|
5955
|
-
|
5956
|
-
|
5957
|
-
|
5958
|
-
|
5959
|
-
|
5960
|
-
|
5961
|
-
|
5962
|
-
|
5963
|
-
|
5964
|
-
|
5965
|
-
|
5966
|
-
|
5967
|
-
|
5968
|
-
|
5969
|
-
|
5970
|
-
|
5971
|
-
|
5972
|
-
|
5973
|
-
|
5974
|
-
|
5975
|
-
|
5976
|
-
|
5977
|
-
|
5978
|
-
|
5979
|
-
|
5980
|
-
|
7242
|
+
GetSubscriptionsSubscriptionCollectionItemBillingAddressResult._configure(
|
7243
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
7244
|
+
address_key=address_key,
|
7245
|
+
city=city,
|
7246
|
+
company_name=company_name,
|
7247
|
+
contributor_class=contributor_class,
|
7248
|
+
country=country,
|
7249
|
+
county=county,
|
7250
|
+
department_name=department_name,
|
7251
|
+
email_address=email_address,
|
7252
|
+
first_name=first_name,
|
7253
|
+
internal_number=internal_number,
|
7254
|
+
job_title=job_title,
|
7255
|
+
last_name=last_name,
|
7256
|
+
line1=line1,
|
7257
|
+
line2=line2,
|
7258
|
+
line3=line3,
|
7259
|
+
line4=line4,
|
7260
|
+
middle_name=middle_name,
|
7261
|
+
municipal_inscription=municipal_inscription,
|
7262
|
+
phone_country_code=phone_country_code,
|
7263
|
+
phone_number=phone_number,
|
7264
|
+
postal_code=postal_code,
|
7265
|
+
province=province,
|
7266
|
+
state=state,
|
7267
|
+
state_inscription=state_inscription,
|
7268
|
+
street_name=street_name,
|
7269
|
+
street_number=street_number,
|
7270
|
+
)
|
7271
|
+
@staticmethod
|
7272
|
+
def _configure(
|
7273
|
+
_setter: Callable[[Any, Any], None],
|
7274
|
+
address_key: str,
|
7275
|
+
city: str,
|
7276
|
+
company_name: str,
|
7277
|
+
contributor_class: str,
|
7278
|
+
country: str,
|
7279
|
+
county: str,
|
7280
|
+
department_name: str,
|
7281
|
+
email_address: str,
|
7282
|
+
first_name: str,
|
7283
|
+
internal_number: str,
|
7284
|
+
job_title: str,
|
7285
|
+
last_name: str,
|
7286
|
+
line1: str,
|
7287
|
+
line2: str,
|
7288
|
+
line3: str,
|
7289
|
+
line4: str,
|
7290
|
+
middle_name: str,
|
7291
|
+
municipal_inscription: str,
|
7292
|
+
phone_country_code: str,
|
7293
|
+
phone_number: str,
|
7294
|
+
postal_code: str,
|
7295
|
+
province: str,
|
7296
|
+
state: str,
|
7297
|
+
state_inscription: str,
|
7298
|
+
street_name: str,
|
7299
|
+
street_number: str,
|
7300
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
7301
|
+
_setter("address_key", address_key)
|
7302
|
+
_setter("city", city)
|
7303
|
+
_setter("company_name", company_name)
|
7304
|
+
_setter("contributor_class", contributor_class)
|
7305
|
+
_setter("country", country)
|
7306
|
+
_setter("county", county)
|
7307
|
+
_setter("department_name", department_name)
|
7308
|
+
_setter("email_address", email_address)
|
7309
|
+
_setter("first_name", first_name)
|
7310
|
+
_setter("internal_number", internal_number)
|
7311
|
+
_setter("job_title", job_title)
|
7312
|
+
_setter("last_name", last_name)
|
7313
|
+
_setter("line1", line1)
|
7314
|
+
_setter("line2", line2)
|
7315
|
+
_setter("line3", line3)
|
7316
|
+
_setter("line4", line4)
|
7317
|
+
_setter("middle_name", middle_name)
|
7318
|
+
_setter("municipal_inscription", municipal_inscription)
|
7319
|
+
_setter("phone_country_code", phone_country_code)
|
7320
|
+
_setter("phone_number", phone_number)
|
7321
|
+
_setter("postal_code", postal_code)
|
7322
|
+
_setter("province", province)
|
7323
|
+
_setter("state", state)
|
7324
|
+
_setter("state_inscription", state_inscription)
|
7325
|
+
_setter("street_name", street_name)
|
7326
|
+
_setter("street_number", street_number)
|
5981
7327
|
|
5982
7328
|
@property
|
5983
7329
|
@pulumi.getter(name="addressKey")
|
@@ -6195,7 +7541,16 @@ class GetSubscriptionsSubscriptionCollectionItemPaymentGatewayResult(dict):
|
|
6195
7541
|
"""
|
6196
7542
|
:param Sequence['GetSubscriptionsSubscriptionCollectionItemPaymentGatewayMerchantDefinedDataArgs'] merchant_defined_datas: Merchant details.
|
6197
7543
|
"""
|
6198
|
-
|
7544
|
+
GetSubscriptionsSubscriptionCollectionItemPaymentGatewayResult._configure(
|
7545
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
7546
|
+
merchant_defined_datas=merchant_defined_datas,
|
7547
|
+
)
|
7548
|
+
@staticmethod
|
7549
|
+
def _configure(
|
7550
|
+
_setter: Callable[[Any, Any], None],
|
7551
|
+
merchant_defined_datas: Sequence['outputs.GetSubscriptionsSubscriptionCollectionItemPaymentGatewayMerchantDefinedDataResult'],
|
7552
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
7553
|
+
_setter("merchant_defined_datas", merchant_defined_datas)
|
6199
7554
|
|
6200
7555
|
@property
|
6201
7556
|
@pulumi.getter(name="merchantDefinedDatas")
|
@@ -6215,8 +7570,19 @@ class GetSubscriptionsSubscriptionCollectionItemPaymentGatewayMerchantDefinedDat
|
|
6215
7570
|
:param str cloud_account_name: Cloud account name.
|
6216
7571
|
:param str promo_type: Promotion type code.
|
6217
7572
|
"""
|
6218
|
-
|
6219
|
-
|
7573
|
+
GetSubscriptionsSubscriptionCollectionItemPaymentGatewayMerchantDefinedDataResult._configure(
|
7574
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
7575
|
+
cloud_account_name=cloud_account_name,
|
7576
|
+
promo_type=promo_type,
|
7577
|
+
)
|
7578
|
+
@staticmethod
|
7579
|
+
def _configure(
|
7580
|
+
_setter: Callable[[Any, Any], None],
|
7581
|
+
cloud_account_name: str,
|
7582
|
+
promo_type: str,
|
7583
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
7584
|
+
_setter("cloud_account_name", cloud_account_name)
|
7585
|
+
_setter("promo_type", promo_type)
|
6220
7586
|
|
6221
7587
|
@property
|
6222
7588
|
@pulumi.getter(name="cloudAccountName")
|
@@ -6262,17 +7628,46 @@ class GetSubscriptionsSubscriptionCollectionItemPaymentOptionResult(dict):
|
|
6262
7628
|
:param str wallet_instrument_id: Wallet instrument internal id.
|
6263
7629
|
:param str wallet_transaction_id: Wallet transaction id.
|
6264
7630
|
"""
|
6265
|
-
|
6266
|
-
|
6267
|
-
|
6268
|
-
|
6269
|
-
|
6270
|
-
|
6271
|
-
|
6272
|
-
|
6273
|
-
|
6274
|
-
|
6275
|
-
|
7631
|
+
GetSubscriptionsSubscriptionCollectionItemPaymentOptionResult._configure(
|
7632
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
7633
|
+
credit_card_type=credit_card_type,
|
7634
|
+
email_address=email_address,
|
7635
|
+
ext_billing_agreement_id=ext_billing_agreement_id,
|
7636
|
+
first_name=first_name,
|
7637
|
+
last_digits=last_digits,
|
7638
|
+
last_name=last_name,
|
7639
|
+
name_on_card=name_on_card,
|
7640
|
+
payment_method=payment_method,
|
7641
|
+
time_expiration=time_expiration,
|
7642
|
+
wallet_instrument_id=wallet_instrument_id,
|
7643
|
+
wallet_transaction_id=wallet_transaction_id,
|
7644
|
+
)
|
7645
|
+
@staticmethod
|
7646
|
+
def _configure(
|
7647
|
+
_setter: Callable[[Any, Any], None],
|
7648
|
+
credit_card_type: str,
|
7649
|
+
email_address: str,
|
7650
|
+
ext_billing_agreement_id: str,
|
7651
|
+
first_name: str,
|
7652
|
+
last_digits: str,
|
7653
|
+
last_name: str,
|
7654
|
+
name_on_card: str,
|
7655
|
+
payment_method: str,
|
7656
|
+
time_expiration: str,
|
7657
|
+
wallet_instrument_id: str,
|
7658
|
+
wallet_transaction_id: str,
|
7659
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
7660
|
+
_setter("credit_card_type", credit_card_type)
|
7661
|
+
_setter("email_address", email_address)
|
7662
|
+
_setter("ext_billing_agreement_id", ext_billing_agreement_id)
|
7663
|
+
_setter("first_name", first_name)
|
7664
|
+
_setter("last_digits", last_digits)
|
7665
|
+
_setter("last_name", last_name)
|
7666
|
+
_setter("name_on_card", name_on_card)
|
7667
|
+
_setter("payment_method", payment_method)
|
7668
|
+
_setter("time_expiration", time_expiration)
|
7669
|
+
_setter("wallet_instrument_id", wallet_instrument_id)
|
7670
|
+
_setter("wallet_transaction_id", wallet_transaction_id)
|
6276
7671
|
|
6277
7672
|
@property
|
6278
7673
|
@pulumi.getter(name="creditCardType")
|
@@ -6410,27 +7805,76 @@ class GetSubscriptionsSubscriptionCollectionItemSubscriptionResult(dict):
|
|
6410
7805
|
:param str upgrade_state: Status of the upgrade.
|
6411
7806
|
:param str upgrade_state_details: This field is used to describe the Upgrade State in case of error (E.g. Upgrade failure caused by interfacing Tax details- TaxError)
|
6412
7807
|
"""
|
6413
|
-
|
6414
|
-
|
6415
|
-
|
6416
|
-
|
6417
|
-
|
6418
|
-
|
6419
|
-
|
6420
|
-
|
6421
|
-
|
6422
|
-
|
6423
|
-
|
6424
|
-
|
6425
|
-
|
6426
|
-
|
6427
|
-
|
6428
|
-
|
6429
|
-
|
6430
|
-
|
6431
|
-
|
6432
|
-
|
6433
|
-
|
7808
|
+
GetSubscriptionsSubscriptionCollectionItemSubscriptionResult._configure(
|
7809
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
7810
|
+
account_type=account_type,
|
7811
|
+
bill_to_cust_account_id=bill_to_cust_account_id,
|
7812
|
+
billing_addresses=billing_addresses,
|
7813
|
+
currency_code=currency_code,
|
7814
|
+
gsi_org_code=gsi_org_code,
|
7815
|
+
id=id,
|
7816
|
+
is_intent_to_pay=is_intent_to_pay,
|
7817
|
+
language_code=language_code,
|
7818
|
+
organization_id=organization_id,
|
7819
|
+
payment_gateways=payment_gateways,
|
7820
|
+
payment_options=payment_options,
|
7821
|
+
plan_type=plan_type,
|
7822
|
+
ship_to_cust_acct_role_id=ship_to_cust_acct_role_id,
|
7823
|
+
ship_to_cust_acct_site_id=ship_to_cust_acct_site_id,
|
7824
|
+
subscription_plan_number=subscription_plan_number,
|
7825
|
+
tax_infos=tax_infos,
|
7826
|
+
time_personal_to_corporate_conv=time_personal_to_corporate_conv,
|
7827
|
+
time_plan_upgrade=time_plan_upgrade,
|
7828
|
+
time_start=time_start,
|
7829
|
+
upgrade_state=upgrade_state,
|
7830
|
+
upgrade_state_details=upgrade_state_details,
|
7831
|
+
)
|
7832
|
+
@staticmethod
|
7833
|
+
def _configure(
|
7834
|
+
_setter: Callable[[Any, Any], None],
|
7835
|
+
account_type: str,
|
7836
|
+
bill_to_cust_account_id: str,
|
7837
|
+
billing_addresses: Sequence['outputs.GetSubscriptionsSubscriptionCollectionItemSubscriptionBillingAddressResult'],
|
7838
|
+
currency_code: str,
|
7839
|
+
gsi_org_code: str,
|
7840
|
+
id: str,
|
7841
|
+
is_intent_to_pay: bool,
|
7842
|
+
language_code: str,
|
7843
|
+
organization_id: str,
|
7844
|
+
payment_gateways: Sequence['outputs.GetSubscriptionsSubscriptionCollectionItemSubscriptionPaymentGatewayResult'],
|
7845
|
+
payment_options: Sequence['outputs.GetSubscriptionsSubscriptionCollectionItemSubscriptionPaymentOptionResult'],
|
7846
|
+
plan_type: str,
|
7847
|
+
ship_to_cust_acct_role_id: str,
|
7848
|
+
ship_to_cust_acct_site_id: str,
|
7849
|
+
subscription_plan_number: str,
|
7850
|
+
tax_infos: Sequence['outputs.GetSubscriptionsSubscriptionCollectionItemSubscriptionTaxInfoResult'],
|
7851
|
+
time_personal_to_corporate_conv: str,
|
7852
|
+
time_plan_upgrade: str,
|
7853
|
+
time_start: str,
|
7854
|
+
upgrade_state: str,
|
7855
|
+
upgrade_state_details: str,
|
7856
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
7857
|
+
_setter("account_type", account_type)
|
7858
|
+
_setter("bill_to_cust_account_id", bill_to_cust_account_id)
|
7859
|
+
_setter("billing_addresses", billing_addresses)
|
7860
|
+
_setter("currency_code", currency_code)
|
7861
|
+
_setter("gsi_org_code", gsi_org_code)
|
7862
|
+
_setter("id", id)
|
7863
|
+
_setter("is_intent_to_pay", is_intent_to_pay)
|
7864
|
+
_setter("language_code", language_code)
|
7865
|
+
_setter("organization_id", organization_id)
|
7866
|
+
_setter("payment_gateways", payment_gateways)
|
7867
|
+
_setter("payment_options", payment_options)
|
7868
|
+
_setter("plan_type", plan_type)
|
7869
|
+
_setter("ship_to_cust_acct_role_id", ship_to_cust_acct_role_id)
|
7870
|
+
_setter("ship_to_cust_acct_site_id", ship_to_cust_acct_site_id)
|
7871
|
+
_setter("subscription_plan_number", subscription_plan_number)
|
7872
|
+
_setter("tax_infos", tax_infos)
|
7873
|
+
_setter("time_personal_to_corporate_conv", time_personal_to_corporate_conv)
|
7874
|
+
_setter("time_plan_upgrade", time_plan_upgrade)
|
7875
|
+
_setter("time_start", time_start)
|
7876
|
+
_setter("upgrade_state", upgrade_state)
|
7877
|
+
_setter("upgrade_state_details", upgrade_state_details)
|
6434
7878
|
|
6435
7879
|
@property
|
6436
7880
|
@pulumi.getter(name="accountType")
|
@@ -6658,32 +8102,91 @@ class GetSubscriptionsSubscriptionCollectionItemSubscriptionBillingAddressResult
|
|
6658
8102
|
:param str street_name: Street name of the address.
|
6659
8103
|
:param str street_number: Street number of the address.
|
6660
8104
|
"""
|
6661
|
-
|
6662
|
-
|
6663
|
-
|
6664
|
-
|
6665
|
-
|
6666
|
-
|
6667
|
-
|
6668
|
-
|
6669
|
-
|
6670
|
-
|
6671
|
-
|
6672
|
-
|
6673
|
-
|
6674
|
-
|
6675
|
-
|
6676
|
-
|
6677
|
-
|
6678
|
-
|
6679
|
-
|
6680
|
-
|
6681
|
-
|
6682
|
-
|
6683
|
-
|
6684
|
-
|
6685
|
-
|
6686
|
-
|
8105
|
+
GetSubscriptionsSubscriptionCollectionItemSubscriptionBillingAddressResult._configure(
|
8106
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
8107
|
+
address_key=address_key,
|
8108
|
+
city=city,
|
8109
|
+
company_name=company_name,
|
8110
|
+
contributor_class=contributor_class,
|
8111
|
+
country=country,
|
8112
|
+
county=county,
|
8113
|
+
department_name=department_name,
|
8114
|
+
email_address=email_address,
|
8115
|
+
first_name=first_name,
|
8116
|
+
internal_number=internal_number,
|
8117
|
+
job_title=job_title,
|
8118
|
+
last_name=last_name,
|
8119
|
+
line1=line1,
|
8120
|
+
line2=line2,
|
8121
|
+
line3=line3,
|
8122
|
+
line4=line4,
|
8123
|
+
middle_name=middle_name,
|
8124
|
+
municipal_inscription=municipal_inscription,
|
8125
|
+
phone_country_code=phone_country_code,
|
8126
|
+
phone_number=phone_number,
|
8127
|
+
postal_code=postal_code,
|
8128
|
+
province=province,
|
8129
|
+
state=state,
|
8130
|
+
state_inscription=state_inscription,
|
8131
|
+
street_name=street_name,
|
8132
|
+
street_number=street_number,
|
8133
|
+
)
|
8134
|
+
@staticmethod
|
8135
|
+
def _configure(
|
8136
|
+
_setter: Callable[[Any, Any], None],
|
8137
|
+
address_key: str,
|
8138
|
+
city: str,
|
8139
|
+
company_name: str,
|
8140
|
+
contributor_class: str,
|
8141
|
+
country: str,
|
8142
|
+
county: str,
|
8143
|
+
department_name: str,
|
8144
|
+
email_address: str,
|
8145
|
+
first_name: str,
|
8146
|
+
internal_number: str,
|
8147
|
+
job_title: str,
|
8148
|
+
last_name: str,
|
8149
|
+
line1: str,
|
8150
|
+
line2: str,
|
8151
|
+
line3: str,
|
8152
|
+
line4: str,
|
8153
|
+
middle_name: str,
|
8154
|
+
municipal_inscription: str,
|
8155
|
+
phone_country_code: str,
|
8156
|
+
phone_number: str,
|
8157
|
+
postal_code: str,
|
8158
|
+
province: str,
|
8159
|
+
state: str,
|
8160
|
+
state_inscription: str,
|
8161
|
+
street_name: str,
|
8162
|
+
street_number: str,
|
8163
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
8164
|
+
_setter("address_key", address_key)
|
8165
|
+
_setter("city", city)
|
8166
|
+
_setter("company_name", company_name)
|
8167
|
+
_setter("contributor_class", contributor_class)
|
8168
|
+
_setter("country", country)
|
8169
|
+
_setter("county", county)
|
8170
|
+
_setter("department_name", department_name)
|
8171
|
+
_setter("email_address", email_address)
|
8172
|
+
_setter("first_name", first_name)
|
8173
|
+
_setter("internal_number", internal_number)
|
8174
|
+
_setter("job_title", job_title)
|
8175
|
+
_setter("last_name", last_name)
|
8176
|
+
_setter("line1", line1)
|
8177
|
+
_setter("line2", line2)
|
8178
|
+
_setter("line3", line3)
|
8179
|
+
_setter("line4", line4)
|
8180
|
+
_setter("middle_name", middle_name)
|
8181
|
+
_setter("municipal_inscription", municipal_inscription)
|
8182
|
+
_setter("phone_country_code", phone_country_code)
|
8183
|
+
_setter("phone_number", phone_number)
|
8184
|
+
_setter("postal_code", postal_code)
|
8185
|
+
_setter("province", province)
|
8186
|
+
_setter("state", state)
|
8187
|
+
_setter("state_inscription", state_inscription)
|
8188
|
+
_setter("street_name", street_name)
|
8189
|
+
_setter("street_number", street_number)
|
6687
8190
|
|
6688
8191
|
@property
|
6689
8192
|
@pulumi.getter(name="addressKey")
|
@@ -6901,7 +8404,16 @@ class GetSubscriptionsSubscriptionCollectionItemSubscriptionPaymentGatewayResult
|
|
6901
8404
|
"""
|
6902
8405
|
:param Sequence['GetSubscriptionsSubscriptionCollectionItemSubscriptionPaymentGatewayMerchantDefinedDataArgs'] merchant_defined_datas: Merchant details.
|
6903
8406
|
"""
|
6904
|
-
|
8407
|
+
GetSubscriptionsSubscriptionCollectionItemSubscriptionPaymentGatewayResult._configure(
|
8408
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
8409
|
+
merchant_defined_datas=merchant_defined_datas,
|
8410
|
+
)
|
8411
|
+
@staticmethod
|
8412
|
+
def _configure(
|
8413
|
+
_setter: Callable[[Any, Any], None],
|
8414
|
+
merchant_defined_datas: Sequence['outputs.GetSubscriptionsSubscriptionCollectionItemSubscriptionPaymentGatewayMerchantDefinedDataResult'],
|
8415
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
8416
|
+
_setter("merchant_defined_datas", merchant_defined_datas)
|
6905
8417
|
|
6906
8418
|
@property
|
6907
8419
|
@pulumi.getter(name="merchantDefinedDatas")
|
@@ -6921,8 +8433,19 @@ class GetSubscriptionsSubscriptionCollectionItemSubscriptionPaymentGatewayMercha
|
|
6921
8433
|
:param str cloud_account_name: Cloud account name.
|
6922
8434
|
:param str promo_type: Promotion type code.
|
6923
8435
|
"""
|
6924
|
-
|
6925
|
-
|
8436
|
+
GetSubscriptionsSubscriptionCollectionItemSubscriptionPaymentGatewayMerchantDefinedDataResult._configure(
|
8437
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
8438
|
+
cloud_account_name=cloud_account_name,
|
8439
|
+
promo_type=promo_type,
|
8440
|
+
)
|
8441
|
+
@staticmethod
|
8442
|
+
def _configure(
|
8443
|
+
_setter: Callable[[Any, Any], None],
|
8444
|
+
cloud_account_name: str,
|
8445
|
+
promo_type: str,
|
8446
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
8447
|
+
_setter("cloud_account_name", cloud_account_name)
|
8448
|
+
_setter("promo_type", promo_type)
|
6926
8449
|
|
6927
8450
|
@property
|
6928
8451
|
@pulumi.getter(name="cloudAccountName")
|
@@ -6968,17 +8491,46 @@ class GetSubscriptionsSubscriptionCollectionItemSubscriptionPaymentOptionResult(
|
|
6968
8491
|
:param str wallet_instrument_id: Wallet instrument internal id.
|
6969
8492
|
:param str wallet_transaction_id: Wallet transaction id.
|
6970
8493
|
"""
|
6971
|
-
|
6972
|
-
|
6973
|
-
|
6974
|
-
|
6975
|
-
|
6976
|
-
|
6977
|
-
|
6978
|
-
|
6979
|
-
|
6980
|
-
|
6981
|
-
|
8494
|
+
GetSubscriptionsSubscriptionCollectionItemSubscriptionPaymentOptionResult._configure(
|
8495
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
8496
|
+
credit_card_type=credit_card_type,
|
8497
|
+
email_address=email_address,
|
8498
|
+
ext_billing_agreement_id=ext_billing_agreement_id,
|
8499
|
+
first_name=first_name,
|
8500
|
+
last_digits=last_digits,
|
8501
|
+
last_name=last_name,
|
8502
|
+
name_on_card=name_on_card,
|
8503
|
+
payment_method=payment_method,
|
8504
|
+
time_expiration=time_expiration,
|
8505
|
+
wallet_instrument_id=wallet_instrument_id,
|
8506
|
+
wallet_transaction_id=wallet_transaction_id,
|
8507
|
+
)
|
8508
|
+
@staticmethod
|
8509
|
+
def _configure(
|
8510
|
+
_setter: Callable[[Any, Any], None],
|
8511
|
+
credit_card_type: str,
|
8512
|
+
email_address: str,
|
8513
|
+
ext_billing_agreement_id: str,
|
8514
|
+
first_name: str,
|
8515
|
+
last_digits: str,
|
8516
|
+
last_name: str,
|
8517
|
+
name_on_card: str,
|
8518
|
+
payment_method: str,
|
8519
|
+
time_expiration: str,
|
8520
|
+
wallet_instrument_id: str,
|
8521
|
+
wallet_transaction_id: str,
|
8522
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
8523
|
+
_setter("credit_card_type", credit_card_type)
|
8524
|
+
_setter("email_address", email_address)
|
8525
|
+
_setter("ext_billing_agreement_id", ext_billing_agreement_id)
|
8526
|
+
_setter("first_name", first_name)
|
8527
|
+
_setter("last_digits", last_digits)
|
8528
|
+
_setter("last_name", last_name)
|
8529
|
+
_setter("name_on_card", name_on_card)
|
8530
|
+
_setter("payment_method", payment_method)
|
8531
|
+
_setter("time_expiration", time_expiration)
|
8532
|
+
_setter("wallet_instrument_id", wallet_instrument_id)
|
8533
|
+
_setter("wallet_transaction_id", wallet_transaction_id)
|
6982
8534
|
|
6983
8535
|
@property
|
6984
8536
|
@pulumi.getter(name="creditCardType")
|
@@ -7084,11 +8636,28 @@ class GetSubscriptionsSubscriptionCollectionItemSubscriptionTaxInfoResult(dict):
|
|
7084
8636
|
:param str tax_payer_id: Tay payer identifier.
|
7085
8637
|
:param str tax_reg_number: Tax registration number.
|
7086
8638
|
"""
|
7087
|
-
|
7088
|
-
|
7089
|
-
|
7090
|
-
|
7091
|
-
|
8639
|
+
GetSubscriptionsSubscriptionCollectionItemSubscriptionTaxInfoResult._configure(
|
8640
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
8641
|
+
no_tax_reason_code=no_tax_reason_code,
|
8642
|
+
no_tax_reason_code_details=no_tax_reason_code_details,
|
8643
|
+
tax_cnpj=tax_cnpj,
|
8644
|
+
tax_payer_id=tax_payer_id,
|
8645
|
+
tax_reg_number=tax_reg_number,
|
8646
|
+
)
|
8647
|
+
@staticmethod
|
8648
|
+
def _configure(
|
8649
|
+
_setter: Callable[[Any, Any], None],
|
8650
|
+
no_tax_reason_code: str,
|
8651
|
+
no_tax_reason_code_details: str,
|
8652
|
+
tax_cnpj: str,
|
8653
|
+
tax_payer_id: str,
|
8654
|
+
tax_reg_number: str,
|
8655
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
8656
|
+
_setter("no_tax_reason_code", no_tax_reason_code)
|
8657
|
+
_setter("no_tax_reason_code_details", no_tax_reason_code_details)
|
8658
|
+
_setter("tax_cnpj", tax_cnpj)
|
8659
|
+
_setter("tax_payer_id", tax_payer_id)
|
8660
|
+
_setter("tax_reg_number", tax_reg_number)
|
7092
8661
|
|
7093
8662
|
@property
|
7094
8663
|
@pulumi.getter(name="noTaxReasonCode")
|
@@ -7146,11 +8715,28 @@ class GetSubscriptionsSubscriptionCollectionItemTaxInfoResult(dict):
|
|
7146
8715
|
:param str tax_payer_id: Tay payer identifier.
|
7147
8716
|
:param str tax_reg_number: Tax registration number.
|
7148
8717
|
"""
|
7149
|
-
|
7150
|
-
|
7151
|
-
|
7152
|
-
|
7153
|
-
|
8718
|
+
GetSubscriptionsSubscriptionCollectionItemTaxInfoResult._configure(
|
8719
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
8720
|
+
no_tax_reason_code=no_tax_reason_code,
|
8721
|
+
no_tax_reason_code_details=no_tax_reason_code_details,
|
8722
|
+
tax_cnpj=tax_cnpj,
|
8723
|
+
tax_payer_id=tax_payer_id,
|
8724
|
+
tax_reg_number=tax_reg_number,
|
8725
|
+
)
|
8726
|
+
@staticmethod
|
8727
|
+
def _configure(
|
8728
|
+
_setter: Callable[[Any, Any], None],
|
8729
|
+
no_tax_reason_code: str,
|
8730
|
+
no_tax_reason_code_details: str,
|
8731
|
+
tax_cnpj: str,
|
8732
|
+
tax_payer_id: str,
|
8733
|
+
tax_reg_number: str,
|
8734
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
8735
|
+
_setter("no_tax_reason_code", no_tax_reason_code)
|
8736
|
+
_setter("no_tax_reason_code_details", no_tax_reason_code_details)
|
8737
|
+
_setter("tax_cnpj", tax_cnpj)
|
8738
|
+
_setter("tax_payer_id", tax_payer_id)
|
8739
|
+
_setter("tax_reg_number", tax_reg_number)
|
7154
8740
|
|
7155
8741
|
@property
|
7156
8742
|
@pulumi.getter(name="noTaxReasonCode")
|