pulumi-alicloud 3.72.0a1735837979__py3-none-any.whl → 3.72.0a1735881335__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 +75 -0
- pulumi_alicloud/_inputs.py +471 -0
- pulumi_alicloud/adb/cluster.py +68 -0
- pulumi_alicloud/adb/db_cluster.py +94 -0
- pulumi_alicloud/adb/get_db_cluster_lake_versions.py +39 -4
- pulumi_alicloud/adb/outputs.py +106 -2
- pulumi_alicloud/apig/__init__.py +12 -0
- pulumi_alicloud/apig/_inputs.py +263 -0
- pulumi_alicloud/apig/environment.py +317 -0
- pulumi_alicloud/apig/gateway.py +645 -0
- pulumi_alicloud/apig/http_api.py +465 -0
- pulumi_alicloud/apig/outputs.py +213 -0
- pulumi_alicloud/cfg/get_aggregate_compliance_packs.py +2 -2
- pulumi_alicloud/cfg/get_aggregate_config_rules.py +4 -4
- pulumi_alicloud/cfg/get_aggregate_deliveries.py +16 -2
- pulumi_alicloud/cfg/get_aggregators.py +2 -2
- pulumi_alicloud/cfg/get_compliance_packs.py +2 -2
- pulumi_alicloud/cfg/get_configuration_recorders.py +2 -6
- pulumi_alicloud/cfg/get_deliveries.py +11 -2
- pulumi_alicloud/cfg/get_delivery_channels.py +0 -4
- pulumi_alicloud/cfg/get_rules.py +3 -7
- pulumi_alicloud/cfg/outputs.py +28 -20
- pulumi_alicloud/cloudfirewall/get_instance_members.py +2 -2
- pulumi_alicloud/cloudfirewall/get_instances.py +23 -6
- pulumi_alicloud/cloudfirewall/get_vpc_firewall_cens.py +2 -2
- pulumi_alicloud/cloudfirewall/get_vpc_firewall_control_policies.py +32 -2
- pulumi_alicloud/cloudfirewall/get_vpc_firewalls.py +2 -2
- pulumi_alicloud/cloudfirewall/instance.py +1 -1
- pulumi_alicloud/cloudfirewall/outputs.py +16 -4
- pulumi_alicloud/config/__init__.pyi +2 -0
- pulumi_alicloud/config/outputs.py +284 -0
- pulumi_alicloud/config/vars.py +4 -0
- pulumi_alicloud/cr/_inputs.py +128 -0
- pulumi_alicloud/cr/outputs.py +93 -0
- pulumi_alicloud/cr/registry_enterprise_instance.py +86 -63
- pulumi_alicloud/cs/registry_enterprise_sync_rule.py +331 -38
- pulumi_alicloud/dcdn/get_domains.py +2 -2
- pulumi_alicloud/dcdn/get_ipa_domains.py +14 -2
- pulumi_alicloud/dcdn/get_waf_domains.py +5 -2
- pulumi_alicloud/dcdn/get_waf_policies.py +8 -2
- pulumi_alicloud/dcdn/outputs.py +6 -6
- pulumi_alicloud/ddos/get_ddos_coo_domain_resources.py +8 -2
- pulumi_alicloud/ddos/get_ddos_coo_ports.py +16 -4
- pulumi_alicloud/ddos/outputs.py +4 -4
- pulumi_alicloud/ecs/_inputs.py +9 -0
- pulumi_alicloud/ecs/get_ecs_disks.py +103 -14
- pulumi_alicloud/ecs/outputs.py +90 -36
- pulumi_alicloud/esa/__init__.py +3 -0
- pulumi_alicloud/esa/_inputs.py +456 -0
- pulumi_alicloud/esa/outputs.py +321 -0
- pulumi_alicloud/esa/record.py +798 -0
- pulumi_alicloud/ess/get_scaling_configurations.py +116 -10
- pulumi_alicloud/ess/notification.py +50 -3
- pulumi_alicloud/ess/outputs.py +104 -8
- pulumi_alicloud/ess/scheduled_task.py +7 -7
- pulumi_alicloud/fc/v3_trigger.py +1 -1
- pulumi_alicloud/ga/get_accelerator_spare_ip_attachments.py +11 -2
- pulumi_alicloud/ga/get_acls.py +14 -2
- pulumi_alicloud/ga/get_additional_certificates.py +11 -2
- pulumi_alicloud/ga/get_bandwidth_packages.py +14 -2
- pulumi_alicloud/ga/get_basic_accelerate_ip_endpoint_relations.py +2 -2
- pulumi_alicloud/ga/get_basic_accelerate_ips.py +2 -2
- pulumi_alicloud/ga/get_basic_accelerators.py +2 -2
- pulumi_alicloud/ga/get_basic_endpoints.py +2 -2
- pulumi_alicloud/ga/get_custom_routing_endpoint_group_destinations.py +2 -2
- pulumi_alicloud/ga/get_custom_routing_endpoint_groups.py +2 -2
- pulumi_alicloud/ga/get_custom_routing_endpoint_traffic_policies.py +2 -2
- pulumi_alicloud/ga/get_custom_routing_endpoints.py +2 -2
- pulumi_alicloud/ga/get_custom_routing_port_mappings.py +2 -2
- pulumi_alicloud/ga/get_domains.py +2 -2
- pulumi_alicloud/ga/get_forwarding_rules.py +8 -2
- pulumi_alicloud/ga/get_ip_sets.py +8 -2
- pulumi_alicloud/ga/get_listeners.py +11 -2
- pulumi_alicloud/ga/outputs.py +64 -32
- pulumi_alicloud/get_msc_sub_contact_verification_message.py +2 -2
- pulumi_alicloud/get_msc_sub_contacts.py +8 -2
- pulumi_alicloud/get_msc_sub_subscriptions.py +5 -2
- pulumi_alicloud/get_msc_sub_webhooks.py +8 -2
- pulumi_alicloud/kms/key.py +108 -28
- pulumi_alicloud/kvstore/get_instances.py +14 -3
- pulumi_alicloud/kvstore/outputs.py +48 -4
- pulumi_alicloud/marketplace/order.py +2 -2
- pulumi_alicloud/mongodb/__init__.py +1 -0
- pulumi_alicloud/mongodb/private_srv_network_address.py +283 -0
- pulumi_alicloud/oss/__init__.py +2 -0
- pulumi_alicloud/oss/_inputs.py +68 -0
- pulumi_alicloud/oss/access_point.py +463 -0
- pulumi_alicloud/oss/bucket_worm.py +327 -0
- pulumi_alicloud/oss/outputs.py +74 -0
- pulumi_alicloud/privatelink/get_service.py +2 -2
- pulumi_alicloud/privatelink/get_vpc_endpoint_connections.py +14 -2
- pulumi_alicloud/privatelink/get_vpc_endpoint_service_resources.py +8 -2
- pulumi_alicloud/privatelink/get_vpc_endpoint_service_users.py +11 -2
- pulumi_alicloud/privatelink/get_vpc_endpoint_zones.py +11 -2
- pulumi_alicloud/privatelink/get_vpc_endpoints.py +23 -2
- pulumi_alicloud/privatelink/outputs.py +6 -6
- pulumi_alicloud/provider.py +20 -0
- pulumi_alicloud/pulumi-plugin.json +1 -1
- pulumi_alicloud/ram/get_policies.py +66 -8
- pulumi_alicloud/rds/instance.py +211 -14
- pulumi_alicloud/resourcemanager/control_policy_attachment.py +28 -28
- pulumi_alicloud/resourcemanager/shared_resource.py +7 -0
- pulumi_alicloud/schedulerx/__init__.py +3 -0
- pulumi_alicloud/schedulerx/_inputs.py +542 -0
- pulumi_alicloud/schedulerx/app_group.py +952 -0
- pulumi_alicloud/schedulerx/job.py +1454 -0
- pulumi_alicloud/schedulerx/namespace.py +64 -51
- pulumi_alicloud/schedulerx/outputs.py +425 -0
- pulumi_alicloud/sddp/get_configs.py +5 -2
- pulumi_alicloud/sddp/get_data_limits.py +11 -2
- pulumi_alicloud/sddp/get_instances.py +5 -2
- pulumi_alicloud/sddp/get_rules.py +29 -2
- pulumi_alicloud/sddp/outputs.py +14 -14
- pulumi_alicloud/vpc/get_peer_connections.py +17 -2
- pulumi_alicloud/vpc/network.py +293 -40
- pulumi_alicloud/vpc/outputs.py +2 -2
- pulumi_alicloud/vpc/peer_connection.py +239 -132
- pulumi_alicloud/vpc/peer_connection_accepter.py +85 -6
- pulumi_alicloud/waf/domain.py +2 -2
- pulumi_alicloud/waf/get_certificates.py +14 -2
- pulumi_alicloud/waf/get_domains.py +6 -4
- pulumi_alicloud/waf/get_instances.py +2 -2
- pulumi_alicloud/waf/instance.py +0 -64
- pulumi_alicloud/waf/outputs.py +2 -4
- pulumi_alicloud/wafv3/get_instances.py +10 -4
- {pulumi_alicloud-3.72.0a1735837979.dist-info → pulumi_alicloud-3.72.0a1735881335.dist-info}/METADATA +1 -1
- {pulumi_alicloud-3.72.0a1735837979.dist-info → pulumi_alicloud-3.72.0a1735881335.dist-info}/RECORD +129 -114
- {pulumi_alicloud-3.72.0a1735837979.dist-info → pulumi_alicloud-3.72.0a1735881335.dist-info}/WHEEL +0 -0
- {pulumi_alicloud-3.72.0a1735837979.dist-info → pulumi_alicloud-3.72.0a1735881335.dist-info}/top_level.txt +0 -0
pulumi_alicloud/adb/outputs.py
CHANGED
|
@@ -19,8 +19,10 @@ __all__ = [
|
|
|
19
19
|
'LakeAccountAccountPrivilege',
|
|
20
20
|
'LakeAccountAccountPrivilegePrivilegeObject',
|
|
21
21
|
'GetClustersClusterResult',
|
|
22
|
+
'GetClustersClusterAvailableKernelVersionResult',
|
|
22
23
|
'GetDBClusterLakeVersionsVersionResult',
|
|
23
24
|
'GetDBClustersClusterResult',
|
|
25
|
+
'GetDBClustersClusterAvailableKernelVersionResult',
|
|
24
26
|
'GetResourceGroupsGroupResult',
|
|
25
27
|
'GetZonesZoneResult',
|
|
26
28
|
]
|
|
@@ -134,6 +136,7 @@ class LakeAccountAccountPrivilegePrivilegeObject(dict):
|
|
|
134
136
|
class GetClustersClusterResult(dict):
|
|
135
137
|
def __init__(__self__, *,
|
|
136
138
|
auto_renew_period: int,
|
|
139
|
+
available_kernel_versions: Sequence['outputs.GetClustersClusterAvailableKernelVersionResult'],
|
|
137
140
|
charge_type: str,
|
|
138
141
|
commodity_code: str,
|
|
139
142
|
compute_resource: str,
|
|
@@ -157,6 +160,7 @@ class GetClustersClusterResult(dict):
|
|
|
157
160
|
expire_time: str,
|
|
158
161
|
expired: str,
|
|
159
162
|
id: str,
|
|
163
|
+
kernel_version: str,
|
|
160
164
|
lock_mode: str,
|
|
161
165
|
lock_reason: str,
|
|
162
166
|
maintain_time: str,
|
|
@@ -197,6 +201,7 @@ class GetClustersClusterResult(dict):
|
|
|
197
201
|
:param str zone_id: The ZoneId of the ADB cluster.
|
|
198
202
|
"""
|
|
199
203
|
pulumi.set(__self__, "auto_renew_period", auto_renew_period)
|
|
204
|
+
pulumi.set(__self__, "available_kernel_versions", available_kernel_versions)
|
|
200
205
|
pulumi.set(__self__, "charge_type", charge_type)
|
|
201
206
|
pulumi.set(__self__, "commodity_code", commodity_code)
|
|
202
207
|
pulumi.set(__self__, "compute_resource", compute_resource)
|
|
@@ -220,6 +225,7 @@ class GetClustersClusterResult(dict):
|
|
|
220
225
|
pulumi.set(__self__, "expire_time", expire_time)
|
|
221
226
|
pulumi.set(__self__, "expired", expired)
|
|
222
227
|
pulumi.set(__self__, "id", id)
|
|
228
|
+
pulumi.set(__self__, "kernel_version", kernel_version)
|
|
223
229
|
pulumi.set(__self__, "lock_mode", lock_mode)
|
|
224
230
|
pulumi.set(__self__, "lock_reason", lock_reason)
|
|
225
231
|
pulumi.set(__self__, "maintain_time", maintain_time)
|
|
@@ -245,6 +251,11 @@ class GetClustersClusterResult(dict):
|
|
|
245
251
|
def auto_renew_period(self) -> int:
|
|
246
252
|
return pulumi.get(self, "auto_renew_period")
|
|
247
253
|
|
|
254
|
+
@property
|
|
255
|
+
@pulumi.getter(name="availableKernelVersions")
|
|
256
|
+
def available_kernel_versions(self) -> Sequence['outputs.GetClustersClusterAvailableKernelVersionResult']:
|
|
257
|
+
return pulumi.get(self, "available_kernel_versions")
|
|
258
|
+
|
|
248
259
|
@property
|
|
249
260
|
@pulumi.getter(name="chargeType")
|
|
250
261
|
def charge_type(self) -> str:
|
|
@@ -387,6 +398,11 @@ class GetClustersClusterResult(dict):
|
|
|
387
398
|
"""
|
|
388
399
|
return pulumi.get(self, "id")
|
|
389
400
|
|
|
401
|
+
@property
|
|
402
|
+
@pulumi.getter(name="kernelVersion")
|
|
403
|
+
def kernel_version(self) -> str:
|
|
404
|
+
return pulumi.get(self, "kernel_version")
|
|
405
|
+
|
|
390
406
|
@property
|
|
391
407
|
@pulumi.getter(name="lockMode")
|
|
392
408
|
def lock_mode(self) -> str:
|
|
@@ -506,6 +522,32 @@ class GetClustersClusterResult(dict):
|
|
|
506
522
|
return pulumi.get(self, "zone_id")
|
|
507
523
|
|
|
508
524
|
|
|
525
|
+
@pulumi.output_type
|
|
526
|
+
class GetClustersClusterAvailableKernelVersionResult(dict):
|
|
527
|
+
def __init__(__self__, *,
|
|
528
|
+
expire_date: str,
|
|
529
|
+
kernel_version: str,
|
|
530
|
+
release_date: str):
|
|
531
|
+
pulumi.set(__self__, "expire_date", expire_date)
|
|
532
|
+
pulumi.set(__self__, "kernel_version", kernel_version)
|
|
533
|
+
pulumi.set(__self__, "release_date", release_date)
|
|
534
|
+
|
|
535
|
+
@property
|
|
536
|
+
@pulumi.getter(name="expireDate")
|
|
537
|
+
def expire_date(self) -> str:
|
|
538
|
+
return pulumi.get(self, "expire_date")
|
|
539
|
+
|
|
540
|
+
@property
|
|
541
|
+
@pulumi.getter(name="kernelVersion")
|
|
542
|
+
def kernel_version(self) -> str:
|
|
543
|
+
return pulumi.get(self, "kernel_version")
|
|
544
|
+
|
|
545
|
+
@property
|
|
546
|
+
@pulumi.getter(name="releaseDate")
|
|
547
|
+
def release_date(self) -> str:
|
|
548
|
+
return pulumi.get(self, "release_date")
|
|
549
|
+
|
|
550
|
+
|
|
509
551
|
@pulumi.output_type
|
|
510
552
|
class GetDBClusterLakeVersionsVersionResult(dict):
|
|
511
553
|
def __init__(__self__, *,
|
|
@@ -547,7 +589,7 @@ class GetDBClusterLakeVersionsVersionResult(dict):
|
|
|
547
589
|
:param str payment_type: The payment type of the resource.
|
|
548
590
|
:param str port: The port that is used to access the cluster.
|
|
549
591
|
:param str resource_group_id: The ID of the resource group.
|
|
550
|
-
:param str status: The status of the resource.
|
|
592
|
+
:param str status: The status of the resource. Valid values: `Preparing`, `Creating`, `Restoring`, `Running`, `Deleting`, `ClassChanging`, `NetAddressCreating`, `NetAddressDeleting`.
|
|
551
593
|
:param str storage_resource: The specifications of storage resources in elastic mode. The resources are used for data read and write operations.
|
|
552
594
|
:param str vpc_id: The vpc id.
|
|
553
595
|
:param str vswitch_id: The vswitch id.
|
|
@@ -707,7 +749,7 @@ class GetDBClusterLakeVersionsVersionResult(dict):
|
|
|
707
749
|
@pulumi.getter
|
|
708
750
|
def status(self) -> str:
|
|
709
751
|
"""
|
|
710
|
-
The status of the resource.
|
|
752
|
+
The status of the resource. Valid values: `Preparing`, `Creating`, `Restoring`, `Running`, `Deleting`, `ClassChanging`, `NetAddressCreating`, `NetAddressDeleting`.
|
|
711
753
|
"""
|
|
712
754
|
return pulumi.get(self, "status")
|
|
713
755
|
|
|
@@ -748,6 +790,7 @@ class GetDBClusterLakeVersionsVersionResult(dict):
|
|
|
748
790
|
class GetDBClustersClusterResult(dict):
|
|
749
791
|
def __init__(__self__, *,
|
|
750
792
|
auto_renew_period: int,
|
|
793
|
+
available_kernel_versions: Sequence['outputs.GetDBClustersClusterAvailableKernelVersionResult'],
|
|
751
794
|
charge_type: str,
|
|
752
795
|
commodity_code: str,
|
|
753
796
|
compute_resource: str,
|
|
@@ -771,6 +814,7 @@ class GetDBClustersClusterResult(dict):
|
|
|
771
814
|
expire_time: str,
|
|
772
815
|
expired: str,
|
|
773
816
|
id: str,
|
|
817
|
+
kernel_version: str,
|
|
774
818
|
lock_mode: str,
|
|
775
819
|
lock_reason: str,
|
|
776
820
|
maintain_time: str,
|
|
@@ -792,6 +836,7 @@ class GetDBClustersClusterResult(dict):
|
|
|
792
836
|
zone_id: str):
|
|
793
837
|
"""
|
|
794
838
|
:param int auto_renew_period: Auto-renewal period of an cluster, in the unit of the month.
|
|
839
|
+
:param Sequence['GetDBClustersClusterAvailableKernelVersionArgs'] available_kernel_versions: The minor versions to which you can update the current minor version of the cluster.
|
|
795
840
|
:param str charge_type: The payment type of the resource.
|
|
796
841
|
:param str commodity_code: The name of the service.
|
|
797
842
|
:param str compute_resource: The specifications of computing resources in elastic mode. The increase of resources can speed up queries. AnalyticDB for MySQL automatically scales computing resources.
|
|
@@ -815,6 +860,7 @@ class GetDBClustersClusterResult(dict):
|
|
|
815
860
|
:param str expire_time: The time when the cluster expires.
|
|
816
861
|
:param str expired: Indicates whether the cluster has expired.
|
|
817
862
|
:param str id: The ID of the DBCluster.
|
|
863
|
+
:param str kernel_version: The minor version. Example: 3.1.9.
|
|
818
864
|
:param str lock_mode: The lock mode of the cluster.
|
|
819
865
|
:param str lock_reason: The reason why the cluster is locked.
|
|
820
866
|
:param str maintain_time: The maintenance window of the cluster.
|
|
@@ -836,6 +882,7 @@ class GetDBClustersClusterResult(dict):
|
|
|
836
882
|
:param str zone_id: The zone ID of the resource.
|
|
837
883
|
"""
|
|
838
884
|
pulumi.set(__self__, "auto_renew_period", auto_renew_period)
|
|
885
|
+
pulumi.set(__self__, "available_kernel_versions", available_kernel_versions)
|
|
839
886
|
pulumi.set(__self__, "charge_type", charge_type)
|
|
840
887
|
pulumi.set(__self__, "commodity_code", commodity_code)
|
|
841
888
|
pulumi.set(__self__, "compute_resource", compute_resource)
|
|
@@ -859,6 +906,7 @@ class GetDBClustersClusterResult(dict):
|
|
|
859
906
|
pulumi.set(__self__, "expire_time", expire_time)
|
|
860
907
|
pulumi.set(__self__, "expired", expired)
|
|
861
908
|
pulumi.set(__self__, "id", id)
|
|
909
|
+
pulumi.set(__self__, "kernel_version", kernel_version)
|
|
862
910
|
pulumi.set(__self__, "lock_mode", lock_mode)
|
|
863
911
|
pulumi.set(__self__, "lock_reason", lock_reason)
|
|
864
912
|
pulumi.set(__self__, "maintain_time", maintain_time)
|
|
@@ -887,6 +935,14 @@ class GetDBClustersClusterResult(dict):
|
|
|
887
935
|
"""
|
|
888
936
|
return pulumi.get(self, "auto_renew_period")
|
|
889
937
|
|
|
938
|
+
@property
|
|
939
|
+
@pulumi.getter(name="availableKernelVersions")
|
|
940
|
+
def available_kernel_versions(self) -> Sequence['outputs.GetDBClustersClusterAvailableKernelVersionResult']:
|
|
941
|
+
"""
|
|
942
|
+
The minor versions to which you can update the current minor version of the cluster.
|
|
943
|
+
"""
|
|
944
|
+
return pulumi.get(self, "available_kernel_versions")
|
|
945
|
+
|
|
890
946
|
@property
|
|
891
947
|
@pulumi.getter(name="chargeType")
|
|
892
948
|
def charge_type(self) -> str:
|
|
@@ -1071,6 +1127,14 @@ class GetDBClustersClusterResult(dict):
|
|
|
1071
1127
|
"""
|
|
1072
1128
|
return pulumi.get(self, "id")
|
|
1073
1129
|
|
|
1130
|
+
@property
|
|
1131
|
+
@pulumi.getter(name="kernelVersion")
|
|
1132
|
+
def kernel_version(self) -> str:
|
|
1133
|
+
"""
|
|
1134
|
+
The minor version. Example: 3.1.9.
|
|
1135
|
+
"""
|
|
1136
|
+
return pulumi.get(self, "kernel_version")
|
|
1137
|
+
|
|
1074
1138
|
@property
|
|
1075
1139
|
@pulumi.getter(name="lockMode")
|
|
1076
1140
|
def lock_mode(self) -> str:
|
|
@@ -1224,6 +1288,46 @@ class GetDBClustersClusterResult(dict):
|
|
|
1224
1288
|
return pulumi.get(self, "zone_id")
|
|
1225
1289
|
|
|
1226
1290
|
|
|
1291
|
+
@pulumi.output_type
|
|
1292
|
+
class GetDBClustersClusterAvailableKernelVersionResult(dict):
|
|
1293
|
+
def __init__(__self__, *,
|
|
1294
|
+
expire_date: str,
|
|
1295
|
+
kernel_version: str,
|
|
1296
|
+
release_date: str):
|
|
1297
|
+
"""
|
|
1298
|
+
:param str expire_date: The maintenance expiration time of the version
|
|
1299
|
+
:param str kernel_version: The minor version. Example: 3.1.9.
|
|
1300
|
+
:param str release_date: The time when the minor version was released.
|
|
1301
|
+
"""
|
|
1302
|
+
pulumi.set(__self__, "expire_date", expire_date)
|
|
1303
|
+
pulumi.set(__self__, "kernel_version", kernel_version)
|
|
1304
|
+
pulumi.set(__self__, "release_date", release_date)
|
|
1305
|
+
|
|
1306
|
+
@property
|
|
1307
|
+
@pulumi.getter(name="expireDate")
|
|
1308
|
+
def expire_date(self) -> str:
|
|
1309
|
+
"""
|
|
1310
|
+
The maintenance expiration time of the version
|
|
1311
|
+
"""
|
|
1312
|
+
return pulumi.get(self, "expire_date")
|
|
1313
|
+
|
|
1314
|
+
@property
|
|
1315
|
+
@pulumi.getter(name="kernelVersion")
|
|
1316
|
+
def kernel_version(self) -> str:
|
|
1317
|
+
"""
|
|
1318
|
+
The minor version. Example: 3.1.9.
|
|
1319
|
+
"""
|
|
1320
|
+
return pulumi.get(self, "kernel_version")
|
|
1321
|
+
|
|
1322
|
+
@property
|
|
1323
|
+
@pulumi.getter(name="releaseDate")
|
|
1324
|
+
def release_date(self) -> str:
|
|
1325
|
+
"""
|
|
1326
|
+
The time when the minor version was released.
|
|
1327
|
+
"""
|
|
1328
|
+
return pulumi.get(self, "release_date")
|
|
1329
|
+
|
|
1330
|
+
|
|
1227
1331
|
@pulumi.output_type
|
|
1228
1332
|
class GetResourceGroupsGroupResult(dict):
|
|
1229
1333
|
def __init__(__self__, *,
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
from .. import _utilities
|
|
6
|
+
import typing
|
|
7
|
+
# Export this package's modules as members:
|
|
8
|
+
from .environment import *
|
|
9
|
+
from .gateway import *
|
|
10
|
+
from .http_api import *
|
|
11
|
+
from ._inputs import *
|
|
12
|
+
from . import outputs
|
|
@@ -0,0 +1,263 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import copy
|
|
6
|
+
import warnings
|
|
7
|
+
import sys
|
|
8
|
+
import pulumi
|
|
9
|
+
import pulumi.runtime
|
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
|
+
from .. import _utilities
|
|
16
|
+
|
|
17
|
+
__all__ = [
|
|
18
|
+
'GatewayLogConfigArgs',
|
|
19
|
+
'GatewayLogConfigArgsDict',
|
|
20
|
+
'GatewayLogConfigSlsArgs',
|
|
21
|
+
'GatewayLogConfigSlsArgsDict',
|
|
22
|
+
'GatewayNetworkAccessConfigArgs',
|
|
23
|
+
'GatewayNetworkAccessConfigArgsDict',
|
|
24
|
+
'GatewayVpcArgs',
|
|
25
|
+
'GatewayVpcArgsDict',
|
|
26
|
+
'GatewayVswitchArgs',
|
|
27
|
+
'GatewayVswitchArgsDict',
|
|
28
|
+
'GatewayZoneConfigArgs',
|
|
29
|
+
'GatewayZoneConfigArgsDict',
|
|
30
|
+
]
|
|
31
|
+
|
|
32
|
+
MYPY = False
|
|
33
|
+
|
|
34
|
+
if not MYPY:
|
|
35
|
+
class GatewayLogConfigArgsDict(TypedDict):
|
|
36
|
+
sls: NotRequired[pulumi.Input['GatewayLogConfigSlsArgsDict']]
|
|
37
|
+
"""
|
|
38
|
+
Sls See `sls` below.
|
|
39
|
+
"""
|
|
40
|
+
elif False:
|
|
41
|
+
GatewayLogConfigArgsDict: TypeAlias = Mapping[str, Any]
|
|
42
|
+
|
|
43
|
+
@pulumi.input_type
|
|
44
|
+
class GatewayLogConfigArgs:
|
|
45
|
+
def __init__(__self__, *,
|
|
46
|
+
sls: Optional[pulumi.Input['GatewayLogConfigSlsArgs']] = None):
|
|
47
|
+
"""
|
|
48
|
+
:param pulumi.Input['GatewayLogConfigSlsArgs'] sls: Sls See `sls` below.
|
|
49
|
+
"""
|
|
50
|
+
if sls is not None:
|
|
51
|
+
pulumi.set(__self__, "sls", sls)
|
|
52
|
+
|
|
53
|
+
@property
|
|
54
|
+
@pulumi.getter
|
|
55
|
+
def sls(self) -> Optional[pulumi.Input['GatewayLogConfigSlsArgs']]:
|
|
56
|
+
"""
|
|
57
|
+
Sls See `sls` below.
|
|
58
|
+
"""
|
|
59
|
+
return pulumi.get(self, "sls")
|
|
60
|
+
|
|
61
|
+
@sls.setter
|
|
62
|
+
def sls(self, value: Optional[pulumi.Input['GatewayLogConfigSlsArgs']]):
|
|
63
|
+
pulumi.set(self, "sls", value)
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
if not MYPY:
|
|
67
|
+
class GatewayLogConfigSlsArgsDict(TypedDict):
|
|
68
|
+
enable: NotRequired[pulumi.Input[bool]]
|
|
69
|
+
"""
|
|
70
|
+
Enable Log Service
|
|
71
|
+
"""
|
|
72
|
+
elif False:
|
|
73
|
+
GatewayLogConfigSlsArgsDict: TypeAlias = Mapping[str, Any]
|
|
74
|
+
|
|
75
|
+
@pulumi.input_type
|
|
76
|
+
class GatewayLogConfigSlsArgs:
|
|
77
|
+
def __init__(__self__, *,
|
|
78
|
+
enable: Optional[pulumi.Input[bool]] = None):
|
|
79
|
+
"""
|
|
80
|
+
:param pulumi.Input[bool] enable: Enable Log Service
|
|
81
|
+
"""
|
|
82
|
+
if enable is not None:
|
|
83
|
+
pulumi.set(__self__, "enable", enable)
|
|
84
|
+
|
|
85
|
+
@property
|
|
86
|
+
@pulumi.getter
|
|
87
|
+
def enable(self) -> Optional[pulumi.Input[bool]]:
|
|
88
|
+
"""
|
|
89
|
+
Enable Log Service
|
|
90
|
+
"""
|
|
91
|
+
return pulumi.get(self, "enable")
|
|
92
|
+
|
|
93
|
+
@enable.setter
|
|
94
|
+
def enable(self, value: Optional[pulumi.Input[bool]]):
|
|
95
|
+
pulumi.set(self, "enable", value)
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
if not MYPY:
|
|
99
|
+
class GatewayNetworkAccessConfigArgsDict(TypedDict):
|
|
100
|
+
type: NotRequired[pulumi.Input[str]]
|
|
101
|
+
"""
|
|
102
|
+
Network Access Type
|
|
103
|
+
"""
|
|
104
|
+
elif False:
|
|
105
|
+
GatewayNetworkAccessConfigArgsDict: TypeAlias = Mapping[str, Any]
|
|
106
|
+
|
|
107
|
+
@pulumi.input_type
|
|
108
|
+
class GatewayNetworkAccessConfigArgs:
|
|
109
|
+
def __init__(__self__, *,
|
|
110
|
+
type: Optional[pulumi.Input[str]] = None):
|
|
111
|
+
"""
|
|
112
|
+
:param pulumi.Input[str] type: Network Access Type
|
|
113
|
+
"""
|
|
114
|
+
if type is not None:
|
|
115
|
+
pulumi.set(__self__, "type", type)
|
|
116
|
+
|
|
117
|
+
@property
|
|
118
|
+
@pulumi.getter
|
|
119
|
+
def type(self) -> Optional[pulumi.Input[str]]:
|
|
120
|
+
"""
|
|
121
|
+
Network Access Type
|
|
122
|
+
"""
|
|
123
|
+
return pulumi.get(self, "type")
|
|
124
|
+
|
|
125
|
+
@type.setter
|
|
126
|
+
def type(self, value: Optional[pulumi.Input[str]]):
|
|
127
|
+
pulumi.set(self, "type", value)
|
|
128
|
+
|
|
129
|
+
|
|
130
|
+
if not MYPY:
|
|
131
|
+
class GatewayVpcArgsDict(TypedDict):
|
|
132
|
+
vpc_id: pulumi.Input[str]
|
|
133
|
+
"""
|
|
134
|
+
The VPC network ID.
|
|
135
|
+
"""
|
|
136
|
+
name: NotRequired[pulumi.Input[str]]
|
|
137
|
+
"""
|
|
138
|
+
The name of the VPC gateway.
|
|
139
|
+
"""
|
|
140
|
+
elif False:
|
|
141
|
+
GatewayVpcArgsDict: TypeAlias = Mapping[str, Any]
|
|
142
|
+
|
|
143
|
+
@pulumi.input_type
|
|
144
|
+
class GatewayVpcArgs:
|
|
145
|
+
def __init__(__self__, *,
|
|
146
|
+
vpc_id: pulumi.Input[str],
|
|
147
|
+
name: Optional[pulumi.Input[str]] = None):
|
|
148
|
+
"""
|
|
149
|
+
:param pulumi.Input[str] vpc_id: The VPC network ID.
|
|
150
|
+
:param pulumi.Input[str] name: The name of the VPC gateway.
|
|
151
|
+
"""
|
|
152
|
+
pulumi.set(__self__, "vpc_id", vpc_id)
|
|
153
|
+
if name is not None:
|
|
154
|
+
pulumi.set(__self__, "name", name)
|
|
155
|
+
|
|
156
|
+
@property
|
|
157
|
+
@pulumi.getter(name="vpcId")
|
|
158
|
+
def vpc_id(self) -> pulumi.Input[str]:
|
|
159
|
+
"""
|
|
160
|
+
The VPC network ID.
|
|
161
|
+
"""
|
|
162
|
+
return pulumi.get(self, "vpc_id")
|
|
163
|
+
|
|
164
|
+
@vpc_id.setter
|
|
165
|
+
def vpc_id(self, value: pulumi.Input[str]):
|
|
166
|
+
pulumi.set(self, "vpc_id", value)
|
|
167
|
+
|
|
168
|
+
@property
|
|
169
|
+
@pulumi.getter
|
|
170
|
+
def name(self) -> Optional[pulumi.Input[str]]:
|
|
171
|
+
"""
|
|
172
|
+
The name of the VPC gateway.
|
|
173
|
+
"""
|
|
174
|
+
return pulumi.get(self, "name")
|
|
175
|
+
|
|
176
|
+
@name.setter
|
|
177
|
+
def name(self, value: Optional[pulumi.Input[str]]):
|
|
178
|
+
pulumi.set(self, "name", value)
|
|
179
|
+
|
|
180
|
+
|
|
181
|
+
if not MYPY:
|
|
182
|
+
class GatewayVswitchArgsDict(TypedDict):
|
|
183
|
+
name: NotRequired[pulumi.Input[str]]
|
|
184
|
+
"""
|
|
185
|
+
The name of the VPC gateway.
|
|
186
|
+
"""
|
|
187
|
+
vswitch_id: NotRequired[pulumi.Input[str]]
|
|
188
|
+
"""
|
|
189
|
+
The ID of the virtual switch.
|
|
190
|
+
"""
|
|
191
|
+
elif False:
|
|
192
|
+
GatewayVswitchArgsDict: TypeAlias = Mapping[str, Any]
|
|
193
|
+
|
|
194
|
+
@pulumi.input_type
|
|
195
|
+
class GatewayVswitchArgs:
|
|
196
|
+
def __init__(__self__, *,
|
|
197
|
+
name: Optional[pulumi.Input[str]] = None,
|
|
198
|
+
vswitch_id: Optional[pulumi.Input[str]] = None):
|
|
199
|
+
"""
|
|
200
|
+
:param pulumi.Input[str] name: The name of the VPC gateway.
|
|
201
|
+
:param pulumi.Input[str] vswitch_id: The ID of the virtual switch.
|
|
202
|
+
"""
|
|
203
|
+
if name is not None:
|
|
204
|
+
pulumi.set(__self__, "name", name)
|
|
205
|
+
if vswitch_id is not None:
|
|
206
|
+
pulumi.set(__self__, "vswitch_id", vswitch_id)
|
|
207
|
+
|
|
208
|
+
@property
|
|
209
|
+
@pulumi.getter
|
|
210
|
+
def name(self) -> Optional[pulumi.Input[str]]:
|
|
211
|
+
"""
|
|
212
|
+
The name of the VPC gateway.
|
|
213
|
+
"""
|
|
214
|
+
return pulumi.get(self, "name")
|
|
215
|
+
|
|
216
|
+
@name.setter
|
|
217
|
+
def name(self, value: Optional[pulumi.Input[str]]):
|
|
218
|
+
pulumi.set(self, "name", value)
|
|
219
|
+
|
|
220
|
+
@property
|
|
221
|
+
@pulumi.getter(name="vswitchId")
|
|
222
|
+
def vswitch_id(self) -> Optional[pulumi.Input[str]]:
|
|
223
|
+
"""
|
|
224
|
+
The ID of the virtual switch.
|
|
225
|
+
"""
|
|
226
|
+
return pulumi.get(self, "vswitch_id")
|
|
227
|
+
|
|
228
|
+
@vswitch_id.setter
|
|
229
|
+
def vswitch_id(self, value: Optional[pulumi.Input[str]]):
|
|
230
|
+
pulumi.set(self, "vswitch_id", value)
|
|
231
|
+
|
|
232
|
+
|
|
233
|
+
if not MYPY:
|
|
234
|
+
class GatewayZoneConfigArgsDict(TypedDict):
|
|
235
|
+
select_option: pulumi.Input[str]
|
|
236
|
+
"""
|
|
237
|
+
Availability Zone Options
|
|
238
|
+
"""
|
|
239
|
+
elif False:
|
|
240
|
+
GatewayZoneConfigArgsDict: TypeAlias = Mapping[str, Any]
|
|
241
|
+
|
|
242
|
+
@pulumi.input_type
|
|
243
|
+
class GatewayZoneConfigArgs:
|
|
244
|
+
def __init__(__self__, *,
|
|
245
|
+
select_option: pulumi.Input[str]):
|
|
246
|
+
"""
|
|
247
|
+
:param pulumi.Input[str] select_option: Availability Zone Options
|
|
248
|
+
"""
|
|
249
|
+
pulumi.set(__self__, "select_option", select_option)
|
|
250
|
+
|
|
251
|
+
@property
|
|
252
|
+
@pulumi.getter(name="selectOption")
|
|
253
|
+
def select_option(self) -> pulumi.Input[str]:
|
|
254
|
+
"""
|
|
255
|
+
Availability Zone Options
|
|
256
|
+
"""
|
|
257
|
+
return pulumi.get(self, "select_option")
|
|
258
|
+
|
|
259
|
+
@select_option.setter
|
|
260
|
+
def select_option(self, value: pulumi.Input[str]):
|
|
261
|
+
pulumi.set(self, "select_option", value)
|
|
262
|
+
|
|
263
|
+
|