ComputeRouterBgp constructor

const ComputeRouterBgp({
  1. ComputeRouterBgpAdvertiseMode? advertiseMode,
  2. List<String>? advertisedGroups,
  3. TfArg<int>? asn,
  4. TfArg<String>? identifierRange,
  5. TfArg<int>? keepaliveInterval,
})

Implementation

const ComputeRouterBgp({
  this.advertiseMode,
  this.advertisedGroups,
  this.asn,
  this.identifierRange,
  this.keepaliveInterval,
});