InterconnectAttachmentL2Forwarding constructor

InterconnectAttachmentL2Forwarding({
  1. Map<String, InterconnectAttachmentL2ForwardingApplianceMapping>? applianceMappings,
  2. String? defaultApplianceIpAddress,
  3. InterconnectAttachmentL2ForwardingGeneveHeader? geneveHeader,
  4. String? network,
  5. String? tunnelEndpointIpAddress,
})

Implementation

InterconnectAttachmentL2Forwarding({
  this.applianceMappings,
  this.defaultApplianceIpAddress,
  this.geneveHeader,
  this.network,
  this.tunnelEndpointIpAddress,
});