VpnGatewayVpnGatewayInterface constructor

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

Implementation

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