tencentcloud 1.82.23 published on Monday, Sep 15, 2025 by tencentcloudstack
tencentcloud.getTeoOriginAcl
Explore with Pulumi AI
tencentcloud 1.82.23 published on Monday, Sep 15, 2025 by tencentcloudstack
Use this data source to query detailed information of TEO origin acl
Example Usage
Query origin acl by zone Id
import * as pulumi from "@pulumi/pulumi";
import * as tencentcloud from "@pulumi/tencentcloud";
const example = tencentcloud.getTeoOriginAcl({
zoneId: "zone-3fkff38fyw8s",
});
import pulumi
import pulumi_tencentcloud as tencentcloud
example = tencentcloud.get_teo_origin_acl(zone_id="zone-3fkff38fyw8s")
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.LookupTeoOriginAcl(ctx, &tencentcloud.LookupTeoOriginAclArgs{
ZoneId: "zone-3fkff38fyw8s",
}, 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.GetTeoOriginAcl.Invoke(new()
{
ZoneId = "zone-3fkff38fyw8s",
});
});
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.GetTeoOriginAclArgs;
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.getTeoOriginAcl(GetTeoOriginAclArgs.builder()
.zoneId("zone-3fkff38fyw8s")
.build());
}
}
variables:
example:
fn::invoke:
function: tencentcloud:getTeoOriginAcl
arguments:
zoneId: zone-3fkff38fyw8s
Using getTeoOriginAcl
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 getTeoOriginAcl(args: GetTeoOriginAclArgs, opts?: InvokeOptions): Promise<GetTeoOriginAclResult>
function getTeoOriginAclOutput(args: GetTeoOriginAclOutputArgs, opts?: InvokeOptions): Output<GetTeoOriginAclResult>
def get_teo_origin_acl(id: Optional[str] = None,
result_output_file: Optional[str] = None,
zone_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetTeoOriginAclResult
def get_teo_origin_acl_output(id: Optional[pulumi.Input[str]] = None,
result_output_file: Optional[pulumi.Input[str]] = None,
zone_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetTeoOriginAclResult]
func LookupTeoOriginAcl(ctx *Context, args *LookupTeoOriginAclArgs, opts ...InvokeOption) (*LookupTeoOriginAclResult, error)
func LookupTeoOriginAclOutput(ctx *Context, args *LookupTeoOriginAclOutputArgs, opts ...InvokeOption) LookupTeoOriginAclResultOutput
> Note: This function is named LookupTeoOriginAcl
in the Go SDK.
public static class GetTeoOriginAcl
{
public static Task<GetTeoOriginAclResult> InvokeAsync(GetTeoOriginAclArgs args, InvokeOptions? opts = null)
public static Output<GetTeoOriginAclResult> Invoke(GetTeoOriginAclInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetTeoOriginAclResult> getTeoOriginAcl(GetTeoOriginAclArgs args, InvokeOptions options)
public static Output<GetTeoOriginAclResult> getTeoOriginAcl(GetTeoOriginAclArgs args, InvokeOptions options)
fn::invoke:
function: tencentcloud:index/getTeoOriginAcl:getTeoOriginAcl
arguments:
# arguments dictionary
The following arguments are supported:
- Zone
Id string - Specifies the site ID.
- Id string
- Result
Output stringFile - Used to save results.
- Zone
Id string - Specifies the site ID.
- Id string
- Result
Output stringFile - Used to save results.
- zone
Id String - Specifies the site ID.
- id String
- result
Output StringFile - Used to save results.
- zone
Id string - Specifies the site ID.
- id string
- result
Output stringFile - Used to save results.
- zone_
id str - Specifies the site ID.
- id str
- result_
output_ strfile - Used to save results.
- zone
Id String - Specifies the site ID.
- id String
- result
Output StringFile - Used to save results.
getTeoOriginAcl Result
The following output properties are available:
- Id string
- Origin
Acl List<GetInfos Teo Origin Acl Origin Acl Info> - Describes the binding relationship between the l7 acceleration domain/l4 proxy instance and the origin server IP range.
- Zone
Id string - Result
Output stringFile
- Id string
- Origin
Acl []GetInfos Teo Origin Acl Origin Acl Info - Describes the binding relationship between the l7 acceleration domain/l4 proxy instance and the origin server IP range.
- Zone
Id string - Result
Output stringFile
- id String
- origin
Acl List<GetInfos Teo Origin Acl Origin Acl Info> - Describes the binding relationship between the l7 acceleration domain/l4 proxy instance and the origin server IP range.
- zone
Id String - result
Output StringFile
- id string
- origin
Acl GetInfos Teo Origin Acl Origin Acl Info[] - Describes the binding relationship between the l7 acceleration domain/l4 proxy instance and the origin server IP range.
- zone
Id string - result
Output stringFile
- id str
- origin_
acl_ Sequence[Getinfos Teo Origin Acl Origin Acl Info] - Describes the binding relationship between the l7 acceleration domain/l4 proxy instance and the origin server IP range.
- zone_
id str - result_
output_ strfile
- id String
- origin
Acl List<Property Map>Infos - Describes the binding relationship between the l7 acceleration domain/l4 proxy instance and the origin server IP range.
- zone
Id String - result
Output StringFile
Supporting Types
GetTeoOriginAclOriginAclInfo
- current
Origin List<Property Map>Acls - l4Proxy
Ids List<String> - l7Hosts List<String>
- next
Origin List<Property Map>Acls - status String
GetTeoOriginAclOriginAclInfoCurrentOriginAcl
- active
Time String - entire
Addresses List<Property Map> - is
Planed String - version String
GetTeoOriginAclOriginAclInfoCurrentOriginAclEntireAddress
GetTeoOriginAclOriginAclInfoNextOriginAcl
- Added
Addresses List<GetTeo Origin Acl Origin Acl Info Next Origin Acl Added Address> - Entire
Addresses List<GetTeo Origin Acl Origin Acl Info Next Origin Acl Entire Address> - No
Change List<GetAddresses Teo Origin Acl Origin Acl Info Next Origin Acl No Change Address> - Planned
Active stringTime - Removed
Addresses List<GetTeo Origin Acl Origin Acl Info Next Origin Acl Removed Address> - Version string
- Added
Addresses []GetTeo Origin Acl Origin Acl Info Next Origin Acl Added Address - Entire
Addresses []GetTeo Origin Acl Origin Acl Info Next Origin Acl Entire Address - No
Change []GetAddresses Teo Origin Acl Origin Acl Info Next Origin Acl No Change Address - Planned
Active stringTime - Removed
Addresses []GetTeo Origin Acl Origin Acl Info Next Origin Acl Removed Address - Version string
- added
Addresses List<GetTeo Origin Acl Origin Acl Info Next Origin Acl Added Address> - entire
Addresses List<GetTeo Origin Acl Origin Acl Info Next Origin Acl Entire Address> - no
Change List<GetAddresses Teo Origin Acl Origin Acl Info Next Origin Acl No Change Address> - planned
Active StringTime - removed
Addresses List<GetTeo Origin Acl Origin Acl Info Next Origin Acl Removed Address> - version String
- added
Addresses GetTeo Origin Acl Origin Acl Info Next Origin Acl Added Address[] - entire
Addresses GetTeo Origin Acl Origin Acl Info Next Origin Acl Entire Address[] - no
Change GetAddresses Teo Origin Acl Origin Acl Info Next Origin Acl No Change Address[] - planned
Active stringTime - removed
Addresses GetTeo Origin Acl Origin Acl Info Next Origin Acl Removed Address[] - version string
- added_
addresses Sequence[GetTeo Origin Acl Origin Acl Info Next Origin Acl Added Address] - entire_
addresses Sequence[GetTeo Origin Acl Origin Acl Info Next Origin Acl Entire Address] - no_
change_ Sequence[Getaddresses Teo Origin Acl Origin Acl Info Next Origin Acl No Change Address] - planned_
active_ strtime - removed_
addresses Sequence[GetTeo Origin Acl Origin Acl Info Next Origin Acl Removed Address] - version str
GetTeoOriginAclOriginAclInfoNextOriginAclAddedAddress
GetTeoOriginAclOriginAclInfoNextOriginAclEntireAddress
GetTeoOriginAclOriginAclInfoNextOriginAclNoChangeAddress
GetTeoOriginAclOriginAclInfoNextOriginAclRemovedAddress
Package Details
- Repository
- tencentcloud tencentcloudstack/terraform-provider-tencentcloud
- License
- Notes
- This Pulumi package is based on the
tencentcloud
Terraform Provider.
tencentcloud 1.82.23 published on Monday, Sep 15, 2025 by tencentcloudstack