pulumi-alicloud 3.58.0__py3-none-any.whl → 3.58.0a1718943944__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.
Potentially problematic release.
This version of pulumi-alicloud might be problematic. Click here for more details.
- pulumi_alicloud/__init__.py +0 -24
- pulumi_alicloud/_inputs.py +9 -9
- pulumi_alicloud/_utilities.py +0 -35
- pulumi_alicloud/actiontrail/get_trails.py +3 -1
- pulumi_alicloud/actiontrail/get_trails_deprecated.py +3 -1
- pulumi_alicloud/actiontrail/trail.py +27 -9
- pulumi_alicloud/actiontrail/trail_deprecated.py +27 -9
- pulumi_alicloud/adb/cluster.py +18 -6
- pulumi_alicloud/adb/db_cluster.py +18 -6
- pulumi_alicloud/alb/__init__.py +0 -1
- pulumi_alicloud/alb/acl.py +9 -3
- pulumi_alicloud/alb/get_load_balancers.py +3 -1
- pulumi_alicloud/alb/listener.py +9 -3
- pulumi_alicloud/alb/outputs.py +3 -1
- pulumi_alicloud/alikafka/instance.py +9 -3
- pulumi_alicloud/cas/certificate.py +9 -3
- pulumi_alicloud/cas/outputs.py +6 -2
- pulumi_alicloud/cas/service_certificate.py +9 -3
- pulumi_alicloud/cddc/dedicated_host_account.py +0 -4
- pulumi_alicloud/cddc/dedicated_host_group.py +0 -4
- pulumi_alicloud/cdn/domain.py +135 -45
- pulumi_alicloud/cen/__init__.py +0 -1
- pulumi_alicloud/cen/bandwidth_package.py +27 -9
- pulumi_alicloud/cen/instance.py +9 -3
- pulumi_alicloud/cen/transit_router_vpc_attachment.py +18 -6
- pulumi_alicloud/cfg/aggregate_compliance_pack.py +9 -3
- pulumi_alicloud/cfg/compliance_pack.py +9 -3
- pulumi_alicloud/cfg/get_rules.py +3 -1
- pulumi_alicloud/cfg/rule.py +27 -9
- pulumi_alicloud/clickhouse/account.py +18 -6
- pulumi_alicloud/cloudfirewall/instance.py +9 -3
- pulumi_alicloud/cloudstoragegateway/gateway.py +69 -69
- pulumi_alicloud/cms/alarm.py +27 -9
- pulumi_alicloud/config/outputs.py +6 -6
- pulumi_alicloud/cs/_inputs.py +6 -2
- pulumi_alicloud/cs/cluster.py +9 -3
- pulumi_alicloud/cs/edge_kubernetes.py +18 -6
- pulumi_alicloud/cs/kubernetes.py +9 -3
- pulumi_alicloud/cs/kubernetes_addon.py +2 -2
- pulumi_alicloud/cs/node_pool.py +52 -22
- pulumi_alicloud/cs/outputs.py +6 -2
- pulumi_alicloud/cs/serverless_kubernetes.py +27 -9
- pulumi_alicloud/cs/swarm.py +9 -3
- pulumi_alicloud/databasefilesystem/instance.py +18 -6
- pulumi_alicloud/ddos/__init__.py +0 -1
- pulumi_alicloud/ddos/_inputs.py +0 -712
- pulumi_alicloud/ddos/bgp_ip.py +2 -53
- pulumi_alicloud/ddos/outputs.py +0 -666
- pulumi_alicloud/dms/enterprise_instance.py +15 -5
- pulumi_alicloud/dms/enterprise_user.py +9 -3
- pulumi_alicloud/dns/domain_group.py +9 -3
- pulumi_alicloud/drds/get_instances.py +3 -1
- pulumi_alicloud/eci/_inputs.py +0 -12
- pulumi_alicloud/eci/outputs.py +0 -8
- pulumi_alicloud/ecs/copy_image.py +9 -3
- pulumi_alicloud/ecs/disk.py +18 -6
- pulumi_alicloud/ecs/ecs_disk.py +25 -13
- pulumi_alicloud/ecs/ecs_key_pair.py +9 -3
- pulumi_alicloud/ecs/ecs_key_pair_attachment.py +9 -3
- pulumi_alicloud/ecs/ecs_launch_template.py +55 -160
- pulumi_alicloud/ecs/ecs_network_interface.py +45 -15
- pulumi_alicloud/ecs/ecs_snapshot.py +9 -3
- pulumi_alicloud/ecs/eip.py +19 -7
- pulumi_alicloud/ecs/eip_address.py +317 -501
- pulumi_alicloud/ecs/eip_association.py +58 -205
- pulumi_alicloud/ecs/eip_segment_address.py +133 -311
- pulumi_alicloud/ecs/get_disks.py +6 -2
- pulumi_alicloud/ecs/get_ecs_disks.py +6 -2
- pulumi_alicloud/ecs/get_ecs_key_pairs.py +3 -1
- pulumi_alicloud/ecs/get_ecs_network_interfaces.py +6 -2
- pulumi_alicloud/ecs/get_eip_addresses.py +6 -2
- pulumi_alicloud/ecs/get_eips.py +6 -2
- pulumi_alicloud/ecs/get_key_pairs.py +3 -1
- pulumi_alicloud/ecs/get_network_interfaces.py +6 -2
- pulumi_alicloud/ecs/image.py +9 -3
- pulumi_alicloud/ecs/image_copy.py +9 -3
- pulumi_alicloud/ecs/instance.py +24 -26
- pulumi_alicloud/ecs/key_pair.py +9 -3
- pulumi_alicloud/ecs/key_pair_attachment.py +9 -3
- pulumi_alicloud/ecs/launch_template.py +55 -121
- pulumi_alicloud/ecs/reserved_instance.py +9 -3
- pulumi_alicloud/ecs/security_group.py +9 -3
- pulumi_alicloud/ecs/snapshot.py +9 -3
- pulumi_alicloud/edas/k8s_application.py +36 -12
- pulumi_alicloud/eds/outputs.py +6 -2
- pulumi_alicloud/eds/simple_office_site.py +18 -6
- pulumi_alicloud/ess/_inputs.py +3 -89
- pulumi_alicloud/ess/alarm.py +38 -132
- pulumi_alicloud/ess/outputs.py +3 -88
- pulumi_alicloud/ess/scaling_configuration.py +18 -6
- pulumi_alicloud/ess/scaling_group.py +16 -151
- pulumi_alicloud/ga/accelerator.py +0 -47
- pulumi_alicloud/ga/acl.py +9 -50
- pulumi_alicloud/ga/bandwidth_package.py +12 -57
- pulumi_alicloud/ga/basic_accelerator.py +8 -55
- pulumi_alicloud/gpdb/instance.py +45 -15
- pulumi_alicloud/hbr/ecs_backup_plan.py +9 -3
- pulumi_alicloud/hbr/nas_backup_plan.py +9 -3
- pulumi_alicloud/hbr/ots_backup_plan.py +9 -3
- pulumi_alicloud/kms/key.py +27 -9
- pulumi_alicloud/kvstore/_inputs.py +6 -2
- pulumi_alicloud/kvstore/get_instance_classes.py +9 -3
- pulumi_alicloud/kvstore/instance.py +69 -124
- pulumi_alicloud/kvstore/outputs.py +6 -2
- pulumi_alicloud/lindorm/instance.py +9 -3
- pulumi_alicloud/log/_inputs.py +3 -1
- pulumi_alicloud/log/alert.py +63 -21
- pulumi_alicloud/log/oss_shipper.py +0 -4
- pulumi_alicloud/log/outputs.py +3 -1
- pulumi_alicloud/log/project.py +9 -3
- pulumi_alicloud/log/store.py +18 -6
- pulumi_alicloud/mongodb/sharding_instance.py +7 -54
- pulumi_alicloud/nas/access_group.py +18 -6
- pulumi_alicloud/nas/get_access_groups.py +3 -1
- pulumi_alicloud/nas/get_mount_targets.py +6 -2
- pulumi_alicloud/nlb/server_group.py +9 -3
- pulumi_alicloud/oss/bucket.py +18 -6
- pulumi_alicloud/oss/bucket_policy.py +2 -2
- pulumi_alicloud/oss/bucket_referer.py +2 -2
- pulumi_alicloud/provider.py +24 -8
- pulumi_alicloud/pulumi-plugin.json +1 -1
- pulumi_alicloud/pvtz/zone.py +9 -3
- pulumi_alicloud/pvtz/zone_record.py +9 -3
- pulumi_alicloud/ram/policy.py +36 -12
- pulumi_alicloud/ram/role.py +27 -9
- pulumi_alicloud/rds/account.py +45 -15
- pulumi_alicloud/rds/backup_policy.py +45 -15
- pulumi_alicloud/rds/get_zones.py +3 -1
- pulumi_alicloud/rds/instance.py +18 -27
- pulumi_alicloud/rds/rds_account.py +45 -15
- pulumi_alicloud/resourcemanager/policy.py +9 -3
- pulumi_alicloud/resourcemanager/policy_version.py +9 -3
- pulumi_alicloud/resourcemanager/resource_group.py +9 -3
- pulumi_alicloud/rocketmq/group.py +9 -3
- pulumi_alicloud/rocketmq/instance.py +9 -3
- pulumi_alicloud/rocketmq/topic.py +18 -6
- pulumi_alicloud/sae/application.py +90 -30
- pulumi_alicloud/scdn/domain.py +9 -3
- pulumi_alicloud/servicecatalog/get_launch_options.py +3 -1
- pulumi_alicloud/servicecatalog/get_product_versions.py +3 -1
- pulumi_alicloud/servicecatalog/get_provisioned_products.py +3 -1
- pulumi_alicloud/slb/acl.py +9 -3
- pulumi_alicloud/slb/application_load_balancer.py +18 -6
- pulumi_alicloud/slb/ca_certificate.py +9 -3
- pulumi_alicloud/slb/get_application_load_balancers.py +3 -1
- pulumi_alicloud/slb/get_load_balancers.py +3 -1
- pulumi_alicloud/slb/get_zones.py +3 -1
- pulumi_alicloud/slb/listener.py +27 -9
- pulumi_alicloud/slb/load_balancer.py +18 -6
- pulumi_alicloud/slb/outputs.py +3 -1
- pulumi_alicloud/slb/server_certificate.py +18 -6
- pulumi_alicloud/slb/server_group.py +9 -3
- pulumi_alicloud/threatdetection/instance.py +9 -3
- pulumi_alicloud/vpc/common_bandwith_package.py +129 -200
- pulumi_alicloud/vpc/common_bandwith_package_attachment.py +30 -58
- pulumi_alicloud/vpc/dhcp_options_set.py +9 -3
- pulumi_alicloud/vpc/forward_entry.py +9 -3
- pulumi_alicloud/vpc/ha_vip.py +9 -3
- pulumi_alicloud/vpc/ha_vip_attachment.py +9 -3
- pulumi_alicloud/vpc/ha_vipv2.py +9 -3
- pulumi_alicloud/vpc/ipv6_gateway.py +9 -3
- pulumi_alicloud/vpc/network.py +24 -8
- pulumi_alicloud/vpc/network_acl.py +9 -3
- pulumi_alicloud/vpc/network_interface.py +45 -15
- pulumi_alicloud/vpc/route_entry.py +9 -3
- pulumi_alicloud/vpc/route_table.py +9 -3
- pulumi_alicloud/vpc/router_interface.py +39 -13
- pulumi_alicloud/vpc/router_interface_connection.py +2 -2
- pulumi_alicloud/vpc/subnet.py +18 -6
- pulumi_alicloud/vpc/switch.py +18 -6
- pulumi_alicloud/vpc/traffic_mirror_filter_egress_rule.py +9 -3
- pulumi_alicloud/vpc/traffic_mirror_filter_ingress_rule.py +9 -3
- pulumi_alicloud/vpn/connection.py +9 -3
- pulumi_alicloud/vpn/customer_gateway.py +9 -3
- pulumi_alicloud/vpn/gateway.py +18 -6
- pulumi_alicloud/vpn/get_gateway_vpn_attachments.py +3 -1
- pulumi_alicloud/vpn/get_gateways.py +3 -1
- pulumi_alicloud/waf/domain.py +9 -3
- {pulumi_alicloud-3.58.0.dist-info → pulumi_alicloud-3.58.0a1718943944.dist-info}/METADATA +1 -1
- {pulumi_alicloud-3.58.0.dist-info → pulumi_alicloud-3.58.0a1718943944.dist-info}/RECORD +182 -185
- {pulumi_alicloud-3.58.0.dist-info → pulumi_alicloud-3.58.0a1718943944.dist-info}/WHEEL +1 -1
- pulumi_alicloud/alb/load_balancer_security_group_attachment.py +0 -327
- pulumi_alicloud/cen/transit_router_ecr_attachment.py +0 -584
- pulumi_alicloud/ddos/bgp_policy.py +0 -343
- {pulumi_alicloud-3.58.0.dist-info → pulumi_alicloud-3.58.0a1718943944.dist-info}/top_level.txt +0 -0
|
@@ -462,11 +462,13 @@ class ApplicationArgs:
|
|
|
462
462
|
|
|
463
463
|
@property
|
|
464
464
|
@pulumi.getter(name="commandArgs")
|
|
465
|
-
@_utilities.deprecated("""Field `command_args` has been deprecated from provider version 1.211.0. New field `command_args_v2` instead.""")
|
|
466
465
|
def command_args(self) -> Optional[pulumi.Input[str]]:
|
|
467
466
|
"""
|
|
468
467
|
Mirror startup command parameters. The parameters required for the above start command. For example: 1d. **NOTE:** Field `command_args` has been deprecated from provider version 1.211.0. New field `command_args_v2` instead.
|
|
469
468
|
"""
|
|
469
|
+
warnings.warn("""Field `command_args` has been deprecated from provider version 1.211.0. New field `command_args_v2` instead.""", DeprecationWarning)
|
|
470
|
+
pulumi.log.warn("""command_args is deprecated: Field `command_args` has been deprecated from provider version 1.211.0. New field `command_args_v2` instead.""")
|
|
471
|
+
|
|
470
472
|
return pulumi.get(self, "command_args")
|
|
471
473
|
|
|
472
474
|
@command_args.setter
|
|
@@ -487,11 +489,13 @@ class ApplicationArgs:
|
|
|
487
489
|
|
|
488
490
|
@property
|
|
489
491
|
@pulumi.getter(name="configMapMountDesc")
|
|
490
|
-
@_utilities.deprecated("""Field `config_map_mount_desc` has been deprecated from provider version 1.211.0. New field `config_map_mount_desc_v2` instead.""")
|
|
491
492
|
def config_map_mount_desc(self) -> Optional[pulumi.Input[str]]:
|
|
492
493
|
"""
|
|
493
494
|
ConfigMap mount description. **NOTE:** Field `config_map_mount_desc` has been deprecated from provider version 1.211.0. New field `config_map_mount_desc_v2` instead.
|
|
494
495
|
"""
|
|
496
|
+
warnings.warn("""Field `config_map_mount_desc` has been deprecated from provider version 1.211.0. New field `config_map_mount_desc_v2` instead.""", DeprecationWarning)
|
|
497
|
+
pulumi.log.warn("""config_map_mount_desc is deprecated: Field `config_map_mount_desc` has been deprecated from provider version 1.211.0. New field `config_map_mount_desc_v2` instead.""")
|
|
498
|
+
|
|
495
499
|
return pulumi.get(self, "config_map_mount_desc")
|
|
496
500
|
|
|
497
501
|
@config_map_mount_desc.setter
|
|
@@ -524,11 +528,13 @@ class ApplicationArgs:
|
|
|
524
528
|
|
|
525
529
|
@property
|
|
526
530
|
@pulumi.getter(name="customHostAlias")
|
|
527
|
-
@_utilities.deprecated("""Field `custom_host_alias` has been deprecated from provider version 1.211.0. New field `custom_host_alias_v2` instead.""")
|
|
528
531
|
def custom_host_alias(self) -> Optional[pulumi.Input[str]]:
|
|
529
532
|
"""
|
|
530
533
|
Custom host mapping in the container. For example: [{`hostName`:`samplehost`,`ip`:`127.0.0.1`}]. **NOTE:** Field `custom_host_alias` has been deprecated from provider version 1.211.0. New field `custom_host_alias_v2` instead.
|
|
531
534
|
"""
|
|
535
|
+
warnings.warn("""Field `custom_host_alias` has been deprecated from provider version 1.211.0. New field `custom_host_alias_v2` instead.""", DeprecationWarning)
|
|
536
|
+
pulumi.log.warn("""custom_host_alias is deprecated: Field `custom_host_alias` has been deprecated from provider version 1.211.0. New field `custom_host_alias_v2` instead.""")
|
|
537
|
+
|
|
532
538
|
return pulumi.get(self, "custom_host_alias")
|
|
533
539
|
|
|
534
540
|
@custom_host_alias.setter
|
|
@@ -681,12 +687,14 @@ class ApplicationArgs:
|
|
|
681
687
|
|
|
682
688
|
@property
|
|
683
689
|
@pulumi.getter
|
|
684
|
-
@_utilities.deprecated("""Field `liveness` has been deprecated from provider version 1.211.0. New field `liveness_v2` instead.""")
|
|
685
690
|
def liveness(self) -> Optional[pulumi.Input[str]]:
|
|
686
691
|
"""
|
|
687
692
|
Container health check. Containers that fail the health check will be shut down and restored. Currently, only the method of issuing commands in the container is supported.
|
|
688
693
|
**NOTE:** Field `liveness` has been deprecated from provider version 1.211.0. New field `liveness_v2` instead.
|
|
689
694
|
"""
|
|
695
|
+
warnings.warn("""Field `liveness` has been deprecated from provider version 1.211.0. New field `liveness_v2` instead.""", DeprecationWarning)
|
|
696
|
+
pulumi.log.warn("""liveness is deprecated: Field `liveness` has been deprecated from provider version 1.211.0. New field `liveness_v2` instead.""")
|
|
697
|
+
|
|
690
698
|
return pulumi.get(self, "liveness")
|
|
691
699
|
|
|
692
700
|
@liveness.setter
|
|
@@ -805,11 +813,13 @@ class ApplicationArgs:
|
|
|
805
813
|
|
|
806
814
|
@property
|
|
807
815
|
@pulumi.getter(name="ossMountDescs")
|
|
808
|
-
@_utilities.deprecated("""Field `oss_mount_descs` has been deprecated from provider version 1.211.0. New field `oss_mount_descs_v2` instead.""")
|
|
809
816
|
def oss_mount_descs(self) -> Optional[pulumi.Input[str]]:
|
|
810
817
|
"""
|
|
811
818
|
OSS mount description information. **NOTE:** Field `oss_mount_descs` has been deprecated from provider version 1.211.0. New field `oss_mount_descs_v2` instead.
|
|
812
819
|
"""
|
|
820
|
+
warnings.warn("""Field `oss_mount_descs` has been deprecated from provider version 1.211.0. New field `oss_mount_descs_v2` instead.""", DeprecationWarning)
|
|
821
|
+
pulumi.log.warn("""oss_mount_descs is deprecated: Field `oss_mount_descs` has been deprecated from provider version 1.211.0. New field `oss_mount_descs_v2` instead.""")
|
|
822
|
+
|
|
813
823
|
return pulumi.get(self, "oss_mount_descs")
|
|
814
824
|
|
|
815
825
|
@oss_mount_descs.setter
|
|
@@ -902,11 +912,13 @@ class ApplicationArgs:
|
|
|
902
912
|
|
|
903
913
|
@property
|
|
904
914
|
@pulumi.getter(name="postStart")
|
|
905
|
-
@_utilities.deprecated("""Field `post_start` has been deprecated from provider version 1.211.0. New field `post_start_v2` instead.""")
|
|
906
915
|
def post_start(self) -> Optional[pulumi.Input[str]]:
|
|
907
916
|
"""
|
|
908
917
|
Execute the script after startup, the format is like: {`exec`:{`command`:[`cat`,"/etc/group"]}}. **NOTE:** Field `post_start` has been deprecated from provider version 1.211.0. New field `post_start_v2` instead.
|
|
909
918
|
"""
|
|
919
|
+
warnings.warn("""Field `post_start` has been deprecated from provider version 1.211.0. New field `post_start_v2` instead.""", DeprecationWarning)
|
|
920
|
+
pulumi.log.warn("""post_start is deprecated: Field `post_start` has been deprecated from provider version 1.211.0. New field `post_start_v2` instead.""")
|
|
921
|
+
|
|
910
922
|
return pulumi.get(self, "post_start")
|
|
911
923
|
|
|
912
924
|
@post_start.setter
|
|
@@ -927,11 +939,13 @@ class ApplicationArgs:
|
|
|
927
939
|
|
|
928
940
|
@property
|
|
929
941
|
@pulumi.getter(name="preStop")
|
|
930
|
-
@_utilities.deprecated("""Field `pre_stop` has been deprecated from provider version 1.211.0. New field `pre_stop_v2` instead.""")
|
|
931
942
|
def pre_stop(self) -> Optional[pulumi.Input[str]]:
|
|
932
943
|
"""
|
|
933
944
|
Execute the script before stopping, the format is like: {`exec`:{`command`:[`cat`,"/etc/group"]}}. **NOTE:** Field `pre_stop` has been deprecated from provider version 1.211.0. New field `pre_stop_v2` instead.
|
|
934
945
|
"""
|
|
946
|
+
warnings.warn("""Field `pre_stop` has been deprecated from provider version 1.211.0. New field `pre_stop_v2` instead.""", DeprecationWarning)
|
|
947
|
+
pulumi.log.warn("""pre_stop is deprecated: Field `pre_stop` has been deprecated from provider version 1.211.0. New field `pre_stop_v2` instead.""")
|
|
948
|
+
|
|
935
949
|
return pulumi.get(self, "pre_stop")
|
|
936
950
|
|
|
937
951
|
@pre_stop.setter
|
|
@@ -976,12 +990,14 @@ class ApplicationArgs:
|
|
|
976
990
|
|
|
977
991
|
@property
|
|
978
992
|
@pulumi.getter
|
|
979
|
-
@_utilities.deprecated("""Field `readiness` has been deprecated from provider version 1.211.0. New field `readiness_v2` instead.""")
|
|
980
993
|
def readiness(self) -> Optional[pulumi.Input[str]]:
|
|
981
994
|
"""
|
|
982
995
|
Application startup status checks, containers that fail multiple health checks will be shut down and restarted. Containers that do not pass the health check will not receive SLB traffic. For example: {`exec`:{`command`:[`sh`,"-c","cat /home/admin/start.sh"]},`initialDelaySeconds`:30,`periodSeconds`:30,"timeoutSeconds ":2}. Valid values: `command`, `initialDelaySeconds`, `periodSeconds`, `timeoutSeconds`.
|
|
983
996
|
**NOTE:** Field `readiness` has been deprecated from provider version 1.211.0. New field `readiness_v2` instead.
|
|
984
997
|
"""
|
|
998
|
+
warnings.warn("""Field `readiness` has been deprecated from provider version 1.211.0. New field `readiness_v2` instead.""", DeprecationWarning)
|
|
999
|
+
pulumi.log.warn("""readiness is deprecated: Field `readiness` has been deprecated from provider version 1.211.0. New field `readiness_v2` instead.""")
|
|
1000
|
+
|
|
985
1001
|
return pulumi.get(self, "readiness")
|
|
986
1002
|
|
|
987
1003
|
@readiness.setter
|
|
@@ -1074,12 +1090,14 @@ class ApplicationArgs:
|
|
|
1074
1090
|
|
|
1075
1091
|
@property
|
|
1076
1092
|
@pulumi.getter(name="tomcatConfig")
|
|
1077
|
-
@_utilities.deprecated("""Field `tomcat_config` has been deprecated from provider version 1.211.0. New field `tomcat_config_v2` instead.""")
|
|
1078
1093
|
def tomcat_config(self) -> Optional[pulumi.Input[str]]:
|
|
1079
1094
|
"""
|
|
1080
1095
|
Tomcat file configuration, set to "{}" means to delete the configuration: useDefaultConfig: Whether to use a custom configuration, if it is true, it means that the custom configuration is not used; if it is false, it means that the custom configuration is used. If you do not use custom configuration, the following parameter configuration will not take effect. contextInputType: Select the access path of the application. war: No need to fill in the custom path, the access path of the application is the WAR package name. root: No need to fill in the custom path, the access path of the application is /. custom: You need to fill in the custom path in the custom path below. contextPath: custom path, this parameter only needs to be configured when the contextInputType type is custom. httpPort: The port range is 1024~65535. Ports less than 1024 need Root permission to operate. Because the container is configured with Admin permissions, please fill in a port greater than 1024. If not configured, the default is 8080. maxThreads: Configure the number of connections in the connection pool, the default size is 400. uriEncoding: Tomcat encoding format, including UTF-8, ISO-8859-1, GBK and GB2312. If not set, the default is ISO-8859-1. useBodyEncoding: Whether to use BodyEncoding for URL. Valid values: `contextInputType`, `contextPath`, `httpPort`, `maxThreads`, `uriEncoding`, `useBodyEncoding`, `useDefaultConfig`.
|
|
1081
1096
|
**NOTE:** Field `tomcat_config` has been deprecated from provider version 1.211.0. New field `tomcat_config_v2` instead.
|
|
1082
1097
|
"""
|
|
1098
|
+
warnings.warn("""Field `tomcat_config` has been deprecated from provider version 1.211.0. New field `tomcat_config_v2` instead.""", DeprecationWarning)
|
|
1099
|
+
pulumi.log.warn("""tomcat_config is deprecated: Field `tomcat_config` has been deprecated from provider version 1.211.0. New field `tomcat_config_v2` instead.""")
|
|
1100
|
+
|
|
1083
1101
|
return pulumi.get(self, "tomcat_config")
|
|
1084
1102
|
|
|
1085
1103
|
@tomcat_config.setter
|
|
@@ -1100,11 +1118,13 @@ class ApplicationArgs:
|
|
|
1100
1118
|
|
|
1101
1119
|
@property
|
|
1102
1120
|
@pulumi.getter(name="updateStrategy")
|
|
1103
|
-
@_utilities.deprecated("""Field `update_strategy` has been deprecated from provider version 1.211.0. New field `update_strategy_v2` instead.""")
|
|
1104
1121
|
def update_strategy(self) -> Optional[pulumi.Input[str]]:
|
|
1105
1122
|
"""
|
|
1106
1123
|
The update strategy. **NOTE:** Field `update_strategy` has been deprecated from provider version 1.211.0. New field `update_strategy_v2` instead.
|
|
1107
1124
|
"""
|
|
1125
|
+
warnings.warn("""Field `update_strategy` has been deprecated from provider version 1.211.0. New field `update_strategy_v2` instead.""", DeprecationWarning)
|
|
1126
|
+
pulumi.log.warn("""update_strategy is deprecated: Field `update_strategy` has been deprecated from provider version 1.211.0. New field `update_strategy_v2` instead.""")
|
|
1127
|
+
|
|
1108
1128
|
return pulumi.get(self, "update_strategy")
|
|
1109
1129
|
|
|
1110
1130
|
@update_strategy.setter
|
|
@@ -1600,11 +1620,13 @@ class _ApplicationState:
|
|
|
1600
1620
|
|
|
1601
1621
|
@property
|
|
1602
1622
|
@pulumi.getter(name="commandArgs")
|
|
1603
|
-
@_utilities.deprecated("""Field `command_args` has been deprecated from provider version 1.211.0. New field `command_args_v2` instead.""")
|
|
1604
1623
|
def command_args(self) -> Optional[pulumi.Input[str]]:
|
|
1605
1624
|
"""
|
|
1606
1625
|
Mirror startup command parameters. The parameters required for the above start command. For example: 1d. **NOTE:** Field `command_args` has been deprecated from provider version 1.211.0. New field `command_args_v2` instead.
|
|
1607
1626
|
"""
|
|
1627
|
+
warnings.warn("""Field `command_args` has been deprecated from provider version 1.211.0. New field `command_args_v2` instead.""", DeprecationWarning)
|
|
1628
|
+
pulumi.log.warn("""command_args is deprecated: Field `command_args` has been deprecated from provider version 1.211.0. New field `command_args_v2` instead.""")
|
|
1629
|
+
|
|
1608
1630
|
return pulumi.get(self, "command_args")
|
|
1609
1631
|
|
|
1610
1632
|
@command_args.setter
|
|
@@ -1625,11 +1647,13 @@ class _ApplicationState:
|
|
|
1625
1647
|
|
|
1626
1648
|
@property
|
|
1627
1649
|
@pulumi.getter(name="configMapMountDesc")
|
|
1628
|
-
@_utilities.deprecated("""Field `config_map_mount_desc` has been deprecated from provider version 1.211.0. New field `config_map_mount_desc_v2` instead.""")
|
|
1629
1650
|
def config_map_mount_desc(self) -> Optional[pulumi.Input[str]]:
|
|
1630
1651
|
"""
|
|
1631
1652
|
ConfigMap mount description. **NOTE:** Field `config_map_mount_desc` has been deprecated from provider version 1.211.0. New field `config_map_mount_desc_v2` instead.
|
|
1632
1653
|
"""
|
|
1654
|
+
warnings.warn("""Field `config_map_mount_desc` has been deprecated from provider version 1.211.0. New field `config_map_mount_desc_v2` instead.""", DeprecationWarning)
|
|
1655
|
+
pulumi.log.warn("""config_map_mount_desc is deprecated: Field `config_map_mount_desc` has been deprecated from provider version 1.211.0. New field `config_map_mount_desc_v2` instead.""")
|
|
1656
|
+
|
|
1633
1657
|
return pulumi.get(self, "config_map_mount_desc")
|
|
1634
1658
|
|
|
1635
1659
|
@config_map_mount_desc.setter
|
|
@@ -1662,11 +1686,13 @@ class _ApplicationState:
|
|
|
1662
1686
|
|
|
1663
1687
|
@property
|
|
1664
1688
|
@pulumi.getter(name="customHostAlias")
|
|
1665
|
-
@_utilities.deprecated("""Field `custom_host_alias` has been deprecated from provider version 1.211.0. New field `custom_host_alias_v2` instead.""")
|
|
1666
1689
|
def custom_host_alias(self) -> Optional[pulumi.Input[str]]:
|
|
1667
1690
|
"""
|
|
1668
1691
|
Custom host mapping in the container. For example: [{`hostName`:`samplehost`,`ip`:`127.0.0.1`}]. **NOTE:** Field `custom_host_alias` has been deprecated from provider version 1.211.0. New field `custom_host_alias_v2` instead.
|
|
1669
1692
|
"""
|
|
1693
|
+
warnings.warn("""Field `custom_host_alias` has been deprecated from provider version 1.211.0. New field `custom_host_alias_v2` instead.""", DeprecationWarning)
|
|
1694
|
+
pulumi.log.warn("""custom_host_alias is deprecated: Field `custom_host_alias` has been deprecated from provider version 1.211.0. New field `custom_host_alias_v2` instead.""")
|
|
1695
|
+
|
|
1670
1696
|
return pulumi.get(self, "custom_host_alias")
|
|
1671
1697
|
|
|
1672
1698
|
@custom_host_alias.setter
|
|
@@ -1819,12 +1845,14 @@ class _ApplicationState:
|
|
|
1819
1845
|
|
|
1820
1846
|
@property
|
|
1821
1847
|
@pulumi.getter
|
|
1822
|
-
@_utilities.deprecated("""Field `liveness` has been deprecated from provider version 1.211.0. New field `liveness_v2` instead.""")
|
|
1823
1848
|
def liveness(self) -> Optional[pulumi.Input[str]]:
|
|
1824
1849
|
"""
|
|
1825
1850
|
Container health check. Containers that fail the health check will be shut down and restored. Currently, only the method of issuing commands in the container is supported.
|
|
1826
1851
|
**NOTE:** Field `liveness` has been deprecated from provider version 1.211.0. New field `liveness_v2` instead.
|
|
1827
1852
|
"""
|
|
1853
|
+
warnings.warn("""Field `liveness` has been deprecated from provider version 1.211.0. New field `liveness_v2` instead.""", DeprecationWarning)
|
|
1854
|
+
pulumi.log.warn("""liveness is deprecated: Field `liveness` has been deprecated from provider version 1.211.0. New field `liveness_v2` instead.""")
|
|
1855
|
+
|
|
1828
1856
|
return pulumi.get(self, "liveness")
|
|
1829
1857
|
|
|
1830
1858
|
@liveness.setter
|
|
@@ -1943,11 +1971,13 @@ class _ApplicationState:
|
|
|
1943
1971
|
|
|
1944
1972
|
@property
|
|
1945
1973
|
@pulumi.getter(name="ossMountDescs")
|
|
1946
|
-
@_utilities.deprecated("""Field `oss_mount_descs` has been deprecated from provider version 1.211.0. New field `oss_mount_descs_v2` instead.""")
|
|
1947
1974
|
def oss_mount_descs(self) -> Optional[pulumi.Input[str]]:
|
|
1948
1975
|
"""
|
|
1949
1976
|
OSS mount description information. **NOTE:** Field `oss_mount_descs` has been deprecated from provider version 1.211.0. New field `oss_mount_descs_v2` instead.
|
|
1950
1977
|
"""
|
|
1978
|
+
warnings.warn("""Field `oss_mount_descs` has been deprecated from provider version 1.211.0. New field `oss_mount_descs_v2` instead.""", DeprecationWarning)
|
|
1979
|
+
pulumi.log.warn("""oss_mount_descs is deprecated: Field `oss_mount_descs` has been deprecated from provider version 1.211.0. New field `oss_mount_descs_v2` instead.""")
|
|
1980
|
+
|
|
1951
1981
|
return pulumi.get(self, "oss_mount_descs")
|
|
1952
1982
|
|
|
1953
1983
|
@oss_mount_descs.setter
|
|
@@ -2052,11 +2082,13 @@ class _ApplicationState:
|
|
|
2052
2082
|
|
|
2053
2083
|
@property
|
|
2054
2084
|
@pulumi.getter(name="postStart")
|
|
2055
|
-
@_utilities.deprecated("""Field `post_start` has been deprecated from provider version 1.211.0. New field `post_start_v2` instead.""")
|
|
2056
2085
|
def post_start(self) -> Optional[pulumi.Input[str]]:
|
|
2057
2086
|
"""
|
|
2058
2087
|
Execute the script after startup, the format is like: {`exec`:{`command`:[`cat`,"/etc/group"]}}. **NOTE:** Field `post_start` has been deprecated from provider version 1.211.0. New field `post_start_v2` instead.
|
|
2059
2088
|
"""
|
|
2089
|
+
warnings.warn("""Field `post_start` has been deprecated from provider version 1.211.0. New field `post_start_v2` instead.""", DeprecationWarning)
|
|
2090
|
+
pulumi.log.warn("""post_start is deprecated: Field `post_start` has been deprecated from provider version 1.211.0. New field `post_start_v2` instead.""")
|
|
2091
|
+
|
|
2060
2092
|
return pulumi.get(self, "post_start")
|
|
2061
2093
|
|
|
2062
2094
|
@post_start.setter
|
|
@@ -2077,11 +2109,13 @@ class _ApplicationState:
|
|
|
2077
2109
|
|
|
2078
2110
|
@property
|
|
2079
2111
|
@pulumi.getter(name="preStop")
|
|
2080
|
-
@_utilities.deprecated("""Field `pre_stop` has been deprecated from provider version 1.211.0. New field `pre_stop_v2` instead.""")
|
|
2081
2112
|
def pre_stop(self) -> Optional[pulumi.Input[str]]:
|
|
2082
2113
|
"""
|
|
2083
2114
|
Execute the script before stopping, the format is like: {`exec`:{`command`:[`cat`,"/etc/group"]}}. **NOTE:** Field `pre_stop` has been deprecated from provider version 1.211.0. New field `pre_stop_v2` instead.
|
|
2084
2115
|
"""
|
|
2116
|
+
warnings.warn("""Field `pre_stop` has been deprecated from provider version 1.211.0. New field `pre_stop_v2` instead.""", DeprecationWarning)
|
|
2117
|
+
pulumi.log.warn("""pre_stop is deprecated: Field `pre_stop` has been deprecated from provider version 1.211.0. New field `pre_stop_v2` instead.""")
|
|
2118
|
+
|
|
2085
2119
|
return pulumi.get(self, "pre_stop")
|
|
2086
2120
|
|
|
2087
2121
|
@pre_stop.setter
|
|
@@ -2126,12 +2160,14 @@ class _ApplicationState:
|
|
|
2126
2160
|
|
|
2127
2161
|
@property
|
|
2128
2162
|
@pulumi.getter
|
|
2129
|
-
@_utilities.deprecated("""Field `readiness` has been deprecated from provider version 1.211.0. New field `readiness_v2` instead.""")
|
|
2130
2163
|
def readiness(self) -> Optional[pulumi.Input[str]]:
|
|
2131
2164
|
"""
|
|
2132
2165
|
Application startup status checks, containers that fail multiple health checks will be shut down and restarted. Containers that do not pass the health check will not receive SLB traffic. For example: {`exec`:{`command`:[`sh`,"-c","cat /home/admin/start.sh"]},`initialDelaySeconds`:30,`periodSeconds`:30,"timeoutSeconds ":2}. Valid values: `command`, `initialDelaySeconds`, `periodSeconds`, `timeoutSeconds`.
|
|
2133
2166
|
**NOTE:** Field `readiness` has been deprecated from provider version 1.211.0. New field `readiness_v2` instead.
|
|
2134
2167
|
"""
|
|
2168
|
+
warnings.warn("""Field `readiness` has been deprecated from provider version 1.211.0. New field `readiness_v2` instead.""", DeprecationWarning)
|
|
2169
|
+
pulumi.log.warn("""readiness is deprecated: Field `readiness` has been deprecated from provider version 1.211.0. New field `readiness_v2` instead.""")
|
|
2170
|
+
|
|
2135
2171
|
return pulumi.get(self, "readiness")
|
|
2136
2172
|
|
|
2137
2173
|
@readiness.setter
|
|
@@ -2236,12 +2272,14 @@ class _ApplicationState:
|
|
|
2236
2272
|
|
|
2237
2273
|
@property
|
|
2238
2274
|
@pulumi.getter(name="tomcatConfig")
|
|
2239
|
-
@_utilities.deprecated("""Field `tomcat_config` has been deprecated from provider version 1.211.0. New field `tomcat_config_v2` instead.""")
|
|
2240
2275
|
def tomcat_config(self) -> Optional[pulumi.Input[str]]:
|
|
2241
2276
|
"""
|
|
2242
2277
|
Tomcat file configuration, set to "{}" means to delete the configuration: useDefaultConfig: Whether to use a custom configuration, if it is true, it means that the custom configuration is not used; if it is false, it means that the custom configuration is used. If you do not use custom configuration, the following parameter configuration will not take effect. contextInputType: Select the access path of the application. war: No need to fill in the custom path, the access path of the application is the WAR package name. root: No need to fill in the custom path, the access path of the application is /. custom: You need to fill in the custom path in the custom path below. contextPath: custom path, this parameter only needs to be configured when the contextInputType type is custom. httpPort: The port range is 1024~65535. Ports less than 1024 need Root permission to operate. Because the container is configured with Admin permissions, please fill in a port greater than 1024. If not configured, the default is 8080. maxThreads: Configure the number of connections in the connection pool, the default size is 400. uriEncoding: Tomcat encoding format, including UTF-8, ISO-8859-1, GBK and GB2312. If not set, the default is ISO-8859-1. useBodyEncoding: Whether to use BodyEncoding for URL. Valid values: `contextInputType`, `contextPath`, `httpPort`, `maxThreads`, `uriEncoding`, `useBodyEncoding`, `useDefaultConfig`.
|
|
2243
2278
|
**NOTE:** Field `tomcat_config` has been deprecated from provider version 1.211.0. New field `tomcat_config_v2` instead.
|
|
2244
2279
|
"""
|
|
2280
|
+
warnings.warn("""Field `tomcat_config` has been deprecated from provider version 1.211.0. New field `tomcat_config_v2` instead.""", DeprecationWarning)
|
|
2281
|
+
pulumi.log.warn("""tomcat_config is deprecated: Field `tomcat_config` has been deprecated from provider version 1.211.0. New field `tomcat_config_v2` instead.""")
|
|
2282
|
+
|
|
2245
2283
|
return pulumi.get(self, "tomcat_config")
|
|
2246
2284
|
|
|
2247
2285
|
@tomcat_config.setter
|
|
@@ -2262,11 +2300,13 @@ class _ApplicationState:
|
|
|
2262
2300
|
|
|
2263
2301
|
@property
|
|
2264
2302
|
@pulumi.getter(name="updateStrategy")
|
|
2265
|
-
@_utilities.deprecated("""Field `update_strategy` has been deprecated from provider version 1.211.0. New field `update_strategy_v2` instead.""")
|
|
2266
2303
|
def update_strategy(self) -> Optional[pulumi.Input[str]]:
|
|
2267
2304
|
"""
|
|
2268
2305
|
The update strategy. **NOTE:** Field `update_strategy` has been deprecated from provider version 1.211.0. New field `update_strategy_v2` instead.
|
|
2269
2306
|
"""
|
|
2307
|
+
warnings.warn("""Field `update_strategy` has been deprecated from provider version 1.211.0. New field `update_strategy_v2` instead.""", DeprecationWarning)
|
|
2308
|
+
pulumi.log.warn("""update_strategy is deprecated: Field `update_strategy` has been deprecated from provider version 1.211.0. New field `update_strategy_v2` instead.""")
|
|
2309
|
+
|
|
2270
2310
|
return pulumi.get(self, "update_strategy")
|
|
2271
2311
|
|
|
2272
2312
|
@update_strategy.setter
|
|
@@ -3102,11 +3142,13 @@ class Application(pulumi.CustomResource):
|
|
|
3102
3142
|
|
|
3103
3143
|
@property
|
|
3104
3144
|
@pulumi.getter(name="commandArgs")
|
|
3105
|
-
@_utilities.deprecated("""Field `command_args` has been deprecated from provider version 1.211.0. New field `command_args_v2` instead.""")
|
|
3106
3145
|
def command_args(self) -> pulumi.Output[str]:
|
|
3107
3146
|
"""
|
|
3108
3147
|
Mirror startup command parameters. The parameters required for the above start command. For example: 1d. **NOTE:** Field `command_args` has been deprecated from provider version 1.211.0. New field `command_args_v2` instead.
|
|
3109
3148
|
"""
|
|
3149
|
+
warnings.warn("""Field `command_args` has been deprecated from provider version 1.211.0. New field `command_args_v2` instead.""", DeprecationWarning)
|
|
3150
|
+
pulumi.log.warn("""command_args is deprecated: Field `command_args` has been deprecated from provider version 1.211.0. New field `command_args_v2` instead.""")
|
|
3151
|
+
|
|
3110
3152
|
return pulumi.get(self, "command_args")
|
|
3111
3153
|
|
|
3112
3154
|
@property
|
|
@@ -3119,11 +3161,13 @@ class Application(pulumi.CustomResource):
|
|
|
3119
3161
|
|
|
3120
3162
|
@property
|
|
3121
3163
|
@pulumi.getter(name="configMapMountDesc")
|
|
3122
|
-
@_utilities.deprecated("""Field `config_map_mount_desc` has been deprecated from provider version 1.211.0. New field `config_map_mount_desc_v2` instead.""")
|
|
3123
3164
|
def config_map_mount_desc(self) -> pulumi.Output[str]:
|
|
3124
3165
|
"""
|
|
3125
3166
|
ConfigMap mount description. **NOTE:** Field `config_map_mount_desc` has been deprecated from provider version 1.211.0. New field `config_map_mount_desc_v2` instead.
|
|
3126
3167
|
"""
|
|
3168
|
+
warnings.warn("""Field `config_map_mount_desc` has been deprecated from provider version 1.211.0. New field `config_map_mount_desc_v2` instead.""", DeprecationWarning)
|
|
3169
|
+
pulumi.log.warn("""config_map_mount_desc is deprecated: Field `config_map_mount_desc` has been deprecated from provider version 1.211.0. New field `config_map_mount_desc_v2` instead.""")
|
|
3170
|
+
|
|
3127
3171
|
return pulumi.get(self, "config_map_mount_desc")
|
|
3128
3172
|
|
|
3129
3173
|
@property
|
|
@@ -3144,11 +3188,13 @@ class Application(pulumi.CustomResource):
|
|
|
3144
3188
|
|
|
3145
3189
|
@property
|
|
3146
3190
|
@pulumi.getter(name="customHostAlias")
|
|
3147
|
-
@_utilities.deprecated("""Field `custom_host_alias` has been deprecated from provider version 1.211.0. New field `custom_host_alias_v2` instead.""")
|
|
3148
3191
|
def custom_host_alias(self) -> pulumi.Output[str]:
|
|
3149
3192
|
"""
|
|
3150
3193
|
Custom host mapping in the container. For example: [{`hostName`:`samplehost`,`ip`:`127.0.0.1`}]. **NOTE:** Field `custom_host_alias` has been deprecated from provider version 1.211.0. New field `custom_host_alias_v2` instead.
|
|
3151
3194
|
"""
|
|
3195
|
+
warnings.warn("""Field `custom_host_alias` has been deprecated from provider version 1.211.0. New field `custom_host_alias_v2` instead.""", DeprecationWarning)
|
|
3196
|
+
pulumi.log.warn("""custom_host_alias is deprecated: Field `custom_host_alias` has been deprecated from provider version 1.211.0. New field `custom_host_alias_v2` instead.""")
|
|
3197
|
+
|
|
3152
3198
|
return pulumi.get(self, "custom_host_alias")
|
|
3153
3199
|
|
|
3154
3200
|
@property
|
|
@@ -3249,12 +3295,14 @@ class Application(pulumi.CustomResource):
|
|
|
3249
3295
|
|
|
3250
3296
|
@property
|
|
3251
3297
|
@pulumi.getter
|
|
3252
|
-
@_utilities.deprecated("""Field `liveness` has been deprecated from provider version 1.211.0. New field `liveness_v2` instead.""")
|
|
3253
3298
|
def liveness(self) -> pulumi.Output[str]:
|
|
3254
3299
|
"""
|
|
3255
3300
|
Container health check. Containers that fail the health check will be shut down and restored. Currently, only the method of issuing commands in the container is supported.
|
|
3256
3301
|
**NOTE:** Field `liveness` has been deprecated from provider version 1.211.0. New field `liveness_v2` instead.
|
|
3257
3302
|
"""
|
|
3303
|
+
warnings.warn("""Field `liveness` has been deprecated from provider version 1.211.0. New field `liveness_v2` instead.""", DeprecationWarning)
|
|
3304
|
+
pulumi.log.warn("""liveness is deprecated: Field `liveness` has been deprecated from provider version 1.211.0. New field `liveness_v2` instead.""")
|
|
3305
|
+
|
|
3258
3306
|
return pulumi.get(self, "liveness")
|
|
3259
3307
|
|
|
3260
3308
|
@property
|
|
@@ -3333,11 +3381,13 @@ class Application(pulumi.CustomResource):
|
|
|
3333
3381
|
|
|
3334
3382
|
@property
|
|
3335
3383
|
@pulumi.getter(name="ossMountDescs")
|
|
3336
|
-
@_utilities.deprecated("""Field `oss_mount_descs` has been deprecated from provider version 1.211.0. New field `oss_mount_descs_v2` instead.""")
|
|
3337
3384
|
def oss_mount_descs(self) -> pulumi.Output[str]:
|
|
3338
3385
|
"""
|
|
3339
3386
|
OSS mount description information. **NOTE:** Field `oss_mount_descs` has been deprecated from provider version 1.211.0. New field `oss_mount_descs_v2` instead.
|
|
3340
3387
|
"""
|
|
3388
|
+
warnings.warn("""Field `oss_mount_descs` has been deprecated from provider version 1.211.0. New field `oss_mount_descs_v2` instead.""", DeprecationWarning)
|
|
3389
|
+
pulumi.log.warn("""oss_mount_descs is deprecated: Field `oss_mount_descs` has been deprecated from provider version 1.211.0. New field `oss_mount_descs_v2` instead.""")
|
|
3390
|
+
|
|
3341
3391
|
return pulumi.get(self, "oss_mount_descs")
|
|
3342
3392
|
|
|
3343
3393
|
@property
|
|
@@ -3406,11 +3456,13 @@ class Application(pulumi.CustomResource):
|
|
|
3406
3456
|
|
|
3407
3457
|
@property
|
|
3408
3458
|
@pulumi.getter(name="postStart")
|
|
3409
|
-
@_utilities.deprecated("""Field `post_start` has been deprecated from provider version 1.211.0. New field `post_start_v2` instead.""")
|
|
3410
3459
|
def post_start(self) -> pulumi.Output[str]:
|
|
3411
3460
|
"""
|
|
3412
3461
|
Execute the script after startup, the format is like: {`exec`:{`command`:[`cat`,"/etc/group"]}}. **NOTE:** Field `post_start` has been deprecated from provider version 1.211.0. New field `post_start_v2` instead.
|
|
3413
3462
|
"""
|
|
3463
|
+
warnings.warn("""Field `post_start` has been deprecated from provider version 1.211.0. New field `post_start_v2` instead.""", DeprecationWarning)
|
|
3464
|
+
pulumi.log.warn("""post_start is deprecated: Field `post_start` has been deprecated from provider version 1.211.0. New field `post_start_v2` instead.""")
|
|
3465
|
+
|
|
3414
3466
|
return pulumi.get(self, "post_start")
|
|
3415
3467
|
|
|
3416
3468
|
@property
|
|
@@ -3423,11 +3475,13 @@ class Application(pulumi.CustomResource):
|
|
|
3423
3475
|
|
|
3424
3476
|
@property
|
|
3425
3477
|
@pulumi.getter(name="preStop")
|
|
3426
|
-
@_utilities.deprecated("""Field `pre_stop` has been deprecated from provider version 1.211.0. New field `pre_stop_v2` instead.""")
|
|
3427
3478
|
def pre_stop(self) -> pulumi.Output[str]:
|
|
3428
3479
|
"""
|
|
3429
3480
|
Execute the script before stopping, the format is like: {`exec`:{`command`:[`cat`,"/etc/group"]}}. **NOTE:** Field `pre_stop` has been deprecated from provider version 1.211.0. New field `pre_stop_v2` instead.
|
|
3430
3481
|
"""
|
|
3482
|
+
warnings.warn("""Field `pre_stop` has been deprecated from provider version 1.211.0. New field `pre_stop_v2` instead.""", DeprecationWarning)
|
|
3483
|
+
pulumi.log.warn("""pre_stop is deprecated: Field `pre_stop` has been deprecated from provider version 1.211.0. New field `pre_stop_v2` instead.""")
|
|
3484
|
+
|
|
3431
3485
|
return pulumi.get(self, "pre_stop")
|
|
3432
3486
|
|
|
3433
3487
|
@property
|
|
@@ -3456,12 +3510,14 @@ class Application(pulumi.CustomResource):
|
|
|
3456
3510
|
|
|
3457
3511
|
@property
|
|
3458
3512
|
@pulumi.getter
|
|
3459
|
-
@_utilities.deprecated("""Field `readiness` has been deprecated from provider version 1.211.0. New field `readiness_v2` instead.""")
|
|
3460
3513
|
def readiness(self) -> pulumi.Output[str]:
|
|
3461
3514
|
"""
|
|
3462
3515
|
Application startup status checks, containers that fail multiple health checks will be shut down and restarted. Containers that do not pass the health check will not receive SLB traffic. For example: {`exec`:{`command`:[`sh`,"-c","cat /home/admin/start.sh"]},`initialDelaySeconds`:30,`periodSeconds`:30,"timeoutSeconds ":2}. Valid values: `command`, `initialDelaySeconds`, `periodSeconds`, `timeoutSeconds`.
|
|
3463
3516
|
**NOTE:** Field `readiness` has been deprecated from provider version 1.211.0. New field `readiness_v2` instead.
|
|
3464
3517
|
"""
|
|
3518
|
+
warnings.warn("""Field `readiness` has been deprecated from provider version 1.211.0. New field `readiness_v2` instead.""", DeprecationWarning)
|
|
3519
|
+
pulumi.log.warn("""readiness is deprecated: Field `readiness` has been deprecated from provider version 1.211.0. New field `readiness_v2` instead.""")
|
|
3520
|
+
|
|
3465
3521
|
return pulumi.get(self, "readiness")
|
|
3466
3522
|
|
|
3467
3523
|
@property
|
|
@@ -3530,12 +3586,14 @@ class Application(pulumi.CustomResource):
|
|
|
3530
3586
|
|
|
3531
3587
|
@property
|
|
3532
3588
|
@pulumi.getter(name="tomcatConfig")
|
|
3533
|
-
@_utilities.deprecated("""Field `tomcat_config` has been deprecated from provider version 1.211.0. New field `tomcat_config_v2` instead.""")
|
|
3534
3589
|
def tomcat_config(self) -> pulumi.Output[str]:
|
|
3535
3590
|
"""
|
|
3536
3591
|
Tomcat file configuration, set to "{}" means to delete the configuration: useDefaultConfig: Whether to use a custom configuration, if it is true, it means that the custom configuration is not used; if it is false, it means that the custom configuration is used. If you do not use custom configuration, the following parameter configuration will not take effect. contextInputType: Select the access path of the application. war: No need to fill in the custom path, the access path of the application is the WAR package name. root: No need to fill in the custom path, the access path of the application is /. custom: You need to fill in the custom path in the custom path below. contextPath: custom path, this parameter only needs to be configured when the contextInputType type is custom. httpPort: The port range is 1024~65535. Ports less than 1024 need Root permission to operate. Because the container is configured with Admin permissions, please fill in a port greater than 1024. If not configured, the default is 8080. maxThreads: Configure the number of connections in the connection pool, the default size is 400. uriEncoding: Tomcat encoding format, including UTF-8, ISO-8859-1, GBK and GB2312. If not set, the default is ISO-8859-1. useBodyEncoding: Whether to use BodyEncoding for URL. Valid values: `contextInputType`, `contextPath`, `httpPort`, `maxThreads`, `uriEncoding`, `useBodyEncoding`, `useDefaultConfig`.
|
|
3537
3592
|
**NOTE:** Field `tomcat_config` has been deprecated from provider version 1.211.0. New field `tomcat_config_v2` instead.
|
|
3538
3593
|
"""
|
|
3594
|
+
warnings.warn("""Field `tomcat_config` has been deprecated from provider version 1.211.0. New field `tomcat_config_v2` instead.""", DeprecationWarning)
|
|
3595
|
+
pulumi.log.warn("""tomcat_config is deprecated: Field `tomcat_config` has been deprecated from provider version 1.211.0. New field `tomcat_config_v2` instead.""")
|
|
3596
|
+
|
|
3539
3597
|
return pulumi.get(self, "tomcat_config")
|
|
3540
3598
|
|
|
3541
3599
|
@property
|
|
@@ -3548,11 +3606,13 @@ class Application(pulumi.CustomResource):
|
|
|
3548
3606
|
|
|
3549
3607
|
@property
|
|
3550
3608
|
@pulumi.getter(name="updateStrategy")
|
|
3551
|
-
@_utilities.deprecated("""Field `update_strategy` has been deprecated from provider version 1.211.0. New field `update_strategy_v2` instead.""")
|
|
3552
3609
|
def update_strategy(self) -> pulumi.Output[str]:
|
|
3553
3610
|
"""
|
|
3554
3611
|
The update strategy. **NOTE:** Field `update_strategy` has been deprecated from provider version 1.211.0. New field `update_strategy_v2` instead.
|
|
3555
3612
|
"""
|
|
3613
|
+
warnings.warn("""Field `update_strategy` has been deprecated from provider version 1.211.0. New field `update_strategy_v2` instead.""", DeprecationWarning)
|
|
3614
|
+
pulumi.log.warn("""update_strategy is deprecated: Field `update_strategy` has been deprecated from provider version 1.211.0. New field `update_strategy_v2` instead.""")
|
|
3615
|
+
|
|
3556
3616
|
return pulumi.get(self, "update_strategy")
|
|
3557
3617
|
|
|
3558
3618
|
@property
|
pulumi_alicloud/scdn/domain.py
CHANGED
|
@@ -79,11 +79,13 @@ class DomainArgs:
|
|
|
79
79
|
|
|
80
80
|
@property
|
|
81
81
|
@pulumi.getter(name="bizName")
|
|
82
|
-
@_utilities.deprecated("""Attribute biz_name has been deprecated and suggest removing it from your template.""")
|
|
83
82
|
def biz_name(self) -> Optional[pulumi.Input[str]]:
|
|
84
83
|
"""
|
|
85
84
|
Attribute perm has been deprecated and suggest removing it from your template.
|
|
86
85
|
"""
|
|
86
|
+
warnings.warn("""Attribute biz_name has been deprecated and suggest removing it from your template.""", DeprecationWarning)
|
|
87
|
+
pulumi.log.warn("""biz_name is deprecated: Attribute biz_name has been deprecated and suggest removing it from your template.""")
|
|
88
|
+
|
|
87
89
|
return pulumi.get(self, "biz_name")
|
|
88
90
|
|
|
89
91
|
@biz_name.setter
|
|
@@ -195,11 +197,13 @@ class _DomainState:
|
|
|
195
197
|
|
|
196
198
|
@property
|
|
197
199
|
@pulumi.getter(name="bizName")
|
|
198
|
-
@_utilities.deprecated("""Attribute biz_name has been deprecated and suggest removing it from your template.""")
|
|
199
200
|
def biz_name(self) -> Optional[pulumi.Input[str]]:
|
|
200
201
|
"""
|
|
201
202
|
Attribute perm has been deprecated and suggest removing it from your template.
|
|
202
203
|
"""
|
|
204
|
+
warnings.warn("""Attribute biz_name has been deprecated and suggest removing it from your template.""", DeprecationWarning)
|
|
205
|
+
pulumi.log.warn("""biz_name is deprecated: Attribute biz_name has been deprecated and suggest removing it from your template.""")
|
|
206
|
+
|
|
203
207
|
return pulumi.get(self, "biz_name")
|
|
204
208
|
|
|
205
209
|
@biz_name.setter
|
|
@@ -492,11 +496,13 @@ class Domain(pulumi.CustomResource):
|
|
|
492
496
|
|
|
493
497
|
@property
|
|
494
498
|
@pulumi.getter(name="bizName")
|
|
495
|
-
@_utilities.deprecated("""Attribute biz_name has been deprecated and suggest removing it from your template.""")
|
|
496
499
|
def biz_name(self) -> pulumi.Output[Optional[str]]:
|
|
497
500
|
"""
|
|
498
501
|
Attribute perm has been deprecated and suggest removing it from your template.
|
|
499
502
|
"""
|
|
503
|
+
warnings.warn("""Attribute biz_name has been deprecated and suggest removing it from your template.""", DeprecationWarning)
|
|
504
|
+
pulumi.log.warn("""biz_name is deprecated: Attribute biz_name has been deprecated and suggest removing it from your template.""")
|
|
505
|
+
|
|
500
506
|
return pulumi.get(self, "biz_name")
|
|
501
507
|
|
|
502
508
|
@property
|
|
@@ -73,11 +73,13 @@ class GetLaunchOptionsResult:
|
|
|
73
73
|
|
|
74
74
|
@property
|
|
75
75
|
@pulumi.getter
|
|
76
|
-
@_utilities.deprecated("""Field 'options' has been deprecated from provider version 1.197.0.""")
|
|
77
76
|
def options(self) -> Sequence['outputs.GetLaunchOptionsOptionResult']:
|
|
78
77
|
"""
|
|
79
78
|
(Deprecated since v1.197.0) A list of Launch Option Entries. Each element contains the following attributes:
|
|
80
79
|
"""
|
|
80
|
+
warnings.warn("""Field 'options' has been deprecated from provider version 1.197.0.""", DeprecationWarning)
|
|
81
|
+
pulumi.log.warn("""options is deprecated: Field 'options' has been deprecated from provider version 1.197.0.""")
|
|
82
|
+
|
|
81
83
|
return pulumi.get(self, "options")
|
|
82
84
|
|
|
83
85
|
@property
|
|
@@ -105,8 +105,10 @@ class GetProductVersionsResult:
|
|
|
105
105
|
|
|
106
106
|
@property
|
|
107
107
|
@pulumi.getter
|
|
108
|
-
@_utilities.deprecated("""Field 'versions' has been deprecated from provider version 1.197.0.""")
|
|
109
108
|
def versions(self) -> Sequence['outputs.GetProductVersionsVersionResult']:
|
|
109
|
+
warnings.warn("""Field 'versions' has been deprecated from provider version 1.197.0.""", DeprecationWarning)
|
|
110
|
+
pulumi.log.warn("""versions is deprecated: Field 'versions' has been deprecated from provider version 1.197.0.""")
|
|
111
|
+
|
|
110
112
|
return pulumi.get(self, "versions")
|
|
111
113
|
|
|
112
114
|
|
|
@@ -119,11 +119,13 @@ class GetProvisionedProductsResult:
|
|
|
119
119
|
|
|
120
120
|
@property
|
|
121
121
|
@pulumi.getter
|
|
122
|
-
@_utilities.deprecated("""Field 'products' has been deprecated from provider version 1.197.0.""")
|
|
123
122
|
def products(self) -> Sequence['outputs.GetProvisionedProductsProductResult']:
|
|
124
123
|
"""
|
|
125
124
|
(Deprecated since v1.197.0) A list of Provisioned Product Entries. Each element contains the following attributes:
|
|
126
125
|
"""
|
|
126
|
+
warnings.warn("""Field 'products' has been deprecated from provider version 1.197.0.""", DeprecationWarning)
|
|
127
|
+
pulumi.log.warn("""products is deprecated: Field 'products' has been deprecated from provider version 1.197.0.""")
|
|
128
|
+
|
|
127
129
|
return pulumi.get(self, "products")
|
|
128
130
|
|
|
129
131
|
@property
|
pulumi_alicloud/slb/acl.py
CHANGED
|
@@ -45,11 +45,13 @@ class AclArgs:
|
|
|
45
45
|
|
|
46
46
|
@property
|
|
47
47
|
@pulumi.getter(name="entryLists")
|
|
48
|
-
@_utilities.deprecated("""Field 'entry_list' has been deprecated from provider version 1.162.0 and it will be removed in the future version. Please use the new resource 'alicloud_slb_acl_entry_attachment'.""")
|
|
49
48
|
def entry_lists(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['AclEntryListArgs']]]]:
|
|
50
49
|
"""
|
|
51
50
|
A list of entry (CIDR blocks) to be added. It contains two sub-fields as `Entry Block` follows. **NOTE:** "Field 'entry_list' has been deprecated from provider version 1.162.0 and it will be removed in the future version. Please use the new resource 'alicloud_slb_acl_entry_attachment'.",
|
|
52
51
|
"""
|
|
52
|
+
warnings.warn("""Field 'entry_list' has been deprecated from provider version 1.162.0 and it will be removed in the future version. Please use the new resource 'alicloud_slb_acl_entry_attachment'.""", DeprecationWarning)
|
|
53
|
+
pulumi.log.warn("""entry_lists is deprecated: Field 'entry_list' has been deprecated from provider version 1.162.0 and it will be removed in the future version. Please use the new resource 'alicloud_slb_acl_entry_attachment'.""")
|
|
54
|
+
|
|
53
55
|
return pulumi.get(self, "entry_lists")
|
|
54
56
|
|
|
55
57
|
@entry_lists.setter
|
|
@@ -137,11 +139,13 @@ class _AclState:
|
|
|
137
139
|
|
|
138
140
|
@property
|
|
139
141
|
@pulumi.getter(name="entryLists")
|
|
140
|
-
@_utilities.deprecated("""Field 'entry_list' has been deprecated from provider version 1.162.0 and it will be removed in the future version. Please use the new resource 'alicloud_slb_acl_entry_attachment'.""")
|
|
141
142
|
def entry_lists(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['AclEntryListArgs']]]]:
|
|
142
143
|
"""
|
|
143
144
|
A list of entry (CIDR blocks) to be added. It contains two sub-fields as `Entry Block` follows. **NOTE:** "Field 'entry_list' has been deprecated from provider version 1.162.0 and it will be removed in the future version. Please use the new resource 'alicloud_slb_acl_entry_attachment'.",
|
|
144
145
|
"""
|
|
146
|
+
warnings.warn("""Field 'entry_list' has been deprecated from provider version 1.162.0 and it will be removed in the future version. Please use the new resource 'alicloud_slb_acl_entry_attachment'.""", DeprecationWarning)
|
|
147
|
+
pulumi.log.warn("""entry_lists is deprecated: Field 'entry_list' has been deprecated from provider version 1.162.0 and it will be removed in the future version. Please use the new resource 'alicloud_slb_acl_entry_attachment'.""")
|
|
148
|
+
|
|
145
149
|
return pulumi.get(self, "entry_lists")
|
|
146
150
|
|
|
147
151
|
@entry_lists.setter
|
|
@@ -399,11 +403,13 @@ class Acl(pulumi.CustomResource):
|
|
|
399
403
|
|
|
400
404
|
@property
|
|
401
405
|
@pulumi.getter(name="entryLists")
|
|
402
|
-
@_utilities.deprecated("""Field 'entry_list' has been deprecated from provider version 1.162.0 and it will be removed in the future version. Please use the new resource 'alicloud_slb_acl_entry_attachment'.""")
|
|
403
406
|
def entry_lists(self) -> pulumi.Output[Sequence['outputs.AclEntryList']]:
|
|
404
407
|
"""
|
|
405
408
|
A list of entry (CIDR blocks) to be added. It contains two sub-fields as `Entry Block` follows. **NOTE:** "Field 'entry_list' has been deprecated from provider version 1.162.0 and it will be removed in the future version. Please use the new resource 'alicloud_slb_acl_entry_attachment'.",
|
|
406
409
|
"""
|
|
410
|
+
warnings.warn("""Field 'entry_list' has been deprecated from provider version 1.162.0 and it will be removed in the future version. Please use the new resource 'alicloud_slb_acl_entry_attachment'.""", DeprecationWarning)
|
|
411
|
+
pulumi.log.warn("""entry_lists is deprecated: Field 'entry_list' has been deprecated from provider version 1.162.0 and it will be removed in the future version. Please use the new resource 'alicloud_slb_acl_entry_attachment'.""")
|
|
412
|
+
|
|
407
413
|
return pulumi.get(self, "entry_lists")
|
|
408
414
|
|
|
409
415
|
@property
|