@volcengine/pulumi 0.0.18 → 0.0.20
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/autoscaling/scalingGroup.d.ts +1 -1
- package/bioos/cluster.d.ts +11 -11
- package/bioos/cluster.js +6 -6
- package/bioos/cluster.js.map +1 -1
- package/bioos/clusters.d.ts +3 -0
- package/bioos/clusters.js.map +1 -1
- package/bioos/workspace.d.ts +1 -1
- package/cen/grantInstance.d.ts +1 -1
- package/cen/grantInstance.js +1 -1
- package/clb/acl.d.ts +1 -1
- package/clb/certificate.d.ts +1 -1
- package/clb/clb.d.ts +68 -18
- package/clb/clb.js +38 -17
- package/clb/clb.js.map +1 -1
- package/clb/listener.d.ts +101 -0
- package/clb/listener.js +26 -0
- package/clb/listener.js.map +1 -1
- package/clb/serverGroup.d.ts +12 -0
- package/clb/serverGroup.js +2 -0
- package/clb/serverGroup.js.map +1 -1
- package/direct_connect/bgpPeer.d.ts +175 -0
- package/direct_connect/bgpPeer.js +100 -0
- package/direct_connect/bgpPeer.js.map +1 -0
- package/direct_connect/bgpPeers.d.ts +129 -0
- package/direct_connect/bgpPeers.js +52 -0
- package/direct_connect/bgpPeers.js.map +1 -0
- package/direct_connect/connection.d.ts +217 -0
- package/direct_connect/connection.js +133 -0
- package/direct_connect/connection.js.map +1 -0
- package/direct_connect/connections.d.ts +154 -0
- package/direct_connect/connections.js +54 -0
- package/direct_connect/connections.js.map +1 -0
- package/direct_connect/gateway.d.ts +100 -0
- package/direct_connect/gateway.js +79 -0
- package/direct_connect/gateway.js.map +1 -0
- package/direct_connect/gatewayRoute.d.ts +143 -0
- package/direct_connect/gatewayRoute.js +97 -0
- package/direct_connect/gatewayRoute.js.map +1 -0
- package/direct_connect/gatewayRoutes.d.ts +141 -0
- package/direct_connect/gatewayRoutes.js +58 -0
- package/direct_connect/gatewayRoutes.js.map +1 -0
- package/direct_connect/gateways.d.ts +118 -0
- package/direct_connect/gateways.js +51 -0
- package/direct_connect/gateways.js.map +1 -0
- package/direct_connect/index.d.ts +30 -0
- package/direct_connect/index.js +57 -0
- package/direct_connect/index.js.map +1 -0
- package/direct_connect/virtualInterface.d.ts +263 -0
- package/direct_connect/virtualInterface.js +127 -0
- package/direct_connect/virtualInterface.js.map +1 -0
- package/direct_connect/virtualInterfaces.d.ts +178 -0
- package/direct_connect/virtualInterfaces.js +56 -0
- package/direct_connect/virtualInterfaces.js.map +1 -0
- package/ebs/volume.d.ts +1 -1
- package/ecs/availableResources.d.ts +114 -0
- package/ecs/availableResources.js +50 -0
- package/ecs/availableResources.js.map +1 -0
- package/ecs/index.d.ts +3 -0
- package/ecs/index.js +4 -1
- package/ecs/index.js.map +1 -1
- package/ecs/instance.d.ts +24 -3
- package/ecs/instance.js +2 -0
- package/ecs/instance.js.map +1 -1
- package/eip/address.d.ts +1 -1
- package/iam/index.d.ts +15 -0
- package/iam/index.js +22 -1
- package/iam/index.js.map +1 -1
- package/iam/userGroup.d.ts +95 -0
- package/iam/userGroup.js +79 -0
- package/iam/userGroup.js.map +1 -0
- package/iam/userGroupAttachment.d.ts +92 -0
- package/iam/userGroupAttachment.js +89 -0
- package/iam/userGroupAttachment.js.map +1 -0
- package/iam/userGroupPolicyAttachment.d.ts +105 -0
- package/iam/userGroupPolicyAttachment.js +95 -0
- package/iam/userGroupPolicyAttachment.js.map +1 -0
- package/iam/userGroupPolicyAttachments.d.ts +107 -0
- package/iam/userGroupPolicyAttachments.js +78 -0
- package/iam/userGroupPolicyAttachments.js.map +1 -0
- package/iam/userGroups.d.ts +87 -0
- package/iam/userGroups.js +59 -0
- package/iam/userGroups.js.map +1 -0
- package/index.d.ts +4 -1
- package/index.js +7 -1
- package/index.js.map +1 -1
- package/nas/fileSystem.d.ts +241 -0
- package/nas/fileSystem.js +123 -0
- package/nas/fileSystem.js.map +1 -0
- package/nas/fileSystems.d.ts +231 -0
- package/nas/fileSystems.js +90 -0
- package/nas/fileSystems.js.map +1 -0
- package/nas/index.d.ts +30 -0
- package/nas/index.js +55 -0
- package/nas/index.js.map +1 -0
- package/nas/mountPoint.d.ts +103 -0
- package/nas/mountPoint.js +80 -0
- package/nas/mountPoint.js.map +1 -0
- package/nas/mountPoints.d.ts +91 -0
- package/nas/mountPoints.js +29 -0
- package/nas/mountPoints.js.map +1 -0
- package/nas/permissionGroup.d.ts +116 -0
- package/nas/permissionGroup.js +92 -0
- package/nas/permissionGroup.js.map +1 -0
- package/nas/permissionGroups.d.ts +116 -0
- package/nas/permissionGroups.js +87 -0
- package/nas/permissionGroups.js.map +1 -0
- package/nas/regions.d.ts +62 -0
- package/nas/regions.js +42 -0
- package/nas/regions.js.map +1 -0
- package/nas/snapshot.d.ts +167 -0
- package/nas/snapshot.js +100 -0
- package/nas/snapshot.js.map +1 -0
- package/nas/snapshots.d.ts +131 -0
- package/nas/snapshots.js +59 -0
- package/nas/snapshots.js.map +1 -0
- package/nas/zones.d.ts +62 -0
- package/nas/zones.js +42 -0
- package/nas/zones.js.map +1 -0
- package/nat/gateway.d.ts +1 -1
- package/package.json +2 -2
- package/redis/instance.d.ts +7 -4
- package/redis/instance.js +1 -1
- package/redis/instance.js.map +1 -1
- package/tls/alarmNotifyGroup.d.ts +1 -1
- package/transit_router/bandwidthPackage.d.ts +211 -0
- package/transit_router/bandwidthPackage.js +102 -0
- package/transit_router/bandwidthPackage.js.map +1 -0
- package/transit_router/bandwidthPackages.d.ts +115 -0
- package/transit_router/bandwidthPackages.js +65 -0
- package/transit_router/bandwidthPackages.js.map +1 -0
- package/transit_router/directConnectGatewayAttachment.d.ts +116 -0
- package/transit_router/directConnectGatewayAttachment.js +87 -0
- package/transit_router/directConnectGatewayAttachment.js.map +1 -0
- package/transit_router/directConnectGatewayAttachments.d.ts +99 -0
- package/transit_router/directConnectGatewayAttachments.js +48 -0
- package/transit_router/directConnectGatewayAttachments.js.map +1 -0
- package/transit_router/grantRule.d.ts +95 -0
- package/transit_router/grantRule.js +82 -0
- package/transit_router/grantRule.js.map +1 -0
- package/transit_router/grantRules.d.ts +90 -0
- package/transit_router/grantRules.js +47 -0
- package/transit_router/grantRules.js.map +1 -0
- package/transit_router/index.d.ts +69 -0
- package/transit_router/index.js +110 -0
- package/transit_router/index.js.map +1 -0
- package/transit_router/peerAttachment.d.ts +179 -0
- package/transit_router/peerAttachment.js +105 -0
- package/transit_router/peerAttachment.js.map +1 -0
- package/transit_router/peerAttachments.d.ts +132 -0
- package/transit_router/peerAttachments.js +52 -0
- package/transit_router/peerAttachments.js.map +1 -0
- package/transit_router/routeEntries.d.ts +122 -0
- package/transit_router/routeEntries.js +52 -0
- package/transit_router/routeEntries.js.map +1 -0
- package/transit_router/routeEntry.d.ts +173 -0
- package/transit_router/routeEntry.js +103 -0
- package/transit_router/routeEntry.js.map +1 -0
- package/transit_router/routeTable.d.ts +135 -0
- package/transit_router/routeTable.js +89 -0
- package/transit_router/routeTable.js.map +1 -0
- package/transit_router/routeTableAssociation.d.ts +82 -0
- package/transit_router/routeTableAssociation.js +79 -0
- package/transit_router/routeTableAssociation.js.map +1 -0
- package/transit_router/routeTableAssociations.d.ts +92 -0
- package/transit_router/routeTableAssociations.js +49 -0
- package/transit_router/routeTableAssociations.js.map +1 -0
- package/transit_router/routeTablePropagation.d.ts +82 -0
- package/transit_router/routeTablePropagation.js +79 -0
- package/transit_router/routeTablePropagation.js.map +1 -0
- package/transit_router/routeTablePropagations.d.ts +92 -0
- package/transit_router/routeTablePropagations.js +49 -0
- package/transit_router/routeTablePropagations.js.map +1 -0
- package/transit_router/routeTables.d.ts +98 -0
- package/transit_router/routeTables.js +50 -0
- package/transit_router/routeTables.js.map +1 -0
- package/transit_router/sharedTransitRouterState.d.ts +82 -0
- package/transit_router/sharedTransitRouterState.js +79 -0
- package/transit_router/sharedTransitRouterState.js.map +1 -0
- package/transit_router/transitRouter.d.ts +148 -0
- package/transit_router/transitRouter.js +89 -0
- package/transit_router/transitRouter.js.map +1 -0
- package/transit_router/transitRouters.d.ts +89 -0
- package/transit_router/transitRouters.js +50 -0
- package/transit_router/transitRouters.js.map +1 -0
- package/transit_router/vpcAttachment.d.ts +164 -0
- package/transit_router/vpcAttachment.js +108 -0
- package/transit_router/vpcAttachment.js.map +1 -0
- package/transit_router/vpcAttachments.d.ts +101 -0
- package/transit_router/vpcAttachments.js +50 -0
- package/transit_router/vpcAttachments.js.map +1 -0
- package/transit_router/vpnAttachment.d.ts +153 -0
- package/transit_router/vpnAttachment.js +99 -0
- package/transit_router/vpnAttachment.js.map +1 -0
- package/transit_router/vpnAttachments.d.ts +101 -0
- package/transit_router/vpnAttachments.js +50 -0
- package/transit_router/vpnAttachments.js.map +1 -0
- package/types/input.d.ts +280 -2
- package/types/output.d.ts +5318 -3363
- package/vke/index.d.ts +3 -0
- package/vke/index.js +4 -1
- package/vke/index.js.map +1 -1
- package/vke/supportResourceTypes.d.ts +80 -0
- package/vke/supportResourceTypes.js +44 -0
- package/vke/supportResourceTypes.js.map +1 -0
- package/vpc/haVip.d.ts +206 -0
- package/vpc/haVip.js +120 -0
- package/vpc/haVip.js.map +1 -0
- package/vpc/haVipAssociate.d.ts +131 -0
- package/vpc/haVipAssociate.js +118 -0
- package/vpc/haVipAssociate.js.map +1 -0
- package/vpc/haVips.d.ts +192 -0
- package/vpc/haVips.js +90 -0
- package/vpc/haVips.js.map +1 -0
- package/vpc/index.d.ts +15 -0
- package/vpc/index.js +22 -1
- package/vpc/index.js.map +1 -1
- package/vpc/networkAcl.d.ts +1 -1
- package/vpc/networkInterface.d.ts +31 -1
- package/vpc/networkInterface.js +4 -0
- package/vpc/networkInterface.js.map +1 -1
- package/vpc/prefixList.d.ts +166 -0
- package/vpc/prefixList.js +106 -0
- package/vpc/prefixList.js.map +1 -0
- package/vpc/prefixLists.d.ts +151 -0
- package/vpc/prefixLists.js +92 -0
- package/vpc/prefixLists.js.map +1 -0
- package/vpc/routeTable.d.ts +1 -1
- package/vpn/connection.d.ts +1 -1
- package/vpn/customerGateway.d.ts +1 -1
- package/vpn/gateway.d.ts +37 -1
- package/vpn/gateway.js +6 -0
- package/vpn/gateway.js.map +1 -1
- package/vpn/index.d.ts +12 -0
- package/vpn/index.js +17 -1
- package/vpn/index.js.map +1 -1
- package/vpn/sslVpnClientCert.d.ts +201 -0
- package/vpn/sslVpnClientCert.js +131 -0
- package/vpn/sslVpnClientCert.js.map +1 -0
- package/vpn/sslVpnClientCerts.d.ts +192 -0
- package/vpn/sslVpnClientCerts.js +134 -0
- package/vpn/sslVpnClientCerts.js.map +1 -0
- package/vpn/sslVpnServer.d.ts +231 -0
- package/vpn/sslVpnServer.js +128 -0
- package/vpn/sslVpnServer.js.map +1 -0
- package/vpn/sslVpnServers.d.ts +167 -0
- package/vpn/sslVpnServers.js +117 -0
- package/vpn/sslVpnServers.js.map +1 -0
package/types/input.d.ts
CHANGED
|
@@ -54,7 +54,7 @@ export declare namespace autoscaling {
|
|
|
54
54
|
export declare namespace bioos {
|
|
55
55
|
interface ClusterSharedConfig {
|
|
56
56
|
/**
|
|
57
|
-
* Whether to enable a shared cluster.
|
|
57
|
+
* Whether to enable a shared cluster. This value must be `true`.
|
|
58
58
|
*/
|
|
59
59
|
enable: pulumi.Input<boolean>;
|
|
60
60
|
}
|
|
@@ -377,6 +377,98 @@ export declare namespace cr {
|
|
|
377
377
|
vpcId?: pulumi.Input<string>;
|
|
378
378
|
}
|
|
379
379
|
}
|
|
380
|
+
export declare namespace direct_connect {
|
|
381
|
+
interface ConnectionTag {
|
|
382
|
+
/**
|
|
383
|
+
* The tag key.
|
|
384
|
+
*/
|
|
385
|
+
key?: pulumi.Input<string>;
|
|
386
|
+
/**
|
|
387
|
+
* The tag value.
|
|
388
|
+
*/
|
|
389
|
+
value?: pulumi.Input<string>;
|
|
390
|
+
}
|
|
391
|
+
interface ConnectionsTagFilter {
|
|
392
|
+
/**
|
|
393
|
+
* The tag key of cloud resource instance.
|
|
394
|
+
*/
|
|
395
|
+
key?: string;
|
|
396
|
+
/**
|
|
397
|
+
* The tag value of cloud resource instance.
|
|
398
|
+
*/
|
|
399
|
+
value?: string;
|
|
400
|
+
}
|
|
401
|
+
interface ConnectionsTagFilterArgs {
|
|
402
|
+
/**
|
|
403
|
+
* The tag key of cloud resource instance.
|
|
404
|
+
*/
|
|
405
|
+
key?: pulumi.Input<string>;
|
|
406
|
+
/**
|
|
407
|
+
* The tag value of cloud resource instance.
|
|
408
|
+
*/
|
|
409
|
+
value?: pulumi.Input<string>;
|
|
410
|
+
}
|
|
411
|
+
interface GatewayTag {
|
|
412
|
+
/**
|
|
413
|
+
* The tag key.
|
|
414
|
+
*/
|
|
415
|
+
key?: pulumi.Input<string>;
|
|
416
|
+
/**
|
|
417
|
+
* The tag value.
|
|
418
|
+
*/
|
|
419
|
+
value?: pulumi.Input<string>;
|
|
420
|
+
}
|
|
421
|
+
interface GatewaysTagFilter {
|
|
422
|
+
/**
|
|
423
|
+
* The tag key of cloud resource instance.
|
|
424
|
+
*/
|
|
425
|
+
key?: string;
|
|
426
|
+
/**
|
|
427
|
+
* The tag value of cloud resource instance.
|
|
428
|
+
*/
|
|
429
|
+
value?: string;
|
|
430
|
+
}
|
|
431
|
+
interface GatewaysTagFilterArgs {
|
|
432
|
+
/**
|
|
433
|
+
* The tag key of cloud resource instance.
|
|
434
|
+
*/
|
|
435
|
+
key?: pulumi.Input<string>;
|
|
436
|
+
/**
|
|
437
|
+
* The tag value of cloud resource instance.
|
|
438
|
+
*/
|
|
439
|
+
value?: pulumi.Input<string>;
|
|
440
|
+
}
|
|
441
|
+
interface VirtualInterfaceTag {
|
|
442
|
+
/**
|
|
443
|
+
* The tag key.
|
|
444
|
+
*/
|
|
445
|
+
key?: pulumi.Input<string>;
|
|
446
|
+
/**
|
|
447
|
+
* The tag value.
|
|
448
|
+
*/
|
|
449
|
+
value?: pulumi.Input<string>;
|
|
450
|
+
}
|
|
451
|
+
interface VirtualInterfacesTagFilter {
|
|
452
|
+
/**
|
|
453
|
+
* The tag key of cloud resource instance.
|
|
454
|
+
*/
|
|
455
|
+
key?: string;
|
|
456
|
+
/**
|
|
457
|
+
* The tag value of cloud resource instance.
|
|
458
|
+
*/
|
|
459
|
+
value?: string;
|
|
460
|
+
}
|
|
461
|
+
interface VirtualInterfacesTagFilterArgs {
|
|
462
|
+
/**
|
|
463
|
+
* The tag key of cloud resource instance.
|
|
464
|
+
*/
|
|
465
|
+
key?: pulumi.Input<string>;
|
|
466
|
+
/**
|
|
467
|
+
* The tag value of cloud resource instance.
|
|
468
|
+
*/
|
|
469
|
+
value?: pulumi.Input<string>;
|
|
470
|
+
}
|
|
471
|
+
}
|
|
380
472
|
export declare namespace ebs {
|
|
381
473
|
}
|
|
382
474
|
export declare namespace ecs {
|
|
@@ -647,6 +739,78 @@ export declare namespace mongodb {
|
|
|
647
739
|
value: pulumi.Input<string>;
|
|
648
740
|
}
|
|
649
741
|
}
|
|
742
|
+
export declare namespace nas {
|
|
743
|
+
interface FileSystemTag {
|
|
744
|
+
/**
|
|
745
|
+
* The Key of Tags.
|
|
746
|
+
*/
|
|
747
|
+
key: pulumi.Input<string>;
|
|
748
|
+
/**
|
|
749
|
+
* The Value of Tags.
|
|
750
|
+
*/
|
|
751
|
+
value: pulumi.Input<string>;
|
|
752
|
+
}
|
|
753
|
+
interface FileSystemsTag {
|
|
754
|
+
/**
|
|
755
|
+
* The Key of Tags.
|
|
756
|
+
*/
|
|
757
|
+
key: string;
|
|
758
|
+
/**
|
|
759
|
+
* The Value of Tags.
|
|
760
|
+
*/
|
|
761
|
+
value: string;
|
|
762
|
+
}
|
|
763
|
+
interface FileSystemsTagArgs {
|
|
764
|
+
/**
|
|
765
|
+
* The Key of Tags.
|
|
766
|
+
*/
|
|
767
|
+
key: pulumi.Input<string>;
|
|
768
|
+
/**
|
|
769
|
+
* The Value of Tags.
|
|
770
|
+
*/
|
|
771
|
+
value: pulumi.Input<string>;
|
|
772
|
+
}
|
|
773
|
+
interface PermissionGroupPermissionRule {
|
|
774
|
+
/**
|
|
775
|
+
* Client IP addresses that are allowed access.
|
|
776
|
+
*/
|
|
777
|
+
cidrIp: pulumi.Input<string>;
|
|
778
|
+
/**
|
|
779
|
+
* Permission group read and write rules. The value description is as follows:
|
|
780
|
+
* `RW`: Allows reading and writing.
|
|
781
|
+
* `RO`: read-only mode.
|
|
782
|
+
*/
|
|
783
|
+
rwMode: pulumi.Input<string>;
|
|
784
|
+
/**
|
|
785
|
+
* Permission group user permissions. The value description is as follows:
|
|
786
|
+
* `All_squash`: All access users are mapped to anonymous users or user groups.
|
|
787
|
+
* `No_all_squash`: The access user is first matched with the local user, and then mapped to an anonymous user or user group after the match fails.
|
|
788
|
+
* `Root_squash`: Map the Root user as an anonymous user or user group.
|
|
789
|
+
* `No_root_squash`: The Root user maintains the Root account authority.
|
|
790
|
+
*/
|
|
791
|
+
useMode: pulumi.Input<string>;
|
|
792
|
+
}
|
|
793
|
+
interface PermissionGroupsFilter {
|
|
794
|
+
/**
|
|
795
|
+
* Filters permission groups for specified characteristics based on attributes. The parameters that support filtering are as follows: `PermissionGroupName`, `PermissionGroupId`.
|
|
796
|
+
*/
|
|
797
|
+
key: string;
|
|
798
|
+
/**
|
|
799
|
+
* The value of the filter item.
|
|
800
|
+
*/
|
|
801
|
+
value: string;
|
|
802
|
+
}
|
|
803
|
+
interface PermissionGroupsFilterArgs {
|
|
804
|
+
/**
|
|
805
|
+
* Filters permission groups for specified characteristics based on attributes. The parameters that support filtering are as follows: `PermissionGroupName`, `PermissionGroupId`.
|
|
806
|
+
*/
|
|
807
|
+
key: pulumi.Input<string>;
|
|
808
|
+
/**
|
|
809
|
+
* The value of the filter item.
|
|
810
|
+
*/
|
|
811
|
+
value: pulumi.Input<string>;
|
|
812
|
+
}
|
|
813
|
+
}
|
|
650
814
|
export declare namespace nat {
|
|
651
815
|
interface GatewayTag {
|
|
652
816
|
/**
|
|
@@ -1799,6 +1963,70 @@ export declare namespace tos {
|
|
|
1799
1963
|
permission: pulumi.Input<string>;
|
|
1800
1964
|
}
|
|
1801
1965
|
}
|
|
1966
|
+
export declare namespace transit_router {
|
|
1967
|
+
interface BandwidthPackageAllocation {
|
|
1968
|
+
/**
|
|
1969
|
+
* The delete time of the transit router bandwidth package.
|
|
1970
|
+
*/
|
|
1971
|
+
allocateTime?: pulumi.Input<string>;
|
|
1972
|
+
/**
|
|
1973
|
+
* The delete time of the transit router bandwidth package.
|
|
1974
|
+
*/
|
|
1975
|
+
deleteTime?: pulumi.Input<string>;
|
|
1976
|
+
/**
|
|
1977
|
+
* The local region id of the transit router.
|
|
1978
|
+
*/
|
|
1979
|
+
localRegionId?: pulumi.Input<string>;
|
|
1980
|
+
/**
|
|
1981
|
+
* The ID of the peer attachment.
|
|
1982
|
+
*/
|
|
1983
|
+
transitRouterPeerAttachmentId?: pulumi.Input<string>;
|
|
1984
|
+
}
|
|
1985
|
+
interface TransitRouterTransitRouterAttachment {
|
|
1986
|
+
/**
|
|
1987
|
+
* The create time.
|
|
1988
|
+
*/
|
|
1989
|
+
creationTime?: pulumi.Input<string>;
|
|
1990
|
+
/**
|
|
1991
|
+
* The id of resource.
|
|
1992
|
+
*/
|
|
1993
|
+
resourceId?: pulumi.Input<string>;
|
|
1994
|
+
/**
|
|
1995
|
+
* The type of resource.
|
|
1996
|
+
*/
|
|
1997
|
+
resourceType?: pulumi.Input<string>;
|
|
1998
|
+
/**
|
|
1999
|
+
* The status of the transit router.
|
|
2000
|
+
*/
|
|
2001
|
+
status?: pulumi.Input<string>;
|
|
2002
|
+
/**
|
|
2003
|
+
* The id of transit router attachment.
|
|
2004
|
+
*/
|
|
2005
|
+
transitRouterAttachmentId?: pulumi.Input<string>;
|
|
2006
|
+
/**
|
|
2007
|
+
* The name of transit router attachment.
|
|
2008
|
+
*/
|
|
2009
|
+
transitRouterAttachmentName?: pulumi.Input<string>;
|
|
2010
|
+
/**
|
|
2011
|
+
* The id of transit router route table.
|
|
2012
|
+
*/
|
|
2013
|
+
transitRouterRouteTableId?: pulumi.Input<string>;
|
|
2014
|
+
/**
|
|
2015
|
+
* The update time.
|
|
2016
|
+
*/
|
|
2017
|
+
updateTime?: pulumi.Input<string>;
|
|
2018
|
+
}
|
|
2019
|
+
interface VpcAttachmentAttachPoint {
|
|
2020
|
+
/**
|
|
2021
|
+
* The id of subnet.
|
|
2022
|
+
*/
|
|
2023
|
+
subnetId: pulumi.Input<string>;
|
|
2024
|
+
/**
|
|
2025
|
+
* The id of zone.
|
|
2026
|
+
*/
|
|
2027
|
+
zoneId: pulumi.Input<string>;
|
|
2028
|
+
}
|
|
2029
|
+
}
|
|
1802
2030
|
export declare namespace veenedge {
|
|
1803
2031
|
interface CloudServerBillingConfig {
|
|
1804
2032
|
/**
|
|
@@ -2447,7 +2675,7 @@ export declare namespace vke {
|
|
|
2447
2675
|
*/
|
|
2448
2676
|
instanceChargeType?: pulumi.Input<string>;
|
|
2449
2677
|
/**
|
|
2450
|
-
* The InstanceTypeIds of NodeConfig.
|
|
2678
|
+
* The InstanceTypeIds of NodeConfig. The value can get from volcengine.vke.SupportResourceTypes datasource.
|
|
2451
2679
|
*/
|
|
2452
2680
|
instanceTypeIds: pulumi.Input<pulumi.Input<string>[]>;
|
|
2453
2681
|
/**
|
|
@@ -2687,6 +2915,56 @@ export declare namespace vpc {
|
|
|
2687
2915
|
*/
|
|
2688
2916
|
value: pulumi.Input<string>;
|
|
2689
2917
|
}
|
|
2918
|
+
interface PrefixListPrefixListAssociation {
|
|
2919
|
+
/**
|
|
2920
|
+
* Associated resource ID.
|
|
2921
|
+
*/
|
|
2922
|
+
resourceId?: pulumi.Input<string>;
|
|
2923
|
+
/**
|
|
2924
|
+
* Related resource types.
|
|
2925
|
+
*/
|
|
2926
|
+
resourceType?: pulumi.Input<string>;
|
|
2927
|
+
}
|
|
2928
|
+
interface PrefixListPrefixListEntry {
|
|
2929
|
+
/**
|
|
2930
|
+
* CIDR of prefix list entries.
|
|
2931
|
+
*/
|
|
2932
|
+
cidr?: pulumi.Input<string>;
|
|
2933
|
+
/**
|
|
2934
|
+
* Description of prefix list entries.
|
|
2935
|
+
*/
|
|
2936
|
+
description?: pulumi.Input<string>;
|
|
2937
|
+
}
|
|
2938
|
+
interface PrefixListTag {
|
|
2939
|
+
/**
|
|
2940
|
+
* The Key of Tags.
|
|
2941
|
+
*/
|
|
2942
|
+
key: pulumi.Input<string>;
|
|
2943
|
+
/**
|
|
2944
|
+
* The Value of Tags.
|
|
2945
|
+
*/
|
|
2946
|
+
value: pulumi.Input<string>;
|
|
2947
|
+
}
|
|
2948
|
+
interface PrefixListsTagFilter {
|
|
2949
|
+
/**
|
|
2950
|
+
* The key of the tag.
|
|
2951
|
+
*/
|
|
2952
|
+
key?: string;
|
|
2953
|
+
/**
|
|
2954
|
+
* The values of the tag.
|
|
2955
|
+
*/
|
|
2956
|
+
values?: string[];
|
|
2957
|
+
}
|
|
2958
|
+
interface PrefixListsTagFilterArgs {
|
|
2959
|
+
/**
|
|
2960
|
+
* The key of the tag.
|
|
2961
|
+
*/
|
|
2962
|
+
key?: pulumi.Input<string>;
|
|
2963
|
+
/**
|
|
2964
|
+
* The values of the tag.
|
|
2965
|
+
*/
|
|
2966
|
+
values?: pulumi.Input<pulumi.Input<string>[]>;
|
|
2967
|
+
}
|
|
2690
2968
|
interface SecurityGroupTag {
|
|
2691
2969
|
/**
|
|
2692
2970
|
* The Key of Tags.
|