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
@@ -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
|
|
@@ -135,16 +135,43 @@ class GetAggregatedComputedUsagesAggregatedComputedUsageResult(dict):
|
|
135
135
|
:param str time_end: Subscribed services contract line end date, expressed in RFC 3339 timestamp format.
|
136
136
|
:param str time_start: Subscribed services contract line start date, expressed in RFC 3339 timestamp format.
|
137
137
|
"""
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
138
|
+
GetAggregatedComputedUsagesAggregatedComputedUsageResult._configure(
|
139
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
140
|
+
aggregated_computed_usages=aggregated_computed_usages,
|
141
|
+
currency_code=currency_code,
|
142
|
+
parent_products=parent_products,
|
143
|
+
parent_subscribed_service_id=parent_subscribed_service_id,
|
144
|
+
plan_number=plan_number,
|
145
|
+
pricing_model=pricing_model,
|
146
|
+
rate_card_id=rate_card_id,
|
147
|
+
subscription_id=subscription_id,
|
148
|
+
time_end=time_end,
|
149
|
+
time_start=time_start,
|
150
|
+
)
|
151
|
+
@staticmethod
|
152
|
+
def _configure(
|
153
|
+
_setter: Callable[[Any, Any], None],
|
154
|
+
aggregated_computed_usages: Sequence['outputs.GetAggregatedComputedUsagesAggregatedComputedUsageAggregatedComputedUsageResult'],
|
155
|
+
currency_code: str,
|
156
|
+
parent_products: Sequence['outputs.GetAggregatedComputedUsagesAggregatedComputedUsageParentProductResult'],
|
157
|
+
parent_subscribed_service_id: str,
|
158
|
+
plan_number: str,
|
159
|
+
pricing_model: str,
|
160
|
+
rate_card_id: str,
|
161
|
+
subscription_id: str,
|
162
|
+
time_end: str,
|
163
|
+
time_start: str,
|
164
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
165
|
+
_setter("aggregated_computed_usages", aggregated_computed_usages)
|
166
|
+
_setter("currency_code", currency_code)
|
167
|
+
_setter("parent_products", parent_products)
|
168
|
+
_setter("parent_subscribed_service_id", parent_subscribed_service_id)
|
169
|
+
_setter("plan_number", plan_number)
|
170
|
+
_setter("pricing_model", pricing_model)
|
171
|
+
_setter("rate_card_id", rate_card_id)
|
172
|
+
_setter("subscription_id", subscription_id)
|
173
|
+
_setter("time_end", time_end)
|
174
|
+
_setter("time_start", time_start)
|
148
175
|
|
149
176
|
@property
|
150
177
|
@pulumi.getter(name="aggregatedComputedUsages")
|
@@ -248,14 +275,37 @@ class GetAggregatedComputedUsagesAggregatedComputedUsageAggregatedComputedUsageR
|
|
248
275
|
:param str time_metered_on: Metered Service date , expressed in RFC 3339 timestamp format.
|
249
276
|
:param str type: Usage compute type in SPM.
|
250
277
|
"""
|
251
|
-
|
252
|
-
|
253
|
-
|
254
|
-
|
255
|
-
|
256
|
-
|
257
|
-
|
258
|
-
|
278
|
+
GetAggregatedComputedUsagesAggregatedComputedUsageAggregatedComputedUsageResult._configure(
|
279
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
280
|
+
cost=cost,
|
281
|
+
cost_unrounded=cost_unrounded,
|
282
|
+
data_center=data_center,
|
283
|
+
net_unit_price=net_unit_price,
|
284
|
+
products=products,
|
285
|
+
quantity=quantity,
|
286
|
+
time_metered_on=time_metered_on,
|
287
|
+
type=type,
|
288
|
+
)
|
289
|
+
@staticmethod
|
290
|
+
def _configure(
|
291
|
+
_setter: Callable[[Any, Any], None],
|
292
|
+
cost: str,
|
293
|
+
cost_unrounded: str,
|
294
|
+
data_center: str,
|
295
|
+
net_unit_price: str,
|
296
|
+
products: Sequence['outputs.GetAggregatedComputedUsagesAggregatedComputedUsageAggregatedComputedUsageProductResult'],
|
297
|
+
quantity: str,
|
298
|
+
time_metered_on: str,
|
299
|
+
type: str,
|
300
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
301
|
+
_setter("cost", cost)
|
302
|
+
_setter("cost_unrounded", cost_unrounded)
|
303
|
+
_setter("data_center", data_center)
|
304
|
+
_setter("net_unit_price", net_unit_price)
|
305
|
+
_setter("products", products)
|
306
|
+
_setter("quantity", quantity)
|
307
|
+
_setter("time_metered_on", time_metered_on)
|
308
|
+
_setter("type", type)
|
259
309
|
|
260
310
|
@property
|
261
311
|
@pulumi.getter
|
@@ -341,13 +391,34 @@ class GetAggregatedComputedUsagesAggregatedComputedUsageAggregatedComputedUsageP
|
|
341
391
|
:param str ucm_rate_card_part_type: Rate card part type of Product
|
342
392
|
:param str unit_of_measure: Unit of Measure
|
343
393
|
"""
|
344
|
-
|
345
|
-
|
346
|
-
|
347
|
-
|
348
|
-
|
349
|
-
|
350
|
-
|
394
|
+
GetAggregatedComputedUsagesAggregatedComputedUsageAggregatedComputedUsageProductResult._configure(
|
395
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
396
|
+
billing_category=billing_category,
|
397
|
+
name=name,
|
398
|
+
part_number=part_number,
|
399
|
+
product_category=product_category,
|
400
|
+
provisioning_group=provisioning_group,
|
401
|
+
ucm_rate_card_part_type=ucm_rate_card_part_type,
|
402
|
+
unit_of_measure=unit_of_measure,
|
403
|
+
)
|
404
|
+
@staticmethod
|
405
|
+
def _configure(
|
406
|
+
_setter: Callable[[Any, Any], None],
|
407
|
+
billing_category: str,
|
408
|
+
name: str,
|
409
|
+
part_number: str,
|
410
|
+
product_category: str,
|
411
|
+
provisioning_group: str,
|
412
|
+
ucm_rate_card_part_type: str,
|
413
|
+
unit_of_measure: str,
|
414
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
415
|
+
_setter("billing_category", billing_category)
|
416
|
+
_setter("name", name)
|
417
|
+
_setter("part_number", part_number)
|
418
|
+
_setter("product_category", product_category)
|
419
|
+
_setter("provisioning_group", provisioning_group)
|
420
|
+
_setter("ucm_rate_card_part_type", ucm_rate_card_part_type)
|
421
|
+
_setter("unit_of_measure", unit_of_measure)
|
351
422
|
|
352
423
|
@property
|
353
424
|
@pulumi.getter(name="billingCategory")
|
@@ -425,13 +496,34 @@ class GetAggregatedComputedUsagesAggregatedComputedUsageParentProductResult(dict
|
|
425
496
|
:param str ucm_rate_card_part_type: Rate card part type of Product
|
426
497
|
:param str unit_of_measure: Unit of Measure
|
427
498
|
"""
|
428
|
-
|
429
|
-
|
430
|
-
|
431
|
-
|
432
|
-
|
433
|
-
|
434
|
-
|
499
|
+
GetAggregatedComputedUsagesAggregatedComputedUsageParentProductResult._configure(
|
500
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
501
|
+
billing_category=billing_category,
|
502
|
+
name=name,
|
503
|
+
part_number=part_number,
|
504
|
+
product_category=product_category,
|
505
|
+
provisioning_group=provisioning_group,
|
506
|
+
ucm_rate_card_part_type=ucm_rate_card_part_type,
|
507
|
+
unit_of_measure=unit_of_measure,
|
508
|
+
)
|
509
|
+
@staticmethod
|
510
|
+
def _configure(
|
511
|
+
_setter: Callable[[Any, Any], None],
|
512
|
+
billing_category: str,
|
513
|
+
name: str,
|
514
|
+
part_number: str,
|
515
|
+
product_category: str,
|
516
|
+
provisioning_group: str,
|
517
|
+
ucm_rate_card_part_type: str,
|
518
|
+
unit_of_measure: str,
|
519
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
520
|
+
_setter("billing_category", billing_category)
|
521
|
+
_setter("name", name)
|
522
|
+
_setter("part_number", part_number)
|
523
|
+
_setter("product_category", product_category)
|
524
|
+
_setter("provisioning_group", provisioning_group)
|
525
|
+
_setter("ucm_rate_card_part_type", ucm_rate_card_part_type)
|
526
|
+
_setter("unit_of_measure", unit_of_measure)
|
435
527
|
|
436
528
|
@property
|
437
529
|
@pulumi.getter(name="billingCategory")
|
@@ -499,10 +591,23 @@ class GetAggregatedComputedUsagesFilterResult(dict):
|
|
499
591
|
"""
|
500
592
|
:param str name: Product name
|
501
593
|
"""
|
502
|
-
|
503
|
-
|
594
|
+
GetAggregatedComputedUsagesFilterResult._configure(
|
595
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
596
|
+
name=name,
|
597
|
+
values=values,
|
598
|
+
regex=regex,
|
599
|
+
)
|
600
|
+
@staticmethod
|
601
|
+
def _configure(
|
602
|
+
_setter: Callable[[Any, Any], None],
|
603
|
+
name: str,
|
604
|
+
values: Sequence[str],
|
605
|
+
regex: Optional[bool] = None,
|
606
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
607
|
+
_setter("name", name)
|
608
|
+
_setter("values", values)
|
504
609
|
if regex is not None:
|
505
|
-
|
610
|
+
_setter("regex", regex)
|
506
611
|
|
507
612
|
@property
|
508
613
|
@pulumi.getter
|
@@ -554,19 +659,52 @@ class GetBillingSchedulesBillingScheduleResult(dict):
|
|
554
659
|
:param str time_invoicing: Billing schedule invoicing date
|
555
660
|
:param str time_start: Billing schedule start date
|
556
661
|
"""
|
557
|
-
|
558
|
-
|
559
|
-
|
560
|
-
|
561
|
-
|
562
|
-
|
563
|
-
|
564
|
-
|
565
|
-
|
566
|
-
|
567
|
-
|
568
|
-
|
569
|
-
|
662
|
+
GetBillingSchedulesBillingScheduleResult._configure(
|
663
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
664
|
+
amount=amount,
|
665
|
+
ar_customer_transaction_id=ar_customer_transaction_id,
|
666
|
+
ar_invoice_number=ar_invoice_number,
|
667
|
+
billing_frequency=billing_frequency,
|
668
|
+
invoice_status=invoice_status,
|
669
|
+
net_unit_price=net_unit_price,
|
670
|
+
order_number=order_number,
|
671
|
+
products=products,
|
672
|
+
quantity=quantity,
|
673
|
+
subscribed_service_id=subscribed_service_id,
|
674
|
+
time_end=time_end,
|
675
|
+
time_invoicing=time_invoicing,
|
676
|
+
time_start=time_start,
|
677
|
+
)
|
678
|
+
@staticmethod
|
679
|
+
def _configure(
|
680
|
+
_setter: Callable[[Any, Any], None],
|
681
|
+
amount: str,
|
682
|
+
ar_customer_transaction_id: str,
|
683
|
+
ar_invoice_number: str,
|
684
|
+
billing_frequency: str,
|
685
|
+
invoice_status: str,
|
686
|
+
net_unit_price: str,
|
687
|
+
order_number: str,
|
688
|
+
products: Sequence['outputs.GetBillingSchedulesBillingScheduleProductResult'],
|
689
|
+
quantity: str,
|
690
|
+
subscribed_service_id: str,
|
691
|
+
time_end: str,
|
692
|
+
time_invoicing: str,
|
693
|
+
time_start: str,
|
694
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
695
|
+
_setter("amount", amount)
|
696
|
+
_setter("ar_customer_transaction_id", ar_customer_transaction_id)
|
697
|
+
_setter("ar_invoice_number", ar_invoice_number)
|
698
|
+
_setter("billing_frequency", billing_frequency)
|
699
|
+
_setter("invoice_status", invoice_status)
|
700
|
+
_setter("net_unit_price", net_unit_price)
|
701
|
+
_setter("order_number", order_number)
|
702
|
+
_setter("products", products)
|
703
|
+
_setter("quantity", quantity)
|
704
|
+
_setter("subscribed_service_id", subscribed_service_id)
|
705
|
+
_setter("time_end", time_end)
|
706
|
+
_setter("time_invoicing", time_invoicing)
|
707
|
+
_setter("time_start", time_start)
|
570
708
|
|
571
709
|
@property
|
572
710
|
@pulumi.getter
|
@@ -682,8 +820,19 @@ class GetBillingSchedulesBillingScheduleProductResult(dict):
|
|
682
820
|
:param str name: Product name
|
683
821
|
:param str part_number: Indicates the associated AR Invoice Number
|
684
822
|
"""
|
685
|
-
|
686
|
-
|
823
|
+
GetBillingSchedulesBillingScheduleProductResult._configure(
|
824
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
825
|
+
name=name,
|
826
|
+
part_number=part_number,
|
827
|
+
)
|
828
|
+
@staticmethod
|
829
|
+
def _configure(
|
830
|
+
_setter: Callable[[Any, Any], None],
|
831
|
+
name: str,
|
832
|
+
part_number: str,
|
833
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
834
|
+
_setter("name", name)
|
835
|
+
_setter("part_number", part_number)
|
687
836
|
|
688
837
|
@property
|
689
838
|
@pulumi.getter
|
@@ -711,10 +860,23 @@ class GetBillingSchedulesFilterResult(dict):
|
|
711
860
|
"""
|
712
861
|
:param str name: Product name
|
713
862
|
"""
|
714
|
-
|
715
|
-
|
863
|
+
GetBillingSchedulesFilterResult._configure(
|
864
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
865
|
+
name=name,
|
866
|
+
values=values,
|
867
|
+
regex=regex,
|
868
|
+
)
|
869
|
+
@staticmethod
|
870
|
+
def _configure(
|
871
|
+
_setter: Callable[[Any, Any], None],
|
872
|
+
name: str,
|
873
|
+
values: Sequence[str],
|
874
|
+
regex: Optional[bool] = None,
|
875
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
876
|
+
_setter("name", name)
|
877
|
+
_setter("values", values)
|
716
878
|
if regex is not None:
|
717
|
-
|
879
|
+
_setter("regex", regex)
|
718
880
|
|
719
881
|
@property
|
720
882
|
@pulumi.getter
|
@@ -756,14 +918,37 @@ class GetCommitmentsCommitmentResult(dict):
|
|
756
918
|
:param str time_start: Commitment start date
|
757
919
|
:param str used_amount: Commitment used amount
|
758
920
|
"""
|
759
|
-
|
760
|
-
|
761
|
-
|
762
|
-
|
763
|
-
|
764
|
-
|
765
|
-
|
766
|
-
|
921
|
+
GetCommitmentsCommitmentResult._configure(
|
922
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
923
|
+
available_amount=available_amount,
|
924
|
+
funded_allocation_value=funded_allocation_value,
|
925
|
+
id=id,
|
926
|
+
quantity=quantity,
|
927
|
+
subscribed_service_id=subscribed_service_id,
|
928
|
+
time_end=time_end,
|
929
|
+
time_start=time_start,
|
930
|
+
used_amount=used_amount,
|
931
|
+
)
|
932
|
+
@staticmethod
|
933
|
+
def _configure(
|
934
|
+
_setter: Callable[[Any, Any], None],
|
935
|
+
available_amount: str,
|
936
|
+
funded_allocation_value: str,
|
937
|
+
id: str,
|
938
|
+
quantity: str,
|
939
|
+
subscribed_service_id: str,
|
940
|
+
time_end: str,
|
941
|
+
time_start: str,
|
942
|
+
used_amount: str,
|
943
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
944
|
+
_setter("available_amount", available_amount)
|
945
|
+
_setter("funded_allocation_value", funded_allocation_value)
|
946
|
+
_setter("id", id)
|
947
|
+
_setter("quantity", quantity)
|
948
|
+
_setter("subscribed_service_id", subscribed_service_id)
|
949
|
+
_setter("time_end", time_end)
|
950
|
+
_setter("time_start", time_start)
|
951
|
+
_setter("used_amount", used_amount)
|
767
952
|
|
768
953
|
@property
|
769
954
|
@pulumi.getter(name="availableAmount")
|
@@ -836,10 +1021,23 @@ class GetCommitmentsFilterResult(dict):
|
|
836
1021
|
name: str,
|
837
1022
|
values: Sequence[str],
|
838
1023
|
regex: Optional[bool] = None):
|
839
|
-
|
840
|
-
|
1024
|
+
GetCommitmentsFilterResult._configure(
|
1025
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1026
|
+
name=name,
|
1027
|
+
values=values,
|
1028
|
+
regex=regex,
|
1029
|
+
)
|
1030
|
+
@staticmethod
|
1031
|
+
def _configure(
|
1032
|
+
_setter: Callable[[Any, Any], None],
|
1033
|
+
name: str,
|
1034
|
+
values: Sequence[str],
|
1035
|
+
regex: Optional[bool] = None,
|
1036
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1037
|
+
_setter("name", name)
|
1038
|
+
_setter("values", values)
|
841
1039
|
if regex is not None:
|
842
|
-
|
1040
|
+
_setter("regex", regex)
|
843
1041
|
|
844
1042
|
@property
|
845
1043
|
@pulumi.getter
|
@@ -876,13 +1074,34 @@ class GetComputedUsageParentProductResult(dict):
|
|
876
1074
|
:param str ucm_rate_card_part_type: Rate card part type of Product
|
877
1075
|
:param str unit_of_measure: Unit of Messure
|
878
1076
|
"""
|
879
|
-
|
880
|
-
|
881
|
-
|
882
|
-
|
883
|
-
|
884
|
-
|
885
|
-
|
1077
|
+
GetComputedUsageParentProductResult._configure(
|
1078
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1079
|
+
billing_category=billing_category,
|
1080
|
+
name=name,
|
1081
|
+
part_number=part_number,
|
1082
|
+
product_category=product_category,
|
1083
|
+
provisioning_group=provisioning_group,
|
1084
|
+
ucm_rate_card_part_type=ucm_rate_card_part_type,
|
1085
|
+
unit_of_measure=unit_of_measure,
|
1086
|
+
)
|
1087
|
+
@staticmethod
|
1088
|
+
def _configure(
|
1089
|
+
_setter: Callable[[Any, Any], None],
|
1090
|
+
billing_category: str,
|
1091
|
+
name: str,
|
1092
|
+
part_number: str,
|
1093
|
+
product_category: str,
|
1094
|
+
provisioning_group: str,
|
1095
|
+
ucm_rate_card_part_type: str,
|
1096
|
+
unit_of_measure: str,
|
1097
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1098
|
+
_setter("billing_category", billing_category)
|
1099
|
+
_setter("name", name)
|
1100
|
+
_setter("part_number", part_number)
|
1101
|
+
_setter("product_category", product_category)
|
1102
|
+
_setter("provisioning_group", provisioning_group)
|
1103
|
+
_setter("ucm_rate_card_part_type", ucm_rate_card_part_type)
|
1104
|
+
_setter("unit_of_measure", unit_of_measure)
|
886
1105
|
|
887
1106
|
@property
|
888
1107
|
@pulumi.getter(name="billingCategory")
|
@@ -960,13 +1179,34 @@ class GetComputedUsageProductResult(dict):
|
|
960
1179
|
:param str ucm_rate_card_part_type: Rate card part type of Product
|
961
1180
|
:param str unit_of_measure: Unit of Messure
|
962
1181
|
"""
|
963
|
-
|
964
|
-
|
965
|
-
|
966
|
-
|
967
|
-
|
968
|
-
|
969
|
-
|
1182
|
+
GetComputedUsageProductResult._configure(
|
1183
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1184
|
+
billing_category=billing_category,
|
1185
|
+
name=name,
|
1186
|
+
part_number=part_number,
|
1187
|
+
product_category=product_category,
|
1188
|
+
provisioning_group=provisioning_group,
|
1189
|
+
ucm_rate_card_part_type=ucm_rate_card_part_type,
|
1190
|
+
unit_of_measure=unit_of_measure,
|
1191
|
+
)
|
1192
|
+
@staticmethod
|
1193
|
+
def _configure(
|
1194
|
+
_setter: Callable[[Any, Any], None],
|
1195
|
+
billing_category: str,
|
1196
|
+
name: str,
|
1197
|
+
part_number: str,
|
1198
|
+
product_category: str,
|
1199
|
+
provisioning_group: str,
|
1200
|
+
ucm_rate_card_part_type: str,
|
1201
|
+
unit_of_measure: str,
|
1202
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1203
|
+
_setter("billing_category", billing_category)
|
1204
|
+
_setter("name", name)
|
1205
|
+
_setter("part_number", part_number)
|
1206
|
+
_setter("product_category", product_category)
|
1207
|
+
_setter("provisioning_group", provisioning_group)
|
1208
|
+
_setter("ucm_rate_card_part_type", ucm_rate_card_part_type)
|
1209
|
+
_setter("unit_of_measure", unit_of_measure)
|
970
1210
|
|
971
1211
|
@property
|
972
1212
|
@pulumi.getter(name="billingCategory")
|
@@ -1081,32 +1321,91 @@ class GetComputedUsagesComputedUsageResult(dict):
|
|
1081
1321
|
:param str unit_of_measure: Unit of Messure
|
1082
1322
|
:param str usage_number: SPM Internal usage Line number identifier in SPM coming from Metered Services entity.
|
1083
1323
|
"""
|
1084
|
-
|
1085
|
-
|
1086
|
-
|
1087
|
-
|
1088
|
-
|
1089
|
-
|
1090
|
-
|
1091
|
-
|
1092
|
-
|
1093
|
-
|
1094
|
-
|
1095
|
-
|
1096
|
-
|
1097
|
-
|
1098
|
-
|
1099
|
-
|
1100
|
-
|
1101
|
-
|
1102
|
-
|
1103
|
-
|
1104
|
-
|
1105
|
-
|
1106
|
-
|
1107
|
-
|
1108
|
-
|
1109
|
-
|
1324
|
+
GetComputedUsagesComputedUsageResult._configure(
|
1325
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1326
|
+
commitment_service_id=commitment_service_id,
|
1327
|
+
compute_source=compute_source,
|
1328
|
+
computed_usage_id=computed_usage_id,
|
1329
|
+
cost=cost,
|
1330
|
+
cost_rounded=cost_rounded,
|
1331
|
+
currency_code=currency_code,
|
1332
|
+
data_center=data_center,
|
1333
|
+
id=id,
|
1334
|
+
is_invoiced=is_invoiced,
|
1335
|
+
mqs_message_id=mqs_message_id,
|
1336
|
+
net_unit_price=net_unit_price,
|
1337
|
+
original_usage_number=original_usage_number,
|
1338
|
+
parent_products=parent_products,
|
1339
|
+
parent_subscribed_service_id=parent_subscribed_service_id,
|
1340
|
+
plan_number=plan_number,
|
1341
|
+
products=products,
|
1342
|
+
quantity=quantity,
|
1343
|
+
rate_card_id=rate_card_id,
|
1344
|
+
rate_card_tierd_id=rate_card_tierd_id,
|
1345
|
+
time_created=time_created,
|
1346
|
+
time_metered_on=time_metered_on,
|
1347
|
+
time_of_arrival=time_of_arrival,
|
1348
|
+
time_updated=time_updated,
|
1349
|
+
type=type,
|
1350
|
+
unit_of_measure=unit_of_measure,
|
1351
|
+
usage_number=usage_number,
|
1352
|
+
)
|
1353
|
+
@staticmethod
|
1354
|
+
def _configure(
|
1355
|
+
_setter: Callable[[Any, Any], None],
|
1356
|
+
commitment_service_id: str,
|
1357
|
+
compute_source: str,
|
1358
|
+
computed_usage_id: str,
|
1359
|
+
cost: str,
|
1360
|
+
cost_rounded: str,
|
1361
|
+
currency_code: str,
|
1362
|
+
data_center: str,
|
1363
|
+
id: str,
|
1364
|
+
is_invoiced: bool,
|
1365
|
+
mqs_message_id: str,
|
1366
|
+
net_unit_price: str,
|
1367
|
+
original_usage_number: str,
|
1368
|
+
parent_products: Sequence['outputs.GetComputedUsagesComputedUsageParentProductResult'],
|
1369
|
+
parent_subscribed_service_id: str,
|
1370
|
+
plan_number: str,
|
1371
|
+
products: Sequence['outputs.GetComputedUsagesComputedUsageProductResult'],
|
1372
|
+
quantity: str,
|
1373
|
+
rate_card_id: str,
|
1374
|
+
rate_card_tierd_id: str,
|
1375
|
+
time_created: str,
|
1376
|
+
time_metered_on: str,
|
1377
|
+
time_of_arrival: str,
|
1378
|
+
time_updated: str,
|
1379
|
+
type: str,
|
1380
|
+
unit_of_measure: str,
|
1381
|
+
usage_number: str,
|
1382
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1383
|
+
_setter("commitment_service_id", commitment_service_id)
|
1384
|
+
_setter("compute_source", compute_source)
|
1385
|
+
_setter("computed_usage_id", computed_usage_id)
|
1386
|
+
_setter("cost", cost)
|
1387
|
+
_setter("cost_rounded", cost_rounded)
|
1388
|
+
_setter("currency_code", currency_code)
|
1389
|
+
_setter("data_center", data_center)
|
1390
|
+
_setter("id", id)
|
1391
|
+
_setter("is_invoiced", is_invoiced)
|
1392
|
+
_setter("mqs_message_id", mqs_message_id)
|
1393
|
+
_setter("net_unit_price", net_unit_price)
|
1394
|
+
_setter("original_usage_number", original_usage_number)
|
1395
|
+
_setter("parent_products", parent_products)
|
1396
|
+
_setter("parent_subscribed_service_id", parent_subscribed_service_id)
|
1397
|
+
_setter("plan_number", plan_number)
|
1398
|
+
_setter("products", products)
|
1399
|
+
_setter("quantity", quantity)
|
1400
|
+
_setter("rate_card_id", rate_card_id)
|
1401
|
+
_setter("rate_card_tierd_id", rate_card_tierd_id)
|
1402
|
+
_setter("time_created", time_created)
|
1403
|
+
_setter("time_metered_on", time_metered_on)
|
1404
|
+
_setter("time_of_arrival", time_of_arrival)
|
1405
|
+
_setter("time_updated", time_updated)
|
1406
|
+
_setter("type", type)
|
1407
|
+
_setter("unit_of_measure", unit_of_measure)
|
1408
|
+
_setter("usage_number", usage_number)
|
1110
1409
|
|
1111
1410
|
@property
|
1112
1411
|
@pulumi.getter(name="commitmentServiceId")
|
@@ -1333,13 +1632,34 @@ class GetComputedUsagesComputedUsageParentProductResult(dict):
|
|
1333
1632
|
:param str ucm_rate_card_part_type: Rate card part type of Product
|
1334
1633
|
:param str unit_of_measure: Unit of Messure
|
1335
1634
|
"""
|
1336
|
-
|
1337
|
-
|
1338
|
-
|
1339
|
-
|
1340
|
-
|
1341
|
-
|
1342
|
-
|
1635
|
+
GetComputedUsagesComputedUsageParentProductResult._configure(
|
1636
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1637
|
+
billing_category=billing_category,
|
1638
|
+
name=name,
|
1639
|
+
part_number=part_number,
|
1640
|
+
product_category=product_category,
|
1641
|
+
provisioning_group=provisioning_group,
|
1642
|
+
ucm_rate_card_part_type=ucm_rate_card_part_type,
|
1643
|
+
unit_of_measure=unit_of_measure,
|
1644
|
+
)
|
1645
|
+
@staticmethod
|
1646
|
+
def _configure(
|
1647
|
+
_setter: Callable[[Any, Any], None],
|
1648
|
+
billing_category: str,
|
1649
|
+
name: str,
|
1650
|
+
part_number: str,
|
1651
|
+
product_category: str,
|
1652
|
+
provisioning_group: str,
|
1653
|
+
ucm_rate_card_part_type: str,
|
1654
|
+
unit_of_measure: str,
|
1655
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1656
|
+
_setter("billing_category", billing_category)
|
1657
|
+
_setter("name", name)
|
1658
|
+
_setter("part_number", part_number)
|
1659
|
+
_setter("product_category", product_category)
|
1660
|
+
_setter("provisioning_group", provisioning_group)
|
1661
|
+
_setter("ucm_rate_card_part_type", ucm_rate_card_part_type)
|
1662
|
+
_setter("unit_of_measure", unit_of_measure)
|
1343
1663
|
|
1344
1664
|
@property
|
1345
1665
|
@pulumi.getter(name="billingCategory")
|
@@ -1417,13 +1737,34 @@ class GetComputedUsagesComputedUsageProductResult(dict):
|
|
1417
1737
|
:param str ucm_rate_card_part_type: Rate card part type of Product
|
1418
1738
|
:param str unit_of_measure: Unit of Messure
|
1419
1739
|
"""
|
1420
|
-
|
1421
|
-
|
1422
|
-
|
1423
|
-
|
1424
|
-
|
1425
|
-
|
1426
|
-
|
1740
|
+
GetComputedUsagesComputedUsageProductResult._configure(
|
1741
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1742
|
+
billing_category=billing_category,
|
1743
|
+
name=name,
|
1744
|
+
part_number=part_number,
|
1745
|
+
product_category=product_category,
|
1746
|
+
provisioning_group=provisioning_group,
|
1747
|
+
ucm_rate_card_part_type=ucm_rate_card_part_type,
|
1748
|
+
unit_of_measure=unit_of_measure,
|
1749
|
+
)
|
1750
|
+
@staticmethod
|
1751
|
+
def _configure(
|
1752
|
+
_setter: Callable[[Any, Any], None],
|
1753
|
+
billing_category: str,
|
1754
|
+
name: str,
|
1755
|
+
part_number: str,
|
1756
|
+
product_category: str,
|
1757
|
+
provisioning_group: str,
|
1758
|
+
ucm_rate_card_part_type: str,
|
1759
|
+
unit_of_measure: str,
|
1760
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1761
|
+
_setter("billing_category", billing_category)
|
1762
|
+
_setter("name", name)
|
1763
|
+
_setter("part_number", part_number)
|
1764
|
+
_setter("product_category", product_category)
|
1765
|
+
_setter("provisioning_group", provisioning_group)
|
1766
|
+
_setter("ucm_rate_card_part_type", ucm_rate_card_part_type)
|
1767
|
+
_setter("unit_of_measure", unit_of_measure)
|
1427
1768
|
|
1428
1769
|
@property
|
1429
1770
|
@pulumi.getter(name="billingCategory")
|
@@ -1491,10 +1832,23 @@ class GetComputedUsagesFilterResult(dict):
|
|
1491
1832
|
"""
|
1492
1833
|
:param str name: Product name
|
1493
1834
|
"""
|
1494
|
-
|
1495
|
-
|
1835
|
+
GetComputedUsagesFilterResult._configure(
|
1836
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1837
|
+
name=name,
|
1838
|
+
values=values,
|
1839
|
+
regex=regex,
|
1840
|
+
)
|
1841
|
+
@staticmethod
|
1842
|
+
def _configure(
|
1843
|
+
_setter: Callable[[Any, Any], None],
|
1844
|
+
name: str,
|
1845
|
+
values: Sequence[str],
|
1846
|
+
regex: Optional[bool] = None,
|
1847
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1848
|
+
_setter("name", name)
|
1849
|
+
_setter("values", values)
|
1496
1850
|
if regex is not None:
|
1497
|
-
|
1851
|
+
_setter("regex", regex)
|
1498
1852
|
|
1499
1853
|
@property
|
1500
1854
|
@pulumi.getter
|
@@ -1524,10 +1878,23 @@ class GetInvoiceLineComputedUsagesFilterResult(dict):
|
|
1524
1878
|
"""
|
1525
1879
|
:param str name: Product name
|
1526
1880
|
"""
|
1527
|
-
|
1528
|
-
|
1881
|
+
GetInvoiceLineComputedUsagesFilterResult._configure(
|
1882
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1883
|
+
name=name,
|
1884
|
+
values=values,
|
1885
|
+
regex=regex,
|
1886
|
+
)
|
1887
|
+
@staticmethod
|
1888
|
+
def _configure(
|
1889
|
+
_setter: Callable[[Any, Any], None],
|
1890
|
+
name: str,
|
1891
|
+
values: Sequence[str],
|
1892
|
+
regex: Optional[bool] = None,
|
1893
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1894
|
+
_setter("name", name)
|
1895
|
+
_setter("values", values)
|
1529
1896
|
if regex is not None:
|
1530
|
-
|
1897
|
+
_setter("regex", regex)
|
1531
1898
|
|
1532
1899
|
@property
|
1533
1900
|
@pulumi.getter
|
@@ -1569,14 +1936,37 @@ class GetInvoiceLineComputedUsagesInvoicelineComputedUsageResult(dict):
|
|
1569
1936
|
:param str time_metered_on: Metered Service date.
|
1570
1937
|
:param str type: Usage compute type in SPM.
|
1571
1938
|
"""
|
1572
|
-
|
1573
|
-
|
1574
|
-
|
1575
|
-
|
1576
|
-
|
1577
|
-
|
1578
|
-
|
1579
|
-
|
1939
|
+
GetInvoiceLineComputedUsagesInvoicelineComputedUsageResult._configure(
|
1940
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1941
|
+
cost=cost,
|
1942
|
+
cost_rounded=cost_rounded,
|
1943
|
+
net_unit_price=net_unit_price,
|
1944
|
+
parent_products=parent_products,
|
1945
|
+
products=products,
|
1946
|
+
quantity=quantity,
|
1947
|
+
time_metered_on=time_metered_on,
|
1948
|
+
type=type,
|
1949
|
+
)
|
1950
|
+
@staticmethod
|
1951
|
+
def _configure(
|
1952
|
+
_setter: Callable[[Any, Any], None],
|
1953
|
+
cost: float,
|
1954
|
+
cost_rounded: float,
|
1955
|
+
net_unit_price: float,
|
1956
|
+
parent_products: Sequence['outputs.GetInvoiceLineComputedUsagesInvoicelineComputedUsageParentProductResult'],
|
1957
|
+
products: Sequence['outputs.GetInvoiceLineComputedUsagesInvoicelineComputedUsageProductResult'],
|
1958
|
+
quantity: float,
|
1959
|
+
time_metered_on: str,
|
1960
|
+
type: str,
|
1961
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1962
|
+
_setter("cost", cost)
|
1963
|
+
_setter("cost_rounded", cost_rounded)
|
1964
|
+
_setter("net_unit_price", net_unit_price)
|
1965
|
+
_setter("parent_products", parent_products)
|
1966
|
+
_setter("products", products)
|
1967
|
+
_setter("quantity", quantity)
|
1968
|
+
_setter("time_metered_on", time_metered_on)
|
1969
|
+
_setter("type", type)
|
1580
1970
|
|
1581
1971
|
@property
|
1582
1972
|
@pulumi.getter
|
@@ -1660,12 +2050,31 @@ class GetInvoiceLineComputedUsagesInvoicelineComputedUsageParentProductResult(di
|
|
1660
2050
|
:param str ucm_rate_card_part_type: Rate card part type of Product
|
1661
2051
|
:param str unit_of_measure: Unit of Measure
|
1662
2052
|
"""
|
1663
|
-
|
1664
|
-
|
1665
|
-
|
1666
|
-
|
1667
|
-
|
1668
|
-
|
2053
|
+
GetInvoiceLineComputedUsagesInvoicelineComputedUsageParentProductResult._configure(
|
2054
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2055
|
+
billing_category=billing_category,
|
2056
|
+
name=name,
|
2057
|
+
part_number=part_number,
|
2058
|
+
product_category=product_category,
|
2059
|
+
ucm_rate_card_part_type=ucm_rate_card_part_type,
|
2060
|
+
unit_of_measure=unit_of_measure,
|
2061
|
+
)
|
2062
|
+
@staticmethod
|
2063
|
+
def _configure(
|
2064
|
+
_setter: Callable[[Any, Any], None],
|
2065
|
+
billing_category: str,
|
2066
|
+
name: str,
|
2067
|
+
part_number: str,
|
2068
|
+
product_category: str,
|
2069
|
+
ucm_rate_card_part_type: str,
|
2070
|
+
unit_of_measure: str,
|
2071
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2072
|
+
_setter("billing_category", billing_category)
|
2073
|
+
_setter("name", name)
|
2074
|
+
_setter("part_number", part_number)
|
2075
|
+
_setter("product_category", product_category)
|
2076
|
+
_setter("ucm_rate_card_part_type", ucm_rate_card_part_type)
|
2077
|
+
_setter("unit_of_measure", unit_of_measure)
|
1669
2078
|
|
1670
2079
|
@property
|
1671
2080
|
@pulumi.getter(name="billingCategory")
|
@@ -1733,12 +2142,31 @@ class GetInvoiceLineComputedUsagesInvoicelineComputedUsageProductResult(dict):
|
|
1733
2142
|
:param str ucm_rate_card_part_type: Rate card part type of Product
|
1734
2143
|
:param str unit_of_measure: Unit of Measure
|
1735
2144
|
"""
|
1736
|
-
|
1737
|
-
|
1738
|
-
|
1739
|
-
|
1740
|
-
|
1741
|
-
|
2145
|
+
GetInvoiceLineComputedUsagesInvoicelineComputedUsageProductResult._configure(
|
2146
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2147
|
+
billing_category=billing_category,
|
2148
|
+
name=name,
|
2149
|
+
part_number=part_number,
|
2150
|
+
product_category=product_category,
|
2151
|
+
ucm_rate_card_part_type=ucm_rate_card_part_type,
|
2152
|
+
unit_of_measure=unit_of_measure,
|
2153
|
+
)
|
2154
|
+
@staticmethod
|
2155
|
+
def _configure(
|
2156
|
+
_setter: Callable[[Any, Any], None],
|
2157
|
+
billing_category: str,
|
2158
|
+
name: str,
|
2159
|
+
part_number: str,
|
2160
|
+
product_category: str,
|
2161
|
+
ucm_rate_card_part_type: str,
|
2162
|
+
unit_of_measure: str,
|
2163
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2164
|
+
_setter("billing_category", billing_category)
|
2165
|
+
_setter("name", name)
|
2166
|
+
_setter("part_number", part_number)
|
2167
|
+
_setter("product_category", product_category)
|
2168
|
+
_setter("ucm_rate_card_part_type", ucm_rate_card_part_type)
|
2169
|
+
_setter("unit_of_measure", unit_of_measure)
|
1742
2170
|
|
1743
2171
|
@property
|
1744
2172
|
@pulumi.getter(name="billingCategory")
|
@@ -1798,10 +2226,23 @@ class GetInvoicesFilterResult(dict):
|
|
1798
2226
|
"""
|
1799
2227
|
:param str name: Payment Term name
|
1800
2228
|
"""
|
1801
|
-
|
1802
|
-
|
2229
|
+
GetInvoicesFilterResult._configure(
|
2230
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2231
|
+
name=name,
|
2232
|
+
values=values,
|
2233
|
+
regex=regex,
|
2234
|
+
)
|
2235
|
+
@staticmethod
|
2236
|
+
def _configure(
|
2237
|
+
_setter: Callable[[Any, Any], None],
|
2238
|
+
name: str,
|
2239
|
+
values: Sequence[str],
|
2240
|
+
regex: Optional[bool] = None,
|
2241
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2242
|
+
_setter("name", name)
|
2243
|
+
_setter("values", values)
|
1803
2244
|
if regex is not None:
|
1804
|
-
|
2245
|
+
_setter("regex", regex)
|
1805
2246
|
|
1806
2247
|
@property
|
1807
2248
|
@pulumi.getter
|
@@ -1865,25 +2306,70 @@ class GetInvoicesInvoiceResult(dict):
|
|
1865
2306
|
:param str type: Document Type in SPM like SPM Invoice,SPM Credit Memo etc.,
|
1866
2307
|
:param str updated_by: User that updated SPM Invoice
|
1867
2308
|
"""
|
1868
|
-
|
1869
|
-
|
1870
|
-
|
1871
|
-
|
1872
|
-
|
1873
|
-
|
1874
|
-
|
1875
|
-
|
1876
|
-
|
1877
|
-
|
1878
|
-
|
1879
|
-
|
1880
|
-
|
1881
|
-
|
1882
|
-
|
1883
|
-
|
1884
|
-
|
1885
|
-
|
1886
|
-
|
2309
|
+
GetInvoicesInvoiceResult._configure(
|
2310
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2311
|
+
ar_invoices=ar_invoices,
|
2312
|
+
bill_to_addresses=bill_to_addresses,
|
2313
|
+
bill_to_contacts=bill_to_contacts,
|
2314
|
+
bill_to_customers=bill_to_customers,
|
2315
|
+
created_by=created_by,
|
2316
|
+
currencies=currencies,
|
2317
|
+
invoice_lines=invoice_lines,
|
2318
|
+
organizations=organizations,
|
2319
|
+
payment_method=payment_method,
|
2320
|
+
payment_terms=payment_terms,
|
2321
|
+
receipt_method=receipt_method,
|
2322
|
+
spm_invoice_number=spm_invoice_number,
|
2323
|
+
status=status,
|
2324
|
+
subscription_number=subscription_number,
|
2325
|
+
time_created=time_created,
|
2326
|
+
time_invoice_date=time_invoice_date,
|
2327
|
+
time_updated=time_updated,
|
2328
|
+
type=type,
|
2329
|
+
updated_by=updated_by,
|
2330
|
+
)
|
2331
|
+
@staticmethod
|
2332
|
+
def _configure(
|
2333
|
+
_setter: Callable[[Any, Any], None],
|
2334
|
+
ar_invoices: str,
|
2335
|
+
bill_to_addresses: Sequence['outputs.GetInvoicesInvoiceBillToAddressResult'],
|
2336
|
+
bill_to_contacts: Sequence['outputs.GetInvoicesInvoiceBillToContactResult'],
|
2337
|
+
bill_to_customers: Sequence['outputs.GetInvoicesInvoiceBillToCustomerResult'],
|
2338
|
+
created_by: str,
|
2339
|
+
currencies: Sequence['outputs.GetInvoicesInvoiceCurrencyResult'],
|
2340
|
+
invoice_lines: Sequence['outputs.GetInvoicesInvoiceInvoiceLineResult'],
|
2341
|
+
organizations: Sequence['outputs.GetInvoicesInvoiceOrganizationResult'],
|
2342
|
+
payment_method: str,
|
2343
|
+
payment_terms: Sequence['outputs.GetInvoicesInvoicePaymentTermResult'],
|
2344
|
+
receipt_method: str,
|
2345
|
+
spm_invoice_number: str,
|
2346
|
+
status: str,
|
2347
|
+
subscription_number: str,
|
2348
|
+
time_created: str,
|
2349
|
+
time_invoice_date: str,
|
2350
|
+
time_updated: str,
|
2351
|
+
type: str,
|
2352
|
+
updated_by: str,
|
2353
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2354
|
+
_setter("ar_invoices", ar_invoices)
|
2355
|
+
_setter("bill_to_addresses", bill_to_addresses)
|
2356
|
+
_setter("bill_to_contacts", bill_to_contacts)
|
2357
|
+
_setter("bill_to_customers", bill_to_customers)
|
2358
|
+
_setter("created_by", created_by)
|
2359
|
+
_setter("currencies", currencies)
|
2360
|
+
_setter("invoice_lines", invoice_lines)
|
2361
|
+
_setter("organizations", organizations)
|
2362
|
+
_setter("payment_method", payment_method)
|
2363
|
+
_setter("payment_terms", payment_terms)
|
2364
|
+
_setter("receipt_method", receipt_method)
|
2365
|
+
_setter("spm_invoice_number", spm_invoice_number)
|
2366
|
+
_setter("status", status)
|
2367
|
+
_setter("subscription_number", subscription_number)
|
2368
|
+
_setter("time_created", time_created)
|
2369
|
+
_setter("time_invoice_date", time_invoice_date)
|
2370
|
+
_setter("time_updated", time_updated)
|
2371
|
+
_setter("type", type)
|
2372
|
+
_setter("updated_by", updated_by)
|
1887
2373
|
|
1888
2374
|
@property
|
1889
2375
|
@pulumi.getter(name="arInvoices")
|
@@ -2061,15 +2547,40 @@ class GetInvoicesInvoiceBillToAddressResult(dict):
|
|
2061
2547
|
:param str tca_cust_acct_site_id: TCA customer account site Id.
|
2062
2548
|
:param str tca_party_site_number: Party site number.
|
2063
2549
|
"""
|
2064
|
-
|
2065
|
-
|
2066
|
-
|
2067
|
-
|
2068
|
-
|
2069
|
-
|
2070
|
-
|
2071
|
-
|
2072
|
-
|
2550
|
+
GetInvoicesInvoiceBillToAddressResult._configure(
|
2551
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2552
|
+
bill_site_use_id=bill_site_use_id,
|
2553
|
+
is_bill_to=is_bill_to,
|
2554
|
+
is_ship_to=is_ship_to,
|
2555
|
+
locations=locations,
|
2556
|
+
name=name,
|
2557
|
+
phone=phone,
|
2558
|
+
service2site_use_id=service2site_use_id,
|
2559
|
+
tca_cust_acct_site_id=tca_cust_acct_site_id,
|
2560
|
+
tca_party_site_number=tca_party_site_number,
|
2561
|
+
)
|
2562
|
+
@staticmethod
|
2563
|
+
def _configure(
|
2564
|
+
_setter: Callable[[Any, Any], None],
|
2565
|
+
bill_site_use_id: str,
|
2566
|
+
is_bill_to: bool,
|
2567
|
+
is_ship_to: bool,
|
2568
|
+
locations: Sequence['outputs.GetInvoicesInvoiceBillToAddressLocationResult'],
|
2569
|
+
name: str,
|
2570
|
+
phone: str,
|
2571
|
+
service2site_use_id: str,
|
2572
|
+
tca_cust_acct_site_id: str,
|
2573
|
+
tca_party_site_number: str,
|
2574
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2575
|
+
_setter("bill_site_use_id", bill_site_use_id)
|
2576
|
+
_setter("is_bill_to", is_bill_to)
|
2577
|
+
_setter("is_ship_to", is_ship_to)
|
2578
|
+
_setter("locations", locations)
|
2579
|
+
_setter("name", name)
|
2580
|
+
_setter("phone", phone)
|
2581
|
+
_setter("service2site_use_id", service2site_use_id)
|
2582
|
+
_setter("tca_cust_acct_site_id", tca_cust_acct_site_id)
|
2583
|
+
_setter("tca_party_site_number", tca_party_site_number)
|
2073
2584
|
|
2074
2585
|
@property
|
2075
2586
|
@pulumi.getter(name="billSiteUseId")
|
@@ -2163,13 +2674,34 @@ class GetInvoicesInvoiceBillToAddressLocationResult(dict):
|
|
2163
2674
|
:param str region: Region.
|
2164
2675
|
:param str tca_location_id: TCA Location identifier.
|
2165
2676
|
"""
|
2166
|
-
|
2167
|
-
|
2168
|
-
|
2169
|
-
|
2170
|
-
|
2171
|
-
|
2172
|
-
|
2677
|
+
GetInvoicesInvoiceBillToAddressLocationResult._configure(
|
2678
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2679
|
+
address1=address1,
|
2680
|
+
address2=address2,
|
2681
|
+
city=city,
|
2682
|
+
country=country,
|
2683
|
+
postal_code=postal_code,
|
2684
|
+
region=region,
|
2685
|
+
tca_location_id=tca_location_id,
|
2686
|
+
)
|
2687
|
+
@staticmethod
|
2688
|
+
def _configure(
|
2689
|
+
_setter: Callable[[Any, Any], None],
|
2690
|
+
address1: str,
|
2691
|
+
address2: str,
|
2692
|
+
city: str,
|
2693
|
+
country: str,
|
2694
|
+
postal_code: str,
|
2695
|
+
region: str,
|
2696
|
+
tca_location_id: str,
|
2697
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2698
|
+
_setter("address1", address1)
|
2699
|
+
_setter("address2", address2)
|
2700
|
+
_setter("city", city)
|
2701
|
+
_setter("country", country)
|
2702
|
+
_setter("postal_code", postal_code)
|
2703
|
+
_setter("region", region)
|
2704
|
+
_setter("tca_location_id", tca_location_id)
|
2173
2705
|
|
2174
2706
|
@property
|
2175
2707
|
@pulumi.getter
|
@@ -2249,14 +2781,37 @@ class GetInvoicesInvoiceBillToContactResult(dict):
|
|
2249
2781
|
:param str tca_party_id: TCA party ID.
|
2250
2782
|
:param str user_name: userName.
|
2251
2783
|
"""
|
2252
|
-
|
2253
|
-
|
2254
|
-
|
2255
|
-
|
2256
|
-
|
2257
|
-
|
2258
|
-
|
2259
|
-
|
2784
|
+
GetInvoicesInvoiceBillToContactResult._configure(
|
2785
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2786
|
+
email=email,
|
2787
|
+
first_name=first_name,
|
2788
|
+
last_name=last_name,
|
2789
|
+
name=name,
|
2790
|
+
tca_contact_id=tca_contact_id,
|
2791
|
+
tca_cust_accnt_site_id=tca_cust_accnt_site_id,
|
2792
|
+
tca_party_id=tca_party_id,
|
2793
|
+
user_name=user_name,
|
2794
|
+
)
|
2795
|
+
@staticmethod
|
2796
|
+
def _configure(
|
2797
|
+
_setter: Callable[[Any, Any], None],
|
2798
|
+
email: str,
|
2799
|
+
first_name: str,
|
2800
|
+
last_name: str,
|
2801
|
+
name: str,
|
2802
|
+
tca_contact_id: str,
|
2803
|
+
tca_cust_accnt_site_id: str,
|
2804
|
+
tca_party_id: str,
|
2805
|
+
user_name: str,
|
2806
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2807
|
+
_setter("email", email)
|
2808
|
+
_setter("first_name", first_name)
|
2809
|
+
_setter("last_name", last_name)
|
2810
|
+
_setter("name", name)
|
2811
|
+
_setter("tca_contact_id", tca_contact_id)
|
2812
|
+
_setter("tca_cust_accnt_site_id", tca_cust_accnt_site_id)
|
2813
|
+
_setter("tca_party_id", tca_party_id)
|
2814
|
+
_setter("user_name", user_name)
|
2260
2815
|
|
2261
2816
|
@property
|
2262
2817
|
@pulumi.getter
|
@@ -2346,15 +2901,40 @@ class GetInvoicesInvoiceBillToCustomerResult(dict):
|
|
2346
2901
|
:param str tca_party_id: TCA party ID.
|
2347
2902
|
:param str tca_party_number: TCA party number.
|
2348
2903
|
"""
|
2349
|
-
|
2350
|
-
|
2351
|
-
|
2352
|
-
|
2353
|
-
|
2354
|
-
|
2355
|
-
|
2356
|
-
|
2357
|
-
|
2904
|
+
GetInvoicesInvoiceBillToCustomerResult._configure(
|
2905
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2906
|
+
customer_chain_type=customer_chain_type,
|
2907
|
+
is_chain_customer=is_chain_customer,
|
2908
|
+
is_public_sector=is_public_sector,
|
2909
|
+
name=name,
|
2910
|
+
name_phonetic=name_phonetic,
|
2911
|
+
tca_customer_account_id=tca_customer_account_id,
|
2912
|
+
tca_customer_account_number=tca_customer_account_number,
|
2913
|
+
tca_party_id=tca_party_id,
|
2914
|
+
tca_party_number=tca_party_number,
|
2915
|
+
)
|
2916
|
+
@staticmethod
|
2917
|
+
def _configure(
|
2918
|
+
_setter: Callable[[Any, Any], None],
|
2919
|
+
customer_chain_type: str,
|
2920
|
+
is_chain_customer: bool,
|
2921
|
+
is_public_sector: bool,
|
2922
|
+
name: str,
|
2923
|
+
name_phonetic: str,
|
2924
|
+
tca_customer_account_id: str,
|
2925
|
+
tca_customer_account_number: str,
|
2926
|
+
tca_party_id: str,
|
2927
|
+
tca_party_number: str,
|
2928
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2929
|
+
_setter("customer_chain_type", customer_chain_type)
|
2930
|
+
_setter("is_chain_customer", is_chain_customer)
|
2931
|
+
_setter("is_public_sector", is_public_sector)
|
2932
|
+
_setter("name", name)
|
2933
|
+
_setter("name_phonetic", name_phonetic)
|
2934
|
+
_setter("tca_customer_account_id", tca_customer_account_id)
|
2935
|
+
_setter("tca_customer_account_number", tca_customer_account_number)
|
2936
|
+
_setter("tca_party_id", tca_party_id)
|
2937
|
+
_setter("tca_party_number", tca_party_number)
|
2358
2938
|
|
2359
2939
|
@property
|
2360
2940
|
@pulumi.getter(name="customerChainType")
|
@@ -2440,9 +3020,22 @@ class GetInvoicesInvoiceCurrencyResult(dict):
|
|
2440
3020
|
:param str name: Payment Term name
|
2441
3021
|
:param str std_precision: Standard Precision of the Currency
|
2442
3022
|
"""
|
2443
|
-
|
2444
|
-
|
2445
|
-
|
3023
|
+
GetInvoicesInvoiceCurrencyResult._configure(
|
3024
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3025
|
+
iso_code=iso_code,
|
3026
|
+
name=name,
|
3027
|
+
std_precision=std_precision,
|
3028
|
+
)
|
3029
|
+
@staticmethod
|
3030
|
+
def _configure(
|
3031
|
+
_setter: Callable[[Any, Any], None],
|
3032
|
+
iso_code: str,
|
3033
|
+
name: str,
|
3034
|
+
std_precision: str,
|
3035
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3036
|
+
_setter("iso_code", iso_code)
|
3037
|
+
_setter("name", name)
|
3038
|
+
_setter("std_precision", std_precision)
|
2446
3039
|
|
2447
3040
|
@property
|
2448
3041
|
@pulumi.getter(name="isoCode")
|
@@ -2486,12 +3079,31 @@ class GetInvoicesInvoiceInvoiceLineResult(dict):
|
|
2486
3079
|
:param str time_end: Usage end time
|
2487
3080
|
:param str time_start: Usage start time
|
2488
3081
|
"""
|
2489
|
-
|
2490
|
-
|
2491
|
-
|
2492
|
-
|
2493
|
-
|
2494
|
-
|
3082
|
+
GetInvoicesInvoiceInvoiceLineResult._configure(
|
3083
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3084
|
+
ar_invoice_number=ar_invoice_number,
|
3085
|
+
data_center=data_center,
|
3086
|
+
id=id,
|
3087
|
+
products=products,
|
3088
|
+
time_end=time_end,
|
3089
|
+
time_start=time_start,
|
3090
|
+
)
|
3091
|
+
@staticmethod
|
3092
|
+
def _configure(
|
3093
|
+
_setter: Callable[[Any, Any], None],
|
3094
|
+
ar_invoice_number: str,
|
3095
|
+
data_center: str,
|
3096
|
+
id: str,
|
3097
|
+
products: Sequence['outputs.GetInvoicesInvoiceInvoiceLineProductResult'],
|
3098
|
+
time_end: str,
|
3099
|
+
time_start: str,
|
3100
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3101
|
+
_setter("ar_invoice_number", ar_invoice_number)
|
3102
|
+
_setter("data_center", data_center)
|
3103
|
+
_setter("id", id)
|
3104
|
+
_setter("products", products)
|
3105
|
+
_setter("time_end", time_end)
|
3106
|
+
_setter("time_start", time_start)
|
2495
3107
|
|
2496
3108
|
@property
|
2497
3109
|
@pulumi.getter(name="arInvoiceNumber")
|
@@ -2559,12 +3171,31 @@ class GetInvoicesInvoiceInvoiceLineProductResult(dict):
|
|
2559
3171
|
:param str ucm_rate_card_part_type: Rate card part type of Product
|
2560
3172
|
:param str unit_of_measure: Unit of Measure
|
2561
3173
|
"""
|
2562
|
-
|
2563
|
-
|
2564
|
-
|
2565
|
-
|
2566
|
-
|
2567
|
-
|
3174
|
+
GetInvoicesInvoiceInvoiceLineProductResult._configure(
|
3175
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3176
|
+
billing_category=billing_category,
|
3177
|
+
name=name,
|
3178
|
+
part_number=part_number,
|
3179
|
+
product_category=product_category,
|
3180
|
+
ucm_rate_card_part_type=ucm_rate_card_part_type,
|
3181
|
+
unit_of_measure=unit_of_measure,
|
3182
|
+
)
|
3183
|
+
@staticmethod
|
3184
|
+
def _configure(
|
3185
|
+
_setter: Callable[[Any, Any], None],
|
3186
|
+
billing_category: str,
|
3187
|
+
name: str,
|
3188
|
+
part_number: str,
|
3189
|
+
product_category: str,
|
3190
|
+
ucm_rate_card_part_type: str,
|
3191
|
+
unit_of_measure: str,
|
3192
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3193
|
+
_setter("billing_category", billing_category)
|
3194
|
+
_setter("name", name)
|
3195
|
+
_setter("part_number", part_number)
|
3196
|
+
_setter("product_category", product_category)
|
3197
|
+
_setter("ucm_rate_card_part_type", ucm_rate_card_part_type)
|
3198
|
+
_setter("unit_of_measure", unit_of_measure)
|
2568
3199
|
|
2569
3200
|
@property
|
2570
3201
|
@pulumi.getter(name="billingCategory")
|
@@ -2624,8 +3255,19 @@ class GetInvoicesInvoiceOrganizationResult(dict):
|
|
2624
3255
|
:param str name: Payment Term name
|
2625
3256
|
:param float number: Organization ID
|
2626
3257
|
"""
|
2627
|
-
|
2628
|
-
|
3258
|
+
GetInvoicesInvoiceOrganizationResult._configure(
|
3259
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3260
|
+
name=name,
|
3261
|
+
number=number,
|
3262
|
+
)
|
3263
|
+
@staticmethod
|
3264
|
+
def _configure(
|
3265
|
+
_setter: Callable[[Any, Any], None],
|
3266
|
+
name: str,
|
3267
|
+
number: float,
|
3268
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3269
|
+
_setter("name", name)
|
3270
|
+
_setter("number", number)
|
2629
3271
|
|
2630
3272
|
@property
|
2631
3273
|
@pulumi.getter
|
@@ -2665,14 +3307,37 @@ class GetInvoicesInvoicePaymentTermResult(dict):
|
|
2665
3307
|
:param str updated_by: User that updated SPM Invoice
|
2666
3308
|
:param str value: Payment Term value
|
2667
3309
|
"""
|
2668
|
-
|
2669
|
-
|
2670
|
-
|
2671
|
-
|
2672
|
-
|
2673
|
-
|
2674
|
-
|
2675
|
-
|
3310
|
+
GetInvoicesInvoicePaymentTermResult._configure(
|
3311
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3312
|
+
created_by=created_by,
|
3313
|
+
description=description,
|
3314
|
+
is_active=is_active,
|
3315
|
+
name=name,
|
3316
|
+
time_created=time_created,
|
3317
|
+
time_updated=time_updated,
|
3318
|
+
updated_by=updated_by,
|
3319
|
+
value=value,
|
3320
|
+
)
|
3321
|
+
@staticmethod
|
3322
|
+
def _configure(
|
3323
|
+
_setter: Callable[[Any, Any], None],
|
3324
|
+
created_by: str,
|
3325
|
+
description: str,
|
3326
|
+
is_active: bool,
|
3327
|
+
name: str,
|
3328
|
+
time_created: str,
|
3329
|
+
time_updated: str,
|
3330
|
+
updated_by: str,
|
3331
|
+
value: str,
|
3332
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3333
|
+
_setter("created_by", created_by)
|
3334
|
+
_setter("description", description)
|
3335
|
+
_setter("is_active", is_active)
|
3336
|
+
_setter("name", name)
|
3337
|
+
_setter("time_created", time_created)
|
3338
|
+
_setter("time_updated", time_updated)
|
3339
|
+
_setter("updated_by", updated_by)
|
3340
|
+
_setter("value", value)
|
2676
3341
|
|
2677
3342
|
@property
|
2678
3343
|
@pulumi.getter(name="createdBy")
|
@@ -2748,10 +3413,23 @@ class GetOrganizationSubscriptionsFilterResult(dict):
|
|
2748
3413
|
"""
|
2749
3414
|
:param str name: Currency name
|
2750
3415
|
"""
|
2751
|
-
|
2752
|
-
|
3416
|
+
GetOrganizationSubscriptionsFilterResult._configure(
|
3417
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3418
|
+
name=name,
|
3419
|
+
values=values,
|
3420
|
+
regex=regex,
|
3421
|
+
)
|
3422
|
+
@staticmethod
|
3423
|
+
def _configure(
|
3424
|
+
_setter: Callable[[Any, Any], None],
|
3425
|
+
name: str,
|
3426
|
+
values: Sequence[str],
|
3427
|
+
regex: Optional[bool] = None,
|
3428
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3429
|
+
_setter("name", name)
|
3430
|
+
_setter("values", values)
|
2753
3431
|
if regex is not None:
|
2754
|
-
|
3432
|
+
_setter("regex", regex)
|
2755
3433
|
|
2756
3434
|
@property
|
2757
3435
|
@pulumi.getter
|
@@ -2793,14 +3471,37 @@ class GetOrganizationSubscriptionsOrganizationSubscriptionResult(dict):
|
|
2793
3471
|
:param str total_value: Total aggregate TCLV of all lines for the subscription including expired, active, and signed
|
2794
3472
|
:param str type: Subscription Type i.e. IAAS,SAAS,PAAS
|
2795
3473
|
"""
|
2796
|
-
|
2797
|
-
|
2798
|
-
|
2799
|
-
|
2800
|
-
|
2801
|
-
|
2802
|
-
|
2803
|
-
|
3474
|
+
GetOrganizationSubscriptionsOrganizationSubscriptionResult._configure(
|
3475
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3476
|
+
currencies=currencies,
|
3477
|
+
id=id,
|
3478
|
+
service_name=service_name,
|
3479
|
+
status=status,
|
3480
|
+
time_end=time_end,
|
3481
|
+
time_start=time_start,
|
3482
|
+
total_value=total_value,
|
3483
|
+
type=type,
|
3484
|
+
)
|
3485
|
+
@staticmethod
|
3486
|
+
def _configure(
|
3487
|
+
_setter: Callable[[Any, Any], None],
|
3488
|
+
currencies: Sequence['outputs.GetOrganizationSubscriptionsOrganizationSubscriptionCurrencyResult'],
|
3489
|
+
id: str,
|
3490
|
+
service_name: str,
|
3491
|
+
status: str,
|
3492
|
+
time_end: str,
|
3493
|
+
time_start: str,
|
3494
|
+
total_value: str,
|
3495
|
+
type: str,
|
3496
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3497
|
+
_setter("currencies", currencies)
|
3498
|
+
_setter("id", id)
|
3499
|
+
_setter("service_name", service_name)
|
3500
|
+
_setter("status", status)
|
3501
|
+
_setter("time_end", time_end)
|
3502
|
+
_setter("time_start", time_start)
|
3503
|
+
_setter("total_value", total_value)
|
3504
|
+
_setter("type", type)
|
2804
3505
|
|
2805
3506
|
@property
|
2806
3507
|
@pulumi.getter
|
@@ -2878,9 +3579,22 @@ class GetOrganizationSubscriptionsOrganizationSubscriptionCurrencyResult(dict):
|
|
2878
3579
|
:param str name: Currency name
|
2879
3580
|
:param str std_precision: Standard Precision of the Currency
|
2880
3581
|
"""
|
2881
|
-
|
2882
|
-
|
2883
|
-
|
3582
|
+
GetOrganizationSubscriptionsOrganizationSubscriptionCurrencyResult._configure(
|
3583
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3584
|
+
iso_code=iso_code,
|
3585
|
+
name=name,
|
3586
|
+
std_precision=std_precision,
|
3587
|
+
)
|
3588
|
+
@staticmethod
|
3589
|
+
def _configure(
|
3590
|
+
_setter: Callable[[Any, Any], None],
|
3591
|
+
iso_code: str,
|
3592
|
+
name: str,
|
3593
|
+
std_precision: str,
|
3594
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3595
|
+
_setter("iso_code", iso_code)
|
3596
|
+
_setter("name", name)
|
3597
|
+
_setter("std_precision", std_precision)
|
2884
3598
|
|
2885
3599
|
@property
|
2886
3600
|
@pulumi.getter(name="isoCode")
|
@@ -2916,10 +3630,23 @@ class GetRatecardsFilterResult(dict):
|
|
2916
3630
|
"""
|
2917
3631
|
:param str name: Product name
|
2918
3632
|
"""
|
2919
|
-
|
2920
|
-
|
3633
|
+
GetRatecardsFilterResult._configure(
|
3634
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3635
|
+
name=name,
|
3636
|
+
values=values,
|
3637
|
+
regex=regex,
|
3638
|
+
)
|
3639
|
+
@staticmethod
|
3640
|
+
def _configure(
|
3641
|
+
_setter: Callable[[Any, Any], None],
|
3642
|
+
name: str,
|
3643
|
+
values: Sequence[str],
|
3644
|
+
regex: Optional[bool] = None,
|
3645
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3646
|
+
_setter("name", name)
|
3647
|
+
_setter("values", values)
|
2921
3648
|
if regex is not None:
|
2922
|
-
|
3649
|
+
_setter("regex", regex)
|
2923
3650
|
|
2924
3651
|
@property
|
2925
3652
|
@pulumi.getter
|
@@ -2965,16 +3692,43 @@ class GetRatecardsRateCardResult(dict):
|
|
2965
3692
|
:param str time_end: Rate card end date
|
2966
3693
|
:param str time_start: Rate card start date
|
2967
3694
|
"""
|
2968
|
-
|
2969
|
-
|
2970
|
-
|
2971
|
-
|
2972
|
-
|
2973
|
-
|
2974
|
-
|
2975
|
-
|
2976
|
-
|
2977
|
-
|
3695
|
+
GetRatecardsRateCardResult._configure(
|
3696
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3697
|
+
currencies=currencies,
|
3698
|
+
discretionary_discount_percentage=discretionary_discount_percentage,
|
3699
|
+
is_tier=is_tier,
|
3700
|
+
net_unit_price=net_unit_price,
|
3701
|
+
overage_price=overage_price,
|
3702
|
+
products=products,
|
3703
|
+
rate_card_tiers=rate_card_tiers,
|
3704
|
+
subscribed_service_id=subscribed_service_id,
|
3705
|
+
time_end=time_end,
|
3706
|
+
time_start=time_start,
|
3707
|
+
)
|
3708
|
+
@staticmethod
|
3709
|
+
def _configure(
|
3710
|
+
_setter: Callable[[Any, Any], None],
|
3711
|
+
currencies: Sequence['outputs.GetRatecardsRateCardCurrencyResult'],
|
3712
|
+
discretionary_discount_percentage: str,
|
3713
|
+
is_tier: bool,
|
3714
|
+
net_unit_price: str,
|
3715
|
+
overage_price: str,
|
3716
|
+
products: Sequence['outputs.GetRatecardsRateCardProductResult'],
|
3717
|
+
rate_card_tiers: Sequence['outputs.GetRatecardsRateCardRateCardTierResult'],
|
3718
|
+
subscribed_service_id: str,
|
3719
|
+
time_end: str,
|
3720
|
+
time_start: str,
|
3721
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3722
|
+
_setter("currencies", currencies)
|
3723
|
+
_setter("discretionary_discount_percentage", discretionary_discount_percentage)
|
3724
|
+
_setter("is_tier", is_tier)
|
3725
|
+
_setter("net_unit_price", net_unit_price)
|
3726
|
+
_setter("overage_price", overage_price)
|
3727
|
+
_setter("products", products)
|
3728
|
+
_setter("rate_card_tiers", rate_card_tiers)
|
3729
|
+
_setter("subscribed_service_id", subscribed_service_id)
|
3730
|
+
_setter("time_end", time_end)
|
3731
|
+
_setter("time_start", time_start)
|
2978
3732
|
|
2979
3733
|
@property
|
2980
3734
|
@pulumi.getter
|
@@ -3068,9 +3822,22 @@ class GetRatecardsRateCardCurrencyResult(dict):
|
|
3068
3822
|
:param str name: Product name
|
3069
3823
|
:param str std_precision: Standard Precision of the Currency
|
3070
3824
|
"""
|
3071
|
-
|
3072
|
-
|
3073
|
-
|
3825
|
+
GetRatecardsRateCardCurrencyResult._configure(
|
3826
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3827
|
+
iso_code=iso_code,
|
3828
|
+
name=name,
|
3829
|
+
std_precision=std_precision,
|
3830
|
+
)
|
3831
|
+
@staticmethod
|
3832
|
+
def _configure(
|
3833
|
+
_setter: Callable[[Any, Any], None],
|
3834
|
+
iso_code: str,
|
3835
|
+
name: str,
|
3836
|
+
std_precision: str,
|
3837
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3838
|
+
_setter("iso_code", iso_code)
|
3839
|
+
_setter("name", name)
|
3840
|
+
_setter("std_precision", std_precision)
|
3074
3841
|
|
3075
3842
|
@property
|
3076
3843
|
@pulumi.getter(name="isoCode")
|
@@ -3114,12 +3881,31 @@ class GetRatecardsRateCardProductResult(dict):
|
|
3114
3881
|
:param str ucm_rate_card_part_type: Rate card part type of Product
|
3115
3882
|
:param str unit_of_measure: Unit of measure
|
3116
3883
|
"""
|
3117
|
-
|
3118
|
-
|
3119
|
-
|
3120
|
-
|
3121
|
-
|
3122
|
-
|
3884
|
+
GetRatecardsRateCardProductResult._configure(
|
3885
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3886
|
+
billing_category=billing_category,
|
3887
|
+
name=name,
|
3888
|
+
part_number=part_number,
|
3889
|
+
product_category=product_category,
|
3890
|
+
ucm_rate_card_part_type=ucm_rate_card_part_type,
|
3891
|
+
unit_of_measure=unit_of_measure,
|
3892
|
+
)
|
3893
|
+
@staticmethod
|
3894
|
+
def _configure(
|
3895
|
+
_setter: Callable[[Any, Any], None],
|
3896
|
+
billing_category: str,
|
3897
|
+
name: str,
|
3898
|
+
part_number: str,
|
3899
|
+
product_category: str,
|
3900
|
+
ucm_rate_card_part_type: str,
|
3901
|
+
unit_of_measure: str,
|
3902
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3903
|
+
_setter("billing_category", billing_category)
|
3904
|
+
_setter("name", name)
|
3905
|
+
_setter("part_number", part_number)
|
3906
|
+
_setter("product_category", product_category)
|
3907
|
+
_setter("ucm_rate_card_part_type", ucm_rate_card_part_type)
|
3908
|
+
_setter("unit_of_measure", unit_of_measure)
|
3123
3909
|
|
3124
3910
|
@property
|
3125
3911
|
@pulumi.getter(name="billingCategory")
|
@@ -3181,9 +3967,22 @@ class GetRatecardsRateCardRateCardTierResult(dict):
|
|
3181
3967
|
:param str overage_price: Rate card tier overage price
|
3182
3968
|
:param str up_to_quantity: Rate card tier quantity range
|
3183
3969
|
"""
|
3184
|
-
|
3185
|
-
|
3186
|
-
|
3970
|
+
GetRatecardsRateCardRateCardTierResult._configure(
|
3971
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3972
|
+
net_unit_price=net_unit_price,
|
3973
|
+
overage_price=overage_price,
|
3974
|
+
up_to_quantity=up_to_quantity,
|
3975
|
+
)
|
3976
|
+
@staticmethod
|
3977
|
+
def _configure(
|
3978
|
+
_setter: Callable[[Any, Any], None],
|
3979
|
+
net_unit_price: str,
|
3980
|
+
overage_price: str,
|
3981
|
+
up_to_quantity: str,
|
3982
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3983
|
+
_setter("net_unit_price", net_unit_price)
|
3984
|
+
_setter("overage_price", overage_price)
|
3985
|
+
_setter("up_to_quantity", up_to_quantity)
|
3187
3986
|
|
3188
3987
|
@property
|
3189
3988
|
@pulumi.getter(name="netUnitPrice")
|
@@ -3233,15 +4032,40 @@ class GetSubscribedServiceBillToAddressResult(dict):
|
|
3233
4032
|
:param str tca_cust_acct_site_id: TCA customer account site Id.
|
3234
4033
|
:param str tca_party_site_number: Party site number.
|
3235
4034
|
"""
|
3236
|
-
|
3237
|
-
|
3238
|
-
|
3239
|
-
|
3240
|
-
|
3241
|
-
|
3242
|
-
|
3243
|
-
|
3244
|
-
|
4035
|
+
GetSubscribedServiceBillToAddressResult._configure(
|
4036
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4037
|
+
bill_site_use_id=bill_site_use_id,
|
4038
|
+
is_bill_to=is_bill_to,
|
4039
|
+
is_ship_to=is_ship_to,
|
4040
|
+
locations=locations,
|
4041
|
+
name=name,
|
4042
|
+
phone=phone,
|
4043
|
+
service2site_use_id=service2site_use_id,
|
4044
|
+
tca_cust_acct_site_id=tca_cust_acct_site_id,
|
4045
|
+
tca_party_site_number=tca_party_site_number,
|
4046
|
+
)
|
4047
|
+
@staticmethod
|
4048
|
+
def _configure(
|
4049
|
+
_setter: Callable[[Any, Any], None],
|
4050
|
+
bill_site_use_id: str,
|
4051
|
+
is_bill_to: bool,
|
4052
|
+
is_ship_to: bool,
|
4053
|
+
locations: Sequence['outputs.GetSubscribedServiceBillToAddressLocationResult'],
|
4054
|
+
name: str,
|
4055
|
+
phone: str,
|
4056
|
+
service2site_use_id: str,
|
4057
|
+
tca_cust_acct_site_id: str,
|
4058
|
+
tca_party_site_number: str,
|
4059
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4060
|
+
_setter("bill_site_use_id", bill_site_use_id)
|
4061
|
+
_setter("is_bill_to", is_bill_to)
|
4062
|
+
_setter("is_ship_to", is_ship_to)
|
4063
|
+
_setter("locations", locations)
|
4064
|
+
_setter("name", name)
|
4065
|
+
_setter("phone", phone)
|
4066
|
+
_setter("service2site_use_id", service2site_use_id)
|
4067
|
+
_setter("tca_cust_acct_site_id", tca_cust_acct_site_id)
|
4068
|
+
_setter("tca_party_site_number", tca_party_site_number)
|
3245
4069
|
|
3246
4070
|
@property
|
3247
4071
|
@pulumi.getter(name="billSiteUseId")
|
@@ -3335,13 +4159,34 @@ class GetSubscribedServiceBillToAddressLocationResult(dict):
|
|
3335
4159
|
:param str region: Region.
|
3336
4160
|
:param str tca_location_id: Region.
|
3337
4161
|
"""
|
3338
|
-
|
3339
|
-
|
3340
|
-
|
3341
|
-
|
3342
|
-
|
3343
|
-
|
3344
|
-
|
4162
|
+
GetSubscribedServiceBillToAddressLocationResult._configure(
|
4163
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4164
|
+
address1=address1,
|
4165
|
+
address2=address2,
|
4166
|
+
city=city,
|
4167
|
+
country=country,
|
4168
|
+
postal_code=postal_code,
|
4169
|
+
region=region,
|
4170
|
+
tca_location_id=tca_location_id,
|
4171
|
+
)
|
4172
|
+
@staticmethod
|
4173
|
+
def _configure(
|
4174
|
+
_setter: Callable[[Any, Any], None],
|
4175
|
+
address1: str,
|
4176
|
+
address2: str,
|
4177
|
+
city: str,
|
4178
|
+
country: str,
|
4179
|
+
postal_code: str,
|
4180
|
+
region: str,
|
4181
|
+
tca_location_id: str,
|
4182
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4183
|
+
_setter("address1", address1)
|
4184
|
+
_setter("address2", address2)
|
4185
|
+
_setter("city", city)
|
4186
|
+
_setter("country", country)
|
4187
|
+
_setter("postal_code", postal_code)
|
4188
|
+
_setter("region", region)
|
4189
|
+
_setter("tca_location_id", tca_location_id)
|
3345
4190
|
|
3346
4191
|
@property
|
3347
4192
|
@pulumi.getter
|
@@ -3421,14 +4266,37 @@ class GetSubscribedServiceBillToContactResult(dict):
|
|
3421
4266
|
:param str tca_party_id: TCA party ID.
|
3422
4267
|
:param str username: Username.
|
3423
4268
|
"""
|
3424
|
-
|
3425
|
-
|
3426
|
-
|
3427
|
-
|
3428
|
-
|
3429
|
-
|
3430
|
-
|
3431
|
-
|
4269
|
+
GetSubscribedServiceBillToContactResult._configure(
|
4270
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4271
|
+
email=email,
|
4272
|
+
first_name=first_name,
|
4273
|
+
last_name=last_name,
|
4274
|
+
name=name,
|
4275
|
+
tca_contact_id=tca_contact_id,
|
4276
|
+
tca_cust_accnt_site_id=tca_cust_accnt_site_id,
|
4277
|
+
tca_party_id=tca_party_id,
|
4278
|
+
username=username,
|
4279
|
+
)
|
4280
|
+
@staticmethod
|
4281
|
+
def _configure(
|
4282
|
+
_setter: Callable[[Any, Any], None],
|
4283
|
+
email: str,
|
4284
|
+
first_name: str,
|
4285
|
+
last_name: str,
|
4286
|
+
name: str,
|
4287
|
+
tca_contact_id: str,
|
4288
|
+
tca_cust_accnt_site_id: str,
|
4289
|
+
tca_party_id: str,
|
4290
|
+
username: str,
|
4291
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4292
|
+
_setter("email", email)
|
4293
|
+
_setter("first_name", first_name)
|
4294
|
+
_setter("last_name", last_name)
|
4295
|
+
_setter("name", name)
|
4296
|
+
_setter("tca_contact_id", tca_contact_id)
|
4297
|
+
_setter("tca_cust_accnt_site_id", tca_cust_accnt_site_id)
|
4298
|
+
_setter("tca_party_id", tca_party_id)
|
4299
|
+
_setter("username", username)
|
3432
4300
|
|
3433
4301
|
@property
|
3434
4302
|
@pulumi.getter
|
@@ -3518,15 +4386,40 @@ class GetSubscribedServiceBillToCustomerResult(dict):
|
|
3518
4386
|
:param str tca_party_id: TCA party ID.
|
3519
4387
|
:param str tca_party_number: TCA party number.
|
3520
4388
|
"""
|
3521
|
-
|
3522
|
-
|
3523
|
-
|
3524
|
-
|
3525
|
-
|
3526
|
-
|
3527
|
-
|
3528
|
-
|
3529
|
-
|
4389
|
+
GetSubscribedServiceBillToCustomerResult._configure(
|
4390
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4391
|
+
customer_chain_type=customer_chain_type,
|
4392
|
+
is_chain_customer=is_chain_customer,
|
4393
|
+
is_public_sector=is_public_sector,
|
4394
|
+
name=name,
|
4395
|
+
name_phonetic=name_phonetic,
|
4396
|
+
tca_cust_account_number=tca_cust_account_number,
|
4397
|
+
tca_customer_account_id=tca_customer_account_id,
|
4398
|
+
tca_party_id=tca_party_id,
|
4399
|
+
tca_party_number=tca_party_number,
|
4400
|
+
)
|
4401
|
+
@staticmethod
|
4402
|
+
def _configure(
|
4403
|
+
_setter: Callable[[Any, Any], None],
|
4404
|
+
customer_chain_type: str,
|
4405
|
+
is_chain_customer: bool,
|
4406
|
+
is_public_sector: bool,
|
4407
|
+
name: str,
|
4408
|
+
name_phonetic: str,
|
4409
|
+
tca_cust_account_number: str,
|
4410
|
+
tca_customer_account_id: str,
|
4411
|
+
tca_party_id: str,
|
4412
|
+
tca_party_number: str,
|
4413
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4414
|
+
_setter("customer_chain_type", customer_chain_type)
|
4415
|
+
_setter("is_chain_customer", is_chain_customer)
|
4416
|
+
_setter("is_public_sector", is_public_sector)
|
4417
|
+
_setter("name", name)
|
4418
|
+
_setter("name_phonetic", name_phonetic)
|
4419
|
+
_setter("tca_cust_account_number", tca_cust_account_number)
|
4420
|
+
_setter("tca_customer_account_id", tca_customer_account_id)
|
4421
|
+
_setter("tca_party_id", tca_party_id)
|
4422
|
+
_setter("tca_party_number", tca_party_number)
|
3530
4423
|
|
3531
4424
|
@property
|
3532
4425
|
@pulumi.getter(name="customerChainType")
|
@@ -3618,12 +4511,31 @@ class GetSubscribedServiceCommitmentServiceResult(dict):
|
|
3618
4511
|
:param str time_end: Subscribed service end date
|
3619
4512
|
:param str time_start: Subscribed service start date
|
3620
4513
|
"""
|
3621
|
-
|
3622
|
-
|
3623
|
-
|
3624
|
-
|
3625
|
-
|
3626
|
-
|
4514
|
+
GetSubscribedServiceCommitmentServiceResult._configure(
|
4515
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4516
|
+
available_amount=available_amount,
|
4517
|
+
funded_allocation_value=funded_allocation_value,
|
4518
|
+
line_net_amount=line_net_amount,
|
4519
|
+
quantity=quantity,
|
4520
|
+
time_end=time_end,
|
4521
|
+
time_start=time_start,
|
4522
|
+
)
|
4523
|
+
@staticmethod
|
4524
|
+
def _configure(
|
4525
|
+
_setter: Callable[[Any, Any], None],
|
4526
|
+
available_amount: str,
|
4527
|
+
funded_allocation_value: str,
|
4528
|
+
line_net_amount: str,
|
4529
|
+
quantity: str,
|
4530
|
+
time_end: str,
|
4531
|
+
time_start: str,
|
4532
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4533
|
+
_setter("available_amount", available_amount)
|
4534
|
+
_setter("funded_allocation_value", funded_allocation_value)
|
4535
|
+
_setter("line_net_amount", line_net_amount)
|
4536
|
+
_setter("quantity", quantity)
|
4537
|
+
_setter("time_end", time_end)
|
4538
|
+
_setter("time_start", time_start)
|
3627
4539
|
|
3628
4540
|
@property
|
3629
4541
|
@pulumi.getter(name="availableAmount")
|
@@ -3697,15 +4609,40 @@ class GetSubscribedServiceEndUserAddressResult(dict):
|
|
3697
4609
|
:param str tca_cust_acct_site_id: TCA customer account site Id.
|
3698
4610
|
:param str tca_party_site_number: Party site number.
|
3699
4611
|
"""
|
3700
|
-
|
3701
|
-
|
3702
|
-
|
3703
|
-
|
3704
|
-
|
3705
|
-
|
3706
|
-
|
3707
|
-
|
3708
|
-
|
4612
|
+
GetSubscribedServiceEndUserAddressResult._configure(
|
4613
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4614
|
+
bill_site_use_id=bill_site_use_id,
|
4615
|
+
is_bill_to=is_bill_to,
|
4616
|
+
is_ship_to=is_ship_to,
|
4617
|
+
locations=locations,
|
4618
|
+
name=name,
|
4619
|
+
phone=phone,
|
4620
|
+
service2site_use_id=service2site_use_id,
|
4621
|
+
tca_cust_acct_site_id=tca_cust_acct_site_id,
|
4622
|
+
tca_party_site_number=tca_party_site_number,
|
4623
|
+
)
|
4624
|
+
@staticmethod
|
4625
|
+
def _configure(
|
4626
|
+
_setter: Callable[[Any, Any], None],
|
4627
|
+
bill_site_use_id: str,
|
4628
|
+
is_bill_to: bool,
|
4629
|
+
is_ship_to: bool,
|
4630
|
+
locations: Sequence['outputs.GetSubscribedServiceEndUserAddressLocationResult'],
|
4631
|
+
name: str,
|
4632
|
+
phone: str,
|
4633
|
+
service2site_use_id: str,
|
4634
|
+
tca_cust_acct_site_id: str,
|
4635
|
+
tca_party_site_number: str,
|
4636
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4637
|
+
_setter("bill_site_use_id", bill_site_use_id)
|
4638
|
+
_setter("is_bill_to", is_bill_to)
|
4639
|
+
_setter("is_ship_to", is_ship_to)
|
4640
|
+
_setter("locations", locations)
|
4641
|
+
_setter("name", name)
|
4642
|
+
_setter("phone", phone)
|
4643
|
+
_setter("service2site_use_id", service2site_use_id)
|
4644
|
+
_setter("tca_cust_acct_site_id", tca_cust_acct_site_id)
|
4645
|
+
_setter("tca_party_site_number", tca_party_site_number)
|
3709
4646
|
|
3710
4647
|
@property
|
3711
4648
|
@pulumi.getter(name="billSiteUseId")
|
@@ -3799,13 +4736,34 @@ class GetSubscribedServiceEndUserAddressLocationResult(dict):
|
|
3799
4736
|
:param str region: Region.
|
3800
4737
|
:param str tca_location_id: Region.
|
3801
4738
|
"""
|
3802
|
-
|
3803
|
-
|
3804
|
-
|
3805
|
-
|
3806
|
-
|
3807
|
-
|
3808
|
-
|
4739
|
+
GetSubscribedServiceEndUserAddressLocationResult._configure(
|
4740
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4741
|
+
address1=address1,
|
4742
|
+
address2=address2,
|
4743
|
+
city=city,
|
4744
|
+
country=country,
|
4745
|
+
postal_code=postal_code,
|
4746
|
+
region=region,
|
4747
|
+
tca_location_id=tca_location_id,
|
4748
|
+
)
|
4749
|
+
@staticmethod
|
4750
|
+
def _configure(
|
4751
|
+
_setter: Callable[[Any, Any], None],
|
4752
|
+
address1: str,
|
4753
|
+
address2: str,
|
4754
|
+
city: str,
|
4755
|
+
country: str,
|
4756
|
+
postal_code: str,
|
4757
|
+
region: str,
|
4758
|
+
tca_location_id: str,
|
4759
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4760
|
+
_setter("address1", address1)
|
4761
|
+
_setter("address2", address2)
|
4762
|
+
_setter("city", city)
|
4763
|
+
_setter("country", country)
|
4764
|
+
_setter("postal_code", postal_code)
|
4765
|
+
_setter("region", region)
|
4766
|
+
_setter("tca_location_id", tca_location_id)
|
3809
4767
|
|
3810
4768
|
@property
|
3811
4769
|
@pulumi.getter
|
@@ -3885,14 +4843,37 @@ class GetSubscribedServiceEndUserContactResult(dict):
|
|
3885
4843
|
:param str tca_party_id: TCA party ID.
|
3886
4844
|
:param str username: Username.
|
3887
4845
|
"""
|
3888
|
-
|
3889
|
-
|
3890
|
-
|
3891
|
-
|
3892
|
-
|
3893
|
-
|
3894
|
-
|
3895
|
-
|
4846
|
+
GetSubscribedServiceEndUserContactResult._configure(
|
4847
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4848
|
+
email=email,
|
4849
|
+
first_name=first_name,
|
4850
|
+
last_name=last_name,
|
4851
|
+
name=name,
|
4852
|
+
tca_contact_id=tca_contact_id,
|
4853
|
+
tca_cust_accnt_site_id=tca_cust_accnt_site_id,
|
4854
|
+
tca_party_id=tca_party_id,
|
4855
|
+
username=username,
|
4856
|
+
)
|
4857
|
+
@staticmethod
|
4858
|
+
def _configure(
|
4859
|
+
_setter: Callable[[Any, Any], None],
|
4860
|
+
email: str,
|
4861
|
+
first_name: str,
|
4862
|
+
last_name: str,
|
4863
|
+
name: str,
|
4864
|
+
tca_contact_id: str,
|
4865
|
+
tca_cust_accnt_site_id: str,
|
4866
|
+
tca_party_id: str,
|
4867
|
+
username: str,
|
4868
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4869
|
+
_setter("email", email)
|
4870
|
+
_setter("first_name", first_name)
|
4871
|
+
_setter("last_name", last_name)
|
4872
|
+
_setter("name", name)
|
4873
|
+
_setter("tca_contact_id", tca_contact_id)
|
4874
|
+
_setter("tca_cust_accnt_site_id", tca_cust_accnt_site_id)
|
4875
|
+
_setter("tca_party_id", tca_party_id)
|
4876
|
+
_setter("username", username)
|
3896
4877
|
|
3897
4878
|
@property
|
3898
4879
|
@pulumi.getter
|
@@ -3982,15 +4963,40 @@ class GetSubscribedServiceEndUserCustomerResult(dict):
|
|
3982
4963
|
:param str tca_party_id: TCA party ID.
|
3983
4964
|
:param str tca_party_number: TCA party number.
|
3984
4965
|
"""
|
3985
|
-
|
3986
|
-
|
3987
|
-
|
3988
|
-
|
3989
|
-
|
3990
|
-
|
3991
|
-
|
3992
|
-
|
3993
|
-
|
4966
|
+
GetSubscribedServiceEndUserCustomerResult._configure(
|
4967
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4968
|
+
customer_chain_type=customer_chain_type,
|
4969
|
+
is_chain_customer=is_chain_customer,
|
4970
|
+
is_public_sector=is_public_sector,
|
4971
|
+
name=name,
|
4972
|
+
name_phonetic=name_phonetic,
|
4973
|
+
tca_cust_account_number=tca_cust_account_number,
|
4974
|
+
tca_customer_account_id=tca_customer_account_id,
|
4975
|
+
tca_party_id=tca_party_id,
|
4976
|
+
tca_party_number=tca_party_number,
|
4977
|
+
)
|
4978
|
+
@staticmethod
|
4979
|
+
def _configure(
|
4980
|
+
_setter: Callable[[Any, Any], None],
|
4981
|
+
customer_chain_type: str,
|
4982
|
+
is_chain_customer: bool,
|
4983
|
+
is_public_sector: bool,
|
4984
|
+
name: str,
|
4985
|
+
name_phonetic: str,
|
4986
|
+
tca_cust_account_number: str,
|
4987
|
+
tca_customer_account_id: str,
|
4988
|
+
tca_party_id: str,
|
4989
|
+
tca_party_number: str,
|
4990
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4991
|
+
_setter("customer_chain_type", customer_chain_type)
|
4992
|
+
_setter("is_chain_customer", is_chain_customer)
|
4993
|
+
_setter("is_public_sector", is_public_sector)
|
4994
|
+
_setter("name", name)
|
4995
|
+
_setter("name_phonetic", name_phonetic)
|
4996
|
+
_setter("tca_cust_account_number", tca_cust_account_number)
|
4997
|
+
_setter("tca_customer_account_id", tca_customer_account_id)
|
4998
|
+
_setter("tca_party_id", tca_party_id)
|
4999
|
+
_setter("tca_party_number", tca_party_number)
|
3994
5000
|
|
3995
5001
|
@property
|
3996
5002
|
@pulumi.getter(name="customerChainType")
|
@@ -4086,14 +5092,37 @@ class GetSubscribedServicePaymentTermResult(dict):
|
|
4086
5092
|
:param str updated_by: User that updated the subscribed service
|
4087
5093
|
:param str value: Payment Term value
|
4088
5094
|
"""
|
4089
|
-
|
4090
|
-
|
4091
|
-
|
4092
|
-
|
4093
|
-
|
4094
|
-
|
4095
|
-
|
4096
|
-
|
5095
|
+
GetSubscribedServicePaymentTermResult._configure(
|
5096
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5097
|
+
created_by=created_by,
|
5098
|
+
description=description,
|
5099
|
+
is_active=is_active,
|
5100
|
+
name=name,
|
5101
|
+
time_created=time_created,
|
5102
|
+
time_updated=time_updated,
|
5103
|
+
updated_by=updated_by,
|
5104
|
+
value=value,
|
5105
|
+
)
|
5106
|
+
@staticmethod
|
5107
|
+
def _configure(
|
5108
|
+
_setter: Callable[[Any, Any], None],
|
5109
|
+
created_by: str,
|
5110
|
+
description: str,
|
5111
|
+
is_active: bool,
|
5112
|
+
name: str,
|
5113
|
+
time_created: str,
|
5114
|
+
time_updated: str,
|
5115
|
+
updated_by: str,
|
5116
|
+
value: str,
|
5117
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5118
|
+
_setter("created_by", created_by)
|
5119
|
+
_setter("description", description)
|
5120
|
+
_setter("is_active", is_active)
|
5121
|
+
_setter("name", name)
|
5122
|
+
_setter("time_created", time_created)
|
5123
|
+
_setter("time_updated", time_updated)
|
5124
|
+
_setter("updated_by", updated_by)
|
5125
|
+
_setter("value", value)
|
4097
5126
|
|
4098
5127
|
@property
|
4099
5128
|
@pulumi.getter(name="createdBy")
|
@@ -4177,12 +5206,31 @@ class GetSubscribedServiceProductResult(dict):
|
|
4177
5206
|
:param str ucm_rate_card_part_type: Rate card part type of Product
|
4178
5207
|
:param str unit_of_measure: Unit of measure
|
4179
5208
|
"""
|
4180
|
-
|
4181
|
-
|
4182
|
-
|
4183
|
-
|
4184
|
-
|
4185
|
-
|
5209
|
+
GetSubscribedServiceProductResult._configure(
|
5210
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5211
|
+
billing_category=billing_category,
|
5212
|
+
name=name,
|
5213
|
+
part_number=part_number,
|
5214
|
+
product_category=product_category,
|
5215
|
+
ucm_rate_card_part_type=ucm_rate_card_part_type,
|
5216
|
+
unit_of_measure=unit_of_measure,
|
5217
|
+
)
|
5218
|
+
@staticmethod
|
5219
|
+
def _configure(
|
5220
|
+
_setter: Callable[[Any, Any], None],
|
5221
|
+
billing_category: str,
|
5222
|
+
name: str,
|
5223
|
+
part_number: str,
|
5224
|
+
product_category: str,
|
5225
|
+
ucm_rate_card_part_type: str,
|
5226
|
+
unit_of_measure: str,
|
5227
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5228
|
+
_setter("billing_category", billing_category)
|
5229
|
+
_setter("name", name)
|
5230
|
+
_setter("part_number", part_number)
|
5231
|
+
_setter("product_category", product_category)
|
5232
|
+
_setter("ucm_rate_card_part_type", ucm_rate_card_part_type)
|
5233
|
+
_setter("unit_of_measure", unit_of_measure)
|
4186
5234
|
|
4187
5235
|
@property
|
4188
5236
|
@pulumi.getter(name="billingCategory")
|
@@ -4258,16 +5306,43 @@ class GetSubscribedServiceRateCardResult(dict):
|
|
4258
5306
|
:param str time_end: Subscribed service end date
|
4259
5307
|
:param str time_start: Subscribed service start date
|
4260
5308
|
"""
|
4261
|
-
|
4262
|
-
|
4263
|
-
|
4264
|
-
|
4265
|
-
|
4266
|
-
|
4267
|
-
|
4268
|
-
|
4269
|
-
|
4270
|
-
|
5309
|
+
GetSubscribedServiceRateCardResult._configure(
|
5310
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5311
|
+
currencies=currencies,
|
5312
|
+
discretionary_discount_percentage=discretionary_discount_percentage,
|
5313
|
+
is_tier=is_tier,
|
5314
|
+
net_unit_price=net_unit_price,
|
5315
|
+
overage_price=overage_price,
|
5316
|
+
products=products,
|
5317
|
+
rate_card_tiers=rate_card_tiers,
|
5318
|
+
subscribed_service_id=subscribed_service_id,
|
5319
|
+
time_end=time_end,
|
5320
|
+
time_start=time_start,
|
5321
|
+
)
|
5322
|
+
@staticmethod
|
5323
|
+
def _configure(
|
5324
|
+
_setter: Callable[[Any, Any], None],
|
5325
|
+
currencies: Sequence['outputs.GetSubscribedServiceRateCardCurrencyResult'],
|
5326
|
+
discretionary_discount_percentage: str,
|
5327
|
+
is_tier: bool,
|
5328
|
+
net_unit_price: str,
|
5329
|
+
overage_price: str,
|
5330
|
+
products: Sequence['outputs.GetSubscribedServiceRateCardProductResult'],
|
5331
|
+
rate_card_tiers: Sequence['outputs.GetSubscribedServiceRateCardRateCardTierResult'],
|
5332
|
+
subscribed_service_id: str,
|
5333
|
+
time_end: str,
|
5334
|
+
time_start: str,
|
5335
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5336
|
+
_setter("currencies", currencies)
|
5337
|
+
_setter("discretionary_discount_percentage", discretionary_discount_percentage)
|
5338
|
+
_setter("is_tier", is_tier)
|
5339
|
+
_setter("net_unit_price", net_unit_price)
|
5340
|
+
_setter("overage_price", overage_price)
|
5341
|
+
_setter("products", products)
|
5342
|
+
_setter("rate_card_tiers", rate_card_tiers)
|
5343
|
+
_setter("subscribed_service_id", subscribed_service_id)
|
5344
|
+
_setter("time_end", time_end)
|
5345
|
+
_setter("time_start", time_start)
|
4271
5346
|
|
4272
5347
|
@property
|
4273
5348
|
@pulumi.getter
|
@@ -4361,9 +5436,22 @@ class GetSubscribedServiceRateCardCurrencyResult(dict):
|
|
4361
5436
|
:param str name: Commercial name also called customer name.
|
4362
5437
|
:param str std_precision: Standard Precision of the Currency
|
4363
5438
|
"""
|
4364
|
-
|
4365
|
-
|
4366
|
-
|
5439
|
+
GetSubscribedServiceRateCardCurrencyResult._configure(
|
5440
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5441
|
+
iso_code=iso_code,
|
5442
|
+
name=name,
|
5443
|
+
std_precision=std_precision,
|
5444
|
+
)
|
5445
|
+
@staticmethod
|
5446
|
+
def _configure(
|
5447
|
+
_setter: Callable[[Any, Any], None],
|
5448
|
+
iso_code: str,
|
5449
|
+
name: str,
|
5450
|
+
std_precision: str,
|
5451
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5452
|
+
_setter("iso_code", iso_code)
|
5453
|
+
_setter("name", name)
|
5454
|
+
_setter("std_precision", std_precision)
|
4367
5455
|
|
4368
5456
|
@property
|
4369
5457
|
@pulumi.getter(name="isoCode")
|
@@ -4407,12 +5495,31 @@ class GetSubscribedServiceRateCardProductResult(dict):
|
|
4407
5495
|
:param str ucm_rate_card_part_type: Rate card part type of Product
|
4408
5496
|
:param str unit_of_measure: Unit of measure
|
4409
5497
|
"""
|
4410
|
-
|
4411
|
-
|
4412
|
-
|
4413
|
-
|
4414
|
-
|
4415
|
-
|
5498
|
+
GetSubscribedServiceRateCardProductResult._configure(
|
5499
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5500
|
+
billing_category=billing_category,
|
5501
|
+
name=name,
|
5502
|
+
part_number=part_number,
|
5503
|
+
product_category=product_category,
|
5504
|
+
ucm_rate_card_part_type=ucm_rate_card_part_type,
|
5505
|
+
unit_of_measure=unit_of_measure,
|
5506
|
+
)
|
5507
|
+
@staticmethod
|
5508
|
+
def _configure(
|
5509
|
+
_setter: Callable[[Any, Any], None],
|
5510
|
+
billing_category: str,
|
5511
|
+
name: str,
|
5512
|
+
part_number: str,
|
5513
|
+
product_category: str,
|
5514
|
+
ucm_rate_card_part_type: str,
|
5515
|
+
unit_of_measure: str,
|
5516
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5517
|
+
_setter("billing_category", billing_category)
|
5518
|
+
_setter("name", name)
|
5519
|
+
_setter("part_number", part_number)
|
5520
|
+
_setter("product_category", product_category)
|
5521
|
+
_setter("ucm_rate_card_part_type", ucm_rate_card_part_type)
|
5522
|
+
_setter("unit_of_measure", unit_of_measure)
|
4416
5523
|
|
4417
5524
|
@property
|
4418
5525
|
@pulumi.getter(name="billingCategory")
|
@@ -4474,9 +5581,22 @@ class GetSubscribedServiceRateCardRateCardTierResult(dict):
|
|
4474
5581
|
:param str overage_price: Rate card tier overage price
|
4475
5582
|
:param str up_to_quantity: Rate card tier quantity range
|
4476
5583
|
"""
|
4477
|
-
|
4478
|
-
|
4479
|
-
|
5584
|
+
GetSubscribedServiceRateCardRateCardTierResult._configure(
|
5585
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5586
|
+
net_unit_price=net_unit_price,
|
5587
|
+
overage_price=overage_price,
|
5588
|
+
up_to_quantity=up_to_quantity,
|
5589
|
+
)
|
5590
|
+
@staticmethod
|
5591
|
+
def _configure(
|
5592
|
+
_setter: Callable[[Any, Any], None],
|
5593
|
+
net_unit_price: str,
|
5594
|
+
overage_price: str,
|
5595
|
+
up_to_quantity: str,
|
5596
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5597
|
+
_setter("net_unit_price", net_unit_price)
|
5598
|
+
_setter("overage_price", overage_price)
|
5599
|
+
_setter("up_to_quantity", up_to_quantity)
|
4480
5600
|
|
4481
5601
|
@property
|
4482
5602
|
@pulumi.getter(name="netUnitPrice")
|
@@ -4526,15 +5646,40 @@ class GetSubscribedServiceResellerAddressResult(dict):
|
|
4526
5646
|
:param str tca_cust_acct_site_id: TCA customer account site Id.
|
4527
5647
|
:param str tca_party_site_number: Party site number.
|
4528
5648
|
"""
|
4529
|
-
|
4530
|
-
|
4531
|
-
|
4532
|
-
|
4533
|
-
|
4534
|
-
|
4535
|
-
|
4536
|
-
|
4537
|
-
|
5649
|
+
GetSubscribedServiceResellerAddressResult._configure(
|
5650
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5651
|
+
bill_site_use_id=bill_site_use_id,
|
5652
|
+
is_bill_to=is_bill_to,
|
5653
|
+
is_ship_to=is_ship_to,
|
5654
|
+
locations=locations,
|
5655
|
+
name=name,
|
5656
|
+
phone=phone,
|
5657
|
+
service2site_use_id=service2site_use_id,
|
5658
|
+
tca_cust_acct_site_id=tca_cust_acct_site_id,
|
5659
|
+
tca_party_site_number=tca_party_site_number,
|
5660
|
+
)
|
5661
|
+
@staticmethod
|
5662
|
+
def _configure(
|
5663
|
+
_setter: Callable[[Any, Any], None],
|
5664
|
+
bill_site_use_id: str,
|
5665
|
+
is_bill_to: bool,
|
5666
|
+
is_ship_to: bool,
|
5667
|
+
locations: Sequence['outputs.GetSubscribedServiceResellerAddressLocationResult'],
|
5668
|
+
name: str,
|
5669
|
+
phone: str,
|
5670
|
+
service2site_use_id: str,
|
5671
|
+
tca_cust_acct_site_id: str,
|
5672
|
+
tca_party_site_number: str,
|
5673
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5674
|
+
_setter("bill_site_use_id", bill_site_use_id)
|
5675
|
+
_setter("is_bill_to", is_bill_to)
|
5676
|
+
_setter("is_ship_to", is_ship_to)
|
5677
|
+
_setter("locations", locations)
|
5678
|
+
_setter("name", name)
|
5679
|
+
_setter("phone", phone)
|
5680
|
+
_setter("service2site_use_id", service2site_use_id)
|
5681
|
+
_setter("tca_cust_acct_site_id", tca_cust_acct_site_id)
|
5682
|
+
_setter("tca_party_site_number", tca_party_site_number)
|
4538
5683
|
|
4539
5684
|
@property
|
4540
5685
|
@pulumi.getter(name="billSiteUseId")
|
@@ -4628,13 +5773,34 @@ class GetSubscribedServiceResellerAddressLocationResult(dict):
|
|
4628
5773
|
:param str region: Region.
|
4629
5774
|
:param str tca_location_id: Region.
|
4630
5775
|
"""
|
4631
|
-
|
4632
|
-
|
4633
|
-
|
4634
|
-
|
4635
|
-
|
4636
|
-
|
4637
|
-
|
5776
|
+
GetSubscribedServiceResellerAddressLocationResult._configure(
|
5777
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5778
|
+
address1=address1,
|
5779
|
+
address2=address2,
|
5780
|
+
city=city,
|
5781
|
+
country=country,
|
5782
|
+
postal_code=postal_code,
|
5783
|
+
region=region,
|
5784
|
+
tca_location_id=tca_location_id,
|
5785
|
+
)
|
5786
|
+
@staticmethod
|
5787
|
+
def _configure(
|
5788
|
+
_setter: Callable[[Any, Any], None],
|
5789
|
+
address1: str,
|
5790
|
+
address2: str,
|
5791
|
+
city: str,
|
5792
|
+
country: str,
|
5793
|
+
postal_code: str,
|
5794
|
+
region: str,
|
5795
|
+
tca_location_id: str,
|
5796
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5797
|
+
_setter("address1", address1)
|
5798
|
+
_setter("address2", address2)
|
5799
|
+
_setter("city", city)
|
5800
|
+
_setter("country", country)
|
5801
|
+
_setter("postal_code", postal_code)
|
5802
|
+
_setter("region", region)
|
5803
|
+
_setter("tca_location_id", tca_location_id)
|
4638
5804
|
|
4639
5805
|
@property
|
4640
5806
|
@pulumi.getter
|
@@ -4714,14 +5880,37 @@ class GetSubscribedServiceResellerContactResult(dict):
|
|
4714
5880
|
:param str tca_party_id: TCA party ID.
|
4715
5881
|
:param str username: Username.
|
4716
5882
|
"""
|
4717
|
-
|
4718
|
-
|
4719
|
-
|
4720
|
-
|
4721
|
-
|
4722
|
-
|
4723
|
-
|
4724
|
-
|
5883
|
+
GetSubscribedServiceResellerContactResult._configure(
|
5884
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5885
|
+
email=email,
|
5886
|
+
first_name=first_name,
|
5887
|
+
last_name=last_name,
|
5888
|
+
name=name,
|
5889
|
+
tca_contact_id=tca_contact_id,
|
5890
|
+
tca_cust_accnt_site_id=tca_cust_accnt_site_id,
|
5891
|
+
tca_party_id=tca_party_id,
|
5892
|
+
username=username,
|
5893
|
+
)
|
5894
|
+
@staticmethod
|
5895
|
+
def _configure(
|
5896
|
+
_setter: Callable[[Any, Any], None],
|
5897
|
+
email: str,
|
5898
|
+
first_name: str,
|
5899
|
+
last_name: str,
|
5900
|
+
name: str,
|
5901
|
+
tca_contact_id: str,
|
5902
|
+
tca_cust_accnt_site_id: str,
|
5903
|
+
tca_party_id: str,
|
5904
|
+
username: str,
|
5905
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5906
|
+
_setter("email", email)
|
5907
|
+
_setter("first_name", first_name)
|
5908
|
+
_setter("last_name", last_name)
|
5909
|
+
_setter("name", name)
|
5910
|
+
_setter("tca_contact_id", tca_contact_id)
|
5911
|
+
_setter("tca_cust_accnt_site_id", tca_cust_accnt_site_id)
|
5912
|
+
_setter("tca_party_id", tca_party_id)
|
5913
|
+
_setter("username", username)
|
4725
5914
|
|
4726
5915
|
@property
|
4727
5916
|
@pulumi.getter
|
@@ -4811,15 +6000,40 @@ class GetSubscribedServiceResellerCustomerResult(dict):
|
|
4811
6000
|
:param str tca_party_id: TCA party ID.
|
4812
6001
|
:param str tca_party_number: TCA party number.
|
4813
6002
|
"""
|
4814
|
-
|
4815
|
-
|
4816
|
-
|
4817
|
-
|
4818
|
-
|
4819
|
-
|
4820
|
-
|
4821
|
-
|
4822
|
-
|
6003
|
+
GetSubscribedServiceResellerCustomerResult._configure(
|
6004
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6005
|
+
customer_chain_type=customer_chain_type,
|
6006
|
+
is_chain_customer=is_chain_customer,
|
6007
|
+
is_public_sector=is_public_sector,
|
6008
|
+
name=name,
|
6009
|
+
name_phonetic=name_phonetic,
|
6010
|
+
tca_cust_account_number=tca_cust_account_number,
|
6011
|
+
tca_customer_account_id=tca_customer_account_id,
|
6012
|
+
tca_party_id=tca_party_id,
|
6013
|
+
tca_party_number=tca_party_number,
|
6014
|
+
)
|
6015
|
+
@staticmethod
|
6016
|
+
def _configure(
|
6017
|
+
_setter: Callable[[Any, Any], None],
|
6018
|
+
customer_chain_type: str,
|
6019
|
+
is_chain_customer: bool,
|
6020
|
+
is_public_sector: bool,
|
6021
|
+
name: str,
|
6022
|
+
name_phonetic: str,
|
6023
|
+
tca_cust_account_number: str,
|
6024
|
+
tca_customer_account_id: str,
|
6025
|
+
tca_party_id: str,
|
6026
|
+
tca_party_number: str,
|
6027
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6028
|
+
_setter("customer_chain_type", customer_chain_type)
|
6029
|
+
_setter("is_chain_customer", is_chain_customer)
|
6030
|
+
_setter("is_public_sector", is_public_sector)
|
6031
|
+
_setter("name", name)
|
6032
|
+
_setter("name_phonetic", name_phonetic)
|
6033
|
+
_setter("tca_cust_account_number", tca_cust_account_number)
|
6034
|
+
_setter("tca_customer_account_id", tca_customer_account_id)
|
6035
|
+
_setter("tca_party_id", tca_party_id)
|
6036
|
+
_setter("tca_party_number", tca_party_number)
|
4823
6037
|
|
4824
6038
|
@property
|
4825
6039
|
@pulumi.getter(name="customerChainType")
|
@@ -4917,15 +6131,40 @@ class GetSubscribedServiceServiceToAddressResult(dict):
|
|
4917
6131
|
:param str tca_cust_acct_site_id: TCA customer account site Id.
|
4918
6132
|
:param str tca_party_site_number: Party site number.
|
4919
6133
|
"""
|
4920
|
-
|
4921
|
-
|
4922
|
-
|
4923
|
-
|
4924
|
-
|
4925
|
-
|
4926
|
-
|
4927
|
-
|
4928
|
-
|
6134
|
+
GetSubscribedServiceServiceToAddressResult._configure(
|
6135
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6136
|
+
bill_site_use_id=bill_site_use_id,
|
6137
|
+
is_bill_to=is_bill_to,
|
6138
|
+
is_ship_to=is_ship_to,
|
6139
|
+
locations=locations,
|
6140
|
+
name=name,
|
6141
|
+
phone=phone,
|
6142
|
+
service2site_use_id=service2site_use_id,
|
6143
|
+
tca_cust_acct_site_id=tca_cust_acct_site_id,
|
6144
|
+
tca_party_site_number=tca_party_site_number,
|
6145
|
+
)
|
6146
|
+
@staticmethod
|
6147
|
+
def _configure(
|
6148
|
+
_setter: Callable[[Any, Any], None],
|
6149
|
+
bill_site_use_id: str,
|
6150
|
+
is_bill_to: bool,
|
6151
|
+
is_ship_to: bool,
|
6152
|
+
locations: Sequence['outputs.GetSubscribedServiceServiceToAddressLocationResult'],
|
6153
|
+
name: str,
|
6154
|
+
phone: str,
|
6155
|
+
service2site_use_id: str,
|
6156
|
+
tca_cust_acct_site_id: str,
|
6157
|
+
tca_party_site_number: str,
|
6158
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6159
|
+
_setter("bill_site_use_id", bill_site_use_id)
|
6160
|
+
_setter("is_bill_to", is_bill_to)
|
6161
|
+
_setter("is_ship_to", is_ship_to)
|
6162
|
+
_setter("locations", locations)
|
6163
|
+
_setter("name", name)
|
6164
|
+
_setter("phone", phone)
|
6165
|
+
_setter("service2site_use_id", service2site_use_id)
|
6166
|
+
_setter("tca_cust_acct_site_id", tca_cust_acct_site_id)
|
6167
|
+
_setter("tca_party_site_number", tca_party_site_number)
|
4929
6168
|
|
4930
6169
|
@property
|
4931
6170
|
@pulumi.getter(name="billSiteUseId")
|
@@ -5019,13 +6258,34 @@ class GetSubscribedServiceServiceToAddressLocationResult(dict):
|
|
5019
6258
|
:param str region: Region.
|
5020
6259
|
:param str tca_location_id: Region.
|
5021
6260
|
"""
|
5022
|
-
|
5023
|
-
|
5024
|
-
|
5025
|
-
|
5026
|
-
|
5027
|
-
|
5028
|
-
|
6261
|
+
GetSubscribedServiceServiceToAddressLocationResult._configure(
|
6262
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6263
|
+
address1=address1,
|
6264
|
+
address2=address2,
|
6265
|
+
city=city,
|
6266
|
+
country=country,
|
6267
|
+
postal_code=postal_code,
|
6268
|
+
region=region,
|
6269
|
+
tca_location_id=tca_location_id,
|
6270
|
+
)
|
6271
|
+
@staticmethod
|
6272
|
+
def _configure(
|
6273
|
+
_setter: Callable[[Any, Any], None],
|
6274
|
+
address1: str,
|
6275
|
+
address2: str,
|
6276
|
+
city: str,
|
6277
|
+
country: str,
|
6278
|
+
postal_code: str,
|
6279
|
+
region: str,
|
6280
|
+
tca_location_id: str,
|
6281
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6282
|
+
_setter("address1", address1)
|
6283
|
+
_setter("address2", address2)
|
6284
|
+
_setter("city", city)
|
6285
|
+
_setter("country", country)
|
6286
|
+
_setter("postal_code", postal_code)
|
6287
|
+
_setter("region", region)
|
6288
|
+
_setter("tca_location_id", tca_location_id)
|
5029
6289
|
|
5030
6290
|
@property
|
5031
6291
|
@pulumi.getter
|
@@ -5105,14 +6365,37 @@ class GetSubscribedServiceServiceToContactResult(dict):
|
|
5105
6365
|
:param str tca_party_id: TCA party ID.
|
5106
6366
|
:param str username: Username.
|
5107
6367
|
"""
|
5108
|
-
|
5109
|
-
|
5110
|
-
|
5111
|
-
|
5112
|
-
|
5113
|
-
|
5114
|
-
|
5115
|
-
|
6368
|
+
GetSubscribedServiceServiceToContactResult._configure(
|
6369
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6370
|
+
email=email,
|
6371
|
+
first_name=first_name,
|
6372
|
+
last_name=last_name,
|
6373
|
+
name=name,
|
6374
|
+
tca_contact_id=tca_contact_id,
|
6375
|
+
tca_cust_accnt_site_id=tca_cust_accnt_site_id,
|
6376
|
+
tca_party_id=tca_party_id,
|
6377
|
+
username=username,
|
6378
|
+
)
|
6379
|
+
@staticmethod
|
6380
|
+
def _configure(
|
6381
|
+
_setter: Callable[[Any, Any], None],
|
6382
|
+
email: str,
|
6383
|
+
first_name: str,
|
6384
|
+
last_name: str,
|
6385
|
+
name: str,
|
6386
|
+
tca_contact_id: str,
|
6387
|
+
tca_cust_accnt_site_id: str,
|
6388
|
+
tca_party_id: str,
|
6389
|
+
username: str,
|
6390
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6391
|
+
_setter("email", email)
|
6392
|
+
_setter("first_name", first_name)
|
6393
|
+
_setter("last_name", last_name)
|
6394
|
+
_setter("name", name)
|
6395
|
+
_setter("tca_contact_id", tca_contact_id)
|
6396
|
+
_setter("tca_cust_accnt_site_id", tca_cust_accnt_site_id)
|
6397
|
+
_setter("tca_party_id", tca_party_id)
|
6398
|
+
_setter("username", username)
|
5116
6399
|
|
5117
6400
|
@property
|
5118
6401
|
@pulumi.getter
|
@@ -5202,15 +6485,40 @@ class GetSubscribedServiceServiceToCustomerResult(dict):
|
|
5202
6485
|
:param str tca_party_id: TCA party ID.
|
5203
6486
|
:param str tca_party_number: TCA party number.
|
5204
6487
|
"""
|
5205
|
-
|
5206
|
-
|
5207
|
-
|
5208
|
-
|
5209
|
-
|
5210
|
-
|
5211
|
-
|
5212
|
-
|
5213
|
-
|
6488
|
+
GetSubscribedServiceServiceToCustomerResult._configure(
|
6489
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6490
|
+
customer_chain_type=customer_chain_type,
|
6491
|
+
is_chain_customer=is_chain_customer,
|
6492
|
+
is_public_sector=is_public_sector,
|
6493
|
+
name=name,
|
6494
|
+
name_phonetic=name_phonetic,
|
6495
|
+
tca_cust_account_number=tca_cust_account_number,
|
6496
|
+
tca_customer_account_id=tca_customer_account_id,
|
6497
|
+
tca_party_id=tca_party_id,
|
6498
|
+
tca_party_number=tca_party_number,
|
6499
|
+
)
|
6500
|
+
@staticmethod
|
6501
|
+
def _configure(
|
6502
|
+
_setter: Callable[[Any, Any], None],
|
6503
|
+
customer_chain_type: str,
|
6504
|
+
is_chain_customer: bool,
|
6505
|
+
is_public_sector: bool,
|
6506
|
+
name: str,
|
6507
|
+
name_phonetic: str,
|
6508
|
+
tca_cust_account_number: str,
|
6509
|
+
tca_customer_account_id: str,
|
6510
|
+
tca_party_id: str,
|
6511
|
+
tca_party_number: str,
|
6512
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6513
|
+
_setter("customer_chain_type", customer_chain_type)
|
6514
|
+
_setter("is_chain_customer", is_chain_customer)
|
6515
|
+
_setter("is_public_sector", is_public_sector)
|
6516
|
+
_setter("name", name)
|
6517
|
+
_setter("name_phonetic", name_phonetic)
|
6518
|
+
_setter("tca_cust_account_number", tca_cust_account_number)
|
6519
|
+
_setter("tca_customer_account_id", tca_customer_account_id)
|
6520
|
+
_setter("tca_party_id", tca_party_id)
|
6521
|
+
_setter("tca_party_number", tca_party_number)
|
5214
6522
|
|
5215
6523
|
@property
|
5216
6524
|
@pulumi.getter(name="customerChainType")
|
@@ -5306,14 +6614,37 @@ class GetSubscribedServiceSoldToContactResult(dict):
|
|
5306
6614
|
:param str tca_party_id: TCA party ID.
|
5307
6615
|
:param str username: Username.
|
5308
6616
|
"""
|
5309
|
-
|
5310
|
-
|
5311
|
-
|
5312
|
-
|
5313
|
-
|
5314
|
-
|
5315
|
-
|
5316
|
-
|
6617
|
+
GetSubscribedServiceSoldToContactResult._configure(
|
6618
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6619
|
+
email=email,
|
6620
|
+
first_name=first_name,
|
6621
|
+
last_name=last_name,
|
6622
|
+
name=name,
|
6623
|
+
tca_contact_id=tca_contact_id,
|
6624
|
+
tca_cust_accnt_site_id=tca_cust_accnt_site_id,
|
6625
|
+
tca_party_id=tca_party_id,
|
6626
|
+
username=username,
|
6627
|
+
)
|
6628
|
+
@staticmethod
|
6629
|
+
def _configure(
|
6630
|
+
_setter: Callable[[Any, Any], None],
|
6631
|
+
email: str,
|
6632
|
+
first_name: str,
|
6633
|
+
last_name: str,
|
6634
|
+
name: str,
|
6635
|
+
tca_contact_id: str,
|
6636
|
+
tca_cust_accnt_site_id: str,
|
6637
|
+
tca_party_id: str,
|
6638
|
+
username: str,
|
6639
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6640
|
+
_setter("email", email)
|
6641
|
+
_setter("first_name", first_name)
|
6642
|
+
_setter("last_name", last_name)
|
6643
|
+
_setter("name", name)
|
6644
|
+
_setter("tca_contact_id", tca_contact_id)
|
6645
|
+
_setter("tca_cust_accnt_site_id", tca_cust_accnt_site_id)
|
6646
|
+
_setter("tca_party_id", tca_party_id)
|
6647
|
+
_setter("username", username)
|
5317
6648
|
|
5318
6649
|
@property
|
5319
6650
|
@pulumi.getter
|
@@ -5403,15 +6734,40 @@ class GetSubscribedServiceSoldToCustomerResult(dict):
|
|
5403
6734
|
:param str tca_party_id: TCA party ID.
|
5404
6735
|
:param str tca_party_number: TCA party number.
|
5405
6736
|
"""
|
5406
|
-
|
5407
|
-
|
5408
|
-
|
5409
|
-
|
5410
|
-
|
5411
|
-
|
5412
|
-
|
5413
|
-
|
5414
|
-
|
6737
|
+
GetSubscribedServiceSoldToCustomerResult._configure(
|
6738
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6739
|
+
customer_chain_type=customer_chain_type,
|
6740
|
+
is_chain_customer=is_chain_customer,
|
6741
|
+
is_public_sector=is_public_sector,
|
6742
|
+
name=name,
|
6743
|
+
name_phonetic=name_phonetic,
|
6744
|
+
tca_cust_account_number=tca_cust_account_number,
|
6745
|
+
tca_customer_account_id=tca_customer_account_id,
|
6746
|
+
tca_party_id=tca_party_id,
|
6747
|
+
tca_party_number=tca_party_number,
|
6748
|
+
)
|
6749
|
+
@staticmethod
|
6750
|
+
def _configure(
|
6751
|
+
_setter: Callable[[Any, Any], None],
|
6752
|
+
customer_chain_type: str,
|
6753
|
+
is_chain_customer: bool,
|
6754
|
+
is_public_sector: bool,
|
6755
|
+
name: str,
|
6756
|
+
name_phonetic: str,
|
6757
|
+
tca_cust_account_number: str,
|
6758
|
+
tca_customer_account_id: str,
|
6759
|
+
tca_party_id: str,
|
6760
|
+
tca_party_number: str,
|
6761
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6762
|
+
_setter("customer_chain_type", customer_chain_type)
|
6763
|
+
_setter("is_chain_customer", is_chain_customer)
|
6764
|
+
_setter("is_public_sector", is_public_sector)
|
6765
|
+
_setter("name", name)
|
6766
|
+
_setter("name_phonetic", name_phonetic)
|
6767
|
+
_setter("tca_cust_account_number", tca_cust_account_number)
|
6768
|
+
_setter("tca_customer_account_id", tca_customer_account_id)
|
6769
|
+
_setter("tca_party_id", tca_party_id)
|
6770
|
+
_setter("tca_party_number", tca_party_number)
|
5415
6771
|
|
5416
6772
|
@property
|
5417
6773
|
@pulumi.getter(name="customerChainType")
|
@@ -5495,10 +6851,23 @@ class GetSubscribedServicesFilterResult(dict):
|
|
5495
6851
|
"""
|
5496
6852
|
:param str name: Commercial name also called customer name.
|
5497
6853
|
"""
|
5498
|
-
|
5499
|
-
|
6854
|
+
GetSubscribedServicesFilterResult._configure(
|
6855
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6856
|
+
name=name,
|
6857
|
+
values=values,
|
6858
|
+
regex=regex,
|
6859
|
+
)
|
6860
|
+
@staticmethod
|
6861
|
+
def _configure(
|
6862
|
+
_setter: Callable[[Any, Any], None],
|
6863
|
+
name: str,
|
6864
|
+
values: Sequence[str],
|
6865
|
+
regex: Optional[bool] = None,
|
6866
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6867
|
+
_setter("name", name)
|
6868
|
+
_setter("values", values)
|
5500
6869
|
if regex is not None:
|
5501
|
-
|
6870
|
+
_setter("regex", regex)
|
5502
6871
|
|
5503
6872
|
@property
|
5504
6873
|
@pulumi.getter
|
@@ -5746,117 +7115,346 @@ class GetSubscribedServicesSubscribedServiceResult(dict):
|
|
5746
7115
|
:param str updated_by: User that updated the subscribed service
|
5747
7116
|
:param str used_amount: Subscribed service used amount
|
5748
7117
|
"""
|
5749
|
-
|
5750
|
-
|
5751
|
-
|
5752
|
-
|
5753
|
-
|
5754
|
-
|
5755
|
-
|
5756
|
-
|
5757
|
-
|
5758
|
-
|
5759
|
-
|
5760
|
-
|
5761
|
-
|
5762
|
-
|
5763
|
-
|
5764
|
-
|
5765
|
-
|
5766
|
-
|
5767
|
-
|
5768
|
-
|
5769
|
-
|
5770
|
-
|
5771
|
-
|
5772
|
-
|
5773
|
-
|
5774
|
-
|
5775
|
-
|
5776
|
-
|
5777
|
-
|
5778
|
-
|
5779
|
-
|
5780
|
-
|
5781
|
-
|
5782
|
-
|
5783
|
-
|
5784
|
-
|
5785
|
-
|
5786
|
-
|
5787
|
-
|
5788
|
-
|
5789
|
-
|
5790
|
-
|
5791
|
-
|
5792
|
-
|
5793
|
-
|
5794
|
-
|
5795
|
-
|
5796
|
-
|
5797
|
-
|
5798
|
-
|
5799
|
-
|
5800
|
-
|
5801
|
-
|
5802
|
-
|
5803
|
-
|
5804
|
-
|
5805
|
-
|
5806
|
-
|
5807
|
-
|
5808
|
-
|
5809
|
-
|
5810
|
-
|
5811
|
-
|
5812
|
-
|
5813
|
-
|
5814
|
-
|
5815
|
-
|
5816
|
-
|
5817
|
-
|
5818
|
-
|
5819
|
-
|
5820
|
-
|
5821
|
-
|
5822
|
-
|
5823
|
-
|
5824
|
-
|
5825
|
-
|
5826
|
-
|
5827
|
-
|
5828
|
-
|
5829
|
-
|
5830
|
-
|
5831
|
-
|
5832
|
-
|
5833
|
-
|
5834
|
-
|
5835
|
-
|
5836
|
-
|
5837
|
-
|
5838
|
-
|
5839
|
-
|
5840
|
-
|
5841
|
-
|
5842
|
-
|
5843
|
-
|
5844
|
-
|
5845
|
-
|
5846
|
-
|
5847
|
-
|
5848
|
-
|
5849
|
-
|
5850
|
-
|
5851
|
-
|
5852
|
-
|
5853
|
-
|
5854
|
-
|
5855
|
-
|
5856
|
-
|
5857
|
-
|
5858
|
-
|
5859
|
-
|
7118
|
+
GetSubscribedServicesSubscribedServiceResult._configure(
|
7119
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
7120
|
+
admin_email=admin_email,
|
7121
|
+
agreement_id=agreement_id,
|
7122
|
+
agreement_name=agreement_name,
|
7123
|
+
agreement_type=agreement_type,
|
7124
|
+
available_amount=available_amount,
|
7125
|
+
bill_to_addresses=bill_to_addresses,
|
7126
|
+
bill_to_contacts=bill_to_contacts,
|
7127
|
+
bill_to_customers=bill_to_customers,
|
7128
|
+
billing_frequency=billing_frequency,
|
7129
|
+
booking_opty_number=booking_opty_number,
|
7130
|
+
buyer_email=buyer_email,
|
7131
|
+
commitment_schedule_id=commitment_schedule_id,
|
7132
|
+
commitment_services=commitment_services,
|
7133
|
+
created_by=created_by,
|
7134
|
+
credit_percentage=credit_percentage,
|
7135
|
+
csi=csi,
|
7136
|
+
customer_transaction_reference=customer_transaction_reference,
|
7137
|
+
data_center=data_center,
|
7138
|
+
data_center_region=data_center_region,
|
7139
|
+
eligible_to_renew=eligible_to_renew,
|
7140
|
+
end_user_addresses=end_user_addresses,
|
7141
|
+
end_user_contacts=end_user_contacts,
|
7142
|
+
end_user_customers=end_user_customers,
|
7143
|
+
fulfillment_set=fulfillment_set,
|
7144
|
+
funded_allocation_value=funded_allocation_value,
|
7145
|
+
id=id,
|
7146
|
+
is_allowance=is_allowance,
|
7147
|
+
is_cap_to_price_list=is_cap_to_price_list,
|
7148
|
+
is_credit_enabled=is_credit_enabled,
|
7149
|
+
is_having_usage=is_having_usage,
|
7150
|
+
is_intent_to_pay=is_intent_to_pay,
|
7151
|
+
is_payg=is_payg,
|
7152
|
+
is_single_rate_card=is_single_rate_card,
|
7153
|
+
is_variable_commitment=is_variable_commitment,
|
7154
|
+
line_net_amount=line_net_amount,
|
7155
|
+
major_set=major_set,
|
7156
|
+
net_unit_price=net_unit_price,
|
7157
|
+
operation_type=operation_type,
|
7158
|
+
order_header_id=order_header_id,
|
7159
|
+
order_line_id=order_line_id,
|
7160
|
+
order_line_number=order_line_number,
|
7161
|
+
order_number=order_number,
|
7162
|
+
order_type=order_type,
|
7163
|
+
original_promo_amount=original_promo_amount,
|
7164
|
+
overage_bill_to=overage_bill_to,
|
7165
|
+
overage_discount_percentage=overage_discount_percentage,
|
7166
|
+
overage_policy=overage_policy,
|
7167
|
+
partner_credit_amount=partner_credit_amount,
|
7168
|
+
partner_transaction_type=partner_transaction_type,
|
7169
|
+
payg_policy=payg_policy,
|
7170
|
+
payment_method=payment_method,
|
7171
|
+
payment_number=payment_number,
|
7172
|
+
payment_terms=payment_terms,
|
7173
|
+
price_period=price_period,
|
7174
|
+
pricing_model=pricing_model,
|
7175
|
+
products=products,
|
7176
|
+
program_type=program_type,
|
7177
|
+
promo_order_line_id=promo_order_line_id,
|
7178
|
+
promo_type=promo_type,
|
7179
|
+
promotion_pricing_type=promotion_pricing_type,
|
7180
|
+
provisioning_source=provisioning_source,
|
7181
|
+
quantity=quantity,
|
7182
|
+
rate_card_discount_percentage=rate_card_discount_percentage,
|
7183
|
+
rate_cards=rate_cards,
|
7184
|
+
ratecard_type=ratecard_type,
|
7185
|
+
renewal_opty_id=renewal_opty_id,
|
7186
|
+
renewal_opty_number=renewal_opty_number,
|
7187
|
+
renewal_opty_type=renewal_opty_type,
|
7188
|
+
renewed_subscribed_service_id=renewed_subscribed_service_id,
|
7189
|
+
reseller_addresses=reseller_addresses,
|
7190
|
+
reseller_contacts=reseller_contacts,
|
7191
|
+
reseller_customers=reseller_customers,
|
7192
|
+
revenue_line_id=revenue_line_id,
|
7193
|
+
revenue_line_number=revenue_line_number,
|
7194
|
+
revised_arr_in_lc=revised_arr_in_lc,
|
7195
|
+
revised_arr_in_sc=revised_arr_in_sc,
|
7196
|
+
sales_account_party_id=sales_account_party_id,
|
7197
|
+
sales_channel=sales_channel,
|
7198
|
+
serial_number=serial_number,
|
7199
|
+
service_to_addresses=service_to_addresses,
|
7200
|
+
service_to_contacts=service_to_contacts,
|
7201
|
+
service_to_customers=service_to_customers,
|
7202
|
+
sold_to_contacts=sold_to_contacts,
|
7203
|
+
sold_to_customers=sold_to_customers,
|
7204
|
+
start_date_type=start_date_type,
|
7205
|
+
status=status,
|
7206
|
+
subscription_id=subscription_id,
|
7207
|
+
subscription_source=subscription_source,
|
7208
|
+
system_arr_in_lc=system_arr_in_lc,
|
7209
|
+
system_arr_in_sc=system_arr_in_sc,
|
7210
|
+
system_atr_arr_in_lc=system_atr_arr_in_lc,
|
7211
|
+
system_atr_arr_in_sc=system_atr_arr_in_sc,
|
7212
|
+
term_value=term_value,
|
7213
|
+
term_value_uom=term_value_uom,
|
7214
|
+
time_agreement_end=time_agreement_end,
|
7215
|
+
time_created=time_created,
|
7216
|
+
time_customer_config=time_customer_config,
|
7217
|
+
time_end=time_end,
|
7218
|
+
time_majorset_end=time_majorset_end,
|
7219
|
+
time_majorset_start=time_majorset_start,
|
7220
|
+
time_payment_expiry=time_payment_expiry,
|
7221
|
+
time_provisioned=time_provisioned,
|
7222
|
+
time_service_configuration_email_sent=time_service_configuration_email_sent,
|
7223
|
+
time_start=time_start,
|
7224
|
+
time_updated=time_updated,
|
7225
|
+
time_welcome_email_sent=time_welcome_email_sent,
|
7226
|
+
total_value=total_value,
|
7227
|
+
transaction_extension_id=transaction_extension_id,
|
7228
|
+
type=type,
|
7229
|
+
updated_by=updated_by,
|
7230
|
+
used_amount=used_amount,
|
7231
|
+
)
|
7232
|
+
@staticmethod
|
7233
|
+
def _configure(
|
7234
|
+
_setter: Callable[[Any, Any], None],
|
7235
|
+
admin_email: str,
|
7236
|
+
agreement_id: str,
|
7237
|
+
agreement_name: str,
|
7238
|
+
agreement_type: str,
|
7239
|
+
available_amount: str,
|
7240
|
+
bill_to_addresses: Sequence['outputs.GetSubscribedServicesSubscribedServiceBillToAddressResult'],
|
7241
|
+
bill_to_contacts: Sequence['outputs.GetSubscribedServicesSubscribedServiceBillToContactResult'],
|
7242
|
+
bill_to_customers: Sequence['outputs.GetSubscribedServicesSubscribedServiceBillToCustomerResult'],
|
7243
|
+
billing_frequency: str,
|
7244
|
+
booking_opty_number: str,
|
7245
|
+
buyer_email: str,
|
7246
|
+
commitment_schedule_id: str,
|
7247
|
+
commitment_services: Sequence['outputs.GetSubscribedServicesSubscribedServiceCommitmentServiceResult'],
|
7248
|
+
created_by: str,
|
7249
|
+
credit_percentage: str,
|
7250
|
+
csi: str,
|
7251
|
+
customer_transaction_reference: str,
|
7252
|
+
data_center: str,
|
7253
|
+
data_center_region: str,
|
7254
|
+
eligible_to_renew: str,
|
7255
|
+
end_user_addresses: Sequence['outputs.GetSubscribedServicesSubscribedServiceEndUserAddressResult'],
|
7256
|
+
end_user_contacts: Sequence['outputs.GetSubscribedServicesSubscribedServiceEndUserContactResult'],
|
7257
|
+
end_user_customers: Sequence['outputs.GetSubscribedServicesSubscribedServiceEndUserCustomerResult'],
|
7258
|
+
fulfillment_set: str,
|
7259
|
+
funded_allocation_value: str,
|
7260
|
+
id: str,
|
7261
|
+
is_allowance: bool,
|
7262
|
+
is_cap_to_price_list: bool,
|
7263
|
+
is_credit_enabled: bool,
|
7264
|
+
is_having_usage: bool,
|
7265
|
+
is_intent_to_pay: bool,
|
7266
|
+
is_payg: bool,
|
7267
|
+
is_single_rate_card: bool,
|
7268
|
+
is_variable_commitment: bool,
|
7269
|
+
line_net_amount: str,
|
7270
|
+
major_set: str,
|
7271
|
+
net_unit_price: str,
|
7272
|
+
operation_type: str,
|
7273
|
+
order_header_id: str,
|
7274
|
+
order_line_id: str,
|
7275
|
+
order_line_number: int,
|
7276
|
+
order_number: str,
|
7277
|
+
order_type: str,
|
7278
|
+
original_promo_amount: str,
|
7279
|
+
overage_bill_to: str,
|
7280
|
+
overage_discount_percentage: str,
|
7281
|
+
overage_policy: str,
|
7282
|
+
partner_credit_amount: str,
|
7283
|
+
partner_transaction_type: str,
|
7284
|
+
payg_policy: str,
|
7285
|
+
payment_method: str,
|
7286
|
+
payment_number: str,
|
7287
|
+
payment_terms: Sequence['outputs.GetSubscribedServicesSubscribedServicePaymentTermResult'],
|
7288
|
+
price_period: str,
|
7289
|
+
pricing_model: str,
|
7290
|
+
products: Sequence['outputs.GetSubscribedServicesSubscribedServiceProductResult'],
|
7291
|
+
program_type: str,
|
7292
|
+
promo_order_line_id: str,
|
7293
|
+
promo_type: str,
|
7294
|
+
promotion_pricing_type: str,
|
7295
|
+
provisioning_source: str,
|
7296
|
+
quantity: str,
|
7297
|
+
rate_card_discount_percentage: str,
|
7298
|
+
rate_cards: Sequence['outputs.GetSubscribedServicesSubscribedServiceRateCardResult'],
|
7299
|
+
ratecard_type: str,
|
7300
|
+
renewal_opty_id: str,
|
7301
|
+
renewal_opty_number: str,
|
7302
|
+
renewal_opty_type: str,
|
7303
|
+
renewed_subscribed_service_id: str,
|
7304
|
+
reseller_addresses: Sequence['outputs.GetSubscribedServicesSubscribedServiceResellerAddressResult'],
|
7305
|
+
reseller_contacts: Sequence['outputs.GetSubscribedServicesSubscribedServiceResellerContactResult'],
|
7306
|
+
reseller_customers: Sequence['outputs.GetSubscribedServicesSubscribedServiceResellerCustomerResult'],
|
7307
|
+
revenue_line_id: str,
|
7308
|
+
revenue_line_number: str,
|
7309
|
+
revised_arr_in_lc: str,
|
7310
|
+
revised_arr_in_sc: str,
|
7311
|
+
sales_account_party_id: str,
|
7312
|
+
sales_channel: str,
|
7313
|
+
serial_number: str,
|
7314
|
+
service_to_addresses: Sequence['outputs.GetSubscribedServicesSubscribedServiceServiceToAddressResult'],
|
7315
|
+
service_to_contacts: Sequence['outputs.GetSubscribedServicesSubscribedServiceServiceToContactResult'],
|
7316
|
+
service_to_customers: Sequence['outputs.GetSubscribedServicesSubscribedServiceServiceToCustomerResult'],
|
7317
|
+
sold_to_contacts: Sequence['outputs.GetSubscribedServicesSubscribedServiceSoldToContactResult'],
|
7318
|
+
sold_to_customers: Sequence['outputs.GetSubscribedServicesSubscribedServiceSoldToCustomerResult'],
|
7319
|
+
start_date_type: str,
|
7320
|
+
status: str,
|
7321
|
+
subscription_id: str,
|
7322
|
+
subscription_source: str,
|
7323
|
+
system_arr_in_lc: str,
|
7324
|
+
system_arr_in_sc: str,
|
7325
|
+
system_atr_arr_in_lc: str,
|
7326
|
+
system_atr_arr_in_sc: str,
|
7327
|
+
term_value: str,
|
7328
|
+
term_value_uom: str,
|
7329
|
+
time_agreement_end: str,
|
7330
|
+
time_created: str,
|
7331
|
+
time_customer_config: str,
|
7332
|
+
time_end: str,
|
7333
|
+
time_majorset_end: str,
|
7334
|
+
time_majorset_start: str,
|
7335
|
+
time_payment_expiry: str,
|
7336
|
+
time_provisioned: str,
|
7337
|
+
time_service_configuration_email_sent: str,
|
7338
|
+
time_start: str,
|
7339
|
+
time_updated: str,
|
7340
|
+
time_welcome_email_sent: str,
|
7341
|
+
total_value: str,
|
7342
|
+
transaction_extension_id: str,
|
7343
|
+
type: str,
|
7344
|
+
updated_by: str,
|
7345
|
+
used_amount: str,
|
7346
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
7347
|
+
_setter("admin_email", admin_email)
|
7348
|
+
_setter("agreement_id", agreement_id)
|
7349
|
+
_setter("agreement_name", agreement_name)
|
7350
|
+
_setter("agreement_type", agreement_type)
|
7351
|
+
_setter("available_amount", available_amount)
|
7352
|
+
_setter("bill_to_addresses", bill_to_addresses)
|
7353
|
+
_setter("bill_to_contacts", bill_to_contacts)
|
7354
|
+
_setter("bill_to_customers", bill_to_customers)
|
7355
|
+
_setter("billing_frequency", billing_frequency)
|
7356
|
+
_setter("booking_opty_number", booking_opty_number)
|
7357
|
+
_setter("buyer_email", buyer_email)
|
7358
|
+
_setter("commitment_schedule_id", commitment_schedule_id)
|
7359
|
+
_setter("commitment_services", commitment_services)
|
7360
|
+
_setter("created_by", created_by)
|
7361
|
+
_setter("credit_percentage", credit_percentage)
|
7362
|
+
_setter("csi", csi)
|
7363
|
+
_setter("customer_transaction_reference", customer_transaction_reference)
|
7364
|
+
_setter("data_center", data_center)
|
7365
|
+
_setter("data_center_region", data_center_region)
|
7366
|
+
_setter("eligible_to_renew", eligible_to_renew)
|
7367
|
+
_setter("end_user_addresses", end_user_addresses)
|
7368
|
+
_setter("end_user_contacts", end_user_contacts)
|
7369
|
+
_setter("end_user_customers", end_user_customers)
|
7370
|
+
_setter("fulfillment_set", fulfillment_set)
|
7371
|
+
_setter("funded_allocation_value", funded_allocation_value)
|
7372
|
+
_setter("id", id)
|
7373
|
+
_setter("is_allowance", is_allowance)
|
7374
|
+
_setter("is_cap_to_price_list", is_cap_to_price_list)
|
7375
|
+
_setter("is_credit_enabled", is_credit_enabled)
|
7376
|
+
_setter("is_having_usage", is_having_usage)
|
7377
|
+
_setter("is_intent_to_pay", is_intent_to_pay)
|
7378
|
+
_setter("is_payg", is_payg)
|
7379
|
+
_setter("is_single_rate_card", is_single_rate_card)
|
7380
|
+
_setter("is_variable_commitment", is_variable_commitment)
|
7381
|
+
_setter("line_net_amount", line_net_amount)
|
7382
|
+
_setter("major_set", major_set)
|
7383
|
+
_setter("net_unit_price", net_unit_price)
|
7384
|
+
_setter("operation_type", operation_type)
|
7385
|
+
_setter("order_header_id", order_header_id)
|
7386
|
+
_setter("order_line_id", order_line_id)
|
7387
|
+
_setter("order_line_number", order_line_number)
|
7388
|
+
_setter("order_number", order_number)
|
7389
|
+
_setter("order_type", order_type)
|
7390
|
+
_setter("original_promo_amount", original_promo_amount)
|
7391
|
+
_setter("overage_bill_to", overage_bill_to)
|
7392
|
+
_setter("overage_discount_percentage", overage_discount_percentage)
|
7393
|
+
_setter("overage_policy", overage_policy)
|
7394
|
+
_setter("partner_credit_amount", partner_credit_amount)
|
7395
|
+
_setter("partner_transaction_type", partner_transaction_type)
|
7396
|
+
_setter("payg_policy", payg_policy)
|
7397
|
+
_setter("payment_method", payment_method)
|
7398
|
+
_setter("payment_number", payment_number)
|
7399
|
+
_setter("payment_terms", payment_terms)
|
7400
|
+
_setter("price_period", price_period)
|
7401
|
+
_setter("pricing_model", pricing_model)
|
7402
|
+
_setter("products", products)
|
7403
|
+
_setter("program_type", program_type)
|
7404
|
+
_setter("promo_order_line_id", promo_order_line_id)
|
7405
|
+
_setter("promo_type", promo_type)
|
7406
|
+
_setter("promotion_pricing_type", promotion_pricing_type)
|
7407
|
+
_setter("provisioning_source", provisioning_source)
|
7408
|
+
_setter("quantity", quantity)
|
7409
|
+
_setter("rate_card_discount_percentage", rate_card_discount_percentage)
|
7410
|
+
_setter("rate_cards", rate_cards)
|
7411
|
+
_setter("ratecard_type", ratecard_type)
|
7412
|
+
_setter("renewal_opty_id", renewal_opty_id)
|
7413
|
+
_setter("renewal_opty_number", renewal_opty_number)
|
7414
|
+
_setter("renewal_opty_type", renewal_opty_type)
|
7415
|
+
_setter("renewed_subscribed_service_id", renewed_subscribed_service_id)
|
7416
|
+
_setter("reseller_addresses", reseller_addresses)
|
7417
|
+
_setter("reseller_contacts", reseller_contacts)
|
7418
|
+
_setter("reseller_customers", reseller_customers)
|
7419
|
+
_setter("revenue_line_id", revenue_line_id)
|
7420
|
+
_setter("revenue_line_number", revenue_line_number)
|
7421
|
+
_setter("revised_arr_in_lc", revised_arr_in_lc)
|
7422
|
+
_setter("revised_arr_in_sc", revised_arr_in_sc)
|
7423
|
+
_setter("sales_account_party_id", sales_account_party_id)
|
7424
|
+
_setter("sales_channel", sales_channel)
|
7425
|
+
_setter("serial_number", serial_number)
|
7426
|
+
_setter("service_to_addresses", service_to_addresses)
|
7427
|
+
_setter("service_to_contacts", service_to_contacts)
|
7428
|
+
_setter("service_to_customers", service_to_customers)
|
7429
|
+
_setter("sold_to_contacts", sold_to_contacts)
|
7430
|
+
_setter("sold_to_customers", sold_to_customers)
|
7431
|
+
_setter("start_date_type", start_date_type)
|
7432
|
+
_setter("status", status)
|
7433
|
+
_setter("subscription_id", subscription_id)
|
7434
|
+
_setter("subscription_source", subscription_source)
|
7435
|
+
_setter("system_arr_in_lc", system_arr_in_lc)
|
7436
|
+
_setter("system_arr_in_sc", system_arr_in_sc)
|
7437
|
+
_setter("system_atr_arr_in_lc", system_atr_arr_in_lc)
|
7438
|
+
_setter("system_atr_arr_in_sc", system_atr_arr_in_sc)
|
7439
|
+
_setter("term_value", term_value)
|
7440
|
+
_setter("term_value_uom", term_value_uom)
|
7441
|
+
_setter("time_agreement_end", time_agreement_end)
|
7442
|
+
_setter("time_created", time_created)
|
7443
|
+
_setter("time_customer_config", time_customer_config)
|
7444
|
+
_setter("time_end", time_end)
|
7445
|
+
_setter("time_majorset_end", time_majorset_end)
|
7446
|
+
_setter("time_majorset_start", time_majorset_start)
|
7447
|
+
_setter("time_payment_expiry", time_payment_expiry)
|
7448
|
+
_setter("time_provisioned", time_provisioned)
|
7449
|
+
_setter("time_service_configuration_email_sent", time_service_configuration_email_sent)
|
7450
|
+
_setter("time_start", time_start)
|
7451
|
+
_setter("time_updated", time_updated)
|
7452
|
+
_setter("time_welcome_email_sent", time_welcome_email_sent)
|
7453
|
+
_setter("total_value", total_value)
|
7454
|
+
_setter("transaction_extension_id", transaction_extension_id)
|
7455
|
+
_setter("type", type)
|
7456
|
+
_setter("updated_by", updated_by)
|
7457
|
+
_setter("used_amount", used_amount)
|
5860
7458
|
|
5861
7459
|
@property
|
5862
7460
|
@pulumi.getter(name="adminEmail")
|
@@ -6770,15 +8368,40 @@ class GetSubscribedServicesSubscribedServiceBillToAddressResult(dict):
|
|
6770
8368
|
:param str tca_cust_acct_site_id: TCA customer account site Id.
|
6771
8369
|
:param str tca_party_site_number: Party site number.
|
6772
8370
|
"""
|
6773
|
-
|
6774
|
-
|
6775
|
-
|
6776
|
-
|
6777
|
-
|
6778
|
-
|
6779
|
-
|
6780
|
-
|
6781
|
-
|
8371
|
+
GetSubscribedServicesSubscribedServiceBillToAddressResult._configure(
|
8372
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
8373
|
+
bill_site_use_id=bill_site_use_id,
|
8374
|
+
is_bill_to=is_bill_to,
|
8375
|
+
is_ship_to=is_ship_to,
|
8376
|
+
locations=locations,
|
8377
|
+
name=name,
|
8378
|
+
phone=phone,
|
8379
|
+
service2site_use_id=service2site_use_id,
|
8380
|
+
tca_cust_acct_site_id=tca_cust_acct_site_id,
|
8381
|
+
tca_party_site_number=tca_party_site_number,
|
8382
|
+
)
|
8383
|
+
@staticmethod
|
8384
|
+
def _configure(
|
8385
|
+
_setter: Callable[[Any, Any], None],
|
8386
|
+
bill_site_use_id: str,
|
8387
|
+
is_bill_to: bool,
|
8388
|
+
is_ship_to: bool,
|
8389
|
+
locations: Sequence['outputs.GetSubscribedServicesSubscribedServiceBillToAddressLocationResult'],
|
8390
|
+
name: str,
|
8391
|
+
phone: str,
|
8392
|
+
service2site_use_id: str,
|
8393
|
+
tca_cust_acct_site_id: str,
|
8394
|
+
tca_party_site_number: str,
|
8395
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
8396
|
+
_setter("bill_site_use_id", bill_site_use_id)
|
8397
|
+
_setter("is_bill_to", is_bill_to)
|
8398
|
+
_setter("is_ship_to", is_ship_to)
|
8399
|
+
_setter("locations", locations)
|
8400
|
+
_setter("name", name)
|
8401
|
+
_setter("phone", phone)
|
8402
|
+
_setter("service2site_use_id", service2site_use_id)
|
8403
|
+
_setter("tca_cust_acct_site_id", tca_cust_acct_site_id)
|
8404
|
+
_setter("tca_party_site_number", tca_party_site_number)
|
6782
8405
|
|
6783
8406
|
@property
|
6784
8407
|
@pulumi.getter(name="billSiteUseId")
|
@@ -6872,13 +8495,34 @@ class GetSubscribedServicesSubscribedServiceBillToAddressLocationResult(dict):
|
|
6872
8495
|
:param str region: Region.
|
6873
8496
|
:param str tca_location_id: Region.
|
6874
8497
|
"""
|
6875
|
-
|
6876
|
-
|
6877
|
-
|
6878
|
-
|
6879
|
-
|
6880
|
-
|
6881
|
-
|
8498
|
+
GetSubscribedServicesSubscribedServiceBillToAddressLocationResult._configure(
|
8499
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
8500
|
+
address1=address1,
|
8501
|
+
address2=address2,
|
8502
|
+
city=city,
|
8503
|
+
country=country,
|
8504
|
+
postal_code=postal_code,
|
8505
|
+
region=region,
|
8506
|
+
tca_location_id=tca_location_id,
|
8507
|
+
)
|
8508
|
+
@staticmethod
|
8509
|
+
def _configure(
|
8510
|
+
_setter: Callable[[Any, Any], None],
|
8511
|
+
address1: str,
|
8512
|
+
address2: str,
|
8513
|
+
city: str,
|
8514
|
+
country: str,
|
8515
|
+
postal_code: str,
|
8516
|
+
region: str,
|
8517
|
+
tca_location_id: str,
|
8518
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
8519
|
+
_setter("address1", address1)
|
8520
|
+
_setter("address2", address2)
|
8521
|
+
_setter("city", city)
|
8522
|
+
_setter("country", country)
|
8523
|
+
_setter("postal_code", postal_code)
|
8524
|
+
_setter("region", region)
|
8525
|
+
_setter("tca_location_id", tca_location_id)
|
6882
8526
|
|
6883
8527
|
@property
|
6884
8528
|
@pulumi.getter
|
@@ -6958,14 +8602,37 @@ class GetSubscribedServicesSubscribedServiceBillToContactResult(dict):
|
|
6958
8602
|
:param str tca_party_id: TCA party ID.
|
6959
8603
|
:param str username: Username.
|
6960
8604
|
"""
|
6961
|
-
|
6962
|
-
|
6963
|
-
|
6964
|
-
|
6965
|
-
|
6966
|
-
|
6967
|
-
|
6968
|
-
|
8605
|
+
GetSubscribedServicesSubscribedServiceBillToContactResult._configure(
|
8606
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
8607
|
+
email=email,
|
8608
|
+
first_name=first_name,
|
8609
|
+
last_name=last_name,
|
8610
|
+
name=name,
|
8611
|
+
tca_contact_id=tca_contact_id,
|
8612
|
+
tca_cust_accnt_site_id=tca_cust_accnt_site_id,
|
8613
|
+
tca_party_id=tca_party_id,
|
8614
|
+
username=username,
|
8615
|
+
)
|
8616
|
+
@staticmethod
|
8617
|
+
def _configure(
|
8618
|
+
_setter: Callable[[Any, Any], None],
|
8619
|
+
email: str,
|
8620
|
+
first_name: str,
|
8621
|
+
last_name: str,
|
8622
|
+
name: str,
|
8623
|
+
tca_contact_id: str,
|
8624
|
+
tca_cust_accnt_site_id: str,
|
8625
|
+
tca_party_id: str,
|
8626
|
+
username: str,
|
8627
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
8628
|
+
_setter("email", email)
|
8629
|
+
_setter("first_name", first_name)
|
8630
|
+
_setter("last_name", last_name)
|
8631
|
+
_setter("name", name)
|
8632
|
+
_setter("tca_contact_id", tca_contact_id)
|
8633
|
+
_setter("tca_cust_accnt_site_id", tca_cust_accnt_site_id)
|
8634
|
+
_setter("tca_party_id", tca_party_id)
|
8635
|
+
_setter("username", username)
|
6969
8636
|
|
6970
8637
|
@property
|
6971
8638
|
@pulumi.getter
|
@@ -7055,15 +8722,40 @@ class GetSubscribedServicesSubscribedServiceBillToCustomerResult(dict):
|
|
7055
8722
|
:param str tca_party_id: TCA party ID.
|
7056
8723
|
:param str tca_party_number: TCA party number.
|
7057
8724
|
"""
|
7058
|
-
|
7059
|
-
|
7060
|
-
|
7061
|
-
|
7062
|
-
|
7063
|
-
|
7064
|
-
|
7065
|
-
|
7066
|
-
|
8725
|
+
GetSubscribedServicesSubscribedServiceBillToCustomerResult._configure(
|
8726
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
8727
|
+
customer_chain_type=customer_chain_type,
|
8728
|
+
is_chain_customer=is_chain_customer,
|
8729
|
+
is_public_sector=is_public_sector,
|
8730
|
+
name=name,
|
8731
|
+
name_phonetic=name_phonetic,
|
8732
|
+
tca_cust_account_number=tca_cust_account_number,
|
8733
|
+
tca_customer_account_id=tca_customer_account_id,
|
8734
|
+
tca_party_id=tca_party_id,
|
8735
|
+
tca_party_number=tca_party_number,
|
8736
|
+
)
|
8737
|
+
@staticmethod
|
8738
|
+
def _configure(
|
8739
|
+
_setter: Callable[[Any, Any], None],
|
8740
|
+
customer_chain_type: str,
|
8741
|
+
is_chain_customer: bool,
|
8742
|
+
is_public_sector: bool,
|
8743
|
+
name: str,
|
8744
|
+
name_phonetic: str,
|
8745
|
+
tca_cust_account_number: str,
|
8746
|
+
tca_customer_account_id: str,
|
8747
|
+
tca_party_id: str,
|
8748
|
+
tca_party_number: str,
|
8749
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
8750
|
+
_setter("customer_chain_type", customer_chain_type)
|
8751
|
+
_setter("is_chain_customer", is_chain_customer)
|
8752
|
+
_setter("is_public_sector", is_public_sector)
|
8753
|
+
_setter("name", name)
|
8754
|
+
_setter("name_phonetic", name_phonetic)
|
8755
|
+
_setter("tca_cust_account_number", tca_cust_account_number)
|
8756
|
+
_setter("tca_customer_account_id", tca_customer_account_id)
|
8757
|
+
_setter("tca_party_id", tca_party_id)
|
8758
|
+
_setter("tca_party_number", tca_party_number)
|
7067
8759
|
|
7068
8760
|
@property
|
7069
8761
|
@pulumi.getter(name="customerChainType")
|
@@ -7155,12 +8847,31 @@ class GetSubscribedServicesSubscribedServiceCommitmentServiceResult(dict):
|
|
7155
8847
|
:param str time_end: Subscribed service end date
|
7156
8848
|
:param str time_start: Subscribed service start date
|
7157
8849
|
"""
|
7158
|
-
|
7159
|
-
|
7160
|
-
|
7161
|
-
|
7162
|
-
|
7163
|
-
|
8850
|
+
GetSubscribedServicesSubscribedServiceCommitmentServiceResult._configure(
|
8851
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
8852
|
+
available_amount=available_amount,
|
8853
|
+
funded_allocation_value=funded_allocation_value,
|
8854
|
+
line_net_amount=line_net_amount,
|
8855
|
+
quantity=quantity,
|
8856
|
+
time_end=time_end,
|
8857
|
+
time_start=time_start,
|
8858
|
+
)
|
8859
|
+
@staticmethod
|
8860
|
+
def _configure(
|
8861
|
+
_setter: Callable[[Any, Any], None],
|
8862
|
+
available_amount: str,
|
8863
|
+
funded_allocation_value: str,
|
8864
|
+
line_net_amount: str,
|
8865
|
+
quantity: str,
|
8866
|
+
time_end: str,
|
8867
|
+
time_start: str,
|
8868
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
8869
|
+
_setter("available_amount", available_amount)
|
8870
|
+
_setter("funded_allocation_value", funded_allocation_value)
|
8871
|
+
_setter("line_net_amount", line_net_amount)
|
8872
|
+
_setter("quantity", quantity)
|
8873
|
+
_setter("time_end", time_end)
|
8874
|
+
_setter("time_start", time_start)
|
7164
8875
|
|
7165
8876
|
@property
|
7166
8877
|
@pulumi.getter(name="availableAmount")
|
@@ -7234,15 +8945,40 @@ class GetSubscribedServicesSubscribedServiceEndUserAddressResult(dict):
|
|
7234
8945
|
:param str tca_cust_acct_site_id: TCA customer account site Id.
|
7235
8946
|
:param str tca_party_site_number: Party site number.
|
7236
8947
|
"""
|
7237
|
-
|
7238
|
-
|
7239
|
-
|
7240
|
-
|
7241
|
-
|
7242
|
-
|
7243
|
-
|
7244
|
-
|
7245
|
-
|
8948
|
+
GetSubscribedServicesSubscribedServiceEndUserAddressResult._configure(
|
8949
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
8950
|
+
bill_site_use_id=bill_site_use_id,
|
8951
|
+
is_bill_to=is_bill_to,
|
8952
|
+
is_ship_to=is_ship_to,
|
8953
|
+
locations=locations,
|
8954
|
+
name=name,
|
8955
|
+
phone=phone,
|
8956
|
+
service2site_use_id=service2site_use_id,
|
8957
|
+
tca_cust_acct_site_id=tca_cust_acct_site_id,
|
8958
|
+
tca_party_site_number=tca_party_site_number,
|
8959
|
+
)
|
8960
|
+
@staticmethod
|
8961
|
+
def _configure(
|
8962
|
+
_setter: Callable[[Any, Any], None],
|
8963
|
+
bill_site_use_id: str,
|
8964
|
+
is_bill_to: bool,
|
8965
|
+
is_ship_to: bool,
|
8966
|
+
locations: Sequence['outputs.GetSubscribedServicesSubscribedServiceEndUserAddressLocationResult'],
|
8967
|
+
name: str,
|
8968
|
+
phone: str,
|
8969
|
+
service2site_use_id: str,
|
8970
|
+
tca_cust_acct_site_id: str,
|
8971
|
+
tca_party_site_number: str,
|
8972
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
8973
|
+
_setter("bill_site_use_id", bill_site_use_id)
|
8974
|
+
_setter("is_bill_to", is_bill_to)
|
8975
|
+
_setter("is_ship_to", is_ship_to)
|
8976
|
+
_setter("locations", locations)
|
8977
|
+
_setter("name", name)
|
8978
|
+
_setter("phone", phone)
|
8979
|
+
_setter("service2site_use_id", service2site_use_id)
|
8980
|
+
_setter("tca_cust_acct_site_id", tca_cust_acct_site_id)
|
8981
|
+
_setter("tca_party_site_number", tca_party_site_number)
|
7246
8982
|
|
7247
8983
|
@property
|
7248
8984
|
@pulumi.getter(name="billSiteUseId")
|
@@ -7336,13 +9072,34 @@ class GetSubscribedServicesSubscribedServiceEndUserAddressLocationResult(dict):
|
|
7336
9072
|
:param str region: Region.
|
7337
9073
|
:param str tca_location_id: Region.
|
7338
9074
|
"""
|
7339
|
-
|
7340
|
-
|
7341
|
-
|
7342
|
-
|
7343
|
-
|
7344
|
-
|
7345
|
-
|
9075
|
+
GetSubscribedServicesSubscribedServiceEndUserAddressLocationResult._configure(
|
9076
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
9077
|
+
address1=address1,
|
9078
|
+
address2=address2,
|
9079
|
+
city=city,
|
9080
|
+
country=country,
|
9081
|
+
postal_code=postal_code,
|
9082
|
+
region=region,
|
9083
|
+
tca_location_id=tca_location_id,
|
9084
|
+
)
|
9085
|
+
@staticmethod
|
9086
|
+
def _configure(
|
9087
|
+
_setter: Callable[[Any, Any], None],
|
9088
|
+
address1: str,
|
9089
|
+
address2: str,
|
9090
|
+
city: str,
|
9091
|
+
country: str,
|
9092
|
+
postal_code: str,
|
9093
|
+
region: str,
|
9094
|
+
tca_location_id: str,
|
9095
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
9096
|
+
_setter("address1", address1)
|
9097
|
+
_setter("address2", address2)
|
9098
|
+
_setter("city", city)
|
9099
|
+
_setter("country", country)
|
9100
|
+
_setter("postal_code", postal_code)
|
9101
|
+
_setter("region", region)
|
9102
|
+
_setter("tca_location_id", tca_location_id)
|
7346
9103
|
|
7347
9104
|
@property
|
7348
9105
|
@pulumi.getter
|
@@ -7422,14 +9179,37 @@ class GetSubscribedServicesSubscribedServiceEndUserContactResult(dict):
|
|
7422
9179
|
:param str tca_party_id: TCA party ID.
|
7423
9180
|
:param str username: Username.
|
7424
9181
|
"""
|
7425
|
-
|
7426
|
-
|
7427
|
-
|
7428
|
-
|
7429
|
-
|
7430
|
-
|
7431
|
-
|
7432
|
-
|
9182
|
+
GetSubscribedServicesSubscribedServiceEndUserContactResult._configure(
|
9183
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
9184
|
+
email=email,
|
9185
|
+
first_name=first_name,
|
9186
|
+
last_name=last_name,
|
9187
|
+
name=name,
|
9188
|
+
tca_contact_id=tca_contact_id,
|
9189
|
+
tca_cust_accnt_site_id=tca_cust_accnt_site_id,
|
9190
|
+
tca_party_id=tca_party_id,
|
9191
|
+
username=username,
|
9192
|
+
)
|
9193
|
+
@staticmethod
|
9194
|
+
def _configure(
|
9195
|
+
_setter: Callable[[Any, Any], None],
|
9196
|
+
email: str,
|
9197
|
+
first_name: str,
|
9198
|
+
last_name: str,
|
9199
|
+
name: str,
|
9200
|
+
tca_contact_id: str,
|
9201
|
+
tca_cust_accnt_site_id: str,
|
9202
|
+
tca_party_id: str,
|
9203
|
+
username: str,
|
9204
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
9205
|
+
_setter("email", email)
|
9206
|
+
_setter("first_name", first_name)
|
9207
|
+
_setter("last_name", last_name)
|
9208
|
+
_setter("name", name)
|
9209
|
+
_setter("tca_contact_id", tca_contact_id)
|
9210
|
+
_setter("tca_cust_accnt_site_id", tca_cust_accnt_site_id)
|
9211
|
+
_setter("tca_party_id", tca_party_id)
|
9212
|
+
_setter("username", username)
|
7433
9213
|
|
7434
9214
|
@property
|
7435
9215
|
@pulumi.getter
|
@@ -7519,15 +9299,40 @@ class GetSubscribedServicesSubscribedServiceEndUserCustomerResult(dict):
|
|
7519
9299
|
:param str tca_party_id: TCA party ID.
|
7520
9300
|
:param str tca_party_number: TCA party number.
|
7521
9301
|
"""
|
7522
|
-
|
7523
|
-
|
7524
|
-
|
7525
|
-
|
7526
|
-
|
7527
|
-
|
7528
|
-
|
7529
|
-
|
7530
|
-
|
9302
|
+
GetSubscribedServicesSubscribedServiceEndUserCustomerResult._configure(
|
9303
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
9304
|
+
customer_chain_type=customer_chain_type,
|
9305
|
+
is_chain_customer=is_chain_customer,
|
9306
|
+
is_public_sector=is_public_sector,
|
9307
|
+
name=name,
|
9308
|
+
name_phonetic=name_phonetic,
|
9309
|
+
tca_cust_account_number=tca_cust_account_number,
|
9310
|
+
tca_customer_account_id=tca_customer_account_id,
|
9311
|
+
tca_party_id=tca_party_id,
|
9312
|
+
tca_party_number=tca_party_number,
|
9313
|
+
)
|
9314
|
+
@staticmethod
|
9315
|
+
def _configure(
|
9316
|
+
_setter: Callable[[Any, Any], None],
|
9317
|
+
customer_chain_type: str,
|
9318
|
+
is_chain_customer: bool,
|
9319
|
+
is_public_sector: bool,
|
9320
|
+
name: str,
|
9321
|
+
name_phonetic: str,
|
9322
|
+
tca_cust_account_number: str,
|
9323
|
+
tca_customer_account_id: str,
|
9324
|
+
tca_party_id: str,
|
9325
|
+
tca_party_number: str,
|
9326
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
9327
|
+
_setter("customer_chain_type", customer_chain_type)
|
9328
|
+
_setter("is_chain_customer", is_chain_customer)
|
9329
|
+
_setter("is_public_sector", is_public_sector)
|
9330
|
+
_setter("name", name)
|
9331
|
+
_setter("name_phonetic", name_phonetic)
|
9332
|
+
_setter("tca_cust_account_number", tca_cust_account_number)
|
9333
|
+
_setter("tca_customer_account_id", tca_customer_account_id)
|
9334
|
+
_setter("tca_party_id", tca_party_id)
|
9335
|
+
_setter("tca_party_number", tca_party_number)
|
7531
9336
|
|
7532
9337
|
@property
|
7533
9338
|
@pulumi.getter(name="customerChainType")
|
@@ -7623,14 +9428,37 @@ class GetSubscribedServicesSubscribedServicePaymentTermResult(dict):
|
|
7623
9428
|
:param str updated_by: User that updated the subscribed service
|
7624
9429
|
:param str value: Payment Term value
|
7625
9430
|
"""
|
7626
|
-
|
7627
|
-
|
7628
|
-
|
7629
|
-
|
7630
|
-
|
7631
|
-
|
7632
|
-
|
7633
|
-
|
9431
|
+
GetSubscribedServicesSubscribedServicePaymentTermResult._configure(
|
9432
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
9433
|
+
created_by=created_by,
|
9434
|
+
description=description,
|
9435
|
+
is_active=is_active,
|
9436
|
+
name=name,
|
9437
|
+
time_created=time_created,
|
9438
|
+
time_updated=time_updated,
|
9439
|
+
updated_by=updated_by,
|
9440
|
+
value=value,
|
9441
|
+
)
|
9442
|
+
@staticmethod
|
9443
|
+
def _configure(
|
9444
|
+
_setter: Callable[[Any, Any], None],
|
9445
|
+
created_by: str,
|
9446
|
+
description: str,
|
9447
|
+
is_active: bool,
|
9448
|
+
name: str,
|
9449
|
+
time_created: str,
|
9450
|
+
time_updated: str,
|
9451
|
+
updated_by: str,
|
9452
|
+
value: str,
|
9453
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
9454
|
+
_setter("created_by", created_by)
|
9455
|
+
_setter("description", description)
|
9456
|
+
_setter("is_active", is_active)
|
9457
|
+
_setter("name", name)
|
9458
|
+
_setter("time_created", time_created)
|
9459
|
+
_setter("time_updated", time_updated)
|
9460
|
+
_setter("updated_by", updated_by)
|
9461
|
+
_setter("value", value)
|
7634
9462
|
|
7635
9463
|
@property
|
7636
9464
|
@pulumi.getter(name="createdBy")
|
@@ -7714,12 +9542,31 @@ class GetSubscribedServicesSubscribedServiceProductResult(dict):
|
|
7714
9542
|
:param str ucm_rate_card_part_type: Rate card part type of Product
|
7715
9543
|
:param str unit_of_measure: Unit of measure
|
7716
9544
|
"""
|
7717
|
-
|
7718
|
-
|
7719
|
-
|
7720
|
-
|
7721
|
-
|
7722
|
-
|
9545
|
+
GetSubscribedServicesSubscribedServiceProductResult._configure(
|
9546
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
9547
|
+
billing_category=billing_category,
|
9548
|
+
name=name,
|
9549
|
+
part_number=part_number,
|
9550
|
+
product_category=product_category,
|
9551
|
+
ucm_rate_card_part_type=ucm_rate_card_part_type,
|
9552
|
+
unit_of_measure=unit_of_measure,
|
9553
|
+
)
|
9554
|
+
@staticmethod
|
9555
|
+
def _configure(
|
9556
|
+
_setter: Callable[[Any, Any], None],
|
9557
|
+
billing_category: str,
|
9558
|
+
name: str,
|
9559
|
+
part_number: str,
|
9560
|
+
product_category: str,
|
9561
|
+
ucm_rate_card_part_type: str,
|
9562
|
+
unit_of_measure: str,
|
9563
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
9564
|
+
_setter("billing_category", billing_category)
|
9565
|
+
_setter("name", name)
|
9566
|
+
_setter("part_number", part_number)
|
9567
|
+
_setter("product_category", product_category)
|
9568
|
+
_setter("ucm_rate_card_part_type", ucm_rate_card_part_type)
|
9569
|
+
_setter("unit_of_measure", unit_of_measure)
|
7723
9570
|
|
7724
9571
|
@property
|
7725
9572
|
@pulumi.getter(name="billingCategory")
|
@@ -7795,16 +9642,43 @@ class GetSubscribedServicesSubscribedServiceRateCardResult(dict):
|
|
7795
9642
|
:param str time_end: Subscribed service end date
|
7796
9643
|
:param str time_start: Subscribed service start date
|
7797
9644
|
"""
|
7798
|
-
|
7799
|
-
|
7800
|
-
|
7801
|
-
|
7802
|
-
|
7803
|
-
|
7804
|
-
|
7805
|
-
|
7806
|
-
|
7807
|
-
|
9645
|
+
GetSubscribedServicesSubscribedServiceRateCardResult._configure(
|
9646
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
9647
|
+
currencies=currencies,
|
9648
|
+
discretionary_discount_percentage=discretionary_discount_percentage,
|
9649
|
+
is_tier=is_tier,
|
9650
|
+
net_unit_price=net_unit_price,
|
9651
|
+
overage_price=overage_price,
|
9652
|
+
products=products,
|
9653
|
+
rate_card_tiers=rate_card_tiers,
|
9654
|
+
subscribed_service_id=subscribed_service_id,
|
9655
|
+
time_end=time_end,
|
9656
|
+
time_start=time_start,
|
9657
|
+
)
|
9658
|
+
@staticmethod
|
9659
|
+
def _configure(
|
9660
|
+
_setter: Callable[[Any, Any], None],
|
9661
|
+
currencies: Sequence['outputs.GetSubscribedServicesSubscribedServiceRateCardCurrencyResult'],
|
9662
|
+
discretionary_discount_percentage: str,
|
9663
|
+
is_tier: bool,
|
9664
|
+
net_unit_price: str,
|
9665
|
+
overage_price: str,
|
9666
|
+
products: Sequence['outputs.GetSubscribedServicesSubscribedServiceRateCardProductResult'],
|
9667
|
+
rate_card_tiers: Sequence['outputs.GetSubscribedServicesSubscribedServiceRateCardRateCardTierResult'],
|
9668
|
+
subscribed_service_id: str,
|
9669
|
+
time_end: str,
|
9670
|
+
time_start: str,
|
9671
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
9672
|
+
_setter("currencies", currencies)
|
9673
|
+
_setter("discretionary_discount_percentage", discretionary_discount_percentage)
|
9674
|
+
_setter("is_tier", is_tier)
|
9675
|
+
_setter("net_unit_price", net_unit_price)
|
9676
|
+
_setter("overage_price", overage_price)
|
9677
|
+
_setter("products", products)
|
9678
|
+
_setter("rate_card_tiers", rate_card_tiers)
|
9679
|
+
_setter("subscribed_service_id", subscribed_service_id)
|
9680
|
+
_setter("time_end", time_end)
|
9681
|
+
_setter("time_start", time_start)
|
7808
9682
|
|
7809
9683
|
@property
|
7810
9684
|
@pulumi.getter
|
@@ -7898,9 +9772,22 @@ class GetSubscribedServicesSubscribedServiceRateCardCurrencyResult(dict):
|
|
7898
9772
|
:param str name: Commercial name also called customer name.
|
7899
9773
|
:param str std_precision: Standard Precision of the Currency
|
7900
9774
|
"""
|
7901
|
-
|
7902
|
-
|
7903
|
-
|
9775
|
+
GetSubscribedServicesSubscribedServiceRateCardCurrencyResult._configure(
|
9776
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
9777
|
+
iso_code=iso_code,
|
9778
|
+
name=name,
|
9779
|
+
std_precision=std_precision,
|
9780
|
+
)
|
9781
|
+
@staticmethod
|
9782
|
+
def _configure(
|
9783
|
+
_setter: Callable[[Any, Any], None],
|
9784
|
+
iso_code: str,
|
9785
|
+
name: str,
|
9786
|
+
std_precision: str,
|
9787
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
9788
|
+
_setter("iso_code", iso_code)
|
9789
|
+
_setter("name", name)
|
9790
|
+
_setter("std_precision", std_precision)
|
7904
9791
|
|
7905
9792
|
@property
|
7906
9793
|
@pulumi.getter(name="isoCode")
|
@@ -7944,12 +9831,31 @@ class GetSubscribedServicesSubscribedServiceRateCardProductResult(dict):
|
|
7944
9831
|
:param str ucm_rate_card_part_type: Rate card part type of Product
|
7945
9832
|
:param str unit_of_measure: Unit of measure
|
7946
9833
|
"""
|
7947
|
-
|
7948
|
-
|
7949
|
-
|
7950
|
-
|
7951
|
-
|
7952
|
-
|
9834
|
+
GetSubscribedServicesSubscribedServiceRateCardProductResult._configure(
|
9835
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
9836
|
+
billing_category=billing_category,
|
9837
|
+
name=name,
|
9838
|
+
part_number=part_number,
|
9839
|
+
product_category=product_category,
|
9840
|
+
ucm_rate_card_part_type=ucm_rate_card_part_type,
|
9841
|
+
unit_of_measure=unit_of_measure,
|
9842
|
+
)
|
9843
|
+
@staticmethod
|
9844
|
+
def _configure(
|
9845
|
+
_setter: Callable[[Any, Any], None],
|
9846
|
+
billing_category: str,
|
9847
|
+
name: str,
|
9848
|
+
part_number: str,
|
9849
|
+
product_category: str,
|
9850
|
+
ucm_rate_card_part_type: str,
|
9851
|
+
unit_of_measure: str,
|
9852
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
9853
|
+
_setter("billing_category", billing_category)
|
9854
|
+
_setter("name", name)
|
9855
|
+
_setter("part_number", part_number)
|
9856
|
+
_setter("product_category", product_category)
|
9857
|
+
_setter("ucm_rate_card_part_type", ucm_rate_card_part_type)
|
9858
|
+
_setter("unit_of_measure", unit_of_measure)
|
7953
9859
|
|
7954
9860
|
@property
|
7955
9861
|
@pulumi.getter(name="billingCategory")
|
@@ -8011,9 +9917,22 @@ class GetSubscribedServicesSubscribedServiceRateCardRateCardTierResult(dict):
|
|
8011
9917
|
:param str overage_price: Rate card tier overage price
|
8012
9918
|
:param str up_to_quantity: Rate card tier quantity range
|
8013
9919
|
"""
|
8014
|
-
|
8015
|
-
|
8016
|
-
|
9920
|
+
GetSubscribedServicesSubscribedServiceRateCardRateCardTierResult._configure(
|
9921
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
9922
|
+
net_unit_price=net_unit_price,
|
9923
|
+
overage_price=overage_price,
|
9924
|
+
up_to_quantity=up_to_quantity,
|
9925
|
+
)
|
9926
|
+
@staticmethod
|
9927
|
+
def _configure(
|
9928
|
+
_setter: Callable[[Any, Any], None],
|
9929
|
+
net_unit_price: str,
|
9930
|
+
overage_price: str,
|
9931
|
+
up_to_quantity: str,
|
9932
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
9933
|
+
_setter("net_unit_price", net_unit_price)
|
9934
|
+
_setter("overage_price", overage_price)
|
9935
|
+
_setter("up_to_quantity", up_to_quantity)
|
8017
9936
|
|
8018
9937
|
@property
|
8019
9938
|
@pulumi.getter(name="netUnitPrice")
|
@@ -8063,15 +9982,40 @@ class GetSubscribedServicesSubscribedServiceResellerAddressResult(dict):
|
|
8063
9982
|
:param str tca_cust_acct_site_id: TCA customer account site Id.
|
8064
9983
|
:param str tca_party_site_number: Party site number.
|
8065
9984
|
"""
|
8066
|
-
|
8067
|
-
|
8068
|
-
|
8069
|
-
|
8070
|
-
|
8071
|
-
|
8072
|
-
|
8073
|
-
|
8074
|
-
|
9985
|
+
GetSubscribedServicesSubscribedServiceResellerAddressResult._configure(
|
9986
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
9987
|
+
bill_site_use_id=bill_site_use_id,
|
9988
|
+
is_bill_to=is_bill_to,
|
9989
|
+
is_ship_to=is_ship_to,
|
9990
|
+
locations=locations,
|
9991
|
+
name=name,
|
9992
|
+
phone=phone,
|
9993
|
+
service2site_use_id=service2site_use_id,
|
9994
|
+
tca_cust_acct_site_id=tca_cust_acct_site_id,
|
9995
|
+
tca_party_site_number=tca_party_site_number,
|
9996
|
+
)
|
9997
|
+
@staticmethod
|
9998
|
+
def _configure(
|
9999
|
+
_setter: Callable[[Any, Any], None],
|
10000
|
+
bill_site_use_id: str,
|
10001
|
+
is_bill_to: bool,
|
10002
|
+
is_ship_to: bool,
|
10003
|
+
locations: Sequence['outputs.GetSubscribedServicesSubscribedServiceResellerAddressLocationResult'],
|
10004
|
+
name: str,
|
10005
|
+
phone: str,
|
10006
|
+
service2site_use_id: str,
|
10007
|
+
tca_cust_acct_site_id: str,
|
10008
|
+
tca_party_site_number: str,
|
10009
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
10010
|
+
_setter("bill_site_use_id", bill_site_use_id)
|
10011
|
+
_setter("is_bill_to", is_bill_to)
|
10012
|
+
_setter("is_ship_to", is_ship_to)
|
10013
|
+
_setter("locations", locations)
|
10014
|
+
_setter("name", name)
|
10015
|
+
_setter("phone", phone)
|
10016
|
+
_setter("service2site_use_id", service2site_use_id)
|
10017
|
+
_setter("tca_cust_acct_site_id", tca_cust_acct_site_id)
|
10018
|
+
_setter("tca_party_site_number", tca_party_site_number)
|
8075
10019
|
|
8076
10020
|
@property
|
8077
10021
|
@pulumi.getter(name="billSiteUseId")
|
@@ -8165,13 +10109,34 @@ class GetSubscribedServicesSubscribedServiceResellerAddressLocationResult(dict):
|
|
8165
10109
|
:param str region: Region.
|
8166
10110
|
:param str tca_location_id: Region.
|
8167
10111
|
"""
|
8168
|
-
|
8169
|
-
|
8170
|
-
|
8171
|
-
|
8172
|
-
|
8173
|
-
|
8174
|
-
|
10112
|
+
GetSubscribedServicesSubscribedServiceResellerAddressLocationResult._configure(
|
10113
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
10114
|
+
address1=address1,
|
10115
|
+
address2=address2,
|
10116
|
+
city=city,
|
10117
|
+
country=country,
|
10118
|
+
postal_code=postal_code,
|
10119
|
+
region=region,
|
10120
|
+
tca_location_id=tca_location_id,
|
10121
|
+
)
|
10122
|
+
@staticmethod
|
10123
|
+
def _configure(
|
10124
|
+
_setter: Callable[[Any, Any], None],
|
10125
|
+
address1: str,
|
10126
|
+
address2: str,
|
10127
|
+
city: str,
|
10128
|
+
country: str,
|
10129
|
+
postal_code: str,
|
10130
|
+
region: str,
|
10131
|
+
tca_location_id: str,
|
10132
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
10133
|
+
_setter("address1", address1)
|
10134
|
+
_setter("address2", address2)
|
10135
|
+
_setter("city", city)
|
10136
|
+
_setter("country", country)
|
10137
|
+
_setter("postal_code", postal_code)
|
10138
|
+
_setter("region", region)
|
10139
|
+
_setter("tca_location_id", tca_location_id)
|
8175
10140
|
|
8176
10141
|
@property
|
8177
10142
|
@pulumi.getter
|
@@ -8251,14 +10216,37 @@ class GetSubscribedServicesSubscribedServiceResellerContactResult(dict):
|
|
8251
10216
|
:param str tca_party_id: TCA party ID.
|
8252
10217
|
:param str username: Username.
|
8253
10218
|
"""
|
8254
|
-
|
8255
|
-
|
8256
|
-
|
8257
|
-
|
8258
|
-
|
8259
|
-
|
8260
|
-
|
8261
|
-
|
10219
|
+
GetSubscribedServicesSubscribedServiceResellerContactResult._configure(
|
10220
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
10221
|
+
email=email,
|
10222
|
+
first_name=first_name,
|
10223
|
+
last_name=last_name,
|
10224
|
+
name=name,
|
10225
|
+
tca_contact_id=tca_contact_id,
|
10226
|
+
tca_cust_accnt_site_id=tca_cust_accnt_site_id,
|
10227
|
+
tca_party_id=tca_party_id,
|
10228
|
+
username=username,
|
10229
|
+
)
|
10230
|
+
@staticmethod
|
10231
|
+
def _configure(
|
10232
|
+
_setter: Callable[[Any, Any], None],
|
10233
|
+
email: str,
|
10234
|
+
first_name: str,
|
10235
|
+
last_name: str,
|
10236
|
+
name: str,
|
10237
|
+
tca_contact_id: str,
|
10238
|
+
tca_cust_accnt_site_id: str,
|
10239
|
+
tca_party_id: str,
|
10240
|
+
username: str,
|
10241
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
10242
|
+
_setter("email", email)
|
10243
|
+
_setter("first_name", first_name)
|
10244
|
+
_setter("last_name", last_name)
|
10245
|
+
_setter("name", name)
|
10246
|
+
_setter("tca_contact_id", tca_contact_id)
|
10247
|
+
_setter("tca_cust_accnt_site_id", tca_cust_accnt_site_id)
|
10248
|
+
_setter("tca_party_id", tca_party_id)
|
10249
|
+
_setter("username", username)
|
8262
10250
|
|
8263
10251
|
@property
|
8264
10252
|
@pulumi.getter
|
@@ -8348,15 +10336,40 @@ class GetSubscribedServicesSubscribedServiceResellerCustomerResult(dict):
|
|
8348
10336
|
:param str tca_party_id: TCA party ID.
|
8349
10337
|
:param str tca_party_number: TCA party number.
|
8350
10338
|
"""
|
8351
|
-
|
8352
|
-
|
8353
|
-
|
8354
|
-
|
8355
|
-
|
8356
|
-
|
8357
|
-
|
8358
|
-
|
8359
|
-
|
10339
|
+
GetSubscribedServicesSubscribedServiceResellerCustomerResult._configure(
|
10340
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
10341
|
+
customer_chain_type=customer_chain_type,
|
10342
|
+
is_chain_customer=is_chain_customer,
|
10343
|
+
is_public_sector=is_public_sector,
|
10344
|
+
name=name,
|
10345
|
+
name_phonetic=name_phonetic,
|
10346
|
+
tca_cust_account_number=tca_cust_account_number,
|
10347
|
+
tca_customer_account_id=tca_customer_account_id,
|
10348
|
+
tca_party_id=tca_party_id,
|
10349
|
+
tca_party_number=tca_party_number,
|
10350
|
+
)
|
10351
|
+
@staticmethod
|
10352
|
+
def _configure(
|
10353
|
+
_setter: Callable[[Any, Any], None],
|
10354
|
+
customer_chain_type: str,
|
10355
|
+
is_chain_customer: bool,
|
10356
|
+
is_public_sector: bool,
|
10357
|
+
name: str,
|
10358
|
+
name_phonetic: str,
|
10359
|
+
tca_cust_account_number: str,
|
10360
|
+
tca_customer_account_id: str,
|
10361
|
+
tca_party_id: str,
|
10362
|
+
tca_party_number: str,
|
10363
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
10364
|
+
_setter("customer_chain_type", customer_chain_type)
|
10365
|
+
_setter("is_chain_customer", is_chain_customer)
|
10366
|
+
_setter("is_public_sector", is_public_sector)
|
10367
|
+
_setter("name", name)
|
10368
|
+
_setter("name_phonetic", name_phonetic)
|
10369
|
+
_setter("tca_cust_account_number", tca_cust_account_number)
|
10370
|
+
_setter("tca_customer_account_id", tca_customer_account_id)
|
10371
|
+
_setter("tca_party_id", tca_party_id)
|
10372
|
+
_setter("tca_party_number", tca_party_number)
|
8360
10373
|
|
8361
10374
|
@property
|
8362
10375
|
@pulumi.getter(name="customerChainType")
|
@@ -8454,15 +10467,40 @@ class GetSubscribedServicesSubscribedServiceServiceToAddressResult(dict):
|
|
8454
10467
|
:param str tca_cust_acct_site_id: TCA customer account site Id.
|
8455
10468
|
:param str tca_party_site_number: Party site number.
|
8456
10469
|
"""
|
8457
|
-
|
8458
|
-
|
8459
|
-
|
8460
|
-
|
8461
|
-
|
8462
|
-
|
8463
|
-
|
8464
|
-
|
8465
|
-
|
10470
|
+
GetSubscribedServicesSubscribedServiceServiceToAddressResult._configure(
|
10471
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
10472
|
+
bill_site_use_id=bill_site_use_id,
|
10473
|
+
is_bill_to=is_bill_to,
|
10474
|
+
is_ship_to=is_ship_to,
|
10475
|
+
locations=locations,
|
10476
|
+
name=name,
|
10477
|
+
phone=phone,
|
10478
|
+
service2site_use_id=service2site_use_id,
|
10479
|
+
tca_cust_acct_site_id=tca_cust_acct_site_id,
|
10480
|
+
tca_party_site_number=tca_party_site_number,
|
10481
|
+
)
|
10482
|
+
@staticmethod
|
10483
|
+
def _configure(
|
10484
|
+
_setter: Callable[[Any, Any], None],
|
10485
|
+
bill_site_use_id: str,
|
10486
|
+
is_bill_to: bool,
|
10487
|
+
is_ship_to: bool,
|
10488
|
+
locations: Sequence['outputs.GetSubscribedServicesSubscribedServiceServiceToAddressLocationResult'],
|
10489
|
+
name: str,
|
10490
|
+
phone: str,
|
10491
|
+
service2site_use_id: str,
|
10492
|
+
tca_cust_acct_site_id: str,
|
10493
|
+
tca_party_site_number: str,
|
10494
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
10495
|
+
_setter("bill_site_use_id", bill_site_use_id)
|
10496
|
+
_setter("is_bill_to", is_bill_to)
|
10497
|
+
_setter("is_ship_to", is_ship_to)
|
10498
|
+
_setter("locations", locations)
|
10499
|
+
_setter("name", name)
|
10500
|
+
_setter("phone", phone)
|
10501
|
+
_setter("service2site_use_id", service2site_use_id)
|
10502
|
+
_setter("tca_cust_acct_site_id", tca_cust_acct_site_id)
|
10503
|
+
_setter("tca_party_site_number", tca_party_site_number)
|
8466
10504
|
|
8467
10505
|
@property
|
8468
10506
|
@pulumi.getter(name="billSiteUseId")
|
@@ -8556,13 +10594,34 @@ class GetSubscribedServicesSubscribedServiceServiceToAddressLocationResult(dict)
|
|
8556
10594
|
:param str region: Region.
|
8557
10595
|
:param str tca_location_id: Region.
|
8558
10596
|
"""
|
8559
|
-
|
8560
|
-
|
8561
|
-
|
8562
|
-
|
8563
|
-
|
8564
|
-
|
8565
|
-
|
10597
|
+
GetSubscribedServicesSubscribedServiceServiceToAddressLocationResult._configure(
|
10598
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
10599
|
+
address1=address1,
|
10600
|
+
address2=address2,
|
10601
|
+
city=city,
|
10602
|
+
country=country,
|
10603
|
+
postal_code=postal_code,
|
10604
|
+
region=region,
|
10605
|
+
tca_location_id=tca_location_id,
|
10606
|
+
)
|
10607
|
+
@staticmethod
|
10608
|
+
def _configure(
|
10609
|
+
_setter: Callable[[Any, Any], None],
|
10610
|
+
address1: str,
|
10611
|
+
address2: str,
|
10612
|
+
city: str,
|
10613
|
+
country: str,
|
10614
|
+
postal_code: str,
|
10615
|
+
region: str,
|
10616
|
+
tca_location_id: str,
|
10617
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
10618
|
+
_setter("address1", address1)
|
10619
|
+
_setter("address2", address2)
|
10620
|
+
_setter("city", city)
|
10621
|
+
_setter("country", country)
|
10622
|
+
_setter("postal_code", postal_code)
|
10623
|
+
_setter("region", region)
|
10624
|
+
_setter("tca_location_id", tca_location_id)
|
8566
10625
|
|
8567
10626
|
@property
|
8568
10627
|
@pulumi.getter
|
@@ -8642,14 +10701,37 @@ class GetSubscribedServicesSubscribedServiceServiceToContactResult(dict):
|
|
8642
10701
|
:param str tca_party_id: TCA party ID.
|
8643
10702
|
:param str username: Username.
|
8644
10703
|
"""
|
8645
|
-
|
8646
|
-
|
8647
|
-
|
8648
|
-
|
8649
|
-
|
8650
|
-
|
8651
|
-
|
8652
|
-
|
10704
|
+
GetSubscribedServicesSubscribedServiceServiceToContactResult._configure(
|
10705
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
10706
|
+
email=email,
|
10707
|
+
first_name=first_name,
|
10708
|
+
last_name=last_name,
|
10709
|
+
name=name,
|
10710
|
+
tca_contact_id=tca_contact_id,
|
10711
|
+
tca_cust_accnt_site_id=tca_cust_accnt_site_id,
|
10712
|
+
tca_party_id=tca_party_id,
|
10713
|
+
username=username,
|
10714
|
+
)
|
10715
|
+
@staticmethod
|
10716
|
+
def _configure(
|
10717
|
+
_setter: Callable[[Any, Any], None],
|
10718
|
+
email: str,
|
10719
|
+
first_name: str,
|
10720
|
+
last_name: str,
|
10721
|
+
name: str,
|
10722
|
+
tca_contact_id: str,
|
10723
|
+
tca_cust_accnt_site_id: str,
|
10724
|
+
tca_party_id: str,
|
10725
|
+
username: str,
|
10726
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
10727
|
+
_setter("email", email)
|
10728
|
+
_setter("first_name", first_name)
|
10729
|
+
_setter("last_name", last_name)
|
10730
|
+
_setter("name", name)
|
10731
|
+
_setter("tca_contact_id", tca_contact_id)
|
10732
|
+
_setter("tca_cust_accnt_site_id", tca_cust_accnt_site_id)
|
10733
|
+
_setter("tca_party_id", tca_party_id)
|
10734
|
+
_setter("username", username)
|
8653
10735
|
|
8654
10736
|
@property
|
8655
10737
|
@pulumi.getter
|
@@ -8739,15 +10821,40 @@ class GetSubscribedServicesSubscribedServiceServiceToCustomerResult(dict):
|
|
8739
10821
|
:param str tca_party_id: TCA party ID.
|
8740
10822
|
:param str tca_party_number: TCA party number.
|
8741
10823
|
"""
|
8742
|
-
|
8743
|
-
|
8744
|
-
|
8745
|
-
|
8746
|
-
|
8747
|
-
|
8748
|
-
|
8749
|
-
|
8750
|
-
|
10824
|
+
GetSubscribedServicesSubscribedServiceServiceToCustomerResult._configure(
|
10825
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
10826
|
+
customer_chain_type=customer_chain_type,
|
10827
|
+
is_chain_customer=is_chain_customer,
|
10828
|
+
is_public_sector=is_public_sector,
|
10829
|
+
name=name,
|
10830
|
+
name_phonetic=name_phonetic,
|
10831
|
+
tca_cust_account_number=tca_cust_account_number,
|
10832
|
+
tca_customer_account_id=tca_customer_account_id,
|
10833
|
+
tca_party_id=tca_party_id,
|
10834
|
+
tca_party_number=tca_party_number,
|
10835
|
+
)
|
10836
|
+
@staticmethod
|
10837
|
+
def _configure(
|
10838
|
+
_setter: Callable[[Any, Any], None],
|
10839
|
+
customer_chain_type: str,
|
10840
|
+
is_chain_customer: bool,
|
10841
|
+
is_public_sector: bool,
|
10842
|
+
name: str,
|
10843
|
+
name_phonetic: str,
|
10844
|
+
tca_cust_account_number: str,
|
10845
|
+
tca_customer_account_id: str,
|
10846
|
+
tca_party_id: str,
|
10847
|
+
tca_party_number: str,
|
10848
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
10849
|
+
_setter("customer_chain_type", customer_chain_type)
|
10850
|
+
_setter("is_chain_customer", is_chain_customer)
|
10851
|
+
_setter("is_public_sector", is_public_sector)
|
10852
|
+
_setter("name", name)
|
10853
|
+
_setter("name_phonetic", name_phonetic)
|
10854
|
+
_setter("tca_cust_account_number", tca_cust_account_number)
|
10855
|
+
_setter("tca_customer_account_id", tca_customer_account_id)
|
10856
|
+
_setter("tca_party_id", tca_party_id)
|
10857
|
+
_setter("tca_party_number", tca_party_number)
|
8751
10858
|
|
8752
10859
|
@property
|
8753
10860
|
@pulumi.getter(name="customerChainType")
|
@@ -8843,14 +10950,37 @@ class GetSubscribedServicesSubscribedServiceSoldToContactResult(dict):
|
|
8843
10950
|
:param str tca_party_id: TCA party ID.
|
8844
10951
|
:param str username: Username.
|
8845
10952
|
"""
|
8846
|
-
|
8847
|
-
|
8848
|
-
|
8849
|
-
|
8850
|
-
|
8851
|
-
|
8852
|
-
|
8853
|
-
|
10953
|
+
GetSubscribedServicesSubscribedServiceSoldToContactResult._configure(
|
10954
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
10955
|
+
email=email,
|
10956
|
+
first_name=first_name,
|
10957
|
+
last_name=last_name,
|
10958
|
+
name=name,
|
10959
|
+
tca_contact_id=tca_contact_id,
|
10960
|
+
tca_cust_accnt_site_id=tca_cust_accnt_site_id,
|
10961
|
+
tca_party_id=tca_party_id,
|
10962
|
+
username=username,
|
10963
|
+
)
|
10964
|
+
@staticmethod
|
10965
|
+
def _configure(
|
10966
|
+
_setter: Callable[[Any, Any], None],
|
10967
|
+
email: str,
|
10968
|
+
first_name: str,
|
10969
|
+
last_name: str,
|
10970
|
+
name: str,
|
10971
|
+
tca_contact_id: str,
|
10972
|
+
tca_cust_accnt_site_id: str,
|
10973
|
+
tca_party_id: str,
|
10974
|
+
username: str,
|
10975
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
10976
|
+
_setter("email", email)
|
10977
|
+
_setter("first_name", first_name)
|
10978
|
+
_setter("last_name", last_name)
|
10979
|
+
_setter("name", name)
|
10980
|
+
_setter("tca_contact_id", tca_contact_id)
|
10981
|
+
_setter("tca_cust_accnt_site_id", tca_cust_accnt_site_id)
|
10982
|
+
_setter("tca_party_id", tca_party_id)
|
10983
|
+
_setter("username", username)
|
8854
10984
|
|
8855
10985
|
@property
|
8856
10986
|
@pulumi.getter
|
@@ -8940,15 +11070,40 @@ class GetSubscribedServicesSubscribedServiceSoldToCustomerResult(dict):
|
|
8940
11070
|
:param str tca_party_id: TCA party ID.
|
8941
11071
|
:param str tca_party_number: TCA party number.
|
8942
11072
|
"""
|
8943
|
-
|
8944
|
-
|
8945
|
-
|
8946
|
-
|
8947
|
-
|
8948
|
-
|
8949
|
-
|
8950
|
-
|
8951
|
-
|
11073
|
+
GetSubscribedServicesSubscribedServiceSoldToCustomerResult._configure(
|
11074
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
11075
|
+
customer_chain_type=customer_chain_type,
|
11076
|
+
is_chain_customer=is_chain_customer,
|
11077
|
+
is_public_sector=is_public_sector,
|
11078
|
+
name=name,
|
11079
|
+
name_phonetic=name_phonetic,
|
11080
|
+
tca_cust_account_number=tca_cust_account_number,
|
11081
|
+
tca_customer_account_id=tca_customer_account_id,
|
11082
|
+
tca_party_id=tca_party_id,
|
11083
|
+
tca_party_number=tca_party_number,
|
11084
|
+
)
|
11085
|
+
@staticmethod
|
11086
|
+
def _configure(
|
11087
|
+
_setter: Callable[[Any, Any], None],
|
11088
|
+
customer_chain_type: str,
|
11089
|
+
is_chain_customer: bool,
|
11090
|
+
is_public_sector: bool,
|
11091
|
+
name: str,
|
11092
|
+
name_phonetic: str,
|
11093
|
+
tca_cust_account_number: str,
|
11094
|
+
tca_customer_account_id: str,
|
11095
|
+
tca_party_id: str,
|
11096
|
+
tca_party_number: str,
|
11097
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
11098
|
+
_setter("customer_chain_type", customer_chain_type)
|
11099
|
+
_setter("is_chain_customer", is_chain_customer)
|
11100
|
+
_setter("is_public_sector", is_public_sector)
|
11101
|
+
_setter("name", name)
|
11102
|
+
_setter("name_phonetic", name_phonetic)
|
11103
|
+
_setter("tca_cust_account_number", tca_cust_account_number)
|
11104
|
+
_setter("tca_customer_account_id", tca_customer_account_id)
|
11105
|
+
_setter("tca_party_id", tca_party_id)
|
11106
|
+
_setter("tca_party_number", tca_party_number)
|
8952
11107
|
|
8953
11108
|
@property
|
8954
11109
|
@pulumi.getter(name="customerChainType")
|
@@ -9032,10 +11187,23 @@ class GetSubscriptionsFilterResult(dict):
|
|
9032
11187
|
"""
|
9033
11188
|
:param str name: Product name
|
9034
11189
|
"""
|
9035
|
-
|
9036
|
-
|
11190
|
+
GetSubscriptionsFilterResult._configure(
|
11191
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
11192
|
+
name=name,
|
11193
|
+
values=values,
|
11194
|
+
regex=regex,
|
11195
|
+
)
|
11196
|
+
@staticmethod
|
11197
|
+
def _configure(
|
11198
|
+
_setter: Callable[[Any, Any], None],
|
11199
|
+
name: str,
|
11200
|
+
values: Sequence[str],
|
11201
|
+
regex: Optional[bool] = None,
|
11202
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
11203
|
+
_setter("name", name)
|
11204
|
+
_setter("values", values)
|
9037
11205
|
if regex is not None:
|
9038
|
-
|
11206
|
+
_setter("regex", regex)
|
9039
11207
|
|
9040
11208
|
@property
|
9041
11209
|
@pulumi.getter
|
@@ -9077,14 +11245,37 @@ class GetSubscriptionsSubscriptionResult(dict):
|
|
9077
11245
|
:param str time_hold_release_eta: Represents the date of the hold release
|
9078
11246
|
:param str time_start: Represents the date when the first service of the subscription was activated
|
9079
11247
|
"""
|
9080
|
-
|
9081
|
-
|
9082
|
-
|
9083
|
-
|
9084
|
-
|
9085
|
-
|
9086
|
-
|
9087
|
-
|
11248
|
+
GetSubscriptionsSubscriptionResult._configure(
|
11249
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
11250
|
+
currencies=currencies,
|
11251
|
+
hold_reason=hold_reason,
|
11252
|
+
service_name=service_name,
|
11253
|
+
status=status,
|
11254
|
+
subscribed_services=subscribed_services,
|
11255
|
+
time_end=time_end,
|
11256
|
+
time_hold_release_eta=time_hold_release_eta,
|
11257
|
+
time_start=time_start,
|
11258
|
+
)
|
11259
|
+
@staticmethod
|
11260
|
+
def _configure(
|
11261
|
+
_setter: Callable[[Any, Any], None],
|
11262
|
+
currencies: Sequence['outputs.GetSubscriptionsSubscriptionCurrencyResult'],
|
11263
|
+
hold_reason: str,
|
11264
|
+
service_name: str,
|
11265
|
+
status: str,
|
11266
|
+
subscribed_services: Sequence['outputs.GetSubscriptionsSubscriptionSubscribedServiceResult'],
|
11267
|
+
time_end: str,
|
11268
|
+
time_hold_release_eta: str,
|
11269
|
+
time_start: str,
|
11270
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
11271
|
+
_setter("currencies", currencies)
|
11272
|
+
_setter("hold_reason", hold_reason)
|
11273
|
+
_setter("service_name", service_name)
|
11274
|
+
_setter("status", status)
|
11275
|
+
_setter("subscribed_services", subscribed_services)
|
11276
|
+
_setter("time_end", time_end)
|
11277
|
+
_setter("time_hold_release_eta", time_hold_release_eta)
|
11278
|
+
_setter("time_start", time_start)
|
9088
11279
|
|
9089
11280
|
@property
|
9090
11281
|
@pulumi.getter
|
@@ -9162,9 +11353,22 @@ class GetSubscriptionsSubscriptionCurrencyResult(dict):
|
|
9162
11353
|
:param str name: Product name
|
9163
11354
|
:param str std_precision: Standard Precision of the Currency
|
9164
11355
|
"""
|
9165
|
-
|
9166
|
-
|
9167
|
-
|
11356
|
+
GetSubscriptionsSubscriptionCurrencyResult._configure(
|
11357
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
11358
|
+
iso_code=iso_code,
|
11359
|
+
name=name,
|
11360
|
+
std_precision=std_precision,
|
11361
|
+
)
|
11362
|
+
@staticmethod
|
11363
|
+
def _configure(
|
11364
|
+
_setter: Callable[[Any, Any], None],
|
11365
|
+
iso_code: str,
|
11366
|
+
name: str,
|
11367
|
+
std_precision: str,
|
11368
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
11369
|
+
_setter("iso_code", iso_code)
|
11370
|
+
_setter("name", name)
|
11371
|
+
_setter("std_precision", std_precision)
|
9168
11372
|
|
9169
11373
|
@property
|
9170
11374
|
@pulumi.getter(name="isoCode")
|
@@ -9246,31 +11450,88 @@ class GetSubscriptionsSubscriptionSubscribedServiceResult(dict):
|
|
9246
11450
|
:param str total_value: Subscribed service total value
|
9247
11451
|
:param str used_amount: Subscribed service used amount
|
9248
11452
|
"""
|
9249
|
-
|
9250
|
-
|
9251
|
-
|
9252
|
-
|
9253
|
-
|
9254
|
-
|
9255
|
-
|
9256
|
-
|
9257
|
-
|
9258
|
-
|
9259
|
-
|
9260
|
-
|
9261
|
-
|
9262
|
-
|
9263
|
-
|
9264
|
-
|
9265
|
-
|
9266
|
-
|
9267
|
-
|
9268
|
-
|
9269
|
-
|
9270
|
-
|
9271
|
-
|
9272
|
-
|
9273
|
-
|
11453
|
+
GetSubscriptionsSubscriptionSubscribedServiceResult._configure(
|
11454
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
11455
|
+
available_amount=available_amount,
|
11456
|
+
booking_opty_number=booking_opty_number,
|
11457
|
+
commitment_services=commitment_services,
|
11458
|
+
csi=csi,
|
11459
|
+
data_center_region=data_center_region,
|
11460
|
+
funded_allocation_value=funded_allocation_value,
|
11461
|
+
id=id,
|
11462
|
+
is_intent_to_pay=is_intent_to_pay,
|
11463
|
+
net_unit_price=net_unit_price,
|
11464
|
+
operation_type=operation_type,
|
11465
|
+
order_number=order_number,
|
11466
|
+
original_promo_amount=original_promo_amount,
|
11467
|
+
partner_transaction_type=partner_transaction_type,
|
11468
|
+
pricing_model=pricing_model,
|
11469
|
+
products=products,
|
11470
|
+
program_type=program_type,
|
11471
|
+
promo_type=promo_type,
|
11472
|
+
quantity=quantity,
|
11473
|
+
status=status,
|
11474
|
+
term_value=term_value,
|
11475
|
+
term_value_uom=term_value_uom,
|
11476
|
+
time_end=time_end,
|
11477
|
+
time_start=time_start,
|
11478
|
+
total_value=total_value,
|
11479
|
+
used_amount=used_amount,
|
11480
|
+
)
|
11481
|
+
@staticmethod
|
11482
|
+
def _configure(
|
11483
|
+
_setter: Callable[[Any, Any], None],
|
11484
|
+
available_amount: str,
|
11485
|
+
booking_opty_number: str,
|
11486
|
+
commitment_services: Sequence['outputs.GetSubscriptionsSubscriptionSubscribedServiceCommitmentServiceResult'],
|
11487
|
+
csi: str,
|
11488
|
+
data_center_region: str,
|
11489
|
+
funded_allocation_value: str,
|
11490
|
+
id: str,
|
11491
|
+
is_intent_to_pay: bool,
|
11492
|
+
net_unit_price: str,
|
11493
|
+
operation_type: str,
|
11494
|
+
order_number: str,
|
11495
|
+
original_promo_amount: str,
|
11496
|
+
partner_transaction_type: str,
|
11497
|
+
pricing_model: str,
|
11498
|
+
products: Sequence['outputs.GetSubscriptionsSubscriptionSubscribedServiceProductResult'],
|
11499
|
+
program_type: str,
|
11500
|
+
promo_type: str,
|
11501
|
+
quantity: str,
|
11502
|
+
status: str,
|
11503
|
+
term_value: str,
|
11504
|
+
term_value_uom: str,
|
11505
|
+
time_end: str,
|
11506
|
+
time_start: str,
|
11507
|
+
total_value: str,
|
11508
|
+
used_amount: str,
|
11509
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
11510
|
+
_setter("available_amount", available_amount)
|
11511
|
+
_setter("booking_opty_number", booking_opty_number)
|
11512
|
+
_setter("commitment_services", commitment_services)
|
11513
|
+
_setter("csi", csi)
|
11514
|
+
_setter("data_center_region", data_center_region)
|
11515
|
+
_setter("funded_allocation_value", funded_allocation_value)
|
11516
|
+
_setter("id", id)
|
11517
|
+
_setter("is_intent_to_pay", is_intent_to_pay)
|
11518
|
+
_setter("net_unit_price", net_unit_price)
|
11519
|
+
_setter("operation_type", operation_type)
|
11520
|
+
_setter("order_number", order_number)
|
11521
|
+
_setter("original_promo_amount", original_promo_amount)
|
11522
|
+
_setter("partner_transaction_type", partner_transaction_type)
|
11523
|
+
_setter("pricing_model", pricing_model)
|
11524
|
+
_setter("products", products)
|
11525
|
+
_setter("program_type", program_type)
|
11526
|
+
_setter("promo_type", promo_type)
|
11527
|
+
_setter("quantity", quantity)
|
11528
|
+
_setter("status", status)
|
11529
|
+
_setter("term_value", term_value)
|
11530
|
+
_setter("term_value_uom", term_value_uom)
|
11531
|
+
_setter("time_end", time_end)
|
11532
|
+
_setter("time_start", time_start)
|
11533
|
+
_setter("total_value", total_value)
|
11534
|
+
_setter("used_amount", used_amount)
|
9274
11535
|
|
9275
11536
|
@property
|
9276
11537
|
@pulumi.getter(name="availableAmount")
|
@@ -9490,12 +11751,31 @@ class GetSubscriptionsSubscriptionSubscribedServiceCommitmentServiceResult(dict)
|
|
9490
11751
|
:param str time_end: Represents the date when the last service of the subscription ends
|
9491
11752
|
:param str time_start: Represents the date when the first service of the subscription was activated
|
9492
11753
|
"""
|
9493
|
-
|
9494
|
-
|
9495
|
-
|
9496
|
-
|
9497
|
-
|
9498
|
-
|
11754
|
+
GetSubscriptionsSubscriptionSubscribedServiceCommitmentServiceResult._configure(
|
11755
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
11756
|
+
available_amount=available_amount,
|
11757
|
+
funded_allocation_value=funded_allocation_value,
|
11758
|
+
line_net_amount=line_net_amount,
|
11759
|
+
quantity=quantity,
|
11760
|
+
time_end=time_end,
|
11761
|
+
time_start=time_start,
|
11762
|
+
)
|
11763
|
+
@staticmethod
|
11764
|
+
def _configure(
|
11765
|
+
_setter: Callable[[Any, Any], None],
|
11766
|
+
available_amount: str,
|
11767
|
+
funded_allocation_value: str,
|
11768
|
+
line_net_amount: str,
|
11769
|
+
quantity: str,
|
11770
|
+
time_end: str,
|
11771
|
+
time_start: str,
|
11772
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
11773
|
+
_setter("available_amount", available_amount)
|
11774
|
+
_setter("funded_allocation_value", funded_allocation_value)
|
11775
|
+
_setter("line_net_amount", line_net_amount)
|
11776
|
+
_setter("quantity", quantity)
|
11777
|
+
_setter("time_end", time_end)
|
11778
|
+
_setter("time_start", time_start)
|
9499
11779
|
|
9500
11780
|
@property
|
9501
11781
|
@pulumi.getter(name="availableAmount")
|
@@ -9559,10 +11839,25 @@ class GetSubscriptionsSubscriptionSubscribedServiceProductResult(dict):
|
|
9559
11839
|
:param str provisioning_group: Product provisioning group
|
9560
11840
|
:param str unit_of_measure: Unit of measure
|
9561
11841
|
"""
|
9562
|
-
|
9563
|
-
|
9564
|
-
|
9565
|
-
|
11842
|
+
GetSubscriptionsSubscriptionSubscribedServiceProductResult._configure(
|
11843
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
11844
|
+
name=name,
|
11845
|
+
part_number=part_number,
|
11846
|
+
provisioning_group=provisioning_group,
|
11847
|
+
unit_of_measure=unit_of_measure,
|
11848
|
+
)
|
11849
|
+
@staticmethod
|
11850
|
+
def _configure(
|
11851
|
+
_setter: Callable[[Any, Any], None],
|
11852
|
+
name: str,
|
11853
|
+
part_number: str,
|
11854
|
+
provisioning_group: str,
|
11855
|
+
unit_of_measure: str,
|
11856
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
11857
|
+
_setter("name", name)
|
11858
|
+
_setter("part_number", part_number)
|
11859
|
+
_setter("provisioning_group", provisioning_group)
|
11860
|
+
_setter("unit_of_measure", unit_of_measure)
|
9566
11861
|
|
9567
11862
|
@property
|
9568
11863
|
@pulumi.getter
|