Skip to content

Put Attachment Routing Policy Label

networkmanager_put_attachment_routing_policy_label R Documentation

Applies a routing policy label to an attachment for traffic routing decisions

Description

Applies a routing policy label to an attachment for traffic routing decisions.

Usage

networkmanager_put_attachment_routing_policy_label(CoreNetworkId,
  AttachmentId, RoutingPolicyLabel, ClientToken)

Arguments

CoreNetworkId

[required] The ID of the core network containing the attachment.

AttachmentId

[required] The ID of the attachment to apply the routing policy label to.

RoutingPolicyLabel

[required] The routing policy label to apply to the attachment.

ClientToken

A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

Value

A list with the following syntax:

list(
  CoreNetworkId = "string",
  AttachmentId = "string",
  RoutingPolicyLabel = "string"
)

Request syntax

svc$put_attachment_routing_policy_label(
  CoreNetworkId = "string",
  AttachmentId = "string",
  RoutingPolicyLabel = "string",
  ClientToken = "string"
)