Skip to content

Remove Attachment Routing Policy Label

networkmanager_remove_attachment_routing_policy_label R Documentation

Removes a routing policy label from an attachment

Description

Removes a routing policy label from an attachment.

Usage

networkmanager_remove_attachment_routing_policy_label(CoreNetworkId,
  AttachmentId)

Arguments

CoreNetworkId

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

AttachmentId

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

Value

A list with the following syntax:

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

Request syntax

svc$remove_attachment_routing_policy_label(
  CoreNetworkId = "string",
  AttachmentId = "string"
)