ServiceAttachmentConnectedEndpoint constructor

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

Implementation

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