InterconnectRemoteLocation constructor
InterconnectRemoteLocation({
- String? address,
- InterconnectAttachmentConfigurationConstraints? attachmentConfigurationConstraints,
- String? city,
- InterconnectRemoteLocationConstraints? constraints,
- String? continent,
- String? creationTimestamp,
- String? description,
- String? facilityProvider,
- String? facilityProviderFacilityId,
- String? id,
- String? kind,
- String? lacp,
- int? maxLagSize100Gbps,
- int? maxLagSize10Gbps,
- String? name,
- String? peeringdbFacilityId,
- List<
InterconnectRemoteLocationPermittedConnections> ? permittedConnections, - String? remoteService,
- String? selfLink,
- 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,
});