LinkedVpnTunnels constructor

LinkedVpnTunnels({
  1. List<String>? includeImportRanges,
  2. bool? siteToSiteDataTransfer,
  3. List<String>? uris,
  4. String? vpcNetwork,
})

Implementation

LinkedVpnTunnels({
  this.includeImportRanges,
  this.siteToSiteDataTransfer,
  this.uris,
  this.vpcNetwork,
});