Interconnect constructor
Interconnect({
- String? awsDevice,
- String? awsDeviceV2,
- String? bandwidth,
- HasLogicalRedundancy? hasLogicalRedundancy,
- String? interconnectId,
- String? interconnectName,
- InterconnectState? interconnectState,
- bool? jumboFrameCapable,
- String? lagId,
- DateTime? loaIssueTime,
- String? location,
- String? providerName,
- String? region,
- List<
Tag> ? tags,
Implementation
Interconnect({
this.awsDevice,
this.awsDeviceV2,
this.bandwidth,
this.hasLogicalRedundancy,
this.interconnectId,
this.interconnectName,
this.interconnectState,
this.jumboFrameCapable,
this.lagId,
this.loaIssueTime,
this.location,
this.providerName,
this.region,
this.tags,
});