InterconnectRemoteLocation constructor

InterconnectRemoteLocation({
  1. String? address,
  2. InterconnectAttachmentConfigurationConstraints? attachmentConfigurationConstraints,
  3. String? city,
  4. InterconnectRemoteLocationConstraints? constraints,
  5. String? continent,
  6. String? creationTimestamp,
  7. String? description,
  8. String? facilityProvider,
  9. String? facilityProviderFacilityId,
  10. String? id,
  11. String? kind,
  12. String? lacp,
  13. int? maxLagSize100Gbps,
  14. int? maxLagSize10Gbps,
  15. String? name,
  16. String? peeringdbFacilityId,
  17. List<InterconnectRemoteLocationPermittedConnections>? permittedConnections,
  18. String? remoteService,
  19. String? selfLink,
  20. String? status,
})

Implementation

InterconnectRemoteLocation({
  this.address,
  this.attachmentConfigurationConstraints,
  this.city,
  this.constraints,
  this.continent,
  this.creationTimestamp,
  this.description,
  this.facilityProvider,
  this.facilityProviderFacilityId,
  this.id,
  this.kind,
  this.lacp,
  this.maxLagSize100Gbps,
  this.maxLagSize10Gbps,
  this.name,
  this.peeringdbFacilityId,
  this.permittedConnections,
  this.remoteService,
  this.selfLink,
  this.status,
});