@volcengine/pulumi 0.0.12
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/LICENSE +202 -0
- package/README.md +68 -0
- package/autoscaling/index.d.ts +13 -0
- package/autoscaling/index.js +73 -0
- package/autoscaling/index.js.map +1 -0
- package/autoscaling/scalingActivities.d.ts +104 -0
- package/autoscaling/scalingActivities.js +40 -0
- package/autoscaling/scalingActivities.js.map +1 -0
- package/autoscaling/scalingConfiguration.d.ts +368 -0
- package/autoscaling/scalingConfiguration.js +175 -0
- package/autoscaling/scalingConfiguration.js.map +1 -0
- package/autoscaling/scalingConfigurationAttachment.d.ts +69 -0
- package/autoscaling/scalingConfigurationAttachment.js +73 -0
- package/autoscaling/scalingConfigurationAttachment.js.map +1 -0
- package/autoscaling/scalingConfigurations.d.ts +92 -0
- package/autoscaling/scalingConfigurations.js +40 -0
- package/autoscaling/scalingConfigurations.js.map +1 -0
- package/autoscaling/scalingGroup.d.ts +290 -0
- package/autoscaling/scalingGroup.js +134 -0
- package/autoscaling/scalingGroup.js.map +1 -0
- package/autoscaling/scalingGroupEnabler.d.ts +116 -0
- package/autoscaling/scalingGroupEnabler.js +120 -0
- package/autoscaling/scalingGroupEnabler.js.map +1 -0
- package/autoscaling/scalingGroups.d.ts +80 -0
- package/autoscaling/scalingGroups.js +39 -0
- package/autoscaling/scalingGroups.js.map +1 -0
- package/autoscaling/scalingInstanceAttachment.d.ts +121 -0
- package/autoscaling/scalingInstanceAttachment.js +88 -0
- package/autoscaling/scalingInstanceAttachment.js.map +1 -0
- package/autoscaling/scalingInstances.d.ts +117 -0
- package/autoscaling/scalingInstances.js +47 -0
- package/autoscaling/scalingInstances.js.map +1 -0
- package/autoscaling/scalingLifecycleHook.d.ts +129 -0
- package/autoscaling/scalingLifecycleHook.js +99 -0
- package/autoscaling/scalingLifecycleHook.js.map +1 -0
- package/autoscaling/scalingLifecycleHooks.d.ts +92 -0
- package/autoscaling/scalingLifecycleHooks.js +39 -0
- package/autoscaling/scalingLifecycleHooks.js.map +1 -0
- package/autoscaling/scalingPolicies.d.ts +105 -0
- package/autoscaling/scalingPolicies.js +41 -0
- package/autoscaling/scalingPolicies.js.map +1 -0
- package/autoscaling/scalingPolicy.d.ts +306 -0
- package/autoscaling/scalingPolicy.js +135 -0
- package/autoscaling/scalingPolicy.js.map +1 -0
- package/bioos/cluster.d.ts +121 -0
- package/bioos/cluster.js +85 -0
- package/bioos/cluster.js.map +1 -0
- package/bioos/clusterBind.d.ts +95 -0
- package/bioos/clusterBind.js +85 -0
- package/bioos/clusterBind.js.map +1 -0
- package/bioos/clusters.d.ts +90 -0
- package/bioos/clusters.js +38 -0
- package/bioos/clusters.js.map +1 -0
- package/bioos/index.d.ts +5 -0
- package/bioos/index.js +49 -0
- package/bioos/index.js.map +1 -0
- package/bioos/workspace.d.ts +110 -0
- package/bioos/workspace.js +82 -0
- package/bioos/workspace.js.map +1 -0
- package/bioos/workspaces.d.ts +87 -0
- package/bioos/workspaces.js +38 -0
- package/bioos/workspaces.js.map +1 -0
- package/cen/attachInstance.d.ts +142 -0
- package/cen/attachInstance.js +103 -0
- package/cen/attachInstance.js.map +1 -0
- package/cen/attachInstances.d.ts +101 -0
- package/cen/attachInstances.js +40 -0
- package/cen/attachInstances.js.map +1 -0
- package/cen/bandwidthPackage.d.ts +268 -0
- package/cen/bandwidthPackage.js +115 -0
- package/cen/bandwidthPackage.js.map +1 -0
- package/cen/bandwidthPackageAssociate.d.ts +82 -0
- package/cen/bandwidthPackageAssociate.js +79 -0
- package/cen/bandwidthPackageAssociate.js.map +1 -0
- package/cen/bandwidthPackages.d.ts +126 -0
- package/cen/bandwidthPackages.js +44 -0
- package/cen/bandwidthPackages.js.map +1 -0
- package/cen/cen.d.ts +156 -0
- package/cen/cen.js +90 -0
- package/cen/cen.js.map +1 -0
- package/cen/cens.d.ts +92 -0
- package/cen/cens.js +40 -0
- package/cen/cens.js.map +1 -0
- package/cen/grantInstance.d.ts +121 -0
- package/cen/grantInstance.js +97 -0
- package/cen/grantInstance.js.map +1 -0
- package/cen/index.d.ts +14 -0
- package/cen/index.js +78 -0
- package/cen/index.js.map +1 -0
- package/cen/interRegionBandwidth.d.ts +140 -0
- package/cen/interRegionBandwidth.js +99 -0
- package/cen/interRegionBandwidth.js.map +1 -0
- package/cen/interRegionBandwidths.d.ts +62 -0
- package/cen/interRegionBandwidths.js +37 -0
- package/cen/interRegionBandwidths.js.map +1 -0
- package/cen/routeEntries.d.ts +113 -0
- package/cen/routeEntries.js +40 -0
- package/cen/routeEntries.js.map +1 -0
- package/cen/routeEntry.d.ts +152 -0
- package/cen/routeEntry.js +107 -0
- package/cen/routeEntry.js.map +1 -0
- package/cen/serviceRouteEntries.d.ts +101 -0
- package/cen/serviceRouteEntries.js +40 -0
- package/cen/serviceRouteEntries.js.map +1 -0
- package/cen/serviceRouteEntry.d.ts +215 -0
- package/cen/serviceRouteEntry.js +155 -0
- package/cen/serviceRouteEntry.js.map +1 -0
- package/clb/acl.d.ts +125 -0
- package/clb/acl.js +89 -0
- package/clb/acl.js.map +1 -0
- package/clb/aclEntry.d.ts +99 -0
- package/clb/aclEntry.js +86 -0
- package/clb/aclEntry.js.map +1 -0
- package/clb/acls.d.ts +95 -0
- package/clb/acls.js +40 -0
- package/clb/acls.js.map +1 -0
- package/clb/certificate.d.ts +166 -0
- package/clb/certificate.js +122 -0
- package/clb/certificate.js.map +1 -0
- package/clb/certificates.d.ts +150 -0
- package/clb/certificates.js +84 -0
- package/clb/certificates.js.map +1 -0
- package/clb/clb.d.ts +348 -0
- package/clb/clb.js +179 -0
- package/clb/clb.js.map +1 -0
- package/clb/clbs.d.ts +163 -0
- package/clb/clbs.js +75 -0
- package/clb/clbs.js.map +1 -0
- package/clb/index.d.ts +16 -0
- package/clb/index.js +80 -0
- package/clb/index.js.map +1 -0
- package/clb/listener.d.ts +279 -0
- package/clb/listener.js +155 -0
- package/clb/listener.js.map +1 -0
- package/clb/listeners.d.ts +140 -0
- package/clb/listeners.js +88 -0
- package/clb/listeners.js.map +1 -0
- package/clb/rule.d.ts +168 -0
- package/clb/rule.js +135 -0
- package/clb/rule.js.map +1 -0
- package/clb/rules.d.ts +122 -0
- package/clb/rules.js +92 -0
- package/clb/rules.js.map +1 -0
- package/clb/serverGroup.d.ts +131 -0
- package/clb/serverGroup.js +105 -0
- package/clb/serverGroup.js.map +1 -0
- package/clb/serverGroupServer.d.ts +198 -0
- package/clb/serverGroupServer.js +145 -0
- package/clb/serverGroupServer.js.map +1 -0
- package/clb/serverGroupServers.d.ts +133 -0
- package/clb/serverGroupServers.js +91 -0
- package/clb/serverGroupServers.js.map +1 -0
- package/clb/serverGroups.d.ts +121 -0
- package/clb/serverGroups.js +69 -0
- package/clb/serverGroups.js.map +1 -0
- package/clb/zones.d.ts +51 -0
- package/clb/zones.js +34 -0
- package/clb/zones.js.map +1 -0
- package/config/index.d.ts +1 -0
- package/config/index.js +21 -0
- package/config/index.js.map +1 -0
- package/config/vars.d.ts +36 -0
- package/config/vars.js +66 -0
- package/config/vars.js.map +1 -0
- package/cr/authorizationTokens.d.ts +62 -0
- package/cr/authorizationTokens.js +36 -0
- package/cr/authorizationTokens.js.map +1 -0
- package/cr/endpoint.d.ts +90 -0
- package/cr/endpoint.js +78 -0
- package/cr/endpoint.js.map +1 -0
- package/cr/endpoints.d.ts +65 -0
- package/cr/endpoints.js +36 -0
- package/cr/endpoints.js.map +1 -0
- package/cr/index.d.ts +14 -0
- package/cr/index.js +74 -0
- package/cr/index.js.map +1 -0
- package/cr/namespace.d.ts +92 -0
- package/cr/namespace.js +80 -0
- package/cr/namespace.js.map +1 -0
- package/cr/namespaces.d.ts +72 -0
- package/cr/namespaces.js +38 -0
- package/cr/namespaces.js.map +1 -0
- package/cr/registries.d.ts +85 -0
- package/cr/registries.js +44 -0
- package/cr/registries.js.map +1 -0
- package/cr/registry.d.ts +151 -0
- package/cr/registry.js +89 -0
- package/cr/registry.js.map +1 -0
- package/cr/repositories.d.ts +92 -0
- package/cr/repositories.js +42 -0
- package/cr/repositories.js.map +1 -0
- package/cr/repository.d.ts +136 -0
- package/cr/repository.js +91 -0
- package/cr/repository.js.map +1 -0
- package/cr/state.d.ts +90 -0
- package/cr/state.js +77 -0
- package/cr/state.js.map +1 -0
- package/cr/tag.d.ts +157 -0
- package/cr/tag.js +100 -0
- package/cr/tag.js.map +1 -0
- package/cr/tags.d.ts +101 -0
- package/cr/tags.js +43 -0
- package/cr/tags.js.map +1 -0
- package/cr/vpcEndpoint.d.ts +92 -0
- package/cr/vpcEndpoint.js +88 -0
- package/cr/vpcEndpoint.js.map +1 -0
- package/cr/vpcEndpoints.d.ts +80 -0
- package/cr/vpcEndpoints.js +43 -0
- package/cr/vpcEndpoints.js.map +1 -0
- package/ebs/index.d.ts +3 -0
- package/ebs/index.js +43 -0
- package/ebs/index.js.map +1 -0
- package/ebs/volume.d.ts +219 -0
- package/ebs/volume.js +127 -0
- package/ebs/volume.js.map +1 -0
- package/ebs/volumeAttach.d.ts +118 -0
- package/ebs/volumeAttach.js +87 -0
- package/ebs/volumeAttach.js.map +1 -0
- package/ebs/volumes.d.ts +125 -0
- package/ebs/volumes.js +44 -0
- package/ebs/volumes.js.map +1 -0
- package/ecs/deploymentSet.d.ts +116 -0
- package/ecs/deploymentSet.js +84 -0
- package/ecs/deploymentSet.js.map +1 -0
- package/ecs/deploymentSetAssociate.d.ts +127 -0
- package/ecs/deploymentSetAssociate.js +124 -0
- package/ecs/deploymentSetAssociate.js.map +1 -0
- package/ecs/deploymentSets.d.ts +94 -0
- package/ecs/deploymentSets.js +50 -0
- package/ecs/deploymentSets.js.map +1 -0
- package/ecs/images.d.ts +130 -0
- package/ecs/images.js +45 -0
- package/ecs/images.js.map +1 -0
- package/ecs/index.d.ts +13 -0
- package/ecs/index.js +73 -0
- package/ecs/index.js.map +1 -0
- package/ecs/instance.d.ts +595 -0
- package/ecs/instance.js +218 -0
- package/ecs/instance.js.map +1 -0
- package/ecs/instances.d.ts +232 -0
- package/ecs/instances.js +95 -0
- package/ecs/instances.js.map +1 -0
- package/ecs/keyPair.d.ts +122 -0
- package/ecs/keyPair.js +84 -0
- package/ecs/keyPair.js.map +1 -0
- package/ecs/keyPairAssociate.d.ts +118 -0
- package/ecs/keyPairAssociate.js +115 -0
- package/ecs/keyPairAssociate.js.map +1 -0
- package/ecs/keyPairs.d.ts +109 -0
- package/ecs/keyPairs.js +46 -0
- package/ecs/keyPairs.js.map +1 -0
- package/ecs/launchTemplate.d.ts +328 -0
- package/ecs/launchTemplate.js +125 -0
- package/ecs/launchTemplate.js.map +1 -0
- package/ecs/launchTemplates.d.ts +95 -0
- package/ecs/launchTemplates.js +54 -0
- package/ecs/launchTemplates.js.map +1 -0
- package/ecs/state.d.ts +135 -0
- package/ecs/state.js +116 -0
- package/ecs/state.js.map +1 -0
- package/ecs/zones.d.ts +62 -0
- package/ecs/zones.js +37 -0
- package/ecs/zones.js.map +1 -0
- package/eip/address.d.ts +197 -0
- package/eip/address.js +100 -0
- package/eip/address.js.map +1 -0
- package/eip/addresses.d.ts +151 -0
- package/eip/addresses.js +47 -0
- package/eip/addresses.js.map +1 -0
- package/eip/associate.d.ts +140 -0
- package/eip/associate.js +120 -0
- package/eip/associate.js.map +1 -0
- package/eip/index.d.ts +3 -0
- package/eip/index.js +43 -0
- package/eip/index.js.map +1 -0
- package/escloud/index.d.ts +4 -0
- package/escloud/index.js +40 -0
- package/escloud/index.js.map +1 -0
- package/escloud/instance.d.ts +104 -0
- package/escloud/instance.js +107 -0
- package/escloud/instance.js.map +1 -0
- package/escloud/instances.d.ts +108 -0
- package/escloud/instances.js +43 -0
- package/escloud/instances.js.map +1 -0
- package/escloud/regions.d.ts +51 -0
- package/escloud/regions.js +34 -0
- package/escloud/regions.js.map +1 -0
- package/escloud/zones.d.ts +62 -0
- package/escloud/zones.js +36 -0
- package/escloud/zones.js.map +1 -0
- package/iam/accessKey.d.ts +135 -0
- package/iam/accessKey.js +82 -0
- package/iam/accessKey.js.map +1 -0
- package/iam/index.d.ts +10 -0
- package/iam/index.js +70 -0
- package/iam/index.js.map +1 -0
- package/iam/loginProfile.d.ts +108 -0
- package/iam/loginProfile.js +85 -0
- package/iam/loginProfile.js.map +1 -0
- package/iam/policies.d.ts +113 -0
- package/iam/policies.js +42 -0
- package/iam/policies.js.map +1 -0
- package/iam/policy.d.ts +127 -0
- package/iam/policy.js +90 -0
- package/iam/policy.js.map +1 -0
- package/iam/role.d.ts +129 -0
- package/iam/role.js +93 -0
- package/iam/role.js.map +1 -0
- package/iam/rolePolicyAttachment.d.ts +107 -0
- package/iam/rolePolicyAttachment.js +97 -0
- package/iam/rolePolicyAttachment.js.map +1 -0
- package/iam/roles.d.ts +81 -0
- package/iam/roles.js +37 -0
- package/iam/roles.js.map +1 -0
- package/iam/user.d.ts +151 -0
- package/iam/user.js +91 -0
- package/iam/user.js.map +1 -0
- package/iam/userPolicyAttachment.d.ts +104 -0
- package/iam/userPolicyAttachment.js +94 -0
- package/iam/userPolicyAttachment.js.map +1 -0
- package/iam/users.d.ts +69 -0
- package/iam/users.js +36 -0
- package/iam/users.js.map +1 -0
- package/index.d.ts +27 -0
- package/index.js +85 -0
- package/index.js.map +1 -0
- package/mongodb/accounts.d.ts +74 -0
- package/mongodb/accounts.js +37 -0
- package/mongodb/accounts.js.map +1 -0
- package/mongodb/endpoint.d.ts +128 -0
- package/mongodb/endpoint.js +86 -0
- package/mongodb/endpoint.js.map +1 -0
- package/mongodb/endpoints.d.ts +62 -0
- package/mongodb/endpoints.js +37 -0
- package/mongodb/endpoints.js.map +1 -0
- package/mongodb/index.d.ts +16 -0
- package/mongodb/index.js +72 -0
- package/mongodb/index.js.map +1 -0
- package/mongodb/instance.d.ts +289 -0
- package/mongodb/instance.js +128 -0
- package/mongodb/instance.js.map +1 -0
- package/mongodb/instanceParameter.d.ts +113 -0
- package/mongodb/instanceParameter.js +96 -0
- package/mongodb/instanceParameter.js.map +1 -0
- package/mongodb/instanceParameterLogs.d.ts +82 -0
- package/mongodb/instanceParameterLogs.js +40 -0
- package/mongodb/instanceParameterLogs.js.map +1 -0
- package/mongodb/instanceParameters.d.ts +88 -0
- package/mongodb/instanceParameters.js +40 -0
- package/mongodb/instanceParameters.js.map +1 -0
- package/mongodb/instances.d.ts +206 -0
- package/mongodb/instances.js +50 -0
- package/mongodb/instances.js.map +1 -0
- package/mongodb/mongoAllowList.d.ts +120 -0
- package/mongodb/mongoAllowList.js +87 -0
- package/mongodb/mongoAllowList.js.map +1 -0
- package/mongodb/mongoAllowListAssociate.d.ts +82 -0
- package/mongodb/mongoAllowListAssociate.js +79 -0
- package/mongodb/mongoAllowListAssociate.js.map +1 -0
- package/mongodb/mongoAllowLists.d.ts +84 -0
- package/mongodb/mongoAllowLists.js +39 -0
- package/mongodb/mongoAllowLists.js.map +1 -0
- package/mongodb/regions.d.ts +51 -0
- package/mongodb/regions.js +34 -0
- package/mongodb/regions.js.map +1 -0
- package/mongodb/specs.d.ts +60 -0
- package/mongodb/specs.js +35 -0
- package/mongodb/specs.js.map +1 -0
- package/mongodb/sslState.d.ts +111 -0
- package/mongodb/sslState.js +84 -0
- package/mongodb/sslState.js.map +1 -0
- package/mongodb/sslStates.d.ts +65 -0
- package/mongodb/sslStates.js +36 -0
- package/mongodb/sslStates.js.map +1 -0
- package/mongodb/zones.d.ts +62 -0
- package/mongodb/zones.js +36 -0
- package/mongodb/zones.js.map +1 -0
- package/nat/dnatEntries.d.ts +144 -0
- package/nat/dnatEntries.js +42 -0
- package/nat/dnatEntries.js.map +1 -0
- package/nat/dnatEntry.d.ts +155 -0
- package/nat/dnatEntry.js +108 -0
- package/nat/dnatEntry.js.map +1 -0
- package/nat/gateway.d.ts +171 -0
- package/nat/gateway.js +97 -0
- package/nat/gateway.js.map +1 -0
- package/nat/gateways.d.ts +146 -0
- package/nat/gateways.js +47 -0
- package/nat/gateways.js.map +1 -0
- package/nat/index.d.ts +6 -0
- package/nat/index.js +50 -0
- package/nat/index.js.map +1 -0
- package/nat/snatEntries.d.ts +122 -0
- package/nat/snatEntries.js +42 -0
- package/nat/snatEntries.js.map +1 -0
- package/nat/snatEntry.d.ts +128 -0
- package/nat/snatEntry.js +89 -0
- package/nat/snatEntry.js.map +1 -0
- package/package.json +29 -0
- package/package.json.bak +29 -0
- package/privatelink/index.d.ts +12 -0
- package/privatelink/index.js +72 -0
- package/privatelink/index.js.map +1 -0
- package/privatelink/securityGroup.d.ts +82 -0
- package/privatelink/securityGroup.js +79 -0
- package/privatelink/securityGroup.js.map +1 -0
- package/privatelink/vpcEndpoint.d.ts +197 -0
- package/privatelink/vpcEndpoint.js +110 -0
- package/privatelink/vpcEndpoint.js.map +1 -0
- package/privatelink/vpcEndpointConnection.d.ts +131 -0
- package/privatelink/vpcEndpointConnection.js +91 -0
- package/privatelink/vpcEndpointConnection.js.map +1 -0
- package/privatelink/vpcEndpointConnections.d.ts +90 -0
- package/privatelink/vpcEndpointConnections.js +39 -0
- package/privatelink/vpcEndpointConnections.js.map +1 -0
- package/privatelink/vpcEndpointService.d.ts +171 -0
- package/privatelink/vpcEndpointService.js +100 -0
- package/privatelink/vpcEndpointService.js.map +1 -0
- package/privatelink/vpcEndpointServicePermission.d.ts +86 -0
- package/privatelink/vpcEndpointServicePermission.js +83 -0
- package/privatelink/vpcEndpointServicePermission.js.map +1 -0
- package/privatelink/vpcEndpointServicePermissions.d.ts +74 -0
- package/privatelink/vpcEndpointServicePermissions.js +37 -0
- package/privatelink/vpcEndpointServicePermissions.js.map +1 -0
- package/privatelink/vpcEndpointServiceResource.d.ts +90 -0
- package/privatelink/vpcEndpointServiceResource.js +87 -0
- package/privatelink/vpcEndpointServiceResource.js.map +1 -0
- package/privatelink/vpcEndpointServices.d.ts +86 -0
- package/privatelink/vpcEndpointServices.js +42 -0
- package/privatelink/vpcEndpointServices.js.map +1 -0
- package/privatelink/vpcEndpointZone.d.ts +127 -0
- package/privatelink/vpcEndpointZone.js +90 -0
- package/privatelink/vpcEndpointZone.js.map +1 -0
- package/privatelink/vpcEndpointZones.d.ts +62 -0
- package/privatelink/vpcEndpointZones.js +37 -0
- package/privatelink/vpcEndpointZones.js.map +1 -0
- package/privatelink/vpcEndpoints.d.ts +119 -0
- package/privatelink/vpcEndpoints.js +42 -0
- package/privatelink/vpcEndpoints.js.map +1 -0
- package/provider.d.ts +95 -0
- package/provider.js +54 -0
- package/provider.js.map +1 -0
- package/rds/account.d.ts +144 -0
- package/rds/account.js +91 -0
- package/rds/account.js.map +1 -0
- package/rds/accountPrivilege.d.ts +131 -0
- package/rds/accountPrivilege.js +105 -0
- package/rds/accountPrivilege.js.map +1 -0
- package/rds/accounts.d.ts +83 -0
- package/rds/accounts.js +38 -0
- package/rds/accounts.js.map +1 -0
- package/rds/database.d.ts +113 -0
- package/rds/database.js +85 -0
- package/rds/database.js.map +1 -0
- package/rds/databases.d.ts +83 -0
- package/rds/databases.js +38 -0
- package/rds/databases.js.map +1 -0
- package/rds/index.d.ts +11 -0
- package/rds/index.js +67 -0
- package/rds/index.js.map +1 -0
- package/rds/instance.d.ts +403 -0
- package/rds/instance.js +145 -0
- package/rds/instance.js.map +1 -0
- package/rds/instances.d.ts +140 -0
- package/rds/instances.js +44 -0
- package/rds/instances.js.map +1 -0
- package/rds/ipList.d.ts +98 -0
- package/rds/ipList.js +88 -0
- package/rds/ipList.js.map +1 -0
- package/rds/ipLists.d.ts +71 -0
- package/rds/ipLists.js +37 -0
- package/rds/ipLists.js.map +1 -0
- package/rds/parameterTemplate.d.ts +144 -0
- package/rds/parameterTemplate.js +101 -0
- package/rds/parameterTemplate.js.map +1 -0
- package/rds/parameterTemplates.d.ts +117 -0
- package/rds/parameterTemplates.js +39 -0
- package/rds/parameterTemplates.js.map +1 -0
- package/rds_mysql/account.d.ts +157 -0
- package/rds_mysql/account.js +93 -0
- package/rds_mysql/account.js.map +1 -0
- package/rds_mysql/accounts.d.ts +84 -0
- package/rds_mysql/accounts.js +39 -0
- package/rds_mysql/accounts.js.map +1 -0
- package/rds_mysql/allowlist.d.ts +115 -0
- package/rds_mysql/allowlist.js +86 -0
- package/rds_mysql/allowlist.js.map +1 -0
- package/rds_mysql/allowlistAssociate.d.ts +82 -0
- package/rds_mysql/allowlistAssociate.js +79 -0
- package/rds_mysql/allowlistAssociate.js.map +1 -0
- package/rds_mysql/allowlists.d.ts +74 -0
- package/rds_mysql/allowlists.js +37 -0
- package/rds_mysql/allowlists.js.map +1 -0
- package/rds_mysql/database.d.ts +113 -0
- package/rds_mysql/database.js +82 -0
- package/rds_mysql/database.js.map +1 -0
- package/rds_mysql/databases.d.ts +84 -0
- package/rds_mysql/databases.js +39 -0
- package/rds_mysql/databases.js.map +1 -0
- package/rds_mysql/index.d.ts +10 -0
- package/rds_mysql/index.js +66 -0
- package/rds_mysql/index.js.map +1 -0
- package/rds_mysql/instance.d.ts +412 -0
- package/rds_mysql/instance.js +179 -0
- package/rds_mysql/instance.js.map +1 -0
- package/rds_mysql/instanceReadonlyNode.d.ts +103 -0
- package/rds_mysql/instanceReadonlyNode.js +87 -0
- package/rds_mysql/instanceReadonlyNode.js.map +1 -0
- package/rds_mysql/instances.d.ts +154 -0
- package/rds_mysql/instances.js +45 -0
- package/rds_mysql/instances.js.map +1 -0
- package/rds_v2/index.d.ts +2 -0
- package/rds_v2/index.js +38 -0
- package/rds_v2/index.js.map +1 -0
- package/rds_v2/rdsInstanceV2.d.ts +289 -0
- package/rds_v2/rdsInstanceV2.js +145 -0
- package/rds_v2/rdsInstanceV2.js.map +1 -0
- package/rds_v2/rdsInstancesV2.d.ts +234 -0
- package/rds_v2/rdsInstancesV2.js +44 -0
- package/rds_v2/rdsInstancesV2.js.map +1 -0
- package/redis/account.d.ts +121 -0
- package/redis/account.js +94 -0
- package/redis/account.js.map +1 -0
- package/redis/accounts.d.ts +77 -0
- package/redis/accounts.js +37 -0
- package/redis/accounts.js.map +1 -0
- package/redis/allowList.d.ts +141 -0
- package/redis/allowList.js +97 -0
- package/redis/allowList.js.map +1 -0
- package/redis/allowListAssociate.d.ts +86 -0
- package/redis/allowListAssociate.js +83 -0
- package/redis/allowListAssociate.js.map +1 -0
- package/redis/allowLists.d.ts +83 -0
- package/redis/allowLists.js +38 -0
- package/redis/allowLists.js.map +1 -0
- package/redis/backup.d.ts +134 -0
- package/redis/backup.js +89 -0
- package/redis/backup.js.map +1 -0
- package/redis/backupRestore.d.ts +94 -0
- package/redis/backupRestore.js +81 -0
- package/redis/backupRestore.js.map +1 -0
- package/redis/backups.d.ts +99 -0
- package/redis/backups.js +40 -0
- package/redis/backups.js.map +1 -0
- package/redis/continuousBackup.d.ts +69 -0
- package/redis/continuousBackup.js +73 -0
- package/redis/continuousBackup.js.map +1 -0
- package/redis/endpoint.d.ts +82 -0
- package/redis/endpoint.js +79 -0
- package/redis/endpoint.js.map +1 -0
- package/redis/index.d.ts +16 -0
- package/redis/index.js +84 -0
- package/redis/index.js.map +1 -0
- package/redis/instance.d.ts +392 -0
- package/redis/instance.js +181 -0
- package/redis/instance.js.map +1 -0
- package/redis/instances.d.ts +179 -0
- package/redis/instances.js +47 -0
- package/redis/instances.js.map +1 -0
- package/redis/pitrTimeWindows.d.ts +31 -0
- package/redis/pitrTimeWindows.js +23 -0
- package/redis/pitrTimeWindows.js.map +1 -0
- package/redis/regions.d.ts +65 -0
- package/redis/regions.js +37 -0
- package/redis/regions.js.map +1 -0
- package/redis/state.d.ts +82 -0
- package/redis/state.js +79 -0
- package/redis/state.js.map +1 -0
- package/redis/zones.d.ts +62 -0
- package/redis/zones.js +36 -0
- package/redis/zones.js.map +1 -0
- package/scripts/install-pulumi-plugin.js +26 -0
- package/tls/alarm.d.ts +222 -0
- package/tls/alarm.js +134 -0
- package/tls/alarm.js.map +1 -0
- package/tls/alarmNotifyGroup.d.ts +126 -0
- package/tls/alarmNotifyGroup.js +99 -0
- package/tls/alarmNotifyGroup.js.map +1 -0
- package/tls/alarmNotifyGroups.d.ts +96 -0
- package/tls/alarmNotifyGroups.js +38 -0
- package/tls/alarmNotifyGroups.js.map +1 -0
- package/tls/alarms.d.ts +125 -0
- package/tls/alarms.js +41 -0
- package/tls/alarms.js.map +1 -0
- package/tls/host.d.ts +82 -0
- package/tls/host.js +79 -0
- package/tls/host.js.map +1 -0
- package/tls/hostGroup.d.ts +225 -0
- package/tls/hostGroup.js +110 -0
- package/tls/hostGroup.js.map +1 -0
- package/tls/hostGroups.d.ts +126 -0
- package/tls/hostGroups.js +43 -0
- package/tls/hostGroups.js.map +1 -0
- package/tls/hosts.d.ts +89 -0
- package/tls/hosts.js +38 -0
- package/tls/hosts.js.map +1 -0
- package/tls/index.d.ts +21 -0
- package/tls/index.js +93 -0
- package/tls/index.js.map +1 -0
- package/tls/index_.d.ts +143 -0
- package/tls/index_.js +114 -0
- package/tls/index_.js.map +1 -0
- package/tls/indexes.d.ts +62 -0
- package/tls/indexes.js +36 -0
- package/tls/indexes.js.map +1 -0
- package/tls/kafkaConsumer.d.ts +85 -0
- package/tls/kafkaConsumer.js +77 -0
- package/tls/kafkaConsumer.js.map +1 -0
- package/tls/kafkaConsumers.d.ts +66 -0
- package/tls/kafkaConsumers.js +41 -0
- package/tls/kafkaConsumers.js.map +1 -0
- package/tls/project.d.ts +136 -0
- package/tls/project.js +91 -0
- package/tls/project.js.map +1 -0
- package/tls/projects.d.ts +119 -0
- package/tls/projects.js +42 -0
- package/tls/projects.js.map +1 -0
- package/tls/rule.d.ts +284 -0
- package/tls/rule.js +194 -0
- package/tls/rule.js.map +1 -0
- package/tls/ruleApplier.d.ts +82 -0
- package/tls/ruleApplier.js +79 -0
- package/tls/ruleApplier.js.map +1 -0
- package/tls/ruleAppliers.d.ts +62 -0
- package/tls/ruleAppliers.js +36 -0
- package/tls/ruleAppliers.js.map +1 -0
- package/tls/rules.d.ts +110 -0
- package/tls/rules.js +40 -0
- package/tls/rules.js.map +1 -0
- package/tls/shards.d.ts +65 -0
- package/tls/shards.js +36 -0
- package/tls/shards.js.map +1 -0
- package/tls/topic.d.ts +219 -0
- package/tls/topic.js +119 -0
- package/tls/topic.js.map +1 -0
- package/tls/topics.d.ts +120 -0
- package/tls/topics.js +42 -0
- package/tls/topics.js.map +1 -0
- package/tos/bucket.d.ts +163 -0
- package/tos/bucket.js +102 -0
- package/tos/bucket.js.map +1 -0
- package/tos/bucketObject.d.ts +198 -0
- package/tos/bucketObject.js +115 -0
- package/tos/bucketObject.js.map +1 -0
- package/tos/bucketObjects.d.ts +80 -0
- package/tos/bucketObjects.js +38 -0
- package/tos/bucketObjects.js.map +1 -0
- package/tos/bucketPolicy.d.ts +93 -0
- package/tos/bucketPolicy.js +87 -0
- package/tos/bucketPolicy.js.map +1 -0
- package/tos/buckets.d.ts +71 -0
- package/tos/buckets.js +38 -0
- package/tos/buckets.js.map +1 -0
- package/tos/index.d.ts +5 -0
- package/tos/index.js +49 -0
- package/tos/index.js.map +1 -0
- package/types/index.d.ts +3 -0
- package/types/index.js +11 -0
- package/types/index.js.map +1 -0
- package/types/input.d.ts +2754 -0
- package/types/input.js +5 -0
- package/types/input.js.map +1 -0
- package/types/output.d.ts +11698 -0
- package/types/output.js +5 -0
- package/types/output.js.map +1 -0
- package/utilities.d.ts +4 -0
- package/utilities.js +57 -0
- package/utilities.js.map +1 -0
- package/veenedge/availableResources.d.ts +82 -0
- package/veenedge/availableResources.js +40 -0
- package/veenedge/availableResources.js.map +1 -0
- package/veenedge/cloudServer.d.ts +267 -0
- package/veenedge/cloudServer.js +161 -0
- package/veenedge/cloudServer.js.map +1 -0
- package/veenedge/cloudServers.d.ts +69 -0
- package/veenedge/cloudServers.js +36 -0
- package/veenedge/cloudServers.js.map +1 -0
- package/veenedge/index.d.ts +8 -0
- package/veenedge/index.js +52 -0
- package/veenedge/index.js.map +1 -0
- package/veenedge/instance.d.ts +170 -0
- package/veenedge/instance.js +91 -0
- package/veenedge/instance.js.map +1 -0
- package/veenedge/instanceTypes.d.ts +51 -0
- package/veenedge/instanceTypes.js +34 -0
- package/veenedge/instanceTypes.js.map +1 -0
- package/veenedge/instances.d.ts +92 -0
- package/veenedge/instances.js +43 -0
- package/veenedge/instances.js.map +1 -0
- package/veenedge/vpc.d.ts +108 -0
- package/veenedge/vpc.js +88 -0
- package/veenedge/vpc.js.map +1 -0
- package/veenedge/vpcs.d.ts +69 -0
- package/veenedge/vpcs.js +36 -0
- package/veenedge/vpcs.js.map +1 -0
- package/vke/addon.d.ts +135 -0
- package/vke/addon.js +89 -0
- package/vke/addon.js.map +1 -0
- package/vke/addons.d.ts +125 -0
- package/vke/addons.js +44 -0
- package/vke/addons.js.map +1 -0
- package/vke/cluster.d.ts +243 -0
- package/vke/cluster.js +144 -0
- package/vke/cluster.js.map +1 -0
- package/vke/clusters.d.ts +165 -0
- package/vke/clusters.js +51 -0
- package/vke/clusters.js.map +1 -0
- package/vke/defaultNodePool.d.ts +185 -0
- package/vke/defaultNodePool.js +148 -0
- package/vke/defaultNodePool.js.map +1 -0
- package/vke/defaultNodePoolBatchAttach.d.ts +248 -0
- package/vke/defaultNodePoolBatchAttach.js +206 -0
- package/vke/defaultNodePoolBatchAttach.js.map +1 -0
- package/vke/index.d.ts +13 -0
- package/vke/index.js +73 -0
- package/vke/index.js.map +1 -0
- package/vke/kubeconfig.d.ts +94 -0
- package/vke/kubeconfig.js +81 -0
- package/vke/kubeconfig.js.map +1 -0
- package/vke/kubeconfigs.d.ts +111 -0
- package/vke/kubeconfigs.js +46 -0
- package/vke/kubeconfigs.js.map +1 -0
- package/vke/node.d.ts +294 -0
- package/vke/node.js +210 -0
- package/vke/node.js.map +1 -0
- package/vke/nodePool.d.ts +187 -0
- package/vke/nodePool.js +133 -0
- package/vke/nodePool.js.map +1 -0
- package/vke/nodePools.d.ts +159 -0
- package/vke/nodePools.js +47 -0
- package/vke/nodePools.js.map +1 -0
- package/vke/nodes.d.ts +145 -0
- package/vke/nodes.js +58 -0
- package/vke/nodes.js.map +1 -0
- package/vke/supportAddons.d.ts +126 -0
- package/vke/supportAddons.js +44 -0
- package/vke/supportAddons.js.map +1 -0
- package/vpc/index.d.ts +24 -0
- package/vpc/index.js +108 -0
- package/vpc/index.js.map +1 -0
- package/vpc/ipv6AddressBandwidth.d.ts +197 -0
- package/vpc/ipv6AddressBandwidth.js +112 -0
- package/vpc/ipv6AddressBandwidth.js.map +1 -0
- package/vpc/ipv6AddressBandwidths.d.ts +122 -0
- package/vpc/ipv6AddressBandwidths.js +43 -0
- package/vpc/ipv6AddressBandwidths.js.map +1 -0
- package/vpc/ipv6Addresses.d.ts +62 -0
- package/vpc/ipv6Addresses.js +37 -0
- package/vpc/ipv6Addresses.js.map +1 -0
- package/vpc/ipv6Gateway.d.ts +126 -0
- package/vpc/ipv6Gateway.js +86 -0
- package/vpc/ipv6Gateway.js.map +1 -0
- package/vpc/ipv6Gateways.d.ts +92 -0
- package/vpc/ipv6Gateways.js +40 -0
- package/vpc/ipv6Gateways.js.map +1 -0
- package/vpc/networkAcl.d.ts +153 -0
- package/vpc/networkAcl.js +106 -0
- package/vpc/networkAcl.js.map +1 -0
- package/vpc/networkAclAssociate.d.ts +86 -0
- package/vpc/networkAclAssociate.js +83 -0
- package/vpc/networkAclAssociate.js.map +1 -0
- package/vpc/networkAcls.d.ts +107 -0
- package/vpc/networkAcls.js +44 -0
- package/vpc/networkAcls.js.map +1 -0
- package/vpc/networkInterface.d.ts +193 -0
- package/vpc/networkInterface.js +103 -0
- package/vpc/networkInterface.js.map +1 -0
- package/vpc/networkInterfaceAttach.d.ts +82 -0
- package/vpc/networkInterfaceAttach.js +79 -0
- package/vpc/networkInterfaceAttach.js.map +1 -0
- package/vpc/networkInterfaces.d.ts +203 -0
- package/vpc/networkInterfaces.js +50 -0
- package/vpc/networkInterfaces.js.map +1 -0
- package/vpc/routeEntries.d.ts +132 -0
- package/vpc/routeEntries.js +43 -0
- package/vpc/routeEntries.js.map +1 -0
- package/vpc/routeEntry.d.ts +150 -0
- package/vpc/routeEntry.js +101 -0
- package/vpc/routeEntry.js.map +1 -0
- package/vpc/routeTable.d.ts +108 -0
- package/vpc/routeTable.js +82 -0
- package/vpc/routeTable.js.map +1 -0
- package/vpc/routeTableAssociate.d.ts +82 -0
- package/vpc/routeTableAssociate.js +79 -0
- package/vpc/routeTableAssociate.js.map +1 -0
- package/vpc/routeTables.d.ts +102 -0
- package/vpc/routeTables.js +44 -0
- package/vpc/routeTables.js.map +1 -0
- package/vpc/securityGroup.d.ts +135 -0
- package/vpc/securityGroup.js +86 -0
- package/vpc/securityGroup.js.map +1 -0
- package/vpc/securityGroupRule.d.ts +230 -0
- package/vpc/securityGroupRule.js +150 -0
- package/vpc/securityGroupRule.js.map +1 -0
- package/vpc/securityGroupRules.d.ts +109 -0
- package/vpc/securityGroupRules.js +40 -0
- package/vpc/securityGroupRules.js.map +1 -0
- package/vpc/securityGroups.d.ts +116 -0
- package/vpc/securityGroups.js +42 -0
- package/vpc/securityGroups.js.map +1 -0
- package/vpc/subnet.d.ts +160 -0
- package/vpc/subnet.js +98 -0
- package/vpc/subnet.js.map +1 -0
- package/vpc/subnets.d.ts +119 -0
- package/vpc/subnets.js +42 -0
- package/vpc/subnets.js.map +1 -0
- package/vpc/vpc.d.ts +248 -0
- package/vpc/vpc.js +115 -0
- package/vpc/vpc.js.map +1 -0
- package/vpc/vpcs.d.ts +107 -0
- package/vpc/vpcs.js +41 -0
- package/vpc/vpcs.js.map +1 -0
- package/vpn/connection.d.ts +482 -0
- package/vpn/connection.js +177 -0
- package/vpn/connection.js.map +1 -0
- package/vpn/connections.d.ts +104 -0
- package/vpn/connections.js +41 -0
- package/vpn/connections.js.map +1 -0
- package/vpn/customerGateway.d.ts +156 -0
- package/vpn/customerGateway.js +94 -0
- package/vpn/customerGateway.js.map +1 -0
- package/vpn/customerGateways.d.ts +92 -0
- package/vpn/customerGateways.js +40 -0
- package/vpn/customerGateways.js.map +1 -0
- package/vpn/gateway.d.ts +281 -0
- package/vpn/gateway.js +126 -0
- package/vpn/gateway.js.map +1 -0
- package/vpn/gatewayRoute.d.ts +127 -0
- package/vpn/gatewayRoute.js +93 -0
- package/vpn/gatewayRoute.js.map +1 -0
- package/vpn/gatewayRoutes.d.ts +98 -0
- package/vpn/gatewayRoutes.js +40 -0
- package/vpn/gatewayRoutes.js.map +1 -0
- package/vpn/gateways.d.ts +125 -0
- package/vpn/gateways.js +43 -0
- package/vpn/gateways.js.map +1 -0
- package/vpn/index.d.ts +8 -0
- package/vpn/index.js +56 -0
- package/vpn/index.js.map +1 -0
package/vpc/vpcs.d.ts
ADDED
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import { input as inputs, output as outputs } from "../types";
|
|
3
|
+
/**
|
|
4
|
+
* Use this data source to query detailed information of vpcs
|
|
5
|
+
* ## Example Usage
|
|
6
|
+
*
|
|
7
|
+
* ```typescript
|
|
8
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
9
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
10
|
+
*
|
|
11
|
+
* const defaultVpcs = pulumi.output(volcengine.vpc.Vpcs({
|
|
12
|
+
* ids: ["vpc-mizl7m1kqccg5smt1bdpijuj"],
|
|
13
|
+
* }));
|
|
14
|
+
* ```
|
|
15
|
+
*/
|
|
16
|
+
export declare function vpcs(args?: VpcsArgs, opts?: pulumi.InvokeOptions): Promise<VpcsResult>;
|
|
17
|
+
/**
|
|
18
|
+
* A collection of arguments for invoking Vpcs.
|
|
19
|
+
*/
|
|
20
|
+
export interface VpcsArgs {
|
|
21
|
+
/**
|
|
22
|
+
* A list of VPC IDs.
|
|
23
|
+
*/
|
|
24
|
+
ids?: string[];
|
|
25
|
+
/**
|
|
26
|
+
* A Name Regex of Vpc.
|
|
27
|
+
*/
|
|
28
|
+
nameRegex?: string;
|
|
29
|
+
/**
|
|
30
|
+
* File name where to save data source results.
|
|
31
|
+
*/
|
|
32
|
+
outputFile?: string;
|
|
33
|
+
/**
|
|
34
|
+
* The ProjectName of the VPC.
|
|
35
|
+
*/
|
|
36
|
+
projectName?: string;
|
|
37
|
+
/**
|
|
38
|
+
* Tags.
|
|
39
|
+
*/
|
|
40
|
+
tags?: inputs.vpc.VpcsTag[];
|
|
41
|
+
/**
|
|
42
|
+
* The vpc name to query.
|
|
43
|
+
*/
|
|
44
|
+
vpcName?: string;
|
|
45
|
+
}
|
|
46
|
+
/**
|
|
47
|
+
* A collection of values returned by Vpcs.
|
|
48
|
+
*/
|
|
49
|
+
export interface VpcsResult {
|
|
50
|
+
/**
|
|
51
|
+
* The provider-assigned unique ID for this managed resource.
|
|
52
|
+
*/
|
|
53
|
+
readonly id: string;
|
|
54
|
+
readonly ids?: string[];
|
|
55
|
+
readonly nameRegex?: string;
|
|
56
|
+
readonly outputFile?: string;
|
|
57
|
+
/**
|
|
58
|
+
* The ProjectName of the VPC.
|
|
59
|
+
*/
|
|
60
|
+
readonly projectName?: string;
|
|
61
|
+
/**
|
|
62
|
+
* Tags.
|
|
63
|
+
*/
|
|
64
|
+
readonly tags?: outputs.vpc.VpcsTag[];
|
|
65
|
+
/**
|
|
66
|
+
* The total count of Vpc query.
|
|
67
|
+
*/
|
|
68
|
+
readonly totalCount: number;
|
|
69
|
+
/**
|
|
70
|
+
* The name of VPC.
|
|
71
|
+
*/
|
|
72
|
+
readonly vpcName?: string;
|
|
73
|
+
/**
|
|
74
|
+
* The collection of Vpc query.
|
|
75
|
+
*/
|
|
76
|
+
readonly vpcs: outputs.vpc.VpcsVpc[];
|
|
77
|
+
}
|
|
78
|
+
export declare function vpcsOutput(args?: VpcsOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<VpcsResult>;
|
|
79
|
+
/**
|
|
80
|
+
* A collection of arguments for invoking Vpcs.
|
|
81
|
+
*/
|
|
82
|
+
export interface VpcsOutputArgs {
|
|
83
|
+
/**
|
|
84
|
+
* A list of VPC IDs.
|
|
85
|
+
*/
|
|
86
|
+
ids?: pulumi.Input<pulumi.Input<string>[]>;
|
|
87
|
+
/**
|
|
88
|
+
* A Name Regex of Vpc.
|
|
89
|
+
*/
|
|
90
|
+
nameRegex?: pulumi.Input<string>;
|
|
91
|
+
/**
|
|
92
|
+
* File name where to save data source results.
|
|
93
|
+
*/
|
|
94
|
+
outputFile?: pulumi.Input<string>;
|
|
95
|
+
/**
|
|
96
|
+
* The ProjectName of the VPC.
|
|
97
|
+
*/
|
|
98
|
+
projectName?: pulumi.Input<string>;
|
|
99
|
+
/**
|
|
100
|
+
* Tags.
|
|
101
|
+
*/
|
|
102
|
+
tags?: pulumi.Input<pulumi.Input<inputs.vpc.VpcsTagArgs>[]>;
|
|
103
|
+
/**
|
|
104
|
+
* The vpc name to query.
|
|
105
|
+
*/
|
|
106
|
+
vpcName?: pulumi.Input<string>;
|
|
107
|
+
}
|
package/vpc/vpcs.js
ADDED
|
@@ -0,0 +1,41 @@
|
|
|
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.vpcsOutput = exports.vpcs = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Use this data source to query detailed information of vpcs
|
|
10
|
+
* ## Example Usage
|
|
11
|
+
*
|
|
12
|
+
* ```typescript
|
|
13
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
14
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
15
|
+
*
|
|
16
|
+
* const defaultVpcs = pulumi.output(volcengine.vpc.Vpcs({
|
|
17
|
+
* ids: ["vpc-mizl7m1kqccg5smt1bdpijuj"],
|
|
18
|
+
* }));
|
|
19
|
+
* ```
|
|
20
|
+
*/
|
|
21
|
+
function vpcs(args, opts) {
|
|
22
|
+
args = args || {};
|
|
23
|
+
if (!opts) {
|
|
24
|
+
opts = {};
|
|
25
|
+
}
|
|
26
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
27
|
+
return pulumi.runtime.invoke("volcengine:vpc/vpcs:Vpcs", {
|
|
28
|
+
"ids": args.ids,
|
|
29
|
+
"nameRegex": args.nameRegex,
|
|
30
|
+
"outputFile": args.outputFile,
|
|
31
|
+
"projectName": args.projectName,
|
|
32
|
+
"tags": args.tags,
|
|
33
|
+
"vpcName": args.vpcName,
|
|
34
|
+
}, opts);
|
|
35
|
+
}
|
|
36
|
+
exports.vpcs = vpcs;
|
|
37
|
+
function vpcsOutput(args, opts) {
|
|
38
|
+
return pulumi.output(args).apply(a => vpcs(a, opts));
|
|
39
|
+
}
|
|
40
|
+
exports.vpcsOutput = vpcsOutput;
|
|
41
|
+
//# sourceMappingURL=vpcs.js.map
|
package/vpc/vpcs.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vpcs.js","sourceRoot":"","sources":["../../vpc/vpcs.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,0CAA0C;AAE1C;;;;;;;;;;;;GAYG;AACH,SAAgB,IAAI,CAAC,IAAe,EAAE,IAA2B;IAC7D,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;IACnE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0BAA0B,EAAE;QACrD,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAfD,oBAeC;AAiED,SAAgB,UAAU,CAAC,IAAqB,EAAE,IAA2B;IACzE,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACxD,CAAC;AAFD,gCAEC"}
|
|
@@ -0,0 +1,482 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Provides a resource to manage vpn connection
|
|
4
|
+
* ## Example Usage
|
|
5
|
+
*
|
|
6
|
+
* ```typescript
|
|
7
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
8
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
9
|
+
*
|
|
10
|
+
* const foo = new volcengine.vpn.Connection("foo", {
|
|
11
|
+
* customerGatewayId: "cgw-12ayj1s157gn417q7y29bixqy",
|
|
12
|
+
* description: "tf-test",
|
|
13
|
+
* dpdAction: "none",
|
|
14
|
+
* ikeConfigAuthAlg: "md5",
|
|
15
|
+
* ikeConfigDhGroup: "group2",
|
|
16
|
+
* ikeConfigEncAlg: "aes",
|
|
17
|
+
* ikeConfigLifetime: 9000,
|
|
18
|
+
* ikeConfigLocalId: "tf_test",
|
|
19
|
+
* ikeConfigMode: "main",
|
|
20
|
+
* ikeConfigPsk: "tftest@!3",
|
|
21
|
+
* ikeConfigRemoteId: "tf_test",
|
|
22
|
+
* ikeConfigVersion: "ikev1",
|
|
23
|
+
* ipsecConfigAuthAlg: "sha256",
|
|
24
|
+
* ipsecConfigDhGroup: "group2",
|
|
25
|
+
* ipsecConfigEncAlg: "aes",
|
|
26
|
+
* ipsecConfigLifetime: 9000,
|
|
27
|
+
* localSubnets: ["192.168.0.0/22"],
|
|
28
|
+
* natTraversal: true,
|
|
29
|
+
* projectName: "default",
|
|
30
|
+
* remoteSubnets: ["192.161.0.0/20"],
|
|
31
|
+
* vpnConnectionName: "tf-test",
|
|
32
|
+
* vpnGatewayId: "vgw-2feq19gnyc9hc59gp68914u6o",
|
|
33
|
+
* });
|
|
34
|
+
* ```
|
|
35
|
+
*
|
|
36
|
+
* ## Import
|
|
37
|
+
*
|
|
38
|
+
* VpnConnection can be imported using the id, e.g.
|
|
39
|
+
*
|
|
40
|
+
* ```sh
|
|
41
|
+
* $ pulumi import volcengine:vpn/connection:Connection default vgc-3tex2x1cwd4c6c0v****
|
|
42
|
+
* ```
|
|
43
|
+
*/
|
|
44
|
+
export declare class Connection extends pulumi.CustomResource {
|
|
45
|
+
/**
|
|
46
|
+
* Get an existing Connection resource's state with the given name, ID, and optional extra
|
|
47
|
+
* properties used to qualify the lookup.
|
|
48
|
+
*
|
|
49
|
+
* @param name The _unique_ name of the resulting resource.
|
|
50
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
51
|
+
* @param state Any extra arguments used during the lookup.
|
|
52
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
53
|
+
*/
|
|
54
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: ConnectionState, opts?: pulumi.CustomResourceOptions): Connection;
|
|
55
|
+
/**
|
|
56
|
+
* Returns true if the given object is an instance of Connection. This is designed to work even
|
|
57
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
58
|
+
*/
|
|
59
|
+
static isInstance(obj: any): obj is Connection;
|
|
60
|
+
/**
|
|
61
|
+
* The account ID of the VPN connection.
|
|
62
|
+
*/
|
|
63
|
+
readonly accountId: pulumi.Output<string>;
|
|
64
|
+
/**
|
|
65
|
+
* The IPsec attach status.
|
|
66
|
+
*/
|
|
67
|
+
readonly attachStatus: pulumi.Output<string>;
|
|
68
|
+
/**
|
|
69
|
+
* The attach type of the VPN connection, the value can be `VpnGateway` or `TransitRouter`.
|
|
70
|
+
*/
|
|
71
|
+
readonly attachType: pulumi.Output<string | undefined>;
|
|
72
|
+
/**
|
|
73
|
+
* The business status of IPsec connection, valid when the attach type is 'TransitRouter'.
|
|
74
|
+
*/
|
|
75
|
+
readonly businessStatus: pulumi.Output<string>;
|
|
76
|
+
/**
|
|
77
|
+
* The connect status of the VPN connection.
|
|
78
|
+
*/
|
|
79
|
+
readonly connectStatus: pulumi.Output<string>;
|
|
80
|
+
/**
|
|
81
|
+
* The create time of VPN connection.
|
|
82
|
+
*/
|
|
83
|
+
readonly creationTime: pulumi.Output<string>;
|
|
84
|
+
/**
|
|
85
|
+
* The ID of the customer gateway.
|
|
86
|
+
*/
|
|
87
|
+
readonly customerGatewayId: pulumi.Output<string>;
|
|
88
|
+
/**
|
|
89
|
+
* The delete time of resource, valid when the attach type is 'TransitRouter'.
|
|
90
|
+
*/
|
|
91
|
+
readonly deletedTime: pulumi.Output<string>;
|
|
92
|
+
/**
|
|
93
|
+
* The description of the VPN connection.
|
|
94
|
+
*/
|
|
95
|
+
readonly description: pulumi.Output<string>;
|
|
96
|
+
/**
|
|
97
|
+
* The dpd action of the VPN connection.
|
|
98
|
+
*/
|
|
99
|
+
readonly dpdAction: pulumi.Output<string | undefined>;
|
|
100
|
+
/**
|
|
101
|
+
* The auth alg of the ike config of the VPN connection. Valid value are `sha1`, `md5`, `sha256`, `sha384`, `sha512`, `sm3`. The default value is `sha1`.
|
|
102
|
+
*/
|
|
103
|
+
readonly ikeConfigAuthAlg: pulumi.Output<string | undefined>;
|
|
104
|
+
/**
|
|
105
|
+
* The dk group of the ike config of the VPN connection. Valid value are `group1`, `group2`, `group5`, `group14`. The default value is `group2`.
|
|
106
|
+
*/
|
|
107
|
+
readonly ikeConfigDhGroup: pulumi.Output<string | undefined>;
|
|
108
|
+
/**
|
|
109
|
+
* The enc alg of the ike config of the VPN connection. Valid value are `aes`, `aes192`, `aes256`, `des`, `3des`, `sm4`. The default value is `aes`.
|
|
110
|
+
*/
|
|
111
|
+
readonly ikeConfigEncAlg: pulumi.Output<string | undefined>;
|
|
112
|
+
/**
|
|
113
|
+
* The lifetime of the ike config of the VPN connection. Value: 900~86400.
|
|
114
|
+
*/
|
|
115
|
+
readonly ikeConfigLifetime: pulumi.Output<number | undefined>;
|
|
116
|
+
/**
|
|
117
|
+
* The localId of the ike config of the VPN connection.
|
|
118
|
+
*/
|
|
119
|
+
readonly ikeConfigLocalId: pulumi.Output<string>;
|
|
120
|
+
/**
|
|
121
|
+
* The mode of the ike config of the VPN connection. Valid values are `main`, `aggressive`, and default value is `main`.
|
|
122
|
+
*/
|
|
123
|
+
readonly ikeConfigMode: pulumi.Output<string | undefined>;
|
|
124
|
+
/**
|
|
125
|
+
* The psk of the ike config of the VPN connection. The length does not exceed 100 characters, and only uppercase and lowercase letters, special symbols and numbers are allowed.
|
|
126
|
+
*/
|
|
127
|
+
readonly ikeConfigPsk: pulumi.Output<string>;
|
|
128
|
+
/**
|
|
129
|
+
* The remote id of the ike config of the VPN connection.
|
|
130
|
+
*/
|
|
131
|
+
readonly ikeConfigRemoteId: pulumi.Output<string>;
|
|
132
|
+
/**
|
|
133
|
+
* The version of the ike config of the VPN connection. The value can be `ikev1` or `ikev2`. The default value is `ikev1`.
|
|
134
|
+
*/
|
|
135
|
+
readonly ikeConfigVersion: pulumi.Output<string | undefined>;
|
|
136
|
+
/**
|
|
137
|
+
* The ip address of transit router, valid when the attach type is 'TransitRouter'.
|
|
138
|
+
*/
|
|
139
|
+
readonly ipAddress: pulumi.Output<string>;
|
|
140
|
+
/**
|
|
141
|
+
* The auth alg of the ipsec config of the VPN connection. Valid value are `sha1`, `md5`, `sha256`, `sha384`, `sha512`, `sm3`. The default value is `sha1`.
|
|
142
|
+
*/
|
|
143
|
+
readonly ipsecConfigAuthAlg: pulumi.Output<string | undefined>;
|
|
144
|
+
/**
|
|
145
|
+
* The dh group of the ipsec config of the VPN connection. Valid value are `group1`, `group2`, `group5`, `group14` and `disable`. The default value is `group2`.
|
|
146
|
+
*/
|
|
147
|
+
readonly ipsecConfigDhGroup: pulumi.Output<string | undefined>;
|
|
148
|
+
/**
|
|
149
|
+
* The enc alg of the ipsec config of the VPN connection. Valid value are `aes`, `aes192`, `aes256`, `des`, `3des`, `sm4`. The default value is `aes`.
|
|
150
|
+
*/
|
|
151
|
+
readonly ipsecConfigEncAlg: pulumi.Output<string | undefined>;
|
|
152
|
+
/**
|
|
153
|
+
* The ipsec config of the ike config of the VPN connection. Value: 900~86400.
|
|
154
|
+
*/
|
|
155
|
+
readonly ipsecConfigLifetime: pulumi.Output<number | undefined>;
|
|
156
|
+
/**
|
|
157
|
+
* The local subnet of the VPN connection. Up to 5 network segments are supported.
|
|
158
|
+
*/
|
|
159
|
+
readonly localSubnets: pulumi.Output<string[]>;
|
|
160
|
+
/**
|
|
161
|
+
* Whether to enable connection logging. After enabling Connection Day, you can view and download IPsec connection logs, and use the log information to troubleshoot IPsec connection problems yourself.
|
|
162
|
+
*/
|
|
163
|
+
readonly logEnabled: pulumi.Output<boolean | undefined>;
|
|
164
|
+
/**
|
|
165
|
+
* The nat traversal of the VPN connection.
|
|
166
|
+
*/
|
|
167
|
+
readonly natTraversal: pulumi.Output<boolean | undefined>;
|
|
168
|
+
/**
|
|
169
|
+
* Whether to initiate negotiation mode immediately.
|
|
170
|
+
*/
|
|
171
|
+
readonly negotiateInstantly: pulumi.Output<boolean | undefined>;
|
|
172
|
+
/**
|
|
173
|
+
* The overdue time of resource, valid when the attach type is 'TransitRouter'.
|
|
174
|
+
*/
|
|
175
|
+
readonly overdueTime: pulumi.Output<string>;
|
|
176
|
+
/**
|
|
177
|
+
* The project name of the VPN connection.
|
|
178
|
+
*/
|
|
179
|
+
readonly projectName: pulumi.Output<string | undefined>;
|
|
180
|
+
/**
|
|
181
|
+
* The remote subnet of the VPN connection. Up to 5 network segments are supported.
|
|
182
|
+
*/
|
|
183
|
+
readonly remoteSubnets: pulumi.Output<string[]>;
|
|
184
|
+
/**
|
|
185
|
+
* The status of the VPN connection.
|
|
186
|
+
*/
|
|
187
|
+
readonly status: pulumi.Output<string>;
|
|
188
|
+
/**
|
|
189
|
+
* The id of transit router, valid when the attach type is 'TransitRouter'.
|
|
190
|
+
*/
|
|
191
|
+
readonly transitRouterId: pulumi.Output<string>;
|
|
192
|
+
/**
|
|
193
|
+
* The update time of VPN connection.
|
|
194
|
+
*/
|
|
195
|
+
readonly updateTime: pulumi.Output<string>;
|
|
196
|
+
/**
|
|
197
|
+
* The ID of the VPN connection.
|
|
198
|
+
*/
|
|
199
|
+
readonly vpnConnectionId: pulumi.Output<string>;
|
|
200
|
+
/**
|
|
201
|
+
* The name of the VPN connection.
|
|
202
|
+
*/
|
|
203
|
+
readonly vpnConnectionName: pulumi.Output<string>;
|
|
204
|
+
/**
|
|
205
|
+
* The ID of the vpn gateway. If the `AttachType` is not passed or the passed value is `VpnGateway`, this parameter must be filled. If the value of `AttachType` is `TransitRouter`, this parameter does not need to be filled.
|
|
206
|
+
*/
|
|
207
|
+
readonly vpnGatewayId: pulumi.Output<string | undefined>;
|
|
208
|
+
/**
|
|
209
|
+
* The zone id of transit router, valid when the attach type is 'TransitRouter'.
|
|
210
|
+
*/
|
|
211
|
+
readonly zoneId: pulumi.Output<string>;
|
|
212
|
+
/**
|
|
213
|
+
* Create a Connection resource with the given unique name, arguments, and options.
|
|
214
|
+
*
|
|
215
|
+
* @param name The _unique_ name of the resource.
|
|
216
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
217
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
218
|
+
*/
|
|
219
|
+
constructor(name: string, args: ConnectionArgs, opts?: pulumi.CustomResourceOptions);
|
|
220
|
+
}
|
|
221
|
+
/**
|
|
222
|
+
* Input properties used for looking up and filtering Connection resources.
|
|
223
|
+
*/
|
|
224
|
+
export interface ConnectionState {
|
|
225
|
+
/**
|
|
226
|
+
* The account ID of the VPN connection.
|
|
227
|
+
*/
|
|
228
|
+
accountId?: pulumi.Input<string>;
|
|
229
|
+
/**
|
|
230
|
+
* The IPsec attach status.
|
|
231
|
+
*/
|
|
232
|
+
attachStatus?: pulumi.Input<string>;
|
|
233
|
+
/**
|
|
234
|
+
* The attach type of the VPN connection, the value can be `VpnGateway` or `TransitRouter`.
|
|
235
|
+
*/
|
|
236
|
+
attachType?: pulumi.Input<string>;
|
|
237
|
+
/**
|
|
238
|
+
* The business status of IPsec connection, valid when the attach type is 'TransitRouter'.
|
|
239
|
+
*/
|
|
240
|
+
businessStatus?: pulumi.Input<string>;
|
|
241
|
+
/**
|
|
242
|
+
* The connect status of the VPN connection.
|
|
243
|
+
*/
|
|
244
|
+
connectStatus?: pulumi.Input<string>;
|
|
245
|
+
/**
|
|
246
|
+
* The create time of VPN connection.
|
|
247
|
+
*/
|
|
248
|
+
creationTime?: pulumi.Input<string>;
|
|
249
|
+
/**
|
|
250
|
+
* The ID of the customer gateway.
|
|
251
|
+
*/
|
|
252
|
+
customerGatewayId?: pulumi.Input<string>;
|
|
253
|
+
/**
|
|
254
|
+
* The delete time of resource, valid when the attach type is 'TransitRouter'.
|
|
255
|
+
*/
|
|
256
|
+
deletedTime?: pulumi.Input<string>;
|
|
257
|
+
/**
|
|
258
|
+
* The description of the VPN connection.
|
|
259
|
+
*/
|
|
260
|
+
description?: pulumi.Input<string>;
|
|
261
|
+
/**
|
|
262
|
+
* The dpd action of the VPN connection.
|
|
263
|
+
*/
|
|
264
|
+
dpdAction?: pulumi.Input<string>;
|
|
265
|
+
/**
|
|
266
|
+
* The auth alg of the ike config of the VPN connection. Valid value are `sha1`, `md5`, `sha256`, `sha384`, `sha512`, `sm3`. The default value is `sha1`.
|
|
267
|
+
*/
|
|
268
|
+
ikeConfigAuthAlg?: pulumi.Input<string>;
|
|
269
|
+
/**
|
|
270
|
+
* The dk group of the ike config of the VPN connection. Valid value are `group1`, `group2`, `group5`, `group14`. The default value is `group2`.
|
|
271
|
+
*/
|
|
272
|
+
ikeConfigDhGroup?: pulumi.Input<string>;
|
|
273
|
+
/**
|
|
274
|
+
* The enc alg of the ike config of the VPN connection. Valid value are `aes`, `aes192`, `aes256`, `des`, `3des`, `sm4`. The default value is `aes`.
|
|
275
|
+
*/
|
|
276
|
+
ikeConfigEncAlg?: pulumi.Input<string>;
|
|
277
|
+
/**
|
|
278
|
+
* The lifetime of the ike config of the VPN connection. Value: 900~86400.
|
|
279
|
+
*/
|
|
280
|
+
ikeConfigLifetime?: pulumi.Input<number>;
|
|
281
|
+
/**
|
|
282
|
+
* The localId of the ike config of the VPN connection.
|
|
283
|
+
*/
|
|
284
|
+
ikeConfigLocalId?: pulumi.Input<string>;
|
|
285
|
+
/**
|
|
286
|
+
* The mode of the ike config of the VPN connection. Valid values are `main`, `aggressive`, and default value is `main`.
|
|
287
|
+
*/
|
|
288
|
+
ikeConfigMode?: pulumi.Input<string>;
|
|
289
|
+
/**
|
|
290
|
+
* The psk of the ike config of the VPN connection. The length does not exceed 100 characters, and only uppercase and lowercase letters, special symbols and numbers are allowed.
|
|
291
|
+
*/
|
|
292
|
+
ikeConfigPsk?: pulumi.Input<string>;
|
|
293
|
+
/**
|
|
294
|
+
* The remote id of the ike config of the VPN connection.
|
|
295
|
+
*/
|
|
296
|
+
ikeConfigRemoteId?: pulumi.Input<string>;
|
|
297
|
+
/**
|
|
298
|
+
* The version of the ike config of the VPN connection. The value can be `ikev1` or `ikev2`. The default value is `ikev1`.
|
|
299
|
+
*/
|
|
300
|
+
ikeConfigVersion?: pulumi.Input<string>;
|
|
301
|
+
/**
|
|
302
|
+
* The ip address of transit router, valid when the attach type is 'TransitRouter'.
|
|
303
|
+
*/
|
|
304
|
+
ipAddress?: pulumi.Input<string>;
|
|
305
|
+
/**
|
|
306
|
+
* The auth alg of the ipsec config of the VPN connection. Valid value are `sha1`, `md5`, `sha256`, `sha384`, `sha512`, `sm3`. The default value is `sha1`.
|
|
307
|
+
*/
|
|
308
|
+
ipsecConfigAuthAlg?: pulumi.Input<string>;
|
|
309
|
+
/**
|
|
310
|
+
* The dh group of the ipsec config of the VPN connection. Valid value are `group1`, `group2`, `group5`, `group14` and `disable`. The default value is `group2`.
|
|
311
|
+
*/
|
|
312
|
+
ipsecConfigDhGroup?: pulumi.Input<string>;
|
|
313
|
+
/**
|
|
314
|
+
* The enc alg of the ipsec config of the VPN connection. Valid value are `aes`, `aes192`, `aes256`, `des`, `3des`, `sm4`. The default value is `aes`.
|
|
315
|
+
*/
|
|
316
|
+
ipsecConfigEncAlg?: pulumi.Input<string>;
|
|
317
|
+
/**
|
|
318
|
+
* The ipsec config of the ike config of the VPN connection. Value: 900~86400.
|
|
319
|
+
*/
|
|
320
|
+
ipsecConfigLifetime?: pulumi.Input<number>;
|
|
321
|
+
/**
|
|
322
|
+
* The local subnet of the VPN connection. Up to 5 network segments are supported.
|
|
323
|
+
*/
|
|
324
|
+
localSubnets?: pulumi.Input<pulumi.Input<string>[]>;
|
|
325
|
+
/**
|
|
326
|
+
* Whether to enable connection logging. After enabling Connection Day, you can view and download IPsec connection logs, and use the log information to troubleshoot IPsec connection problems yourself.
|
|
327
|
+
*/
|
|
328
|
+
logEnabled?: pulumi.Input<boolean>;
|
|
329
|
+
/**
|
|
330
|
+
* The nat traversal of the VPN connection.
|
|
331
|
+
*/
|
|
332
|
+
natTraversal?: pulumi.Input<boolean>;
|
|
333
|
+
/**
|
|
334
|
+
* Whether to initiate negotiation mode immediately.
|
|
335
|
+
*/
|
|
336
|
+
negotiateInstantly?: pulumi.Input<boolean>;
|
|
337
|
+
/**
|
|
338
|
+
* The overdue time of resource, valid when the attach type is 'TransitRouter'.
|
|
339
|
+
*/
|
|
340
|
+
overdueTime?: pulumi.Input<string>;
|
|
341
|
+
/**
|
|
342
|
+
* The project name of the VPN connection.
|
|
343
|
+
*/
|
|
344
|
+
projectName?: pulumi.Input<string>;
|
|
345
|
+
/**
|
|
346
|
+
* The remote subnet of the VPN connection. Up to 5 network segments are supported.
|
|
347
|
+
*/
|
|
348
|
+
remoteSubnets?: pulumi.Input<pulumi.Input<string>[]>;
|
|
349
|
+
/**
|
|
350
|
+
* The status of the VPN connection.
|
|
351
|
+
*/
|
|
352
|
+
status?: pulumi.Input<string>;
|
|
353
|
+
/**
|
|
354
|
+
* The id of transit router, valid when the attach type is 'TransitRouter'.
|
|
355
|
+
*/
|
|
356
|
+
transitRouterId?: pulumi.Input<string>;
|
|
357
|
+
/**
|
|
358
|
+
* The update time of VPN connection.
|
|
359
|
+
*/
|
|
360
|
+
updateTime?: pulumi.Input<string>;
|
|
361
|
+
/**
|
|
362
|
+
* The ID of the VPN connection.
|
|
363
|
+
*/
|
|
364
|
+
vpnConnectionId?: pulumi.Input<string>;
|
|
365
|
+
/**
|
|
366
|
+
* The name of the VPN connection.
|
|
367
|
+
*/
|
|
368
|
+
vpnConnectionName?: pulumi.Input<string>;
|
|
369
|
+
/**
|
|
370
|
+
* The ID of the vpn gateway. If the `AttachType` is not passed or the passed value is `VpnGateway`, this parameter must be filled. If the value of `AttachType` is `TransitRouter`, this parameter does not need to be filled.
|
|
371
|
+
*/
|
|
372
|
+
vpnGatewayId?: pulumi.Input<string>;
|
|
373
|
+
/**
|
|
374
|
+
* The zone id of transit router, valid when the attach type is 'TransitRouter'.
|
|
375
|
+
*/
|
|
376
|
+
zoneId?: pulumi.Input<string>;
|
|
377
|
+
}
|
|
378
|
+
/**
|
|
379
|
+
* The set of arguments for constructing a Connection resource.
|
|
380
|
+
*/
|
|
381
|
+
export interface ConnectionArgs {
|
|
382
|
+
/**
|
|
383
|
+
* The attach type of the VPN connection, the value can be `VpnGateway` or `TransitRouter`.
|
|
384
|
+
*/
|
|
385
|
+
attachType?: pulumi.Input<string>;
|
|
386
|
+
/**
|
|
387
|
+
* The ID of the customer gateway.
|
|
388
|
+
*/
|
|
389
|
+
customerGatewayId: pulumi.Input<string>;
|
|
390
|
+
/**
|
|
391
|
+
* The description of the VPN connection.
|
|
392
|
+
*/
|
|
393
|
+
description?: pulumi.Input<string>;
|
|
394
|
+
/**
|
|
395
|
+
* The dpd action of the VPN connection.
|
|
396
|
+
*/
|
|
397
|
+
dpdAction?: pulumi.Input<string>;
|
|
398
|
+
/**
|
|
399
|
+
* The auth alg of the ike config of the VPN connection. Valid value are `sha1`, `md5`, `sha256`, `sha384`, `sha512`, `sm3`. The default value is `sha1`.
|
|
400
|
+
*/
|
|
401
|
+
ikeConfigAuthAlg?: pulumi.Input<string>;
|
|
402
|
+
/**
|
|
403
|
+
* The dk group of the ike config of the VPN connection. Valid value are `group1`, `group2`, `group5`, `group14`. The default value is `group2`.
|
|
404
|
+
*/
|
|
405
|
+
ikeConfigDhGroup?: pulumi.Input<string>;
|
|
406
|
+
/**
|
|
407
|
+
* The enc alg of the ike config of the VPN connection. Valid value are `aes`, `aes192`, `aes256`, `des`, `3des`, `sm4`. The default value is `aes`.
|
|
408
|
+
*/
|
|
409
|
+
ikeConfigEncAlg?: pulumi.Input<string>;
|
|
410
|
+
/**
|
|
411
|
+
* The lifetime of the ike config of the VPN connection. Value: 900~86400.
|
|
412
|
+
*/
|
|
413
|
+
ikeConfigLifetime?: pulumi.Input<number>;
|
|
414
|
+
/**
|
|
415
|
+
* The localId of the ike config of the VPN connection.
|
|
416
|
+
*/
|
|
417
|
+
ikeConfigLocalId?: pulumi.Input<string>;
|
|
418
|
+
/**
|
|
419
|
+
* The mode of the ike config of the VPN connection. Valid values are `main`, `aggressive`, and default value is `main`.
|
|
420
|
+
*/
|
|
421
|
+
ikeConfigMode?: pulumi.Input<string>;
|
|
422
|
+
/**
|
|
423
|
+
* The psk of the ike config of the VPN connection. The length does not exceed 100 characters, and only uppercase and lowercase letters, special symbols and numbers are allowed.
|
|
424
|
+
*/
|
|
425
|
+
ikeConfigPsk: pulumi.Input<string>;
|
|
426
|
+
/**
|
|
427
|
+
* The remote id of the ike config of the VPN connection.
|
|
428
|
+
*/
|
|
429
|
+
ikeConfigRemoteId?: pulumi.Input<string>;
|
|
430
|
+
/**
|
|
431
|
+
* The version of the ike config of the VPN connection. The value can be `ikev1` or `ikev2`. The default value is `ikev1`.
|
|
432
|
+
*/
|
|
433
|
+
ikeConfigVersion?: pulumi.Input<string>;
|
|
434
|
+
/**
|
|
435
|
+
* The auth alg of the ipsec config of the VPN connection. Valid value are `sha1`, `md5`, `sha256`, `sha384`, `sha512`, `sm3`. The default value is `sha1`.
|
|
436
|
+
*/
|
|
437
|
+
ipsecConfigAuthAlg?: pulumi.Input<string>;
|
|
438
|
+
/**
|
|
439
|
+
* The dh group of the ipsec config of the VPN connection. Valid value are `group1`, `group2`, `group5`, `group14` and `disable`. The default value is `group2`.
|
|
440
|
+
*/
|
|
441
|
+
ipsecConfigDhGroup?: pulumi.Input<string>;
|
|
442
|
+
/**
|
|
443
|
+
* The enc alg of the ipsec config of the VPN connection. Valid value are `aes`, `aes192`, `aes256`, `des`, `3des`, `sm4`. The default value is `aes`.
|
|
444
|
+
*/
|
|
445
|
+
ipsecConfigEncAlg?: pulumi.Input<string>;
|
|
446
|
+
/**
|
|
447
|
+
* The ipsec config of the ike config of the VPN connection. Value: 900~86400.
|
|
448
|
+
*/
|
|
449
|
+
ipsecConfigLifetime?: pulumi.Input<number>;
|
|
450
|
+
/**
|
|
451
|
+
* The local subnet of the VPN connection. Up to 5 network segments are supported.
|
|
452
|
+
*/
|
|
453
|
+
localSubnets: pulumi.Input<pulumi.Input<string>[]>;
|
|
454
|
+
/**
|
|
455
|
+
* Whether to enable connection logging. After enabling Connection Day, you can view and download IPsec connection logs, and use the log information to troubleshoot IPsec connection problems yourself.
|
|
456
|
+
*/
|
|
457
|
+
logEnabled?: pulumi.Input<boolean>;
|
|
458
|
+
/**
|
|
459
|
+
* The nat traversal of the VPN connection.
|
|
460
|
+
*/
|
|
461
|
+
natTraversal?: pulumi.Input<boolean>;
|
|
462
|
+
/**
|
|
463
|
+
* Whether to initiate negotiation mode immediately.
|
|
464
|
+
*/
|
|
465
|
+
negotiateInstantly?: pulumi.Input<boolean>;
|
|
466
|
+
/**
|
|
467
|
+
* The project name of the VPN connection.
|
|
468
|
+
*/
|
|
469
|
+
projectName?: pulumi.Input<string>;
|
|
470
|
+
/**
|
|
471
|
+
* The remote subnet of the VPN connection. Up to 5 network segments are supported.
|
|
472
|
+
*/
|
|
473
|
+
remoteSubnets: pulumi.Input<pulumi.Input<string>[]>;
|
|
474
|
+
/**
|
|
475
|
+
* The name of the VPN connection.
|
|
476
|
+
*/
|
|
477
|
+
vpnConnectionName?: pulumi.Input<string>;
|
|
478
|
+
/**
|
|
479
|
+
* The ID of the vpn gateway. If the `AttachType` is not passed or the passed value is `VpnGateway`, this parameter must be filled. If the value of `AttachType` is `TransitRouter`, this parameter does not need to be filled.
|
|
480
|
+
*/
|
|
481
|
+
vpnGatewayId?: pulumi.Input<string>;
|
|
482
|
+
}
|