LinkedRouterApplianceInstancesArgs

data class LinkedRouterApplianceInstancesArgs(val instances: Output<List<RouterApplianceInstanceArgs>>? = null, val siteToSiteDataTransfer: Output<Boolean>? = null) : ConvertibleToJava<LinkedRouterApplianceInstancesArgs>

A collection of router appliance instances. If you configure multiple router appliance instances to receive data from the same set of sites outside of Google Cloud, we recommend that you associate those instances with the same spoke.

Constructors

Link copied to clipboard
fun LinkedRouterApplianceInstancesArgs(instances: Output<List<RouterApplianceInstanceArgs>>? = null, siteToSiteDataTransfer: Output<Boolean>? = null)

Functions

Link copied to clipboard
open override fun toJava(): LinkedRouterApplianceInstancesArgs

Properties

Link copied to clipboard

The list of router appliance instances.

Link copied to clipboard
val siteToSiteDataTransfer: Output<Boolean>? = null

A value that controls whether site-to-site data transfer is enabled for these resources. Data transfer is available only in supported locations.