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
|
@@ -41,81 +41,53 @@ class EipAddressArgs:
|
|
|
41
41
|
zone: Optional[pulumi.Input[str]] = None):
|
|
42
42
|
"""
|
|
43
43
|
The set of arguments for constructing a EipAddress resource.
|
|
44
|
-
:param pulumi.Input[str] activity_id:
|
|
45
|
-
:param pulumi.Input[str] address_name: The EIP name.
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
:param pulumi.Input[str] bandwidth: The maximum bandwidth of the specified EIP. Unit: Mbit/s.
|
|
53
|
-
- When `payment_type` is set to `PayAsYouGo` and `internet_charge_type` is set to `PayByBandwidth`, valid values for `bandwidth` are `1` to `500`.
|
|
54
|
-
- When `payment_type` is set to `PayAsYouGo` and `internet_charge_type` is set to `PayByTraffic`, valid values for `bandwidth` are `1` to `200`.
|
|
55
|
-
- When `payment_type` is set to `Subscription`, valid values for `bandwidth` are `1` to `1000`.
|
|
56
|
-
|
|
57
|
-
Default value: `5` Mbit /s.
|
|
58
|
-
:param pulumi.Input[bool] deletion_protection: Specifies whether to enable deletion protection. Valid values:
|
|
44
|
+
:param pulumi.Input[str] activity_id: Special activity ID. This parameter is not required.
|
|
45
|
+
:param pulumi.Input[str] address_name: The name of the EIP instance. This name can have a string of 2 to 128 characters, must contain only alphanumeric characters or hyphens, such as "-",".","_", and must not begin or end with a hyphen, and must not begin with http:// or https://.
|
|
46
|
+
:param pulumi.Input[str] allocation_id: The ID of the EIP instance. If you specify the instance ID of An EIP that has already been applied for, the IpAddress of that instance will be reused. Only one of the IpAddress and InstanceId parameters needs to be specified. If neither parameter is specified, the system will randomly apply for an EIP.
|
|
47
|
+
:param pulumi.Input[bool] auto_pay: Whether to pay automatically. Valid values: `true` and `false`. Default value: `true`. When `auto_pay` is `true`, The order will be automatically paid. When `auto_pay` is `false`, The order needs to go to the order center to complete the payment. **NOTE:** When `payment_type` is `Subscription`, this parameter is valid.
|
|
48
|
+
:param pulumi.Input[str] bandwidth: The maximum bandwidth of the EIP. Valid values: `1` to `200`. Unit: Mbit/s. Default value: `5`.
|
|
49
|
+
:param pulumi.Input[bool] deletion_protection: Whether the delete protection function is turned on.
|
|
50
|
+
- **true**: enabled.
|
|
51
|
+
- **false**: not enabled.
|
|
59
52
|
:param pulumi.Input[str] description: The description of the EIP.
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
> **NOTE:** You cannot specify this parameter if you create a subscription EIP.
|
|
64
|
-
:param pulumi.Input[str] high_definition_monitor_log_status: The status of fine-grained monitoring. Valid values:
|
|
65
|
-
- `ON`
|
|
66
|
-
- `OFF`
|
|
53
|
+
:param pulumi.Input[str] high_definition_monitor_log_status: Whether the second-level monitoring is enabled for the EIP.
|
|
54
|
+
- **OFF**: not enabled.
|
|
55
|
+
- **ON**: enabled.
|
|
67
56
|
:param pulumi.Input[str] instance_charge_type: . Field 'instance_charge_type' has been deprecated from provider version 1.126.0. New field 'payment_type' instead.
|
|
68
|
-
:param pulumi.Input[str] internet_charge_type:
|
|
69
|
-
-
|
|
70
|
-
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
- `
|
|
78
|
-
- `
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
-
|
|
88
|
-
-
|
|
89
|
-
|
|
90
|
-
If your services are deployed in China East 1 Finance, this parameter is required and you must set the parameter to `BGP_FinanceCloud`.
|
|
91
|
-
:param pulumi.Input[str] log_project: The name of the Simple Log Service (SLS) project.
|
|
92
|
-
:param pulumi.Input[str] log_store: The name of the Logstore.
|
|
93
|
-
:param pulumi.Input[str] mode: The association mode. Valid values:
|
|
94
|
-
- `NAT` (default): NAT mode
|
|
95
|
-
- `MULTI_BINDED`: multi-EIP-to-ENI mode
|
|
96
|
-
- `BINDED`: cut-network interface controller mode
|
|
57
|
+
:param pulumi.Input[str] internet_charge_type: Renewal Payment type.
|
|
58
|
+
- **PayByBandwidth**: billed by fixed bandwidth.
|
|
59
|
+
- **PayByTraffic**: Billing by traffic.
|
|
60
|
+
:param pulumi.Input[str] ip_address: The IP address of the EIP.
|
|
61
|
+
:param pulumi.Input[str] isp: The line type. You can set this parameter only when you create a `PayAsYouGo` EIP. Valid values:
|
|
62
|
+
- `BGP`: BGP (Multi-ISP) lines.Up to 89 high-quality BGP lines are available worldwide. Direct connections with multiple Internet Service Providers (ISPs), including Telecom, Unicom, Mobile, Railcom, Netcom, CERNET, China Broadcast Network, Dr. Peng, and Founder, can be established in all regions in mainland China.
|
|
63
|
+
- `BGP_PRO`: BGP (Multi-ISP) Pro lines optimize data transmission to mainland China and improve connection quality for international services. Compared with BGP (Multi-ISP), when BGP (Multi-ISP) Pro provides services to clients in mainland China (excluding data centers), cross-border connections are established without using international ISP services. This reduces network latency.
|
|
64
|
+
- `ChinaTelecom`: China Telecom.
|
|
65
|
+
- `ChinaUnicom`: China Unicom.
|
|
66
|
+
- `ChinaMobile`: China Mobile.
|
|
67
|
+
- `ChinaTelecom_L2`: China Telecom L2.
|
|
68
|
+
- `ChinaUnicom_L2`: China Unicom L2.
|
|
69
|
+
- `ChinaMobile_L2`: China Mobile L2.
|
|
70
|
+
- `BGP_FinanceCloud`: If your services are deployed in China East 1 Finance, this parameter is required and you must set the value to `BGP_FinanceCloud`.
|
|
71
|
+
- `BGP_International`: BGP_International.
|
|
72
|
+
> **NOTE:** From version 1.203.0, `isp` can be set to `ChinaTelecom`, `ChinaUnicom`, `ChinaMobile`, `ChinaTelecom_L2`, `ChinaUnicom_L2`, `ChinaMobile_L2`, `BGP_FinanceCloud`, `BGP_International`.
|
|
73
|
+
:param pulumi.Input[str] log_project: The Name of the logging service LogProject. Current parameter is required when configuring high precision second-by-second monitoring for EIP.
|
|
74
|
+
:param pulumi.Input[str] log_store: The Name of the logging service LogStore. Current parameter is required when configuring high precision second-by-second monitoring for EIP.
|
|
75
|
+
:param pulumi.Input[str] mode: Binding mode, value:
|
|
76
|
+
- **NAT** (default):NAT mode (normal mode).
|
|
77
|
+
- **MULTI_BINDED**: indicates the multi-EIP NIC visible mode.
|
|
78
|
+
- **BINDED**: indicates the mode in which the EIP NIC is visible.
|
|
97
79
|
:param pulumi.Input[str] name: . Field 'name' has been deprecated from provider version 1.126.0. New field 'address_name' instead.
|
|
98
|
-
:param pulumi.Input[str] netmode: The
|
|
99
|
-
:param pulumi.Input[str] payment_type: The billing method of the EIP. Valid values:
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
:param pulumi.Input[int] period: Duration of purchase. When the value of `pricing_cycle` is `Month`, the value range of `period` is `1` to `9`. When the value of `pricing_cycle` is `Year`, the value range of `period` is `1` to `5`. If the value of the `payment_type` parameter is `Subscription`, this parameter is required. If the value of the `payment_type` parameter is `PayAsYouGo`, this parameter is left blank.
|
|
105
|
-
:param pulumi.Input[str] pricing_cycle: The billing cycle of the subscription EIP. Valid values:
|
|
106
|
-
- `Month` (default)
|
|
107
|
-
- `Year`
|
|
108
|
-
|
|
109
|
-
If `payment_type` is set to `Subscription`, this parameter is required. If `payment_type` is set to `PayAsYouGo`, this parameter is not required.
|
|
110
|
-
:param pulumi.Input[str] public_ip_address_pool_id: The ID of the IP address pool. The EIP is allocated from the IP address pool. By default, the IP address pool feature is unavailable. To use the IP address pool, apply for the privilege in the Quota Center console. For more information, see the "Request a quota increase in the Quota Center console" section in [Manage EIP quotas](https://www.alibabacloud.com/help/en/doc-detail/108213.html).
|
|
111
|
-
:param pulumi.Input[str] resource_group_id: The ID of the resource group to which you want to move the resource.
|
|
112
|
-
|
|
113
|
-
> **NOTE:** You can use resource groups to facilitate resource grouping and permission management for an Alibaba Cloud. For more information, see [What is resource management?](https://www.alibabacloud.com/help/en/doc-detail/94475.html)
|
|
80
|
+
:param pulumi.Input[str] netmode: The type of the network. Valid value is `public` (Internet).
|
|
81
|
+
:param pulumi.Input[str] payment_type: The billing method of the EIP. Valid values: `Subscription`, `PayAsYouGo`.
|
|
82
|
+
:param pulumi.Input[int] period: When the PricingCycle is set to Month, the Period value ranges from 1 to 9. When the PricingCycle is set to Year, the Period range is 1 to 5. If the value of the InstanceChargeType parameter is PrePaid, this parameter is required. If the value of the InstanceChargeType parameter is PostPaid, this parameter is not filled in.
|
|
83
|
+
:param pulumi.Input[str] pricing_cycle: Value: Month (default): Pay monthly. Year: Pay per Year. This parameter is required when the value of the InstanceChargeType parameter is Subscription(PrePaid). This parameter is optional when the value of the InstanceChargeType parameter is PayAsYouGo(PostPaid).
|
|
84
|
+
:param pulumi.Input[str] public_ip_address_pool_id: The ID of the IP address pool to which the EIP belongs.
|
|
85
|
+
:param pulumi.Input[str] resource_group_id: The ID of the resource group.
|
|
114
86
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] security_protection_types: Security protection level.
|
|
115
87
|
- When the return is empty, the basic DDoS protection is specified.
|
|
116
|
-
- When
|
|
117
|
-
:param pulumi.Input[Mapping[str, Any]] tags: The tag of the resource
|
|
118
|
-
:param pulumi.Input[str] zone: The zone of the EIP.
|
|
88
|
+
- When **antidos_enhanced** is returned, it indicates DDoS protection (enhanced version).
|
|
89
|
+
:param pulumi.Input[Mapping[str, Any]] tags: The tag of the resource.
|
|
90
|
+
:param pulumi.Input[str] zone: The zone of the EIP. This parameter is returned only for whitelist users that are visible to the zone.
|
|
119
91
|
|
|
120
92
|
The following arguments will be discarded. Please use new fields as soon as possible:
|
|
121
93
|
"""
|
|
@@ -180,7 +152,7 @@ class EipAddressArgs:
|
|
|
180
152
|
@pulumi.getter(name="activityId")
|
|
181
153
|
def activity_id(self) -> Optional[pulumi.Input[str]]:
|
|
182
154
|
"""
|
|
183
|
-
|
|
155
|
+
Special activity ID. This parameter is not required.
|
|
184
156
|
"""
|
|
185
157
|
return pulumi.get(self, "activity_id")
|
|
186
158
|
|
|
@@ -192,11 +164,7 @@ class EipAddressArgs:
|
|
|
192
164
|
@pulumi.getter(name="addressName")
|
|
193
165
|
def address_name(self) -> Optional[pulumi.Input[str]]:
|
|
194
166
|
"""
|
|
195
|
-
The EIP name.
|
|
196
|
-
|
|
197
|
-
The name must be 1 to 128 characters in length and start with a letter, and can contain letters, digits, periods (.), underscores (\\_), and hyphens (-).
|
|
198
|
-
|
|
199
|
-
> **NOTE:** You cannot specify this parameter if you create a subscription EIP.
|
|
167
|
+
The name of the EIP instance. This name can have a string of 2 to 128 characters, must contain only alphanumeric characters or hyphens, such as "-",".","_", and must not begin or end with a hyphen, and must not begin with http:// or https://.
|
|
200
168
|
"""
|
|
201
169
|
return pulumi.get(self, "address_name")
|
|
202
170
|
|
|
@@ -208,7 +176,7 @@ class EipAddressArgs:
|
|
|
208
176
|
@pulumi.getter(name="allocationId")
|
|
209
177
|
def allocation_id(self) -> Optional[pulumi.Input[str]]:
|
|
210
178
|
"""
|
|
211
|
-
The ID of the EIP instance.
|
|
179
|
+
The ID of the EIP instance. If you specify the instance ID of An EIP that has already been applied for, the IpAddress of that instance will be reused. Only one of the IpAddress and InstanceId parameters needs to be specified. If neither parameter is specified, the system will randomly apply for an EIP.
|
|
212
180
|
"""
|
|
213
181
|
return pulumi.get(self, "allocation_id")
|
|
214
182
|
|
|
@@ -220,7 +188,7 @@ class EipAddressArgs:
|
|
|
220
188
|
@pulumi.getter(name="autoPay")
|
|
221
189
|
def auto_pay(self) -> Optional[pulumi.Input[bool]]:
|
|
222
190
|
"""
|
|
223
|
-
|
|
191
|
+
Whether to pay automatically. Valid values: `true` and `false`. Default value: `true`. When `auto_pay` is `true`, The order will be automatically paid. When `auto_pay` is `false`, The order needs to go to the order center to complete the payment. **NOTE:** When `payment_type` is `Subscription`, this parameter is valid.
|
|
224
192
|
"""
|
|
225
193
|
return pulumi.get(self, "auto_pay")
|
|
226
194
|
|
|
@@ -232,12 +200,7 @@ class EipAddressArgs:
|
|
|
232
200
|
@pulumi.getter
|
|
233
201
|
def bandwidth(self) -> Optional[pulumi.Input[str]]:
|
|
234
202
|
"""
|
|
235
|
-
The maximum bandwidth of the
|
|
236
|
-
- When `payment_type` is set to `PayAsYouGo` and `internet_charge_type` is set to `PayByBandwidth`, valid values for `bandwidth` are `1` to `500`.
|
|
237
|
-
- When `payment_type` is set to `PayAsYouGo` and `internet_charge_type` is set to `PayByTraffic`, valid values for `bandwidth` are `1` to `200`.
|
|
238
|
-
- When `payment_type` is set to `Subscription`, valid values for `bandwidth` are `1` to `1000`.
|
|
239
|
-
|
|
240
|
-
Default value: `5` Mbit /s.
|
|
203
|
+
The maximum bandwidth of the EIP. Valid values: `1` to `200`. Unit: Mbit/s. Default value: `5`.
|
|
241
204
|
"""
|
|
242
205
|
return pulumi.get(self, "bandwidth")
|
|
243
206
|
|
|
@@ -249,7 +212,9 @@ class EipAddressArgs:
|
|
|
249
212
|
@pulumi.getter(name="deletionProtection")
|
|
250
213
|
def deletion_protection(self) -> Optional[pulumi.Input[bool]]:
|
|
251
214
|
"""
|
|
252
|
-
|
|
215
|
+
Whether the delete protection function is turned on.
|
|
216
|
+
- **true**: enabled.
|
|
217
|
+
- **false**: not enabled.
|
|
253
218
|
"""
|
|
254
219
|
return pulumi.get(self, "deletion_protection")
|
|
255
220
|
|
|
@@ -262,10 +227,6 @@ class EipAddressArgs:
|
|
|
262
227
|
def description(self) -> Optional[pulumi.Input[str]]:
|
|
263
228
|
"""
|
|
264
229
|
The description of the EIP.
|
|
265
|
-
|
|
266
|
-
The description must be 2 to 256 characters in length. The description must start with a letter but cannot start with `http://` or `https://`.
|
|
267
|
-
|
|
268
|
-
> **NOTE:** You cannot specify this parameter if you create a subscription EIP.
|
|
269
230
|
"""
|
|
270
231
|
return pulumi.get(self, "description")
|
|
271
232
|
|
|
@@ -277,9 +238,9 @@ class EipAddressArgs:
|
|
|
277
238
|
@pulumi.getter(name="highDefinitionMonitorLogStatus")
|
|
278
239
|
def high_definition_monitor_log_status(self) -> Optional[pulumi.Input[str]]:
|
|
279
240
|
"""
|
|
280
|
-
|
|
281
|
-
-
|
|
282
|
-
-
|
|
241
|
+
Whether the second-level monitoring is enabled for the EIP.
|
|
242
|
+
- **OFF**: not enabled.
|
|
243
|
+
- **ON**: enabled.
|
|
283
244
|
"""
|
|
284
245
|
return pulumi.get(self, "high_definition_monitor_log_status")
|
|
285
246
|
|
|
@@ -289,11 +250,13 @@ class EipAddressArgs:
|
|
|
289
250
|
|
|
290
251
|
@property
|
|
291
252
|
@pulumi.getter(name="instanceChargeType")
|
|
292
|
-
@_utilities.deprecated("""Field 'instance_charge_type' has been deprecated since provider version 1.126.0. New field 'payment_type' instead.""")
|
|
293
253
|
def instance_charge_type(self) -> Optional[pulumi.Input[str]]:
|
|
294
254
|
"""
|
|
295
255
|
. Field 'instance_charge_type' has been deprecated from provider version 1.126.0. New field 'payment_type' instead.
|
|
296
256
|
"""
|
|
257
|
+
warnings.warn("""Field 'instance_charge_type' has been deprecated since provider version 1.126.0. New field 'payment_type' instead.""", DeprecationWarning)
|
|
258
|
+
pulumi.log.warn("""instance_charge_type is deprecated: Field 'instance_charge_type' has been deprecated since provider version 1.126.0. New field 'payment_type' instead.""")
|
|
259
|
+
|
|
297
260
|
return pulumi.get(self, "instance_charge_type")
|
|
298
261
|
|
|
299
262
|
@instance_charge_type.setter
|
|
@@ -304,13 +267,9 @@ class EipAddressArgs:
|
|
|
304
267
|
@pulumi.getter(name="internetChargeType")
|
|
305
268
|
def internet_charge_type(self) -> Optional[pulumi.Input[str]]:
|
|
306
269
|
"""
|
|
307
|
-
|
|
308
|
-
-
|
|
309
|
-
-
|
|
310
|
-
|
|
311
|
-
When `payment_type` is set to `Subscription`, you must set `internet_charge_type` to `PayByBandwidth`.
|
|
312
|
-
|
|
313
|
-
When `payment_type` is set to `PayAsYouGo`, set `internet_charge_type` to `PayByBandwidth` or `PayByTraffic`.
|
|
270
|
+
Renewal Payment type.
|
|
271
|
+
- **PayByBandwidth**: billed by fixed bandwidth.
|
|
272
|
+
- **PayByTraffic**: Billing by traffic.
|
|
314
273
|
"""
|
|
315
274
|
return pulumi.get(self, "internet_charge_type")
|
|
316
275
|
|
|
@@ -322,7 +281,7 @@ class EipAddressArgs:
|
|
|
322
281
|
@pulumi.getter(name="ipAddress")
|
|
323
282
|
def ip_address(self) -> Optional[pulumi.Input[str]]:
|
|
324
283
|
"""
|
|
325
|
-
The IP address of the EIP.
|
|
284
|
+
The IP address of the EIP.
|
|
326
285
|
"""
|
|
327
286
|
return pulumi.get(self, "ip_address")
|
|
328
287
|
|
|
@@ -334,21 +293,18 @@ class EipAddressArgs:
|
|
|
334
293
|
@pulumi.getter
|
|
335
294
|
def isp(self) -> Optional[pulumi.Input[str]]:
|
|
336
295
|
"""
|
|
337
|
-
The line type. Valid values:
|
|
338
|
-
- `BGP
|
|
339
|
-
- `BGP_PRO`: BGP (Multi-ISP) Pro
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
- `
|
|
345
|
-
- `
|
|
346
|
-
- `
|
|
347
|
-
- `
|
|
348
|
-
|
|
349
|
-
- `ChinaMobile_L2`
|
|
350
|
-
|
|
351
|
-
If your services are deployed in China East 1 Finance, this parameter is required and you must set the parameter to `BGP_FinanceCloud`.
|
|
296
|
+
The line type. You can set this parameter only when you create a `PayAsYouGo` EIP. Valid values:
|
|
297
|
+
- `BGP`: BGP (Multi-ISP) lines.Up to 89 high-quality BGP lines are available worldwide. Direct connections with multiple Internet Service Providers (ISPs), including Telecom, Unicom, Mobile, Railcom, Netcom, CERNET, China Broadcast Network, Dr. Peng, and Founder, can be established in all regions in mainland China.
|
|
298
|
+
- `BGP_PRO`: BGP (Multi-ISP) Pro lines optimize data transmission to mainland China and improve connection quality for international services. Compared with BGP (Multi-ISP), when BGP (Multi-ISP) Pro provides services to clients in mainland China (excluding data centers), cross-border connections are established without using international ISP services. This reduces network latency.
|
|
299
|
+
- `ChinaTelecom`: China Telecom.
|
|
300
|
+
- `ChinaUnicom`: China Unicom.
|
|
301
|
+
- `ChinaMobile`: China Mobile.
|
|
302
|
+
- `ChinaTelecom_L2`: China Telecom L2.
|
|
303
|
+
- `ChinaUnicom_L2`: China Unicom L2.
|
|
304
|
+
- `ChinaMobile_L2`: China Mobile L2.
|
|
305
|
+
- `BGP_FinanceCloud`: If your services are deployed in China East 1 Finance, this parameter is required and you must set the value to `BGP_FinanceCloud`.
|
|
306
|
+
- `BGP_International`: BGP_International.
|
|
307
|
+
> **NOTE:** From version 1.203.0, `isp` can be set to `ChinaTelecom`, `ChinaUnicom`, `ChinaMobile`, `ChinaTelecom_L2`, `ChinaUnicom_L2`, `ChinaMobile_L2`, `BGP_FinanceCloud`, `BGP_International`.
|
|
352
308
|
"""
|
|
353
309
|
return pulumi.get(self, "isp")
|
|
354
310
|
|
|
@@ -360,7 +316,7 @@ class EipAddressArgs:
|
|
|
360
316
|
@pulumi.getter(name="logProject")
|
|
361
317
|
def log_project(self) -> Optional[pulumi.Input[str]]:
|
|
362
318
|
"""
|
|
363
|
-
The
|
|
319
|
+
The Name of the logging service LogProject. Current parameter is required when configuring high precision second-by-second monitoring for EIP.
|
|
364
320
|
"""
|
|
365
321
|
return pulumi.get(self, "log_project")
|
|
366
322
|
|
|
@@ -372,7 +328,7 @@ class EipAddressArgs:
|
|
|
372
328
|
@pulumi.getter(name="logStore")
|
|
373
329
|
def log_store(self) -> Optional[pulumi.Input[str]]:
|
|
374
330
|
"""
|
|
375
|
-
The
|
|
331
|
+
The Name of the logging service LogStore. Current parameter is required when configuring high precision second-by-second monitoring for EIP.
|
|
376
332
|
"""
|
|
377
333
|
return pulumi.get(self, "log_store")
|
|
378
334
|
|
|
@@ -384,10 +340,10 @@ class EipAddressArgs:
|
|
|
384
340
|
@pulumi.getter
|
|
385
341
|
def mode(self) -> Optional[pulumi.Input[str]]:
|
|
386
342
|
"""
|
|
387
|
-
|
|
388
|
-
-
|
|
389
|
-
-
|
|
390
|
-
-
|
|
343
|
+
Binding mode, value:
|
|
344
|
+
- **NAT** (default):NAT mode (normal mode).
|
|
345
|
+
- **MULTI_BINDED**: indicates the multi-EIP NIC visible mode.
|
|
346
|
+
- **BINDED**: indicates the mode in which the EIP NIC is visible.
|
|
391
347
|
"""
|
|
392
348
|
return pulumi.get(self, "mode")
|
|
393
349
|
|
|
@@ -397,11 +353,13 @@ class EipAddressArgs:
|
|
|
397
353
|
|
|
398
354
|
@property
|
|
399
355
|
@pulumi.getter
|
|
400
|
-
@_utilities.deprecated("""Field 'name' has been deprecated since provider version 1.126.0. New field 'address_name' instead.""")
|
|
401
356
|
def name(self) -> Optional[pulumi.Input[str]]:
|
|
402
357
|
"""
|
|
403
358
|
. Field 'name' has been deprecated from provider version 1.126.0. New field 'address_name' instead.
|
|
404
359
|
"""
|
|
360
|
+
warnings.warn("""Field 'name' has been deprecated since provider version 1.126.0. New field 'address_name' instead.""", DeprecationWarning)
|
|
361
|
+
pulumi.log.warn("""name is deprecated: Field 'name' has been deprecated since provider version 1.126.0. New field 'address_name' instead.""")
|
|
362
|
+
|
|
405
363
|
return pulumi.get(self, "name")
|
|
406
364
|
|
|
407
365
|
@name.setter
|
|
@@ -412,7 +370,7 @@ class EipAddressArgs:
|
|
|
412
370
|
@pulumi.getter
|
|
413
371
|
def netmode(self) -> Optional[pulumi.Input[str]]:
|
|
414
372
|
"""
|
|
415
|
-
The
|
|
373
|
+
The type of the network. Valid value is `public` (Internet).
|
|
416
374
|
"""
|
|
417
375
|
return pulumi.get(self, "netmode")
|
|
418
376
|
|
|
@@ -424,11 +382,7 @@ class EipAddressArgs:
|
|
|
424
382
|
@pulumi.getter(name="paymentType")
|
|
425
383
|
def payment_type(self) -> Optional[pulumi.Input[str]]:
|
|
426
384
|
"""
|
|
427
|
-
The billing method of the EIP. Valid values:
|
|
428
|
-
- `Subscription`: subscription
|
|
429
|
-
- `PayAsYouGo` (default): pay-as-you-go
|
|
430
|
-
|
|
431
|
-
If `payment_type` is set to `Subscription`, set `internet_charge_type` to `PayByBandwidth`. If `payment_type` is set to `PayAsYouGo`, set `internet_charge_type` to `PayByBandwidth` or `PayByTraffic`.
|
|
385
|
+
The billing method of the EIP. Valid values: `Subscription`, `PayAsYouGo`.
|
|
432
386
|
"""
|
|
433
387
|
return pulumi.get(self, "payment_type")
|
|
434
388
|
|
|
@@ -440,7 +394,7 @@ class EipAddressArgs:
|
|
|
440
394
|
@pulumi.getter
|
|
441
395
|
def period(self) -> Optional[pulumi.Input[int]]:
|
|
442
396
|
"""
|
|
443
|
-
|
|
397
|
+
When the PricingCycle is set to Month, the Period value ranges from 1 to 9. When the PricingCycle is set to Year, the Period range is 1 to 5. If the value of the InstanceChargeType parameter is PrePaid, this parameter is required. If the value of the InstanceChargeType parameter is PostPaid, this parameter is not filled in.
|
|
444
398
|
"""
|
|
445
399
|
return pulumi.get(self, "period")
|
|
446
400
|
|
|
@@ -452,11 +406,7 @@ class EipAddressArgs:
|
|
|
452
406
|
@pulumi.getter(name="pricingCycle")
|
|
453
407
|
def pricing_cycle(self) -> Optional[pulumi.Input[str]]:
|
|
454
408
|
"""
|
|
455
|
-
|
|
456
|
-
- `Month` (default)
|
|
457
|
-
- `Year`
|
|
458
|
-
|
|
459
|
-
If `payment_type` is set to `Subscription`, this parameter is required. If `payment_type` is set to `PayAsYouGo`, this parameter is not required.
|
|
409
|
+
Value: Month (default): Pay monthly. Year: Pay per Year. This parameter is required when the value of the InstanceChargeType parameter is Subscription(PrePaid). This parameter is optional when the value of the InstanceChargeType parameter is PayAsYouGo(PostPaid).
|
|
460
410
|
"""
|
|
461
411
|
return pulumi.get(self, "pricing_cycle")
|
|
462
412
|
|
|
@@ -468,7 +418,7 @@ class EipAddressArgs:
|
|
|
468
418
|
@pulumi.getter(name="publicIpAddressPoolId")
|
|
469
419
|
def public_ip_address_pool_id(self) -> Optional[pulumi.Input[str]]:
|
|
470
420
|
"""
|
|
471
|
-
The ID of the IP address pool
|
|
421
|
+
The ID of the IP address pool to which the EIP belongs.
|
|
472
422
|
"""
|
|
473
423
|
return pulumi.get(self, "public_ip_address_pool_id")
|
|
474
424
|
|
|
@@ -480,9 +430,7 @@ class EipAddressArgs:
|
|
|
480
430
|
@pulumi.getter(name="resourceGroupId")
|
|
481
431
|
def resource_group_id(self) -> Optional[pulumi.Input[str]]:
|
|
482
432
|
"""
|
|
483
|
-
The ID of the resource group
|
|
484
|
-
|
|
485
|
-
> **NOTE:** You can use resource groups to facilitate resource grouping and permission management for an Alibaba Cloud. For more information, see [What is resource management?](https://www.alibabacloud.com/help/en/doc-detail/94475.html)
|
|
433
|
+
The ID of the resource group.
|
|
486
434
|
"""
|
|
487
435
|
return pulumi.get(self, "resource_group_id")
|
|
488
436
|
|
|
@@ -496,7 +444,7 @@ class EipAddressArgs:
|
|
|
496
444
|
"""
|
|
497
445
|
Security protection level.
|
|
498
446
|
- When the return is empty, the basic DDoS protection is specified.
|
|
499
|
-
- When
|
|
447
|
+
- When **antidos_enhanced** is returned, it indicates DDoS protection (enhanced version).
|
|
500
448
|
"""
|
|
501
449
|
return pulumi.get(self, "security_protection_types")
|
|
502
450
|
|
|
@@ -508,7 +456,7 @@ class EipAddressArgs:
|
|
|
508
456
|
@pulumi.getter
|
|
509
457
|
def tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
|
|
510
458
|
"""
|
|
511
|
-
The tag of the resource
|
|
459
|
+
The tag of the resource.
|
|
512
460
|
"""
|
|
513
461
|
return pulumi.get(self, "tags")
|
|
514
462
|
|
|
@@ -520,7 +468,7 @@ class EipAddressArgs:
|
|
|
520
468
|
@pulumi.getter
|
|
521
469
|
def zone(self) -> Optional[pulumi.Input[str]]:
|
|
522
470
|
"""
|
|
523
|
-
The zone of the EIP.
|
|
471
|
+
The zone of the EIP. This parameter is returned only for whitelist users that are visible to the zone.
|
|
524
472
|
|
|
525
473
|
The following arguments will be discarded. Please use new fields as soon as possible:
|
|
526
474
|
"""
|
|
@@ -563,83 +511,55 @@ class _EipAddressState:
|
|
|
563
511
|
zone: Optional[pulumi.Input[str]] = None):
|
|
564
512
|
"""
|
|
565
513
|
Input properties used for looking up and filtering EipAddress resources.
|
|
566
|
-
:param pulumi.Input[str] activity_id:
|
|
567
|
-
:param pulumi.Input[str] address_name: The EIP name.
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
> **NOTE:** You cannot specify this parameter if you create a subscription EIP.
|
|
572
|
-
:param pulumi.Input[str] allocation_id: The ID of the EIP instance.
|
|
573
|
-
:param pulumi.Input[bool] auto_pay: Specifies whether to enable automatic payment. Valid values:
|
|
574
|
-
:param pulumi.Input[str] bandwidth: The maximum bandwidth of the specified EIP. Unit: Mbit/s.
|
|
575
|
-
- When `payment_type` is set to `PayAsYouGo` and `internet_charge_type` is set to `PayByBandwidth`, valid values for `bandwidth` are `1` to `500`.
|
|
576
|
-
- When `payment_type` is set to `PayAsYouGo` and `internet_charge_type` is set to `PayByTraffic`, valid values for `bandwidth` are `1` to `200`.
|
|
577
|
-
- When `payment_type` is set to `Subscription`, valid values for `bandwidth` are `1` to `1000`.
|
|
578
|
-
|
|
579
|
-
Default value: `5` Mbit /s.
|
|
514
|
+
:param pulumi.Input[str] activity_id: Special activity ID. This parameter is not required.
|
|
515
|
+
:param pulumi.Input[str] address_name: The name of the EIP instance. This name can have a string of 2 to 128 characters, must contain only alphanumeric characters or hyphens, such as "-",".","_", and must not begin or end with a hyphen, and must not begin with http:// or https://.
|
|
516
|
+
:param pulumi.Input[str] allocation_id: The ID of the EIP instance. If you specify the instance ID of An EIP that has already been applied for, the IpAddress of that instance will be reused. Only one of the IpAddress and InstanceId parameters needs to be specified. If neither parameter is specified, the system will randomly apply for an EIP.
|
|
517
|
+
:param pulumi.Input[bool] auto_pay: Whether to pay automatically. Valid values: `true` and `false`. Default value: `true`. When `auto_pay` is `true`, The order will be automatically paid. When `auto_pay` is `false`, The order needs to go to the order center to complete the payment. **NOTE:** When `payment_type` is `Subscription`, this parameter is valid.
|
|
518
|
+
:param pulumi.Input[str] bandwidth: The maximum bandwidth of the EIP. Valid values: `1` to `200`. Unit: Mbit/s. Default value: `5`.
|
|
580
519
|
:param pulumi.Input[str] create_time: The time when the EIP was created.
|
|
581
|
-
:param pulumi.Input[bool] deletion_protection:
|
|
520
|
+
:param pulumi.Input[bool] deletion_protection: Whether the delete protection function is turned on.
|
|
521
|
+
- **true**: enabled.
|
|
522
|
+
- **false**: not enabled.
|
|
582
523
|
:param pulumi.Input[str] description: The description of the EIP.
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
> **NOTE:** You cannot specify this parameter if you create a subscription EIP.
|
|
587
|
-
:param pulumi.Input[str] high_definition_monitor_log_status: The status of fine-grained monitoring. Valid values:
|
|
588
|
-
- `ON`
|
|
589
|
-
- `OFF`
|
|
524
|
+
:param pulumi.Input[str] high_definition_monitor_log_status: Whether the second-level monitoring is enabled for the EIP.
|
|
525
|
+
- **OFF**: not enabled.
|
|
526
|
+
- **ON**: enabled.
|
|
590
527
|
:param pulumi.Input[str] instance_charge_type: . Field 'instance_charge_type' has been deprecated from provider version 1.126.0. New field 'payment_type' instead.
|
|
591
|
-
:param pulumi.Input[str] internet_charge_type:
|
|
592
|
-
-
|
|
593
|
-
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
- `
|
|
601
|
-
- `
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
-
|
|
611
|
-
-
|
|
612
|
-
|
|
613
|
-
If your services are deployed in China East 1 Finance, this parameter is required and you must set the parameter to `BGP_FinanceCloud`.
|
|
614
|
-
:param pulumi.Input[str] log_project: The name of the Simple Log Service (SLS) project.
|
|
615
|
-
:param pulumi.Input[str] log_store: The name of the Logstore.
|
|
616
|
-
:param pulumi.Input[str] mode: The association mode. Valid values:
|
|
617
|
-
- `NAT` (default): NAT mode
|
|
618
|
-
- `MULTI_BINDED`: multi-EIP-to-ENI mode
|
|
619
|
-
- `BINDED`: cut-network interface controller mode
|
|
528
|
+
:param pulumi.Input[str] internet_charge_type: Renewal Payment type.
|
|
529
|
+
- **PayByBandwidth**: billed by fixed bandwidth.
|
|
530
|
+
- **PayByTraffic**: Billing by traffic.
|
|
531
|
+
:param pulumi.Input[str] ip_address: The IP address of the EIP.
|
|
532
|
+
:param pulumi.Input[str] isp: The line type. You can set this parameter only when you create a `PayAsYouGo` EIP. Valid values:
|
|
533
|
+
- `BGP`: BGP (Multi-ISP) lines.Up to 89 high-quality BGP lines are available worldwide. Direct connections with multiple Internet Service Providers (ISPs), including Telecom, Unicom, Mobile, Railcom, Netcom, CERNET, China Broadcast Network, Dr. Peng, and Founder, can be established in all regions in mainland China.
|
|
534
|
+
- `BGP_PRO`: BGP (Multi-ISP) Pro lines optimize data transmission to mainland China and improve connection quality for international services. Compared with BGP (Multi-ISP), when BGP (Multi-ISP) Pro provides services to clients in mainland China (excluding data centers), cross-border connections are established without using international ISP services. This reduces network latency.
|
|
535
|
+
- `ChinaTelecom`: China Telecom.
|
|
536
|
+
- `ChinaUnicom`: China Unicom.
|
|
537
|
+
- `ChinaMobile`: China Mobile.
|
|
538
|
+
- `ChinaTelecom_L2`: China Telecom L2.
|
|
539
|
+
- `ChinaUnicom_L2`: China Unicom L2.
|
|
540
|
+
- `ChinaMobile_L2`: China Mobile L2.
|
|
541
|
+
- `BGP_FinanceCloud`: If your services are deployed in China East 1 Finance, this parameter is required and you must set the value to `BGP_FinanceCloud`.
|
|
542
|
+
- `BGP_International`: BGP_International.
|
|
543
|
+
> **NOTE:** From version 1.203.0, `isp` can be set to `ChinaTelecom`, `ChinaUnicom`, `ChinaMobile`, `ChinaTelecom_L2`, `ChinaUnicom_L2`, `ChinaMobile_L2`, `BGP_FinanceCloud`, `BGP_International`.
|
|
544
|
+
:param pulumi.Input[str] log_project: The Name of the logging service LogProject. Current parameter is required when configuring high precision second-by-second monitoring for EIP.
|
|
545
|
+
:param pulumi.Input[str] log_store: The Name of the logging service LogStore. Current parameter is required when configuring high precision second-by-second monitoring for EIP.
|
|
546
|
+
:param pulumi.Input[str] mode: Binding mode, value:
|
|
547
|
+
- **NAT** (default):NAT mode (normal mode).
|
|
548
|
+
- **MULTI_BINDED**: indicates the multi-EIP NIC visible mode.
|
|
549
|
+
- **BINDED**: indicates the mode in which the EIP NIC is visible.
|
|
620
550
|
:param pulumi.Input[str] name: . Field 'name' has been deprecated from provider version 1.126.0. New field 'address_name' instead.
|
|
621
|
-
:param pulumi.Input[str] netmode: The
|
|
622
|
-
:param pulumi.Input[str] payment_type: The billing method of the EIP. Valid values:
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
:param pulumi.Input[int] period: Duration of purchase. When the value of `pricing_cycle` is `Month`, the value range of `period` is `1` to `9`. When the value of `pricing_cycle` is `Year`, the value range of `period` is `1` to `5`. If the value of the `payment_type` parameter is `Subscription`, this parameter is required. If the value of the `payment_type` parameter is `PayAsYouGo`, this parameter is left blank.
|
|
628
|
-
:param pulumi.Input[str] pricing_cycle: The billing cycle of the subscription EIP. Valid values:
|
|
629
|
-
- `Month` (default)
|
|
630
|
-
- `Year`
|
|
631
|
-
|
|
632
|
-
If `payment_type` is set to `Subscription`, this parameter is required. If `payment_type` is set to `PayAsYouGo`, this parameter is not required.
|
|
633
|
-
:param pulumi.Input[str] public_ip_address_pool_id: The ID of the IP address pool. The EIP is allocated from the IP address pool. By default, the IP address pool feature is unavailable. To use the IP address pool, apply for the privilege in the Quota Center console. For more information, see the "Request a quota increase in the Quota Center console" section in [Manage EIP quotas](https://www.alibabacloud.com/help/en/doc-detail/108213.html).
|
|
634
|
-
:param pulumi.Input[str] resource_group_id: The ID of the resource group to which you want to move the resource.
|
|
635
|
-
|
|
636
|
-
> **NOTE:** You can use resource groups to facilitate resource grouping and permission management for an Alibaba Cloud. For more information, see [What is resource management?](https://www.alibabacloud.com/help/en/doc-detail/94475.html)
|
|
551
|
+
:param pulumi.Input[str] netmode: The type of the network. Valid value is `public` (Internet).
|
|
552
|
+
:param pulumi.Input[str] payment_type: The billing method of the EIP. Valid values: `Subscription`, `PayAsYouGo`.
|
|
553
|
+
:param pulumi.Input[int] period: When the PricingCycle is set to Month, the Period value ranges from 1 to 9. When the PricingCycle is set to Year, the Period range is 1 to 5. If the value of the InstanceChargeType parameter is PrePaid, this parameter is required. If the value of the InstanceChargeType parameter is PostPaid, this parameter is not filled in.
|
|
554
|
+
:param pulumi.Input[str] pricing_cycle: Value: Month (default): Pay monthly. Year: Pay per Year. This parameter is required when the value of the InstanceChargeType parameter is Subscription(PrePaid). This parameter is optional when the value of the InstanceChargeType parameter is PayAsYouGo(PostPaid).
|
|
555
|
+
:param pulumi.Input[str] public_ip_address_pool_id: The ID of the IP address pool to which the EIP belongs.
|
|
556
|
+
:param pulumi.Input[str] resource_group_id: The ID of the resource group.
|
|
637
557
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] security_protection_types: Security protection level.
|
|
638
558
|
- When the return is empty, the basic DDoS protection is specified.
|
|
639
|
-
- When
|
|
640
|
-
:param pulumi.Input[str] status: The
|
|
641
|
-
:param pulumi.Input[Mapping[str, Any]] tags: The tag of the resource
|
|
642
|
-
:param pulumi.Input[str] zone: The zone of the EIP.
|
|
559
|
+
- When **antidos_enhanced** is returned, it indicates DDoS protection (enhanced version).
|
|
560
|
+
:param pulumi.Input[str] status: The status of the EIP.
|
|
561
|
+
:param pulumi.Input[Mapping[str, Any]] tags: The tag of the resource.
|
|
562
|
+
:param pulumi.Input[str] zone: The zone of the EIP. This parameter is returned only for whitelist users that are visible to the zone.
|
|
643
563
|
|
|
644
564
|
The following arguments will be discarded. Please use new fields as soon as possible:
|
|
645
565
|
"""
|
|
@@ -708,7 +628,7 @@ class _EipAddressState:
|
|
|
708
628
|
@pulumi.getter(name="activityId")
|
|
709
629
|
def activity_id(self) -> Optional[pulumi.Input[str]]:
|
|
710
630
|
"""
|
|
711
|
-
|
|
631
|
+
Special activity ID. This parameter is not required.
|
|
712
632
|
"""
|
|
713
633
|
return pulumi.get(self, "activity_id")
|
|
714
634
|
|
|
@@ -720,11 +640,7 @@ class _EipAddressState:
|
|
|
720
640
|
@pulumi.getter(name="addressName")
|
|
721
641
|
def address_name(self) -> Optional[pulumi.Input[str]]:
|
|
722
642
|
"""
|
|
723
|
-
The EIP name.
|
|
724
|
-
|
|
725
|
-
The name must be 1 to 128 characters in length and start with a letter, and can contain letters, digits, periods (.), underscores (\\_), and hyphens (-).
|
|
726
|
-
|
|
727
|
-
> **NOTE:** You cannot specify this parameter if you create a subscription EIP.
|
|
643
|
+
The name of the EIP instance. This name can have a string of 2 to 128 characters, must contain only alphanumeric characters or hyphens, such as "-",".","_", and must not begin or end with a hyphen, and must not begin with http:// or https://.
|
|
728
644
|
"""
|
|
729
645
|
return pulumi.get(self, "address_name")
|
|
730
646
|
|
|
@@ -736,7 +652,7 @@ class _EipAddressState:
|
|
|
736
652
|
@pulumi.getter(name="allocationId")
|
|
737
653
|
def allocation_id(self) -> Optional[pulumi.Input[str]]:
|
|
738
654
|
"""
|
|
739
|
-
The ID of the EIP instance.
|
|
655
|
+
The ID of the EIP instance. If you specify the instance ID of An EIP that has already been applied for, the IpAddress of that instance will be reused. Only one of the IpAddress and InstanceId parameters needs to be specified. If neither parameter is specified, the system will randomly apply for an EIP.
|
|
740
656
|
"""
|
|
741
657
|
return pulumi.get(self, "allocation_id")
|
|
742
658
|
|
|
@@ -748,7 +664,7 @@ class _EipAddressState:
|
|
|
748
664
|
@pulumi.getter(name="autoPay")
|
|
749
665
|
def auto_pay(self) -> Optional[pulumi.Input[bool]]:
|
|
750
666
|
"""
|
|
751
|
-
|
|
667
|
+
Whether to pay automatically. Valid values: `true` and `false`. Default value: `true`. When `auto_pay` is `true`, The order will be automatically paid. When `auto_pay` is `false`, The order needs to go to the order center to complete the payment. **NOTE:** When `payment_type` is `Subscription`, this parameter is valid.
|
|
752
668
|
"""
|
|
753
669
|
return pulumi.get(self, "auto_pay")
|
|
754
670
|
|
|
@@ -760,12 +676,7 @@ class _EipAddressState:
|
|
|
760
676
|
@pulumi.getter
|
|
761
677
|
def bandwidth(self) -> Optional[pulumi.Input[str]]:
|
|
762
678
|
"""
|
|
763
|
-
The maximum bandwidth of the
|
|
764
|
-
- When `payment_type` is set to `PayAsYouGo` and `internet_charge_type` is set to `PayByBandwidth`, valid values for `bandwidth` are `1` to `500`.
|
|
765
|
-
- When `payment_type` is set to `PayAsYouGo` and `internet_charge_type` is set to `PayByTraffic`, valid values for `bandwidth` are `1` to `200`.
|
|
766
|
-
- When `payment_type` is set to `Subscription`, valid values for `bandwidth` are `1` to `1000`.
|
|
767
|
-
|
|
768
|
-
Default value: `5` Mbit /s.
|
|
679
|
+
The maximum bandwidth of the EIP. Valid values: `1` to `200`. Unit: Mbit/s. Default value: `5`.
|
|
769
680
|
"""
|
|
770
681
|
return pulumi.get(self, "bandwidth")
|
|
771
682
|
|
|
@@ -789,7 +700,9 @@ class _EipAddressState:
|
|
|
789
700
|
@pulumi.getter(name="deletionProtection")
|
|
790
701
|
def deletion_protection(self) -> Optional[pulumi.Input[bool]]:
|
|
791
702
|
"""
|
|
792
|
-
|
|
703
|
+
Whether the delete protection function is turned on.
|
|
704
|
+
- **true**: enabled.
|
|
705
|
+
- **false**: not enabled.
|
|
793
706
|
"""
|
|
794
707
|
return pulumi.get(self, "deletion_protection")
|
|
795
708
|
|
|
@@ -802,10 +715,6 @@ class _EipAddressState:
|
|
|
802
715
|
def description(self) -> Optional[pulumi.Input[str]]:
|
|
803
716
|
"""
|
|
804
717
|
The description of the EIP.
|
|
805
|
-
|
|
806
|
-
The description must be 2 to 256 characters in length. The description must start with a letter but cannot start with `http://` or `https://`.
|
|
807
|
-
|
|
808
|
-
> **NOTE:** You cannot specify this parameter if you create a subscription EIP.
|
|
809
718
|
"""
|
|
810
719
|
return pulumi.get(self, "description")
|
|
811
720
|
|
|
@@ -817,9 +726,9 @@ class _EipAddressState:
|
|
|
817
726
|
@pulumi.getter(name="highDefinitionMonitorLogStatus")
|
|
818
727
|
def high_definition_monitor_log_status(self) -> Optional[pulumi.Input[str]]:
|
|
819
728
|
"""
|
|
820
|
-
|
|
821
|
-
-
|
|
822
|
-
-
|
|
729
|
+
Whether the second-level monitoring is enabled for the EIP.
|
|
730
|
+
- **OFF**: not enabled.
|
|
731
|
+
- **ON**: enabled.
|
|
823
732
|
"""
|
|
824
733
|
return pulumi.get(self, "high_definition_monitor_log_status")
|
|
825
734
|
|
|
@@ -829,11 +738,13 @@ class _EipAddressState:
|
|
|
829
738
|
|
|
830
739
|
@property
|
|
831
740
|
@pulumi.getter(name="instanceChargeType")
|
|
832
|
-
@_utilities.deprecated("""Field 'instance_charge_type' has been deprecated since provider version 1.126.0. New field 'payment_type' instead.""")
|
|
833
741
|
def instance_charge_type(self) -> Optional[pulumi.Input[str]]:
|
|
834
742
|
"""
|
|
835
743
|
. Field 'instance_charge_type' has been deprecated from provider version 1.126.0. New field 'payment_type' instead.
|
|
836
744
|
"""
|
|
745
|
+
warnings.warn("""Field 'instance_charge_type' has been deprecated since provider version 1.126.0. New field 'payment_type' instead.""", DeprecationWarning)
|
|
746
|
+
pulumi.log.warn("""instance_charge_type is deprecated: Field 'instance_charge_type' has been deprecated since provider version 1.126.0. New field 'payment_type' instead.""")
|
|
747
|
+
|
|
837
748
|
return pulumi.get(self, "instance_charge_type")
|
|
838
749
|
|
|
839
750
|
@instance_charge_type.setter
|
|
@@ -844,13 +755,9 @@ class _EipAddressState:
|
|
|
844
755
|
@pulumi.getter(name="internetChargeType")
|
|
845
756
|
def internet_charge_type(self) -> Optional[pulumi.Input[str]]:
|
|
846
757
|
"""
|
|
847
|
-
|
|
848
|
-
-
|
|
849
|
-
-
|
|
850
|
-
|
|
851
|
-
When `payment_type` is set to `Subscription`, you must set `internet_charge_type` to `PayByBandwidth`.
|
|
852
|
-
|
|
853
|
-
When `payment_type` is set to `PayAsYouGo`, set `internet_charge_type` to `PayByBandwidth` or `PayByTraffic`.
|
|
758
|
+
Renewal Payment type.
|
|
759
|
+
- **PayByBandwidth**: billed by fixed bandwidth.
|
|
760
|
+
- **PayByTraffic**: Billing by traffic.
|
|
854
761
|
"""
|
|
855
762
|
return pulumi.get(self, "internet_charge_type")
|
|
856
763
|
|
|
@@ -862,7 +769,7 @@ class _EipAddressState:
|
|
|
862
769
|
@pulumi.getter(name="ipAddress")
|
|
863
770
|
def ip_address(self) -> Optional[pulumi.Input[str]]:
|
|
864
771
|
"""
|
|
865
|
-
The IP address of the EIP.
|
|
772
|
+
The IP address of the EIP.
|
|
866
773
|
"""
|
|
867
774
|
return pulumi.get(self, "ip_address")
|
|
868
775
|
|
|
@@ -874,21 +781,18 @@ class _EipAddressState:
|
|
|
874
781
|
@pulumi.getter
|
|
875
782
|
def isp(self) -> Optional[pulumi.Input[str]]:
|
|
876
783
|
"""
|
|
877
|
-
The line type. Valid values:
|
|
878
|
-
- `BGP
|
|
879
|
-
- `BGP_PRO`: BGP (Multi-ISP) Pro
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
- `
|
|
885
|
-
- `
|
|
886
|
-
- `
|
|
887
|
-
- `
|
|
888
|
-
|
|
889
|
-
- `ChinaMobile_L2`
|
|
890
|
-
|
|
891
|
-
If your services are deployed in China East 1 Finance, this parameter is required and you must set the parameter to `BGP_FinanceCloud`.
|
|
784
|
+
The line type. You can set this parameter only when you create a `PayAsYouGo` EIP. Valid values:
|
|
785
|
+
- `BGP`: BGP (Multi-ISP) lines.Up to 89 high-quality BGP lines are available worldwide. Direct connections with multiple Internet Service Providers (ISPs), including Telecom, Unicom, Mobile, Railcom, Netcom, CERNET, China Broadcast Network, Dr. Peng, and Founder, can be established in all regions in mainland China.
|
|
786
|
+
- `BGP_PRO`: BGP (Multi-ISP) Pro lines optimize data transmission to mainland China and improve connection quality for international services. Compared with BGP (Multi-ISP), when BGP (Multi-ISP) Pro provides services to clients in mainland China (excluding data centers), cross-border connections are established without using international ISP services. This reduces network latency.
|
|
787
|
+
- `ChinaTelecom`: China Telecom.
|
|
788
|
+
- `ChinaUnicom`: China Unicom.
|
|
789
|
+
- `ChinaMobile`: China Mobile.
|
|
790
|
+
- `ChinaTelecom_L2`: China Telecom L2.
|
|
791
|
+
- `ChinaUnicom_L2`: China Unicom L2.
|
|
792
|
+
- `ChinaMobile_L2`: China Mobile L2.
|
|
793
|
+
- `BGP_FinanceCloud`: If your services are deployed in China East 1 Finance, this parameter is required and you must set the value to `BGP_FinanceCloud`.
|
|
794
|
+
- `BGP_International`: BGP_International.
|
|
795
|
+
> **NOTE:** From version 1.203.0, `isp` can be set to `ChinaTelecom`, `ChinaUnicom`, `ChinaMobile`, `ChinaTelecom_L2`, `ChinaUnicom_L2`, `ChinaMobile_L2`, `BGP_FinanceCloud`, `BGP_International`.
|
|
892
796
|
"""
|
|
893
797
|
return pulumi.get(self, "isp")
|
|
894
798
|
|
|
@@ -900,7 +804,7 @@ class _EipAddressState:
|
|
|
900
804
|
@pulumi.getter(name="logProject")
|
|
901
805
|
def log_project(self) -> Optional[pulumi.Input[str]]:
|
|
902
806
|
"""
|
|
903
|
-
The
|
|
807
|
+
The Name of the logging service LogProject. Current parameter is required when configuring high precision second-by-second monitoring for EIP.
|
|
904
808
|
"""
|
|
905
809
|
return pulumi.get(self, "log_project")
|
|
906
810
|
|
|
@@ -912,7 +816,7 @@ class _EipAddressState:
|
|
|
912
816
|
@pulumi.getter(name="logStore")
|
|
913
817
|
def log_store(self) -> Optional[pulumi.Input[str]]:
|
|
914
818
|
"""
|
|
915
|
-
The
|
|
819
|
+
The Name of the logging service LogStore. Current parameter is required when configuring high precision second-by-second monitoring for EIP.
|
|
916
820
|
"""
|
|
917
821
|
return pulumi.get(self, "log_store")
|
|
918
822
|
|
|
@@ -924,10 +828,10 @@ class _EipAddressState:
|
|
|
924
828
|
@pulumi.getter
|
|
925
829
|
def mode(self) -> Optional[pulumi.Input[str]]:
|
|
926
830
|
"""
|
|
927
|
-
|
|
928
|
-
-
|
|
929
|
-
-
|
|
930
|
-
-
|
|
831
|
+
Binding mode, value:
|
|
832
|
+
- **NAT** (default):NAT mode (normal mode).
|
|
833
|
+
- **MULTI_BINDED**: indicates the multi-EIP NIC visible mode.
|
|
834
|
+
- **BINDED**: indicates the mode in which the EIP NIC is visible.
|
|
931
835
|
"""
|
|
932
836
|
return pulumi.get(self, "mode")
|
|
933
837
|
|
|
@@ -937,11 +841,13 @@ class _EipAddressState:
|
|
|
937
841
|
|
|
938
842
|
@property
|
|
939
843
|
@pulumi.getter
|
|
940
|
-
@_utilities.deprecated("""Field 'name' has been deprecated since provider version 1.126.0. New field 'address_name' instead.""")
|
|
941
844
|
def name(self) -> Optional[pulumi.Input[str]]:
|
|
942
845
|
"""
|
|
943
846
|
. Field 'name' has been deprecated from provider version 1.126.0. New field 'address_name' instead.
|
|
944
847
|
"""
|
|
848
|
+
warnings.warn("""Field 'name' has been deprecated since provider version 1.126.0. New field 'address_name' instead.""", DeprecationWarning)
|
|
849
|
+
pulumi.log.warn("""name is deprecated: Field 'name' has been deprecated since provider version 1.126.0. New field 'address_name' instead.""")
|
|
850
|
+
|
|
945
851
|
return pulumi.get(self, "name")
|
|
946
852
|
|
|
947
853
|
@name.setter
|
|
@@ -952,7 +858,7 @@ class _EipAddressState:
|
|
|
952
858
|
@pulumi.getter
|
|
953
859
|
def netmode(self) -> Optional[pulumi.Input[str]]:
|
|
954
860
|
"""
|
|
955
|
-
The
|
|
861
|
+
The type of the network. Valid value is `public` (Internet).
|
|
956
862
|
"""
|
|
957
863
|
return pulumi.get(self, "netmode")
|
|
958
864
|
|
|
@@ -964,11 +870,7 @@ class _EipAddressState:
|
|
|
964
870
|
@pulumi.getter(name="paymentType")
|
|
965
871
|
def payment_type(self) -> Optional[pulumi.Input[str]]:
|
|
966
872
|
"""
|
|
967
|
-
The billing method of the EIP. Valid values:
|
|
968
|
-
- `Subscription`: subscription
|
|
969
|
-
- `PayAsYouGo` (default): pay-as-you-go
|
|
970
|
-
|
|
971
|
-
If `payment_type` is set to `Subscription`, set `internet_charge_type` to `PayByBandwidth`. If `payment_type` is set to `PayAsYouGo`, set `internet_charge_type` to `PayByBandwidth` or `PayByTraffic`.
|
|
873
|
+
The billing method of the EIP. Valid values: `Subscription`, `PayAsYouGo`.
|
|
972
874
|
"""
|
|
973
875
|
return pulumi.get(self, "payment_type")
|
|
974
876
|
|
|
@@ -980,7 +882,7 @@ class _EipAddressState:
|
|
|
980
882
|
@pulumi.getter
|
|
981
883
|
def period(self) -> Optional[pulumi.Input[int]]:
|
|
982
884
|
"""
|
|
983
|
-
|
|
885
|
+
When the PricingCycle is set to Month, the Period value ranges from 1 to 9. When the PricingCycle is set to Year, the Period range is 1 to 5. If the value of the InstanceChargeType parameter is PrePaid, this parameter is required. If the value of the InstanceChargeType parameter is PostPaid, this parameter is not filled in.
|
|
984
886
|
"""
|
|
985
887
|
return pulumi.get(self, "period")
|
|
986
888
|
|
|
@@ -992,11 +894,7 @@ class _EipAddressState:
|
|
|
992
894
|
@pulumi.getter(name="pricingCycle")
|
|
993
895
|
def pricing_cycle(self) -> Optional[pulumi.Input[str]]:
|
|
994
896
|
"""
|
|
995
|
-
|
|
996
|
-
- `Month` (default)
|
|
997
|
-
- `Year`
|
|
998
|
-
|
|
999
|
-
If `payment_type` is set to `Subscription`, this parameter is required. If `payment_type` is set to `PayAsYouGo`, this parameter is not required.
|
|
897
|
+
Value: Month (default): Pay monthly. Year: Pay per Year. This parameter is required when the value of the InstanceChargeType parameter is Subscription(PrePaid). This parameter is optional when the value of the InstanceChargeType parameter is PayAsYouGo(PostPaid).
|
|
1000
898
|
"""
|
|
1001
899
|
return pulumi.get(self, "pricing_cycle")
|
|
1002
900
|
|
|
@@ -1008,7 +906,7 @@ class _EipAddressState:
|
|
|
1008
906
|
@pulumi.getter(name="publicIpAddressPoolId")
|
|
1009
907
|
def public_ip_address_pool_id(self) -> Optional[pulumi.Input[str]]:
|
|
1010
908
|
"""
|
|
1011
|
-
The ID of the IP address pool
|
|
909
|
+
The ID of the IP address pool to which the EIP belongs.
|
|
1012
910
|
"""
|
|
1013
911
|
return pulumi.get(self, "public_ip_address_pool_id")
|
|
1014
912
|
|
|
@@ -1020,9 +918,7 @@ class _EipAddressState:
|
|
|
1020
918
|
@pulumi.getter(name="resourceGroupId")
|
|
1021
919
|
def resource_group_id(self) -> Optional[pulumi.Input[str]]:
|
|
1022
920
|
"""
|
|
1023
|
-
The ID of the resource group
|
|
1024
|
-
|
|
1025
|
-
> **NOTE:** You can use resource groups to facilitate resource grouping and permission management for an Alibaba Cloud. For more information, see [What is resource management?](https://www.alibabacloud.com/help/en/doc-detail/94475.html)
|
|
921
|
+
The ID of the resource group.
|
|
1026
922
|
"""
|
|
1027
923
|
return pulumi.get(self, "resource_group_id")
|
|
1028
924
|
|
|
@@ -1036,7 +932,7 @@ class _EipAddressState:
|
|
|
1036
932
|
"""
|
|
1037
933
|
Security protection level.
|
|
1038
934
|
- When the return is empty, the basic DDoS protection is specified.
|
|
1039
|
-
- When
|
|
935
|
+
- When **antidos_enhanced** is returned, it indicates DDoS protection (enhanced version).
|
|
1040
936
|
"""
|
|
1041
937
|
return pulumi.get(self, "security_protection_types")
|
|
1042
938
|
|
|
@@ -1048,7 +944,7 @@ class _EipAddressState:
|
|
|
1048
944
|
@pulumi.getter
|
|
1049
945
|
def status(self) -> Optional[pulumi.Input[str]]:
|
|
1050
946
|
"""
|
|
1051
|
-
The
|
|
947
|
+
The status of the EIP.
|
|
1052
948
|
"""
|
|
1053
949
|
return pulumi.get(self, "status")
|
|
1054
950
|
|
|
@@ -1060,7 +956,7 @@ class _EipAddressState:
|
|
|
1060
956
|
@pulumi.getter
|
|
1061
957
|
def tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
|
|
1062
958
|
"""
|
|
1063
|
-
The tag of the resource
|
|
959
|
+
The tag of the resource.
|
|
1064
960
|
"""
|
|
1065
961
|
return pulumi.get(self, "tags")
|
|
1066
962
|
|
|
@@ -1072,7 +968,7 @@ class _EipAddressState:
|
|
|
1072
968
|
@pulumi.getter
|
|
1073
969
|
def zone(self) -> Optional[pulumi.Input[str]]:
|
|
1074
970
|
"""
|
|
1075
|
-
The zone of the EIP.
|
|
971
|
+
The zone of the EIP. This parameter is returned only for whitelist users that are visible to the zone.
|
|
1076
972
|
|
|
1077
973
|
The following arguments will be discarded. Please use new fields as soon as possible:
|
|
1078
974
|
"""
|
|
@@ -1125,81 +1021,53 @@ class EipAddress(pulumi.CustomResource):
|
|
|
1125
1021
|
|
|
1126
1022
|
:param str resource_name: The name of the resource.
|
|
1127
1023
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
1128
|
-
:param pulumi.Input[str] activity_id:
|
|
1129
|
-
:param pulumi.Input[str] address_name: The EIP name.
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
:param pulumi.Input[str] bandwidth: The maximum bandwidth of the specified EIP. Unit: Mbit/s.
|
|
1137
|
-
- When `payment_type` is set to `PayAsYouGo` and `internet_charge_type` is set to `PayByBandwidth`, valid values for `bandwidth` are `1` to `500`.
|
|
1138
|
-
- When `payment_type` is set to `PayAsYouGo` and `internet_charge_type` is set to `PayByTraffic`, valid values for `bandwidth` are `1` to `200`.
|
|
1139
|
-
- When `payment_type` is set to `Subscription`, valid values for `bandwidth` are `1` to `1000`.
|
|
1140
|
-
|
|
1141
|
-
Default value: `5` Mbit /s.
|
|
1142
|
-
:param pulumi.Input[bool] deletion_protection: Specifies whether to enable deletion protection. Valid values:
|
|
1024
|
+
:param pulumi.Input[str] activity_id: Special activity ID. This parameter is not required.
|
|
1025
|
+
:param pulumi.Input[str] address_name: The name of the EIP instance. This name can have a string of 2 to 128 characters, must contain only alphanumeric characters or hyphens, such as "-",".","_", and must not begin or end with a hyphen, and must not begin with http:// or https://.
|
|
1026
|
+
:param pulumi.Input[str] allocation_id: The ID of the EIP instance. If you specify the instance ID of An EIP that has already been applied for, the IpAddress of that instance will be reused. Only one of the IpAddress and InstanceId parameters needs to be specified. If neither parameter is specified, the system will randomly apply for an EIP.
|
|
1027
|
+
:param pulumi.Input[bool] auto_pay: Whether to pay automatically. Valid values: `true` and `false`. Default value: `true`. When `auto_pay` is `true`, The order will be automatically paid. When `auto_pay` is `false`, The order needs to go to the order center to complete the payment. **NOTE:** When `payment_type` is `Subscription`, this parameter is valid.
|
|
1028
|
+
:param pulumi.Input[str] bandwidth: The maximum bandwidth of the EIP. Valid values: `1` to `200`. Unit: Mbit/s. Default value: `5`.
|
|
1029
|
+
:param pulumi.Input[bool] deletion_protection: Whether the delete protection function is turned on.
|
|
1030
|
+
- **true**: enabled.
|
|
1031
|
+
- **false**: not enabled.
|
|
1143
1032
|
:param pulumi.Input[str] description: The description of the EIP.
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
> **NOTE:** You cannot specify this parameter if you create a subscription EIP.
|
|
1148
|
-
:param pulumi.Input[str] high_definition_monitor_log_status: The status of fine-grained monitoring. Valid values:
|
|
1149
|
-
- `ON`
|
|
1150
|
-
- `OFF`
|
|
1033
|
+
:param pulumi.Input[str] high_definition_monitor_log_status: Whether the second-level monitoring is enabled for the EIP.
|
|
1034
|
+
- **OFF**: not enabled.
|
|
1035
|
+
- **ON**: enabled.
|
|
1151
1036
|
:param pulumi.Input[str] instance_charge_type: . Field 'instance_charge_type' has been deprecated from provider version 1.126.0. New field 'payment_type' instead.
|
|
1152
|
-
:param pulumi.Input[str] internet_charge_type:
|
|
1153
|
-
-
|
|
1154
|
-
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
- `
|
|
1162
|
-
- `
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
-
|
|
1172
|
-
-
|
|
1173
|
-
|
|
1174
|
-
If your services are deployed in China East 1 Finance, this parameter is required and you must set the parameter to `BGP_FinanceCloud`.
|
|
1175
|
-
:param pulumi.Input[str] log_project: The name of the Simple Log Service (SLS) project.
|
|
1176
|
-
:param pulumi.Input[str] log_store: The name of the Logstore.
|
|
1177
|
-
:param pulumi.Input[str] mode: The association mode. Valid values:
|
|
1178
|
-
- `NAT` (default): NAT mode
|
|
1179
|
-
- `MULTI_BINDED`: multi-EIP-to-ENI mode
|
|
1180
|
-
- `BINDED`: cut-network interface controller mode
|
|
1037
|
+
:param pulumi.Input[str] internet_charge_type: Renewal Payment type.
|
|
1038
|
+
- **PayByBandwidth**: billed by fixed bandwidth.
|
|
1039
|
+
- **PayByTraffic**: Billing by traffic.
|
|
1040
|
+
:param pulumi.Input[str] ip_address: The IP address of the EIP.
|
|
1041
|
+
:param pulumi.Input[str] isp: The line type. You can set this parameter only when you create a `PayAsYouGo` EIP. Valid values:
|
|
1042
|
+
- `BGP`: BGP (Multi-ISP) lines.Up to 89 high-quality BGP lines are available worldwide. Direct connections with multiple Internet Service Providers (ISPs), including Telecom, Unicom, Mobile, Railcom, Netcom, CERNET, China Broadcast Network, Dr. Peng, and Founder, can be established in all regions in mainland China.
|
|
1043
|
+
- `BGP_PRO`: BGP (Multi-ISP) Pro lines optimize data transmission to mainland China and improve connection quality for international services. Compared with BGP (Multi-ISP), when BGP (Multi-ISP) Pro provides services to clients in mainland China (excluding data centers), cross-border connections are established without using international ISP services. This reduces network latency.
|
|
1044
|
+
- `ChinaTelecom`: China Telecom.
|
|
1045
|
+
- `ChinaUnicom`: China Unicom.
|
|
1046
|
+
- `ChinaMobile`: China Mobile.
|
|
1047
|
+
- `ChinaTelecom_L2`: China Telecom L2.
|
|
1048
|
+
- `ChinaUnicom_L2`: China Unicom L2.
|
|
1049
|
+
- `ChinaMobile_L2`: China Mobile L2.
|
|
1050
|
+
- `BGP_FinanceCloud`: If your services are deployed in China East 1 Finance, this parameter is required and you must set the value to `BGP_FinanceCloud`.
|
|
1051
|
+
- `BGP_International`: BGP_International.
|
|
1052
|
+
> **NOTE:** From version 1.203.0, `isp` can be set to `ChinaTelecom`, `ChinaUnicom`, `ChinaMobile`, `ChinaTelecom_L2`, `ChinaUnicom_L2`, `ChinaMobile_L2`, `BGP_FinanceCloud`, `BGP_International`.
|
|
1053
|
+
:param pulumi.Input[str] log_project: The Name of the logging service LogProject. Current parameter is required when configuring high precision second-by-second monitoring for EIP.
|
|
1054
|
+
:param pulumi.Input[str] log_store: The Name of the logging service LogStore. Current parameter is required when configuring high precision second-by-second monitoring for EIP.
|
|
1055
|
+
:param pulumi.Input[str] mode: Binding mode, value:
|
|
1056
|
+
- **NAT** (default):NAT mode (normal mode).
|
|
1057
|
+
- **MULTI_BINDED**: indicates the multi-EIP NIC visible mode.
|
|
1058
|
+
- **BINDED**: indicates the mode in which the EIP NIC is visible.
|
|
1181
1059
|
:param pulumi.Input[str] name: . Field 'name' has been deprecated from provider version 1.126.0. New field 'address_name' instead.
|
|
1182
|
-
:param pulumi.Input[str] netmode: The
|
|
1183
|
-
:param pulumi.Input[str] payment_type: The billing method of the EIP. Valid values:
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
:param pulumi.Input[int] period: Duration of purchase. When the value of `pricing_cycle` is `Month`, the value range of `period` is `1` to `9`. When the value of `pricing_cycle` is `Year`, the value range of `period` is `1` to `5`. If the value of the `payment_type` parameter is `Subscription`, this parameter is required. If the value of the `payment_type` parameter is `PayAsYouGo`, this parameter is left blank.
|
|
1189
|
-
:param pulumi.Input[str] pricing_cycle: The billing cycle of the subscription EIP. Valid values:
|
|
1190
|
-
- `Month` (default)
|
|
1191
|
-
- `Year`
|
|
1192
|
-
|
|
1193
|
-
If `payment_type` is set to `Subscription`, this parameter is required. If `payment_type` is set to `PayAsYouGo`, this parameter is not required.
|
|
1194
|
-
:param pulumi.Input[str] public_ip_address_pool_id: The ID of the IP address pool. The EIP is allocated from the IP address pool. By default, the IP address pool feature is unavailable. To use the IP address pool, apply for the privilege in the Quota Center console. For more information, see the "Request a quota increase in the Quota Center console" section in [Manage EIP quotas](https://www.alibabacloud.com/help/en/doc-detail/108213.html).
|
|
1195
|
-
:param pulumi.Input[str] resource_group_id: The ID of the resource group to which you want to move the resource.
|
|
1196
|
-
|
|
1197
|
-
> **NOTE:** You can use resource groups to facilitate resource grouping and permission management for an Alibaba Cloud. For more information, see [What is resource management?](https://www.alibabacloud.com/help/en/doc-detail/94475.html)
|
|
1060
|
+
:param pulumi.Input[str] netmode: The type of the network. Valid value is `public` (Internet).
|
|
1061
|
+
:param pulumi.Input[str] payment_type: The billing method of the EIP. Valid values: `Subscription`, `PayAsYouGo`.
|
|
1062
|
+
:param pulumi.Input[int] period: When the PricingCycle is set to Month, the Period value ranges from 1 to 9. When the PricingCycle is set to Year, the Period range is 1 to 5. If the value of the InstanceChargeType parameter is PrePaid, this parameter is required. If the value of the InstanceChargeType parameter is PostPaid, this parameter is not filled in.
|
|
1063
|
+
:param pulumi.Input[str] pricing_cycle: Value: Month (default): Pay monthly. Year: Pay per Year. This parameter is required when the value of the InstanceChargeType parameter is Subscription(PrePaid). This parameter is optional when the value of the InstanceChargeType parameter is PayAsYouGo(PostPaid).
|
|
1064
|
+
:param pulumi.Input[str] public_ip_address_pool_id: The ID of the IP address pool to which the EIP belongs.
|
|
1065
|
+
:param pulumi.Input[str] resource_group_id: The ID of the resource group.
|
|
1198
1066
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] security_protection_types: Security protection level.
|
|
1199
1067
|
- When the return is empty, the basic DDoS protection is specified.
|
|
1200
|
-
- When
|
|
1201
|
-
:param pulumi.Input[Mapping[str, Any]] tags: The tag of the resource
|
|
1202
|
-
:param pulumi.Input[str] zone: The zone of the EIP.
|
|
1068
|
+
- When **antidos_enhanced** is returned, it indicates DDoS protection (enhanced version).
|
|
1069
|
+
:param pulumi.Input[Mapping[str, Any]] tags: The tag of the resource.
|
|
1070
|
+
:param pulumi.Input[str] zone: The zone of the EIP. This parameter is returned only for whitelist users that are visible to the zone.
|
|
1203
1071
|
|
|
1204
1072
|
The following arguments will be discarded. Please use new fields as soon as possible:
|
|
1205
1073
|
"""
|
|
@@ -1338,83 +1206,55 @@ class EipAddress(pulumi.CustomResource):
|
|
|
1338
1206
|
:param str resource_name: The unique name of the resulting resource.
|
|
1339
1207
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
1340
1208
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
1341
|
-
:param pulumi.Input[str] activity_id:
|
|
1342
|
-
:param pulumi.Input[str] address_name: The EIP name.
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
> **NOTE:** You cannot specify this parameter if you create a subscription EIP.
|
|
1347
|
-
:param pulumi.Input[str] allocation_id: The ID of the EIP instance.
|
|
1348
|
-
:param pulumi.Input[bool] auto_pay: Specifies whether to enable automatic payment. Valid values:
|
|
1349
|
-
:param pulumi.Input[str] bandwidth: The maximum bandwidth of the specified EIP. Unit: Mbit/s.
|
|
1350
|
-
- When `payment_type` is set to `PayAsYouGo` and `internet_charge_type` is set to `PayByBandwidth`, valid values for `bandwidth` are `1` to `500`.
|
|
1351
|
-
- When `payment_type` is set to `PayAsYouGo` and `internet_charge_type` is set to `PayByTraffic`, valid values for `bandwidth` are `1` to `200`.
|
|
1352
|
-
- When `payment_type` is set to `Subscription`, valid values for `bandwidth` are `1` to `1000`.
|
|
1353
|
-
|
|
1354
|
-
Default value: `5` Mbit /s.
|
|
1209
|
+
:param pulumi.Input[str] activity_id: Special activity ID. This parameter is not required.
|
|
1210
|
+
:param pulumi.Input[str] address_name: The name of the EIP instance. This name can have a string of 2 to 128 characters, must contain only alphanumeric characters or hyphens, such as "-",".","_", and must not begin or end with a hyphen, and must not begin with http:// or https://.
|
|
1211
|
+
:param pulumi.Input[str] allocation_id: The ID of the EIP instance. If you specify the instance ID of An EIP that has already been applied for, the IpAddress of that instance will be reused. Only one of the IpAddress and InstanceId parameters needs to be specified. If neither parameter is specified, the system will randomly apply for an EIP.
|
|
1212
|
+
:param pulumi.Input[bool] auto_pay: Whether to pay automatically. Valid values: `true` and `false`. Default value: `true`. When `auto_pay` is `true`, The order will be automatically paid. When `auto_pay` is `false`, The order needs to go to the order center to complete the payment. **NOTE:** When `payment_type` is `Subscription`, this parameter is valid.
|
|
1213
|
+
:param pulumi.Input[str] bandwidth: The maximum bandwidth of the EIP. Valid values: `1` to `200`. Unit: Mbit/s. Default value: `5`.
|
|
1355
1214
|
:param pulumi.Input[str] create_time: The time when the EIP was created.
|
|
1356
|
-
:param pulumi.Input[bool] deletion_protection:
|
|
1215
|
+
:param pulumi.Input[bool] deletion_protection: Whether the delete protection function is turned on.
|
|
1216
|
+
- **true**: enabled.
|
|
1217
|
+
- **false**: not enabled.
|
|
1357
1218
|
:param pulumi.Input[str] description: The description of the EIP.
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
> **NOTE:** You cannot specify this parameter if you create a subscription EIP.
|
|
1362
|
-
:param pulumi.Input[str] high_definition_monitor_log_status: The status of fine-grained monitoring. Valid values:
|
|
1363
|
-
- `ON`
|
|
1364
|
-
- `OFF`
|
|
1219
|
+
:param pulumi.Input[str] high_definition_monitor_log_status: Whether the second-level monitoring is enabled for the EIP.
|
|
1220
|
+
- **OFF**: not enabled.
|
|
1221
|
+
- **ON**: enabled.
|
|
1365
1222
|
:param pulumi.Input[str] instance_charge_type: . Field 'instance_charge_type' has been deprecated from provider version 1.126.0. New field 'payment_type' instead.
|
|
1366
|
-
:param pulumi.Input[str] internet_charge_type:
|
|
1367
|
-
-
|
|
1368
|
-
-
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
- `
|
|
1376
|
-
- `
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
-
|
|
1386
|
-
-
|
|
1387
|
-
|
|
1388
|
-
If your services are deployed in China East 1 Finance, this parameter is required and you must set the parameter to `BGP_FinanceCloud`.
|
|
1389
|
-
:param pulumi.Input[str] log_project: The name of the Simple Log Service (SLS) project.
|
|
1390
|
-
:param pulumi.Input[str] log_store: The name of the Logstore.
|
|
1391
|
-
:param pulumi.Input[str] mode: The association mode. Valid values:
|
|
1392
|
-
- `NAT` (default): NAT mode
|
|
1393
|
-
- `MULTI_BINDED`: multi-EIP-to-ENI mode
|
|
1394
|
-
- `BINDED`: cut-network interface controller mode
|
|
1223
|
+
:param pulumi.Input[str] internet_charge_type: Renewal Payment type.
|
|
1224
|
+
- **PayByBandwidth**: billed by fixed bandwidth.
|
|
1225
|
+
- **PayByTraffic**: Billing by traffic.
|
|
1226
|
+
:param pulumi.Input[str] ip_address: The IP address of the EIP.
|
|
1227
|
+
:param pulumi.Input[str] isp: The line type. You can set this parameter only when you create a `PayAsYouGo` EIP. Valid values:
|
|
1228
|
+
- `BGP`: BGP (Multi-ISP) lines.Up to 89 high-quality BGP lines are available worldwide. Direct connections with multiple Internet Service Providers (ISPs), including Telecom, Unicom, Mobile, Railcom, Netcom, CERNET, China Broadcast Network, Dr. Peng, and Founder, can be established in all regions in mainland China.
|
|
1229
|
+
- `BGP_PRO`: BGP (Multi-ISP) Pro lines optimize data transmission to mainland China and improve connection quality for international services. Compared with BGP (Multi-ISP), when BGP (Multi-ISP) Pro provides services to clients in mainland China (excluding data centers), cross-border connections are established without using international ISP services. This reduces network latency.
|
|
1230
|
+
- `ChinaTelecom`: China Telecom.
|
|
1231
|
+
- `ChinaUnicom`: China Unicom.
|
|
1232
|
+
- `ChinaMobile`: China Mobile.
|
|
1233
|
+
- `ChinaTelecom_L2`: China Telecom L2.
|
|
1234
|
+
- `ChinaUnicom_L2`: China Unicom L2.
|
|
1235
|
+
- `ChinaMobile_L2`: China Mobile L2.
|
|
1236
|
+
- `BGP_FinanceCloud`: If your services are deployed in China East 1 Finance, this parameter is required and you must set the value to `BGP_FinanceCloud`.
|
|
1237
|
+
- `BGP_International`: BGP_International.
|
|
1238
|
+
> **NOTE:** From version 1.203.0, `isp` can be set to `ChinaTelecom`, `ChinaUnicom`, `ChinaMobile`, `ChinaTelecom_L2`, `ChinaUnicom_L2`, `ChinaMobile_L2`, `BGP_FinanceCloud`, `BGP_International`.
|
|
1239
|
+
:param pulumi.Input[str] log_project: The Name of the logging service LogProject. Current parameter is required when configuring high precision second-by-second monitoring for EIP.
|
|
1240
|
+
:param pulumi.Input[str] log_store: The Name of the logging service LogStore. Current parameter is required when configuring high precision second-by-second monitoring for EIP.
|
|
1241
|
+
:param pulumi.Input[str] mode: Binding mode, value:
|
|
1242
|
+
- **NAT** (default):NAT mode (normal mode).
|
|
1243
|
+
- **MULTI_BINDED**: indicates the multi-EIP NIC visible mode.
|
|
1244
|
+
- **BINDED**: indicates the mode in which the EIP NIC is visible.
|
|
1395
1245
|
:param pulumi.Input[str] name: . Field 'name' has been deprecated from provider version 1.126.0. New field 'address_name' instead.
|
|
1396
|
-
:param pulumi.Input[str] netmode: The
|
|
1397
|
-
:param pulumi.Input[str] payment_type: The billing method of the EIP. Valid values:
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
:param pulumi.Input[int] period: Duration of purchase. When the value of `pricing_cycle` is `Month`, the value range of `period` is `1` to `9`. When the value of `pricing_cycle` is `Year`, the value range of `period` is `1` to `5`. If the value of the `payment_type` parameter is `Subscription`, this parameter is required. If the value of the `payment_type` parameter is `PayAsYouGo`, this parameter is left blank.
|
|
1403
|
-
:param pulumi.Input[str] pricing_cycle: The billing cycle of the subscription EIP. Valid values:
|
|
1404
|
-
- `Month` (default)
|
|
1405
|
-
- `Year`
|
|
1406
|
-
|
|
1407
|
-
If `payment_type` is set to `Subscription`, this parameter is required. If `payment_type` is set to `PayAsYouGo`, this parameter is not required.
|
|
1408
|
-
:param pulumi.Input[str] public_ip_address_pool_id: The ID of the IP address pool. The EIP is allocated from the IP address pool. By default, the IP address pool feature is unavailable. To use the IP address pool, apply for the privilege in the Quota Center console. For more information, see the "Request a quota increase in the Quota Center console" section in [Manage EIP quotas](https://www.alibabacloud.com/help/en/doc-detail/108213.html).
|
|
1409
|
-
:param pulumi.Input[str] resource_group_id: The ID of the resource group to which you want to move the resource.
|
|
1410
|
-
|
|
1411
|
-
> **NOTE:** You can use resource groups to facilitate resource grouping and permission management for an Alibaba Cloud. For more information, see [What is resource management?](https://www.alibabacloud.com/help/en/doc-detail/94475.html)
|
|
1246
|
+
:param pulumi.Input[str] netmode: The type of the network. Valid value is `public` (Internet).
|
|
1247
|
+
:param pulumi.Input[str] payment_type: The billing method of the EIP. Valid values: `Subscription`, `PayAsYouGo`.
|
|
1248
|
+
:param pulumi.Input[int] period: When the PricingCycle is set to Month, the Period value ranges from 1 to 9. When the PricingCycle is set to Year, the Period range is 1 to 5. If the value of the InstanceChargeType parameter is PrePaid, this parameter is required. If the value of the InstanceChargeType parameter is PostPaid, this parameter is not filled in.
|
|
1249
|
+
:param pulumi.Input[str] pricing_cycle: Value: Month (default): Pay monthly. Year: Pay per Year. This parameter is required when the value of the InstanceChargeType parameter is Subscription(PrePaid). This parameter is optional when the value of the InstanceChargeType parameter is PayAsYouGo(PostPaid).
|
|
1250
|
+
:param pulumi.Input[str] public_ip_address_pool_id: The ID of the IP address pool to which the EIP belongs.
|
|
1251
|
+
:param pulumi.Input[str] resource_group_id: The ID of the resource group.
|
|
1412
1252
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] security_protection_types: Security protection level.
|
|
1413
1253
|
- When the return is empty, the basic DDoS protection is specified.
|
|
1414
|
-
- When
|
|
1415
|
-
:param pulumi.Input[str] status: The
|
|
1416
|
-
:param pulumi.Input[Mapping[str, Any]] tags: The tag of the resource
|
|
1417
|
-
:param pulumi.Input[str] zone: The zone of the EIP.
|
|
1254
|
+
- When **antidos_enhanced** is returned, it indicates DDoS protection (enhanced version).
|
|
1255
|
+
:param pulumi.Input[str] status: The status of the EIP.
|
|
1256
|
+
:param pulumi.Input[Mapping[str, Any]] tags: The tag of the resource.
|
|
1257
|
+
:param pulumi.Input[str] zone: The zone of the EIP. This parameter is returned only for whitelist users that are visible to the zone.
|
|
1418
1258
|
|
|
1419
1259
|
The following arguments will be discarded. Please use new fields as soon as possible:
|
|
1420
1260
|
"""
|
|
@@ -1455,7 +1295,7 @@ class EipAddress(pulumi.CustomResource):
|
|
|
1455
1295
|
@pulumi.getter(name="activityId")
|
|
1456
1296
|
def activity_id(self) -> pulumi.Output[Optional[str]]:
|
|
1457
1297
|
"""
|
|
1458
|
-
|
|
1298
|
+
Special activity ID. This parameter is not required.
|
|
1459
1299
|
"""
|
|
1460
1300
|
return pulumi.get(self, "activity_id")
|
|
1461
1301
|
|
|
@@ -1463,19 +1303,15 @@ class EipAddress(pulumi.CustomResource):
|
|
|
1463
1303
|
@pulumi.getter(name="addressName")
|
|
1464
1304
|
def address_name(self) -> pulumi.Output[str]:
|
|
1465
1305
|
"""
|
|
1466
|
-
The EIP name.
|
|
1467
|
-
|
|
1468
|
-
The name must be 1 to 128 characters in length and start with a letter, and can contain letters, digits, periods (.), underscores (\\_), and hyphens (-).
|
|
1469
|
-
|
|
1470
|
-
> **NOTE:** You cannot specify this parameter if you create a subscription EIP.
|
|
1306
|
+
The name of the EIP instance. This name can have a string of 2 to 128 characters, must contain only alphanumeric characters or hyphens, such as "-",".","_", and must not begin or end with a hyphen, and must not begin with http:// or https://.
|
|
1471
1307
|
"""
|
|
1472
1308
|
return pulumi.get(self, "address_name")
|
|
1473
1309
|
|
|
1474
1310
|
@property
|
|
1475
1311
|
@pulumi.getter(name="allocationId")
|
|
1476
|
-
def allocation_id(self) -> pulumi.Output[str]:
|
|
1312
|
+
def allocation_id(self) -> pulumi.Output[Optional[str]]:
|
|
1477
1313
|
"""
|
|
1478
|
-
The ID of the EIP instance.
|
|
1314
|
+
The ID of the EIP instance. If you specify the instance ID of An EIP that has already been applied for, the IpAddress of that instance will be reused. Only one of the IpAddress and InstanceId parameters needs to be specified. If neither parameter is specified, the system will randomly apply for an EIP.
|
|
1479
1315
|
"""
|
|
1480
1316
|
return pulumi.get(self, "allocation_id")
|
|
1481
1317
|
|
|
@@ -1483,7 +1319,7 @@ class EipAddress(pulumi.CustomResource):
|
|
|
1483
1319
|
@pulumi.getter(name="autoPay")
|
|
1484
1320
|
def auto_pay(self) -> pulumi.Output[Optional[bool]]:
|
|
1485
1321
|
"""
|
|
1486
|
-
|
|
1322
|
+
Whether to pay automatically. Valid values: `true` and `false`. Default value: `true`. When `auto_pay` is `true`, The order will be automatically paid. When `auto_pay` is `false`, The order needs to go to the order center to complete the payment. **NOTE:** When `payment_type` is `Subscription`, this parameter is valid.
|
|
1487
1323
|
"""
|
|
1488
1324
|
return pulumi.get(self, "auto_pay")
|
|
1489
1325
|
|
|
@@ -1491,12 +1327,7 @@ class EipAddress(pulumi.CustomResource):
|
|
|
1491
1327
|
@pulumi.getter
|
|
1492
1328
|
def bandwidth(self) -> pulumi.Output[str]:
|
|
1493
1329
|
"""
|
|
1494
|
-
The maximum bandwidth of the
|
|
1495
|
-
- When `payment_type` is set to `PayAsYouGo` and `internet_charge_type` is set to `PayByBandwidth`, valid values for `bandwidth` are `1` to `500`.
|
|
1496
|
-
- When `payment_type` is set to `PayAsYouGo` and `internet_charge_type` is set to `PayByTraffic`, valid values for `bandwidth` are `1` to `200`.
|
|
1497
|
-
- When `payment_type` is set to `Subscription`, valid values for `bandwidth` are `1` to `1000`.
|
|
1498
|
-
|
|
1499
|
-
Default value: `5` Mbit /s.
|
|
1330
|
+
The maximum bandwidth of the EIP. Valid values: `1` to `200`. Unit: Mbit/s. Default value: `5`.
|
|
1500
1331
|
"""
|
|
1501
1332
|
return pulumi.get(self, "bandwidth")
|
|
1502
1333
|
|
|
@@ -1512,7 +1343,9 @@ class EipAddress(pulumi.CustomResource):
|
|
|
1512
1343
|
@pulumi.getter(name="deletionProtection")
|
|
1513
1344
|
def deletion_protection(self) -> pulumi.Output[bool]:
|
|
1514
1345
|
"""
|
|
1515
|
-
|
|
1346
|
+
Whether the delete protection function is turned on.
|
|
1347
|
+
- **true**: enabled.
|
|
1348
|
+
- **false**: not enabled.
|
|
1516
1349
|
"""
|
|
1517
1350
|
return pulumi.get(self, "deletion_protection")
|
|
1518
1351
|
|
|
@@ -1521,10 +1354,6 @@ class EipAddress(pulumi.CustomResource):
|
|
|
1521
1354
|
def description(self) -> pulumi.Output[Optional[str]]:
|
|
1522
1355
|
"""
|
|
1523
1356
|
The description of the EIP.
|
|
1524
|
-
|
|
1525
|
-
The description must be 2 to 256 characters in length. The description must start with a letter but cannot start with `http://` or `https://`.
|
|
1526
|
-
|
|
1527
|
-
> **NOTE:** You cannot specify this parameter if you create a subscription EIP.
|
|
1528
1357
|
"""
|
|
1529
1358
|
return pulumi.get(self, "description")
|
|
1530
1359
|
|
|
@@ -1532,32 +1361,30 @@ class EipAddress(pulumi.CustomResource):
|
|
|
1532
1361
|
@pulumi.getter(name="highDefinitionMonitorLogStatus")
|
|
1533
1362
|
def high_definition_monitor_log_status(self) -> pulumi.Output[str]:
|
|
1534
1363
|
"""
|
|
1535
|
-
|
|
1536
|
-
-
|
|
1537
|
-
-
|
|
1364
|
+
Whether the second-level monitoring is enabled for the EIP.
|
|
1365
|
+
- **OFF**: not enabled.
|
|
1366
|
+
- **ON**: enabled.
|
|
1538
1367
|
"""
|
|
1539
1368
|
return pulumi.get(self, "high_definition_monitor_log_status")
|
|
1540
1369
|
|
|
1541
1370
|
@property
|
|
1542
1371
|
@pulumi.getter(name="instanceChargeType")
|
|
1543
|
-
@_utilities.deprecated("""Field 'instance_charge_type' has been deprecated since provider version 1.126.0. New field 'payment_type' instead.""")
|
|
1544
1372
|
def instance_charge_type(self) -> pulumi.Output[str]:
|
|
1545
1373
|
"""
|
|
1546
1374
|
. Field 'instance_charge_type' has been deprecated from provider version 1.126.0. New field 'payment_type' instead.
|
|
1547
1375
|
"""
|
|
1376
|
+
warnings.warn("""Field 'instance_charge_type' has been deprecated since provider version 1.126.0. New field 'payment_type' instead.""", DeprecationWarning)
|
|
1377
|
+
pulumi.log.warn("""instance_charge_type is deprecated: Field 'instance_charge_type' has been deprecated since provider version 1.126.0. New field 'payment_type' instead.""")
|
|
1378
|
+
|
|
1548
1379
|
return pulumi.get(self, "instance_charge_type")
|
|
1549
1380
|
|
|
1550
1381
|
@property
|
|
1551
1382
|
@pulumi.getter(name="internetChargeType")
|
|
1552
1383
|
def internet_charge_type(self) -> pulumi.Output[str]:
|
|
1553
1384
|
"""
|
|
1554
|
-
|
|
1555
|
-
-
|
|
1556
|
-
-
|
|
1557
|
-
|
|
1558
|
-
When `payment_type` is set to `Subscription`, you must set `internet_charge_type` to `PayByBandwidth`.
|
|
1559
|
-
|
|
1560
|
-
When `payment_type` is set to `PayAsYouGo`, set `internet_charge_type` to `PayByBandwidth` or `PayByTraffic`.
|
|
1385
|
+
Renewal Payment type.
|
|
1386
|
+
- **PayByBandwidth**: billed by fixed bandwidth.
|
|
1387
|
+
- **PayByTraffic**: Billing by traffic.
|
|
1561
1388
|
"""
|
|
1562
1389
|
return pulumi.get(self, "internet_charge_type")
|
|
1563
1390
|
|
|
@@ -1565,7 +1392,7 @@ class EipAddress(pulumi.CustomResource):
|
|
|
1565
1392
|
@pulumi.getter(name="ipAddress")
|
|
1566
1393
|
def ip_address(self) -> pulumi.Output[str]:
|
|
1567
1394
|
"""
|
|
1568
|
-
The IP address of the EIP.
|
|
1395
|
+
The IP address of the EIP.
|
|
1569
1396
|
"""
|
|
1570
1397
|
return pulumi.get(self, "ip_address")
|
|
1571
1398
|
|
|
@@ -1573,21 +1400,18 @@ class EipAddress(pulumi.CustomResource):
|
|
|
1573
1400
|
@pulumi.getter
|
|
1574
1401
|
def isp(self) -> pulumi.Output[str]:
|
|
1575
1402
|
"""
|
|
1576
|
-
The line type. Valid values:
|
|
1577
|
-
- `BGP
|
|
1578
|
-
- `BGP_PRO`: BGP (Multi-ISP) Pro
|
|
1579
|
-
|
|
1580
|
-
|
|
1581
|
-
|
|
1582
|
-
|
|
1583
|
-
- `
|
|
1584
|
-
- `
|
|
1585
|
-
- `
|
|
1586
|
-
- `
|
|
1587
|
-
|
|
1588
|
-
- `ChinaMobile_L2`
|
|
1589
|
-
|
|
1590
|
-
If your services are deployed in China East 1 Finance, this parameter is required and you must set the parameter to `BGP_FinanceCloud`.
|
|
1403
|
+
The line type. You can set this parameter only when you create a `PayAsYouGo` EIP. Valid values:
|
|
1404
|
+
- `BGP`: BGP (Multi-ISP) lines.Up to 89 high-quality BGP lines are available worldwide. Direct connections with multiple Internet Service Providers (ISPs), including Telecom, Unicom, Mobile, Railcom, Netcom, CERNET, China Broadcast Network, Dr. Peng, and Founder, can be established in all regions in mainland China.
|
|
1405
|
+
- `BGP_PRO`: BGP (Multi-ISP) Pro lines optimize data transmission to mainland China and improve connection quality for international services. Compared with BGP (Multi-ISP), when BGP (Multi-ISP) Pro provides services to clients in mainland China (excluding data centers), cross-border connections are established without using international ISP services. This reduces network latency.
|
|
1406
|
+
- `ChinaTelecom`: China Telecom.
|
|
1407
|
+
- `ChinaUnicom`: China Unicom.
|
|
1408
|
+
- `ChinaMobile`: China Mobile.
|
|
1409
|
+
- `ChinaTelecom_L2`: China Telecom L2.
|
|
1410
|
+
- `ChinaUnicom_L2`: China Unicom L2.
|
|
1411
|
+
- `ChinaMobile_L2`: China Mobile L2.
|
|
1412
|
+
- `BGP_FinanceCloud`: If your services are deployed in China East 1 Finance, this parameter is required and you must set the value to `BGP_FinanceCloud`.
|
|
1413
|
+
- `BGP_International`: BGP_International.
|
|
1414
|
+
> **NOTE:** From version 1.203.0, `isp` can be set to `ChinaTelecom`, `ChinaUnicom`, `ChinaMobile`, `ChinaTelecom_L2`, `ChinaUnicom_L2`, `ChinaMobile_L2`, `BGP_FinanceCloud`, `BGP_International`.
|
|
1591
1415
|
"""
|
|
1592
1416
|
return pulumi.get(self, "isp")
|
|
1593
1417
|
|
|
@@ -1595,7 +1419,7 @@ class EipAddress(pulumi.CustomResource):
|
|
|
1595
1419
|
@pulumi.getter(name="logProject")
|
|
1596
1420
|
def log_project(self) -> pulumi.Output[Optional[str]]:
|
|
1597
1421
|
"""
|
|
1598
|
-
The
|
|
1422
|
+
The Name of the logging service LogProject. Current parameter is required when configuring high precision second-by-second monitoring for EIP.
|
|
1599
1423
|
"""
|
|
1600
1424
|
return pulumi.get(self, "log_project")
|
|
1601
1425
|
|
|
@@ -1603,7 +1427,7 @@ class EipAddress(pulumi.CustomResource):
|
|
|
1603
1427
|
@pulumi.getter(name="logStore")
|
|
1604
1428
|
def log_store(self) -> pulumi.Output[Optional[str]]:
|
|
1605
1429
|
"""
|
|
1606
|
-
The
|
|
1430
|
+
The Name of the logging service LogStore. Current parameter is required when configuring high precision second-by-second monitoring for EIP.
|
|
1607
1431
|
"""
|
|
1608
1432
|
return pulumi.get(self, "log_store")
|
|
1609
1433
|
|
|
@@ -1611,27 +1435,29 @@ class EipAddress(pulumi.CustomResource):
|
|
|
1611
1435
|
@pulumi.getter
|
|
1612
1436
|
def mode(self) -> pulumi.Output[str]:
|
|
1613
1437
|
"""
|
|
1614
|
-
|
|
1615
|
-
-
|
|
1616
|
-
-
|
|
1617
|
-
-
|
|
1438
|
+
Binding mode, value:
|
|
1439
|
+
- **NAT** (default):NAT mode (normal mode).
|
|
1440
|
+
- **MULTI_BINDED**: indicates the multi-EIP NIC visible mode.
|
|
1441
|
+
- **BINDED**: indicates the mode in which the EIP NIC is visible.
|
|
1618
1442
|
"""
|
|
1619
1443
|
return pulumi.get(self, "mode")
|
|
1620
1444
|
|
|
1621
1445
|
@property
|
|
1622
1446
|
@pulumi.getter
|
|
1623
|
-
@_utilities.deprecated("""Field 'name' has been deprecated since provider version 1.126.0. New field 'address_name' instead.""")
|
|
1624
1447
|
def name(self) -> pulumi.Output[str]:
|
|
1625
1448
|
"""
|
|
1626
1449
|
. Field 'name' has been deprecated from provider version 1.126.0. New field 'address_name' instead.
|
|
1627
1450
|
"""
|
|
1451
|
+
warnings.warn("""Field 'name' has been deprecated since provider version 1.126.0. New field 'address_name' instead.""", DeprecationWarning)
|
|
1452
|
+
pulumi.log.warn("""name is deprecated: Field 'name' has been deprecated since provider version 1.126.0. New field 'address_name' instead.""")
|
|
1453
|
+
|
|
1628
1454
|
return pulumi.get(self, "name")
|
|
1629
1455
|
|
|
1630
1456
|
@property
|
|
1631
1457
|
@pulumi.getter
|
|
1632
1458
|
def netmode(self) -> pulumi.Output[str]:
|
|
1633
1459
|
"""
|
|
1634
|
-
The
|
|
1460
|
+
The type of the network. Valid value is `public` (Internet).
|
|
1635
1461
|
"""
|
|
1636
1462
|
return pulumi.get(self, "netmode")
|
|
1637
1463
|
|
|
@@ -1639,11 +1465,7 @@ class EipAddress(pulumi.CustomResource):
|
|
|
1639
1465
|
@pulumi.getter(name="paymentType")
|
|
1640
1466
|
def payment_type(self) -> pulumi.Output[str]:
|
|
1641
1467
|
"""
|
|
1642
|
-
The billing method of the EIP. Valid values:
|
|
1643
|
-
- `Subscription`: subscription
|
|
1644
|
-
- `PayAsYouGo` (default): pay-as-you-go
|
|
1645
|
-
|
|
1646
|
-
If `payment_type` is set to `Subscription`, set `internet_charge_type` to `PayByBandwidth`. If `payment_type` is set to `PayAsYouGo`, set `internet_charge_type` to `PayByBandwidth` or `PayByTraffic`.
|
|
1468
|
+
The billing method of the EIP. Valid values: `Subscription`, `PayAsYouGo`.
|
|
1647
1469
|
"""
|
|
1648
1470
|
return pulumi.get(self, "payment_type")
|
|
1649
1471
|
|
|
@@ -1651,7 +1473,7 @@ class EipAddress(pulumi.CustomResource):
|
|
|
1651
1473
|
@pulumi.getter
|
|
1652
1474
|
def period(self) -> pulumi.Output[Optional[int]]:
|
|
1653
1475
|
"""
|
|
1654
|
-
|
|
1476
|
+
When the PricingCycle is set to Month, the Period value ranges from 1 to 9. When the PricingCycle is set to Year, the Period range is 1 to 5. If the value of the InstanceChargeType parameter is PrePaid, this parameter is required. If the value of the InstanceChargeType parameter is PostPaid, this parameter is not filled in.
|
|
1655
1477
|
"""
|
|
1656
1478
|
return pulumi.get(self, "period")
|
|
1657
1479
|
|
|
@@ -1659,11 +1481,7 @@ class EipAddress(pulumi.CustomResource):
|
|
|
1659
1481
|
@pulumi.getter(name="pricingCycle")
|
|
1660
1482
|
def pricing_cycle(self) -> pulumi.Output[Optional[str]]:
|
|
1661
1483
|
"""
|
|
1662
|
-
|
|
1663
|
-
- `Month` (default)
|
|
1664
|
-
- `Year`
|
|
1665
|
-
|
|
1666
|
-
If `payment_type` is set to `Subscription`, this parameter is required. If `payment_type` is set to `PayAsYouGo`, this parameter is not required.
|
|
1484
|
+
Value: Month (default): Pay monthly. Year: Pay per Year. This parameter is required when the value of the InstanceChargeType parameter is Subscription(PrePaid). This parameter is optional when the value of the InstanceChargeType parameter is PayAsYouGo(PostPaid).
|
|
1667
1485
|
"""
|
|
1668
1486
|
return pulumi.get(self, "pricing_cycle")
|
|
1669
1487
|
|
|
@@ -1671,7 +1489,7 @@ class EipAddress(pulumi.CustomResource):
|
|
|
1671
1489
|
@pulumi.getter(name="publicIpAddressPoolId")
|
|
1672
1490
|
def public_ip_address_pool_id(self) -> pulumi.Output[Optional[str]]:
|
|
1673
1491
|
"""
|
|
1674
|
-
The ID of the IP address pool
|
|
1492
|
+
The ID of the IP address pool to which the EIP belongs.
|
|
1675
1493
|
"""
|
|
1676
1494
|
return pulumi.get(self, "public_ip_address_pool_id")
|
|
1677
1495
|
|
|
@@ -1679,9 +1497,7 @@ class EipAddress(pulumi.CustomResource):
|
|
|
1679
1497
|
@pulumi.getter(name="resourceGroupId")
|
|
1680
1498
|
def resource_group_id(self) -> pulumi.Output[str]:
|
|
1681
1499
|
"""
|
|
1682
|
-
The ID of the resource group
|
|
1683
|
-
|
|
1684
|
-
> **NOTE:** You can use resource groups to facilitate resource grouping and permission management for an Alibaba Cloud. For more information, see [What is resource management?](https://www.alibabacloud.com/help/en/doc-detail/94475.html)
|
|
1500
|
+
The ID of the resource group.
|
|
1685
1501
|
"""
|
|
1686
1502
|
return pulumi.get(self, "resource_group_id")
|
|
1687
1503
|
|
|
@@ -1691,7 +1507,7 @@ class EipAddress(pulumi.CustomResource):
|
|
|
1691
1507
|
"""
|
|
1692
1508
|
Security protection level.
|
|
1693
1509
|
- When the return is empty, the basic DDoS protection is specified.
|
|
1694
|
-
- When
|
|
1510
|
+
- When **antidos_enhanced** is returned, it indicates DDoS protection (enhanced version).
|
|
1695
1511
|
"""
|
|
1696
1512
|
return pulumi.get(self, "security_protection_types")
|
|
1697
1513
|
|
|
@@ -1699,7 +1515,7 @@ class EipAddress(pulumi.CustomResource):
|
|
|
1699
1515
|
@pulumi.getter
|
|
1700
1516
|
def status(self) -> pulumi.Output[str]:
|
|
1701
1517
|
"""
|
|
1702
|
-
The
|
|
1518
|
+
The status of the EIP.
|
|
1703
1519
|
"""
|
|
1704
1520
|
return pulumi.get(self, "status")
|
|
1705
1521
|
|
|
@@ -1707,7 +1523,7 @@ class EipAddress(pulumi.CustomResource):
|
|
|
1707
1523
|
@pulumi.getter
|
|
1708
1524
|
def tags(self) -> pulumi.Output[Optional[Mapping[str, Any]]]:
|
|
1709
1525
|
"""
|
|
1710
|
-
The tag of the resource
|
|
1526
|
+
The tag of the resource.
|
|
1711
1527
|
"""
|
|
1712
1528
|
return pulumi.get(self, "tags")
|
|
1713
1529
|
|
|
@@ -1715,7 +1531,7 @@ class EipAddress(pulumi.CustomResource):
|
|
|
1715
1531
|
@pulumi.getter
|
|
1716
1532
|
def zone(self) -> pulumi.Output[str]:
|
|
1717
1533
|
"""
|
|
1718
|
-
The zone of the EIP.
|
|
1534
|
+
The zone of the EIP. This parameter is returned only for whitelist users that are visible to the zone.
|
|
1719
1535
|
|
|
1720
1536
|
The following arguments will be discarded. Please use new fields as soon as possible:
|
|
1721
1537
|
"""
|