opentelekomcloud.ErPropagationV3
Explore with Pulumi AI
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:
- Attachment
Id string - Specifies the ID of the attachment corresponding to the propagation.
- Instance
Id string - Specifies the ID of the ER instance to which the route table and the attachment belongs.
- Route
Table stringId - Specifies the ID of the route table to which the propagation belongs.
- Er
Propagation stringV3Id - The resource ID.
- Timeouts
Er
Propagation V3Timeouts
- Attachment
Id string - Specifies the ID of the attachment corresponding to the propagation.
- Instance
Id string - Specifies the ID of the ER instance to which the route table and the attachment belongs.
- Route
Table stringId - Specifies the ID of the route table to which the propagation belongs.
- Er
Propagation stringV3Id - The resource ID.
- Timeouts
Er
Propagation V3Timeouts Args
- attachment
Id String - Specifies the ID of the attachment corresponding to the propagation.
- instance
Id String - Specifies the ID of the ER instance to which the route table and the attachment belongs.
- route
Table StringId - Specifies the ID of the route table to which the propagation belongs.
- er
Propagation StringV3Id - The resource ID.
- timeouts
Er
Propagation V3Timeouts
- attachment
Id string - Specifies the ID of the attachment corresponding to the propagation.
- instance
Id string - Specifies the ID of the ER instance to which the route table and the attachment belongs.
- route
Table stringId - Specifies the ID of the route table to which the propagation belongs.
- er
Propagation stringV3Id - The resource ID.
- timeouts
Er
Propagation V3Timeouts
- 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_ strid - Specifies the ID of the route table to which the propagation belongs.
- er_
propagation_ strv3_ id - The resource ID.
- timeouts
Er
Propagation V3Timeouts Args
- attachment
Id String - Specifies the ID of the attachment corresponding to the propagation.
- instance
Id String - Specifies the ID of the ER instance to which the route table and the attachment belongs.
- route
Table StringId - Specifies the ID of the route table to which the propagation belongs.
- er
Propagation StringV3Id - 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:
- Attachment
Type string - The type of the attachment corresponding to the propagation.
- Created
At 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.
- Updated
At string - The latest update time.
- Attachment
Type string - The type of the attachment corresponding to the propagation.
- Created
At 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.
- Updated
At string - The latest update time.
- attachment
Type String - The type of the attachment corresponding to the propagation.
- created
At 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.
- updated
At String - The latest update time.
- attachment
Type string - The type of the attachment corresponding to the propagation.
- created
At 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.
- updated
At 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.
- attachment
Type String - The type of the attachment corresponding to the propagation.
- created
At 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.
- updated
At 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.
- Attachment
Id string - Specifies the ID of the attachment corresponding to the propagation.
- Attachment
Type string - The type of the attachment corresponding to the propagation.
- Created
At string - The creation time.
- Er
Propagation stringV3Id - The resource ID.
- Instance
Id 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.
- Route
Table stringId - Specifies the ID of the route table to which the propagation belongs.
- Status string
- The current status of the propagation.
- Timeouts
Er
Propagation V3Timeouts - Updated
At string - The latest update time.
- Attachment
Id string - Specifies the ID of the attachment corresponding to the propagation.
- Attachment
Type string - The type of the attachment corresponding to the propagation.
- Created
At string - The creation time.
- Er
Propagation stringV3Id - The resource ID.
- Instance
Id 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.
- Route
Table stringId - Specifies the ID of the route table to which the propagation belongs.
- Status string
- The current status of the propagation.
- Timeouts
Er
Propagation V3Timeouts Args - Updated
At string - The latest update time.
- attachment
Id String - Specifies the ID of the attachment corresponding to the propagation.
- attachment
Type String - The type of the attachment corresponding to the propagation.
- created
At String - The creation time.
- er
Propagation StringV3Id - The resource ID.
- instance
Id 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.
- route
Table StringId - Specifies the ID of the route table to which the propagation belongs.
- status String
- The current status of the propagation.
- timeouts
Er
Propagation V3Timeouts - updated
At String - The latest update time.
- attachment
Id string - Specifies the ID of the attachment corresponding to the propagation.
- attachment
Type string - The type of the attachment corresponding to the propagation.
- created
At string - The creation time.
- er
Propagation stringV3Id - The resource ID.
- instance
Id 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.
- route
Table stringId - Specifies the ID of the route table to which the propagation belongs.
- status string
- The current status of the propagation.
- timeouts
Er
Propagation V3Timeouts - updated
At 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_ strv3_ id - 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_ strid - Specifies the ID of the route table to which the propagation belongs.
- status str
- The current status of the propagation.
- timeouts
Er
Propagation V3Timeouts Args - updated_
at str - The latest update time.
- attachment
Id String - Specifies the ID of the attachment corresponding to the propagation.
- attachment
Type String - The type of the attachment corresponding to the propagation.
- created
At String - The creation time.
- er
Propagation StringV3Id - The resource ID.
- instance
Id 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.
- route
Table StringId - Specifies the ID of the route table to which the propagation belongs.
- status String
- The current status of the propagation.
- timeouts Property Map
- updated
At String - The latest update time.
Supporting Types
ErPropagationV3Timeouts, ErPropagationV3TimeoutsArgs
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.