Viewing docs for tencentcloud 1.83.33
published on Monday, Sep 21, 2026 by tencentcloudstack
published on Monday, Sep 21, 2026 by tencentcloudstack
Viewing docs for tencentcloud 1.83.33
published on Monday, Sep 21, 2026 by tencentcloudstack
published on Monday, Sep 21, 2026 by tencentcloudstack
Use this data source to query the reference information of a specified TEO (EdgeOne) IP group.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as tencentcloud from "@pulumi/tencentcloud";
const example = tencentcloud.getTeoIpGroupReferences({
zoneId: "zone-3fkff38fyw8s",
groupId: 33711,
});
import pulumi
import pulumi_tencentcloud as tencentcloud
example = tencentcloud.get_teo_ip_group_references(zone_id="zone-3fkff38fyw8s",
group_id=33711)
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/tencentcloud/tencentcloud"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := tencentcloud.GetTeoIpGroupReferences(ctx, &tencentcloud.GetTeoIpGroupReferencesArgs{
ZoneId: "zone-3fkff38fyw8s",
GroupId: 33711,
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Tencentcloud = Pulumi.Tencentcloud;
return await Deployment.RunAsync(() =>
{
var example = Tencentcloud.GetTeoIpGroupReferences.Invoke(new()
{
ZoneId = "zone-3fkff38fyw8s",
GroupId = 33711,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.tencentcloud.TencentcloudFunctions;
import com.pulumi.tencentcloud.inputs.GetTeoIpGroupReferencesArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var example = TencentcloudFunctions.getTeoIpGroupReferences(GetTeoIpGroupReferencesArgs.builder()
.zoneId("zone-3fkff38fyw8s")
.groupId(33711)
.build());
}
}
variables:
example:
fn::invoke:
function: tencentcloud:getTeoIpGroupReferences
arguments:
zoneId: zone-3fkff38fyw8s
groupId: 33711
Example coming soon!
Using getTeoIpGroupReferences
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getTeoIpGroupReferences(args: GetTeoIpGroupReferencesArgs, opts?: InvokeOptions): Promise<GetTeoIpGroupReferencesResult>
function getTeoIpGroupReferencesOutput(args: GetTeoIpGroupReferencesOutputArgs, opts?: InvokeOutputOptions): Output<GetTeoIpGroupReferencesResult>def get_teo_ip_group_references(group_id: Optional[float] = None,
id: Optional[str] = None,
result_output_file: Optional[str] = None,
zone_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetTeoIpGroupReferencesResult
def get_teo_ip_group_references_output(group_id: pulumi.Input[Optional[float]] = None,
id: pulumi.Input[Optional[str]] = None,
result_output_file: pulumi.Input[Optional[str]] = None,
zone_id: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOutputOptions] = None) -> Output[GetTeoIpGroupReferencesResult]func GetTeoIpGroupReferences(ctx *Context, args *GetTeoIpGroupReferencesArgs, opts ...InvokeOption) (*GetTeoIpGroupReferencesResult, error)
func GetTeoIpGroupReferencesOutput(ctx *Context, args *GetTeoIpGroupReferencesOutputArgs, opts ...InvokeOption) GetTeoIpGroupReferencesResultOutput> Note: This function is named GetTeoIpGroupReferences in the Go SDK.
public static class GetTeoIpGroupReferences
{
public static Task<GetTeoIpGroupReferencesResult> InvokeAsync(GetTeoIpGroupReferencesArgs args, InvokeOptions? opts = null)
public static Output<GetTeoIpGroupReferencesResult> Invoke(GetTeoIpGroupReferencesInvokeArgs args, InvokeOptions? opts = null)
public static Output<GetTeoIpGroupReferencesResult> Invoke(GetTeoIpGroupReferencesInvokeArgs args, InvokeOutputOptions opts)
}public static CompletableFuture<GetTeoIpGroupReferencesResult> getTeoIpGroupReferences(GetTeoIpGroupReferencesArgs args, InvokeOptions options)
public static Output<GetTeoIpGroupReferencesResult> getTeoIpGroupReferences(GetTeoIpGroupReferencesArgs args, InvokeOptions options)
public static Output<GetTeoIpGroupReferencesResult> getTeoIpGroupReferences(GetTeoIpGroupReferencesArgs args, InvokeOutputOptions options)
fn::invoke:
function: tencentcloud:index/getTeoIpGroupReferences:getTeoIpGroupReferences
arguments:
# arguments dictionarydata "tencentcloud_get_teo_ip_group_references" "name" {
# arguments
}The following arguments are supported:
- Group
Id double - IP group ID.
- Zone
Id string - Site ID.
- Id string
- Result
Output stringFile - Used to save results.
- Group
Id float64 - IP group ID.
- Zone
Id string - Site ID.
- Id string
- Result
Output stringFile - Used to save results.
- group_
id number - IP group ID.
- zone_
id string - Site ID.
- id string
- result_
output_ stringfile - Used to save results.
- group
Id Double - IP group ID.
- zone
Id String - Site ID.
- id String
- result
Output StringFile - Used to save results.
- group
Id number - IP group ID.
- zone
Id string - Site ID.
- id string
- result
Output stringFile - Used to save results.
- group_
id float - IP group ID.
- zone_
id str - Site ID.
- id str
- result_
output_ strfile - Used to save results.
- group
Id Number - IP group ID.
- zone
Id String - Site ID.
- id String
- result
Output StringFile - Used to save results.
getTeoIpGroupReferences Result
The following output properties are available:
- Group
Id double - Id string
- References
List<Get
Teo Ip Group References Reference> - List of references to the IP group.
- Zone
Id string - Site ID.
- Result
Output stringFile
- Group
Id float64 - Id string
- References
[]Get
Teo Ip Group References Reference - List of references to the IP group.
- Zone
Id string - Site ID.
- Result
Output stringFile
- group_
id number - id string
- references list(object)
- List of references to the IP group.
- zone_
id string - Site ID.
- result_
output_ stringfile
- group
Id Double - id String
- references
List<Get
Teo Ip Group References Reference> - List of references to the IP group.
- zone
Id String - Site ID.
- result
Output StringFile
- group
Id number - id string
- references
Get
Teo Ip Group References Reference[] - List of references to the IP group.
- zone
Id string - Site ID.
- result
Output stringFile
- group_
id float - id str
- references
Sequence[Get
Teo Ip Group References Reference] - List of references to the IP group.
- zone_
id str - Site ID.
- result_
output_ strfile
- group
Id Number - id String
- references List<Property Map>
- List of references to the IP group.
- zone
Id String - Site ID.
- result
Output StringFile
Supporting Types
GetTeoIpGroupReferencesReference
- Entity
Id string - Entity ID.
- Entity
Name string - Entity name.
- Entity
Type string - Entity type.
- Sub
Entity stringId - Sub entity ID.
- Sub
Entity stringName - Sub entity name.
- Sub
Entity stringType - Sub entity type.
- Zone
Id string - Site ID.
- Entity
Id string - Entity ID.
- Entity
Name string - Entity name.
- Entity
Type string - Entity type.
- Sub
Entity stringId - Sub entity ID.
- Sub
Entity stringName - Sub entity name.
- Sub
Entity stringType - Sub entity type.
- Zone
Id string - Site ID.
- entity_
id string - Entity ID.
- entity_
name string - Entity name.
- entity_
type string - Entity type.
- sub_
entity_ stringid - Sub entity ID.
- sub_
entity_ stringname - Sub entity name.
- sub_
entity_ stringtype - Sub entity type.
- zone_
id string - Site ID.
- entity
Id String - Entity ID.
- entity
Name String - Entity name.
- entity
Type String - Entity type.
- sub
Entity StringId - Sub entity ID.
- sub
Entity StringName - Sub entity name.
- sub
Entity StringType - Sub entity type.
- zone
Id String - Site ID.
- entity
Id string - Entity ID.
- entity
Name string - Entity name.
- entity
Type string - Entity type.
- sub
Entity stringId - Sub entity ID.
- sub
Entity stringName - Sub entity name.
- sub
Entity stringType - Sub entity type.
- zone
Id string - Site ID.
- entity_
id str - Entity ID.
- entity_
name str - Entity name.
- entity_
type str - Entity type.
- sub_
entity_ strid - Sub entity ID.
- sub_
entity_ strname - Sub entity name.
- sub_
entity_ strtype - Sub entity type.
- zone_
id str - Site ID.
- entity
Id String - Entity ID.
- entity
Name String - Entity name.
- entity
Type String - Entity type.
- sub
Entity StringId - Sub entity ID.
- sub
Entity StringName - Sub entity name.
- sub
Entity StringType - Sub entity type.
- zone
Id String - Site ID.
Package Details
- Repository
- tencentcloud tencentcloudstack/terraform-provider-tencentcloud
- License
- Notes
- This Pulumi package is based on the
tencentcloudTerraform Provider.
Viewing docs for tencentcloud 1.83.33
published on Monday, Sep 21, 2026 by tencentcloudstack
published on Monday, Sep 21, 2026 by tencentcloudstack