InterconnectAttachment constructor

InterconnectAttachment({
  1. bool? adminEnabled,
  2. String? bandwidth,
  3. List<String>? candidateIpv6Subnets,
  4. List<String>? candidateSubnets,
  5. String? cloudRouterIpAddress,
  6. String? cloudRouterIpv6Address,
  7. String? cloudRouterIpv6InterfaceId,
  8. InterconnectAttachmentConfigurationConstraints? configurationConstraints,
  9. String? creationTimestamp,
  10. String? customerRouterIpAddress,
  11. String? customerRouterIpv6Address,
  12. String? customerRouterIpv6InterfaceId,
  13. int? dataplaneVersion,
  14. String? description,
  15. String? edgeAvailabilityDomain,
  16. String? encryption,
  17. String? googleReferenceId,
  18. String? id,
  19. String? interconnect,
  20. List<String>? ipsecInternalAddresses,
  21. String? kind,
  22. String? labelFingerprint,
  23. Map<String, String>? labels,
  24. int? mtu,
  25. String? name,
  26. String? operationalStatus,
  27. String? pairingKey,
  28. String? partnerAsn,
  29. InterconnectAttachmentPartnerMetadata? partnerMetadata,
  30. InterconnectAttachmentPrivateInfo? privateInterconnectInfo,
  31. String? region,
  32. String? remoteService,
  33. String? router,
  34. bool? satisfiesPzs,
  35. String? selfLink,
  36. String? stackType,
  37. String? state,
  38. int? subnetLength,
  39. String? type,
  40. int? vlanTag8021q,
})

Implementation

InterconnectAttachment({
  this.adminEnabled,
  this.bandwidth,
  this.candidateIpv6Subnets,
  this.candidateSubnets,
  this.cloudRouterIpAddress,
  this.cloudRouterIpv6Address,
  this.cloudRouterIpv6InterfaceId,
  this.configurationConstraints,
  this.creationTimestamp,
  this.customerRouterIpAddress,
  this.customerRouterIpv6Address,
  this.customerRouterIpv6InterfaceId,
  this.dataplaneVersion,
  this.description,
  this.edgeAvailabilityDomain,
  this.encryption,
  this.googleReferenceId,
  this.id,
  this.interconnect,
  this.ipsecInternalAddresses,
  this.kind,
  this.labelFingerprint,
  this.labels,
  this.mtu,
  this.name,
  this.operationalStatus,
  this.pairingKey,
  this.partnerAsn,
  this.partnerMetadata,
  this.privateInterconnectInfo,
  this.region,
  this.remoteService,
  this.router,
  this.satisfiesPzs,
  this.selfLink,
  this.stackType,
  this.state,
  this.subnetLength,
  this.type,
  this.vlanTag8021q,
});