ServiceAttachmentConnectedEndpoint constructor

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

Implementation

ServiceAttachmentConnectedEndpoint({
  this.consumerNetwork,
  this.endpoint,
  this.endpointWithId,
  this.natIps,
  this.propagatedConnectionCount,
  this.pscConnectionId,
  this.status,
});