pulumi-alicloud 3.60.0a1723455033__py3-none-any.whl → 3.61.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-alicloud might be problematic. Click here for more details.
- pulumi_alicloud/__init__.py +177 -0
- pulumi_alicloud/_inputs.py +16 -0
- pulumi_alicloud/actiontrail/outputs.py +9 -9
- pulumi_alicloud/adb/account.py +14 -14
- pulumi_alicloud/adb/cluster.py +14 -14
- pulumi_alicloud/adb/db_cluster.py +14 -14
- pulumi_alicloud/adb/get_clusters.py +5 -5
- pulumi_alicloud/adb/get_db_clusters.py +5 -5
- pulumi_alicloud/adb/outputs.py +6 -6
- pulumi_alicloud/adb/resource_group.py +48 -20
- pulumi_alicloud/alb/_inputs.py +22 -22
- pulumi_alicloud/alb/acl.py +14 -14
- pulumi_alicloud/alb/get_load_balancers.py +3 -3
- pulumi_alicloud/alb/get_security_policies.py +3 -3
- pulumi_alicloud/alb/get_server_groups.py +5 -5
- pulumi_alicloud/alb/get_system_security_policies.py +3 -3
- pulumi_alicloud/alb/listener.py +14 -14
- pulumi_alicloud/alb/load_balancer.py +128 -142
- pulumi_alicloud/alb/outputs.py +28 -28
- pulumi_alicloud/alb/security_policy.py +14 -14
- pulumi_alicloud/alb/server_group.py +16 -16
- pulumi_alicloud/aligreen/__init__.py +13 -0
- pulumi_alicloud/aligreen/audit_callback.py +422 -0
- pulumi_alicloud/aligreen/biz_type.py +398 -0
- pulumi_alicloud/aligreen/callback.py +449 -0
- pulumi_alicloud/aligreen/image_lib.py +406 -0
- pulumi_alicloud/aligreen/keyword_lib.py +615 -0
- pulumi_alicloud/aligreen/oss_stock_task.py +1661 -0
- pulumi_alicloud/alikafka/consumer_group.py +14 -14
- pulumi_alicloud/alikafka/instance.py +35 -28
- pulumi_alicloud/alikafka/sasl_user.py +14 -14
- pulumi_alicloud/alikafka/topic.py +14 -14
- pulumi_alicloud/amqp/binding.py +101 -102
- pulumi_alicloud/amqp/outputs.py +6 -6
- pulumi_alicloud/apigateway/__init__.py +2 -0
- pulumi_alicloud/apigateway/_inputs.py +221 -2
- pulumi_alicloud/apigateway/access_control_list.py +17 -9
- pulumi_alicloud/apigateway/acl_entry_attachment.py +303 -0
- pulumi_alicloud/apigateway/api.py +4 -2
- pulumi_alicloud/apigateway/app.py +14 -14
- pulumi_alicloud/apigateway/get_apps.py +5 -5
- pulumi_alicloud/apigateway/get_plugins.py +5 -5
- pulumi_alicloud/apigateway/group.py +51 -2
- pulumi_alicloud/apigateway/instance.py +396 -63
- pulumi_alicloud/apigateway/instance_acl_attachment.py +326 -0
- pulumi_alicloud/apigateway/outputs.py +226 -5
- pulumi_alicloud/apigateway/plugin.py +14 -14
- pulumi_alicloud/apigateway/vpc_access.py +2 -2
- pulumi_alicloud/arms/_inputs.py +16 -16
- pulumi_alicloud/arms/environment.py +14 -14
- pulumi_alicloud/arms/get_prometheis.py +5 -5
- pulumi_alicloud/arms/get_prometheus.py +5 -5
- pulumi_alicloud/arms/get_remote_writes.py +4 -0
- pulumi_alicloud/arms/grafana_workspace.py +14 -14
- pulumi_alicloud/arms/outputs.py +20 -20
- pulumi_alicloud/arms/prometheus.py +14 -14
- pulumi_alicloud/arms/remote_write.py +4 -0
- pulumi_alicloud/arms/synthetic_task.py +14 -14
- pulumi_alicloud/bastionhost/get_instances.py +5 -5
- pulumi_alicloud/bastionhost/instance.py +14 -14
- pulumi_alicloud/bastionhost/outputs.py +3 -3
- pulumi_alicloud/bp/studio_application.py +28 -28
- pulumi_alicloud/cassandra/cluster.py +14 -14
- pulumi_alicloud/cassandra/get_clusters.py +5 -5
- pulumi_alicloud/cassandra/outputs.py +3 -3
- pulumi_alicloud/cddc/dedicated_host.py +14 -14
- pulumi_alicloud/cddc/dedicated_propre_host.py +14 -14
- pulumi_alicloud/cddc/get_dedicated_hosts.py +5 -5
- pulumi_alicloud/cddc/outputs.py +3 -3
- pulumi_alicloud/cdn/domain_new.py +14 -14
- pulumi_alicloud/cen/get_instances.py +5 -5
- pulumi_alicloud/cen/instance.py +14 -14
- pulumi_alicloud/cen/outputs.py +3 -3
- pulumi_alicloud/cen/route_entry.py +2 -2
- pulumi_alicloud/cen/transit_router.py +14 -14
- pulumi_alicloud/cen/transit_router_ecr_attachment.py +14 -14
- pulumi_alicloud/cen/transit_router_multicast_domain.py +14 -14
- pulumi_alicloud/cen/transit_router_route_table.py +14 -14
- pulumi_alicloud/cen/transit_router_vbr_attachment.py +14 -14
- pulumi_alicloud/cen/transit_router_vpc_attachment.py +14 -14
- pulumi_alicloud/cen/transit_router_vpn_attachment.py +14 -14
- pulumi_alicloud/cen/vbr_health_check.py +1 -1
- pulumi_alicloud/cfg/aggregate_config_rule.py +14 -14
- pulumi_alicloud/cfg/aggregate_delivery.py +255 -118
- pulumi_alicloud/cfg/delivery.py +267 -122
- pulumi_alicloud/cfg/outputs.py +6 -6
- pulumi_alicloud/cfg/rule.py +14 -14
- pulumi_alicloud/clickhouse/_inputs.py +39 -0
- pulumi_alicloud/clickhouse/db_cluster.py +66 -6
- pulumi_alicloud/clickhouse/outputs.py +50 -0
- pulumi_alicloud/cloudfirewall/__init__.py +1 -0
- pulumi_alicloud/cloudfirewall/control_policy.py +116 -108
- pulumi_alicloud/cloudfirewall/vpc_cen_tr_firewall.py +929 -0
- pulumi_alicloud/cloudmonitor/service_monitoring_agent_process.py +2 -2
- pulumi_alicloud/cloudstoragegateway/gateway_cache_disk.py +0 -76
- pulumi_alicloud/cms/_inputs.py +218 -46
- pulumi_alicloud/cms/alarm.py +89 -42
- pulumi_alicloud/cms/dynamic_tag_group.py +53 -51
- pulumi_alicloud/cms/get_monitor_groups.py +3 -3
- pulumi_alicloud/cms/metric_rule_black_list.py +2 -2
- pulumi_alicloud/cms/metric_rule_template.py +54 -87
- pulumi_alicloud/cms/monitor_group.py +14 -14
- pulumi_alicloud/cms/outputs.py +220 -48
- pulumi_alicloud/compute/get_nest_service_instances.py +5 -5
- pulumi_alicloud/compute/nest_service_instance.py +14 -14
- pulumi_alicloud/compute/outputs.py +3 -3
- pulumi_alicloud/config/outputs.py +12 -0
- pulumi_alicloud/cr/registry_enterprise_instance.py +14 -14
- pulumi_alicloud/cs/_inputs.py +70 -22
- pulumi_alicloud/cs/application.py +10 -10
- pulumi_alicloud/cs/edge_kubernetes.py +14 -14
- pulumi_alicloud/cs/get_kubernetes_clusters.py +4 -2
- pulumi_alicloud/cs/kubernetes.py +28 -28
- pulumi_alicloud/cs/managed_kubernetes.py +10 -10
- pulumi_alicloud/cs/node_pool.py +66 -66
- pulumi_alicloud/cs/outputs.py +64 -22
- pulumi_alicloud/cs/serverless_kubernetes.py +14 -14
- pulumi_alicloud/databasefilesystem/instance.py +14 -14
- pulumi_alicloud/databasefilesystem/instance_attachment.py +2 -2
- pulumi_alicloud/databasefilesystem/snapshot.py +2 -2
- pulumi_alicloud/datahub/topic.py +14 -14
- pulumi_alicloud/dataworks/__init__.py +1 -0
- pulumi_alicloud/dataworks/get_folders.py +12 -4
- pulumi_alicloud/dataworks/project.py +450 -0
- pulumi_alicloud/dcdn/domain.py +14 -14
- pulumi_alicloud/ddos/basic_threshold.py +2 -2
- pulumi_alicloud/ddos/bgp_ip.py +2 -6
- pulumi_alicloud/dds/get_mongo_instances.py +3 -3
- pulumi_alicloud/dds/outputs.py +2 -2
- pulumi_alicloud/dns/alidns_domain.py +14 -14
- pulumi_alicloud/dns/dns_domain.py +14 -14
- pulumi_alicloud/dns/get_alidns_domains.py +5 -5
- pulumi_alicloud/dns/get_domains.py +5 -5
- pulumi_alicloud/dns/outputs.py +6 -6
- pulumi_alicloud/dts/consumer_channel.py +10 -2
- pulumi_alicloud/dts/get_subscription_jobs.py +3 -3
- pulumi_alicloud/dts/instance.py +14 -14
- pulumi_alicloud/dts/migration_instance.py +14 -14
- pulumi_alicloud/dts/outputs.py +6 -6
- pulumi_alicloud/dts/subscription_job.py +30 -22
- pulumi_alicloud/ebs/enterprise_snapshot_policy.py +14 -14
- pulumi_alicloud/eci/container_group.py +14 -14
- pulumi_alicloud/eci/get_container_groups.py +5 -5
- pulumi_alicloud/eci/get_virtual_nodes.py +5 -5
- pulumi_alicloud/eci/outputs.py +6 -6
- pulumi_alicloud/eci/virtual_node.py +14 -14
- pulumi_alicloud/ecs/auto_snapshot_policy.py +14 -14
- pulumi_alicloud/ecs/capacity_reservation.py +14 -14
- pulumi_alicloud/ecs/copy_image.py +10 -10
- pulumi_alicloud/ecs/dedicated_host.py +14 -14
- pulumi_alicloud/ecs/disk.py +14 -14
- pulumi_alicloud/ecs/ecs_dedicated_host_cluster.py +14 -14
- pulumi_alicloud/ecs/ecs_disk.py +14 -14
- pulumi_alicloud/ecs/ecs_disk_attachment.py +2 -2
- pulumi_alicloud/ecs/ecs_image_component.py +14 -14
- pulumi_alicloud/ecs/ecs_image_pipeline.py +16 -16
- pulumi_alicloud/ecs/ecs_instance_set.py +2 -2
- pulumi_alicloud/ecs/ecs_invocation.py +16 -16
- pulumi_alicloud/ecs/ecs_key_pair.py +10 -10
- pulumi_alicloud/ecs/ecs_key_pair_attachment.py +2 -2
- pulumi_alicloud/ecs/ecs_launch_template.py +37 -37
- pulumi_alicloud/ecs/ecs_network_interface.py +14 -14
- pulumi_alicloud/ecs/ecs_network_interface_attachment.py +2 -2
- pulumi_alicloud/ecs/ecs_snapshot.py +14 -14
- pulumi_alicloud/ecs/ecs_snapshot_group.py +14 -14
- pulumi_alicloud/ecs/eip.py +14 -14
- pulumi_alicloud/ecs/eip_address.py +14 -14
- pulumi_alicloud/ecs/eip_association.py +4 -6
- pulumi_alicloud/ecs/elasticity_assurance.py +14 -14
- pulumi_alicloud/ecs/get_auto_snapshot_policies.py +5 -5
- pulumi_alicloud/ecs/get_capacity_reservations.py +5 -5
- pulumi_alicloud/ecs/get_dedicated_hosts.py +5 -5
- pulumi_alicloud/ecs/get_disks.py +5 -5
- pulumi_alicloud/ecs/get_ecs_dedicated_host_clusters.py +5 -5
- pulumi_alicloud/ecs/get_ecs_disks.py +5 -5
- pulumi_alicloud/ecs/get_ecs_image_components.py +5 -5
- pulumi_alicloud/ecs/get_ecs_image_pipeline.py +5 -5
- pulumi_alicloud/ecs/get_ecs_key_pairs.py +3 -3
- pulumi_alicloud/ecs/get_ecs_launch_templates.py +3 -3
- pulumi_alicloud/ecs/get_ecs_network_interfaces.py +51 -11
- pulumi_alicloud/ecs/get_ecs_snapshot_groups.py +5 -5
- pulumi_alicloud/ecs/get_ecs_snapshots.py +5 -5
- pulumi_alicloud/ecs/get_eip_addresses.py +5 -5
- pulumi_alicloud/ecs/get_eips.py +5 -5
- pulumi_alicloud/ecs/get_elasticity_assurances.py +5 -5
- pulumi_alicloud/ecs/get_images.py +5 -5
- pulumi_alicloud/ecs/get_instances.py +8 -8
- pulumi_alicloud/ecs/get_key_pairs.py +5 -5
- pulumi_alicloud/ecs/get_network_interfaces.py +10 -10
- pulumi_alicloud/ecs/get_security_groups.py +5 -5
- pulumi_alicloud/ecs/get_snapshots.py +5 -5
- pulumi_alicloud/ecs/image.py +18 -20
- pulumi_alicloud/ecs/image_copy.py +16 -16
- pulumi_alicloud/ecs/image_export.py +2 -2
- pulumi_alicloud/ecs/image_import.py +14 -6
- pulumi_alicloud/ecs/image_share_permission.py +2 -2
- pulumi_alicloud/ecs/instance.py +35 -35
- pulumi_alicloud/ecs/key_pair.py +10 -10
- pulumi_alicloud/ecs/launch_template.py +24 -24
- pulumi_alicloud/ecs/outputs.py +119 -97
- pulumi_alicloud/ecs/reserved_instance.py +14 -14
- pulumi_alicloud/ecs/security_group.py +14 -14
- pulumi_alicloud/ecs/snapshot.py +14 -14
- pulumi_alicloud/ecs/snapshot_policy.py +10 -10
- pulumi_alicloud/edas/application_scale.py +10 -2
- pulumi_alicloud/edas/instance_cluster_attachment.py +2 -2
- pulumi_alicloud/eds/desktop.py +14 -14
- pulumi_alicloud/eds/outputs.py +10 -10
- pulumi_alicloud/eipanycast/anycast_eip_address.py +14 -14
- pulumi_alicloud/elasticsearch/get_instances.py +3 -3
- pulumi_alicloud/elasticsearch/instance.py +338 -56
- pulumi_alicloud/elasticsearch/outputs.py +2 -2
- pulumi_alicloud/emr/cluster.py +14 -14
- pulumi_alicloud/emr/outputs.py +3 -3
- pulumi_alicloud/emrv2/cluster.py +14 -14
- pulumi_alicloud/emrv2/get_clusters.py +5 -5
- pulumi_alicloud/emrv2/outputs.py +3 -3
- pulumi_alicloud/ess/alarm.py +14 -14
- pulumi_alicloud/ess/eci_scaling_configuration.py +14 -14
- pulumi_alicloud/ess/outputs.py +6 -6
- pulumi_alicloud/ess/scaling_configuration.py +28 -28
- pulumi_alicloud/ess/scaling_group.py +115 -21
- pulumi_alicloud/eventbridge/event_source.py +14 -14
- pulumi_alicloud/eventbridge/outputs.py +3 -3
- pulumi_alicloud/expressconnect/router_express_connect_router.py +14 -14
- pulumi_alicloud/fc/__init__.py +7 -0
- pulumi_alicloud/fc/_inputs.py +1670 -4
- pulumi_alicloud/fc/function.py +14 -14
- pulumi_alicloud/fc/outputs.py +1729 -8
- pulumi_alicloud/fc/trigger.py +76 -38
- pulumi_alicloud/fc/v2_function.py +10 -10
- pulumi_alicloud/fc/v3_alias.py +440 -0
- pulumi_alicloud/fc/v3_async_invoke_config.py +439 -0
- pulumi_alicloud/fc/v3_concurrency_config.py +281 -0
- pulumi_alicloud/fc/v3_custom_domain.py +847 -0
- pulumi_alicloud/fc/v3_function.py +1391 -0
- pulumi_alicloud/fc/v3_function_version.py +313 -0
- pulumi_alicloud/fc/v3_trigger.py +663 -0
- pulumi_alicloud/ga/accelerator.py +14 -14
- pulumi_alicloud/ga/acl.py +14 -14
- pulumi_alicloud/ga/bandwidth_package.py +14 -14
- pulumi_alicloud/ga/basic_accelerator.py +22 -22
- pulumi_alicloud/ga/endpoint_group.py +14 -14
- pulumi_alicloud/governance/__init__.py +12 -0
- pulumi_alicloud/governance/_inputs.py +70 -0
- pulumi_alicloud/governance/account.py +505 -0
- pulumi_alicloud/governance/baseline.py +387 -0
- pulumi_alicloud/governance/get_baselines.py +249 -0
- pulumi_alicloud/governance/outputs.py +99 -0
- pulumi_alicloud/gpdb/elastic_instance.py +14 -14
- pulumi_alicloud/gpdb/get_instances.py +3 -3
- pulumi_alicloud/gpdb/instance.py +14 -14
- pulumi_alicloud/gpdb/outputs.py +3 -3
- pulumi_alicloud/hbase/get_instances.py +5 -5
- pulumi_alicloud/hbase/instance.py +14 -14
- pulumi_alicloud/hbase/outputs.py +3 -3
- pulumi_alicloud/hbr/ecs_backup_client.py +2 -2
- pulumi_alicloud/hbr/ecs_backup_plan.py +2 -2
- pulumi_alicloud/hbr/hana_backup_client.py +10 -2
- pulumi_alicloud/hbr/server_backup_plan.py +2 -2
- pulumi_alicloud/hologram/instance.py +14 -14
- pulumi_alicloud/kms/get_secrets.py +5 -5
- pulumi_alicloud/kms/key.py +14 -14
- pulumi_alicloud/kms/outputs.py +3 -3
- pulumi_alicloud/kms/secret.py +14 -14
- pulumi_alicloud/kvstore/account.py +14 -14
- pulumi_alicloud/kvstore/get_instances.py +5 -5
- pulumi_alicloud/kvstore/instance.py +89 -42
- pulumi_alicloud/kvstore/outputs.py +8 -8
- pulumi_alicloud/lindorm/instance.py +14 -14
- pulumi_alicloud/log/audit.py +14 -14
- pulumi_alicloud/log/etl.py +28 -28
- pulumi_alicloud/log/project.py +14 -14
- pulumi_alicloud/log/store.py +91 -10
- pulumi_alicloud/marketplace/order.py +14 -14
- pulumi_alicloud/maxcompute/get_projects.py +12 -14
- pulumi_alicloud/maxcompute/get_service.py +4 -0
- pulumi_alicloud/maxcompute/outputs.py +75 -60
- pulumi_alicloud/maxcompute/project.py +21 -21
- pulumi_alicloud/mongodb/_inputs.py +12 -12
- pulumi_alicloud/mongodb/get_instances.py +5 -5
- pulumi_alicloud/mongodb/get_serverless_instances.py +5 -5
- pulumi_alicloud/mongodb/instance.py +82 -35
- pulumi_alicloud/mongodb/outputs.py +18 -18
- pulumi_alicloud/mongodb/serverless_instance.py +14 -14
- pulumi_alicloud/mongodb/sharding_instance.py +82 -35
- pulumi_alicloud/mongodb/sharding_network_private_address.py +145 -39
- pulumi_alicloud/mse/cluster.py +14 -14
- pulumi_alicloud/nas/file_system.py +14 -14
- pulumi_alicloud/nlb/get_load_balancers.py +3 -3
- pulumi_alicloud/nlb/get_security_policies.py +3 -3
- pulumi_alicloud/nlb/get_server_groups.py +3 -3
- pulumi_alicloud/nlb/listener.py +14 -14
- pulumi_alicloud/nlb/load_balancer.py +14 -14
- pulumi_alicloud/nlb/outputs.py +9 -9
- pulumi_alicloud/nlb/security_policy.py +14 -14
- pulumi_alicloud/nlb/server_group.py +14 -14
- pulumi_alicloud/oos/application.py +14 -14
- pulumi_alicloud/oos/get_applications.py +5 -5
- pulumi_alicloud/oos/get_executions.py +5 -5
- pulumi_alicloud/oos/get_parameters.py +5 -5
- pulumi_alicloud/oos/get_secret_parameters.py +5 -5
- pulumi_alicloud/oos/get_state_configurations.py +5 -5
- pulumi_alicloud/oos/get_templates.py +5 -5
- pulumi_alicloud/oos/outputs.py +15 -15
- pulumi_alicloud/oos/parameter.py +14 -14
- pulumi_alicloud/oos/patch_baseline.py +14 -14
- pulumi_alicloud/oos/secret_parameter.py +14 -14
- pulumi_alicloud/oos/state_configuration.py +14 -14
- pulumi_alicloud/oos/template.py +14 -14
- pulumi_alicloud/oss/_inputs.py +4 -4
- pulumi_alicloud/oss/bucket.py +14 -14
- pulumi_alicloud/oss/get_instances.py +5 -5
- pulumi_alicloud/oss/outputs.py +9 -9
- pulumi_alicloud/ots/get_instances.py +5 -5
- pulumi_alicloud/ots/instance.py +14 -14
- pulumi_alicloud/ots/outputs.py +3 -3
- pulumi_alicloud/polardb/account.py +14 -14
- pulumi_alicloud/polardb/cluster.py +14 -14
- pulumi_alicloud/polardb/cluster_endpoint.py +14 -14
- pulumi_alicloud/polardb/endpoint.py +14 -14
- pulumi_alicloud/polardb/get_accounts.py +12 -4
- pulumi_alicloud/polardb/get_clusters.py +5 -5
- pulumi_alicloud/polardb/get_databases.py +12 -4
- pulumi_alicloud/polardb/outputs.py +2 -2
- pulumi_alicloud/privatelink/outputs.py +2 -2
- pulumi_alicloud/privatelink/vpc_endpoint.py +14 -14
- pulumi_alicloud/privatelink/vpc_endpoint_service.py +14 -14
- pulumi_alicloud/pulumi-plugin.json +1 -1
- pulumi_alicloud/pvtz/zone.py +14 -14
- pulumi_alicloud/quotas/_inputs.py +4 -4
- pulumi_alicloud/quotas/get_quota_applications.py +12 -6
- pulumi_alicloud/quotas/outputs.py +3 -3
- pulumi_alicloud/ram/login_profile.py +8 -8
- pulumi_alicloud/rds/account.py +14 -14
- pulumi_alicloud/rds/ddr_instance.py +14 -14
- pulumi_alicloud/rds/get_instances.py +6 -6
- pulumi_alicloud/rds/instance.py +14 -14
- pulumi_alicloud/rds/rds_account.py +203 -63
- pulumi_alicloud/rds/read_only_instance.py +14 -14
- pulumi_alicloud/rds/read_write_splitting_connection.py +24 -16
- pulumi_alicloud/realtimecompute/vvp_instance.py +14 -14
- pulumi_alicloud/redis/tair_instance.py +14 -14
- pulumi_alicloud/resourcemanager/account.py +14 -14
- pulumi_alicloud/resourcemanager/resource_group.py +14 -14
- pulumi_alicloud/rocketmq/client_user.py +14 -14
- pulumi_alicloud/rocketmq/get_groups.py +5 -5
- pulumi_alicloud/rocketmq/get_instances.py +5 -5
- pulumi_alicloud/rocketmq/get_topics.py +5 -5
- pulumi_alicloud/rocketmq/group.py +14 -14
- pulumi_alicloud/rocketmq/instance.py +14 -14
- pulumi_alicloud/rocketmq/outputs.py +9 -9
- pulumi_alicloud/rocketmq/rocket_mq_instance.py +14 -14
- pulumi_alicloud/rocketmq/topic.py +14 -14
- pulumi_alicloud/ros/_inputs.py +4 -4
- pulumi_alicloud/ros/get_stacks.py +5 -5
- pulumi_alicloud/ros/get_templates.py +5 -5
- pulumi_alicloud/ros/outputs.py +12 -12
- pulumi_alicloud/ros/stack.py +14 -14
- pulumi_alicloud/ros/template.py +14 -14
- pulumi_alicloud/sae/application.py +14 -14
- pulumi_alicloud/sae/outputs.py +3 -3
- pulumi_alicloud/selectdb/__init__.py +13 -0
- pulumi_alicloud/selectdb/_inputs.py +446 -0
- pulumi_alicloud/selectdb/db_cluster.py +830 -0
- pulumi_alicloud/selectdb/db_instance.py +1368 -0
- pulumi_alicloud/selectdb/get_db_clusters.py +184 -0
- pulumi_alicloud/selectdb/get_db_instances.py +191 -0
- pulumi_alicloud/selectdb/outputs.py +1122 -0
- pulumi_alicloud/servicecatalog/outputs.py +4 -4
- pulumi_alicloud/servicecatalog/provisioned_product.py +14 -14
- pulumi_alicloud/servicemesh/service_mesh.py +14 -14
- pulumi_alicloud/slb/acl.py +14 -14
- pulumi_alicloud/slb/application_load_balancer.py +14 -14
- pulumi_alicloud/slb/ca_certificate.py +14 -14
- pulumi_alicloud/slb/get_acls.py +5 -5
- pulumi_alicloud/slb/get_application_load_balancers.py +8 -8
- pulumi_alicloud/slb/get_ca_certificates.py +5 -5
- pulumi_alicloud/slb/get_load_balancers.py +8 -8
- pulumi_alicloud/slb/get_server_certificates.py +5 -5
- pulumi_alicloud/slb/load_balancer.py +41 -41
- pulumi_alicloud/slb/outputs.py +29 -29
- pulumi_alicloud/slb/server_certificate.py +14 -14
- pulumi_alicloud/slb/server_group.py +14 -14
- pulumi_alicloud/slb/server_group_server_attachment.py +2 -2
- pulumi_alicloud/sls/_inputs.py +12 -12
- pulumi_alicloud/sls/outputs.py +9 -9
- pulumi_alicloud/vod/domain.py +14 -14
- pulumi_alicloud/vod/get_domains.py +5 -5
- pulumi_alicloud/vpc/bgp_peer.py +1 -1
- pulumi_alicloud/vpc/common_bandwith_package.py +14 -14
- pulumi_alicloud/vpc/dhcp_options_set.py +14 -14
- pulumi_alicloud/vpc/flow_log.py +14 -14
- pulumi_alicloud/vpc/gateway_endpoint.py +14 -14
- pulumi_alicloud/vpc/get_nat_gateways.py +5 -5
- pulumi_alicloud/vpc/get_networks.py +7 -7
- pulumi_alicloud/vpc/get_route_tables.py +5 -5
- pulumi_alicloud/vpc/get_switches.py +32 -32
- pulumi_alicloud/vpc/ha_vip.py +14 -14
- pulumi_alicloud/vpc/ha_vip_attachment.py +2 -2
- pulumi_alicloud/vpc/ha_vipv2.py +14 -14
- pulumi_alicloud/vpc/ipv4_gateway.py +14 -14
- pulumi_alicloud/vpc/ipv6_address.py +14 -14
- pulumi_alicloud/vpc/ipv6_gateway.py +14 -14
- pulumi_alicloud/vpc/nat_gateway.py +14 -14
- pulumi_alicloud/vpc/network.py +14 -14
- pulumi_alicloud/vpc/network_acl.py +14 -14
- pulumi_alicloud/vpc/network_interface.py +14 -14
- pulumi_alicloud/vpc/outputs.py +36 -36
- pulumi_alicloud/vpc/peer_connection.py +14 -14
- pulumi_alicloud/vpc/prefix_list.py +14 -14
- pulumi_alicloud/vpc/public_ip_address_pool.py +14 -14
- pulumi_alicloud/vpc/route_table.py +14 -14
- pulumi_alicloud/vpc/subnet.py +10 -10
- pulumi_alicloud/vpc/switch.py +14 -14
- pulumi_alicloud/vpc/traffic_mirror_filter.py +14 -14
- pulumi_alicloud/vpc/traffic_mirror_session.py +16 -16
- pulumi_alicloud/vpn/connection.py +14 -14
- pulumi_alicloud/vpn/customer_gateway.py +14 -14
- pulumi_alicloud/vpn/gateway.py +14 -14
- pulumi_alicloud/vpn/outputs.py +7 -7
- pulumi_alicloud/yundun/bastion_host_instance.py +10 -10
- pulumi_alicloud/yundun/db_audit_instance.py +14 -14
- pulumi_alicloud/yundun/get_bastion_host_instances.py +3 -3
- pulumi_alicloud/yundun/get_db_audit_instance.py +3 -3
- pulumi_alicloud/yundun/outputs.py +4 -4
- {pulumi_alicloud-3.60.0a1723455033.dist-info → pulumi_alicloud-3.61.0.dist-info}/METADATA +1 -1
- {pulumi_alicloud-3.60.0a1723455033.dist-info → pulumi_alicloud-3.61.0.dist-info}/RECORD +430 -399
- {pulumi_alicloud-3.60.0a1723455033.dist-info → pulumi_alicloud-3.61.0.dist-info}/WHEEL +1 -1
- {pulumi_alicloud-3.60.0a1723455033.dist-info → pulumi_alicloud-3.61.0.dist-info}/top_level.txt +0 -0
pulumi_alicloud/ecs/outputs.py
CHANGED
|
@@ -2072,7 +2072,7 @@ class GetAutoSnapshotPoliciesPolicyResult(dict):
|
|
|
2072
2072
|
repeat_weekdays: Sequence[str],
|
|
2073
2073
|
retention_days: int,
|
|
2074
2074
|
status: str,
|
|
2075
|
-
tags: Mapping[str,
|
|
2075
|
+
tags: Mapping[str, str],
|
|
2076
2076
|
target_copy_regions: Sequence[str],
|
|
2077
2077
|
time_points: Sequence[str],
|
|
2078
2078
|
volume_nums: int):
|
|
@@ -2086,7 +2086,7 @@ class GetAutoSnapshotPoliciesPolicyResult(dict):
|
|
|
2086
2086
|
:param Sequence[str] repeat_weekdays: The automatic snapshot repetition dates.
|
|
2087
2087
|
:param int retention_days: The snapshot retention time, and the unit of measurement is day.
|
|
2088
2088
|
:param str status: The status of Auto Snapshot Policy.
|
|
2089
|
-
:param Mapping[str,
|
|
2089
|
+
:param Mapping[str, str] tags: A mapping of tags to assign to the resource.
|
|
2090
2090
|
:param Sequence[str] target_copy_regions: The destination region to which the snapshot is copied.
|
|
2091
2091
|
:param Sequence[str] time_points: The automatic snapshot creation schedule, and the unit of measurement is hour.
|
|
2092
2092
|
:param int volume_nums: The number of extended volumes on which this policy is enabled.
|
|
@@ -2179,7 +2179,7 @@ class GetAutoSnapshotPoliciesPolicyResult(dict):
|
|
|
2179
2179
|
|
|
2180
2180
|
@property
|
|
2181
2181
|
@pulumi.getter
|
|
2182
|
-
def tags(self) -> Mapping[str,
|
|
2182
|
+
def tags(self) -> Mapping[str, str]:
|
|
2183
2183
|
"""
|
|
2184
2184
|
A mapping of tags to assign to the resource.
|
|
2185
2185
|
"""
|
|
@@ -2230,7 +2230,7 @@ class GetCapacityReservationsReservationResult(dict):
|
|
|
2230
2230
|
status: str,
|
|
2231
2231
|
time_slot: str,
|
|
2232
2232
|
zone_ids: Sequence[str],
|
|
2233
|
-
tags: Optional[Mapping[str,
|
|
2233
|
+
tags: Optional[Mapping[str, str]] = None):
|
|
2234
2234
|
"""
|
|
2235
2235
|
:param str capacity_reservation_id: Capacity Reservation id
|
|
2236
2236
|
:param str capacity_reservation_name: Capacity reservation service name.
|
|
@@ -2249,7 +2249,7 @@ class GetCapacityReservationsReservationResult(dict):
|
|
|
2249
2249
|
:param str status: The status of the capacity reservation. value range `All`, `Pending`, `Preparing`, `Prepared`, `Active`, `Released`.
|
|
2250
2250
|
:param str time_slot: This parameter is under test and is not yet open for use.
|
|
2251
2251
|
:param Sequence[str] zone_ids: The ID of the zone in the region to which the capacity reservation service belongs. Currently, it is only supported to create a capacity reservation service in one zone.
|
|
2252
|
-
:param Mapping[str,
|
|
2252
|
+
:param Mapping[str, str] tags: The tag of the resource.
|
|
2253
2253
|
"""
|
|
2254
2254
|
pulumi.set(__self__, "capacity_reservation_id", capacity_reservation_id)
|
|
2255
2255
|
pulumi.set(__self__, "capacity_reservation_name", capacity_reservation_name)
|
|
@@ -2409,7 +2409,7 @@ class GetCapacityReservationsReservationResult(dict):
|
|
|
2409
2409
|
|
|
2410
2410
|
@property
|
|
2411
2411
|
@pulumi.getter
|
|
2412
|
-
def tags(self) -> Optional[Mapping[str,
|
|
2412
|
+
def tags(self) -> Optional[Mapping[str, str]]:
|
|
2413
2413
|
"""
|
|
2414
2414
|
The tag of the resource.
|
|
2415
2415
|
"""
|
|
@@ -2561,7 +2561,7 @@ class GetDedicatedHostsHostResult(dict):
|
|
|
2561
2561
|
supported_custom_instance_type_families: Sequence[str],
|
|
2562
2562
|
supported_instance_type_families: Sequence[str],
|
|
2563
2563
|
supported_instance_types_lists: Sequence[str],
|
|
2564
|
-
tags: Mapping[str,
|
|
2564
|
+
tags: Mapping[str, str],
|
|
2565
2565
|
zone_id: str):
|
|
2566
2566
|
"""
|
|
2567
2567
|
:param str action_on_maintenance: The policy used to migrate the instances from the dedicated host when the dedicated host fails or needs to be repaired online.
|
|
@@ -2589,7 +2589,7 @@ class GetDedicatedHostsHostResult(dict):
|
|
|
2589
2589
|
:param Sequence[str] supported_custom_instance_type_families: (Available in 1.123.1+) A custom instance type family supported by a dedicated host.
|
|
2590
2590
|
:param Sequence[str] supported_instance_type_families: (Available in 1.123.1+) ECS instance type family supported by the dedicated host.
|
|
2591
2591
|
:param Sequence[str] supported_instance_types_lists: The list of ECS instance
|
|
2592
|
-
:param Mapping[str,
|
|
2592
|
+
:param Mapping[str, str] tags: A mapping of tags to assign to the resource.
|
|
2593
2593
|
:param str zone_id: The zone ID of the ECS Dedicated Host.
|
|
2594
2594
|
"""
|
|
2595
2595
|
pulumi.set(__self__, "action_on_maintenance", action_on_maintenance)
|
|
@@ -2822,7 +2822,7 @@ class GetDedicatedHostsHostResult(dict):
|
|
|
2822
2822
|
|
|
2823
2823
|
@property
|
|
2824
2824
|
@pulumi.getter
|
|
2825
|
-
def tags(self) -> Mapping[str,
|
|
2825
|
+
def tags(self) -> Mapping[str, str]:
|
|
2826
2826
|
"""
|
|
2827
2827
|
A mapping of tags to assign to the resource.
|
|
2828
2828
|
"""
|
|
@@ -3049,7 +3049,7 @@ class GetDisksDiskResult(dict):
|
|
|
3049
3049
|
size: int,
|
|
3050
3050
|
snapshot_id: str,
|
|
3051
3051
|
status: str,
|
|
3052
|
-
tags: Mapping[str,
|
|
3052
|
+
tags: Mapping[str, str],
|
|
3053
3053
|
type: str,
|
|
3054
3054
|
zone_id: str):
|
|
3055
3055
|
"""
|
|
@@ -3069,7 +3069,7 @@ class GetDisksDiskResult(dict):
|
|
|
3069
3069
|
:param int size: Disk size in GiB.
|
|
3070
3070
|
:param str snapshot_id: Snapshot used to create the disk. It is null if no snapshot is used to create the disk.
|
|
3071
3071
|
:param str status: Current status. Possible values: `In_use`, `Available`, `Attaching`, `Detaching`, `Creating` and `ReIniting`.
|
|
3072
|
-
:param Mapping[str,
|
|
3072
|
+
:param Mapping[str, str] tags: A map of tags assigned to the disks. It must be in the format:
|
|
3073
3073
|
```python
|
|
3074
3074
|
import pulumi
|
|
3075
3075
|
import pulumi_alicloud as alicloud
|
|
@@ -3357,7 +3357,7 @@ class GetDisksDiskResult(dict):
|
|
|
3357
3357
|
|
|
3358
3358
|
@property
|
|
3359
3359
|
@pulumi.getter
|
|
3360
|
-
def tags(self) -> Mapping[str,
|
|
3360
|
+
def tags(self) -> Mapping[str, str]:
|
|
3361
3361
|
"""
|
|
3362
3362
|
A map of tags assigned to the disks. It must be in the format:
|
|
3363
3363
|
```python
|
|
@@ -3457,7 +3457,7 @@ class GetEcsDedicatedHostClustersClusterResult(dict):
|
|
|
3457
3457
|
description: str,
|
|
3458
3458
|
id: str,
|
|
3459
3459
|
resource_group_id: str,
|
|
3460
|
-
tags: Mapping[str,
|
|
3460
|
+
tags: Mapping[str, str],
|
|
3461
3461
|
zone_id: str):
|
|
3462
3462
|
"""
|
|
3463
3463
|
:param Sequence['GetEcsDedicatedHostClustersClusterDedicatedHostClusterCapacityArgs'] dedicated_host_cluster_capacities: The capacity of the dedicated host cluster.
|
|
@@ -3467,7 +3467,7 @@ class GetEcsDedicatedHostClustersClusterResult(dict):
|
|
|
3467
3467
|
:param str description: The description of the dedicated host cluster.
|
|
3468
3468
|
:param str id: The ID of the Dedicated Host Cluster.
|
|
3469
3469
|
:param str resource_group_id: The ID of the resource group to which the dedicated host cluster belongs.
|
|
3470
|
-
:param Mapping[str,
|
|
3470
|
+
:param Mapping[str, str] tags: A mapping of tags to assign to the resource.
|
|
3471
3471
|
:param str zone_id: The zone ID of the dedicated host cluster.
|
|
3472
3472
|
"""
|
|
3473
3473
|
pulumi.set(__self__, "dedicated_host_cluster_capacities", dedicated_host_cluster_capacities)
|
|
@@ -3538,7 +3538,7 @@ class GetEcsDedicatedHostClustersClusterResult(dict):
|
|
|
3538
3538
|
|
|
3539
3539
|
@property
|
|
3540
3540
|
@pulumi.getter
|
|
3541
|
-
def tags(self) -> Mapping[str,
|
|
3541
|
+
def tags(self) -> Mapping[str, str]:
|
|
3542
3542
|
"""
|
|
3543
3543
|
A mapping of tags to assign to the resource.
|
|
3544
3544
|
"""
|
|
@@ -3812,7 +3812,7 @@ class GetEcsDisksDiskResult(dict):
|
|
|
3812
3812
|
size: int,
|
|
3813
3813
|
snapshot_id: str,
|
|
3814
3814
|
status: str,
|
|
3815
|
-
tags: Mapping[str,
|
|
3815
|
+
tags: Mapping[str, str],
|
|
3816
3816
|
type: str,
|
|
3817
3817
|
zone_id: str):
|
|
3818
3818
|
"""
|
|
@@ -3848,7 +3848,7 @@ class GetEcsDisksDiskResult(dict):
|
|
|
3848
3848
|
:param int size: Disk size in GiB.
|
|
3849
3849
|
:param str snapshot_id: Snapshot used to create the disk. It is null if no snapshot is used to create the disk.
|
|
3850
3850
|
:param str status: Current status.
|
|
3851
|
-
:param Mapping[str,
|
|
3851
|
+
:param Mapping[str, str] tags: A map of tags assigned to the disk.
|
|
3852
3852
|
:param str type: Disk type.
|
|
3853
3853
|
:param str zone_id: The zone id.
|
|
3854
3854
|
"""
|
|
@@ -4176,7 +4176,7 @@ class GetEcsDisksDiskResult(dict):
|
|
|
4176
4176
|
|
|
4177
4177
|
@property
|
|
4178
4178
|
@pulumi.getter
|
|
4179
|
-
def tags(self) -> Mapping[str,
|
|
4179
|
+
def tags(self) -> Mapping[str, str]:
|
|
4180
4180
|
"""
|
|
4181
4181
|
A map of tags assigned to the disk.
|
|
4182
4182
|
"""
|
|
@@ -4277,7 +4277,7 @@ class GetEcsImageComponentsComponentResult(dict):
|
|
|
4277
4277
|
owner: str,
|
|
4278
4278
|
resource_group_id: str,
|
|
4279
4279
|
system_type: str,
|
|
4280
|
-
tags: Mapping[str,
|
|
4280
|
+
tags: Mapping[str, str]):
|
|
4281
4281
|
"""
|
|
4282
4282
|
:param str component_type: The type of the image component.
|
|
4283
4283
|
:param str content: The content of the image component.
|
|
@@ -4289,7 +4289,7 @@ class GetEcsImageComponentsComponentResult(dict):
|
|
|
4289
4289
|
:param str owner: The type of the image component.
|
|
4290
4290
|
:param str resource_group_id: The ID of the resource group.
|
|
4291
4291
|
:param str system_type: The operating system type supported by the image component.
|
|
4292
|
-
:param Mapping[str,
|
|
4292
|
+
:param Mapping[str, str] tags: List of label key-value pairs.
|
|
4293
4293
|
"""
|
|
4294
4294
|
pulumi.set(__self__, "component_type", component_type)
|
|
4295
4295
|
pulumi.set(__self__, "content", content)
|
|
@@ -4385,7 +4385,7 @@ class GetEcsImageComponentsComponentResult(dict):
|
|
|
4385
4385
|
|
|
4386
4386
|
@property
|
|
4387
4387
|
@pulumi.getter
|
|
4388
|
-
def tags(self) -> Mapping[str,
|
|
4388
|
+
def tags(self) -> Mapping[str, str]:
|
|
4389
4389
|
"""
|
|
4390
4390
|
List of label key-value pairs.
|
|
4391
4391
|
"""
|
|
@@ -4412,7 +4412,7 @@ class GetEcsImagePipelinePipelineResult(dict):
|
|
|
4412
4412
|
system_disk_size: int,
|
|
4413
4413
|
to_region_ids: Sequence[str],
|
|
4414
4414
|
vswitch_id: str,
|
|
4415
|
-
tags: Optional[Mapping[str,
|
|
4415
|
+
tags: Optional[Mapping[str, str]] = None):
|
|
4416
4416
|
"""
|
|
4417
4417
|
:param Sequence[str] add_accounts: The IDs of Alibaba Cloud accounts to which the image was shared.
|
|
4418
4418
|
:param str base_image: The source image.
|
|
@@ -4431,7 +4431,7 @@ class GetEcsImagePipelinePipelineResult(dict):
|
|
|
4431
4431
|
:param int system_disk_size: The system disk size of the intermediate instance. Unit: `GiB`.
|
|
4432
4432
|
:param Sequence[str] to_region_ids: The IDs of regions to which to distribute the created image.
|
|
4433
4433
|
:param str vswitch_id: The vswitch id.
|
|
4434
|
-
:param Mapping[str,
|
|
4434
|
+
:param Mapping[str, str] tags: A mapping of tags to assign to the resource.
|
|
4435
4435
|
"""
|
|
4436
4436
|
pulumi.set(__self__, "add_accounts", add_accounts)
|
|
4437
4437
|
pulumi.set(__self__, "base_image", base_image)
|
|
@@ -4591,7 +4591,7 @@ class GetEcsImagePipelinePipelineResult(dict):
|
|
|
4591
4591
|
|
|
4592
4592
|
@property
|
|
4593
4593
|
@pulumi.getter
|
|
4594
|
-
def tags(self) -> Optional[Mapping[str,
|
|
4594
|
+
def tags(self) -> Optional[Mapping[str, str]]:
|
|
4595
4595
|
"""
|
|
4596
4596
|
A mapping of tags to assign to the resource.
|
|
4597
4597
|
"""
|
|
@@ -4947,14 +4947,14 @@ class GetEcsKeyPairsKeyPairResult(dict):
|
|
|
4947
4947
|
key_name: str,
|
|
4948
4948
|
key_pair_name: str,
|
|
4949
4949
|
resource_group_id: str,
|
|
4950
|
-
tags: Mapping[str,
|
|
4950
|
+
tags: Mapping[str, str]):
|
|
4951
4951
|
"""
|
|
4952
4952
|
:param str finger_print: The finger print of the key pair.
|
|
4953
4953
|
:param str id: The ID of the Key Pair.
|
|
4954
4954
|
:param Sequence['GetEcsKeyPairsKeyPairInstanceArgs'] instances: A list of ECS instances that has been bound this key pair.
|
|
4955
4955
|
:param str key_name: The Key Pair Name.
|
|
4956
4956
|
:param str resource_group_id: The resource group Id.
|
|
4957
|
-
:param Mapping[str,
|
|
4957
|
+
:param Mapping[str, str] tags: The tags.
|
|
4958
4958
|
"""
|
|
4959
4959
|
pulumi.set(__self__, "finger_print", finger_print)
|
|
4960
4960
|
pulumi.set(__self__, "id", id)
|
|
@@ -5011,7 +5011,7 @@ class GetEcsKeyPairsKeyPairResult(dict):
|
|
|
5011
5011
|
|
|
5012
5012
|
@property
|
|
5013
5013
|
@pulumi.getter
|
|
5014
|
-
def tags(self) -> Mapping[str,
|
|
5014
|
+
def tags(self) -> Mapping[str, str]:
|
|
5015
5015
|
"""
|
|
5016
5016
|
The tags.
|
|
5017
5017
|
"""
|
|
@@ -5040,7 +5040,7 @@ class GetEcsKeyPairsKeyPairInstanceResult(dict):
|
|
|
5040
5040
|
:param str key_name: The Key Pair Name.
|
|
5041
5041
|
:param str private_ip: The private IP address of the ECS instance.
|
|
5042
5042
|
:param str public_ip: The public IP address or EIP of the ECS instance.
|
|
5043
|
-
:param str vswitch_id: The ID of the
|
|
5043
|
+
:param str vswitch_id: The ID of the vSwitch attached to the ECS instance.
|
|
5044
5044
|
"""
|
|
5045
5045
|
pulumi.set(__self__, "availability_zone", availability_zone)
|
|
5046
5046
|
pulumi.set(__self__, "description", description)
|
|
@@ -5132,7 +5132,7 @@ class GetEcsKeyPairsKeyPairInstanceResult(dict):
|
|
|
5132
5132
|
@pulumi.getter(name="vswitchId")
|
|
5133
5133
|
def vswitch_id(self) -> str:
|
|
5134
5134
|
"""
|
|
5135
|
-
The ID of the
|
|
5135
|
+
The ID of the vSwitch attached to the ECS instance.
|
|
5136
5136
|
"""
|
|
5137
5137
|
return pulumi.get(self, "vswitch_id")
|
|
5138
5138
|
|
|
@@ -5146,14 +5146,14 @@ class GetEcsKeyPairsPairResult(dict):
|
|
|
5146
5146
|
key_name: str,
|
|
5147
5147
|
key_pair_name: str,
|
|
5148
5148
|
resource_group_id: str,
|
|
5149
|
-
tags: Mapping[str,
|
|
5149
|
+
tags: Mapping[str, str]):
|
|
5150
5150
|
"""
|
|
5151
5151
|
:param str finger_print: The finger print of the key pair.
|
|
5152
5152
|
:param str id: The ID of the Key Pair.
|
|
5153
5153
|
:param Sequence['GetEcsKeyPairsPairInstanceArgs'] instances: A list of ECS instances that has been bound this key pair.
|
|
5154
5154
|
:param str key_name: The Key Pair Name.
|
|
5155
5155
|
:param str resource_group_id: The Resource Group Id.
|
|
5156
|
-
:param Mapping[str,
|
|
5156
|
+
:param Mapping[str, str] tags: The tags.
|
|
5157
5157
|
"""
|
|
5158
5158
|
pulumi.set(__self__, "finger_print", finger_print)
|
|
5159
5159
|
pulumi.set(__self__, "id", id)
|
|
@@ -5210,7 +5210,7 @@ class GetEcsKeyPairsPairResult(dict):
|
|
|
5210
5210
|
|
|
5211
5211
|
@property
|
|
5212
5212
|
@pulumi.getter
|
|
5213
|
-
def tags(self) -> Mapping[str,
|
|
5213
|
+
def tags(self) -> Mapping[str, str]:
|
|
5214
5214
|
"""
|
|
5215
5215
|
The tags.
|
|
5216
5216
|
"""
|
|
@@ -5239,7 +5239,7 @@ class GetEcsKeyPairsPairInstanceResult(dict):
|
|
|
5239
5239
|
:param str key_name: The Key Pair Name.
|
|
5240
5240
|
:param str private_ip: The private IP address of the ECS instance.
|
|
5241
5241
|
:param str public_ip: The public IP address or EIP of the ECS instance.
|
|
5242
|
-
:param str vswitch_id: The ID of the
|
|
5242
|
+
:param str vswitch_id: The ID of the vSwitch attached to the ECS instance.
|
|
5243
5243
|
"""
|
|
5244
5244
|
pulumi.set(__self__, "availability_zone", availability_zone)
|
|
5245
5245
|
pulumi.set(__self__, "description", description)
|
|
@@ -5331,7 +5331,7 @@ class GetEcsKeyPairsPairInstanceResult(dict):
|
|
|
5331
5331
|
@pulumi.getter(name="vswitchId")
|
|
5332
5332
|
def vswitch_id(self) -> str:
|
|
5333
5333
|
"""
|
|
5334
|
-
The ID of the
|
|
5334
|
+
The ID of the vSwitch attached to the ECS instance.
|
|
5335
5335
|
"""
|
|
5336
5336
|
return pulumi.get(self, "vswitch_id")
|
|
5337
5337
|
|
|
@@ -5376,7 +5376,7 @@ class GetEcsLaunchTemplatesTemplateResult(dict):
|
|
|
5376
5376
|
spot_price_limit: float,
|
|
5377
5377
|
spot_strategy: str,
|
|
5378
5378
|
system_disks: Sequence['outputs.GetEcsLaunchTemplatesTemplateSystemDiskResult'],
|
|
5379
|
-
template_tags: Mapping[str,
|
|
5379
|
+
template_tags: Mapping[str, str],
|
|
5380
5380
|
user_data: str,
|
|
5381
5381
|
version_description: str,
|
|
5382
5382
|
vpc_id: str,
|
|
@@ -5420,7 +5420,7 @@ class GetEcsLaunchTemplatesTemplateResult(dict):
|
|
|
5420
5420
|
:param float spot_price_limit: Sets the maximum hourly instance price.
|
|
5421
5421
|
:param str spot_strategy: The spot strategy for a Pay-As-You-Go instance.
|
|
5422
5422
|
:param Sequence['GetEcsLaunchTemplatesTemplateSystemDiskArgs'] system_disks: The System Disk.
|
|
5423
|
-
:param Mapping[str,
|
|
5423
|
+
:param Mapping[str, str] template_tags: The template tags.
|
|
5424
5424
|
:param str user_data: The User Data.
|
|
5425
5425
|
:param str version_description: The Version Description.
|
|
5426
5426
|
:param str vpc_id: VpcId.
|
|
@@ -5769,7 +5769,7 @@ class GetEcsLaunchTemplatesTemplateResult(dict):
|
|
|
5769
5769
|
|
|
5770
5770
|
@property
|
|
5771
5771
|
@pulumi.getter(name="templateTags")
|
|
5772
|
-
def template_tags(self) -> Mapping[str,
|
|
5772
|
+
def template_tags(self) -> Mapping[str, str]:
|
|
5773
5773
|
"""
|
|
5774
5774
|
The template tags.
|
|
5775
5775
|
"""
|
|
@@ -5924,7 +5924,7 @@ class GetEcsLaunchTemplatesTemplateNetworkInterfaceResult(dict):
|
|
|
5924
5924
|
:param str name: The ENI name.
|
|
5925
5925
|
:param str primary_ip: The primary private IP address of the ENI.
|
|
5926
5926
|
:param str security_group_id: The security group ID must be one in the same VPC.
|
|
5927
|
-
:param str vswitch_id: The
|
|
5927
|
+
:param str vswitch_id: The vSwitch ID for ENI. The instance must be in the same zone of the same VPC network as the ENI, but they may belong to different VSwitches.
|
|
5928
5928
|
"""
|
|
5929
5929
|
pulumi.set(__self__, "description", description)
|
|
5930
5930
|
pulumi.set(__self__, "name", name)
|
|
@@ -5968,7 +5968,7 @@ class GetEcsLaunchTemplatesTemplateNetworkInterfaceResult(dict):
|
|
|
5968
5968
|
@pulumi.getter(name="vswitchId")
|
|
5969
5969
|
def vswitch_id(self) -> str:
|
|
5970
5970
|
"""
|
|
5971
|
-
The
|
|
5971
|
+
The vSwitch ID for ENI. The instance must be in the same zone of the same VPC network as the ENI, but they may belong to different VSwitches.
|
|
5972
5972
|
"""
|
|
5973
5973
|
return pulumi.get(self, "vswitch_id")
|
|
5974
5974
|
|
|
@@ -6149,6 +6149,7 @@ class GetEcsNetworkInterfacesInterfaceResult(dict):
|
|
|
6149
6149
|
description: str,
|
|
6150
6150
|
id: str,
|
|
6151
6151
|
instance_id: str,
|
|
6152
|
+
ipv6_sets: Sequence[str],
|
|
6152
6153
|
mac: str,
|
|
6153
6154
|
name: str,
|
|
6154
6155
|
network_interface_id: str,
|
|
@@ -6166,7 +6167,7 @@ class GetEcsNetworkInterfacesInterfaceResult(dict):
|
|
|
6166
6167
|
service_id: int,
|
|
6167
6168
|
service_managed: bool,
|
|
6168
6169
|
status: str,
|
|
6169
|
-
tags: Mapping[str,
|
|
6170
|
+
tags: Mapping[str, str],
|
|
6170
6171
|
type: str,
|
|
6171
6172
|
vpc_id: str,
|
|
6172
6173
|
vswitch_id: str,
|
|
@@ -6177,14 +6178,16 @@ class GetEcsNetworkInterfacesInterfaceResult(dict):
|
|
|
6177
6178
|
:param str description: The description of the ENI.
|
|
6178
6179
|
:param str id: The ID of the Network Interface.
|
|
6179
6180
|
:param str instance_id: The instance id.
|
|
6181
|
+
:param Sequence[str] ipv6_sets: A list of IPv6 addresses that is assigned to the ENI. **NOTE:** Available since v1.228.0.
|
|
6180
6182
|
:param str mac: The MAC address of the ENI.
|
|
6181
|
-
:param str name:
|
|
6183
|
+
:param str name: Field `name` has been deprecated from provider version 1.123.1. New field `network_interface_name` instead
|
|
6182
6184
|
:param str network_interface_id: The network interface id.
|
|
6183
6185
|
:param str network_interface_name: The network interface name.
|
|
6184
6186
|
:param str network_interface_traffic_mode: The communication mode of the elastic network card.
|
|
6185
6187
|
:param str owner_id: The ID of the account to which the ENIC belongs.
|
|
6186
6188
|
:param str primary_ip_address: The primary private IP address of the ENI.
|
|
6187
|
-
:param str private_ip:
|
|
6189
|
+
:param str private_ip: Field `private_ip` has been deprecated from provider version 1.123.1. New field `primary_ip_address` instead
|
|
6190
|
+
:param Sequence[str] private_ip_addresses: A list of secondary private IP address that is assigned to the ENI.
|
|
6188
6191
|
:param Sequence[str] private_ips: A list of secondary private IP address that is assigned to the ENI.
|
|
6189
6192
|
:param int queue_number: Number of network card queues.
|
|
6190
6193
|
:param str resource_group_id: The resource group id.
|
|
@@ -6192,10 +6195,10 @@ class GetEcsNetworkInterfacesInterfaceResult(dict):
|
|
|
6192
6195
|
:param Sequence[str] security_groups: The security groups.
|
|
6193
6196
|
:param int service_id: The service id.
|
|
6194
6197
|
:param bool service_managed: Whether the user of the elastic network card is a cloud product or a virtual vendor.
|
|
6195
|
-
:param str status: The status of
|
|
6196
|
-
:param Mapping[str,
|
|
6197
|
-
:param str type: The type of
|
|
6198
|
-
:param str vpc_id: The
|
|
6198
|
+
:param str status: The status of ENI. Valid Values: `Attaching`, `Available`, `CreateFailed`, `Creating`, `Deleting`, `Detaching`, `InUse`, `Linked`, `Linking`, `Unlinking`.
|
|
6199
|
+
:param Mapping[str, str] tags: A map of tags assigned to ENIs.
|
|
6200
|
+
:param str type: The type of ENI. Valid Values: `Primary`, `Secondary`.
|
|
6201
|
+
:param str vpc_id: The vpc id.
|
|
6199
6202
|
:param str vswitch_id: The vswitch id.
|
|
6200
6203
|
:param str zone_id: The zone id.
|
|
6201
6204
|
"""
|
|
@@ -6204,6 +6207,7 @@ class GetEcsNetworkInterfacesInterfaceResult(dict):
|
|
|
6204
6207
|
pulumi.set(__self__, "description", description)
|
|
6205
6208
|
pulumi.set(__self__, "id", id)
|
|
6206
6209
|
pulumi.set(__self__, "instance_id", instance_id)
|
|
6210
|
+
pulumi.set(__self__, "ipv6_sets", ipv6_sets)
|
|
6207
6211
|
pulumi.set(__self__, "mac", mac)
|
|
6208
6212
|
pulumi.set(__self__, "name", name)
|
|
6209
6213
|
pulumi.set(__self__, "network_interface_id", network_interface_id)
|
|
@@ -6267,6 +6271,14 @@ class GetEcsNetworkInterfacesInterfaceResult(dict):
|
|
|
6267
6271
|
"""
|
|
6268
6272
|
return pulumi.get(self, "instance_id")
|
|
6269
6273
|
|
|
6274
|
+
@property
|
|
6275
|
+
@pulumi.getter(name="ipv6Sets")
|
|
6276
|
+
def ipv6_sets(self) -> Sequence[str]:
|
|
6277
|
+
"""
|
|
6278
|
+
A list of IPv6 addresses that is assigned to the ENI. **NOTE:** Available since v1.228.0.
|
|
6279
|
+
"""
|
|
6280
|
+
return pulumi.get(self, "ipv6_sets")
|
|
6281
|
+
|
|
6270
6282
|
@property
|
|
6271
6283
|
@pulumi.getter
|
|
6272
6284
|
def mac(self) -> str:
|
|
@@ -6279,7 +6291,7 @@ class GetEcsNetworkInterfacesInterfaceResult(dict):
|
|
|
6279
6291
|
@pulumi.getter
|
|
6280
6292
|
def name(self) -> str:
|
|
6281
6293
|
"""
|
|
6282
|
-
|
|
6294
|
+
Field `name` has been deprecated from provider version 1.123.1. New field `network_interface_name` instead
|
|
6283
6295
|
"""
|
|
6284
6296
|
return pulumi.get(self, "name")
|
|
6285
6297
|
|
|
@@ -6327,13 +6339,16 @@ class GetEcsNetworkInterfacesInterfaceResult(dict):
|
|
|
6327
6339
|
@pulumi.getter(name="privateIp")
|
|
6328
6340
|
def private_ip(self) -> str:
|
|
6329
6341
|
"""
|
|
6330
|
-
|
|
6342
|
+
Field `private_ip` has been deprecated from provider version 1.123.1. New field `primary_ip_address` instead
|
|
6331
6343
|
"""
|
|
6332
6344
|
return pulumi.get(self, "private_ip")
|
|
6333
6345
|
|
|
6334
6346
|
@property
|
|
6335
6347
|
@pulumi.getter(name="privateIpAddresses")
|
|
6336
6348
|
def private_ip_addresses(self) -> Sequence[str]:
|
|
6349
|
+
"""
|
|
6350
|
+
A list of secondary private IP address that is assigned to the ENI.
|
|
6351
|
+
"""
|
|
6337
6352
|
return pulumi.get(self, "private_ip_addresses")
|
|
6338
6353
|
|
|
6339
6354
|
@property
|
|
@@ -6396,15 +6411,15 @@ class GetEcsNetworkInterfacesInterfaceResult(dict):
|
|
|
6396
6411
|
@pulumi.getter
|
|
6397
6412
|
def status(self) -> str:
|
|
6398
6413
|
"""
|
|
6399
|
-
The status of
|
|
6414
|
+
The status of ENI. Valid Values: `Attaching`, `Available`, `CreateFailed`, `Creating`, `Deleting`, `Detaching`, `InUse`, `Linked`, `Linking`, `Unlinking`.
|
|
6400
6415
|
"""
|
|
6401
6416
|
return pulumi.get(self, "status")
|
|
6402
6417
|
|
|
6403
6418
|
@property
|
|
6404
6419
|
@pulumi.getter
|
|
6405
|
-
def tags(self) -> Mapping[str,
|
|
6420
|
+
def tags(self) -> Mapping[str, str]:
|
|
6406
6421
|
"""
|
|
6407
|
-
|
|
6422
|
+
A map of tags assigned to ENIs.
|
|
6408
6423
|
"""
|
|
6409
6424
|
return pulumi.get(self, "tags")
|
|
6410
6425
|
|
|
@@ -6412,7 +6427,7 @@ class GetEcsNetworkInterfacesInterfaceResult(dict):
|
|
|
6412
6427
|
@pulumi.getter
|
|
6413
6428
|
def type(self) -> str:
|
|
6414
6429
|
"""
|
|
6415
|
-
The type of
|
|
6430
|
+
The type of ENI. Valid Values: `Primary`, `Secondary`.
|
|
6416
6431
|
"""
|
|
6417
6432
|
return pulumi.get(self, "type")
|
|
6418
6433
|
|
|
@@ -6420,7 +6435,7 @@ class GetEcsNetworkInterfacesInterfaceResult(dict):
|
|
|
6420
6435
|
@pulumi.getter(name="vpcId")
|
|
6421
6436
|
def vpc_id(self) -> str:
|
|
6422
6437
|
"""
|
|
6423
|
-
The
|
|
6438
|
+
The vpc id.
|
|
6424
6439
|
"""
|
|
6425
6440
|
return pulumi.get(self, "vpc_id")
|
|
6426
6441
|
|
|
@@ -6596,7 +6611,7 @@ class GetEcsSnapshotGroupsGroupResult(dict):
|
|
|
6596
6611
|
snapshot_group_id: str,
|
|
6597
6612
|
snapshot_group_name: str,
|
|
6598
6613
|
status: str,
|
|
6599
|
-
tags: Optional[Mapping[str,
|
|
6614
|
+
tags: Optional[Mapping[str, str]] = None):
|
|
6600
6615
|
"""
|
|
6601
6616
|
:param str description: The description of the snapshot-consistent group.
|
|
6602
6617
|
:param str id: The ID of the Snapshot Group.
|
|
@@ -6605,7 +6620,7 @@ class GetEcsSnapshotGroupsGroupResult(dict):
|
|
|
6605
6620
|
:param str snapshot_group_id: The first ID of the resource.
|
|
6606
6621
|
:param str snapshot_group_name: The name of the snapshot-consistent group.
|
|
6607
6622
|
:param str status: The status of the resource.
|
|
6608
|
-
:param Mapping[str,
|
|
6623
|
+
:param Mapping[str, str] tags: List of label key-value pairs.
|
|
6609
6624
|
"""
|
|
6610
6625
|
pulumi.set(__self__, "description", description)
|
|
6611
6626
|
pulumi.set(__self__, "id", id)
|
|
@@ -6675,7 +6690,7 @@ class GetEcsSnapshotGroupsGroupResult(dict):
|
|
|
6675
6690
|
|
|
6676
6691
|
@property
|
|
6677
6692
|
@pulumi.getter
|
|
6678
|
-
def tags(self) -> Optional[Mapping[str,
|
|
6693
|
+
def tags(self) -> Optional[Mapping[str, str]]:
|
|
6679
6694
|
"""
|
|
6680
6695
|
List of label key-value pairs.
|
|
6681
6696
|
"""
|
|
@@ -6708,7 +6723,7 @@ class GetEcsSnapshotsSnapshotResult(dict):
|
|
|
6708
6723
|
source_disk_type: str,
|
|
6709
6724
|
source_storage_type: str,
|
|
6710
6725
|
status: str,
|
|
6711
|
-
tags: Mapping[str,
|
|
6726
|
+
tags: Mapping[str, str],
|
|
6712
6727
|
type: str,
|
|
6713
6728
|
usage: str):
|
|
6714
6729
|
"""
|
|
@@ -6732,7 +6747,7 @@ class GetEcsSnapshotsSnapshotResult(dict):
|
|
|
6732
6747
|
:param str source_disk_type: Source disk attributes.
|
|
6733
6748
|
:param str source_storage_type: Original disk type.
|
|
6734
6749
|
:param str status: The status of the snapshot.
|
|
6735
|
-
:param Mapping[str,
|
|
6750
|
+
:param Mapping[str, str] tags: The tags.
|
|
6736
6751
|
:param str usage: A resource type that has a reference relationship.
|
|
6737
6752
|
"""
|
|
6738
6753
|
pulumi.set(__self__, "category", category)
|
|
@@ -6939,7 +6954,7 @@ class GetEcsSnapshotsSnapshotResult(dict):
|
|
|
6939
6954
|
|
|
6940
6955
|
@property
|
|
6941
6956
|
@pulumi.getter
|
|
6942
|
-
def tags(self) -> Mapping[str,
|
|
6957
|
+
def tags(self) -> Mapping[str, str]:
|
|
6943
6958
|
"""
|
|
6944
6959
|
The tags.
|
|
6945
6960
|
"""
|
|
@@ -7109,7 +7124,7 @@ class GetEipAddressesAddressResult(dict):
|
|
|
7109
7124
|
second_limited: bool,
|
|
7110
7125
|
segment_instance_id: str,
|
|
7111
7126
|
status: str,
|
|
7112
|
-
tags: Mapping[str,
|
|
7127
|
+
tags: Mapping[str, str]):
|
|
7113
7128
|
"""
|
|
7114
7129
|
:param str address_name: The name of the EIP.
|
|
7115
7130
|
:param str allocation_id: The ID of the EIP.
|
|
@@ -7141,7 +7156,7 @@ class GetEipAddressesAddressResult(dict):
|
|
|
7141
7156
|
:param bool second_limited: Indicates whether level-2 throttling is configured.
|
|
7142
7157
|
:param str segment_instance_id: The IDs of the contiguous EIPs.
|
|
7143
7158
|
:param str status: The status of the EIP.
|
|
7144
|
-
:param Mapping[str,
|
|
7159
|
+
:param Mapping[str, str] tags: A mapping of tags to assign to the resource.
|
|
7145
7160
|
"""
|
|
7146
7161
|
pulumi.set(__self__, "address_name", address_name)
|
|
7147
7162
|
pulumi.set(__self__, "allocation_id", allocation_id)
|
|
@@ -7417,7 +7432,7 @@ class GetEipAddressesAddressResult(dict):
|
|
|
7417
7432
|
|
|
7418
7433
|
@property
|
|
7419
7434
|
@pulumi.getter
|
|
7420
|
-
def tags(self) -> Mapping[str,
|
|
7435
|
+
def tags(self) -> Mapping[str, str]:
|
|
7421
7436
|
"""
|
|
7422
7437
|
A mapping of tags to assign to the resource.
|
|
7423
7438
|
"""
|
|
@@ -7559,7 +7574,7 @@ class GetEipsAddressResult(dict):
|
|
|
7559
7574
|
second_limited: bool,
|
|
7560
7575
|
segment_instance_id: str,
|
|
7561
7576
|
status: str,
|
|
7562
|
-
tags: Mapping[str,
|
|
7577
|
+
tags: Mapping[str, str]):
|
|
7563
7578
|
"""
|
|
7564
7579
|
:param str bandwidth: EIP internet max bandwidth in Mbps.
|
|
7565
7580
|
:param bool deletion_protection: (Optional, Available in v1.124.4+) Whether enable the deletion protection or not.
|
|
@@ -7570,7 +7585,7 @@ class GetEipsAddressResult(dict):
|
|
|
7570
7585
|
:param str ip_address: Public IP Address of the the EIP.
|
|
7571
7586
|
:param str resource_group_id: The Id of resource group which the eips belongs.
|
|
7572
7587
|
:param str status: EIP status. Possible values are: `Associating`, `Unassociating`, `InUse` and `Available`.
|
|
7573
|
-
:param Mapping[str,
|
|
7588
|
+
:param Mapping[str, str] tags: A mapping of tags to assign to the resource.
|
|
7574
7589
|
"""
|
|
7575
7590
|
pulumi.set(__self__, "address_name", address_name)
|
|
7576
7591
|
pulumi.set(__self__, "allocation_id", allocation_id)
|
|
@@ -7783,7 +7798,7 @@ class GetEipsAddressResult(dict):
|
|
|
7783
7798
|
|
|
7784
7799
|
@property
|
|
7785
7800
|
@pulumi.getter
|
|
7786
|
-
def tags(self) -> Mapping[str,
|
|
7801
|
+
def tags(self) -> Mapping[str, str]:
|
|
7787
7802
|
"""
|
|
7788
7803
|
A mapping of tags to assign to the resource.
|
|
7789
7804
|
"""
|
|
@@ -7914,7 +7929,7 @@ class GetElasticityAssurancesAssuranceResult(dict):
|
|
|
7914
7929
|
status: str,
|
|
7915
7930
|
total_assurance_times: str,
|
|
7916
7931
|
used_assurance_times: int,
|
|
7917
|
-
tags: Optional[Mapping[str,
|
|
7932
|
+
tags: Optional[Mapping[str, str]] = None):
|
|
7918
7933
|
"""
|
|
7919
7934
|
:param Sequence['GetElasticityAssurancesAssuranceAllocatedResourceArgs'] allocated_resources: Details of resource allocation.
|
|
7920
7935
|
:param str description: Description of flexible guarantee service.
|
|
@@ -7931,7 +7946,7 @@ class GetElasticityAssurancesAssuranceResult(dict):
|
|
|
7931
7946
|
:param str status: The status of flexible guarantee services. Possible values: `All`, `Preparing`, `Prepared`, `Active`, `Released`.
|
|
7932
7947
|
:param str total_assurance_times: The total number of flexible guarantee services.
|
|
7933
7948
|
:param int used_assurance_times: This parameter is not yet available.
|
|
7934
|
-
:param Mapping[str,
|
|
7949
|
+
:param Mapping[str, str] tags: The tag key-value pair information bound by the elastic guarantee service.
|
|
7935
7950
|
"""
|
|
7936
7951
|
pulumi.set(__self__, "allocated_resources", allocated_resources)
|
|
7937
7952
|
pulumi.set(__self__, "description", description)
|
|
@@ -8073,7 +8088,7 @@ class GetElasticityAssurancesAssuranceResult(dict):
|
|
|
8073
8088
|
|
|
8074
8089
|
@property
|
|
8075
8090
|
@pulumi.getter
|
|
8076
|
-
def tags(self) -> Optional[Mapping[str,
|
|
8091
|
+
def tags(self) -> Optional[Mapping[str, str]]:
|
|
8077
8092
|
"""
|
|
8078
8093
|
The tag key-value pair information bound by the elastic guarantee service.
|
|
8079
8094
|
"""
|
|
@@ -8208,7 +8223,7 @@ class GetImagesImageResult(dict):
|
|
|
8208
8223
|
state: str,
|
|
8209
8224
|
status: str,
|
|
8210
8225
|
usage: str,
|
|
8211
|
-
tags: Optional[Mapping[str,
|
|
8226
|
+
tags: Optional[Mapping[str, str]] = None):
|
|
8212
8227
|
"""
|
|
8213
8228
|
:param str architecture: The image architecture. Valid values: `i386` and `x86_64`.
|
|
8214
8229
|
:param str creation_time: Time of creation.
|
|
@@ -8234,7 +8249,7 @@ class GetImagesImageResult(dict):
|
|
|
8234
8249
|
* `CreateFailed`: The image failed to be created.
|
|
8235
8250
|
* `Deprecated`: The image is discontinued.
|
|
8236
8251
|
:param str usage: Specifies whether to check the validity of the request without actually making the request. Valid values:
|
|
8237
|
-
:param Mapping[str,
|
|
8252
|
+
:param Mapping[str, str] tags: A mapping of tags to assign to the resource.
|
|
8238
8253
|
"""
|
|
8239
8254
|
pulumi.set(__self__, "architecture", architecture)
|
|
8240
8255
|
pulumi.set(__self__, "creation_time", creation_time)
|
|
@@ -8439,7 +8454,7 @@ class GetImagesImageResult(dict):
|
|
|
8439
8454
|
|
|
8440
8455
|
@property
|
|
8441
8456
|
@pulumi.getter
|
|
8442
|
-
def tags(self) -> Optional[Mapping[str,
|
|
8457
|
+
def tags(self) -> Optional[Mapping[str, str]]:
|
|
8443
8458
|
"""
|
|
8444
8459
|
A mapping of tags to assign to the resource.
|
|
8445
8460
|
"""
|
|
@@ -8762,7 +8777,7 @@ class GetInstancesInstanceResult(dict):
|
|
|
8762
8777
|
status: str,
|
|
8763
8778
|
vpc_id: str,
|
|
8764
8779
|
vswitch_id: str,
|
|
8765
|
-
tags: Optional[Mapping[str,
|
|
8780
|
+
tags: Optional[Mapping[str, str]] = None):
|
|
8766
8781
|
"""
|
|
8767
8782
|
:param str availability_zone: Availability zone where instances are located.
|
|
8768
8783
|
:param str creation_time: Instance creation time.
|
|
@@ -8786,8 +8801,8 @@ class GetInstancesInstanceResult(dict):
|
|
|
8786
8801
|
:param str spot_strategy: Spot strategy the instance is using.
|
|
8787
8802
|
:param str status: Instance status. Valid values: "Creating", "Starting", "Running", "Stopping" and "Stopped". If undefined, all statuses are considered.
|
|
8788
8803
|
:param str vpc_id: ID of the VPC linked to the instances.
|
|
8789
|
-
:param str vswitch_id: ID of the
|
|
8790
|
-
:param Mapping[str,
|
|
8804
|
+
:param str vswitch_id: ID of the vSwitch linked to the instances.
|
|
8805
|
+
:param Mapping[str, str] tags: A map of tags assigned to the ECS instances. It must be in the format:
|
|
8791
8806
|
```python
|
|
8792
8807
|
import pulumi
|
|
8793
8808
|
import pulumi_alicloud as alicloud
|
|
@@ -9004,13 +9019,13 @@ class GetInstancesInstanceResult(dict):
|
|
|
9004
9019
|
@pulumi.getter(name="vswitchId")
|
|
9005
9020
|
def vswitch_id(self) -> str:
|
|
9006
9021
|
"""
|
|
9007
|
-
ID of the
|
|
9022
|
+
ID of the vSwitch linked to the instances.
|
|
9008
9023
|
"""
|
|
9009
9024
|
return pulumi.get(self, "vswitch_id")
|
|
9010
9025
|
|
|
9011
9026
|
@property
|
|
9012
9027
|
@pulumi.getter
|
|
9013
|
-
def tags(self) -> Optional[Mapping[str,
|
|
9028
|
+
def tags(self) -> Optional[Mapping[str, str]]:
|
|
9014
9029
|
"""
|
|
9015
9030
|
A map of tags assigned to the ECS instances. It must be in the format:
|
|
9016
9031
|
```python
|
|
@@ -9108,14 +9123,14 @@ class GetKeyPairsKeyPairResult(dict):
|
|
|
9108
9123
|
key_name: str,
|
|
9109
9124
|
key_pair_name: str,
|
|
9110
9125
|
resource_group_id: str,
|
|
9111
|
-
tags: Mapping[str,
|
|
9126
|
+
tags: Mapping[str, str]):
|
|
9112
9127
|
"""
|
|
9113
9128
|
:param str finger_print: A finger print used to retrieve specified key pair.
|
|
9114
9129
|
:param str id: ID of the key pair.
|
|
9115
9130
|
:param Sequence['GetKeyPairsKeyPairInstanceArgs'] instances: A list of ECS instances that has been bound this key pair.
|
|
9116
9131
|
:param str key_name: Name of the key pair.
|
|
9117
9132
|
:param str resource_group_id: The Id of resource group which the key pair belongs.
|
|
9118
|
-
:param Mapping[str,
|
|
9133
|
+
:param Mapping[str, str] tags: A mapping of tags to assign to the resource.
|
|
9119
9134
|
"""
|
|
9120
9135
|
pulumi.set(__self__, "finger_print", finger_print)
|
|
9121
9136
|
pulumi.set(__self__, "id", id)
|
|
@@ -9172,7 +9187,7 @@ class GetKeyPairsKeyPairResult(dict):
|
|
|
9172
9187
|
|
|
9173
9188
|
@property
|
|
9174
9189
|
@pulumi.getter
|
|
9175
|
-
def tags(self) -> Mapping[str,
|
|
9190
|
+
def tags(self) -> Mapping[str, str]:
|
|
9176
9191
|
"""
|
|
9177
9192
|
A mapping of tags to assign to the resource.
|
|
9178
9193
|
"""
|
|
@@ -9201,7 +9216,7 @@ class GetKeyPairsKeyPairInstanceResult(dict):
|
|
|
9201
9216
|
:param str key_name: Name of the key pair.
|
|
9202
9217
|
:param str private_ip: The private IP address of the ECS instance.
|
|
9203
9218
|
:param str public_ip: The public IP address or EIP of the ECS instance.
|
|
9204
|
-
:param str vswitch_id: The ID of the
|
|
9219
|
+
:param str vswitch_id: The ID of the vSwitch attached to the ECS instance.
|
|
9205
9220
|
"""
|
|
9206
9221
|
pulumi.set(__self__, "availability_zone", availability_zone)
|
|
9207
9222
|
pulumi.set(__self__, "description", description)
|
|
@@ -9293,7 +9308,7 @@ class GetKeyPairsKeyPairInstanceResult(dict):
|
|
|
9293
9308
|
@pulumi.getter(name="vswitchId")
|
|
9294
9309
|
def vswitch_id(self) -> str:
|
|
9295
9310
|
"""
|
|
9296
|
-
The ID of the
|
|
9311
|
+
The ID of the vSwitch attached to the ECS instance.
|
|
9297
9312
|
"""
|
|
9298
9313
|
return pulumi.get(self, "vswitch_id")
|
|
9299
9314
|
|
|
@@ -9307,14 +9322,14 @@ class GetKeyPairsPairResult(dict):
|
|
|
9307
9322
|
key_name: str,
|
|
9308
9323
|
key_pair_name: str,
|
|
9309
9324
|
resource_group_id: str,
|
|
9310
|
-
tags: Mapping[str,
|
|
9325
|
+
tags: Mapping[str, str]):
|
|
9311
9326
|
"""
|
|
9312
9327
|
:param str finger_print: A finger print used to retrieve specified key pair.
|
|
9313
9328
|
:param str id: ID of the key pair.
|
|
9314
9329
|
:param Sequence['GetKeyPairsPairInstanceArgs'] instances: A list of ECS instances that has been bound this key pair.
|
|
9315
9330
|
:param str key_name: Name of the key pair.
|
|
9316
9331
|
:param str resource_group_id: The Id of resource group which the key pair belongs.
|
|
9317
|
-
:param Mapping[str,
|
|
9332
|
+
:param Mapping[str, str] tags: A mapping of tags to assign to the resource.
|
|
9318
9333
|
"""
|
|
9319
9334
|
pulumi.set(__self__, "finger_print", finger_print)
|
|
9320
9335
|
pulumi.set(__self__, "id", id)
|
|
@@ -9371,7 +9386,7 @@ class GetKeyPairsPairResult(dict):
|
|
|
9371
9386
|
|
|
9372
9387
|
@property
|
|
9373
9388
|
@pulumi.getter
|
|
9374
|
-
def tags(self) -> Mapping[str,
|
|
9389
|
+
def tags(self) -> Mapping[str, str]:
|
|
9375
9390
|
"""
|
|
9376
9391
|
A mapping of tags to assign to the resource.
|
|
9377
9392
|
"""
|
|
@@ -9400,7 +9415,7 @@ class GetKeyPairsPairInstanceResult(dict):
|
|
|
9400
9415
|
:param str key_name: Name of the key pair.
|
|
9401
9416
|
:param str private_ip: The private IP address of the ECS instance.
|
|
9402
9417
|
:param str public_ip: The public IP address or EIP of the ECS instance.
|
|
9403
|
-
:param str vswitch_id: The ID of the
|
|
9418
|
+
:param str vswitch_id: The ID of the vSwitch attached to the ECS instance.
|
|
9404
9419
|
"""
|
|
9405
9420
|
pulumi.set(__self__, "availability_zone", availability_zone)
|
|
9406
9421
|
pulumi.set(__self__, "description", description)
|
|
@@ -9492,7 +9507,7 @@ class GetKeyPairsPairInstanceResult(dict):
|
|
|
9492
9507
|
@pulumi.getter(name="vswitchId")
|
|
9493
9508
|
def vswitch_id(self) -> str:
|
|
9494
9509
|
"""
|
|
9495
|
-
The ID of the
|
|
9510
|
+
The ID of the vSwitch attached to the ECS instance.
|
|
9496
9511
|
"""
|
|
9497
9512
|
return pulumi.get(self, "vswitch_id")
|
|
9498
9513
|
|
|
@@ -9505,6 +9520,7 @@ class GetNetworkInterfacesInterfaceResult(dict):
|
|
|
9505
9520
|
description: str,
|
|
9506
9521
|
id: str,
|
|
9507
9522
|
instance_id: str,
|
|
9523
|
+
ipv6_sets: Sequence[str],
|
|
9508
9524
|
mac: str,
|
|
9509
9525
|
name: str,
|
|
9510
9526
|
network_interface_id: str,
|
|
@@ -9522,7 +9538,7 @@ class GetNetworkInterfacesInterfaceResult(dict):
|
|
|
9522
9538
|
service_id: int,
|
|
9523
9539
|
service_managed: bool,
|
|
9524
9540
|
status: str,
|
|
9525
|
-
tags: Mapping[str,
|
|
9541
|
+
tags: Mapping[str, str],
|
|
9526
9542
|
type: str,
|
|
9527
9543
|
vpc_id: str,
|
|
9528
9544
|
vswitch_id: str,
|
|
@@ -9539,9 +9555,9 @@ class GetNetworkInterfacesInterfaceResult(dict):
|
|
|
9539
9555
|
:param str resource_group_id: The Id of resource group.
|
|
9540
9556
|
:param Sequence[str] security_groups: A list of security group that the ENI belongs to.
|
|
9541
9557
|
:param str status: Current status of the ENI.
|
|
9542
|
-
:param Mapping[str,
|
|
9558
|
+
:param Mapping[str, str] tags: A map of tags assigned to the ENI.
|
|
9543
9559
|
:param str vpc_id: ID of the VPC that the ENI belongs to.
|
|
9544
|
-
:param str vswitch_id: ID of the
|
|
9560
|
+
:param str vswitch_id: ID of the vSwitch that the ENI is linked to.
|
|
9545
9561
|
:param str zone_id: ID of the availability zone that the ENI belongs to.
|
|
9546
9562
|
"""
|
|
9547
9563
|
pulumi.set(__self__, "associated_public_ips", associated_public_ips)
|
|
@@ -9549,6 +9565,7 @@ class GetNetworkInterfacesInterfaceResult(dict):
|
|
|
9549
9565
|
pulumi.set(__self__, "description", description)
|
|
9550
9566
|
pulumi.set(__self__, "id", id)
|
|
9551
9567
|
pulumi.set(__self__, "instance_id", instance_id)
|
|
9568
|
+
pulumi.set(__self__, "ipv6_sets", ipv6_sets)
|
|
9552
9569
|
pulumi.set(__self__, "mac", mac)
|
|
9553
9570
|
pulumi.set(__self__, "name", name)
|
|
9554
9571
|
pulumi.set(__self__, "network_interface_id", network_interface_id)
|
|
@@ -9609,6 +9626,11 @@ class GetNetworkInterfacesInterfaceResult(dict):
|
|
|
9609
9626
|
"""
|
|
9610
9627
|
return pulumi.get(self, "instance_id")
|
|
9611
9628
|
|
|
9629
|
+
@property
|
|
9630
|
+
@pulumi.getter(name="ipv6Sets")
|
|
9631
|
+
def ipv6_sets(self) -> Sequence[str]:
|
|
9632
|
+
return pulumi.get(self, "ipv6_sets")
|
|
9633
|
+
|
|
9612
9634
|
@property
|
|
9613
9635
|
@pulumi.getter
|
|
9614
9636
|
def mac(self) -> str:
|
|
@@ -9717,7 +9739,7 @@ class GetNetworkInterfacesInterfaceResult(dict):
|
|
|
9717
9739
|
|
|
9718
9740
|
@property
|
|
9719
9741
|
@pulumi.getter
|
|
9720
|
-
def tags(self) -> Mapping[str,
|
|
9742
|
+
def tags(self) -> Mapping[str, str]:
|
|
9721
9743
|
"""
|
|
9722
9744
|
A map of tags assigned to the ENI.
|
|
9723
9745
|
"""
|
|
@@ -9740,7 +9762,7 @@ class GetNetworkInterfacesInterfaceResult(dict):
|
|
|
9740
9762
|
@pulumi.getter(name="vswitchId")
|
|
9741
9763
|
def vswitch_id(self) -> str:
|
|
9742
9764
|
"""
|
|
9743
|
-
ID of the
|
|
9765
|
+
ID of the vSwitch that the ENI is linked to.
|
|
9744
9766
|
"""
|
|
9745
9767
|
return pulumi.get(self, "vswitch_id")
|
|
9746
9768
|
|
|
@@ -9926,7 +9948,7 @@ class GetSecurityGroupsGroupResult(dict):
|
|
|
9926
9948
|
resource_group_id: str,
|
|
9927
9949
|
security_group_type: str,
|
|
9928
9950
|
vpc_id: str,
|
|
9929
|
-
tags: Optional[Mapping[str,
|
|
9951
|
+
tags: Optional[Mapping[str, str]] = None):
|
|
9930
9952
|
"""
|
|
9931
9953
|
:param str creation_time: Creation time of the security group.
|
|
9932
9954
|
:param str description: The description of the security group.
|
|
@@ -9936,7 +9958,7 @@ class GetSecurityGroupsGroupResult(dict):
|
|
|
9936
9958
|
:param str resource_group_id: The Id of resource group which the security_group belongs.
|
|
9937
9959
|
:param str security_group_type: The type of the security group.
|
|
9938
9960
|
:param str vpc_id: Used to retrieve security groups that belong to the specified VPC ID.
|
|
9939
|
-
:param Mapping[str,
|
|
9961
|
+
:param Mapping[str, str] tags: A map of tags assigned to the ECS instances. It must be in the format:
|
|
9940
9962
|
```python
|
|
9941
9963
|
import pulumi
|
|
9942
9964
|
import pulumi_alicloud as alicloud
|
|
@@ -10024,7 +10046,7 @@ class GetSecurityGroupsGroupResult(dict):
|
|
|
10024
10046
|
|
|
10025
10047
|
@property
|
|
10026
10048
|
@pulumi.getter
|
|
10027
|
-
def tags(self) -> Optional[Mapping[str,
|
|
10049
|
+
def tags(self) -> Optional[Mapping[str, str]]:
|
|
10028
10050
|
"""
|
|
10029
10051
|
A map of tags assigned to the ECS instances. It must be in the format:
|
|
10030
10052
|
```python
|
|
@@ -10066,7 +10088,7 @@ class GetSnapshotsSnapshotResult(dict):
|
|
|
10066
10088
|
source_disk_type: str,
|
|
10067
10089
|
source_storage_type: str,
|
|
10068
10090
|
status: str,
|
|
10069
|
-
tags: Mapping[str,
|
|
10091
|
+
tags: Mapping[str, str],
|
|
10070
10092
|
type: str,
|
|
10071
10093
|
usage: str):
|
|
10072
10094
|
"""
|
|
@@ -10083,7 +10105,7 @@ class GetSnapshotsSnapshotResult(dict):
|
|
|
10083
10105
|
:param str source_disk_size: Size of the source disk, measured in GB.
|
|
10084
10106
|
:param str source_disk_type: Source disk attribute. Value range: `System`,`Data`.
|
|
10085
10107
|
:param str status: The snapshot status. Value range: `progressing`, `accomplished` and `failed`.
|
|
10086
|
-
:param Mapping[str,
|
|
10108
|
+
:param Mapping[str, str] tags: A map of tags assigned to the snapshot.
|
|
10087
10109
|
:param str usage: Whether the snapshots are used to create resources or not. Value range: `image`, `disk`, `image_disk` and `none`.
|
|
10088
10110
|
"""
|
|
10089
10111
|
pulumi.set(__self__, "category", category)
|
|
@@ -10269,7 +10291,7 @@ class GetSnapshotsSnapshotResult(dict):
|
|
|
10269
10291
|
|
|
10270
10292
|
@property
|
|
10271
10293
|
@pulumi.getter
|
|
10272
|
-
def tags(self) -> Mapping[str,
|
|
10294
|
+
def tags(self) -> Mapping[str, str]:
|
|
10273
10295
|
"""
|
|
10274
10296
|
A map of tags assigned to the snapshot.
|
|
10275
10297
|
"""
|