Interconnect constructor
Interconnect({
- bool? aaiEnabled,
- bool? adminEnabled,
- InterconnectApplicationAwareInterconnect? applicationAwareInterconnect,
- List<
String> availableFeatures = const [], - List<
InterconnectCircuitInfo> circuitInfos = const [], - String? creationTimestamp,
- String? customerName,
- String? description,
- String? effectiveLocation,
- List<
InterconnectOutageNotification> expectedOutages = const [], - String? googleIpAddress,
- String? googleReferenceId,
- BigInt? id,
- List<
String> interconnectAttachments = const [], - List<
String> interconnectGroups = const [], - String? interconnectType,
- String? kind,
- String? labelFingerprint,
- Map<
String, String> labels = const {}, - String? linkType,
- String? location,
- InterconnectMacsec? macsec,
- bool? macsecEnabled,
- String? name,
- String? nocContactEmail,
- String? operationalStatus,
- InterconnectParams? params,
- String? peerIpAddress,
- int? provisionedLinkCount,
- String? remoteLocation,
- List<
String> requestedFeatures = const [], - int? requestedLinkCount,
- bool? satisfiesPzs,
- String? selfLink,
- String? state,
- String? subzone,
- List<
String> wireGroups = const [],
Implementation
Interconnect({
this.aaiEnabled,
this.adminEnabled,
this.applicationAwareInterconnect,
this.availableFeatures = const [],
this.circuitInfos = const [],
this.creationTimestamp,
this.customerName,
this.description,
this.effectiveLocation,
this.expectedOutages = const [],
this.googleIpAddress,
this.googleReferenceId,
this.id,
this.interconnectAttachments = const [],
this.interconnectGroups = const [],
this.interconnectType,
this.kind,
this.labelFingerprint,
this.labels = const {},
this.linkType,
this.location,
this.macsec,
this.macsecEnabled,
this.name,
this.nocContactEmail,
this.operationalStatus,
this.params,
this.peerIpAddress,
this.provisionedLinkCount,
this.remoteLocation,
this.requestedFeatures = const [],
this.requestedLinkCount,
this.satisfiesPzs,
this.selfLink,
this.state,
this.subzone,
this.wireGroups = const [],
}) : super(fullyQualifiedName);