backupgateway_create_gateway: Creates a backup gateway

View source: R/backupgateway_operations.R

backupgateway_create_gatewayR Documentation

Creates a backup gateway

Description

Creates a backup gateway. After you create a gateway, you can associate it with a server using the associate_gateway_to_server operation.

See https://www.paws-r-sdk.com/docs/backupgateway_create_gateway/ for full documentation.

Usage

backupgateway_create_gateway(
  ActivationKey,
  GatewayDisplayName,
  GatewayType,
  Tags = NULL
)

Arguments

ActivationKey

[required] The activation key of the created gateway.

GatewayDisplayName

[required] The display name of the created gateway.

GatewayType

[required] The type of created gateway.

Tags

A list of up to 50 tags to assign to the gateway. Each tag is a key-value pair.


paws.networking documentation built on Sept. 12, 2023, 1:24 a.m.