Skip to content

Confirm Customer Agreement

directconnect_confirm_customer_agreement R Documentation

Description

The confirmation of the terms of agreement when creating the connection/link aggregation group (LAG).

Usage

directconnect_confirm_customer_agreement(agreementName)

Arguments

agreementName

The name of the customer agreement.

Value

A list with the following syntax:

list(
  status = "string"
)

Request syntax

svc$confirm_customer_agreement(
  agreementName = "string"
)