VpnGatewayVpnGatewayInterface constructor

VpnGatewayVpnGatewayInterface({
  1. int? id,
  2. String? interconnectAttachment,
  3. String? ipAddress,
  4. String? ipv6Address,
})

Implementation

VpnGatewayVpnGatewayInterface({
  this.id,
  this.interconnectAttachment,
  this.ipAddress,
  this.ipv6Address,
});