@pulumi/alicloud 3.27.0 → 3.28.0
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.
- package/adb/dbcluster.d.ts +1 -1
- package/adb/dbcluster.js +1 -1
- package/alikafka/instance.d.ts +37 -9
- package/alikafka/instance.js +4 -0
- package/alikafka/instance.js.map +1 -1
- package/apigateway/backend.d.ts +116 -0
- package/apigateway/backend.js +93 -0
- package/apigateway/backend.js.map +1 -0
- package/apigateway/getBackends.d.ts +69 -0
- package/apigateway/getBackends.js +44 -0
- package/apigateway/getBackends.js.map +1 -0
- package/apigateway/index.d.ts +2 -0
- package/apigateway/index.js +6 -0
- package/apigateway/index.js.map +1 -1
- package/cloudstoragegateway/gatewayBlockVolume.d.ts +3 -3
- package/cloudstoragegateway/gatewayFileShare.d.ts +3 -3
- package/cms/alarm.d.ts +18 -0
- package/cms/alarm.js +2 -0
- package/cms/alarm.js.map +1 -1
- package/cs/nodePool.d.ts +76 -9
- package/cs/nodePool.js +47 -0
- package/cs/nodePool.js.map +1 -1
- package/ddos/bgpIp.d.ts +113 -0
- package/ddos/bgpIp.js +94 -0
- package/ddos/bgpIp.js.map +1 -0
- package/ddos/getDdosBgpIps.d.ts +92 -0
- package/ddos/getDdosBgpIps.js +51 -0
- package/ddos/getDdosBgpIps.js.map +1 -0
- package/ddos/index.d.ts +2 -0
- package/ddos/index.js +6 -0
- package/ddos/index.js.map +1 -1
- package/ecs/autoProvisioningGroup.d.ts +3 -3
- package/ecs/disk.d.ts +1 -1
- package/ecs/ecsDisk.d.ts +1 -1
- package/ecs/ecsInstanceSet.d.ts +3 -3
- package/ecs/instance.d.ts +36 -0
- package/ecs/instance.js +6 -0
- package/ecs/instance.js.map +1 -1
- package/fc/functionAsyncInvokeConfig.d.ts +3 -3
- package/fc/index.d.ts +1 -0
- package/fc/index.js +5 -0
- package/fc/index.js.map +1 -1
- package/fc/layerVersion.d.ts +177 -0
- package/fc/layerVersion.js +100 -0
- package/fc/layerVersion.js.map +1 -0
- package/package.json +2 -2
- package/package.json.dev +2 -2
- package/polardb/getGlobalDatabaseNetworks.d.ts +101 -0
- package/polardb/getGlobalDatabaseNetworks.js +53 -0
- package/polardb/getGlobalDatabaseNetworks.js.map +1 -0
- package/polardb/globalDatabaseNetwork.d.ts +117 -0
- package/polardb/globalDatabaseNetwork.js +105 -0
- package/polardb/globalDatabaseNetwork.js.map +1 -0
- package/polardb/index.d.ts +2 -0
- package/polardb/index.js +6 -0
- package/polardb/index.js.map +1 -1
- package/resourcemanager/account.d.ts +18 -0
- package/resourcemanager/account.js +2 -0
- package/resourcemanager/account.js.map +1 -1
- package/resourcemanager/delegatedAdministrator.d.ts +92 -0
- package/resourcemanager/delegatedAdministrator.js +89 -0
- package/resourcemanager/delegatedAdministrator.js.map +1 -0
- package/resourcemanager/getDelegatedAdministrators.d.ts +70 -0
- package/resourcemanager/getDelegatedAdministrators.js +46 -0
- package/resourcemanager/getDelegatedAdministrators.js.map +1 -0
- package/resourcemanager/index.d.ts +2 -0
- package/resourcemanager/index.js +6 -0
- package/resourcemanager/index.js.map +1 -1
- package/types/input.d.ts +221 -41
- package/types/output.d.ts +497 -1
- package/vod/domain.d.ts +2 -2
- package/vpc/getIpv4Gateways.d.ts +94 -0
- package/vpc/getIpv4Gateways.js +49 -0
- package/vpc/getIpv4Gateways.js.map +1 -0
- package/vpc/index.d.ts +2 -0
- package/vpc/index.js +6 -0
- package/vpc/index.js.map +1 -1
- package/vpc/ipv4Gateway.d.ts +124 -0
- package/vpc/ipv4Gateway.js +92 -0
- package/vpc/ipv4Gateway.js.map +1 -0
- package/vpc/natIp.d.ts +7 -1
- package/vpc/natIp.js.map +1 -1
- package/vpc/subnet.d.ts +4 -0
- package/vpc/subnet.js +6 -0
- package/vpc/subnet.js.map +1 -1
- package/vpn/gatewayVpnAttachment.d.ts +260 -0
- package/vpn/gatewayVpnAttachment.js +153 -0
- package/vpn/gatewayVpnAttachment.js.map +1 -0
- package/vpn/getGatewayVpnAttachments.d.ts +91 -0
- package/vpn/getGatewayVpnAttachments.js +50 -0
- package/vpn/getGatewayVpnAttachments.js.map +1 -0
- package/vpn/index.d.ts +2 -0
- package/vpn/index.js +6 -0
- package/vpn/index.js.map +1 -1
package/types/output.d.ts
CHANGED
|
@@ -2784,6 +2784,33 @@ export declare namespace apigateway {
|
|
|
2784
2784
|
*/
|
|
2785
2785
|
name: string;
|
|
2786
2786
|
}
|
|
2787
|
+
interface GetBackendsBackend {
|
|
2788
|
+
/**
|
|
2789
|
+
* The id of the Backend.
|
|
2790
|
+
*/
|
|
2791
|
+
backendId: string;
|
|
2792
|
+
/**
|
|
2793
|
+
* The name of the Backend.
|
|
2794
|
+
*/
|
|
2795
|
+
backendName: string;
|
|
2796
|
+
/**
|
|
2797
|
+
* The type of the Backend.
|
|
2798
|
+
*/
|
|
2799
|
+
backendType: string;
|
|
2800
|
+
/**
|
|
2801
|
+
* The created time of the Backend.
|
|
2802
|
+
*/
|
|
2803
|
+
createTime: string;
|
|
2804
|
+
/**
|
|
2805
|
+
* The description of the Backend.
|
|
2806
|
+
*/
|
|
2807
|
+
description: string;
|
|
2808
|
+
id: string;
|
|
2809
|
+
/**
|
|
2810
|
+
* The modified time of the Backend.
|
|
2811
|
+
*/
|
|
2812
|
+
modifiedTime: string;
|
|
2813
|
+
}
|
|
2787
2814
|
interface GetGroupsGroup {
|
|
2788
2815
|
/**
|
|
2789
2816
|
* Billing status.
|
|
@@ -6677,7 +6704,7 @@ export declare namespace cloudstoragegateway {
|
|
|
6677
6704
|
*/
|
|
6678
6705
|
address: string;
|
|
6679
6706
|
/**
|
|
6680
|
-
* The Block volume set mode to cache mode.
|
|
6707
|
+
* The Block volume set mode to cache mode. Valid values: `Cache`, `WriteThrough`.
|
|
6681
6708
|
*/
|
|
6682
6709
|
cacheMode: string;
|
|
6683
6710
|
/**
|
|
@@ -9891,6 +9918,70 @@ export declare namespace cs {
|
|
|
9891
9918
|
size?: number;
|
|
9892
9919
|
snapshotId?: string;
|
|
9893
9920
|
}
|
|
9921
|
+
interface NodePoolKubeletConfiguration {
|
|
9922
|
+
/**
|
|
9923
|
+
* Same as cpuManagerPolicy. The name of the policy to use. Requires the CPUManager feature gate to be enabled. Valid value is `none` or `static`.
|
|
9924
|
+
*/
|
|
9925
|
+
cpuManagerPolicy?: string;
|
|
9926
|
+
/**
|
|
9927
|
+
* Same as eventBurst. The maximum size of a burst of event creations, temporarily allows event creations to burst to this number, while still not exceeding `eventRecordQps`. It is only used when `eventRecordQps` is greater than 0. Valid value is `[0-100]`.
|
|
9928
|
+
*/
|
|
9929
|
+
eventBurst?: string;
|
|
9930
|
+
/**
|
|
9931
|
+
* Same as eventRecordQPS. The maximum event creations per second. If 0, there is no limit enforced. Valid value is `[0-50]`.
|
|
9932
|
+
*/
|
|
9933
|
+
eventRecordQps?: string;
|
|
9934
|
+
/**
|
|
9935
|
+
* Same as evictionHard. The map of signal names to quantities that defines hard eviction thresholds. For example: `{"memory.available" = "300Mi"}`.
|
|
9936
|
+
*/
|
|
9937
|
+
evictionHard?: {
|
|
9938
|
+
[key: string]: any;
|
|
9939
|
+
};
|
|
9940
|
+
/**
|
|
9941
|
+
* Same as evictionSoft. The map of signal names to quantities that defines soft eviction thresholds. For example: `{"memory.available" = "300Mi"}`.
|
|
9942
|
+
*/
|
|
9943
|
+
evictionSoft?: {
|
|
9944
|
+
[key: string]: any;
|
|
9945
|
+
};
|
|
9946
|
+
/**
|
|
9947
|
+
* Same as evictionSoftGracePeriod. The map of signal names to quantities that defines grace periods for each soft eviction signal. For example: `{"memory.available" = "30s"}`.
|
|
9948
|
+
*/
|
|
9949
|
+
evictionSoftGracePeriod?: {
|
|
9950
|
+
[key: string]: any;
|
|
9951
|
+
};
|
|
9952
|
+
/**
|
|
9953
|
+
* Same as kubeAPIBurst. The burst to allow while talking with kubernetes api-server. Valid value is `[0-100]`.
|
|
9954
|
+
*/
|
|
9955
|
+
kubeApiBurst?: string;
|
|
9956
|
+
/**
|
|
9957
|
+
* Same as kubeAPIQPS. The QPS to use while talking with kubernetes api-server. Valid value is `[0-50]`.
|
|
9958
|
+
*/
|
|
9959
|
+
kubeApiQps?: string;
|
|
9960
|
+
/**
|
|
9961
|
+
* Same as kubeReserved. The set of ResourceName=ResourceQuantity (e.g. cpu=200m,memory=150G) pairs that describe resources reserved for kubernetes system components. Currently, cpu, memory and local storage for root file system are supported. See [compute resources](http://kubernetes.io/docs/user-guide/compute-resources) for more details.
|
|
9962
|
+
*/
|
|
9963
|
+
kubeReserved?: {
|
|
9964
|
+
[key: string]: any;
|
|
9965
|
+
};
|
|
9966
|
+
/**
|
|
9967
|
+
* Same as registryBurst. The maximum size of burst pulls, temporarily allows pulls to burst to this number, while still not exceeding `registryPullQps`. Only used if `registryPullQps` is greater than 0. Valid value is `[0-100]`.
|
|
9968
|
+
*/
|
|
9969
|
+
registryBurst?: string;
|
|
9970
|
+
/**
|
|
9971
|
+
* Same as registryPullQPS. The limit of registry pulls per second. Setting it to `0` means no limit. Valid value is `[0-50]`.
|
|
9972
|
+
*/
|
|
9973
|
+
registryPullQps?: string;
|
|
9974
|
+
/**
|
|
9975
|
+
* Same as serializeImagePulls. When enabled, it tells the Kubelet to pull images one at a time. We recommend not changing the default value on nodes that run docker daemon with version < 1.9 or an Aufs storage backend. Valid value is `true` or `false`.
|
|
9976
|
+
*/
|
|
9977
|
+
serializeImagePulls?: string;
|
|
9978
|
+
/**
|
|
9979
|
+
* Same as systemReserved. The set of ResourceName=ResourceQuantity (e.g. cpu=200m,memory=150G) pairs that describe resources reserved for non-kubernetes components. Currently, only cpu and memory are supported. See [compute resources](http://kubernetes.io/docs/user-guide/compute-resources) for more details.
|
|
9980
|
+
*/
|
|
9981
|
+
systemReserved?: {
|
|
9982
|
+
[key: string]: any;
|
|
9983
|
+
};
|
|
9984
|
+
}
|
|
9894
9985
|
interface NodePoolLabel {
|
|
9895
9986
|
/**
|
|
9896
9987
|
* The label key.
|
|
@@ -9923,6 +10014,12 @@ export declare namespace cs {
|
|
|
9923
10014
|
*/
|
|
9924
10015
|
surgePercentage?: number;
|
|
9925
10016
|
}
|
|
10017
|
+
interface NodePoolRolloutPolicy {
|
|
10018
|
+
/**
|
|
10019
|
+
* Max number of unavailable nodes. Default to `1`.
|
|
10020
|
+
*/
|
|
10021
|
+
maxUnavailable?: number;
|
|
10022
|
+
}
|
|
9926
10023
|
interface NodePoolScalingConfig {
|
|
9927
10024
|
/**
|
|
9928
10025
|
* Peak EIP bandwidth. Its valid value range [1~500] in Mbps. Default to `5`.
|
|
@@ -10486,6 +10583,28 @@ export declare namespace ddos {
|
|
|
10486
10583
|
*/
|
|
10487
10584
|
type: string;
|
|
10488
10585
|
}
|
|
10586
|
+
interface GetDdosBgpIpsIp {
|
|
10587
|
+
/**
|
|
10588
|
+
* The ID of the Ip. The value formats as `<instance_id>:<ip>`.
|
|
10589
|
+
*/
|
|
10590
|
+
id: string;
|
|
10591
|
+
/**
|
|
10592
|
+
* The ID of the native protection enterprise instance to be operated.
|
|
10593
|
+
*/
|
|
10594
|
+
instanceId: string;
|
|
10595
|
+
/**
|
|
10596
|
+
* The IP address.
|
|
10597
|
+
*/
|
|
10598
|
+
ip: string;
|
|
10599
|
+
/**
|
|
10600
|
+
* The type of cloud asset to which the IP address belongs.
|
|
10601
|
+
*/
|
|
10602
|
+
product: string;
|
|
10603
|
+
/**
|
|
10604
|
+
* The current state of the IP address.
|
|
10605
|
+
*/
|
|
10606
|
+
status: string;
|
|
10607
|
+
}
|
|
10489
10608
|
interface GetDdosCooDomainResourcesResource {
|
|
10490
10609
|
/**
|
|
10491
10610
|
* The IP addresses in the blacklist for the domain name.
|
|
@@ -16650,6 +16769,16 @@ export declare namespace ecs {
|
|
|
16650
16769
|
*/
|
|
16651
16770
|
snapshotId?: string;
|
|
16652
16771
|
}
|
|
16772
|
+
interface InstanceMaintenanceTime {
|
|
16773
|
+
/**
|
|
16774
|
+
* The end time of maintenance. The time must be on the hour at exactly 0 minute and 0 second. The `startTime` and `endTime` parameters must be specified at the same time. The `endTime` value must be 1 to 23 hours later than the `startTime` value. Specify the time in the HH:mm:ss format. The time must be in UTC+8.
|
|
16775
|
+
*/
|
|
16776
|
+
endTime?: string;
|
|
16777
|
+
/**
|
|
16778
|
+
* The start time of maintenance. The time must be on the hour at exactly 0 minute and 0 second. The `startTime` and `endTime` parameters must be specified at the same time. The `endTime` value must be 1 to 23 hours later than the `startTime` value. Specify the time in the HH:mm:ss format. The time must be in UTC+8.
|
|
16779
|
+
*/
|
|
16780
|
+
startTime?: string;
|
|
16781
|
+
}
|
|
16653
16782
|
interface LaunchTemplateDataDisk {
|
|
16654
16783
|
/**
|
|
16655
16784
|
* The category of the disk:
|
|
@@ -27221,6 +27350,54 @@ export declare namespace polardb {
|
|
|
27221
27350
|
*/
|
|
27222
27351
|
vswitchId: string;
|
|
27223
27352
|
}
|
|
27353
|
+
interface GetGlobalDatabaseNetworksNetwork {
|
|
27354
|
+
/**
|
|
27355
|
+
* The time when the Global Database Network was created. The time is in the YYYY-MM-DDThh:mm:ssZ format. The time is displayed in UTC.
|
|
27356
|
+
*/
|
|
27357
|
+
createTime: string;
|
|
27358
|
+
/**
|
|
27359
|
+
* The details of each cluster in the Global Database Network.
|
|
27360
|
+
*/
|
|
27361
|
+
dbClusters: outputs.polardb.GetGlobalDatabaseNetworksNetworkDbCluster[];
|
|
27362
|
+
/**
|
|
27363
|
+
* The type of the database engine. Only MySQL is supported.
|
|
27364
|
+
*/
|
|
27365
|
+
dbType: string;
|
|
27366
|
+
/**
|
|
27367
|
+
* The version number of the database engine. Only the 8.0 version is supported.
|
|
27368
|
+
*/
|
|
27369
|
+
dbVersion: string;
|
|
27370
|
+
/**
|
|
27371
|
+
* The description of the Global Database Network.
|
|
27372
|
+
*/
|
|
27373
|
+
description: string;
|
|
27374
|
+
/**
|
|
27375
|
+
* The ID of the Global Database Network.
|
|
27376
|
+
*/
|
|
27377
|
+
gdnId: string;
|
|
27378
|
+
/**
|
|
27379
|
+
* The ID of the Global Database Network.
|
|
27380
|
+
*/
|
|
27381
|
+
id: string;
|
|
27382
|
+
/**
|
|
27383
|
+
* The status of the Global Database Network.
|
|
27384
|
+
*/
|
|
27385
|
+
status: string;
|
|
27386
|
+
}
|
|
27387
|
+
interface GetGlobalDatabaseNetworksNetworkDbCluster {
|
|
27388
|
+
/**
|
|
27389
|
+
* The ID of the PolarDB cluster.
|
|
27390
|
+
*/
|
|
27391
|
+
dbClusterId: string;
|
|
27392
|
+
/**
|
|
27393
|
+
* The region ID of the cluster.
|
|
27394
|
+
*/
|
|
27395
|
+
regionId: string;
|
|
27396
|
+
/**
|
|
27397
|
+
* The role of the cluster.
|
|
27398
|
+
*/
|
|
27399
|
+
role: string;
|
|
27400
|
+
}
|
|
27224
27401
|
interface GetNodeClassesClass {
|
|
27225
27402
|
/**
|
|
27226
27403
|
* A list of PolarDB node classes in the zone.
|
|
@@ -28993,6 +29170,24 @@ export declare namespace resourcemanager {
|
|
|
28993
29170
|
*/
|
|
28994
29171
|
policyType: string;
|
|
28995
29172
|
}
|
|
29173
|
+
interface GetDelegatedAdministratorsAdministrator {
|
|
29174
|
+
/**
|
|
29175
|
+
* The ID of the member account.
|
|
29176
|
+
*/
|
|
29177
|
+
accountId: string;
|
|
29178
|
+
/**
|
|
29179
|
+
* The time when the member was specified as a delegated administrator account.
|
|
29180
|
+
*/
|
|
29181
|
+
delegationEnabledTime: string;
|
|
29182
|
+
/**
|
|
29183
|
+
* The ID of the Delegated Administrator.
|
|
29184
|
+
*/
|
|
29185
|
+
id: string;
|
|
29186
|
+
/**
|
|
29187
|
+
* The identity of the trusted service.
|
|
29188
|
+
*/
|
|
29189
|
+
servicePrincipal: string;
|
|
29190
|
+
}
|
|
28996
29191
|
interface GetFoldersFolder {
|
|
28997
29192
|
folderId: string;
|
|
28998
29193
|
folderName: string;
|
|
@@ -33822,6 +34017,44 @@ export declare namespace vpc {
|
|
|
33822
34017
|
*/
|
|
33823
34018
|
ipsecPfs: string;
|
|
33824
34019
|
}
|
|
34020
|
+
interface GetIpv4GatewaysGateway {
|
|
34021
|
+
/**
|
|
34022
|
+
* The creation time of the resource.
|
|
34023
|
+
*/
|
|
34024
|
+
createTime: string;
|
|
34025
|
+
/**
|
|
34026
|
+
* Indicates whether the IPv4 gateway is activated.
|
|
34027
|
+
*/
|
|
34028
|
+
enabled: boolean;
|
|
34029
|
+
/**
|
|
34030
|
+
* The ID of the Ipv4 Gateway.
|
|
34031
|
+
*/
|
|
34032
|
+
id: string;
|
|
34033
|
+
/**
|
|
34034
|
+
* The description of the IPv4 gateway.
|
|
34035
|
+
*/
|
|
34036
|
+
ipv4GatewayDescription: string;
|
|
34037
|
+
/**
|
|
34038
|
+
* The resource attribute field that represents the resource level 1 ID.
|
|
34039
|
+
*/
|
|
34040
|
+
ipv4GatewayId: string;
|
|
34041
|
+
/**
|
|
34042
|
+
* The name of the IPv4 gateway.
|
|
34043
|
+
*/
|
|
34044
|
+
ipv4GatewayName: string;
|
|
34045
|
+
/**
|
|
34046
|
+
* ID of the route table associated with IPv4 Gateway.
|
|
34047
|
+
*/
|
|
34048
|
+
ipv4GatewayRouteTableId: string;
|
|
34049
|
+
/**
|
|
34050
|
+
* The status of the resource.
|
|
34051
|
+
*/
|
|
34052
|
+
status: string;
|
|
34053
|
+
/**
|
|
34054
|
+
* The ID of the VPC associated with the IPv4 Gateway.
|
|
34055
|
+
*/
|
|
34056
|
+
vpcId: string;
|
|
34057
|
+
}
|
|
33825
34058
|
interface GetIpv6AddressesAddress {
|
|
33826
34059
|
/**
|
|
33827
34060
|
* The ID of the instance that is assigned the IPv6 address.
|
|
@@ -35147,6 +35380,106 @@ export declare namespace vpn {
|
|
|
35147
35380
|
*/
|
|
35148
35381
|
ipsecPfs?: string;
|
|
35149
35382
|
}
|
|
35383
|
+
interface GatewayVpnAttachmentBgpConfig {
|
|
35384
|
+
/**
|
|
35385
|
+
* Whether to enable BGP.
|
|
35386
|
+
*/
|
|
35387
|
+
enable: boolean;
|
|
35388
|
+
/**
|
|
35389
|
+
* The ASN on the Alibaba Cloud side.
|
|
35390
|
+
*/
|
|
35391
|
+
localAsn: number;
|
|
35392
|
+
/**
|
|
35393
|
+
* The BGP IP address on the Alibaba Cloud side.
|
|
35394
|
+
*/
|
|
35395
|
+
localBgpIp: string;
|
|
35396
|
+
/**
|
|
35397
|
+
* The CIDR block of the IPsec tunnel. The CIDR block belongs to 169.254.0.0/16. The mask of the CIDR block is 30 bits in length.
|
|
35398
|
+
*/
|
|
35399
|
+
tunnelCidr: string;
|
|
35400
|
+
}
|
|
35401
|
+
interface GatewayVpnAttachmentHealthCheckConfig {
|
|
35402
|
+
/**
|
|
35403
|
+
* The destination IP address that is used for health checks.
|
|
35404
|
+
*/
|
|
35405
|
+
dip: string;
|
|
35406
|
+
/**
|
|
35407
|
+
* Whether to enable BGP.
|
|
35408
|
+
*/
|
|
35409
|
+
enable: boolean;
|
|
35410
|
+
/**
|
|
35411
|
+
* The interval between two consecutive health checks. Unit: seconds.
|
|
35412
|
+
*/
|
|
35413
|
+
interval: number;
|
|
35414
|
+
/**
|
|
35415
|
+
* Whether to revoke the published route when the health check fails. Valid values: `revokeRoute` or `reserveRoute`.
|
|
35416
|
+
*/
|
|
35417
|
+
policy: string;
|
|
35418
|
+
/**
|
|
35419
|
+
* The maximum number of health check retries.
|
|
35420
|
+
*/
|
|
35421
|
+
retry: number;
|
|
35422
|
+
/**
|
|
35423
|
+
* The source IP address that is used for health checks.
|
|
35424
|
+
*/
|
|
35425
|
+
sip: string;
|
|
35426
|
+
}
|
|
35427
|
+
interface GatewayVpnAttachmentIkeConfig {
|
|
35428
|
+
/**
|
|
35429
|
+
* IKE authentication algorithm supports sha1 and MD5.
|
|
35430
|
+
*/
|
|
35431
|
+
ikeAuthAlg: string;
|
|
35432
|
+
/**
|
|
35433
|
+
* The encryption algorithm of phase-one negotiation. Valid value: aes | aes192 | aes256 | des | 3des. Default Valid value: aes.
|
|
35434
|
+
*/
|
|
35435
|
+
ikeEncAlg?: string;
|
|
35436
|
+
/**
|
|
35437
|
+
* The SA lifecycle as the result of phase-one negotiation. The valid value of n is [0, 86400], the unit is second and the default value is 86400.
|
|
35438
|
+
*/
|
|
35439
|
+
ikeLifetime?: number;
|
|
35440
|
+
/**
|
|
35441
|
+
* The negotiation mode of IKE V1. Valid value: main (main mode) | aggressive (aggressive mode). Default value: `main`.
|
|
35442
|
+
*/
|
|
35443
|
+
ikeMode?: string;
|
|
35444
|
+
/**
|
|
35445
|
+
* The Diffie-Hellman key exchange algorithm used by phase-one negotiation. Valid value: group1 | group2 | group5 | group14 | group24. Default value: group2
|
|
35446
|
+
*/
|
|
35447
|
+
ikePfs?: string;
|
|
35448
|
+
/**
|
|
35449
|
+
* The version of the IKE protocol. Valid value: `ikev1`, `ikev2`. Default value: `ikev1`.
|
|
35450
|
+
*/
|
|
35451
|
+
ikeVersion?: string;
|
|
35452
|
+
/**
|
|
35453
|
+
* The local ID, which supports the FQDN and IP formats. The current VPN gateway IP address is selected by default.
|
|
35454
|
+
*/
|
|
35455
|
+
localId?: string;
|
|
35456
|
+
/**
|
|
35457
|
+
* Used for authentication between the IPsec VPN gateway and the customer gateway.
|
|
35458
|
+
*/
|
|
35459
|
+
psk?: string;
|
|
35460
|
+
/**
|
|
35461
|
+
* The peer ID, which supports FQDN and IP formats. By default, the IP address of the currently selected user gateway.
|
|
35462
|
+
*/
|
|
35463
|
+
remoteId?: string;
|
|
35464
|
+
}
|
|
35465
|
+
interface GatewayVpnAttachmentIpsecConfig {
|
|
35466
|
+
/**
|
|
35467
|
+
* The authentication algorithm of phase-two negotiation. Valid value: md5 | sha1 | sha256 | sha384 | sha512 |. Default value: sha1
|
|
35468
|
+
*/
|
|
35469
|
+
ipsecAuthAlg?: string;
|
|
35470
|
+
/**
|
|
35471
|
+
* The encryption algorithm of phase-two negotiation. Valid value: aes | aes192 | aes256 | des | 3des. Default value: aes
|
|
35472
|
+
*/
|
|
35473
|
+
ipsecEncAlg?: string;
|
|
35474
|
+
/**
|
|
35475
|
+
* The SA lifecycle as the result of phase-two negotiation. The valid value is [0, 86400], the unit is second and the default value is 86400.
|
|
35476
|
+
*/
|
|
35477
|
+
ipsecLifetime?: number;
|
|
35478
|
+
/**
|
|
35479
|
+
* The Diffie-Hellman key exchange algorithm used by phase-two negotiation. Valid value: group1 | group2 | group5 | group14 | group24| disabled. Default value: group2
|
|
35480
|
+
*/
|
|
35481
|
+
ipsecPfs?: string;
|
|
35482
|
+
}
|
|
35150
35483
|
interface GetConnectionsConnection {
|
|
35151
35484
|
createTime: string;
|
|
35152
35485
|
/**
|
|
@@ -35265,6 +35598,169 @@ export declare namespace vpn {
|
|
|
35265
35598
|
*/
|
|
35266
35599
|
name: string;
|
|
35267
35600
|
}
|
|
35601
|
+
interface GetGatewayVpnAttachmentsAttachment {
|
|
35602
|
+
/**
|
|
35603
|
+
* The configurations of the BGP routing protocol.
|
|
35604
|
+
*/
|
|
35605
|
+
bgpConfigs: outputs.vpn.GetGatewayVpnAttachmentsAttachmentBgpConfig[];
|
|
35606
|
+
/**
|
|
35607
|
+
* The status of the IPsec-VPN connection.
|
|
35608
|
+
*/
|
|
35609
|
+
connectionStatus: string;
|
|
35610
|
+
/**
|
|
35611
|
+
* The creation time of the resource.
|
|
35612
|
+
*/
|
|
35613
|
+
createTime: string;
|
|
35614
|
+
/**
|
|
35615
|
+
* The ID of the customer gateway.
|
|
35616
|
+
*/
|
|
35617
|
+
customerGatewayId: string;
|
|
35618
|
+
/**
|
|
35619
|
+
* Indicates whether IPsec-VPN negotiations are initiated immediately. Valid values.
|
|
35620
|
+
*/
|
|
35621
|
+
effectImmediately: boolean;
|
|
35622
|
+
/**
|
|
35623
|
+
* The health check configurations.
|
|
35624
|
+
*/
|
|
35625
|
+
healthCheckConfigs: outputs.vpn.GetGatewayVpnAttachmentsAttachmentHealthCheckConfig[];
|
|
35626
|
+
/**
|
|
35627
|
+
* The ID of the Vpn Attachment.
|
|
35628
|
+
*/
|
|
35629
|
+
id: string;
|
|
35630
|
+
/**
|
|
35631
|
+
* Configuration negotiated in the second stage.
|
|
35632
|
+
*/
|
|
35633
|
+
ikeConfigs: outputs.vpn.GetGatewayVpnAttachmentsAttachmentIkeConfig[];
|
|
35634
|
+
/**
|
|
35635
|
+
* The configuration of Phase 2 negotiations.
|
|
35636
|
+
*/
|
|
35637
|
+
ipsecConfigs: outputs.vpn.GetGatewayVpnAttachmentsAttachmentIpsecConfig[];
|
|
35638
|
+
/**
|
|
35639
|
+
* The CIDR block of the virtual private cloud (VPC).
|
|
35640
|
+
*/
|
|
35641
|
+
localSubnet: string;
|
|
35642
|
+
/**
|
|
35643
|
+
* The network type.
|
|
35644
|
+
*/
|
|
35645
|
+
networkType: string;
|
|
35646
|
+
/**
|
|
35647
|
+
* The CIDR block of the on-premises data center.
|
|
35648
|
+
*/
|
|
35649
|
+
remoteSubnet: string;
|
|
35650
|
+
/**
|
|
35651
|
+
* The status of the resource.
|
|
35652
|
+
*/
|
|
35653
|
+
status: string;
|
|
35654
|
+
/**
|
|
35655
|
+
* The name of the IPsec-VPN connection.
|
|
35656
|
+
*/
|
|
35657
|
+
vpnAttachmentName: string;
|
|
35658
|
+
/**
|
|
35659
|
+
* The first ID of the resource.
|
|
35660
|
+
*/
|
|
35661
|
+
vpnConnectionId: string;
|
|
35662
|
+
}
|
|
35663
|
+
interface GetGatewayVpnAttachmentsAttachmentBgpConfig {
|
|
35664
|
+
/**
|
|
35665
|
+
* The ASN on the Alibaba Cloud side.
|
|
35666
|
+
*/
|
|
35667
|
+
localAsn: string;
|
|
35668
|
+
/**
|
|
35669
|
+
* The BGP IP address on the Alibaba Cloud side.
|
|
35670
|
+
*/
|
|
35671
|
+
localBgpIp: string;
|
|
35672
|
+
/**
|
|
35673
|
+
* The status of the resource.
|
|
35674
|
+
*/
|
|
35675
|
+
status: string;
|
|
35676
|
+
/**
|
|
35677
|
+
* The CIDR block of the IPsec tunnel. The CIDR block belongs to 169.254.0.0/16. The mask of the CIDR block is 30 bits in length.
|
|
35678
|
+
*/
|
|
35679
|
+
tunnelCidr: string;
|
|
35680
|
+
}
|
|
35681
|
+
interface GetGatewayVpnAttachmentsAttachmentHealthCheckConfig {
|
|
35682
|
+
/**
|
|
35683
|
+
* The destination IP address.
|
|
35684
|
+
*/
|
|
35685
|
+
dip: string;
|
|
35686
|
+
enable: boolean;
|
|
35687
|
+
/**
|
|
35688
|
+
* The interval between two consecutive health checks. Unit: seconds.
|
|
35689
|
+
*/
|
|
35690
|
+
interval: number;
|
|
35691
|
+
/**
|
|
35692
|
+
* Whether to revoke the published route when the health check fails.
|
|
35693
|
+
*/
|
|
35694
|
+
policy: string;
|
|
35695
|
+
/**
|
|
35696
|
+
* The maximum number of health check retries.
|
|
35697
|
+
*/
|
|
35698
|
+
retry: number;
|
|
35699
|
+
/**
|
|
35700
|
+
* The source IP address.
|
|
35701
|
+
*/
|
|
35702
|
+
sip: string;
|
|
35703
|
+
/**
|
|
35704
|
+
* The status of the resource.
|
|
35705
|
+
*/
|
|
35706
|
+
status: string;
|
|
35707
|
+
}
|
|
35708
|
+
interface GetGatewayVpnAttachmentsAttachmentIkeConfig {
|
|
35709
|
+
/**
|
|
35710
|
+
* The IKE authentication algorithm.
|
|
35711
|
+
*/
|
|
35712
|
+
ikeAuthAlg: string;
|
|
35713
|
+
/**
|
|
35714
|
+
* The IKE encryption algorithm.
|
|
35715
|
+
*/
|
|
35716
|
+
ikeEncAlg: string;
|
|
35717
|
+
/**
|
|
35718
|
+
* The IKE lifetime. Unit: seconds.
|
|
35719
|
+
*/
|
|
35720
|
+
ikeLifetime: string;
|
|
35721
|
+
/**
|
|
35722
|
+
* The IKE negotiation mode.
|
|
35723
|
+
*/
|
|
35724
|
+
ikeMode: string;
|
|
35725
|
+
/**
|
|
35726
|
+
* The DH group.
|
|
35727
|
+
*/
|
|
35728
|
+
ikePfs: string;
|
|
35729
|
+
/**
|
|
35730
|
+
* The version of the IKE protocol.
|
|
35731
|
+
*/
|
|
35732
|
+
ikeVersion: string;
|
|
35733
|
+
/**
|
|
35734
|
+
* The local ID, which supports the FQDN and IP formats. The current VPN gateway IP address is selected by default.
|
|
35735
|
+
*/
|
|
35736
|
+
localId: string;
|
|
35737
|
+
/**
|
|
35738
|
+
* The pre-shared key.
|
|
35739
|
+
*/
|
|
35740
|
+
psk: string;
|
|
35741
|
+
/**
|
|
35742
|
+
* The identifier of the peer. The default value is the IP address of the VPN gateway. The value can be a fully qualified domain name (FQDN) or an IP address.
|
|
35743
|
+
*/
|
|
35744
|
+
remoteId: string;
|
|
35745
|
+
}
|
|
35746
|
+
interface GetGatewayVpnAttachmentsAttachmentIpsecConfig {
|
|
35747
|
+
/**
|
|
35748
|
+
* The IPsec authentication algorithm.
|
|
35749
|
+
*/
|
|
35750
|
+
ipsecAuthAlg: string;
|
|
35751
|
+
/**
|
|
35752
|
+
* The IPsec encryption algorithm.
|
|
35753
|
+
*/
|
|
35754
|
+
ipsecEncAlg: string;
|
|
35755
|
+
/**
|
|
35756
|
+
* The IPsec lifetime. Unit: seconds.
|
|
35757
|
+
*/
|
|
35758
|
+
ipsecLifetime: string;
|
|
35759
|
+
/**
|
|
35760
|
+
* The DH group.
|
|
35761
|
+
*/
|
|
35762
|
+
ipsecPfs: string;
|
|
35763
|
+
}
|
|
35268
35764
|
interface GetGatewaysGateway {
|
|
35269
35765
|
/**
|
|
35270
35766
|
* Limit search to specific business status - valid value is "Normal", "FinancialLocked".
|
package/vod/domain.d.ts
CHANGED
|
@@ -99,7 +99,7 @@ export declare class Domain extends pulumi.CustomResource {
|
|
|
99
99
|
*/
|
|
100
100
|
readonly sslPub: pulumi.Output<string>;
|
|
101
101
|
/**
|
|
102
|
-
* The status of the domain name for CDN.
|
|
102
|
+
* The status of the domain name for CDN. Valid values:
|
|
103
103
|
*/
|
|
104
104
|
readonly status: pulumi.Output<string>;
|
|
105
105
|
/**
|
|
@@ -176,7 +176,7 @@ export interface DomainState {
|
|
|
176
176
|
*/
|
|
177
177
|
sslPub?: pulumi.Input<string>;
|
|
178
178
|
/**
|
|
179
|
-
* The status of the domain name for CDN.
|
|
179
|
+
* The status of the domain name for CDN. Valid values:
|
|
180
180
|
*/
|
|
181
181
|
status?: pulumi.Input<string>;
|
|
182
182
|
/**
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import { output as outputs } from "../types";
|
|
3
|
+
/**
|
|
4
|
+
* This data source provides the Vpc Ipv4 Gateways of the current Alibaba Cloud user.
|
|
5
|
+
*
|
|
6
|
+
* > **NOTE:** Available in v1.181.0+.
|
|
7
|
+
*
|
|
8
|
+
* ## Example Usage
|
|
9
|
+
*
|
|
10
|
+
* Basic Usage
|
|
11
|
+
*
|
|
12
|
+
* ```typescript
|
|
13
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
14
|
+
* import * as alicloud from "@pulumi/alicloud";
|
|
15
|
+
*
|
|
16
|
+
* const ids = alicloud.vpc.getIpv4Gateways({});
|
|
17
|
+
* export const vpcIpv4GatewayId1 = ids.then(ids => ids.gateways?[0]?.id);
|
|
18
|
+
* const nameRegex = alicloud.vpc.getIpv4Gateways({
|
|
19
|
+
* nameRegex: "^my-Ipv4Gateway",
|
|
20
|
+
* });
|
|
21
|
+
* export const vpcIpv4GatewayId2 = nameRegex.then(nameRegex => nameRegex.gateways?[0]?.id);
|
|
22
|
+
* ```
|
|
23
|
+
*/
|
|
24
|
+
export declare function getIpv4Gateways(args?: GetIpv4GatewaysArgs, opts?: pulumi.InvokeOptions): Promise<GetIpv4GatewaysResult>;
|
|
25
|
+
/**
|
|
26
|
+
* A collection of arguments for invoking getIpv4Gateways.
|
|
27
|
+
*/
|
|
28
|
+
export interface GetIpv4GatewaysArgs {
|
|
29
|
+
/**
|
|
30
|
+
* A list of Ipv4 Gateway IDs.
|
|
31
|
+
*/
|
|
32
|
+
ids?: string[];
|
|
33
|
+
/**
|
|
34
|
+
* The name of the IPv4 gateway.
|
|
35
|
+
*/
|
|
36
|
+
ipv4GatewayName?: string;
|
|
37
|
+
/**
|
|
38
|
+
* A regex string to filter results by Ipv4 Gateway name.
|
|
39
|
+
*/
|
|
40
|
+
nameRegex?: string;
|
|
41
|
+
outputFile?: string;
|
|
42
|
+
/**
|
|
43
|
+
* The status of the resource.
|
|
44
|
+
*/
|
|
45
|
+
status?: string;
|
|
46
|
+
/**
|
|
47
|
+
* The ID of the VPC associated with the IPv4 Gateway.
|
|
48
|
+
*/
|
|
49
|
+
vpcId?: string;
|
|
50
|
+
}
|
|
51
|
+
/**
|
|
52
|
+
* A collection of values returned by getIpv4Gateways.
|
|
53
|
+
*/
|
|
54
|
+
export interface GetIpv4GatewaysResult {
|
|
55
|
+
readonly gateways: outputs.vpc.GetIpv4GatewaysGateway[];
|
|
56
|
+
/**
|
|
57
|
+
* The provider-assigned unique ID for this managed resource.
|
|
58
|
+
*/
|
|
59
|
+
readonly id: string;
|
|
60
|
+
readonly ids: string[];
|
|
61
|
+
readonly ipv4GatewayName?: string;
|
|
62
|
+
readonly nameRegex?: string;
|
|
63
|
+
readonly names: string[];
|
|
64
|
+
readonly outputFile?: string;
|
|
65
|
+
readonly status?: string;
|
|
66
|
+
readonly vpcId?: string;
|
|
67
|
+
}
|
|
68
|
+
export declare function getIpv4GatewaysOutput(args?: GetIpv4GatewaysOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetIpv4GatewaysResult>;
|
|
69
|
+
/**
|
|
70
|
+
* A collection of arguments for invoking getIpv4Gateways.
|
|
71
|
+
*/
|
|
72
|
+
export interface GetIpv4GatewaysOutputArgs {
|
|
73
|
+
/**
|
|
74
|
+
* A list of Ipv4 Gateway IDs.
|
|
75
|
+
*/
|
|
76
|
+
ids?: pulumi.Input<pulumi.Input<string>[]>;
|
|
77
|
+
/**
|
|
78
|
+
* The name of the IPv4 gateway.
|
|
79
|
+
*/
|
|
80
|
+
ipv4GatewayName?: pulumi.Input<string>;
|
|
81
|
+
/**
|
|
82
|
+
* A regex string to filter results by Ipv4 Gateway name.
|
|
83
|
+
*/
|
|
84
|
+
nameRegex?: pulumi.Input<string>;
|
|
85
|
+
outputFile?: pulumi.Input<string>;
|
|
86
|
+
/**
|
|
87
|
+
* The status of the resource.
|
|
88
|
+
*/
|
|
89
|
+
status?: pulumi.Input<string>;
|
|
90
|
+
/**
|
|
91
|
+
* The ID of the VPC associated with the IPv4 Gateway.
|
|
92
|
+
*/
|
|
93
|
+
vpcId?: pulumi.Input<string>;
|
|
94
|
+
}
|