1. Packages
  2. Opentelekomcloud Provider
  3. API Docs
  4. ErPropagationV3
opentelekomcloud 1.36.37 published on Thursday, Apr 24, 2025 by opentelekomcloud

opentelekomcloud.ErPropagationV3

Explore with Pulumi AI

opentelekomcloud logo
opentelekomcloud 1.36.37 published on Thursday, Apr 24, 2025 by opentelekomcloud

    Manages a propagation resource under the route table for ER service within OpenTelekomCloud.

    Create ErPropagationV3 Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new ErPropagationV3(name: string, args: ErPropagationV3Args, opts?: CustomResourceOptions);
    @overload
    def ErPropagationV3(resource_name: str,
                        args: ErPropagationV3Args,
                        opts: Optional[ResourceOptions] = None)
    
    @overload
    def ErPropagationV3(resource_name: str,
                        opts: Optional[ResourceOptions] = None,
                        attachment_id: Optional[str] = None,
                        instance_id: Optional[str] = None,
                        route_table_id: Optional[str] = None,
                        er_propagation_v3_id: Optional[str] = None,
                        timeouts: Optional[ErPropagationV3TimeoutsArgs] = None)
    func NewErPropagationV3(ctx *Context, name string, args ErPropagationV3Args, opts ...ResourceOption) (*ErPropagationV3, error)
    public ErPropagationV3(string name, ErPropagationV3Args args, CustomResourceOptions? opts = null)
    public ErPropagationV3(String name, ErPropagationV3Args args)
    public ErPropagationV3(String name, ErPropagationV3Args args, CustomResourceOptions options)
    
    type: opentelekomcloud:ErPropagationV3
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args ErPropagationV3Args
    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 ErPropagationV3Args
    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 ErPropagationV3Args
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ErPropagationV3Args
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ErPropagationV3Args
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Constructor example

    The following reference example uses placeholder values for all input properties.

    var erPropagationV3Resource = new Opentelekomcloud.ErPropagationV3("erPropagationV3Resource", new()
    {
        AttachmentId = "string",
        InstanceId = "string",
        RouteTableId = "string",
        ErPropagationV3Id = "string",
        Timeouts = new Opentelekomcloud.Inputs.ErPropagationV3TimeoutsArgs
        {
            Create = "string",
            Delete = "string",
        },
    });
    
    example, err := opentelekomcloud.NewErPropagationV3(ctx, "erPropagationV3Resource", &opentelekomcloud.ErPropagationV3Args{
    	AttachmentId:      pulumi.String("string"),
    	InstanceId:        pulumi.String("string"),
    	RouteTableId:      pulumi.String("string"),
    	ErPropagationV3Id: pulumi.String("string"),
    	Timeouts: &opentelekomcloud.ErPropagationV3TimeoutsArgs{
    		Create: pulumi.String("string"),
    		Delete: pulumi.String("string"),
    	},
    })
    
    var erPropagationV3Resource = new ErPropagationV3("erPropagationV3Resource", ErPropagationV3Args.builder()
        .attachmentId("string")
        .instanceId("string")
        .routeTableId("string")
        .erPropagationV3Id("string")
        .timeouts(ErPropagationV3TimeoutsArgs.builder()
            .create("string")
            .delete("string")
            .build())
        .build());
    
    er_propagation_v3_resource = opentelekomcloud.ErPropagationV3("erPropagationV3Resource",
        attachment_id="string",
        instance_id="string",
        route_table_id="string",
        er_propagation_v3_id="string",
        timeouts={
            "create": "string",
            "delete": "string",
        })
    
    const erPropagationV3Resource = new opentelekomcloud.ErPropagationV3("erPropagationV3Resource", {
        attachmentId: "string",
        instanceId: "string",
        routeTableId: "string",
        erPropagationV3Id: "string",
        timeouts: {
            create: "string",
            "delete": "string",
        },
    });
    
    type: opentelekomcloud:ErPropagationV3
    properties:
        attachmentId: string
        erPropagationV3Id: string
        instanceId: string
        routeTableId: string
        timeouts:
            create: string
            delete: string
    

    ErPropagationV3 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 ErPropagationV3 resource accepts the following input properties:

    AttachmentId string
    Specifies the ID of the attachment corresponding to the propagation.
    InstanceId string
    Specifies the ID of the ER instance to which the route table and the attachment belongs.
    RouteTableId string
    Specifies the ID of the route table to which the propagation belongs.
    ErPropagationV3Id string
    The resource ID.
    Timeouts ErPropagationV3Timeouts
    AttachmentId string
    Specifies the ID of the attachment corresponding to the propagation.
    InstanceId string
    Specifies the ID of the ER instance to which the route table and the attachment belongs.
    RouteTableId string
    Specifies the ID of the route table to which the propagation belongs.
    ErPropagationV3Id string
    The resource ID.
    Timeouts ErPropagationV3TimeoutsArgs
    attachmentId String
    Specifies the ID of the attachment corresponding to the propagation.
    instanceId String
    Specifies the ID of the ER instance to which the route table and the attachment belongs.
    routeTableId String
    Specifies the ID of the route table to which the propagation belongs.
    erPropagationV3Id String
    The resource ID.
    timeouts ErPropagationV3Timeouts
    attachmentId string
    Specifies the ID of the attachment corresponding to the propagation.
    instanceId string
    Specifies the ID of the ER instance to which the route table and the attachment belongs.
    routeTableId string
    Specifies the ID of the route table to which the propagation belongs.
    erPropagationV3Id string
    The resource ID.
    timeouts ErPropagationV3Timeouts
    attachment_id str
    Specifies the ID of the attachment corresponding to the propagation.
    instance_id str
    Specifies the ID of the ER instance to which the route table and the attachment belongs.
    route_table_id str
    Specifies the ID of the route table to which the propagation belongs.
    er_propagation_v3_id str
    The resource ID.
    timeouts ErPropagationV3TimeoutsArgs
    attachmentId String
    Specifies the ID of the attachment corresponding to the propagation.
    instanceId String
    Specifies the ID of the ER instance to which the route table and the attachment belongs.
    routeTableId String
    Specifies the ID of the route table to which the propagation belongs.
    erPropagationV3Id String
    The resource ID.
    timeouts Property Map

    Outputs

    All input properties are implicitly available as output properties. Additionally, the ErPropagationV3 resource produces the following output properties:

    AttachmentType string
    The type of the attachment corresponding to the propagation.
    CreatedAt string
    The creation time.
    Id string
    The provider-assigned unique ID for this managed resource.
    Region string
    The region where the ER instance and route table are located.
    Status string
    The current status of the propagation.
    UpdatedAt string
    The latest update time.
    AttachmentType string
    The type of the attachment corresponding to the propagation.
    CreatedAt string
    The creation time.
    Id string
    The provider-assigned unique ID for this managed resource.
    Region string
    The region where the ER instance and route table are located.
    Status string
    The current status of the propagation.
    UpdatedAt string
    The latest update time.
    attachmentType String
    The type of the attachment corresponding to the propagation.
    createdAt String
    The creation time.
    id String
    The provider-assigned unique ID for this managed resource.
    region String
    The region where the ER instance and route table are located.
    status String
    The current status of the propagation.
    updatedAt String
    The latest update time.
    attachmentType string
    The type of the attachment corresponding to the propagation.
    createdAt string
    The creation time.
    id string
    The provider-assigned unique ID for this managed resource.
    region string
    The region where the ER instance and route table are located.
    status string
    The current status of the propagation.
    updatedAt string
    The latest update time.
    attachment_type str
    The type of the attachment corresponding to the propagation.
    created_at str
    The creation time.
    id str
    The provider-assigned unique ID for this managed resource.
    region str
    The region where the ER instance and route table are located.
    status str
    The current status of the propagation.
    updated_at str
    The latest update time.
    attachmentType String
    The type of the attachment corresponding to the propagation.
    createdAt String
    The creation time.
    id String
    The provider-assigned unique ID for this managed resource.
    region String
    The region where the ER instance and route table are located.
    status String
    The current status of the propagation.
    updatedAt String
    The latest update time.

    Look up Existing ErPropagationV3 Resource

    Get an existing ErPropagationV3 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?: ErPropagationV3State, opts?: CustomResourceOptions): ErPropagationV3
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            attachment_id: Optional[str] = None,
            attachment_type: Optional[str] = None,
            created_at: Optional[str] = None,
            er_propagation_v3_id: Optional[str] = None,
            instance_id: Optional[str] = None,
            region: Optional[str] = None,
            route_table_id: Optional[str] = None,
            status: Optional[str] = None,
            timeouts: Optional[ErPropagationV3TimeoutsArgs] = None,
            updated_at: Optional[str] = None) -> ErPropagationV3
    func GetErPropagationV3(ctx *Context, name string, id IDInput, state *ErPropagationV3State, opts ...ResourceOption) (*ErPropagationV3, error)
    public static ErPropagationV3 Get(string name, Input<string> id, ErPropagationV3State? state, CustomResourceOptions? opts = null)
    public static ErPropagationV3 get(String name, Output<String> id, ErPropagationV3State state, CustomResourceOptions options)
    resources:  _:    type: opentelekomcloud:ErPropagationV3    get:      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.
    The following state arguments are supported:
    AttachmentId string
    Specifies the ID of the attachment corresponding to the propagation.
    AttachmentType string
    The type of the attachment corresponding to the propagation.
    CreatedAt string
    The creation time.
    ErPropagationV3Id string
    The resource ID.
    InstanceId string
    Specifies the ID of the ER instance to which the route table and the attachment belongs.
    Region string
    The region where the ER instance and route table are located.
    RouteTableId string
    Specifies the ID of the route table to which the propagation belongs.
    Status string
    The current status of the propagation.
    Timeouts ErPropagationV3Timeouts
    UpdatedAt string
    The latest update time.
    AttachmentId string
    Specifies the ID of the attachment corresponding to the propagation.
    AttachmentType string
    The type of the attachment corresponding to the propagation.
    CreatedAt string
    The creation time.
    ErPropagationV3Id string
    The resource ID.
    InstanceId string
    Specifies the ID of the ER instance to which the route table and the attachment belongs.
    Region string
    The region where the ER instance and route table are located.
    RouteTableId string
    Specifies the ID of the route table to which the propagation belongs.
    Status string
    The current status of the propagation.
    Timeouts ErPropagationV3TimeoutsArgs
    UpdatedAt string
    The latest update time.
    attachmentId String
    Specifies the ID of the attachment corresponding to the propagation.
    attachmentType String
    The type of the attachment corresponding to the propagation.
    createdAt String
    The creation time.
    erPropagationV3Id String
    The resource ID.
    instanceId String
    Specifies the ID of the ER instance to which the route table and the attachment belongs.
    region String
    The region where the ER instance and route table are located.
    routeTableId String
    Specifies the ID of the route table to which the propagation belongs.
    status String
    The current status of the propagation.
    timeouts ErPropagationV3Timeouts
    updatedAt String
    The latest update time.
    attachmentId string
    Specifies the ID of the attachment corresponding to the propagation.
    attachmentType string
    The type of the attachment corresponding to the propagation.
    createdAt string
    The creation time.
    erPropagationV3Id string
    The resource ID.
    instanceId string
    Specifies the ID of the ER instance to which the route table and the attachment belongs.
    region string
    The region where the ER instance and route table are located.
    routeTableId string
    Specifies the ID of the route table to which the propagation belongs.
    status string
    The current status of the propagation.
    timeouts ErPropagationV3Timeouts
    updatedAt string
    The latest update time.
    attachment_id str
    Specifies the ID of the attachment corresponding to the propagation.
    attachment_type str
    The type of the attachment corresponding to the propagation.
    created_at str
    The creation time.
    er_propagation_v3_id str
    The resource ID.
    instance_id str
    Specifies the ID of the ER instance to which the route table and the attachment belongs.
    region str
    The region where the ER instance and route table are located.
    route_table_id str
    Specifies the ID of the route table to which the propagation belongs.
    status str
    The current status of the propagation.
    timeouts ErPropagationV3TimeoutsArgs
    updated_at str
    The latest update time.
    attachmentId String
    Specifies the ID of the attachment corresponding to the propagation.
    attachmentType String
    The type of the attachment corresponding to the propagation.
    createdAt String
    The creation time.
    erPropagationV3Id String
    The resource ID.
    instanceId String
    Specifies the ID of the ER instance to which the route table and the attachment belongs.
    region String
    The region where the ER instance and route table are located.
    routeTableId String
    Specifies the ID of the route table to which the propagation belongs.
    status String
    The current status of the propagation.
    timeouts Property Map
    updatedAt String
    The latest update time.

    Supporting Types

    ErPropagationV3Timeouts, ErPropagationV3TimeoutsArgs

    Create string
    Delete string
    Create string
    Delete string
    create String
    delete String
    create string
    delete string
    create str
    delete str
    create String
    delete String

    Import

    Propagations can be imported using their id and the related instance_id and route_table_id, separated by slashes (/), e.g.

    $ pulumi import opentelekomcloud:index/erPropagationV3:ErPropagationV3 test instance_id/troute_table_id/id
    

    To learn more about importing existing cloud resources, see Importing resources.

    Package Details

    Repository
    opentelekomcloud opentelekomcloud/terraform-provider-opentelekomcloud
    License
    Notes
    This Pulumi package is based on the opentelekomcloud Terraform Provider.
    opentelekomcloud logo
    opentelekomcloud 1.36.37 published on Thursday, Apr 24, 2025 by opentelekomcloud