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