Interconnect constructor

Interconnect({
  1. bool? aaiEnabled,
  2. bool? adminEnabled,
  3. InterconnectApplicationAwareInterconnect? applicationAwareInterconnect,
  4. List<String>? availableFeatures,
  5. List<InterconnectCircuitInfo>? circuitInfos,
  6. String? creationTimestamp,
  7. String? customerName,
  8. String? description,
  9. String? effectiveLocation,
  10. List<InterconnectOutageNotification>? expectedOutages,
  11. String? googleIpAddress,
  12. String? googleReferenceId,
  13. String? id,
  14. List<String>? interconnectAttachments,
  15. List<String>? interconnectGroups,
  16. String? interconnectType,
  17. String? kind,
  18. String? labelFingerprint,
  19. Map<String, String>? labels,
  20. String? linkType,
  21. String? location,
  22. InterconnectMacsec? macsec,
  23. bool? macsecEnabled,
  24. String? name,
  25. String? nocContactEmail,
  26. String? operationalStatus,
  27. InterconnectParams? params,
  28. String? peerIpAddress,
  29. int? provisionedLinkCount,
  30. String? remoteLocation,
  31. List<String>? requestedFeatures,
  32. int? requestedLinkCount,
  33. bool? satisfiesPzs,
  34. String? selfLink,
  35. String? state,
  36. String? subzone,
  37. List<String>? wireGroups,
})

Implementation

Interconnect({
  this.aaiEnabled,
  this.adminEnabled,
  this.applicationAwareInterconnect,
  this.availableFeatures,
  this.circuitInfos,
  this.creationTimestamp,
  this.customerName,
  this.description,
  this.effectiveLocation,
  this.expectedOutages,
  this.googleIpAddress,
  this.googleReferenceId,
  this.id,
  this.interconnectAttachments,
  this.interconnectGroups,
  this.interconnectType,
  this.kind,
  this.labelFingerprint,
  this.labels,
  this.linkType,
  this.location,
  this.macsec,
  this.macsecEnabled,
  this.name,
  this.nocContactEmail,
  this.operationalStatus,
  this.params,
  this.peerIpAddress,
  this.provisionedLinkCount,
  this.remoteLocation,
  this.requestedFeatures,
  this.requestedLinkCount,
  this.satisfiesPzs,
  this.selfLink,
  this.state,
  this.subzone,
  this.wireGroups,
});