pulumi-alicloud 3.56.0a1716440817__py3-none-any.whl → 3.56.0a1716566612__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pulumi_alicloud/actiontrail/outputs.py +4 -0
- pulumi_alicloud/adb/db_cluster.py +14 -0
- pulumi_alicloud/adb/get_db_cluster_lake_versions.py +2 -2
- pulumi_alicloud/alb/_inputs.py +34 -0
- pulumi_alicloud/alb/get_acls.py +2 -2
- pulumi_alicloud/alb/get_security_policies.py +4 -4
- pulumi_alicloud/alb/outputs.py +188 -10
- pulumi_alicloud/alb/rule.py +14 -0
- pulumi_alicloud/alb/server_group.py +21 -0
- pulumi_alicloud/amqp/get_instances.py +2 -2
- pulumi_alicloud/apigateway/get_log_configs.py +2 -2
- pulumi_alicloud/apigateway/get_plugins.py +6 -6
- pulumi_alicloud/arms/outputs.py +20 -0
- pulumi_alicloud/bastionhost/get_users.py +4 -4
- pulumi_alicloud/bastionhost/host.py +28 -7
- pulumi_alicloud/bastionhost/instance.py +14 -0
- pulumi_alicloud/cddc/get_dedicated_host_accounts.py +2 -2
- pulumi_alicloud/cddc/get_dedicated_host_groups.py +2 -2
- pulumi_alicloud/cddc/outputs.py +0 -6
- pulumi_alicloud/cdn/get_real_time_log_deliveries.py +0 -2
- pulumi_alicloud/cen/get_traffic_marking_policies.py +2 -4
- pulumi_alicloud/cen/get_transit_router_route_table_associations.py +8 -0
- pulumi_alicloud/cen/outputs.py +6 -0
- pulumi_alicloud/cen/transit_router_peer_attachment.py +14 -0
- pulumi_alicloud/cen/transit_router_prefix_list_association.py +28 -0
- pulumi_alicloud/cfg/aggregator.py +14 -0
- pulumi_alicloud/clickhouse/outputs.py +34 -4
- pulumi_alicloud/cloudfirewall/get_vpc_firewall_control_policies.py +12 -4
- pulumi_alicloud/cloudfirewall/instance.py +28 -0
- pulumi_alicloud/cloudsso/get_access_assignments.py +4 -4
- pulumi_alicloud/cloudsso/get_groups.py +2 -2
- pulumi_alicloud/cloudsso/outputs.py +104 -2
- pulumi_alicloud/cloudstoragegateway/get_gateway_block_volumes.py +2 -2
- pulumi_alicloud/cloudstoragegateway/get_gateway_cache_disks.py +2 -2
- pulumi_alicloud/cms/_inputs.py +16 -0
- pulumi_alicloud/cms/get_event_rules.py +2 -2
- pulumi_alicloud/cms/get_group_metric_rules.py +4 -4
- pulumi_alicloud/cms/get_hybrid_monitor_fc_tasks.py +2 -2
- pulumi_alicloud/cms/get_monitor_groups.py +2 -4
- pulumi_alicloud/cms/outputs.py +216 -0
- pulumi_alicloud/cr/get_chart_namespaces.py +2 -2
- pulumi_alicloud/cr/get_chart_repositories.py +2 -2
- pulumi_alicloud/cr/get_endpoint_acl_policies.py +2 -2
- pulumi_alicloud/cr/get_endpoint_acl_service.py +2 -2
- pulumi_alicloud/cr/get_vpc_endpoint_linked_vpcs.py +4 -0
- pulumi_alicloud/cr/outputs.py +4 -0
- pulumi_alicloud/cr/vpc_endpoint_linked_vpc.py +14 -0
- pulumi_alicloud/cs/_inputs.py +116 -0
- pulumi_alicloud/cs/node_pool.py +105 -0
- pulumi_alicloud/cs/outputs.py +116 -0
- pulumi_alicloud/databasefilesystem/get_snapshots.py +2 -2
- pulumi_alicloud/databasefilesystem/outputs.py +6 -0
- pulumi_alicloud/dbs/get_backup_plans.py +2 -2
- pulumi_alicloud/dcdn/get_ipa_domains.py +4 -4
- pulumi_alicloud/dcdn/outputs.py +10 -0
- pulumi_alicloud/ddos/domain_resource.py +21 -0
- pulumi_alicloud/ddos/get_ddos_bgp_ips.py +6 -2
- pulumi_alicloud/ddos/get_ddos_coo_domain_resources.py +2 -2
- pulumi_alicloud/dfs/outputs.py +10 -0
- pulumi_alicloud/directmail/get_mail_addresses.py +2 -2
- pulumi_alicloud/directmail/get_receivers.py +2 -2
- pulumi_alicloud/dns/_inputs.py +16 -0
- pulumi_alicloud/dns/get_access_strategies.py +6 -2
- pulumi_alicloud/dns/outputs.py +68 -2
- pulumi_alicloud/dns/record.py +4 -0
- pulumi_alicloud/dts/get_subscription_jobs.py +2 -4
- pulumi_alicloud/dts/get_synchronization_jobs.py +2 -2
- pulumi_alicloud/dts/instance.py +21 -0
- pulumi_alicloud/eais/get_instances.py +2 -2
- pulumi_alicloud/ebs/outputs.py +6 -0
- pulumi_alicloud/eci/get_container_groups.py +6 -8
- pulumi_alicloud/eci/get_virtual_nodes.py +6 -8
- pulumi_alicloud/eci/outputs.py +26 -26
- pulumi_alicloud/ecs/_inputs.py +14 -0
- pulumi_alicloud/ecs/disk.py +28 -7
- pulumi_alicloud/ecs/ecs_deployment_set.py +14 -0
- pulumi_alicloud/ecs/ecs_disk.py +28 -7
- pulumi_alicloud/ecs/ecs_instance_set.py +35 -0
- pulumi_alicloud/ecs/eip_address.py +84 -7
- pulumi_alicloud/ecs/get_auto_snapshot_policies.py +2 -2
- pulumi_alicloud/ecs/get_commands.py +4 -4
- pulumi_alicloud/ecs/get_ecs_deployment_sets.py +2 -2
- pulumi_alicloud/ecs/get_ecs_image_components.py +10 -6
- pulumi_alicloud/ecs/get_ecs_key_pairs.py +2 -4
- pulumi_alicloud/ecs/get_ecs_launch_templates.py +0 -2
- pulumi_alicloud/ecs/get_ecs_network_interface_permissions.py +2 -2
- pulumi_alicloud/ecs/get_ecs_snapshots.py +16 -16
- pulumi_alicloud/ecs/get_ecs_storage_capacity_units.py +2 -2
- pulumi_alicloud/ecs/get_eip_addresses.py +12 -12
- pulumi_alicloud/ecs/get_images.py +20 -4
- pulumi_alicloud/ecs/instance.py +56 -0
- pulumi_alicloud/ecs/outputs.py +174 -92
- pulumi_alicloud/eds/ad_connector_office_site.py +21 -0
- pulumi_alicloud/eds/get_ad_connector_office_sites.py +20 -2
- pulumi_alicloud/eds/get_desktop_types.py +4 -4
- pulumi_alicloud/eds/get_desktops.py +2 -4
- pulumi_alicloud/eds/get_images.py +2 -2
- pulumi_alicloud/eds/get_ram_directories.py +2 -2
- pulumi_alicloud/eds/get_simple_office_sites.py +2 -2
- pulumi_alicloud/eds/get_users.py +2 -2
- pulumi_alicloud/eds/outputs.py +58 -4
- pulumi_alicloud/ehpc/cluster.py +70 -0
- pulumi_alicloud/ehpc/outputs.py +112 -2
- pulumi_alicloud/eipanycast/get_anycast_eip_addresses.py +6 -6
- pulumi_alicloud/emr/get_clusters.py +8 -8
- pulumi_alicloud/emr/outputs.py +18 -32
- pulumi_alicloud/emrv2/get_clusters.py +4 -4
- pulumi_alicloud/eventbridge/_inputs.py +4 -0
- pulumi_alicloud/eventbridge/get_rules.py +2 -2
- pulumi_alicloud/eventbridge/outputs.py +4 -0
- pulumi_alicloud/expressconnect/get_access_points.py +2 -2
- pulumi_alicloud/expressconnect/get_physical_connections.py +2 -2
- pulumi_alicloud/expressconnect/get_virtual_border_routers.py +2 -2
- pulumi_alicloud/fnf/get_executions.py +2 -2
- pulumi_alicloud/ga/_inputs.py +12 -0
- pulumi_alicloud/ga/accelerator.py +49 -0
- pulumi_alicloud/ga/bandwidth_package.py +21 -0
- pulumi_alicloud/ga/custom_routing_endpoint.py +21 -0
- pulumi_alicloud/ga/endpoint_group.py +28 -0
- pulumi_alicloud/ga/get_accelerators.py +4 -0
- pulumi_alicloud/ga/get_acls.py +2 -2
- pulumi_alicloud/ga/get_bandwidth_packages.py +4 -4
- pulumi_alicloud/ga/get_ip_sets.py +2 -2
- pulumi_alicloud/ga/get_listeners.py +2 -2
- pulumi_alicloud/ga/listener.py +28 -0
- pulumi_alicloud/ga/outputs.py +14 -2
- pulumi_alicloud/gpdb/get_db_instance_plans.py +2 -2
- pulumi_alicloud/gpdb/get_instances.py +2 -4
- pulumi_alicloud/graphdatabase/outputs.py +14 -0
- pulumi_alicloud/hbr/_inputs.py +2 -0
- pulumi_alicloud/hbr/ecs_backup_plan.py +7 -0
- pulumi_alicloud/hbr/get_backup_jobs.py +4 -4
- pulumi_alicloud/hbr/get_hana_backup_plans.py +2 -4
- pulumi_alicloud/hbr/get_hana_instances.py +12 -4
- pulumi_alicloud/hbr/get_restore_jobs.py +10 -10
- pulumi_alicloud/hbr/get_snapshots.py +14 -14
- pulumi_alicloud/hbr/get_vaults.py +4 -0
- pulumi_alicloud/hbr/hana_backup_plan.py +21 -0
- pulumi_alicloud/hbr/nas_backup_plan.py +7 -0
- pulumi_alicloud/hbr/oss_backup_plan.py +7 -0
- pulumi_alicloud/hbr/ots_backup_plan.py +7 -0
- pulumi_alicloud/hbr/outputs.py +68 -0
- pulumi_alicloud/hbr/server_backup_plan.py +7 -0
- pulumi_alicloud/hbr/vault.py +14 -0
- pulumi_alicloud/imp/get_app_templates.py +2 -2
- pulumi_alicloud/kms/key.py +133 -21
- pulumi_alicloud/kms/secret.py +28 -0
- pulumi_alicloud/kvstore/account.py +21 -7
- pulumi_alicloud/kvstore/get_accounts.py +2 -2
- pulumi_alicloud/kvstore/instance.py +14 -0
- pulumi_alicloud/lindorm/get_instances.py +2 -2
- pulumi_alicloud/log/_inputs.py +28 -6
- pulumi_alicloud/log/get_projects.py +2 -2
- pulumi_alicloud/log/outputs.py +28 -6
- pulumi_alicloud/message/service_subscription.py +14 -0
- pulumi_alicloud/mongodb/get_accounts.py +4 -4
- pulumi_alicloud/mongodb/get_audit_policies.py +2 -2
- pulumi_alicloud/mongodb/instance.py +56 -0
- pulumi_alicloud/mongodb/outputs.py +14 -0
- pulumi_alicloud/mongodb/sharding_instance.py +21 -0
- pulumi_alicloud/mse/cluster.py +28 -0
- pulumi_alicloud/mse/outputs.py +34 -0
- pulumi_alicloud/nas/data_flow.py +14 -0
- pulumi_alicloud/nas/file_system.py +14 -0
- pulumi_alicloud/nas/get_data_flows.py +2 -2
- pulumi_alicloud/nas/get_file_systems.py +4 -0
- pulumi_alicloud/nas/get_filesets.py +2 -2
- pulumi_alicloud/nas/get_snapshots.py +2 -2
- pulumi_alicloud/nas/outputs.py +4 -0
- pulumi_alicloud/nlb/get_load_balancers.py +10 -12
- pulumi_alicloud/nlb/get_security_policies.py +2 -4
- pulumi_alicloud/nlb/get_server_groups.py +4 -6
- pulumi_alicloud/nlb/load_balancer.py +14 -0
- pulumi_alicloud/nlb/server_group.py +56 -7
- pulumi_alicloud/ocean/get_base_instances.py +4 -4
- pulumi_alicloud/oos/get_parameters.py +6 -6
- pulumi_alicloud/oos/get_patch_baselines.py +4 -4
- pulumi_alicloud/oos/get_secret_parameters.py +4 -4
- pulumi_alicloud/oos/parameter.py +28 -0
- pulumi_alicloud/oos/secret_parameter.py +28 -0
- pulumi_alicloud/ots/instance.py +91 -0
- pulumi_alicloud/privatelink/get_vpc_endpoint_connections.py +2 -2
- pulumi_alicloud/privatelink/get_vpc_endpoint_services.py +6 -6
- pulumi_alicloud/privatelink/get_vpc_endpoint_zones.py +2 -2
- pulumi_alicloud/privatelink/get_vpc_endpoints.py +2 -2
- pulumi_alicloud/pulumi-plugin.json +1 -1
- pulumi_alicloud/pvtz/get_resolver_zones.py +2 -2
- pulumi_alicloud/quotas/_inputs.py +0 -10
- pulumi_alicloud/quotas/outputs.py +10 -10
- pulumi_alicloud/rds/get_accounts.py +2 -2
- pulumi_alicloud/rds/get_cross_region_backups.py +6 -2
- pulumi_alicloud/resourcemanager/get_control_policies.py +2 -2
- pulumi_alicloud/resourcemanager/get_control_policy_attachments.py +2 -2
- pulumi_alicloud/resourcemanager/get_delegated_administrators.py +2 -2
- pulumi_alicloud/resourcemanager/get_resource_shares.py +4 -4
- pulumi_alicloud/resourcemanager/shared_resource.py +35 -0
- pulumi_alicloud/ros/get_change_sets.py +2 -2
- pulumi_alicloud/ros/get_stack_groups.py +2 -2
- pulumi_alicloud/ros/get_stack_instances.py +12 -2
- pulumi_alicloud/ros/get_stacks.py +4 -4
- pulumi_alicloud/ros/get_templates.py +4 -4
- pulumi_alicloud/ros/outputs.py +68 -2
- pulumi_alicloud/ros/stack_instance.py +52 -4
- pulumi_alicloud/sae/get_config_maps.py +2 -2
- pulumi_alicloud/sae/get_ingresses.py +2 -2
- pulumi_alicloud/sae/outputs.py +274 -0
- pulumi_alicloud/scdn/get_domains.py +2 -2
- pulumi_alicloud/sddp/get_data_limits.py +4 -4
- pulumi_alicloud/sddp/get_rules.py +10 -10
- pulumi_alicloud/simpleapplicationserver/get_images.py +0 -8
- pulumi_alicloud/simpleapplicationserver/get_instances.py +4 -4
- pulumi_alicloud/simpleapplicationserver/get_server_disks.py +2 -2
- pulumi_alicloud/simpleapplicationserver/get_server_snapshots.py +2 -2
- pulumi_alicloud/slb/get_tls_cipher_policies.py +2 -2
- pulumi_alicloud/tsdb/get_instances.py +2 -2
- pulumi_alicloud/videosurveillance/get_system_groups.py +2 -2
- pulumi_alicloud/vod/domain.py +14 -0
- pulumi_alicloud/vod/get_domains.py +4 -0
- pulumi_alicloud/vpc/get_bgp_groups.py +4 -4
- pulumi_alicloud/vpc/get_bgp_networks.py +4 -4
- pulumi_alicloud/vpc/get_bgp_peers.py +6 -6
- pulumi_alicloud/vpc/get_havips.py +2 -2
- pulumi_alicloud/vpc/get_ipv4_gateways.py +2 -2
- pulumi_alicloud/vpc/get_ipv6_addresses.py +6 -2
- pulumi_alicloud/vpc/get_ipv6_egress_rules.py +4 -4
- pulumi_alicloud/vpc/get_ipv6_gateways.py +2 -2
- pulumi_alicloud/vpc/get_nat_ip_cidrs.py +6 -6
- pulumi_alicloud/vpc/get_nat_ips.py +6 -6
- pulumi_alicloud/vpc/get_network_acls.py +4 -4
- pulumi_alicloud/vpc/get_peer_connections.py +2 -2
- pulumi_alicloud/vpc/get_public_ip_address_pools.py +6 -6
- pulumi_alicloud/vpc/get_traffic_mirror_filter_egress_rules.py +2 -2
- pulumi_alicloud/vpc/get_traffic_mirror_filter_ingress_rules.py +2 -2
- pulumi_alicloud/vpc/get_traffic_mirror_filters.py +2 -2
- pulumi_alicloud/vpc/get_traffic_mirror_sessions.py +6 -6
- pulumi_alicloud/vpc/get_vpc_flow_logs.py +6 -6
- pulumi_alicloud/vpc/ha_vip.py +8 -0
- pulumi_alicloud/vpc/nat_gateway.py +14 -0
- pulumi_alicloud/vpc/outputs.py +14 -14
- pulumi_alicloud/vpc/route_entry.py +70 -0
- pulumi_alicloud/vpn/get_gateway_vpn_attachments.py +2 -2
- pulumi_alicloud/vpn/get_gateway_zones.py +16 -0
- pulumi_alicloud/vpn/outputs.py +4 -4
- {pulumi_alicloud-3.56.0a1716440817.dist-info → pulumi_alicloud-3.56.0a1716566612.dist-info}/METADATA +1 -1
- {pulumi_alicloud-3.56.0a1716440817.dist-info → pulumi_alicloud-3.56.0a1716566612.dist-info}/RECORD +247 -247
- {pulumi_alicloud-3.56.0a1716440817.dist-info → pulumi_alicloud-3.56.0a1716566612.dist-info}/WHEEL +0 -0
- {pulumi_alicloud-3.56.0a1716440817.dist-info → pulumi_alicloud-3.56.0a1716566612.dist-info}/top_level.txt +0 -0
pulumi_alicloud/ga/listener.py
CHANGED
|
@@ -36,11 +36,15 @@ class ListenerArgs:
|
|
|
36
36
|
:param pulumi.Input[Sequence[pulumi.Input['ListenerCertificateArgs']]] certificates: The certificates of the listener. See `certificates` below.
|
|
37
37
|
> **NOTE:** This parameter needs to be configured only for monitoring of the `HTTPS` protocol.
|
|
38
38
|
:param pulumi.Input[str] client_affinity: The clientAffinity of the listener. Default value: `NONE`. Valid values:
|
|
39
|
+
- `NONE`: client affinity is not maintained, that is, connection requests from the same client cannot always be directed to the same terminal node.
|
|
40
|
+
- `SOURCE_IP`: maintain client affinity. When a client accesses a stateful application, all requests from the same client can be directed to the same terminal node, regardless of the source port and protocol.
|
|
39
41
|
:param pulumi.Input[str] description: The description of the listener.
|
|
40
42
|
:param pulumi.Input['ListenerForwardedForConfigArgs'] forwarded_for_config: The XForward headers. See `forwarded_for_config` below.
|
|
41
43
|
:param pulumi.Input[str] http_version: The maximum version of the HTTP protocol. Default Value: `http2`. Valid values: `http1.1`, `http2`, `http3`.
|
|
42
44
|
> **NOTE:** `http_version` is only valid when `protocol` is `HTTPS`.
|
|
43
45
|
:param pulumi.Input[str] listener_type: The routing type of the listener. Default Value: `Standard`. Valid values:
|
|
46
|
+
- `Standard`: intelligent routing.
|
|
47
|
+
- `CustomRouting`: custom routing.
|
|
44
48
|
:param pulumi.Input[str] name: The name of the listener. The length of the name is 2-128 characters. It starts with uppercase and lowercase letters or Chinese characters. It can contain numbers and underscores and dashes.
|
|
45
49
|
:param pulumi.Input[str] protocol: Type of network transport protocol monitored. Default value: `TCP`. Valid values: `TCP`, `UDP`, `HTTP`, `HTTPS`.
|
|
46
50
|
:param pulumi.Input[bool] proxy_protocol: The proxy protocol of the listener. Default value: `false`. Valid values:
|
|
@@ -112,6 +116,8 @@ class ListenerArgs:
|
|
|
112
116
|
def client_affinity(self) -> Optional[pulumi.Input[str]]:
|
|
113
117
|
"""
|
|
114
118
|
The clientAffinity of the listener. Default value: `NONE`. Valid values:
|
|
119
|
+
- `NONE`: client affinity is not maintained, that is, connection requests from the same client cannot always be directed to the same terminal node.
|
|
120
|
+
- `SOURCE_IP`: maintain client affinity. When a client accesses a stateful application, all requests from the same client can be directed to the same terminal node, regardless of the source port and protocol.
|
|
115
121
|
"""
|
|
116
122
|
return pulumi.get(self, "client_affinity")
|
|
117
123
|
|
|
@@ -161,6 +167,8 @@ class ListenerArgs:
|
|
|
161
167
|
def listener_type(self) -> Optional[pulumi.Input[str]]:
|
|
162
168
|
"""
|
|
163
169
|
The routing type of the listener. Default Value: `Standard`. Valid values:
|
|
170
|
+
- `Standard`: intelligent routing.
|
|
171
|
+
- `CustomRouting`: custom routing.
|
|
164
172
|
"""
|
|
165
173
|
return pulumi.get(self, "listener_type")
|
|
166
174
|
|
|
@@ -239,11 +247,15 @@ class _ListenerState:
|
|
|
239
247
|
:param pulumi.Input[Sequence[pulumi.Input['ListenerCertificateArgs']]] certificates: The certificates of the listener. See `certificates` below.
|
|
240
248
|
> **NOTE:** This parameter needs to be configured only for monitoring of the `HTTPS` protocol.
|
|
241
249
|
:param pulumi.Input[str] client_affinity: The clientAffinity of the listener. Default value: `NONE`. Valid values:
|
|
250
|
+
- `NONE`: client affinity is not maintained, that is, connection requests from the same client cannot always be directed to the same terminal node.
|
|
251
|
+
- `SOURCE_IP`: maintain client affinity. When a client accesses a stateful application, all requests from the same client can be directed to the same terminal node, regardless of the source port and protocol.
|
|
242
252
|
:param pulumi.Input[str] description: The description of the listener.
|
|
243
253
|
:param pulumi.Input['ListenerForwardedForConfigArgs'] forwarded_for_config: The XForward headers. See `forwarded_for_config` below.
|
|
244
254
|
:param pulumi.Input[str] http_version: The maximum version of the HTTP protocol. Default Value: `http2`. Valid values: `http1.1`, `http2`, `http3`.
|
|
245
255
|
> **NOTE:** `http_version` is only valid when `protocol` is `HTTPS`.
|
|
246
256
|
:param pulumi.Input[str] listener_type: The routing type of the listener. Default Value: `Standard`. Valid values:
|
|
257
|
+
- `Standard`: intelligent routing.
|
|
258
|
+
- `CustomRouting`: custom routing.
|
|
247
259
|
:param pulumi.Input[str] name: The name of the listener. The length of the name is 2-128 characters. It starts with uppercase and lowercase letters or Chinese characters. It can contain numbers and underscores and dashes.
|
|
248
260
|
:param pulumi.Input[Sequence[pulumi.Input['ListenerPortRangeArgs']]] port_ranges: The portRanges of the listener. See `port_ranges` below.
|
|
249
261
|
> **NOTE:** For `HTTP` or `HTTPS` protocol monitoring, only one monitoring port can be configured, that is, the start monitoring port and end monitoring port should be the same.
|
|
@@ -309,6 +321,8 @@ class _ListenerState:
|
|
|
309
321
|
def client_affinity(self) -> Optional[pulumi.Input[str]]:
|
|
310
322
|
"""
|
|
311
323
|
The clientAffinity of the listener. Default value: `NONE`. Valid values:
|
|
324
|
+
- `NONE`: client affinity is not maintained, that is, connection requests from the same client cannot always be directed to the same terminal node.
|
|
325
|
+
- `SOURCE_IP`: maintain client affinity. When a client accesses a stateful application, all requests from the same client can be directed to the same terminal node, regardless of the source port and protocol.
|
|
312
326
|
"""
|
|
313
327
|
return pulumi.get(self, "client_affinity")
|
|
314
328
|
|
|
@@ -358,6 +372,8 @@ class _ListenerState:
|
|
|
358
372
|
def listener_type(self) -> Optional[pulumi.Input[str]]:
|
|
359
373
|
"""
|
|
360
374
|
The routing type of the listener. Default Value: `Standard`. Valid values:
|
|
375
|
+
- `Standard`: intelligent routing.
|
|
376
|
+
- `CustomRouting`: custom routing.
|
|
361
377
|
"""
|
|
362
378
|
return pulumi.get(self, "listener_type")
|
|
363
379
|
|
|
@@ -508,11 +524,15 @@ class Listener(pulumi.CustomResource):
|
|
|
508
524
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ListenerCertificateArgs']]]] certificates: The certificates of the listener. See `certificates` below.
|
|
509
525
|
> **NOTE:** This parameter needs to be configured only for monitoring of the `HTTPS` protocol.
|
|
510
526
|
:param pulumi.Input[str] client_affinity: The clientAffinity of the listener. Default value: `NONE`. Valid values:
|
|
527
|
+
- `NONE`: client affinity is not maintained, that is, connection requests from the same client cannot always be directed to the same terminal node.
|
|
528
|
+
- `SOURCE_IP`: maintain client affinity. When a client accesses a stateful application, all requests from the same client can be directed to the same terminal node, regardless of the source port and protocol.
|
|
511
529
|
:param pulumi.Input[str] description: The description of the listener.
|
|
512
530
|
:param pulumi.Input[pulumi.InputType['ListenerForwardedForConfigArgs']] forwarded_for_config: The XForward headers. See `forwarded_for_config` below.
|
|
513
531
|
:param pulumi.Input[str] http_version: The maximum version of the HTTP protocol. Default Value: `http2`. Valid values: `http1.1`, `http2`, `http3`.
|
|
514
532
|
> **NOTE:** `http_version` is only valid when `protocol` is `HTTPS`.
|
|
515
533
|
:param pulumi.Input[str] listener_type: The routing type of the listener. Default Value: `Standard`. Valid values:
|
|
534
|
+
- `Standard`: intelligent routing.
|
|
535
|
+
- `CustomRouting`: custom routing.
|
|
516
536
|
:param pulumi.Input[str] name: The name of the listener. The length of the name is 2-128 characters. It starts with uppercase and lowercase letters or Chinese characters. It can contain numbers and underscores and dashes.
|
|
517
537
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ListenerPortRangeArgs']]]] port_ranges: The portRanges of the listener. See `port_ranges` below.
|
|
518
538
|
> **NOTE:** For `HTTP` or `HTTPS` protocol monitoring, only one monitoring port can be configured, that is, the start monitoring port and end monitoring port should be the same.
|
|
@@ -658,11 +678,15 @@ class Listener(pulumi.CustomResource):
|
|
|
658
678
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ListenerCertificateArgs']]]] certificates: The certificates of the listener. See `certificates` below.
|
|
659
679
|
> **NOTE:** This parameter needs to be configured only for monitoring of the `HTTPS` protocol.
|
|
660
680
|
:param pulumi.Input[str] client_affinity: The clientAffinity of the listener. Default value: `NONE`. Valid values:
|
|
681
|
+
- `NONE`: client affinity is not maintained, that is, connection requests from the same client cannot always be directed to the same terminal node.
|
|
682
|
+
- `SOURCE_IP`: maintain client affinity. When a client accesses a stateful application, all requests from the same client can be directed to the same terminal node, regardless of the source port and protocol.
|
|
661
683
|
:param pulumi.Input[str] description: The description of the listener.
|
|
662
684
|
:param pulumi.Input[pulumi.InputType['ListenerForwardedForConfigArgs']] forwarded_for_config: The XForward headers. See `forwarded_for_config` below.
|
|
663
685
|
:param pulumi.Input[str] http_version: The maximum version of the HTTP protocol. Default Value: `http2`. Valid values: `http1.1`, `http2`, `http3`.
|
|
664
686
|
> **NOTE:** `http_version` is only valid when `protocol` is `HTTPS`.
|
|
665
687
|
:param pulumi.Input[str] listener_type: The routing type of the listener. Default Value: `Standard`. Valid values:
|
|
688
|
+
- `Standard`: intelligent routing.
|
|
689
|
+
- `CustomRouting`: custom routing.
|
|
666
690
|
:param pulumi.Input[str] name: The name of the listener. The length of the name is 2-128 characters. It starts with uppercase and lowercase letters or Chinese characters. It can contain numbers and underscores and dashes.
|
|
667
691
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ListenerPortRangeArgs']]]] port_ranges: The portRanges of the listener. See `port_ranges` below.
|
|
668
692
|
> **NOTE:** For `HTTP` or `HTTPS` protocol monitoring, only one monitoring port can be configured, that is, the start monitoring port and end monitoring port should be the same.
|
|
@@ -712,6 +736,8 @@ class Listener(pulumi.CustomResource):
|
|
|
712
736
|
def client_affinity(self) -> pulumi.Output[Optional[str]]:
|
|
713
737
|
"""
|
|
714
738
|
The clientAffinity of the listener. Default value: `NONE`. Valid values:
|
|
739
|
+
- `NONE`: client affinity is not maintained, that is, connection requests from the same client cannot always be directed to the same terminal node.
|
|
740
|
+
- `SOURCE_IP`: maintain client affinity. When a client accesses a stateful application, all requests from the same client can be directed to the same terminal node, regardless of the source port and protocol.
|
|
715
741
|
"""
|
|
716
742
|
return pulumi.get(self, "client_affinity")
|
|
717
743
|
|
|
@@ -745,6 +771,8 @@ class Listener(pulumi.CustomResource):
|
|
|
745
771
|
def listener_type(self) -> pulumi.Output[Optional[str]]:
|
|
746
772
|
"""
|
|
747
773
|
The routing type of the listener. Default Value: `Standard`. Valid values:
|
|
774
|
+
- `Standard`: intelligent routing.
|
|
775
|
+
- `CustomRouting`: custom routing.
|
|
748
776
|
"""
|
|
749
777
|
return pulumi.get(self, "listener_type")
|
|
750
778
|
|
pulumi_alicloud/ga/outputs.py
CHANGED
|
@@ -191,6 +191,12 @@ class EndpointGroupEndpointConfiguration(dict):
|
|
|
191
191
|
"""
|
|
192
192
|
:param str endpoint: The IP address or domain name of Endpoint N in the endpoint group.
|
|
193
193
|
:param str type: The type of Endpoint N in the endpoint group. Valid values:
|
|
194
|
+
- `Domain`: a custom domain name.
|
|
195
|
+
- `Ip`: a custom IP address.
|
|
196
|
+
- `PublicIp`: an Alibaba Cloud public IP address.
|
|
197
|
+
- `ECS`: an Alibaba Cloud Elastic Compute Service (ECS) instance.
|
|
198
|
+
- `SLB`: an Alibaba Cloud Server Load Balancer (SLB) instance.
|
|
199
|
+
> **NOTE:** When the terminal node type is ECS or SLB, if the service association role does not exist, the system will automatically create a service association role named aliyunserviceroleforgavpcndpoint.
|
|
194
200
|
:param int weight: The weight of Endpoint N in the endpoint group. Valid values: `0` to `255`.
|
|
195
201
|
> **NOTE:** If the weight of a terminal node is set to 0, global acceleration will terminate the distribution of traffic to the terminal node. Please be careful.
|
|
196
202
|
:param bool enable_clientip_preservation: Indicates whether client IP addresses are reserved. Default Value: `false`. Valid values:
|
|
@@ -217,6 +223,12 @@ class EndpointGroupEndpointConfiguration(dict):
|
|
|
217
223
|
def type(self) -> str:
|
|
218
224
|
"""
|
|
219
225
|
The type of Endpoint N in the endpoint group. Valid values:
|
|
226
|
+
- `Domain`: a custom domain name.
|
|
227
|
+
- `Ip`: a custom IP address.
|
|
228
|
+
- `PublicIp`: an Alibaba Cloud public IP address.
|
|
229
|
+
- `ECS`: an Alibaba Cloud Elastic Compute Service (ECS) instance.
|
|
230
|
+
- `SLB`: an Alibaba Cloud Server Load Balancer (SLB) instance.
|
|
231
|
+
> **NOTE:** When the terminal node type is ECS or SLB, if the service association role does not exist, the system will automatically create a service association role named aliyunserviceroleforgavpcndpoint.
|
|
220
232
|
"""
|
|
221
233
|
return pulumi.get(self, "type")
|
|
222
234
|
|
|
@@ -3192,7 +3204,7 @@ class GetListenersListenerCertificateResult(dict):
|
|
|
3192
3204
|
id: str,
|
|
3193
3205
|
type: str):
|
|
3194
3206
|
"""
|
|
3195
|
-
:param str id: The
|
|
3207
|
+
:param str id: The id of the certificate.
|
|
3196
3208
|
:param str type: The type of the certificate.
|
|
3197
3209
|
"""
|
|
3198
3210
|
pulumi.set(__self__, "id", id)
|
|
@@ -3202,7 +3214,7 @@ class GetListenersListenerCertificateResult(dict):
|
|
|
3202
3214
|
@pulumi.getter
|
|
3203
3215
|
def id(self) -> str:
|
|
3204
3216
|
"""
|
|
3205
|
-
The
|
|
3217
|
+
The id of the certificate.
|
|
3206
3218
|
"""
|
|
3207
3219
|
return pulumi.get(self, "id")
|
|
3208
3220
|
|
|
@@ -162,7 +162,7 @@ def get_db_instance_plans(db_instance_id: Optional[str] = None,
|
|
|
162
162
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
163
163
|
:param str plan_schedule_type: Plan scheduling type. Valid values: `Postpone`, `Regular`.
|
|
164
164
|
:param str plan_type: The type of the Plan. Valid values: `PauseResume`, `Resize`.
|
|
165
|
-
:param str status:
|
|
165
|
+
:param str status: Planning Status. Valid values: `active`, `cancel`, `deleted`, `finished`.
|
|
166
166
|
"""
|
|
167
167
|
__args__ = dict()
|
|
168
168
|
__args__['dbInstanceId'] = db_instance_id
|
|
@@ -225,6 +225,6 @@ def get_db_instance_plans_output(db_instance_id: Optional[pulumi.Input[str]] = N
|
|
|
225
225
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
226
226
|
:param str plan_schedule_type: Plan scheduling type. Valid values: `Postpone`, `Regular`.
|
|
227
227
|
:param str plan_type: The type of the Plan. Valid values: `PauseResume`, `Resize`.
|
|
228
|
-
:param str status:
|
|
228
|
+
:param str status: Planning Status. Valid values: `active`, `cancel`, `deleted`, `finished`.
|
|
229
229
|
"""
|
|
230
230
|
...
|
|
@@ -223,8 +223,7 @@ def get_instances(availability_zone: Optional[str] = None,
|
|
|
223
223
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
224
224
|
:param str resource_group_id: The ID of the enterprise resource group to which the instance belongs.
|
|
225
225
|
:param str status: The status of the instance. Valid values: `Creating`, `DBInstanceClassChanging`, `DBInstanceNetTypeChanging`, `Deleting`, `EngineVersionUpgrading`, `GuardDBInstanceCreating`, `GuardSwitching`, `Importing`, `ImportingFromOtherInstance`, `Rebooting`, `Restoring`, `Running`, `Transfering`, `TransferingToOtherInstance`.
|
|
226
|
-
:param
|
|
227
|
-
:param str vswitch_id: The vswitch id.
|
|
226
|
+
:param str vswitch_id: Used to retrieve instances belong to specified `vswitch` resources.
|
|
228
227
|
"""
|
|
229
228
|
__args__ = dict()
|
|
230
229
|
__args__['availabilityZone'] = availability_zone
|
|
@@ -306,7 +305,6 @@ def get_instances_output(availability_zone: Optional[pulumi.Input[Optional[str]]
|
|
|
306
305
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
307
306
|
:param str resource_group_id: The ID of the enterprise resource group to which the instance belongs.
|
|
308
307
|
:param str status: The status of the instance. Valid values: `Creating`, `DBInstanceClassChanging`, `DBInstanceNetTypeChanging`, `Deleting`, `EngineVersionUpgrading`, `GuardDBInstanceCreating`, `GuardSwitching`, `Importing`, `ImportingFromOtherInstance`, `Rebooting`, `Restoring`, `Running`, `Transfering`, `TransferingToOtherInstance`.
|
|
309
|
-
:param
|
|
310
|
-
:param str vswitch_id: The vswitch id.
|
|
308
|
+
:param str vswitch_id: Used to retrieve instances belong to specified `vswitch` resources.
|
|
311
309
|
"""
|
|
312
310
|
...
|
|
@@ -456,6 +456,11 @@ class GetDbInstancesInstanceDbInstanceIpArrayResult(dict):
|
|
|
456
456
|
db_instance_ip_array_attribute: Optional[str] = None,
|
|
457
457
|
db_instance_ip_array_name: Optional[str] = None,
|
|
458
458
|
security_ips: Optional[str] = None):
|
|
459
|
+
"""
|
|
460
|
+
:param str db_instance_ip_array_attribute: The default is empty. To distinguish between the different property console does not display a `hidden` label grouping.
|
|
461
|
+
:param str db_instance_ip_array_name: IP ADDRESS whitelist group name.
|
|
462
|
+
:param str security_ips: IP ADDRESS whitelist addresses in the IP ADDRESS list, and a maximum of 1000 comma-separated format is as follows: `0.0.0.0/0` and `10.23.12.24`(IP) or `10.23.12.24/24`(CIDR mode, CIDR (Classless Inter-Domain Routing)/24 represents the address prefixes in the length of the range [1,32]).
|
|
463
|
+
"""
|
|
459
464
|
if db_instance_ip_array_attribute is not None:
|
|
460
465
|
pulumi.set(__self__, "db_instance_ip_array_attribute", db_instance_ip_array_attribute)
|
|
461
466
|
if db_instance_ip_array_name is not None:
|
|
@@ -466,16 +471,25 @@ class GetDbInstancesInstanceDbInstanceIpArrayResult(dict):
|
|
|
466
471
|
@property
|
|
467
472
|
@pulumi.getter(name="dbInstanceIpArrayAttribute")
|
|
468
473
|
def db_instance_ip_array_attribute(self) -> Optional[str]:
|
|
474
|
+
"""
|
|
475
|
+
The default is empty. To distinguish between the different property console does not display a `hidden` label grouping.
|
|
476
|
+
"""
|
|
469
477
|
return pulumi.get(self, "db_instance_ip_array_attribute")
|
|
470
478
|
|
|
471
479
|
@property
|
|
472
480
|
@pulumi.getter(name="dbInstanceIpArrayName")
|
|
473
481
|
def db_instance_ip_array_name(self) -> Optional[str]:
|
|
482
|
+
"""
|
|
483
|
+
IP ADDRESS whitelist group name.
|
|
484
|
+
"""
|
|
474
485
|
return pulumi.get(self, "db_instance_ip_array_name")
|
|
475
486
|
|
|
476
487
|
@property
|
|
477
488
|
@pulumi.getter(name="securityIps")
|
|
478
489
|
def security_ips(self) -> Optional[str]:
|
|
490
|
+
"""
|
|
491
|
+
IP ADDRESS whitelist addresses in the IP ADDRESS list, and a maximum of 1000 comma-separated format is as follows: `0.0.0.0/0` and `10.23.12.24`(IP) or `10.23.12.24/24`(CIDR mode, CIDR (Classless Inter-Domain Routing)/24 represents the address prefixes in the length of the range [1,32]).
|
|
492
|
+
"""
|
|
479
493
|
return pulumi.get(self, "security_ips")
|
|
480
494
|
|
|
481
495
|
|
pulumi_alicloud/hbr/_inputs.py
CHANGED
|
@@ -52,6 +52,7 @@ class OtsBackupPlanRuleArgs:
|
|
|
52
52
|
:param pulumi.Input[bool] disabled: Whether to disable the backup task. Valid values: `true`, `false`. Default values: `false`.
|
|
53
53
|
:param pulumi.Input[str] retention: Backup retention days, the minimum is 1.
|
|
54
54
|
:param pulumi.Input[str] schedule: Backup strategy. Optional format: `I|{startTime}|{interval}`. It means to execute a backup task every `{interval}` starting from `{startTime}`. The backup task for the elapsed time will not be compensated. If the last backup task has not completed yet, the next backup task will not be triggered.
|
|
55
|
+
- `startTime` Backup start time, UNIX time seconds.
|
|
55
56
|
"""
|
|
56
57
|
if backup_type is not None:
|
|
57
58
|
pulumi.set(__self__, "backup_type", backup_type)
|
|
@@ -114,6 +115,7 @@ class OtsBackupPlanRuleArgs:
|
|
|
114
115
|
def schedule(self) -> Optional[pulumi.Input[str]]:
|
|
115
116
|
"""
|
|
116
117
|
Backup strategy. Optional format: `I|{startTime}|{interval}`. It means to execute a backup task every `{interval}` starting from `{startTime}`. The backup task for the elapsed time will not be compensated. If the last backup task has not completed yet, the next backup task will not be triggered.
|
|
118
|
+
- `startTime` Backup start time, UNIX time seconds.
|
|
117
119
|
"""
|
|
118
120
|
return pulumi.get(self, "schedule")
|
|
119
121
|
|
|
@@ -38,6 +38,7 @@ class EcsBackupPlanArgs:
|
|
|
38
38
|
:param pulumi.Input[str] instance_id: The ID of ECS instance. The ecs backup client must have been installed on the host.
|
|
39
39
|
:param pulumi.Input[str] retention: Backup retention days, the minimum is 1.
|
|
40
40
|
:param pulumi.Input[str] schedule: Backup strategy. Optional format: `I|{startTime}|{interval}`. It means to execute a backup task every `{interval}` starting from `{startTime}`. The backup task for the elapsed time will not be compensated. If the last backup task has not completed yet, the next backup task will not be triggered.
|
|
41
|
+
* `startTime` Backup start time, UNIX time seconds.
|
|
41
42
|
:param pulumi.Input[str] vault_id: The ID of Backup vault.
|
|
42
43
|
:param pulumi.Input[str] cross_account_role_name: The role name created in the original account RAM backup by the cross account managed by the current account.
|
|
43
44
|
:param pulumi.Input[str] cross_account_type: The type of the cross account backup. Valid values: `SELF_ACCOUNT`, `CROSS_ACCOUNT`.
|
|
@@ -136,6 +137,7 @@ class EcsBackupPlanArgs:
|
|
|
136
137
|
def schedule(self) -> pulumi.Input[str]:
|
|
137
138
|
"""
|
|
138
139
|
Backup strategy. Optional format: `I|{startTime}|{interval}`. It means to execute a backup task every `{interval}` starting from `{startTime}`. The backup task for the elapsed time will not be compensated. If the last backup task has not completed yet, the next backup task will not be triggered.
|
|
140
|
+
* `startTime` Backup start time, UNIX time seconds.
|
|
139
141
|
"""
|
|
140
142
|
return pulumi.get(self, "schedule")
|
|
141
143
|
|
|
@@ -327,6 +329,7 @@ class _EcsBackupPlanState:
|
|
|
327
329
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] paths: List of backup path. e.g. `["/home", "/var"]`. **Note** If `path` is empty, it means that all directories will be backed up.
|
|
328
330
|
:param pulumi.Input[str] retention: Backup retention days, the minimum is 1.
|
|
329
331
|
:param pulumi.Input[str] schedule: Backup strategy. Optional format: `I|{startTime}|{interval}`. It means to execute a backup task every `{interval}` starting from `{startTime}`. The backup task for the elapsed time will not be compensated. If the last backup task has not completed yet, the next backup task will not be triggered.
|
|
332
|
+
* `startTime` Backup start time, UNIX time seconds.
|
|
330
333
|
:param pulumi.Input[str] speed_limit: Flow control. The format is: `{start}|{end}|{bandwidth}`. Use `|` to separate multiple flow control configurations, multiple flow control configurations not allowed to have overlapping times.
|
|
331
334
|
:param pulumi.Input[bool] update_paths: Attribute update_paths has been deprecated in v1.139.0+, and you do not need to set it anymore.
|
|
332
335
|
:param pulumi.Input[str] vault_id: The ID of Backup vault.
|
|
@@ -530,6 +533,7 @@ class _EcsBackupPlanState:
|
|
|
530
533
|
def schedule(self) -> Optional[pulumi.Input[str]]:
|
|
531
534
|
"""
|
|
532
535
|
Backup strategy. Optional format: `I|{startTime}|{interval}`. It means to execute a backup task every `{interval}` starting from `{startTime}`. The backup task for the elapsed time will not be compensated. If the last backup task has not completed yet, the next backup task will not be triggered.
|
|
536
|
+
* `startTime` Backup start time, UNIX time seconds.
|
|
533
537
|
"""
|
|
534
538
|
return pulumi.get(self, "schedule")
|
|
535
539
|
|
|
@@ -703,6 +707,7 @@ class EcsBackupPlan(pulumi.CustomResource):
|
|
|
703
707
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] paths: List of backup path. e.g. `["/home", "/var"]`. **Note** If `path` is empty, it means that all directories will be backed up.
|
|
704
708
|
:param pulumi.Input[str] retention: Backup retention days, the minimum is 1.
|
|
705
709
|
:param pulumi.Input[str] schedule: Backup strategy. Optional format: `I|{startTime}|{interval}`. It means to execute a backup task every `{interval}` starting from `{startTime}`. The backup task for the elapsed time will not be compensated. If the last backup task has not completed yet, the next backup task will not be triggered.
|
|
710
|
+
* `startTime` Backup start time, UNIX time seconds.
|
|
706
711
|
:param pulumi.Input[str] speed_limit: Flow control. The format is: `{start}|{end}|{bandwidth}`. Use `|` to separate multiple flow control configurations, multiple flow control configurations not allowed to have overlapping times.
|
|
707
712
|
:param pulumi.Input[bool] update_paths: Attribute update_paths has been deprecated in v1.139.0+, and you do not need to set it anymore.
|
|
708
713
|
:param pulumi.Input[str] vault_id: The ID of Backup vault.
|
|
@@ -918,6 +923,7 @@ class EcsBackupPlan(pulumi.CustomResource):
|
|
|
918
923
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] paths: List of backup path. e.g. `["/home", "/var"]`. **Note** If `path` is empty, it means that all directories will be backed up.
|
|
919
924
|
:param pulumi.Input[str] retention: Backup retention days, the minimum is 1.
|
|
920
925
|
:param pulumi.Input[str] schedule: Backup strategy. Optional format: `I|{startTime}|{interval}`. It means to execute a backup task every `{interval}` starting from `{startTime}`. The backup task for the elapsed time will not be compensated. If the last backup task has not completed yet, the next backup task will not be triggered.
|
|
926
|
+
* `startTime` Backup start time, UNIX time seconds.
|
|
921
927
|
:param pulumi.Input[str] speed_limit: Flow control. The format is: `{start}|{end}|{bandwidth}`. Use `|` to separate multiple flow control configurations, multiple flow control configurations not allowed to have overlapping times.
|
|
922
928
|
:param pulumi.Input[bool] update_paths: Attribute update_paths has been deprecated in v1.139.0+, and you do not need to set it anymore.
|
|
923
929
|
:param pulumi.Input[str] vault_id: The ID of Backup vault.
|
|
@@ -1054,6 +1060,7 @@ class EcsBackupPlan(pulumi.CustomResource):
|
|
|
1054
1060
|
def schedule(self) -> pulumi.Output[str]:
|
|
1055
1061
|
"""
|
|
1056
1062
|
Backup strategy. Optional format: `I|{startTime}|{interval}`. It means to execute a backup task every `{interval}` starting from `{startTime}`. The backup task for the elapsed time will not be compensated. If the last backup task has not completed yet, the next backup task will not be triggered.
|
|
1063
|
+
* `startTime` Backup start time, UNIX time seconds.
|
|
1057
1064
|
"""
|
|
1058
1065
|
return pulumi.get(self, "schedule")
|
|
1059
1066
|
|
|
@@ -178,8 +178,8 @@ def get_backup_jobs(filters: Optional[Sequence[pulumi.InputType['GetBackupJobsFi
|
|
|
178
178
|
:param Sequence[str] ids: A list of Backup Job IDs.
|
|
179
179
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
180
180
|
:param str sort_direction: The sort direction, sort results by ascending or descending order based on the value jobs id. Valid values: `ASCEND`, `DESCEND`.
|
|
181
|
-
:param str source_type: The type of data source. Valid
|
|
182
|
-
:param str status: The status of
|
|
181
|
+
:param str source_type: The type of data source. Valid values: `ECS_FILE`, `NAS`, `OSS`, `OTS`, `UDM_ECS`, `UDM_ECS_DISK`.
|
|
182
|
+
:param str status: The status of backup job. Valid values: `COMPLETE`, `PARTIAL_COMPLETE`, `FAILED`, `UNAVAILABLE`.
|
|
183
183
|
"""
|
|
184
184
|
__args__ = dict()
|
|
185
185
|
__args__['filters'] = filters
|
|
@@ -272,7 +272,7 @@ def get_backup_jobs_output(filters: Optional[pulumi.Input[Optional[Sequence[pulu
|
|
|
272
272
|
:param Sequence[str] ids: A list of Backup Job IDs.
|
|
273
273
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
274
274
|
:param str sort_direction: The sort direction, sort results by ascending or descending order based on the value jobs id. Valid values: `ASCEND`, `DESCEND`.
|
|
275
|
-
:param str source_type: The type of data source. Valid
|
|
276
|
-
:param str status: The status of
|
|
275
|
+
:param str source_type: The type of data source. Valid values: `ECS_FILE`, `NAS`, `OSS`, `OTS`, `UDM_ECS`, `UDM_ECS_DISK`.
|
|
276
|
+
:param str status: The status of backup job. Valid values: `COMPLETE`, `PARTIAL_COMPLETE`, `FAILED`, `UNAVAILABLE`.
|
|
277
277
|
"""
|
|
278
278
|
...
|
|
@@ -166,12 +166,11 @@ def get_hana_backup_plans(cluster_id: Optional[str] = None,
|
|
|
166
166
|
```
|
|
167
167
|
|
|
168
168
|
|
|
169
|
-
:param str cluster_id: The ID of the SAP HANA instance.
|
|
170
169
|
:param str database_name: The name of the database.
|
|
171
170
|
:param Sequence[str] ids: A list of Hana Backup Plan IDs.
|
|
172
171
|
:param str name_regex: A regex string to filter results by Hana Backup Plan name.
|
|
173
172
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
174
|
-
:param str vault_id: The
|
|
173
|
+
:param str vault_id: The id of the vault.
|
|
175
174
|
"""
|
|
176
175
|
__args__ = dict()
|
|
177
176
|
__args__['clusterId'] = cluster_id
|
|
@@ -231,11 +230,10 @@ def get_hana_backup_plans_output(cluster_id: Optional[pulumi.Input[str]] = None,
|
|
|
231
230
|
```
|
|
232
231
|
|
|
233
232
|
|
|
234
|
-
:param str cluster_id: The ID of the SAP HANA instance.
|
|
235
233
|
:param str database_name: The name of the database.
|
|
236
234
|
:param Sequence[str] ids: A list of Hana Backup Plan IDs.
|
|
237
235
|
:param str name_regex: A regex string to filter results by Hana Backup Plan name.
|
|
238
236
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
239
|
-
:param str vault_id: The
|
|
237
|
+
:param str vault_id: The id of the vault.
|
|
240
238
|
"""
|
|
241
239
|
...
|
|
@@ -155,8 +155,12 @@ def get_hana_instances(ids: Optional[Sequence[str]] = None,
|
|
|
155
155
|
:param Sequence[str] ids: A list of Hana Instance IDs.
|
|
156
156
|
:param str name_regex: A regex string to filter results by Hana Instance name.
|
|
157
157
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
158
|
-
:param str status: The status of the SAP HANA instance.
|
|
159
|
-
|
|
158
|
+
:param str status: The status of the SAP HANA instance. Valid values:
|
|
159
|
+
- `INITIALIZING`: The instance is being initialized.
|
|
160
|
+
- `INITIALIZED`: The instance is registered.
|
|
161
|
+
- `INVALID_HANA_NODE`: The instance is invalid.
|
|
162
|
+
- `INITIALIZE_FAILED`: The client fails to be installed on the instance.
|
|
163
|
+
:param str vault_id: The id of the vault.
|
|
160
164
|
"""
|
|
161
165
|
__args__ = dict()
|
|
162
166
|
__args__['ids'] = ids
|
|
@@ -212,7 +216,11 @@ def get_hana_instances_output(ids: Optional[pulumi.Input[Optional[Sequence[str]]
|
|
|
212
216
|
:param Sequence[str] ids: A list of Hana Instance IDs.
|
|
213
217
|
:param str name_regex: A regex string to filter results by Hana Instance name.
|
|
214
218
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
215
|
-
:param str status: The status of the SAP HANA instance.
|
|
216
|
-
|
|
219
|
+
:param str status: The status of the SAP HANA instance. Valid values:
|
|
220
|
+
- `INITIALIZING`: The instance is being initialized.
|
|
221
|
+
- `INITIALIZED`: The instance is registered.
|
|
222
|
+
- `INVALID_HANA_NODE`: The instance is invalid.
|
|
223
|
+
- `INITIALIZE_FAILED`: The client fails to be installed on the instance.
|
|
224
|
+
:param str vault_id: The id of the vault.
|
|
217
225
|
"""
|
|
218
226
|
...
|
|
@@ -176,13 +176,13 @@ def get_restore_jobs(output_file: Optional[str] = None,
|
|
|
176
176
|
|
|
177
177
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
178
178
|
:param Sequence[str] restore_ids: The list of restore job IDs.
|
|
179
|
-
:param str restore_type: The
|
|
179
|
+
:param str restore_type: The Recovery Destination Types. Valid values: `ECS_FILE`, `NAS`, `OSS`,`OTS_TABLE`, `UDM_ECS_ROLLBACK`.
|
|
180
180
|
:param Sequence[str] source_types: The list of data source types. Valid values: `ECS_FILE`, `NAS`, `OSS`, `OTS_TABLE`,`UDM_ECS_ROLLBACK`.
|
|
181
|
-
:param str status: The status of restore job.
|
|
182
|
-
:param Sequence[str] target_buckets: The name of target
|
|
183
|
-
:param Sequence[str] target_file_system_ids: The
|
|
181
|
+
:param str status: The status of restore job. Valid values: `CANCELED`, `CANCELING`, `COMPLETE`, `CREATED`, `EXPIRED`, `FAILED`, `PARTIAL_COMPLETE`, `QUEUED`, `RUNNING`.
|
|
182
|
+
:param Sequence[str] target_buckets: The name of target OSS bucket.
|
|
183
|
+
:param Sequence[str] target_file_system_ids: Valid while source_type equals `NAS`. The list of destination File System IDs.
|
|
184
184
|
:param Sequence[str] target_instance_ids: The ID of target ECS instance.
|
|
185
|
-
:param Sequence[str] vault_ids: The
|
|
185
|
+
:param Sequence[str] vault_ids: The list of backup vault IDs.
|
|
186
186
|
"""
|
|
187
187
|
__args__ = dict()
|
|
188
188
|
__args__['outputFile'] = output_file
|
|
@@ -245,12 +245,12 @@ def get_restore_jobs_output(output_file: Optional[pulumi.Input[Optional[str]]] =
|
|
|
245
245
|
|
|
246
246
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
247
247
|
:param Sequence[str] restore_ids: The list of restore job IDs.
|
|
248
|
-
:param str restore_type: The
|
|
248
|
+
:param str restore_type: The Recovery Destination Types. Valid values: `ECS_FILE`, `NAS`, `OSS`,`OTS_TABLE`, `UDM_ECS_ROLLBACK`.
|
|
249
249
|
:param Sequence[str] source_types: The list of data source types. Valid values: `ECS_FILE`, `NAS`, `OSS`, `OTS_TABLE`,`UDM_ECS_ROLLBACK`.
|
|
250
|
-
:param str status: The status of restore job.
|
|
251
|
-
:param Sequence[str] target_buckets: The name of target
|
|
252
|
-
:param Sequence[str] target_file_system_ids: The
|
|
250
|
+
:param str status: The status of restore job. Valid values: `CANCELED`, `CANCELING`, `COMPLETE`, `CREATED`, `EXPIRED`, `FAILED`, `PARTIAL_COMPLETE`, `QUEUED`, `RUNNING`.
|
|
251
|
+
:param Sequence[str] target_buckets: The name of target OSS bucket.
|
|
252
|
+
:param Sequence[str] target_file_system_ids: Valid while source_type equals `NAS`. The list of destination File System IDs.
|
|
253
253
|
:param Sequence[str] target_instance_ids: The ID of target ECS instance.
|
|
254
|
-
:param Sequence[str] vault_ids: The
|
|
254
|
+
:param Sequence[str] vault_ids: The list of backup vault IDs.
|
|
255
255
|
"""
|
|
256
256
|
...
|
|
@@ -219,16 +219,16 @@ def get_snapshots(bucket: Optional[str] = None,
|
|
|
219
219
|
```
|
|
220
220
|
|
|
221
221
|
|
|
222
|
-
:param str bucket: The name of OSS
|
|
223
|
-
:param str complete_time: The time
|
|
222
|
+
:param str bucket: The bucket name of OSS. While source_type equals `OSS`, this parameter must be set.
|
|
223
|
+
:param str complete_time: Timestamp of Snapshot completion. Note The time format of the API adopts the ISO 8601 format, such as 2021-07-09T15:45:30CST or 2021-07-09T07:45:30Z. **Note**: While `complete_time_checker` equals `BETWEEN`, this field should be formatted such as `"2021-08-20T14:17:15CST,2021-08-26T14:17:15CST"`, The first part of this string is the start time, the second part is the end time, and the two parts should be separated by commas.
|
|
224
224
|
:param str complete_time_checker: Complete time filter operator. Optional values: `MATCH_TERM`, `GREATER_THAN`, `GREATER_THAN_OR_EQUAL`, `LESS_THAN`, `LESS_THAN_OR_EQUAL`, `BETWEEN`.
|
|
225
|
-
:param str create_time: File
|
|
226
|
-
:param str file_system_id: The ID of NAS
|
|
225
|
+
:param str create_time: File system creation timestamp of Nas. While source_type equals `NAS`, this parameter must be set. **Note** The time format of the API adopts the ISO 8601 format, such as `2021-07-09T15:45:30CST` or `2021-07-09T07:45:30Z`.
|
|
226
|
+
:param str file_system_id: The File System ID of Nas. While source_type equals `NAS`, this parameter must be set.
|
|
227
227
|
:param Sequence[str] ids: A list of Snapshot IDs.
|
|
228
|
-
:param str instance_id: The ID of ECS instance.
|
|
228
|
+
:param str instance_id: The ID of ECS instance. The ecs backup client must have been installed on the host. While source_type equals `ECS_FILE`, this parameter must be set.
|
|
229
229
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
230
|
-
:param str source_type: Data source type,
|
|
231
|
-
:param str status: The status of snapshot
|
|
230
|
+
:param str source_type: Data source type, valid values: `ECS_FILE`, `OSS`, `NAS`.
|
|
231
|
+
:param str status: The status of snapshot, valid values: `COMPLETE`, `PARTIAL_COMPLETE`.
|
|
232
232
|
:param str vault_id: The ID of Vault.
|
|
233
233
|
"""
|
|
234
234
|
__args__ = dict()
|
|
@@ -315,16 +315,16 @@ def get_snapshots_output(bucket: Optional[pulumi.Input[Optional[str]]] = None,
|
|
|
315
315
|
```
|
|
316
316
|
|
|
317
317
|
|
|
318
|
-
:param str bucket: The name of OSS
|
|
319
|
-
:param str complete_time: The time
|
|
318
|
+
:param str bucket: The bucket name of OSS. While source_type equals `OSS`, this parameter must be set.
|
|
319
|
+
:param str complete_time: Timestamp of Snapshot completion. Note The time format of the API adopts the ISO 8601 format, such as 2021-07-09T15:45:30CST or 2021-07-09T07:45:30Z. **Note**: While `complete_time_checker` equals `BETWEEN`, this field should be formatted such as `"2021-08-20T14:17:15CST,2021-08-26T14:17:15CST"`, The first part of this string is the start time, the second part is the end time, and the two parts should be separated by commas.
|
|
320
320
|
:param str complete_time_checker: Complete time filter operator. Optional values: `MATCH_TERM`, `GREATER_THAN`, `GREATER_THAN_OR_EQUAL`, `LESS_THAN`, `LESS_THAN_OR_EQUAL`, `BETWEEN`.
|
|
321
|
-
:param str create_time: File
|
|
322
|
-
:param str file_system_id: The ID of NAS
|
|
321
|
+
:param str create_time: File system creation timestamp of Nas. While source_type equals `NAS`, this parameter must be set. **Note** The time format of the API adopts the ISO 8601 format, such as `2021-07-09T15:45:30CST` or `2021-07-09T07:45:30Z`.
|
|
322
|
+
:param str file_system_id: The File System ID of Nas. While source_type equals `NAS`, this parameter must be set.
|
|
323
323
|
:param Sequence[str] ids: A list of Snapshot IDs.
|
|
324
|
-
:param str instance_id: The ID of ECS instance.
|
|
324
|
+
:param str instance_id: The ID of ECS instance. The ecs backup client must have been installed on the host. While source_type equals `ECS_FILE`, this parameter must be set.
|
|
325
325
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
326
|
-
:param str source_type: Data source type,
|
|
327
|
-
:param str status: The status of snapshot
|
|
326
|
+
:param str source_type: Data source type, valid values: `ECS_FILE`, `OSS`, `NAS`.
|
|
327
|
+
:param str status: The status of snapshot, valid values: `COMPLETE`, `PARTIAL_COMPLETE`.
|
|
328
328
|
:param str vault_id: The ID of Vault.
|
|
329
329
|
"""
|
|
330
330
|
...
|
|
@@ -137,6 +137,8 @@ def get_vaults(ids: Optional[Sequence[str]] = None,
|
|
|
137
137
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
138
138
|
:param str status: The status of Vault. Valid values: `CREATED`, `ERROR`, `UNKNOWN`.
|
|
139
139
|
:param str vault_type: VaultType. Valid values: `STANDARD`,`OTS_BACKUP`.
|
|
140
|
+
- `STANDARD` - used in OSS, NAS and ECS File backup.
|
|
141
|
+
- `OTS_BACKUP` - used in OTS backup.
|
|
140
142
|
"""
|
|
141
143
|
__args__ = dict()
|
|
142
144
|
__args__['ids'] = ids
|
|
@@ -188,5 +190,7 @@ def get_vaults_output(ids: Optional[pulumi.Input[Optional[Sequence[str]]]] = Non
|
|
|
188
190
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
189
191
|
:param str status: The status of Vault. Valid values: `CREATED`, `ERROR`, `UNKNOWN`.
|
|
190
192
|
:param str vault_type: VaultType. Valid values: `STANDARD`,`OTS_BACKUP`.
|
|
193
|
+
- `STANDARD` - used in OSS, NAS and ECS File backup.
|
|
194
|
+
- `OTS_BACKUP` - used in OTS backup.
|
|
191
195
|
"""
|
|
192
196
|
...
|
|
@@ -26,6 +26,9 @@ class HanaBackupPlanArgs:
|
|
|
26
26
|
"""
|
|
27
27
|
The set of arguments for constructing a HanaBackupPlan resource.
|
|
28
28
|
:param pulumi.Input[str] backup_type: The backup type. Valid values:
|
|
29
|
+
- `COMPLETE`: full backup.
|
|
30
|
+
- `INCREMENTAL`: incremental backup.
|
|
31
|
+
- `DIFFERENTIAL`: differential backup.
|
|
29
32
|
:param pulumi.Input[str] cluster_id: The ID of the SAP HANA instance.
|
|
30
33
|
:param pulumi.Input[str] database_name: The name of the database.
|
|
31
34
|
:param pulumi.Input[str] plan_name: The name of the backup plan.
|
|
@@ -53,6 +56,9 @@ class HanaBackupPlanArgs:
|
|
|
53
56
|
def backup_type(self) -> pulumi.Input[str]:
|
|
54
57
|
"""
|
|
55
58
|
The backup type. Valid values:
|
|
59
|
+
- `COMPLETE`: full backup.
|
|
60
|
+
- `INCREMENTAL`: incremental backup.
|
|
61
|
+
- `DIFFERENTIAL`: differential backup.
|
|
56
62
|
"""
|
|
57
63
|
return pulumi.get(self, "backup_type")
|
|
58
64
|
|
|
@@ -174,6 +180,9 @@ class _HanaBackupPlanState:
|
|
|
174
180
|
Input properties used for looking up and filtering HanaBackupPlan resources.
|
|
175
181
|
:param pulumi.Input[str] backup_prefix: The backup prefix.
|
|
176
182
|
:param pulumi.Input[str] backup_type: The backup type. Valid values:
|
|
183
|
+
- `COMPLETE`: full backup.
|
|
184
|
+
- `INCREMENTAL`: incremental backup.
|
|
185
|
+
- `DIFFERENTIAL`: differential backup.
|
|
177
186
|
:param pulumi.Input[str] cluster_id: The ID of the SAP HANA instance.
|
|
178
187
|
:param pulumi.Input[str] database_name: The name of the database.
|
|
179
188
|
:param pulumi.Input[str] plan_id: The id of the plan.
|
|
@@ -221,6 +230,9 @@ class _HanaBackupPlanState:
|
|
|
221
230
|
def backup_type(self) -> Optional[pulumi.Input[str]]:
|
|
222
231
|
"""
|
|
223
232
|
The backup type. Valid values:
|
|
233
|
+
- `COMPLETE`: full backup.
|
|
234
|
+
- `INCREMENTAL`: incremental backup.
|
|
235
|
+
- `DIFFERENTIAL`: differential backup.
|
|
224
236
|
"""
|
|
225
237
|
return pulumi.get(self, "backup_type")
|
|
226
238
|
|
|
@@ -396,6 +408,9 @@ class HanaBackupPlan(pulumi.CustomResource):
|
|
|
396
408
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
397
409
|
:param pulumi.Input[str] backup_prefix: The backup prefix.
|
|
398
410
|
:param pulumi.Input[str] backup_type: The backup type. Valid values:
|
|
411
|
+
- `COMPLETE`: full backup.
|
|
412
|
+
- `INCREMENTAL`: incremental backup.
|
|
413
|
+
- `DIFFERENTIAL`: differential backup.
|
|
399
414
|
:param pulumi.Input[str] cluster_id: The ID of the SAP HANA instance.
|
|
400
415
|
:param pulumi.Input[str] database_name: The name of the database.
|
|
401
416
|
:param pulumi.Input[str] plan_name: The name of the backup plan.
|
|
@@ -546,6 +561,9 @@ class HanaBackupPlan(pulumi.CustomResource):
|
|
|
546
561
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
547
562
|
:param pulumi.Input[str] backup_prefix: The backup prefix.
|
|
548
563
|
:param pulumi.Input[str] backup_type: The backup type. Valid values:
|
|
564
|
+
- `COMPLETE`: full backup.
|
|
565
|
+
- `INCREMENTAL`: incremental backup.
|
|
566
|
+
- `DIFFERENTIAL`: differential backup.
|
|
549
567
|
:param pulumi.Input[str] cluster_id: The ID of the SAP HANA instance.
|
|
550
568
|
:param pulumi.Input[str] database_name: The name of the database.
|
|
551
569
|
:param pulumi.Input[str] plan_id: The id of the plan.
|
|
@@ -584,6 +602,9 @@ class HanaBackupPlan(pulumi.CustomResource):
|
|
|
584
602
|
def backup_type(self) -> pulumi.Output[str]:
|
|
585
603
|
"""
|
|
586
604
|
The backup type. Valid values:
|
|
605
|
+
- `COMPLETE`: full backup.
|
|
606
|
+
- `INCREMENTAL`: incremental backup.
|
|
607
|
+
- `DIFFERENTIAL`: differential backup.
|
|
587
608
|
"""
|
|
588
609
|
return pulumi.get(self, "backup_type")
|
|
589
610
|
|