ServiceAttachmentConnectedEndpoint constructor

ServiceAttachmentConnectedEndpoint({
  1. String? consumerNetwork,
  2. String? endpoint,
  3. String? endpointWithId,
  4. List<String> natIps = const [],
  5. int? propagatedConnectionCount,
  6. BigInt? pscConnectionId,
  7. String? status,
})

Implementation

ServiceAttachmentConnectedEndpoint({
  this.consumerNetwork,
  this.endpoint,
  this.endpointWithId,
  this.natIps = const [],
  this.propagatedConnectionCount,
  this.pscConnectionId,
  this.status,
}) : super(fullyQualifiedName);