@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
|
@@ -0,0 +1,44 @@
|
|
|
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.supportAddonsOutput = exports.supportAddons = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Use this data source to query detailed information of vke support addons
|
|
10
|
+
* ## Example Usage
|
|
11
|
+
*
|
|
12
|
+
* ```typescript
|
|
13
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
14
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
15
|
+
*
|
|
16
|
+
* const defaultSupportAddons = pulumi.output(volcengine.vke.SupportAddons({
|
|
17
|
+
* categories: ["Monitor"],
|
|
18
|
+
* name: "metrics-server",
|
|
19
|
+
* }));
|
|
20
|
+
* ```
|
|
21
|
+
*/
|
|
22
|
+
function supportAddons(args, opts) {
|
|
23
|
+
args = args || {};
|
|
24
|
+
if (!opts) {
|
|
25
|
+
opts = {};
|
|
26
|
+
}
|
|
27
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
28
|
+
return pulumi.runtime.invoke("volcengine:vke/supportAddons:SupportAddons", {
|
|
29
|
+
"categories": args.categories,
|
|
30
|
+
"deployModes": args.deployModes,
|
|
31
|
+
"deployNodeTypes": args.deployNodeTypes,
|
|
32
|
+
"kubernetesVersions": args.kubernetesVersions,
|
|
33
|
+
"name": args.name,
|
|
34
|
+
"necessaries": args.necessaries,
|
|
35
|
+
"outputFile": args.outputFile,
|
|
36
|
+
"podNetworkModes": args.podNetworkModes,
|
|
37
|
+
}, opts);
|
|
38
|
+
}
|
|
39
|
+
exports.supportAddons = supportAddons;
|
|
40
|
+
function supportAddonsOutput(args, opts) {
|
|
41
|
+
return pulumi.output(args).apply(a => supportAddons(a, opts));
|
|
42
|
+
}
|
|
43
|
+
exports.supportAddonsOutput = supportAddonsOutput;
|
|
44
|
+
//# sourceMappingURL=supportAddons.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"supportAddons.js","sourceRoot":"","sources":["../../vke/supportAddons.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,0CAA0C;AAE1C;;;;;;;;;;;;;GAaG;AACH,SAAgB,aAAa,CAAC,IAAwB,EAAE,IAA2B;IAC/E,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,4CAA4C,EAAE;QACvE,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,iBAAiB,EAAE,IAAI,CAAC,eAAe;QACvC,oBAAoB,EAAE,IAAI,CAAC,kBAAkB;QAC7C,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,iBAAiB,EAAE,IAAI,CAAC,eAAe;KAC1C,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAjBD,sCAiBC;AA2ED,SAAgB,mBAAmB,CAAC,IAA8B,EAAE,IAA2B;IAC3F,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,aAAa,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACjE,CAAC;AAFD,kDAEC"}
|
package/vpc/index.d.ts
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
export * from "./ipv6AddressBandwidth";
|
|
2
|
+
export * from "./ipv6AddressBandwidths";
|
|
3
|
+
export * from "./ipv6Addresses";
|
|
4
|
+
export * from "./ipv6Gateway";
|
|
5
|
+
export * from "./ipv6Gateways";
|
|
6
|
+
export * from "./networkAcl";
|
|
7
|
+
export * from "./networkAclAssociate";
|
|
8
|
+
export * from "./networkAcls";
|
|
9
|
+
export * from "./networkInterface";
|
|
10
|
+
export * from "./networkInterfaceAttach";
|
|
11
|
+
export * from "./networkInterfaces";
|
|
12
|
+
export * from "./routeEntries";
|
|
13
|
+
export * from "./routeEntry";
|
|
14
|
+
export * from "./routeTable";
|
|
15
|
+
export * from "./routeTableAssociate";
|
|
16
|
+
export * from "./routeTables";
|
|
17
|
+
export * from "./securityGroup";
|
|
18
|
+
export * from "./securityGroupRule";
|
|
19
|
+
export * from "./securityGroupRules";
|
|
20
|
+
export * from "./securityGroups";
|
|
21
|
+
export * from "./subnet";
|
|
22
|
+
export * from "./subnets";
|
|
23
|
+
export * from "./vpc";
|
|
24
|
+
export * from "./vpcs";
|
package/vpc/index.js
ADDED
|
@@ -0,0 +1,108 @@
|
|
|
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
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
5
|
+
if (k2 === undefined) k2 = k;
|
|
6
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
7
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
8
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
9
|
+
}
|
|
10
|
+
Object.defineProperty(o, k2, desc);
|
|
11
|
+
}) : (function(o, m, k, k2) {
|
|
12
|
+
if (k2 === undefined) k2 = k;
|
|
13
|
+
o[k2] = m[k];
|
|
14
|
+
}));
|
|
15
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
16
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
17
|
+
};
|
|
18
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19
|
+
const pulumi = require("@pulumi/pulumi");
|
|
20
|
+
const utilities = require("../utilities");
|
|
21
|
+
// Export members:
|
|
22
|
+
__exportStar(require("./ipv6AddressBandwidth"), exports);
|
|
23
|
+
__exportStar(require("./ipv6AddressBandwidths"), exports);
|
|
24
|
+
__exportStar(require("./ipv6Addresses"), exports);
|
|
25
|
+
__exportStar(require("./ipv6Gateway"), exports);
|
|
26
|
+
__exportStar(require("./ipv6Gateways"), exports);
|
|
27
|
+
__exportStar(require("./networkAcl"), exports);
|
|
28
|
+
__exportStar(require("./networkAclAssociate"), exports);
|
|
29
|
+
__exportStar(require("./networkAcls"), exports);
|
|
30
|
+
__exportStar(require("./networkInterface"), exports);
|
|
31
|
+
__exportStar(require("./networkInterfaceAttach"), exports);
|
|
32
|
+
__exportStar(require("./networkInterfaces"), exports);
|
|
33
|
+
__exportStar(require("./routeEntries"), exports);
|
|
34
|
+
__exportStar(require("./routeEntry"), exports);
|
|
35
|
+
__exportStar(require("./routeTable"), exports);
|
|
36
|
+
__exportStar(require("./routeTableAssociate"), exports);
|
|
37
|
+
__exportStar(require("./routeTables"), exports);
|
|
38
|
+
__exportStar(require("./securityGroup"), exports);
|
|
39
|
+
__exportStar(require("./securityGroupRule"), exports);
|
|
40
|
+
__exportStar(require("./securityGroupRules"), exports);
|
|
41
|
+
__exportStar(require("./securityGroups"), exports);
|
|
42
|
+
__exportStar(require("./subnet"), exports);
|
|
43
|
+
__exportStar(require("./subnets"), exports);
|
|
44
|
+
__exportStar(require("./vpc"), exports);
|
|
45
|
+
__exportStar(require("./vpcs"), exports);
|
|
46
|
+
// Import resources to register:
|
|
47
|
+
const ipv6AddressBandwidth_1 = require("./ipv6AddressBandwidth");
|
|
48
|
+
const ipv6Gateway_1 = require("./ipv6Gateway");
|
|
49
|
+
const networkAcl_1 = require("./networkAcl");
|
|
50
|
+
const networkAclAssociate_1 = require("./networkAclAssociate");
|
|
51
|
+
const networkInterface_1 = require("./networkInterface");
|
|
52
|
+
const networkInterfaceAttach_1 = require("./networkInterfaceAttach");
|
|
53
|
+
const routeEntry_1 = require("./routeEntry");
|
|
54
|
+
const routeTable_1 = require("./routeTable");
|
|
55
|
+
const routeTableAssociate_1 = require("./routeTableAssociate");
|
|
56
|
+
const securityGroup_1 = require("./securityGroup");
|
|
57
|
+
const securityGroupRule_1 = require("./securityGroupRule");
|
|
58
|
+
const subnet_1 = require("./subnet");
|
|
59
|
+
const vpc_1 = require("./vpc");
|
|
60
|
+
const _module = {
|
|
61
|
+
version: utilities.getVersion(),
|
|
62
|
+
construct: (name, type, urn) => {
|
|
63
|
+
switch (type) {
|
|
64
|
+
case "volcengine:vpc/ipv6AddressBandwidth:Ipv6AddressBandwidth":
|
|
65
|
+
return new ipv6AddressBandwidth_1.Ipv6AddressBandwidth(name, undefined, { urn });
|
|
66
|
+
case "volcengine:vpc/ipv6Gateway:Ipv6Gateway":
|
|
67
|
+
return new ipv6Gateway_1.Ipv6Gateway(name, undefined, { urn });
|
|
68
|
+
case "volcengine:vpc/networkAcl:NetworkAcl":
|
|
69
|
+
return new networkAcl_1.NetworkAcl(name, undefined, { urn });
|
|
70
|
+
case "volcengine:vpc/networkAclAssociate:NetworkAclAssociate":
|
|
71
|
+
return new networkAclAssociate_1.NetworkAclAssociate(name, undefined, { urn });
|
|
72
|
+
case "volcengine:vpc/networkInterface:NetworkInterface":
|
|
73
|
+
return new networkInterface_1.NetworkInterface(name, undefined, { urn });
|
|
74
|
+
case "volcengine:vpc/networkInterfaceAttach:NetworkInterfaceAttach":
|
|
75
|
+
return new networkInterfaceAttach_1.NetworkInterfaceAttach(name, undefined, { urn });
|
|
76
|
+
case "volcengine:vpc/routeEntry:RouteEntry":
|
|
77
|
+
return new routeEntry_1.RouteEntry(name, undefined, { urn });
|
|
78
|
+
case "volcengine:vpc/routeTable:RouteTable":
|
|
79
|
+
return new routeTable_1.RouteTable(name, undefined, { urn });
|
|
80
|
+
case "volcengine:vpc/routeTableAssociate:RouteTableAssociate":
|
|
81
|
+
return new routeTableAssociate_1.RouteTableAssociate(name, undefined, { urn });
|
|
82
|
+
case "volcengine:vpc/securityGroup:SecurityGroup":
|
|
83
|
+
return new securityGroup_1.SecurityGroup(name, undefined, { urn });
|
|
84
|
+
case "volcengine:vpc/securityGroupRule:SecurityGroupRule":
|
|
85
|
+
return new securityGroupRule_1.SecurityGroupRule(name, undefined, { urn });
|
|
86
|
+
case "volcengine:vpc/subnet:Subnet":
|
|
87
|
+
return new subnet_1.Subnet(name, undefined, { urn });
|
|
88
|
+
case "volcengine:vpc/vpc:Vpc":
|
|
89
|
+
return new vpc_1.Vpc(name, undefined, { urn });
|
|
90
|
+
default:
|
|
91
|
+
throw new Error(`unknown resource type ${type}`);
|
|
92
|
+
}
|
|
93
|
+
},
|
|
94
|
+
};
|
|
95
|
+
pulumi.runtime.registerResourceModule("volcengine", "vpc/ipv6AddressBandwidth", _module);
|
|
96
|
+
pulumi.runtime.registerResourceModule("volcengine", "vpc/ipv6Gateway", _module);
|
|
97
|
+
pulumi.runtime.registerResourceModule("volcengine", "vpc/networkAcl", _module);
|
|
98
|
+
pulumi.runtime.registerResourceModule("volcengine", "vpc/networkAclAssociate", _module);
|
|
99
|
+
pulumi.runtime.registerResourceModule("volcengine", "vpc/networkInterface", _module);
|
|
100
|
+
pulumi.runtime.registerResourceModule("volcengine", "vpc/networkInterfaceAttach", _module);
|
|
101
|
+
pulumi.runtime.registerResourceModule("volcengine", "vpc/routeEntry", _module);
|
|
102
|
+
pulumi.runtime.registerResourceModule("volcengine", "vpc/routeTable", _module);
|
|
103
|
+
pulumi.runtime.registerResourceModule("volcengine", "vpc/routeTableAssociate", _module);
|
|
104
|
+
pulumi.runtime.registerResourceModule("volcengine", "vpc/securityGroup", _module);
|
|
105
|
+
pulumi.runtime.registerResourceModule("volcengine", "vpc/securityGroupRule", _module);
|
|
106
|
+
pulumi.runtime.registerResourceModule("volcengine", "vpc/subnet", _module);
|
|
107
|
+
pulumi.runtime.registerResourceModule("volcengine", "vpc/vpc", _module);
|
|
108
|
+
//# sourceMappingURL=index.js.map
|
package/vpc/index.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../vpc/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,197 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* ## Example Usage
|
|
4
|
+
*
|
|
5
|
+
* ```typescript
|
|
6
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
7
|
+
* import * as pulumi from "@volcengine/pulumi";
|
|
8
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
9
|
+
*
|
|
10
|
+
* const dataEcs = volcengine.ecs.Instances({
|
|
11
|
+
* ids: ["i-ycal1mtpucl8j0hjiihy"],
|
|
12
|
+
* });
|
|
13
|
+
* const dataIpv6 = dataEcs.then(dataEcs => volcengine.vpc.Ipv6Addresses({
|
|
14
|
+
* associatedInstanceId: dataEcs.instances?[0]?.instanceId,
|
|
15
|
+
* }));
|
|
16
|
+
* const foo = new volcengine.vpc.Ipv6AddressBandwidth("foo", {
|
|
17
|
+
* ipv6Address: dataIpv6.then(dataIpv6 => dataIpv6.ipv6Addresses?[0]?.ipv6Address),
|
|
18
|
+
* billingType: "PostPaidByBandwidth",
|
|
19
|
+
* bandwidth: 5,
|
|
20
|
+
* });
|
|
21
|
+
* ```
|
|
22
|
+
*
|
|
23
|
+
* ## Import
|
|
24
|
+
*
|
|
25
|
+
* Ipv6AddressBandwidth can be imported using the id, e.g.
|
|
26
|
+
*
|
|
27
|
+
* ```sh
|
|
28
|
+
* $ pulumi import volcengine:vpc/ipv6AddressBandwidth:Ipv6AddressBandwidth default eip-2fede9fsgnr4059gp674m6ney
|
|
29
|
+
* ```
|
|
30
|
+
*/
|
|
31
|
+
export declare class Ipv6AddressBandwidth extends pulumi.CustomResource {
|
|
32
|
+
/**
|
|
33
|
+
* Get an existing Ipv6AddressBandwidth resource's state with the given name, ID, and optional extra
|
|
34
|
+
* properties used to qualify the lookup.
|
|
35
|
+
*
|
|
36
|
+
* @param name The _unique_ name of the resulting resource.
|
|
37
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
38
|
+
* @param state Any extra arguments used during the lookup.
|
|
39
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
40
|
+
*/
|
|
41
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: Ipv6AddressBandwidthState, opts?: pulumi.CustomResourceOptions): Ipv6AddressBandwidth;
|
|
42
|
+
/**
|
|
43
|
+
* Returns true if the given object is an instance of Ipv6AddressBandwidth. This is designed to work even
|
|
44
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
45
|
+
*/
|
|
46
|
+
static isInstance(obj: any): obj is Ipv6AddressBandwidth;
|
|
47
|
+
/**
|
|
48
|
+
* The ID of the Ipv6AddressBandwidth.
|
|
49
|
+
*/
|
|
50
|
+
readonly allocationId: pulumi.Output<string>;
|
|
51
|
+
/**
|
|
52
|
+
* Peek bandwidth of the Ipv6 address. Valid values: 1 to 200. Unit: Mbit/s.
|
|
53
|
+
*/
|
|
54
|
+
readonly bandwidth: pulumi.Output<number>;
|
|
55
|
+
/**
|
|
56
|
+
* BillingType of the Ipv6 bandwidth. Valid values: `PostPaidByBandwidth`; `PostPaidByTraffic`.
|
|
57
|
+
*/
|
|
58
|
+
readonly billingType: pulumi.Output<string>;
|
|
59
|
+
/**
|
|
60
|
+
* The BusinessStatus of the Ipv6AddressBandwidth.
|
|
61
|
+
*/
|
|
62
|
+
readonly businessStatus: pulumi.Output<string>;
|
|
63
|
+
/**
|
|
64
|
+
* Creation time of the Ipv6AddressBandwidth.
|
|
65
|
+
*/
|
|
66
|
+
readonly creationTime: pulumi.Output<string>;
|
|
67
|
+
/**
|
|
68
|
+
* Delete time of the Ipv6AddressBandwidth.
|
|
69
|
+
*/
|
|
70
|
+
readonly deleteTime: pulumi.Output<string>;
|
|
71
|
+
/**
|
|
72
|
+
* The ID of the associated instance.
|
|
73
|
+
*/
|
|
74
|
+
readonly instanceId: pulumi.Output<string>;
|
|
75
|
+
/**
|
|
76
|
+
* The type of the associated instance.
|
|
77
|
+
*/
|
|
78
|
+
readonly instanceType: pulumi.Output<string>;
|
|
79
|
+
/**
|
|
80
|
+
* Ipv6 address.
|
|
81
|
+
*/
|
|
82
|
+
readonly ipv6Address: pulumi.Output<string>;
|
|
83
|
+
/**
|
|
84
|
+
* The ISP of the Ipv6AddressBandwidth.
|
|
85
|
+
*/
|
|
86
|
+
readonly isp: pulumi.Output<string>;
|
|
87
|
+
/**
|
|
88
|
+
* The BusinessStatus of the Ipv6AddressBandwidth.
|
|
89
|
+
*/
|
|
90
|
+
readonly lockReason: pulumi.Output<string>;
|
|
91
|
+
/**
|
|
92
|
+
* The network type of the Ipv6AddressBandwidth.
|
|
93
|
+
*/
|
|
94
|
+
readonly networkType: pulumi.Output<string>;
|
|
95
|
+
/**
|
|
96
|
+
* Overdue time of the Ipv6AddressBandwidth.
|
|
97
|
+
*/
|
|
98
|
+
readonly overdueTime: pulumi.Output<string>;
|
|
99
|
+
/**
|
|
100
|
+
* The status of the Ipv6AddressBandwidth.
|
|
101
|
+
*/
|
|
102
|
+
readonly status: pulumi.Output<string>;
|
|
103
|
+
/**
|
|
104
|
+
* Update time of the Ipv6AddressBandwidth.
|
|
105
|
+
*/
|
|
106
|
+
readonly updateTime: pulumi.Output<string>;
|
|
107
|
+
/**
|
|
108
|
+
* Create a Ipv6AddressBandwidth resource with the given unique name, arguments, and options.
|
|
109
|
+
*
|
|
110
|
+
* @param name The _unique_ name of the resource.
|
|
111
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
112
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
113
|
+
*/
|
|
114
|
+
constructor(name: string, args: Ipv6AddressBandwidthArgs, opts?: pulumi.CustomResourceOptions);
|
|
115
|
+
}
|
|
116
|
+
/**
|
|
117
|
+
* Input properties used for looking up and filtering Ipv6AddressBandwidth resources.
|
|
118
|
+
*/
|
|
119
|
+
export interface Ipv6AddressBandwidthState {
|
|
120
|
+
/**
|
|
121
|
+
* The ID of the Ipv6AddressBandwidth.
|
|
122
|
+
*/
|
|
123
|
+
allocationId?: pulumi.Input<string>;
|
|
124
|
+
/**
|
|
125
|
+
* Peek bandwidth of the Ipv6 address. Valid values: 1 to 200. Unit: Mbit/s.
|
|
126
|
+
*/
|
|
127
|
+
bandwidth?: pulumi.Input<number>;
|
|
128
|
+
/**
|
|
129
|
+
* BillingType of the Ipv6 bandwidth. Valid values: `PostPaidByBandwidth`; `PostPaidByTraffic`.
|
|
130
|
+
*/
|
|
131
|
+
billingType?: pulumi.Input<string>;
|
|
132
|
+
/**
|
|
133
|
+
* The BusinessStatus of the Ipv6AddressBandwidth.
|
|
134
|
+
*/
|
|
135
|
+
businessStatus?: pulumi.Input<string>;
|
|
136
|
+
/**
|
|
137
|
+
* Creation time of the Ipv6AddressBandwidth.
|
|
138
|
+
*/
|
|
139
|
+
creationTime?: pulumi.Input<string>;
|
|
140
|
+
/**
|
|
141
|
+
* Delete time of the Ipv6AddressBandwidth.
|
|
142
|
+
*/
|
|
143
|
+
deleteTime?: pulumi.Input<string>;
|
|
144
|
+
/**
|
|
145
|
+
* The ID of the associated instance.
|
|
146
|
+
*/
|
|
147
|
+
instanceId?: pulumi.Input<string>;
|
|
148
|
+
/**
|
|
149
|
+
* The type of the associated instance.
|
|
150
|
+
*/
|
|
151
|
+
instanceType?: pulumi.Input<string>;
|
|
152
|
+
/**
|
|
153
|
+
* Ipv6 address.
|
|
154
|
+
*/
|
|
155
|
+
ipv6Address?: pulumi.Input<string>;
|
|
156
|
+
/**
|
|
157
|
+
* The ISP of the Ipv6AddressBandwidth.
|
|
158
|
+
*/
|
|
159
|
+
isp?: pulumi.Input<string>;
|
|
160
|
+
/**
|
|
161
|
+
* The BusinessStatus of the Ipv6AddressBandwidth.
|
|
162
|
+
*/
|
|
163
|
+
lockReason?: pulumi.Input<string>;
|
|
164
|
+
/**
|
|
165
|
+
* The network type of the Ipv6AddressBandwidth.
|
|
166
|
+
*/
|
|
167
|
+
networkType?: pulumi.Input<string>;
|
|
168
|
+
/**
|
|
169
|
+
* Overdue time of the Ipv6AddressBandwidth.
|
|
170
|
+
*/
|
|
171
|
+
overdueTime?: pulumi.Input<string>;
|
|
172
|
+
/**
|
|
173
|
+
* The status of the Ipv6AddressBandwidth.
|
|
174
|
+
*/
|
|
175
|
+
status?: pulumi.Input<string>;
|
|
176
|
+
/**
|
|
177
|
+
* Update time of the Ipv6AddressBandwidth.
|
|
178
|
+
*/
|
|
179
|
+
updateTime?: pulumi.Input<string>;
|
|
180
|
+
}
|
|
181
|
+
/**
|
|
182
|
+
* The set of arguments for constructing a Ipv6AddressBandwidth resource.
|
|
183
|
+
*/
|
|
184
|
+
export interface Ipv6AddressBandwidthArgs {
|
|
185
|
+
/**
|
|
186
|
+
* Peek bandwidth of the Ipv6 address. Valid values: 1 to 200. Unit: Mbit/s.
|
|
187
|
+
*/
|
|
188
|
+
bandwidth?: pulumi.Input<number>;
|
|
189
|
+
/**
|
|
190
|
+
* BillingType of the Ipv6 bandwidth. Valid values: `PostPaidByBandwidth`; `PostPaidByTraffic`.
|
|
191
|
+
*/
|
|
192
|
+
billingType: pulumi.Input<string>;
|
|
193
|
+
/**
|
|
194
|
+
* Ipv6 address.
|
|
195
|
+
*/
|
|
196
|
+
ipv6Address: pulumi.Input<string>;
|
|
197
|
+
}
|
|
@@ -0,0 +1,112 @@
|
|
|
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.Ipv6AddressBandwidth = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* ## Example Usage
|
|
10
|
+
*
|
|
11
|
+
* ```typescript
|
|
12
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
13
|
+
* import * as pulumi from "@volcengine/pulumi";
|
|
14
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
15
|
+
*
|
|
16
|
+
* const dataEcs = volcengine.ecs.Instances({
|
|
17
|
+
* ids: ["i-ycal1mtpucl8j0hjiihy"],
|
|
18
|
+
* });
|
|
19
|
+
* const dataIpv6 = dataEcs.then(dataEcs => volcengine.vpc.Ipv6Addresses({
|
|
20
|
+
* associatedInstanceId: dataEcs.instances?[0]?.instanceId,
|
|
21
|
+
* }));
|
|
22
|
+
* const foo = new volcengine.vpc.Ipv6AddressBandwidth("foo", {
|
|
23
|
+
* ipv6Address: dataIpv6.then(dataIpv6 => dataIpv6.ipv6Addresses?[0]?.ipv6Address),
|
|
24
|
+
* billingType: "PostPaidByBandwidth",
|
|
25
|
+
* bandwidth: 5,
|
|
26
|
+
* });
|
|
27
|
+
* ```
|
|
28
|
+
*
|
|
29
|
+
* ## Import
|
|
30
|
+
*
|
|
31
|
+
* Ipv6AddressBandwidth can be imported using the id, e.g.
|
|
32
|
+
*
|
|
33
|
+
* ```sh
|
|
34
|
+
* $ pulumi import volcengine:vpc/ipv6AddressBandwidth:Ipv6AddressBandwidth default eip-2fede9fsgnr4059gp674m6ney
|
|
35
|
+
* ```
|
|
36
|
+
*/
|
|
37
|
+
class Ipv6AddressBandwidth extends pulumi.CustomResource {
|
|
38
|
+
/**
|
|
39
|
+
* Get an existing Ipv6AddressBandwidth resource's state with the given name, ID, and optional extra
|
|
40
|
+
* properties used to qualify the lookup.
|
|
41
|
+
*
|
|
42
|
+
* @param name The _unique_ name of the resulting resource.
|
|
43
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
44
|
+
* @param state Any extra arguments used during the lookup.
|
|
45
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
46
|
+
*/
|
|
47
|
+
static get(name, id, state, opts) {
|
|
48
|
+
return new Ipv6AddressBandwidth(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
49
|
+
}
|
|
50
|
+
/**
|
|
51
|
+
* Returns true if the given object is an instance of Ipv6AddressBandwidth. This is designed to work even
|
|
52
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
53
|
+
*/
|
|
54
|
+
static isInstance(obj) {
|
|
55
|
+
if (obj === undefined || obj === null) {
|
|
56
|
+
return false;
|
|
57
|
+
}
|
|
58
|
+
return obj['__pulumiType'] === Ipv6AddressBandwidth.__pulumiType;
|
|
59
|
+
}
|
|
60
|
+
constructor(name, argsOrState, opts) {
|
|
61
|
+
let resourceInputs = {};
|
|
62
|
+
opts = opts || {};
|
|
63
|
+
if (opts.id) {
|
|
64
|
+
const state = argsOrState;
|
|
65
|
+
resourceInputs["allocationId"] = state ? state.allocationId : undefined;
|
|
66
|
+
resourceInputs["bandwidth"] = state ? state.bandwidth : undefined;
|
|
67
|
+
resourceInputs["billingType"] = state ? state.billingType : undefined;
|
|
68
|
+
resourceInputs["businessStatus"] = state ? state.businessStatus : undefined;
|
|
69
|
+
resourceInputs["creationTime"] = state ? state.creationTime : undefined;
|
|
70
|
+
resourceInputs["deleteTime"] = state ? state.deleteTime : undefined;
|
|
71
|
+
resourceInputs["instanceId"] = state ? state.instanceId : undefined;
|
|
72
|
+
resourceInputs["instanceType"] = state ? state.instanceType : undefined;
|
|
73
|
+
resourceInputs["ipv6Address"] = state ? state.ipv6Address : undefined;
|
|
74
|
+
resourceInputs["isp"] = state ? state.isp : undefined;
|
|
75
|
+
resourceInputs["lockReason"] = state ? state.lockReason : undefined;
|
|
76
|
+
resourceInputs["networkType"] = state ? state.networkType : undefined;
|
|
77
|
+
resourceInputs["overdueTime"] = state ? state.overdueTime : undefined;
|
|
78
|
+
resourceInputs["status"] = state ? state.status : undefined;
|
|
79
|
+
resourceInputs["updateTime"] = state ? state.updateTime : undefined;
|
|
80
|
+
}
|
|
81
|
+
else {
|
|
82
|
+
const args = argsOrState;
|
|
83
|
+
if ((!args || args.billingType === undefined) && !opts.urn) {
|
|
84
|
+
throw new Error("Missing required property 'billingType'");
|
|
85
|
+
}
|
|
86
|
+
if ((!args || args.ipv6Address === undefined) && !opts.urn) {
|
|
87
|
+
throw new Error("Missing required property 'ipv6Address'");
|
|
88
|
+
}
|
|
89
|
+
resourceInputs["bandwidth"] = args ? args.bandwidth : undefined;
|
|
90
|
+
resourceInputs["billingType"] = args ? args.billingType : undefined;
|
|
91
|
+
resourceInputs["ipv6Address"] = args ? args.ipv6Address : undefined;
|
|
92
|
+
resourceInputs["allocationId"] = undefined /*out*/;
|
|
93
|
+
resourceInputs["businessStatus"] = undefined /*out*/;
|
|
94
|
+
resourceInputs["creationTime"] = undefined /*out*/;
|
|
95
|
+
resourceInputs["deleteTime"] = undefined /*out*/;
|
|
96
|
+
resourceInputs["instanceId"] = undefined /*out*/;
|
|
97
|
+
resourceInputs["instanceType"] = undefined /*out*/;
|
|
98
|
+
resourceInputs["isp"] = undefined /*out*/;
|
|
99
|
+
resourceInputs["lockReason"] = undefined /*out*/;
|
|
100
|
+
resourceInputs["networkType"] = undefined /*out*/;
|
|
101
|
+
resourceInputs["overdueTime"] = undefined /*out*/;
|
|
102
|
+
resourceInputs["status"] = undefined /*out*/;
|
|
103
|
+
resourceInputs["updateTime"] = undefined /*out*/;
|
|
104
|
+
}
|
|
105
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
106
|
+
super(Ipv6AddressBandwidth.__pulumiType, name, resourceInputs, opts);
|
|
107
|
+
}
|
|
108
|
+
}
|
|
109
|
+
exports.Ipv6AddressBandwidth = Ipv6AddressBandwidth;
|
|
110
|
+
/** @internal */
|
|
111
|
+
Ipv6AddressBandwidth.__pulumiType = 'volcengine:vpc/ipv6AddressBandwidth:Ipv6AddressBandwidth';
|
|
112
|
+
//# sourceMappingURL=ipv6AddressBandwidth.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ipv6AddressBandwidth.js","sourceRoot":"","sources":["../../vpc/ipv6AddressBandwidth.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,122 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import { output as outputs } from "../types";
|
|
3
|
+
/**
|
|
4
|
+
* Use this data source to query detailed information of vpc ipv6 address bandwidths
|
|
5
|
+
* ## Example Usage
|
|
6
|
+
*
|
|
7
|
+
* ```typescript
|
|
8
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
9
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
10
|
+
*
|
|
11
|
+
* const defaultIpv6AddressBandwidths = pulumi.output(volcengine.vpc.Ipv6AddressBandwidths({
|
|
12
|
+
* ids: ["eip-in2y2duvtlhc8gbssyfnhfre"],
|
|
13
|
+
* }));
|
|
14
|
+
* ```
|
|
15
|
+
*/
|
|
16
|
+
export declare function ipv6AddressBandwidths(args?: Ipv6AddressBandwidthsArgs, opts?: pulumi.InvokeOptions): Promise<Ipv6AddressBandwidthsResult>;
|
|
17
|
+
/**
|
|
18
|
+
* A collection of arguments for invoking Ipv6AddressBandwidths.
|
|
19
|
+
*/
|
|
20
|
+
export interface Ipv6AddressBandwidthsArgs {
|
|
21
|
+
/**
|
|
22
|
+
* The ID of the associated instance.
|
|
23
|
+
*/
|
|
24
|
+
associatedInstanceId?: string;
|
|
25
|
+
/**
|
|
26
|
+
* The type of the associated instance.
|
|
27
|
+
*/
|
|
28
|
+
associatedInstanceType?: string;
|
|
29
|
+
/**
|
|
30
|
+
* Allocation IDs of the Ipv6 address width.
|
|
31
|
+
*/
|
|
32
|
+
ids?: string[];
|
|
33
|
+
/**
|
|
34
|
+
* The ipv6 addresses.
|
|
35
|
+
*/
|
|
36
|
+
ipv6Addresses?: string[];
|
|
37
|
+
/**
|
|
38
|
+
* ISP of the ipv6 address.
|
|
39
|
+
*/
|
|
40
|
+
isp?: string;
|
|
41
|
+
/**
|
|
42
|
+
* The network type of the ipv6 address.
|
|
43
|
+
*/
|
|
44
|
+
networkType?: string;
|
|
45
|
+
/**
|
|
46
|
+
* File name where to save data source results.
|
|
47
|
+
*/
|
|
48
|
+
outputFile?: string;
|
|
49
|
+
/**
|
|
50
|
+
* The ID of Vpc the ipv6 address in.
|
|
51
|
+
*/
|
|
52
|
+
vpcId?: string;
|
|
53
|
+
}
|
|
54
|
+
/**
|
|
55
|
+
* A collection of values returned by Ipv6AddressBandwidths.
|
|
56
|
+
*/
|
|
57
|
+
export interface Ipv6AddressBandwidthsResult {
|
|
58
|
+
readonly associatedInstanceId?: string;
|
|
59
|
+
readonly associatedInstanceType?: string;
|
|
60
|
+
/**
|
|
61
|
+
* The provider-assigned unique ID for this managed resource.
|
|
62
|
+
*/
|
|
63
|
+
readonly id: string;
|
|
64
|
+
readonly ids?: string[];
|
|
65
|
+
/**
|
|
66
|
+
* The collection of Ipv6AddressBandwidth query.
|
|
67
|
+
*/
|
|
68
|
+
readonly ipv6AddressBandwidths: outputs.vpc.Ipv6AddressBandwidthsIpv6AddressBandwidth[];
|
|
69
|
+
readonly ipv6Addresses?: string[];
|
|
70
|
+
/**
|
|
71
|
+
* The ISP of the Ipv6AddressBandwidth.
|
|
72
|
+
*/
|
|
73
|
+
readonly isp?: string;
|
|
74
|
+
/**
|
|
75
|
+
* The network type of the Ipv6AddressBandwidth.
|
|
76
|
+
*/
|
|
77
|
+
readonly networkType?: string;
|
|
78
|
+
readonly outputFile?: string;
|
|
79
|
+
/**
|
|
80
|
+
* The total count of Ipv6AddressBandwidth query.
|
|
81
|
+
*/
|
|
82
|
+
readonly totalCount: number;
|
|
83
|
+
readonly vpcId?: string;
|
|
84
|
+
}
|
|
85
|
+
export declare function ipv6AddressBandwidthsOutput(args?: Ipv6AddressBandwidthsOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<Ipv6AddressBandwidthsResult>;
|
|
86
|
+
/**
|
|
87
|
+
* A collection of arguments for invoking Ipv6AddressBandwidths.
|
|
88
|
+
*/
|
|
89
|
+
export interface Ipv6AddressBandwidthsOutputArgs {
|
|
90
|
+
/**
|
|
91
|
+
* The ID of the associated instance.
|
|
92
|
+
*/
|
|
93
|
+
associatedInstanceId?: pulumi.Input<string>;
|
|
94
|
+
/**
|
|
95
|
+
* The type of the associated instance.
|
|
96
|
+
*/
|
|
97
|
+
associatedInstanceType?: pulumi.Input<string>;
|
|
98
|
+
/**
|
|
99
|
+
* Allocation IDs of the Ipv6 address width.
|
|
100
|
+
*/
|
|
101
|
+
ids?: pulumi.Input<pulumi.Input<string>[]>;
|
|
102
|
+
/**
|
|
103
|
+
* The ipv6 addresses.
|
|
104
|
+
*/
|
|
105
|
+
ipv6Addresses?: pulumi.Input<pulumi.Input<string>[]>;
|
|
106
|
+
/**
|
|
107
|
+
* ISP of the ipv6 address.
|
|
108
|
+
*/
|
|
109
|
+
isp?: pulumi.Input<string>;
|
|
110
|
+
/**
|
|
111
|
+
* The network type of the ipv6 address.
|
|
112
|
+
*/
|
|
113
|
+
networkType?: pulumi.Input<string>;
|
|
114
|
+
/**
|
|
115
|
+
* File name where to save data source results.
|
|
116
|
+
*/
|
|
117
|
+
outputFile?: pulumi.Input<string>;
|
|
118
|
+
/**
|
|
119
|
+
* The ID of Vpc the ipv6 address in.
|
|
120
|
+
*/
|
|
121
|
+
vpcId?: pulumi.Input<string>;
|
|
122
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
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.ipv6AddressBandwidthsOutput = exports.ipv6AddressBandwidths = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Use this data source to query detailed information of vpc ipv6 address bandwidths
|
|
10
|
+
* ## Example Usage
|
|
11
|
+
*
|
|
12
|
+
* ```typescript
|
|
13
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
14
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
15
|
+
*
|
|
16
|
+
* const defaultIpv6AddressBandwidths = pulumi.output(volcengine.vpc.Ipv6AddressBandwidths({
|
|
17
|
+
* ids: ["eip-in2y2duvtlhc8gbssyfnhfre"],
|
|
18
|
+
* }));
|
|
19
|
+
* ```
|
|
20
|
+
*/
|
|
21
|
+
function ipv6AddressBandwidths(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/ipv6AddressBandwidths:Ipv6AddressBandwidths", {
|
|
28
|
+
"associatedInstanceId": args.associatedInstanceId,
|
|
29
|
+
"associatedInstanceType": args.associatedInstanceType,
|
|
30
|
+
"ids": args.ids,
|
|
31
|
+
"ipv6Addresses": args.ipv6Addresses,
|
|
32
|
+
"isp": args.isp,
|
|
33
|
+
"networkType": args.networkType,
|
|
34
|
+
"outputFile": args.outputFile,
|
|
35
|
+
"vpcId": args.vpcId,
|
|
36
|
+
}, opts);
|
|
37
|
+
}
|
|
38
|
+
exports.ipv6AddressBandwidths = ipv6AddressBandwidths;
|
|
39
|
+
function ipv6AddressBandwidthsOutput(args, opts) {
|
|
40
|
+
return pulumi.output(args).apply(a => ipv6AddressBandwidths(a, opts));
|
|
41
|
+
}
|
|
42
|
+
exports.ipv6AddressBandwidthsOutput = ipv6AddressBandwidthsOutput;
|
|
43
|
+
//# sourceMappingURL=ipv6AddressBandwidths.js.map
|