RouterInterface constructor

RouterInterface({
  1. String? ipRange,
  2. String? linkedInterconnectAttachment,
  3. String? linkedVpnTunnel,
  4. String? managementType,
  5. String? name,
  6. String? privateIpAddress,
  7. String? redundantInterface,
  8. String? subnetwork,
})

Implementation

RouterInterface({
  this.ipRange,
  this.linkedInterconnectAttachment,
  this.linkedVpnTunnel,
  this.managementType,
  this.name,
  this.privateIpAddress,
  this.redundantInterface,
  this.subnetwork,
});