published on Monday, May 11, 2026 by tencentcloudstack
published on Monday, May 11, 2026 by tencentcloudstack
Provides a resource to manage the confirmation of TEO multi-path gateway origin ACL updates.
Example Usage
Confirm origin ACL version
import * as pulumi from "@pulumi/pulumi";
import * as tencentcloud from "@pulumi/tencentcloud";
const example = new tencentcloud.TeoConfirmMultiPathGatewayOriginAcl("example", {
zoneId: "zone-3edjdliiw3he",
gatewayId: "gw-abc12345",
originAclVersion: 2,
});
import pulumi
import pulumi_tencentcloud as tencentcloud
example = tencentcloud.TeoConfirmMultiPathGatewayOriginAcl("example",
zone_id="zone-3edjdliiw3he",
gateway_id="gw-abc12345",
origin_acl_version=2)
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.NewTeoConfirmMultiPathGatewayOriginAcl(ctx, "example", &tencentcloud.TeoConfirmMultiPathGatewayOriginAclArgs{
ZoneId: pulumi.String("zone-3edjdliiw3he"),
GatewayId: pulumi.String("gw-abc12345"),
OriginAclVersion: pulumi.Float64(2),
})
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 = new Tencentcloud.TeoConfirmMultiPathGatewayOriginAcl("example", new()
{
ZoneId = "zone-3edjdliiw3he",
GatewayId = "gw-abc12345",
OriginAclVersion = 2,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.tencentcloud.TeoConfirmMultiPathGatewayOriginAcl;
import com.pulumi.tencentcloud.TeoConfirmMultiPathGatewayOriginAclArgs;
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) {
var example = new TeoConfirmMultiPathGatewayOriginAcl("example", TeoConfirmMultiPathGatewayOriginAclArgs.builder()
.zoneId("zone-3edjdliiw3he")
.gatewayId("gw-abc12345")
.originAclVersion(2.0)
.build());
}
}
resources:
example:
type: tencentcloud:TeoConfirmMultiPathGatewayOriginAcl
properties:
zoneId: zone-3edjdliiw3he
gatewayId: gw-abc12345
originAclVersion: 2
Example coming soon!
Create TeoConfirmMultiPathGatewayOriginAcl Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new TeoConfirmMultiPathGatewayOriginAcl(name: string, args: TeoConfirmMultiPathGatewayOriginAclArgs, opts?: CustomResourceOptions);@overload
def TeoConfirmMultiPathGatewayOriginAcl(resource_name: str,
args: TeoConfirmMultiPathGatewayOriginAclArgs,
opts: Optional[ResourceOptions] = None)
@overload
def TeoConfirmMultiPathGatewayOriginAcl(resource_name: str,
opts: Optional[ResourceOptions] = None,
gateway_id: Optional[str] = None,
zone_id: Optional[str] = None,
origin_acl_version: Optional[float] = None,
teo_confirm_multi_path_gateway_origin_acl_id: Optional[str] = None,
timeouts: Optional[TeoConfirmMultiPathGatewayOriginAclTimeoutsArgs] = None)func NewTeoConfirmMultiPathGatewayOriginAcl(ctx *Context, name string, args TeoConfirmMultiPathGatewayOriginAclArgs, opts ...ResourceOption) (*TeoConfirmMultiPathGatewayOriginAcl, error)public TeoConfirmMultiPathGatewayOriginAcl(string name, TeoConfirmMultiPathGatewayOriginAclArgs args, CustomResourceOptions? opts = null)
public TeoConfirmMultiPathGatewayOriginAcl(String name, TeoConfirmMultiPathGatewayOriginAclArgs args)
public TeoConfirmMultiPathGatewayOriginAcl(String name, TeoConfirmMultiPathGatewayOriginAclArgs args, CustomResourceOptions options)
type: tencentcloud:TeoConfirmMultiPathGatewayOriginAcl
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
resource "tencentcloud_teoconfirmmultipathgatewayoriginacl" "name" {
# resource properties
}Parameters
- name string
- The unique name of the resource.
- args TeoConfirmMultiPathGatewayOriginAclArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args TeoConfirmMultiPathGatewayOriginAclArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args TeoConfirmMultiPathGatewayOriginAclArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args TeoConfirmMultiPathGatewayOriginAclArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args TeoConfirmMultiPathGatewayOriginAclArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
TeoConfirmMultiPathGatewayOriginAcl Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The TeoConfirmMultiPathGatewayOriginAcl resource accepts the following input properties:
- Gateway
Id string - Gateway ID.
- Zone
Id string - Zone ID.
- Origin
Acl doubleVersion - Origin ACL version number to confirm.
- Teo
Confirm stringMulti Path Gateway Origin Acl Id - ID of the resource.
- Timeouts
Teo
Confirm Multi Path Gateway Origin Acl Timeouts
- Gateway
Id string - Gateway ID.
- Zone
Id string - Zone ID.
- Origin
Acl float64Version - Origin ACL version number to confirm.
- Teo
Confirm stringMulti Path Gateway Origin Acl Id - ID of the resource.
- Timeouts
Teo
Confirm Multi Path Gateway Origin Acl Timeouts Args
- gateway_
id string - Gateway ID.
- zone_
id string - Zone ID.
- origin_
acl_ numberversion - Origin ACL version number to confirm.
- teo_
confirm_ stringmulti_ path_ gateway_ origin_ acl_ id - ID of the resource.
- timeouts object
- gateway
Id String - Gateway ID.
- zone
Id String - Zone ID.
- origin
Acl DoubleVersion - Origin ACL version number to confirm.
- teo
Confirm StringMulti Path Gateway Origin Acl Id - ID of the resource.
- timeouts
Teo
Confirm Multi Path Gateway Origin Acl Timeouts
- gateway
Id string - Gateway ID.
- zone
Id string - Zone ID.
- origin
Acl numberVersion - Origin ACL version number to confirm.
- teo
Confirm stringMulti Path Gateway Origin Acl Id - ID of the resource.
- timeouts
Teo
Confirm Multi Path Gateway Origin Acl Timeouts
- gateway_
id str - Gateway ID.
- zone_
id str - Zone ID.
- origin_
acl_ floatversion - Origin ACL version number to confirm.
- teo_
confirm_ strmulti_ path_ gateway_ origin_ acl_ id - ID of the resource.
- timeouts
Teo
Confirm Multi Path Gateway Origin Acl Timeouts Args
- gateway
Id String - Gateway ID.
- zone
Id String - Zone ID.
- origin
Acl NumberVersion - Origin ACL version number to confirm.
- teo
Confirm StringMulti Path Gateway Origin Acl Id - ID of the resource.
- timeouts Property Map
Outputs
All input properties are implicitly available as output properties. Additionally, the TeoConfirmMultiPathGatewayOriginAcl resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Multi
Path List<TeoGateway Origin Acl Infos Confirm Multi Path Gateway Origin Acl Multi Path Gateway Origin Acl Info> - Multi-path gateway origin ACL info.
- Id string
- The provider-assigned unique ID for this managed resource.
- Multi
Path []TeoGateway Origin Acl Infos Confirm Multi Path Gateway Origin Acl Multi Path Gateway Origin Acl Info - Multi-path gateway origin ACL info.
- id string
- The provider-assigned unique ID for this managed resource.
- multi_
path_ list(object)gateway_ origin_ acl_ infos - Multi-path gateway origin ACL info.
- id String
- The provider-assigned unique ID for this managed resource.
- multi
Path List<TeoGateway Origin Acl Infos Confirm Multi Path Gateway Origin Acl Multi Path Gateway Origin Acl Info> - Multi-path gateway origin ACL info.
- id string
- The provider-assigned unique ID for this managed resource.
- multi
Path TeoGateway Origin Acl Infos Confirm Multi Path Gateway Origin Acl Multi Path Gateway Origin Acl Info[] - Multi-path gateway origin ACL info.
- id str
- The provider-assigned unique ID for this managed resource.
- multi_
path_ Sequence[Teogateway_ origin_ acl_ infos Confirm Multi Path Gateway Origin Acl Multi Path Gateway Origin Acl Info] - Multi-path gateway origin ACL info.
- id String
- The provider-assigned unique ID for this managed resource.
- multi
Path List<Property Map>Gateway Origin Acl Infos - Multi-path gateway origin ACL info.
Look up Existing TeoConfirmMultiPathGatewayOriginAcl Resource
Get an existing TeoConfirmMultiPathGatewayOriginAcl resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: TeoConfirmMultiPathGatewayOriginAclState, opts?: CustomResourceOptions): TeoConfirmMultiPathGatewayOriginAcl@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
gateway_id: Optional[str] = None,
multi_path_gateway_origin_acl_infos: Optional[Sequence[TeoConfirmMultiPathGatewayOriginAclMultiPathGatewayOriginAclInfoArgs]] = None,
origin_acl_version: Optional[float] = None,
teo_confirm_multi_path_gateway_origin_acl_id: Optional[str] = None,
timeouts: Optional[TeoConfirmMultiPathGatewayOriginAclTimeoutsArgs] = None,
zone_id: Optional[str] = None) -> TeoConfirmMultiPathGatewayOriginAclfunc GetTeoConfirmMultiPathGatewayOriginAcl(ctx *Context, name string, id IDInput, state *TeoConfirmMultiPathGatewayOriginAclState, opts ...ResourceOption) (*TeoConfirmMultiPathGatewayOriginAcl, error)public static TeoConfirmMultiPathGatewayOriginAcl Get(string name, Input<string> id, TeoConfirmMultiPathGatewayOriginAclState? state, CustomResourceOptions? opts = null)public static TeoConfirmMultiPathGatewayOriginAcl get(String name, Output<String> id, TeoConfirmMultiPathGatewayOriginAclState state, CustomResourceOptions options)resources: _: type: tencentcloud:TeoConfirmMultiPathGatewayOriginAcl get: id: ${id}import {
to = tencentcloud_teoconfirmmultipathgatewayoriginacl.example
id = "${id}"
}
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Gateway
Id string - Gateway ID.
- Multi
Path List<TeoGateway Origin Acl Infos Confirm Multi Path Gateway Origin Acl Multi Path Gateway Origin Acl Info> - Multi-path gateway origin ACL info.
- Origin
Acl doubleVersion - Origin ACL version number to confirm.
- Teo
Confirm stringMulti Path Gateway Origin Acl Id - ID of the resource.
- Timeouts
Teo
Confirm Multi Path Gateway Origin Acl Timeouts - Zone
Id string - Zone ID.
- Gateway
Id string - Gateway ID.
- Multi
Path []TeoGateway Origin Acl Infos Confirm Multi Path Gateway Origin Acl Multi Path Gateway Origin Acl Info Args - Multi-path gateway origin ACL info.
- Origin
Acl float64Version - Origin ACL version number to confirm.
- Teo
Confirm stringMulti Path Gateway Origin Acl Id - ID of the resource.
- Timeouts
Teo
Confirm Multi Path Gateway Origin Acl Timeouts Args - Zone
Id string - Zone ID.
- gateway_
id string - Gateway ID.
- multi_
path_ list(object)gateway_ origin_ acl_ infos - Multi-path gateway origin ACL info.
- origin_
acl_ numberversion - Origin ACL version number to confirm.
- teo_
confirm_ stringmulti_ path_ gateway_ origin_ acl_ id - ID of the resource.
- timeouts object
- zone_
id string - Zone ID.
- gateway
Id String - Gateway ID.
- multi
Path List<TeoGateway Origin Acl Infos Confirm Multi Path Gateway Origin Acl Multi Path Gateway Origin Acl Info> - Multi-path gateway origin ACL info.
- origin
Acl DoubleVersion - Origin ACL version number to confirm.
- teo
Confirm StringMulti Path Gateway Origin Acl Id - ID of the resource.
- timeouts
Teo
Confirm Multi Path Gateway Origin Acl Timeouts - zone
Id String - Zone ID.
- gateway
Id string - Gateway ID.
- multi
Path TeoGateway Origin Acl Infos Confirm Multi Path Gateway Origin Acl Multi Path Gateway Origin Acl Info[] - Multi-path gateway origin ACL info.
- origin
Acl numberVersion - Origin ACL version number to confirm.
- teo
Confirm stringMulti Path Gateway Origin Acl Id - ID of the resource.
- timeouts
Teo
Confirm Multi Path Gateway Origin Acl Timeouts - zone
Id string - Zone ID.
- gateway_
id str - Gateway ID.
- multi_
path_ Sequence[Teogateway_ origin_ acl_ infos Confirm Multi Path Gateway Origin Acl Multi Path Gateway Origin Acl Info Args] - Multi-path gateway origin ACL info.
- origin_
acl_ floatversion - Origin ACL version number to confirm.
- teo_
confirm_ strmulti_ path_ gateway_ origin_ acl_ id - ID of the resource.
- timeouts
Teo
Confirm Multi Path Gateway Origin Acl Timeouts Args - zone_
id str - Zone ID.
- gateway
Id String - Gateway ID.
- multi
Path List<Property Map>Gateway Origin Acl Infos - Multi-path gateway origin ACL info.
- origin
Acl NumberVersion - Origin ACL version number to confirm.
- teo
Confirm StringMulti Path Gateway Origin Acl Id - ID of the resource.
- timeouts Property Map
- zone
Id String - Zone ID.
Supporting Types
TeoConfirmMultiPathGatewayOriginAclMultiPathGatewayOriginAclInfo, TeoConfirmMultiPathGatewayOriginAclMultiPathGatewayOriginAclInfoArgs
- Multi
Path List<TeoGateway Current Origin Acls Confirm Multi Path Gateway Origin Acl Multi Path Gateway Origin Acl Info Multi Path Gateway Current Origin Acl> - Current active origin ACL info.
- Multi
Path List<TeoGateway Next Origin Acls Confirm Multi Path Gateway Origin Acl Multi Path Gateway Origin Acl Info Multi Path Gateway Next Origin Acl> - Next version origin ACL info when there is a pending update.
- Multi
Path []TeoGateway Current Origin Acls Confirm Multi Path Gateway Origin Acl Multi Path Gateway Origin Acl Info Multi Path Gateway Current Origin Acl - Current active origin ACL info.
- Multi
Path []TeoGateway Next Origin Acls Confirm Multi Path Gateway Origin Acl Multi Path Gateway Origin Acl Info Multi Path Gateway Next Origin Acl - Next version origin ACL info when there is a pending update.
- multi_
path_ list(object)gateway_ current_ origin_ acls - Current active origin ACL info.
- multi_
path_ list(object)gateway_ next_ origin_ acls - Next version origin ACL info when there is a pending update.
- multi
Path List<TeoGateway Current Origin Acls Confirm Multi Path Gateway Origin Acl Multi Path Gateway Origin Acl Info Multi Path Gateway Current Origin Acl> - Current active origin ACL info.
- multi
Path List<TeoGateway Next Origin Acls Confirm Multi Path Gateway Origin Acl Multi Path Gateway Origin Acl Info Multi Path Gateway Next Origin Acl> - Next version origin ACL info when there is a pending update.
- multi
Path TeoGateway Current Origin Acls Confirm Multi Path Gateway Origin Acl Multi Path Gateway Origin Acl Info Multi Path Gateway Current Origin Acl[] - Current active origin ACL info.
- multi
Path TeoGateway Next Origin Acls Confirm Multi Path Gateway Origin Acl Multi Path Gateway Origin Acl Info Multi Path Gateway Next Origin Acl[] - Next version origin ACL info when there is a pending update.
- multi_
path_ Sequence[Teogateway_ current_ origin_ acls Confirm Multi Path Gateway Origin Acl Multi Path Gateway Origin Acl Info Multi Path Gateway Current Origin Acl] - Current active origin ACL info.
- multi_
path_ Sequence[Teogateway_ next_ origin_ acls Confirm Multi Path Gateway Origin Acl Multi Path Gateway Origin Acl Info Multi Path Gateway Next Origin Acl] - Next version origin ACL info when there is a pending update.
- multi
Path List<Property Map>Gateway Current Origin Acls - Current active origin ACL info.
- multi
Path List<Property Map>Gateway Next Origin Acls - Next version origin ACL info when there is a pending update.
TeoConfirmMultiPathGatewayOriginAclMultiPathGatewayOriginAclInfoMultiPathGatewayCurrentOriginAcl, TeoConfirmMultiPathGatewayOriginAclMultiPathGatewayOriginAclInfoMultiPathGatewayCurrentOriginAclArgs
- Entire
Addresses List<TeoConfirm Multi Path Gateway Origin Acl Multi Path Gateway Origin Acl Info Multi Path Gateway Current Origin Acl Entire Address> - Next version origin IP segment details.
- Is
Planed string - Whether the update confirmation is completed.
- Version double
- Next version number.
- Entire
Addresses []TeoConfirm Multi Path Gateway Origin Acl Multi Path Gateway Origin Acl Info Multi Path Gateway Current Origin Acl Entire Address - Next version origin IP segment details.
- Is
Planed string - Whether the update confirmation is completed.
- Version float64
- Next version number.
- entire_
addresses list(object) - Next version origin IP segment details.
- is_
planed string - Whether the update confirmation is completed.
- version number
- Next version number.
- entire
Addresses List<TeoConfirm Multi Path Gateway Origin Acl Multi Path Gateway Origin Acl Info Multi Path Gateway Current Origin Acl Entire Address> - Next version origin IP segment details.
- is
Planed String - Whether the update confirmation is completed.
- version Double
- Next version number.
- entire
Addresses TeoConfirm Multi Path Gateway Origin Acl Multi Path Gateway Origin Acl Info Multi Path Gateway Current Origin Acl Entire Address[] - Next version origin IP segment details.
- is
Planed string - Whether the update confirmation is completed.
- version number
- Next version number.
- entire_
addresses Sequence[TeoConfirm Multi Path Gateway Origin Acl Multi Path Gateway Origin Acl Info Multi Path Gateway Current Origin Acl Entire Address] - Next version origin IP segment details.
- is_
planed str - Whether the update confirmation is completed.
- version float
- Next version number.
- entire
Addresses List<Property Map> - Next version origin IP segment details.
- is
Planed String - Whether the update confirmation is completed.
- version Number
- Next version number.
TeoConfirmMultiPathGatewayOriginAclMultiPathGatewayOriginAclInfoMultiPathGatewayCurrentOriginAclEntireAddress, TeoConfirmMultiPathGatewayOriginAclMultiPathGatewayOriginAclInfoMultiPathGatewayCurrentOriginAclEntireAddressArgs
TeoConfirmMultiPathGatewayOriginAclMultiPathGatewayOriginAclInfoMultiPathGatewayNextOriginAcl, TeoConfirmMultiPathGatewayOriginAclMultiPathGatewayOriginAclInfoMultiPathGatewayNextOriginAclArgs
- Added
Addresses List<TeoConfirm Multi Path Gateway Origin Acl Multi Path Gateway Origin Acl Info Multi Path Gateway Next Origin Acl Added Address> - Added IP segments compared to current ACL.
- Entire
Addresses List<TeoConfirm Multi Path Gateway Origin Acl Multi Path Gateway Origin Acl Info Multi Path Gateway Next Origin Acl Entire Address> - Next version origin IP segment details.
- No
Change List<TeoAddresses Confirm Multi Path Gateway Origin Acl Multi Path Gateway Origin Acl Info Multi Path Gateway Next Origin Acl No Change Address> - Unchanged IP segments compared to current ACL.
- Removed
Addresses List<TeoConfirm Multi Path Gateway Origin Acl Multi Path Gateway Origin Acl Info Multi Path Gateway Next Origin Acl Removed Address> - Removed IP segments compared to current ACL.
- Version double
- Next version number.
- Added
Addresses []TeoConfirm Multi Path Gateway Origin Acl Multi Path Gateway Origin Acl Info Multi Path Gateway Next Origin Acl Added Address - Added IP segments compared to current ACL.
- Entire
Addresses []TeoConfirm Multi Path Gateway Origin Acl Multi Path Gateway Origin Acl Info Multi Path Gateway Next Origin Acl Entire Address - Next version origin IP segment details.
- No
Change []TeoAddresses Confirm Multi Path Gateway Origin Acl Multi Path Gateway Origin Acl Info Multi Path Gateway Next Origin Acl No Change Address - Unchanged IP segments compared to current ACL.
- Removed
Addresses []TeoConfirm Multi Path Gateway Origin Acl Multi Path Gateway Origin Acl Info Multi Path Gateway Next Origin Acl Removed Address - Removed IP segments compared to current ACL.
- Version float64
- Next version number.
- added_
addresses list(object) - Added IP segments compared to current ACL.
- entire_
addresses list(object) - Next version origin IP segment details.
- no_
change_ list(object)addresses - Unchanged IP segments compared to current ACL.
- removed_
addresses list(object) - Removed IP segments compared to current ACL.
- version number
- Next version number.
- added
Addresses List<TeoConfirm Multi Path Gateway Origin Acl Multi Path Gateway Origin Acl Info Multi Path Gateway Next Origin Acl Added Address> - Added IP segments compared to current ACL.
- entire
Addresses List<TeoConfirm Multi Path Gateway Origin Acl Multi Path Gateway Origin Acl Info Multi Path Gateway Next Origin Acl Entire Address> - Next version origin IP segment details.
- no
Change List<TeoAddresses Confirm Multi Path Gateway Origin Acl Multi Path Gateway Origin Acl Info Multi Path Gateway Next Origin Acl No Change Address> - Unchanged IP segments compared to current ACL.
- removed
Addresses List<TeoConfirm Multi Path Gateway Origin Acl Multi Path Gateway Origin Acl Info Multi Path Gateway Next Origin Acl Removed Address> - Removed IP segments compared to current ACL.
- version Double
- Next version number.
- added
Addresses TeoConfirm Multi Path Gateway Origin Acl Multi Path Gateway Origin Acl Info Multi Path Gateway Next Origin Acl Added Address[] - Added IP segments compared to current ACL.
- entire
Addresses TeoConfirm Multi Path Gateway Origin Acl Multi Path Gateway Origin Acl Info Multi Path Gateway Next Origin Acl Entire Address[] - Next version origin IP segment details.
- no
Change TeoAddresses Confirm Multi Path Gateway Origin Acl Multi Path Gateway Origin Acl Info Multi Path Gateway Next Origin Acl No Change Address[] - Unchanged IP segments compared to current ACL.
- removed
Addresses TeoConfirm Multi Path Gateway Origin Acl Multi Path Gateway Origin Acl Info Multi Path Gateway Next Origin Acl Removed Address[] - Removed IP segments compared to current ACL.
- version number
- Next version number.
- added_
addresses Sequence[TeoConfirm Multi Path Gateway Origin Acl Multi Path Gateway Origin Acl Info Multi Path Gateway Next Origin Acl Added Address] - Added IP segments compared to current ACL.
- entire_
addresses Sequence[TeoConfirm Multi Path Gateway Origin Acl Multi Path Gateway Origin Acl Info Multi Path Gateway Next Origin Acl Entire Address] - Next version origin IP segment details.
- no_
change_ Sequence[Teoaddresses Confirm Multi Path Gateway Origin Acl Multi Path Gateway Origin Acl Info Multi Path Gateway Next Origin Acl No Change Address] - Unchanged IP segments compared to current ACL.
- removed_
addresses Sequence[TeoConfirm Multi Path Gateway Origin Acl Multi Path Gateway Origin Acl Info Multi Path Gateway Next Origin Acl Removed Address] - Removed IP segments compared to current ACL.
- version float
- Next version number.
- added
Addresses List<Property Map> - Added IP segments compared to current ACL.
- entire
Addresses List<Property Map> - Next version origin IP segment details.
- no
Change List<Property Map>Addresses - Unchanged IP segments compared to current ACL.
- removed
Addresses List<Property Map> - Removed IP segments compared to current ACL.
- version Number
- Next version number.
TeoConfirmMultiPathGatewayOriginAclMultiPathGatewayOriginAclInfoMultiPathGatewayNextOriginAclAddedAddress, TeoConfirmMultiPathGatewayOriginAclMultiPathGatewayOriginAclInfoMultiPathGatewayNextOriginAclAddedAddressArgs
TeoConfirmMultiPathGatewayOriginAclMultiPathGatewayOriginAclInfoMultiPathGatewayNextOriginAclEntireAddress, TeoConfirmMultiPathGatewayOriginAclMultiPathGatewayOriginAclInfoMultiPathGatewayNextOriginAclEntireAddressArgs
TeoConfirmMultiPathGatewayOriginAclMultiPathGatewayOriginAclInfoMultiPathGatewayNextOriginAclNoChangeAddress, TeoConfirmMultiPathGatewayOriginAclMultiPathGatewayOriginAclInfoMultiPathGatewayNextOriginAclNoChangeAddressArgs
TeoConfirmMultiPathGatewayOriginAclMultiPathGatewayOriginAclInfoMultiPathGatewayNextOriginAclRemovedAddress, TeoConfirmMultiPathGatewayOriginAclMultiPathGatewayOriginAclInfoMultiPathGatewayNextOriginAclRemovedAddressArgs
TeoConfirmMultiPathGatewayOriginAclTimeouts, TeoConfirmMultiPathGatewayOriginAclTimeoutsArgs
Import
TEO confirm multi-path gateway origin ACL can be imported using the id, e.g.
$ pulumi import tencentcloud:index/teoConfirmMultiPathGatewayOriginAcl:TeoConfirmMultiPathGatewayOriginAcl example zone-3edjdliiw3he#gw-abc12345
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- tencentcloud tencentcloudstack/terraform-provider-tencentcloud
- License
- Notes
- This Pulumi package is based on the
tencentcloudTerraform Provider.
published on Monday, May 11, 2026 by tencentcloudstack
