@volcengine/pulumi-volcenginecc 0.0.21 → 0.0.22
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/alb/customizedCfg.d.ts +163 -0
- package/alb/customizedCfg.js +113 -0
- package/alb/customizedCfg.js.map +1 -0
- package/alb/getCustomizedCfg.d.ts +77 -0
- package/alb/getCustomizedCfg.js +28 -0
- package/alb/getCustomizedCfg.js.map +1 -0
- package/alb/getCustomizedCfgs.d.ts +22 -0
- package/alb/getCustomizedCfgs.js +24 -0
- package/alb/getCustomizedCfgs.js.map +1 -0
- package/alb/getHealthCheckTemplate.d.ts +109 -0
- package/alb/getHealthCheckTemplate.js +28 -0
- package/alb/getHealthCheckTemplate.js.map +1 -0
- package/alb/getHealthCheckTemplates.d.ts +22 -0
- package/alb/getHealthCheckTemplates.js +24 -0
- package/alb/getHealthCheckTemplates.js.map +1 -0
- package/alb/healthCheckTemplate.d.ts +270 -0
- package/alb/healthCheckTemplate.js +123 -0
- package/alb/healthCheckTemplate.js.map +1 -0
- package/alb/index.d.ts +18 -0
- package/alb/index.js +23 -1
- package/alb/index.js.map +1 -1
- package/clb/clb.d.ts +123 -123
- package/clb/clb.js +2 -2
- package/clb/clb.js.map +1 -1
- package/clb/getClb.d.ts +49 -49
- package/ecs/deploymentSet.d.ts +173 -0
- package/ecs/deploymentSet.js +97 -0
- package/ecs/deploymentSet.js.map +1 -0
- package/ecs/getDeploymentSet.d.ts +81 -0
- package/ecs/getDeploymentSet.js +28 -0
- package/ecs/getDeploymentSet.js.map +1 -0
- package/ecs/getDeploymentSets.d.ts +22 -0
- package/ecs/getDeploymentSets.js +24 -0
- package/ecs/getDeploymentSets.js.map +1 -0
- package/ecs/getInstance.d.ts +11 -0
- package/ecs/getInstance.js.map +1 -1
- package/ecs/getLaunchTemplate.d.ts +73 -0
- package/ecs/getLaunchTemplate.js +28 -0
- package/ecs/getLaunchTemplate.js.map +1 -0
- package/ecs/getLaunchTemplateVersion.d.ts +153 -0
- package/ecs/getLaunchTemplateVersion.js +28 -0
- package/ecs/getLaunchTemplateVersion.js.map +1 -0
- package/ecs/getLaunchTemplateVersions.d.ts +22 -0
- package/ecs/getLaunchTemplateVersions.js +24 -0
- package/ecs/getLaunchTemplateVersions.js.map +1 -0
- package/ecs/getLaunchTemplates.d.ts +22 -0
- package/ecs/getLaunchTemplates.js +24 -0
- package/ecs/getLaunchTemplates.js.map +1 -0
- package/ecs/index.d.ts +27 -0
- package/ecs/index.js +34 -1
- package/ecs/index.js.map +1 -1
- package/ecs/instance.d.ts +106 -11
- package/ecs/instance.js +24 -2
- package/ecs/instance.js.map +1 -1
- package/ecs/launchTemplate.d.ts +130 -0
- package/ecs/launchTemplate.js +77 -0
- package/ecs/launchTemplate.js.map +1 -0
- package/ecs/launchTemplateVersion.d.ts +364 -0
- package/ecs/launchTemplateVersion.js +114 -0
- package/ecs/launchTemplateVersion.js.map +1 -0
- package/iam/accesskey.d.ts +27 -17
- package/iam/accesskey.js +11 -7
- package/iam/accesskey.js.map +1 -1
- package/iam/getAccesskey.d.ts +10 -6
- package/iam/getAccesskey.js.map +1 -1
- package/iam/getUser.d.ts +12 -0
- package/iam/getUser.js.map +1 -1
- package/iam/user.d.ts +26 -0
- package/iam/user.js +6 -0
- package/iam/user.js.map +1 -1
- package/index.d.ts +2 -1
- package/index.js +3 -1
- package/index.js.map +1 -1
- package/kms/getKeyRing.d.ts +72 -0
- package/kms/getKeyRing.js +28 -0
- package/kms/getKeyRing.js.map +1 -0
- package/kms/getKeyRings.d.ts +22 -0
- package/kms/getKeyRings.js +24 -0
- package/kms/getKeyRings.js.map +1 -0
- package/kms/index.d.ts +9 -0
- package/kms/index.js +12 -1
- package/kms/index.js.map +1 -1
- package/kms/keyRing.d.ts +147 -0
- package/kms/keyRing.js +91 -0
- package/kms/keyRing.js.map +1 -0
- package/organization/account.d.ts +282 -0
- package/organization/account.js +112 -0
- package/organization/account.js.map +1 -0
- package/organization/getAccount.d.ts +137 -0
- package/organization/getAccount.js +28 -0
- package/organization/getAccount.js.map +1 -0
- package/organization/getAccounts.d.ts +22 -0
- package/organization/getAccounts.js +24 -0
- package/organization/getAccounts.js.map +1 -0
- package/organization/index.d.ts +9 -0
- package/organization/index.js +12 -1
- package/organization/index.js.map +1 -1
- package/package.json +1 -1
- package/privatezone/getRecord.d.ts +88 -0
- package/privatezone/getRecord.js +28 -0
- package/privatezone/getRecord.js.map +1 -0
- package/privatezone/getRecords.d.ts +22 -0
- package/privatezone/getRecords.js +24 -0
- package/privatezone/getRecords.js.map +1 -0
- package/privatezone/index.d.ts +9 -0
- package/privatezone/index.js +12 -1
- package/privatezone/index.js.map +1 -1
- package/privatezone/record.d.ts +204 -0
- package/privatezone/record.js +113 -0
- package/privatezone/record.js.map +1 -0
- package/rabbitmq/getInstancePlugin.d.ts +72 -0
- package/rabbitmq/getInstancePlugin.js +28 -0
- package/rabbitmq/getInstancePlugin.js.map +1 -0
- package/rabbitmq/getInstancePlugins.d.ts +22 -0
- package/rabbitmq/getInstancePlugins.js +24 -0
- package/rabbitmq/getInstancePlugins.js.map +1 -0
- package/rabbitmq/getPublicAddress.d.ts +129 -0
- package/rabbitmq/getPublicAddress.js +28 -0
- package/rabbitmq/getPublicAddress.js.map +1 -0
- package/rabbitmq/getPublicAddresses.d.ts +22 -0
- package/rabbitmq/getPublicAddresses.js +24 -0
- package/rabbitmq/getPublicAddresses.js.map +1 -0
- package/rabbitmq/index.d.ts +18 -0
- package/rabbitmq/index.js +23 -1
- package/rabbitmq/index.js.map +1 -1
- package/rabbitmq/instancePlugin.d.ts +137 -0
- package/rabbitmq/instancePlugin.js +89 -0
- package/rabbitmq/instancePlugin.js.map +1 -0
- package/rabbitmq/publicAddress.d.ts +239 -0
- package/rabbitmq/publicAddress.js +120 -0
- package/rabbitmq/publicAddress.js.map +1 -0
- package/rdsmysql/allowList.d.ts +232 -0
- package/rdsmysql/allowList.js +92 -0
- package/rdsmysql/allowList.js.map +1 -0
- package/rdsmysql/backup.d.ts +240 -0
- package/rdsmysql/backup.js +119 -0
- package/rdsmysql/backup.js.map +1 -0
- package/rdsmysql/endpoint.d.ts +325 -0
- package/rdsmysql/endpoint.js +108 -0
- package/rdsmysql/endpoint.js.map +1 -0
- package/rdsmysql/getAllowList.d.ts +109 -0
- package/rdsmysql/getAllowList.js +28 -0
- package/rdsmysql/getAllowList.js.map +1 -0
- package/rdsmysql/getAllowLists.d.ts +22 -0
- package/rdsmysql/getAllowLists.js +24 -0
- package/rdsmysql/getAllowLists.js.map +1 -0
- package/rdsmysql/getBackup.d.ts +125 -0
- package/rdsmysql/getBackup.js +28 -0
- package/rdsmysql/getBackup.js.map +1 -0
- package/rdsmysql/getBackups.d.ts +22 -0
- package/rdsmysql/getBackups.js +24 -0
- package/rdsmysql/getBackups.js.map +1 -0
- package/rdsmysql/getEndpoint.d.ts +141 -0
- package/rdsmysql/getEndpoint.js +28 -0
- package/rdsmysql/getEndpoint.js.map +1 -0
- package/rdsmysql/getEndpoints.d.ts +22 -0
- package/rdsmysql/getEndpoints.js +24 -0
- package/rdsmysql/getEndpoints.js.map +1 -0
- package/rdsmysql/index.d.ts +27 -0
- package/rdsmysql/index.js +34 -1
- package/rdsmysql/index.js.map +1 -1
- package/rdspostgresql/allowList.d.ts +206 -0
- package/rdspostgresql/allowList.js +102 -0
- package/rdspostgresql/allowList.js.map +1 -0
- package/rdspostgresql/dbEndpoint.d.ts +220 -0
- package/rdspostgresql/dbEndpoint.js +103 -0
- package/rdspostgresql/dbEndpoint.js.map +1 -0
- package/rdspostgresql/getAllowList.d.ts +93 -0
- package/rdspostgresql/getAllowList.js +28 -0
- package/rdspostgresql/getAllowList.js.map +1 -0
- package/rdspostgresql/getAllowLists.d.ts +22 -0
- package/rdspostgresql/getAllowLists.js +24 -0
- package/rdspostgresql/getAllowLists.js.map +1 -0
- package/rdspostgresql/getDbEndpoint.d.ts +101 -0
- package/rdspostgresql/getDbEndpoint.js +28 -0
- package/rdspostgresql/getDbEndpoint.js.map +1 -0
- package/rdspostgresql/getDbEndpoints.d.ts +22 -0
- package/rdspostgresql/getDbEndpoints.js +24 -0
- package/rdspostgresql/getDbEndpoints.js.map +1 -0
- package/rdspostgresql/index.d.ts +18 -0
- package/rdspostgresql/index.js +39 -0
- package/rdspostgresql/index.js.map +1 -0
- package/redis/account.d.ts +128 -0
- package/redis/account.js +95 -0
- package/redis/account.js.map +1 -0
- package/redis/endpointPublicAddress.d.ts +150 -0
- package/redis/endpointPublicAddress.js +93 -0
- package/redis/endpointPublicAddress.js.map +1 -0
- package/redis/getAccount.d.ts +60 -0
- package/redis/getAccount.js +28 -0
- package/redis/getAccount.js.map +1 -0
- package/redis/getAccounts.d.ts +22 -0
- package/redis/getAccounts.js +24 -0
- package/redis/getAccounts.js.map +1 -0
- package/redis/getEndpointPublicAddress.d.ts +72 -0
- package/redis/getEndpointPublicAddress.js +28 -0
- package/redis/getEndpointPublicAddress.js.map +1 -0
- package/redis/getEndpointPublicAddresses.d.ts +22 -0
- package/redis/getEndpointPublicAddresses.js +24 -0
- package/redis/getEndpointPublicAddresses.js.map +1 -0
- package/redis/index.d.ts +18 -0
- package/redis/index.js +23 -1
- package/redis/index.js.map +1 -1
- package/rocketmq/getGroup.d.ts +109 -0
- package/rocketmq/getGroup.js +28 -0
- package/rocketmq/getGroup.js.map +1 -0
- package/rocketmq/getGroups.d.ts +22 -0
- package/rocketmq/getGroups.js +24 -0
- package/rocketmq/getGroups.js.map +1 -0
- package/rocketmq/getTopic.d.ts +85 -0
- package/rocketmq/getTopic.js +28 -0
- package/rocketmq/getTopic.js.map +1 -0
- package/rocketmq/getTopics.d.ts +22 -0
- package/rocketmq/getTopics.js +24 -0
- package/rocketmq/getTopics.js.map +1 -0
- package/rocketmq/group.d.ts +219 -0
- package/rocketmq/group.js +117 -0
- package/rocketmq/group.js.map +1 -0
- package/rocketmq/index.d.ts +18 -0
- package/rocketmq/index.js +23 -1
- package/rocketmq/index.js.map +1 -1
- package/rocketmq/topic.d.ts +140 -0
- package/rocketmq/topic.js +92 -0
- package/rocketmq/topic.js.map +1 -0
- package/transitrouter/getVpcAttachment.d.ts +93 -0
- package/transitrouter/getVpcAttachment.js +28 -0
- package/transitrouter/getVpcAttachment.js.map +1 -0
- package/transitrouter/getVpcAttachments.d.ts +22 -0
- package/transitrouter/getVpcAttachments.js +24 -0
- package/transitrouter/getVpcAttachments.js.map +1 -0
- package/transitrouter/getVpnAttachment.d.ts +93 -0
- package/transitrouter/getVpnAttachment.js +28 -0
- package/transitrouter/getVpnAttachment.js.map +1 -0
- package/transitrouter/getVpnAttachments.d.ts +22 -0
- package/transitrouter/getVpnAttachments.js +24 -0
- package/transitrouter/getVpnAttachments.js.map +1 -0
- package/transitrouter/index.d.ts +18 -0
- package/transitrouter/index.js +23 -1
- package/transitrouter/index.js.map +1 -1
- package/transitrouter/vpcAttachment.d.ts +177 -0
- package/transitrouter/vpcAttachment.js +93 -0
- package/transitrouter/vpcAttachment.js.map +1 -0
- package/transitrouter/vpnAttachment.d.ts +202 -0
- package/transitrouter/vpnAttachment.js +113 -0
- package/transitrouter/vpnAttachment.js.map +1 -0
- package/types/input.d.ts +2992 -1496
- package/types/output.d.ts +6161 -3067
- package/vke/defaultNodePool.d.ts +150 -0
- package/vke/defaultNodePool.js +86 -0
- package/vke/defaultNodePool.js.map +1 -0
- package/vke/getDefaultNodePool.d.ts +85 -0
- package/vke/getDefaultNodePool.js +28 -0
- package/vke/getDefaultNodePool.js.map +1 -0
- package/vke/getDefaultNodePools.d.ts +22 -0
- package/vke/getDefaultNodePools.js +24 -0
- package/vke/getDefaultNodePools.js.map +1 -0
- package/vke/getNode.d.ts +106 -0
- package/vke/getNode.js +28 -0
- package/vke/getNode.js.map +1 -0
- package/vke/getNodes.d.ts +22 -0
- package/vke/getNodes.js +24 -0
- package/vke/getNodes.js.map +1 -0
- package/vke/index.d.ts +18 -0
- package/vke/index.js +23 -1
- package/vke/index.js.map +1 -1
- package/vke/node.d.ts +238 -0
- package/vke/node.js +112 -0
- package/vke/node.js.map +1 -0
- package/vpc/flowLog.d.ts +266 -0
- package/vpc/flowLog.js +141 -0
- package/vpc/flowLog.js.map +1 -0
- package/vpc/getFlowLog.d.ts +117 -0
- package/vpc/getFlowLog.js +28 -0
- package/vpc/getFlowLog.js.map +1 -0
- package/vpc/getFlowLogs.d.ts +22 -0
- package/vpc/getFlowLogs.js +24 -0
- package/vpc/getFlowLogs.js.map +1 -0
- package/vpc/getHaVip.d.ts +101 -0
- package/vpc/getHaVip.js +28 -0
- package/vpc/getHaVip.js.map +1 -0
- package/vpc/getHaVips.d.ts +22 -0
- package/vpc/getHaVips.js +24 -0
- package/vpc/getHaVips.js.map +1 -0
- package/vpc/getIpv6AddressBandwidth.d.ts +117 -0
- package/vpc/getIpv6AddressBandwidth.js +28 -0
- package/vpc/getIpv6AddressBandwidth.js.map +1 -0
- package/vpc/getIpv6AddressBandwidths.d.ts +22 -0
- package/vpc/getIpv6AddressBandwidths.js +24 -0
- package/vpc/getIpv6AddressBandwidths.js.map +1 -0
- package/vpc/getIpv6Gateway.d.ts +77 -0
- package/vpc/getIpv6Gateway.js +28 -0
- package/vpc/getIpv6Gateway.js.map +1 -0
- package/vpc/getIpv6Gateways.d.ts +22 -0
- package/vpc/getIpv6Gateways.js +24 -0
- package/vpc/getIpv6Gateways.js.map +1 -0
- package/vpc/getTrafficMirrorFilter.d.ts +73 -0
- package/vpc/getTrafficMirrorFilter.js +28 -0
- package/vpc/getTrafficMirrorFilter.js.map +1 -0
- package/vpc/getTrafficMirrorFilterRule.d.ts +84 -0
- package/vpc/getTrafficMirrorFilterRule.js +28 -0
- package/vpc/getTrafficMirrorFilterRule.js.map +1 -0
- package/vpc/getTrafficMirrorFilterRules.d.ts +22 -0
- package/vpc/getTrafficMirrorFilterRules.js +24 -0
- package/vpc/getTrafficMirrorFilterRules.js.map +1 -0
- package/vpc/getTrafficMirrorFilters.d.ts +22 -0
- package/vpc/getTrafficMirrorFilters.js +24 -0
- package/vpc/getTrafficMirrorFilters.js.map +1 -0
- package/vpc/getTrafficMirrorSession.d.ts +101 -0
- package/vpc/getTrafficMirrorSession.js +28 -0
- package/vpc/getTrafficMirrorSession.js.map +1 -0
- package/vpc/getTrafficMirrorSessions.d.ts +22 -0
- package/vpc/getTrafficMirrorSessions.js +24 -0
- package/vpc/getTrafficMirrorSessions.js.map +1 -0
- package/vpc/getTrafficMirrorTarget.d.ts +77 -0
- package/vpc/getTrafficMirrorTarget.js +28 -0
- package/vpc/getTrafficMirrorTarget.js.map +1 -0
- package/vpc/getTrafficMirrorTargets.d.ts +22 -0
- package/vpc/getTrafficMirrorTargets.js +24 -0
- package/vpc/getTrafficMirrorTargets.js.map +1 -0
- package/vpc/getVpc.d.ts +4 -0
- package/vpc/getVpc.js.map +1 -1
- package/vpc/haVip.d.ts +223 -0
- package/vpc/haVip.js +116 -0
- package/vpc/haVip.js.map +1 -0
- package/vpc/index.d.ts +72 -0
- package/vpc/index.js +90 -1
- package/vpc/index.js.map +1 -1
- package/vpc/ipv6AddressBandwidth.d.ts +241 -0
- package/vpc/ipv6AddressBandwidth.js +121 -0
- package/vpc/ipv6AddressBandwidth.js.map +1 -0
- package/vpc/ipv6Gateway.d.ts +156 -0
- package/vpc/ipv6Gateway.js +97 -0
- package/vpc/ipv6Gateway.js.map +1 -0
- package/vpc/trafficMirrorFilter.d.ts +131 -0
- package/vpc/trafficMirrorFilter.js +91 -0
- package/vpc/trafficMirrorFilter.js.map +1 -0
- package/vpc/trafficMirrorFilterRule.d.ts +201 -0
- package/vpc/trafficMirrorFilterRule.js +118 -0
- package/vpc/trafficMirrorFilterRule.js.map +1 -0
- package/vpc/trafficMirrorSession.d.ts +229 -0
- package/vpc/trafficMirrorSession.js +123 -0
- package/vpc/trafficMirrorSession.js.map +1 -0
- package/vpc/trafficMirrorTarget.d.ts +161 -0
- package/vpc/trafficMirrorTarget.js +101 -0
- package/vpc/trafficMirrorTarget.js.map +1 -0
- package/vpc/vpc.d.ts +12 -0
- package/vpc/vpc.js +2 -0
- package/vpc/vpc.js.map +1 -1
- package/vpn/customerGateway.d.ts +186 -0
- package/vpn/customerGateway.js +101 -0
- package/vpn/customerGateway.js.map +1 -0
- package/vpn/getCustomerGateway.d.ts +89 -0
- package/vpn/getCustomerGateway.js +28 -0
- package/vpn/getCustomerGateway.js.map +1 -0
- package/vpn/getCustomerGateways.d.ts +22 -0
- package/vpn/getCustomerGateways.js +24 -0
- package/vpn/getCustomerGateways.js.map +1 -0
- package/vpn/index.d.ts +9 -0
- package/vpn/index.js +12 -1
- package/vpn/index.js.map +1 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"account.js","sourceRoot":"","sources":["../../redis/account.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,150 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* 开启公网访问,以便 VPC 外的设备来访问 Redis 实例。
|
|
4
|
+
*
|
|
5
|
+
* ## Example Usage
|
|
6
|
+
*
|
|
7
|
+
* ```typescript
|
|
8
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
9
|
+
* import * as volcenginecc from "@volcengine/pulumi-volcenginecc";
|
|
10
|
+
*
|
|
11
|
+
* const redisEndpointPublicAddressDemo = new volcenginecc.redis.EndpointPublicAddress("RedisEndpointPublicAddressDemo", {
|
|
12
|
+
* instanceId: "redis-cnlfii2cw1xxxxxx",
|
|
13
|
+
* port: 6379,
|
|
14
|
+
* eipId: "eip-w08rcc38bsw0865yxxxxx",
|
|
15
|
+
* });
|
|
16
|
+
* ```
|
|
17
|
+
*
|
|
18
|
+
* ## Import
|
|
19
|
+
*
|
|
20
|
+
* ```sh
|
|
21
|
+
* $ pulumi import volcenginecc:redis/endpointPublicAddress:EndpointPublicAddress example "instance_id|eip_id"
|
|
22
|
+
* ```
|
|
23
|
+
*/
|
|
24
|
+
export declare class EndpointPublicAddress extends pulumi.CustomResource {
|
|
25
|
+
/**
|
|
26
|
+
* Get an existing EndpointPublicAddress resource's state with the given name, ID, and optional extra
|
|
27
|
+
* properties used to qualify the lookup.
|
|
28
|
+
*
|
|
29
|
+
* @param name The _unique_ name of the resulting resource.
|
|
30
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
31
|
+
* @param state Any extra arguments used during the lookup.
|
|
32
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
33
|
+
*/
|
|
34
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: EndpointPublicAddressState, opts?: pulumi.CustomResourceOptions): EndpointPublicAddress;
|
|
35
|
+
/**
|
|
36
|
+
* Returns true if the given object is an instance of EndpointPublicAddress. This is designed to work even
|
|
37
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
38
|
+
*/
|
|
39
|
+
static isInstance(obj: any): obj is EndpointPublicAddress;
|
|
40
|
+
/**
|
|
41
|
+
* 连接地址类型,取值范围如下:Private:私网连接地址。Public:公网连接地址。DirectLink:直连地址。说明仅启用分片集群的 Redis 实例申请了直连地址后,才会返回直连地址信息。关于连接地址的更多信息,请参见连接地址类型。
|
|
42
|
+
*/
|
|
43
|
+
readonly addrType: pulumi.Output<string>;
|
|
44
|
+
/**
|
|
45
|
+
* IP 地址或者域名。
|
|
46
|
+
*/
|
|
47
|
+
readonly address: pulumi.Output<string>;
|
|
48
|
+
/**
|
|
49
|
+
* 弹性公网 IP 的 ID。
|
|
50
|
+
*/
|
|
51
|
+
readonly eipId: pulumi.Output<string>;
|
|
52
|
+
/**
|
|
53
|
+
* 实例 ID。
|
|
54
|
+
*/
|
|
55
|
+
readonly instanceId: pulumi.Output<string>;
|
|
56
|
+
/**
|
|
57
|
+
* 修改后的连接地址前缀。连接地址前缀需同时满足如下要求:由小写字母、数字或连字符(-)组成。以字母开头,字母或数字结尾。长度为 8~53 个字符。修改后的连接地址需要保证全局唯一,不可以与火山引擎中任何地域下的任何连接地址重名。
|
|
58
|
+
*/
|
|
59
|
+
readonly newAddressPrefix: pulumi.Output<string>;
|
|
60
|
+
/**
|
|
61
|
+
* 端口号。
|
|
62
|
+
*/
|
|
63
|
+
readonly port: pulumi.Output<number>;
|
|
64
|
+
/**
|
|
65
|
+
* 是否升级连接地址的域名后缀。取值范围如下:true:升级。false(默认值):不升级。注意当需要升级域名后缀(即 UpgradeRegionDomain 为 true)时,必须同时传入连接地址前缀信息(即 Address 参数不允许为空。)升级域名后缀后,原有的连接会断开,请及时修改客户端的连接信息,使用新的连接地址来连接实例。连接实例的具体方法,请参见连接实例。连接地址域名后缀升级后不支持再降级回原来的后缀,请谨慎操作。升级后的连接地址域名后缀会自动包含实例所属地域信息,旧的连接地址会保留 12 小时,12 小时保留期到期后会被自动释放。更多详情,请参见升级域名后缀。
|
|
66
|
+
*/
|
|
67
|
+
readonly upgradeRegionDomain: pulumi.Output<boolean>;
|
|
68
|
+
/**
|
|
69
|
+
* 连接地址所对应的 IPv6 地址。说明仅当实例使用了 IPv6 地址时才会返回该参数。仅私网地址和直连地址支持 IPv6 地址,公网地址不支持,因此当连接地址类型为公网地址(即 AddrType 为 Public)时,该参数值固定为空。
|
|
70
|
+
*/
|
|
71
|
+
readonly viPv6: pulumi.Output<string>;
|
|
72
|
+
/**
|
|
73
|
+
* 连接地址所对应的 IPv4 地址。
|
|
74
|
+
*/
|
|
75
|
+
readonly vip: pulumi.Output<string>;
|
|
76
|
+
/**
|
|
77
|
+
* Create a EndpointPublicAddress resource with the given unique name, arguments, and options.
|
|
78
|
+
*
|
|
79
|
+
* @param name The _unique_ name of the resource.
|
|
80
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
81
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
82
|
+
*/
|
|
83
|
+
constructor(name: string, args: EndpointPublicAddressArgs, opts?: pulumi.CustomResourceOptions);
|
|
84
|
+
}
|
|
85
|
+
/**
|
|
86
|
+
* Input properties used for looking up and filtering EndpointPublicAddress resources.
|
|
87
|
+
*/
|
|
88
|
+
export interface EndpointPublicAddressState {
|
|
89
|
+
/**
|
|
90
|
+
* 连接地址类型,取值范围如下:Private:私网连接地址。Public:公网连接地址。DirectLink:直连地址。说明仅启用分片集群的 Redis 实例申请了直连地址后,才会返回直连地址信息。关于连接地址的更多信息,请参见连接地址类型。
|
|
91
|
+
*/
|
|
92
|
+
addrType?: pulumi.Input<string>;
|
|
93
|
+
/**
|
|
94
|
+
* IP 地址或者域名。
|
|
95
|
+
*/
|
|
96
|
+
address?: pulumi.Input<string>;
|
|
97
|
+
/**
|
|
98
|
+
* 弹性公网 IP 的 ID。
|
|
99
|
+
*/
|
|
100
|
+
eipId?: pulumi.Input<string>;
|
|
101
|
+
/**
|
|
102
|
+
* 实例 ID。
|
|
103
|
+
*/
|
|
104
|
+
instanceId?: pulumi.Input<string>;
|
|
105
|
+
/**
|
|
106
|
+
* 修改后的连接地址前缀。连接地址前缀需同时满足如下要求:由小写字母、数字或连字符(-)组成。以字母开头,字母或数字结尾。长度为 8~53 个字符。修改后的连接地址需要保证全局唯一,不可以与火山引擎中任何地域下的任何连接地址重名。
|
|
107
|
+
*/
|
|
108
|
+
newAddressPrefix?: pulumi.Input<string>;
|
|
109
|
+
/**
|
|
110
|
+
* 端口号。
|
|
111
|
+
*/
|
|
112
|
+
port?: pulumi.Input<number>;
|
|
113
|
+
/**
|
|
114
|
+
* 是否升级连接地址的域名后缀。取值范围如下:true:升级。false(默认值):不升级。注意当需要升级域名后缀(即 UpgradeRegionDomain 为 true)时,必须同时传入连接地址前缀信息(即 Address 参数不允许为空。)升级域名后缀后,原有的连接会断开,请及时修改客户端的连接信息,使用新的连接地址来连接实例。连接实例的具体方法,请参见连接实例。连接地址域名后缀升级后不支持再降级回原来的后缀,请谨慎操作。升级后的连接地址域名后缀会自动包含实例所属地域信息,旧的连接地址会保留 12 小时,12 小时保留期到期后会被自动释放。更多详情,请参见升级域名后缀。
|
|
115
|
+
*/
|
|
116
|
+
upgradeRegionDomain?: pulumi.Input<boolean>;
|
|
117
|
+
/**
|
|
118
|
+
* 连接地址所对应的 IPv6 地址。说明仅当实例使用了 IPv6 地址时才会返回该参数。仅私网地址和直连地址支持 IPv6 地址,公网地址不支持,因此当连接地址类型为公网地址(即 AddrType 为 Public)时,该参数值固定为空。
|
|
119
|
+
*/
|
|
120
|
+
viPv6?: pulumi.Input<string>;
|
|
121
|
+
/**
|
|
122
|
+
* 连接地址所对应的 IPv4 地址。
|
|
123
|
+
*/
|
|
124
|
+
vip?: pulumi.Input<string>;
|
|
125
|
+
}
|
|
126
|
+
/**
|
|
127
|
+
* The set of arguments for constructing a EndpointPublicAddress resource.
|
|
128
|
+
*/
|
|
129
|
+
export interface EndpointPublicAddressArgs {
|
|
130
|
+
/**
|
|
131
|
+
* 弹性公网 IP 的 ID。
|
|
132
|
+
*/
|
|
133
|
+
eipId: pulumi.Input<string>;
|
|
134
|
+
/**
|
|
135
|
+
* 实例 ID。
|
|
136
|
+
*/
|
|
137
|
+
instanceId: pulumi.Input<string>;
|
|
138
|
+
/**
|
|
139
|
+
* 修改后的连接地址前缀。连接地址前缀需同时满足如下要求:由小写字母、数字或连字符(-)组成。以字母开头,字母或数字结尾。长度为 8~53 个字符。修改后的连接地址需要保证全局唯一,不可以与火山引擎中任何地域下的任何连接地址重名。
|
|
140
|
+
*/
|
|
141
|
+
newAddressPrefix?: pulumi.Input<string>;
|
|
142
|
+
/**
|
|
143
|
+
* 端口号。
|
|
144
|
+
*/
|
|
145
|
+
port?: pulumi.Input<number>;
|
|
146
|
+
/**
|
|
147
|
+
* 是否升级连接地址的域名后缀。取值范围如下:true:升级。false(默认值):不升级。注意当需要升级域名后缀(即 UpgradeRegionDomain 为 true)时,必须同时传入连接地址前缀信息(即 Address 参数不允许为空。)升级域名后缀后,原有的连接会断开,请及时修改客户端的连接信息,使用新的连接地址来连接实例。连接实例的具体方法,请参见连接实例。连接地址域名后缀升级后不支持再降级回原来的后缀,请谨慎操作。升级后的连接地址域名后缀会自动包含实例所属地域信息,旧的连接地址会保留 12 小时,12 小时保留期到期后会被自动释放。更多详情,请参见升级域名后缀。
|
|
148
|
+
*/
|
|
149
|
+
upgradeRegionDomain?: pulumi.Input<boolean>;
|
|
150
|
+
}
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
"use strict";
|
|
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
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.EndpointPublicAddress = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* 开启公网访问,以便 VPC 外的设备来访问 Redis 实例。
|
|
10
|
+
*
|
|
11
|
+
* ## Example Usage
|
|
12
|
+
*
|
|
13
|
+
* ```typescript
|
|
14
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
15
|
+
* import * as volcenginecc from "@volcengine/pulumi-volcenginecc";
|
|
16
|
+
*
|
|
17
|
+
* const redisEndpointPublicAddressDemo = new volcenginecc.redis.EndpointPublicAddress("RedisEndpointPublicAddressDemo", {
|
|
18
|
+
* instanceId: "redis-cnlfii2cw1xxxxxx",
|
|
19
|
+
* port: 6379,
|
|
20
|
+
* eipId: "eip-w08rcc38bsw0865yxxxxx",
|
|
21
|
+
* });
|
|
22
|
+
* ```
|
|
23
|
+
*
|
|
24
|
+
* ## Import
|
|
25
|
+
*
|
|
26
|
+
* ```sh
|
|
27
|
+
* $ pulumi import volcenginecc:redis/endpointPublicAddress:EndpointPublicAddress example "instance_id|eip_id"
|
|
28
|
+
* ```
|
|
29
|
+
*/
|
|
30
|
+
class EndpointPublicAddress extends pulumi.CustomResource {
|
|
31
|
+
/**
|
|
32
|
+
* Get an existing EndpointPublicAddress resource's state with the given name, ID, and optional extra
|
|
33
|
+
* properties used to qualify the lookup.
|
|
34
|
+
*
|
|
35
|
+
* @param name The _unique_ name of the resulting resource.
|
|
36
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
37
|
+
* @param state Any extra arguments used during the lookup.
|
|
38
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
39
|
+
*/
|
|
40
|
+
static get(name, id, state, opts) {
|
|
41
|
+
return new EndpointPublicAddress(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
42
|
+
}
|
|
43
|
+
/**
|
|
44
|
+
* Returns true if the given object is an instance of EndpointPublicAddress. This is designed to work even
|
|
45
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
46
|
+
*/
|
|
47
|
+
static isInstance(obj) {
|
|
48
|
+
if (obj === undefined || obj === null) {
|
|
49
|
+
return false;
|
|
50
|
+
}
|
|
51
|
+
return obj['__pulumiType'] === EndpointPublicAddress.__pulumiType;
|
|
52
|
+
}
|
|
53
|
+
constructor(name, argsOrState, opts) {
|
|
54
|
+
let resourceInputs = {};
|
|
55
|
+
opts = opts || {};
|
|
56
|
+
if (opts.id) {
|
|
57
|
+
const state = argsOrState;
|
|
58
|
+
resourceInputs["addrType"] = state ? state.addrType : undefined;
|
|
59
|
+
resourceInputs["address"] = state ? state.address : undefined;
|
|
60
|
+
resourceInputs["eipId"] = state ? state.eipId : undefined;
|
|
61
|
+
resourceInputs["instanceId"] = state ? state.instanceId : undefined;
|
|
62
|
+
resourceInputs["newAddressPrefix"] = state ? state.newAddressPrefix : undefined;
|
|
63
|
+
resourceInputs["port"] = state ? state.port : undefined;
|
|
64
|
+
resourceInputs["upgradeRegionDomain"] = state ? state.upgradeRegionDomain : undefined;
|
|
65
|
+
resourceInputs["viPv6"] = state ? state.viPv6 : undefined;
|
|
66
|
+
resourceInputs["vip"] = state ? state.vip : undefined;
|
|
67
|
+
}
|
|
68
|
+
else {
|
|
69
|
+
const args = argsOrState;
|
|
70
|
+
if ((!args || args.eipId === undefined) && !opts.urn) {
|
|
71
|
+
throw new Error("Missing required property 'eipId'");
|
|
72
|
+
}
|
|
73
|
+
if ((!args || args.instanceId === undefined) && !opts.urn) {
|
|
74
|
+
throw new Error("Missing required property 'instanceId'");
|
|
75
|
+
}
|
|
76
|
+
resourceInputs["eipId"] = args ? args.eipId : undefined;
|
|
77
|
+
resourceInputs["instanceId"] = args ? args.instanceId : undefined;
|
|
78
|
+
resourceInputs["newAddressPrefix"] = args ? args.newAddressPrefix : undefined;
|
|
79
|
+
resourceInputs["port"] = args ? args.port : undefined;
|
|
80
|
+
resourceInputs["upgradeRegionDomain"] = args ? args.upgradeRegionDomain : undefined;
|
|
81
|
+
resourceInputs["addrType"] = undefined /*out*/;
|
|
82
|
+
resourceInputs["address"] = undefined /*out*/;
|
|
83
|
+
resourceInputs["viPv6"] = undefined /*out*/;
|
|
84
|
+
resourceInputs["vip"] = undefined /*out*/;
|
|
85
|
+
}
|
|
86
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
87
|
+
super(EndpointPublicAddress.__pulumiType, name, resourceInputs, opts);
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
exports.EndpointPublicAddress = EndpointPublicAddress;
|
|
91
|
+
/** @internal */
|
|
92
|
+
EndpointPublicAddress.__pulumiType = 'volcenginecc:redis/endpointPublicAddress:EndpointPublicAddress';
|
|
93
|
+
//# sourceMappingURL=endpointPublicAddress.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"endpointPublicAddress.js","sourceRoot":"","sources":["../../redis/endpointPublicAddress.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Data Source schema for Volcengine::Redis::Account
|
|
4
|
+
*/
|
|
5
|
+
export declare function getAccount(args: GetAccountArgs, opts?: pulumi.InvokeOptions): Promise<GetAccountResult>;
|
|
6
|
+
/**
|
|
7
|
+
* A collection of arguments for invoking getAccount.
|
|
8
|
+
*/
|
|
9
|
+
export interface GetAccountArgs {
|
|
10
|
+
/**
|
|
11
|
+
* Uniquely identifies the resource.
|
|
12
|
+
*/
|
|
13
|
+
id: string;
|
|
14
|
+
}
|
|
15
|
+
/**
|
|
16
|
+
* A collection of values returned by getAccount.
|
|
17
|
+
*/
|
|
18
|
+
export interface GetAccountResult {
|
|
19
|
+
/**
|
|
20
|
+
* 账号名称。名称需同时满足如下要求:以小写字母开头,由小写字母或者数字结尾。长度为 2~16 个字符。由小写字母、数字、下划线(_)组成。
|
|
21
|
+
*/
|
|
22
|
+
readonly accountName: string;
|
|
23
|
+
/**
|
|
24
|
+
* 账号状态。取值范围如下:Available:可用。Unavailable:不可用。
|
|
25
|
+
*/
|
|
26
|
+
readonly accountStatus: string;
|
|
27
|
+
/**
|
|
28
|
+
* 账号描述,长度不超过 256 个字符。说明若该参数为空,表示不设置账号描述。
|
|
29
|
+
*/
|
|
30
|
+
readonly description: string;
|
|
31
|
+
/**
|
|
32
|
+
* Uniquely identifies the resource.
|
|
33
|
+
*/
|
|
34
|
+
readonly id: string;
|
|
35
|
+
/**
|
|
36
|
+
* 实例 ID。
|
|
37
|
+
*/
|
|
38
|
+
readonly instanceId: string;
|
|
39
|
+
/**
|
|
40
|
+
* 账号密码。密码需同时满足如下要求:长度为 8~32 个字符。至少包含大写字母、小写字母、数字或特殊字符中的任意 2 种。支持如下特殊字符:()`~!@#$%^&*-+=_|{}[];<>,.?
|
|
41
|
+
*/
|
|
42
|
+
readonly password: string;
|
|
43
|
+
/**
|
|
44
|
+
* 账号所属角色。支持如下默认角色:Administrator:允许对所有 Key 使用所有 Redis 实例已支持的命令。ReadWrite:允许对所有 Key 使用除 admin 类之外的所有命令。ReadOnly:允许对所有 Key 使用 read 类中的所有命令。NotDangerous:允许对所有 Key 使用除 dangerous 类之外的所有命令。说明关于各角色对应 ACL 规则支持的具体命令详情,请参见 ACL 语法。
|
|
45
|
+
*/
|
|
46
|
+
readonly roleName: string;
|
|
47
|
+
}
|
|
48
|
+
/**
|
|
49
|
+
* Data Source schema for Volcengine::Redis::Account
|
|
50
|
+
*/
|
|
51
|
+
export declare function getAccountOutput(args: GetAccountOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetAccountResult>;
|
|
52
|
+
/**
|
|
53
|
+
* A collection of arguments for invoking getAccount.
|
|
54
|
+
*/
|
|
55
|
+
export interface GetAccountOutputArgs {
|
|
56
|
+
/**
|
|
57
|
+
* Uniquely identifies the resource.
|
|
58
|
+
*/
|
|
59
|
+
id: pulumi.Input<string>;
|
|
60
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use strict";
|
|
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
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getAccountOutput = exports.getAccount = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Data Source schema for Volcengine::Redis::Account
|
|
10
|
+
*/
|
|
11
|
+
function getAccount(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("volcenginecc:redis/getAccount:getAccount", {
|
|
14
|
+
"id": args.id,
|
|
15
|
+
}, opts);
|
|
16
|
+
}
|
|
17
|
+
exports.getAccount = getAccount;
|
|
18
|
+
/**
|
|
19
|
+
* Data Source schema for Volcengine::Redis::Account
|
|
20
|
+
*/
|
|
21
|
+
function getAccountOutput(args, opts) {
|
|
22
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
23
|
+
return pulumi.runtime.invokeOutput("volcenginecc:redis/getAccount:getAccount", {
|
|
24
|
+
"id": args.id,
|
|
25
|
+
}, opts);
|
|
26
|
+
}
|
|
27
|
+
exports.getAccountOutput = getAccountOutput;
|
|
28
|
+
//# sourceMappingURL=getAccount.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getAccount.js","sourceRoot":"","sources":["../../redis/getAccount.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,UAAU,CAAC,IAAoB,EAAE,IAA2B;IACxE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0CAA0C,EAAE;QACrE,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,gCAKC;AA6CD;;GAEG;AACH,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAAiC;IAC1F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,0CAA0C,EAAE;QAC3E,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,4CAKC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Plural Data Source schema for Volcengine::Redis::Account
|
|
4
|
+
*/
|
|
5
|
+
export declare function getAccounts(opts?: pulumi.InvokeOptions): Promise<GetAccountsResult>;
|
|
6
|
+
/**
|
|
7
|
+
* A collection of values returned by getAccounts.
|
|
8
|
+
*/
|
|
9
|
+
export interface GetAccountsResult {
|
|
10
|
+
/**
|
|
11
|
+
* Uniquely identifies the data source.
|
|
12
|
+
*/
|
|
13
|
+
readonly id: string;
|
|
14
|
+
/**
|
|
15
|
+
* Set of Resource Identifiers.
|
|
16
|
+
*/
|
|
17
|
+
readonly ids: string[];
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
* Plural Data Source schema for Volcengine::Redis::Account
|
|
21
|
+
*/
|
|
22
|
+
export declare function getAccountsOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetAccountsResult>;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
"use strict";
|
|
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
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getAccountsOutput = exports.getAccounts = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Plural Data Source schema for Volcengine::Redis::Account
|
|
10
|
+
*/
|
|
11
|
+
function getAccounts(opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("volcenginecc:redis/getAccounts:getAccounts", {}, opts);
|
|
14
|
+
}
|
|
15
|
+
exports.getAccounts = getAccounts;
|
|
16
|
+
/**
|
|
17
|
+
* Plural Data Source schema for Volcengine::Redis::Account
|
|
18
|
+
*/
|
|
19
|
+
function getAccountsOutput(opts) {
|
|
20
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
21
|
+
return pulumi.runtime.invokeOutput("volcenginecc:redis/getAccounts:getAccounts", {}, opts);
|
|
22
|
+
}
|
|
23
|
+
exports.getAccountsOutput = getAccountsOutput;
|
|
24
|
+
//# sourceMappingURL=getAccounts.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getAccounts.js","sourceRoot":"","sources":["../../redis/getAccounts.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,WAAW,CAAC,IAA2B;IACnD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4CAA4C,EAAE,EAC1E,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,kCAIC;AAeD;;GAEG;AACH,SAAgB,iBAAiB,CAAC,IAAiC;IAC/D,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,4CAA4C,EAAE,EAChF,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,8CAIC"}
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Data Source schema for Volcengine::Redis::EndpointPublicAddress
|
|
4
|
+
*/
|
|
5
|
+
export declare function getEndpointPublicAddress(args: GetEndpointPublicAddressArgs, opts?: pulumi.InvokeOptions): Promise<GetEndpointPublicAddressResult>;
|
|
6
|
+
/**
|
|
7
|
+
* A collection of arguments for invoking getEndpointPublicAddress.
|
|
8
|
+
*/
|
|
9
|
+
export interface GetEndpointPublicAddressArgs {
|
|
10
|
+
/**
|
|
11
|
+
* Uniquely identifies the resource.
|
|
12
|
+
*/
|
|
13
|
+
id: string;
|
|
14
|
+
}
|
|
15
|
+
/**
|
|
16
|
+
* A collection of values returned by getEndpointPublicAddress.
|
|
17
|
+
*/
|
|
18
|
+
export interface GetEndpointPublicAddressResult {
|
|
19
|
+
/**
|
|
20
|
+
* 连接地址类型,取值范围如下:Private:私网连接地址。Public:公网连接地址。DirectLink:直连地址。说明仅启用分片集群的 Redis 实例申请了直连地址后,才会返回直连地址信息。关于连接地址的更多信息,请参见连接地址类型。
|
|
21
|
+
*/
|
|
22
|
+
readonly addrType: string;
|
|
23
|
+
/**
|
|
24
|
+
* IP 地址或者域名。
|
|
25
|
+
*/
|
|
26
|
+
readonly address: string;
|
|
27
|
+
/**
|
|
28
|
+
* 弹性公网 IP 的 ID。
|
|
29
|
+
*/
|
|
30
|
+
readonly eipId: string;
|
|
31
|
+
/**
|
|
32
|
+
* Uniquely identifies the resource.
|
|
33
|
+
*/
|
|
34
|
+
readonly id: string;
|
|
35
|
+
/**
|
|
36
|
+
* 实例 ID。
|
|
37
|
+
*/
|
|
38
|
+
readonly instanceId: string;
|
|
39
|
+
/**
|
|
40
|
+
* 修改后的连接地址前缀。连接地址前缀需同时满足如下要求:由小写字母、数字或连字符(-)组成。以字母开头,字母或数字结尾。长度为 8~53 个字符。修改后的连接地址需要保证全局唯一,不可以与火山引擎中任何地域下的任何连接地址重名。
|
|
41
|
+
*/
|
|
42
|
+
readonly newAddressPrefix: string;
|
|
43
|
+
/**
|
|
44
|
+
* 端口号。
|
|
45
|
+
*/
|
|
46
|
+
readonly port: number;
|
|
47
|
+
/**
|
|
48
|
+
* 是否升级连接地址的域名后缀。取值范围如下:true:升级。false(默认值):不升级。注意当需要升级域名后缀(即 UpgradeRegionDomain 为 true)时,必须同时传入连接地址前缀信息(即 Address 参数不允许为空。)升级域名后缀后,原有的连接会断开,请及时修改客户端的连接信息,使用新的连接地址来连接实例。连接实例的具体方法,请参见连接实例。连接地址域名后缀升级后不支持再降级回原来的后缀,请谨慎操作。升级后的连接地址域名后缀会自动包含实例所属地域信息,旧的连接地址会保留 12 小时,12 小时保留期到期后会被自动释放。更多详情,请参见升级域名后缀。
|
|
49
|
+
*/
|
|
50
|
+
readonly upgradeRegionDomain: boolean;
|
|
51
|
+
/**
|
|
52
|
+
* 连接地址所对应的 IPv6 地址。说明仅当实例使用了 IPv6 地址时才会返回该参数。仅私网地址和直连地址支持 IPv6 地址,公网地址不支持,因此当连接地址类型为公网地址(即 AddrType 为 Public)时,该参数值固定为空。
|
|
53
|
+
*/
|
|
54
|
+
readonly viPv6: string;
|
|
55
|
+
/**
|
|
56
|
+
* 连接地址所对应的 IPv4 地址。
|
|
57
|
+
*/
|
|
58
|
+
readonly vip: string;
|
|
59
|
+
}
|
|
60
|
+
/**
|
|
61
|
+
* Data Source schema for Volcengine::Redis::EndpointPublicAddress
|
|
62
|
+
*/
|
|
63
|
+
export declare function getEndpointPublicAddressOutput(args: GetEndpointPublicAddressOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetEndpointPublicAddressResult>;
|
|
64
|
+
/**
|
|
65
|
+
* A collection of arguments for invoking getEndpointPublicAddress.
|
|
66
|
+
*/
|
|
67
|
+
export interface GetEndpointPublicAddressOutputArgs {
|
|
68
|
+
/**
|
|
69
|
+
* Uniquely identifies the resource.
|
|
70
|
+
*/
|
|
71
|
+
id: pulumi.Input<string>;
|
|
72
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use strict";
|
|
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
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getEndpointPublicAddressOutput = exports.getEndpointPublicAddress = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Data Source schema for Volcengine::Redis::EndpointPublicAddress
|
|
10
|
+
*/
|
|
11
|
+
function getEndpointPublicAddress(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("volcenginecc:redis/getEndpointPublicAddress:getEndpointPublicAddress", {
|
|
14
|
+
"id": args.id,
|
|
15
|
+
}, opts);
|
|
16
|
+
}
|
|
17
|
+
exports.getEndpointPublicAddress = getEndpointPublicAddress;
|
|
18
|
+
/**
|
|
19
|
+
* Data Source schema for Volcengine::Redis::EndpointPublicAddress
|
|
20
|
+
*/
|
|
21
|
+
function getEndpointPublicAddressOutput(args, opts) {
|
|
22
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
23
|
+
return pulumi.runtime.invokeOutput("volcenginecc:redis/getEndpointPublicAddress:getEndpointPublicAddress", {
|
|
24
|
+
"id": args.id,
|
|
25
|
+
}, opts);
|
|
26
|
+
}
|
|
27
|
+
exports.getEndpointPublicAddressOutput = getEndpointPublicAddressOutput;
|
|
28
|
+
//# sourceMappingURL=getEndpointPublicAddress.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getEndpointPublicAddress.js","sourceRoot":"","sources":["../../redis/getEndpointPublicAddress.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,wBAAwB,CAAC,IAAkC,EAAE,IAA2B;IACpG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sEAAsE,EAAE;QACjG,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,4DAKC;AAyDD;;GAEG;AACH,SAAgB,8BAA8B,CAAC,IAAwC,EAAE,IAAiC;IACtH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,sEAAsE,EAAE;QACvG,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,wEAKC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Plural Data Source schema for Volcengine::Redis::EndpointPublicAddress
|
|
4
|
+
*/
|
|
5
|
+
export declare function getEndpointPublicAddresses(opts?: pulumi.InvokeOptions): Promise<GetEndpointPublicAddressesResult>;
|
|
6
|
+
/**
|
|
7
|
+
* A collection of values returned by getEndpointPublicAddresses.
|
|
8
|
+
*/
|
|
9
|
+
export interface GetEndpointPublicAddressesResult {
|
|
10
|
+
/**
|
|
11
|
+
* Uniquely identifies the data source.
|
|
12
|
+
*/
|
|
13
|
+
readonly id: string;
|
|
14
|
+
/**
|
|
15
|
+
* Set of Resource Identifiers.
|
|
16
|
+
*/
|
|
17
|
+
readonly ids: string[];
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
* Plural Data Source schema for Volcengine::Redis::EndpointPublicAddress
|
|
21
|
+
*/
|
|
22
|
+
export declare function getEndpointPublicAddressesOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetEndpointPublicAddressesResult>;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
"use strict";
|
|
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
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getEndpointPublicAddressesOutput = exports.getEndpointPublicAddresses = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Plural Data Source schema for Volcengine::Redis::EndpointPublicAddress
|
|
10
|
+
*/
|
|
11
|
+
function getEndpointPublicAddresses(opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("volcenginecc:redis/getEndpointPublicAddresses:getEndpointPublicAddresses", {}, opts);
|
|
14
|
+
}
|
|
15
|
+
exports.getEndpointPublicAddresses = getEndpointPublicAddresses;
|
|
16
|
+
/**
|
|
17
|
+
* Plural Data Source schema for Volcengine::Redis::EndpointPublicAddress
|
|
18
|
+
*/
|
|
19
|
+
function getEndpointPublicAddressesOutput(opts) {
|
|
20
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
21
|
+
return pulumi.runtime.invokeOutput("volcenginecc:redis/getEndpointPublicAddresses:getEndpointPublicAddresses", {}, opts);
|
|
22
|
+
}
|
|
23
|
+
exports.getEndpointPublicAddressesOutput = getEndpointPublicAddressesOutput;
|
|
24
|
+
//# sourceMappingURL=getEndpointPublicAddresses.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getEndpointPublicAddresses.js","sourceRoot":"","sources":["../../redis/getEndpointPublicAddresses.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,0BAA0B,CAAC,IAA2B;IAClE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0EAA0E,EAAE,EACxG,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,gEAIC;AAeD;;GAEG;AACH,SAAgB,gCAAgC,CAAC,IAAiC;IAC9E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,0EAA0E,EAAE,EAC9G,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,4EAIC"}
|
package/redis/index.d.ts
CHANGED
|
@@ -1,3 +1,21 @@
|
|
|
1
|
+
export { AccountArgs, AccountState } from "./account";
|
|
2
|
+
export type Account = import("./account").Account;
|
|
3
|
+
export declare const Account: typeof import("./account").Account;
|
|
4
|
+
export { EndpointPublicAddressArgs, EndpointPublicAddressState } from "./endpointPublicAddress";
|
|
5
|
+
export type EndpointPublicAddress = import("./endpointPublicAddress").EndpointPublicAddress;
|
|
6
|
+
export declare const EndpointPublicAddress: typeof import("./endpointPublicAddress").EndpointPublicAddress;
|
|
7
|
+
export { GetAccountArgs, GetAccountResult, GetAccountOutputArgs } from "./getAccount";
|
|
8
|
+
export declare const getAccount: typeof import("./getAccount").getAccount;
|
|
9
|
+
export declare const getAccountOutput: typeof import("./getAccount").getAccountOutput;
|
|
10
|
+
export { GetAccountsResult } from "./getAccounts";
|
|
11
|
+
export declare const getAccounts: typeof import("./getAccounts").getAccounts;
|
|
12
|
+
export declare const getAccountsOutput: typeof import("./getAccounts").getAccountsOutput;
|
|
13
|
+
export { GetEndpointPublicAddressArgs, GetEndpointPublicAddressResult, GetEndpointPublicAddressOutputArgs } from "./getEndpointPublicAddress";
|
|
14
|
+
export declare const getEndpointPublicAddress: typeof import("./getEndpointPublicAddress").getEndpointPublicAddress;
|
|
15
|
+
export declare const getEndpointPublicAddressOutput: typeof import("./getEndpointPublicAddress").getEndpointPublicAddressOutput;
|
|
16
|
+
export { GetEndpointPublicAddressesResult } from "./getEndpointPublicAddresses";
|
|
17
|
+
export declare const getEndpointPublicAddresses: typeof import("./getEndpointPublicAddresses").getEndpointPublicAddresses;
|
|
18
|
+
export declare const getEndpointPublicAddressesOutput: typeof import("./getEndpointPublicAddresses").getEndpointPublicAddressesOutput;
|
|
1
19
|
export { GetInstanceArgs, GetInstanceResult, GetInstanceOutputArgs } from "./getInstance";
|
|
2
20
|
export declare const getInstance: typeof import("./getInstance").getInstance;
|
|
3
21
|
export declare const getInstanceOutput: typeof import("./getInstance").getInstanceOutput;
|
package/redis/index.js
CHANGED
|
@@ -2,9 +2,25 @@
|
|
|
2
2
|
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
3
|
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
-
exports.Instance = exports.getInstancesOutput = exports.getInstances = exports.getInstanceOutput = exports.getInstance = void 0;
|
|
5
|
+
exports.Instance = exports.getInstancesOutput = exports.getInstances = exports.getInstanceOutput = exports.getInstance = exports.getEndpointPublicAddressesOutput = exports.getEndpointPublicAddresses = exports.getEndpointPublicAddressOutput = exports.getEndpointPublicAddress = exports.getAccountsOutput = exports.getAccounts = exports.getAccountOutput = exports.getAccount = exports.EndpointPublicAddress = exports.Account = void 0;
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
|
+
exports.Account = null;
|
|
9
|
+
utilities.lazyLoad(exports, ["Account"], () => require("./account"));
|
|
10
|
+
exports.EndpointPublicAddress = null;
|
|
11
|
+
utilities.lazyLoad(exports, ["EndpointPublicAddress"], () => require("./endpointPublicAddress"));
|
|
12
|
+
exports.getAccount = null;
|
|
13
|
+
exports.getAccountOutput = null;
|
|
14
|
+
utilities.lazyLoad(exports, ["getAccount", "getAccountOutput"], () => require("./getAccount"));
|
|
15
|
+
exports.getAccounts = null;
|
|
16
|
+
exports.getAccountsOutput = null;
|
|
17
|
+
utilities.lazyLoad(exports, ["getAccounts", "getAccountsOutput"], () => require("./getAccounts"));
|
|
18
|
+
exports.getEndpointPublicAddress = null;
|
|
19
|
+
exports.getEndpointPublicAddressOutput = null;
|
|
20
|
+
utilities.lazyLoad(exports, ["getEndpointPublicAddress", "getEndpointPublicAddressOutput"], () => require("./getEndpointPublicAddress"));
|
|
21
|
+
exports.getEndpointPublicAddresses = null;
|
|
22
|
+
exports.getEndpointPublicAddressesOutput = null;
|
|
23
|
+
utilities.lazyLoad(exports, ["getEndpointPublicAddresses", "getEndpointPublicAddressesOutput"], () => require("./getEndpointPublicAddresses"));
|
|
8
24
|
exports.getInstance = null;
|
|
9
25
|
exports.getInstanceOutput = null;
|
|
10
26
|
utilities.lazyLoad(exports, ["getInstance", "getInstanceOutput"], () => require("./getInstance"));
|
|
@@ -17,6 +33,10 @@ const _module = {
|
|
|
17
33
|
version: utilities.getVersion(),
|
|
18
34
|
construct: (name, type, urn) => {
|
|
19
35
|
switch (type) {
|
|
36
|
+
case "volcenginecc:redis/account:Account":
|
|
37
|
+
return new exports.Account(name, undefined, { urn });
|
|
38
|
+
case "volcenginecc:redis/endpointPublicAddress:EndpointPublicAddress":
|
|
39
|
+
return new exports.EndpointPublicAddress(name, undefined, { urn });
|
|
20
40
|
case "volcenginecc:redis/instance:Instance":
|
|
21
41
|
return new exports.Instance(name, undefined, { urn });
|
|
22
42
|
default:
|
|
@@ -24,5 +44,7 @@ const _module = {
|
|
|
24
44
|
}
|
|
25
45
|
},
|
|
26
46
|
};
|
|
47
|
+
pulumi.runtime.registerResourceModule("volcenginecc", "redis/account", _module);
|
|
48
|
+
pulumi.runtime.registerResourceModule("volcenginecc", "redis/endpointPublicAddress", _module);
|
|
27
49
|
pulumi.runtime.registerResourceModule("volcenginecc", "redis/instance", _module);
|
|
28
50
|
//# sourceMappingURL=index.js.map
|
package/redis/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../redis/index.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../redis/index.ts"],"names":[],"mappings":"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"}
|