InterconnectAttachmentL2Forwarding constructor
InterconnectAttachmentL2Forwarding({
- Map<
String, InterconnectAttachmentL2ForwardingApplianceMapping> ? applianceMappings, - String? defaultApplianceIpAddress,
- InterconnectAttachmentL2ForwardingGeneveHeader? geneveHeader,
- String? network,
- String? tunnelEndpointIpAddress,
Implementation
InterconnectAttachmentL2Forwarding({
this.applianceMappings,
this.defaultApplianceIpAddress,
this.geneveHeader,
this.network,
this.tunnelEndpointIpAddress,
});