NetworkEndpoint constructor

NetworkEndpoint({
  1. Map<String, String>? annotations,
  2. int? clientDestinationPort,
  3. String? fqdn,
  4. String? instance,
  5. String? ipAddress,
  6. String? ipv6Address,
  7. int? port,
})

Implementation

NetworkEndpoint({
  this.annotations,
  this.clientDestinationPort,
  this.fqdn,
  this.instance,
  this.ipAddress,
  this.ipv6Address,
  this.port,
});