Connection constructor
Connection({
- String? awsDevice,
- String? awsDeviceV2,
- String? bandwidth,
- String? connectionId,
- String? connectionName,
- ConnectionState? connectionState,
- HasLogicalRedundancy? hasLogicalRedundancy,
- bool? jumboFrameCapable,
- String? lagId,
- DateTime? loaIssueTime,
- String? location,
- String? ownerAccount,
- String? partnerName,
- String? providerName,
- String? region,
- List<
Tag> ? tags, - int? vlan,
Implementation
Connection({
this.awsDevice,
this.awsDeviceV2,
this.bandwidth,
this.connectionId,
this.connectionName,
this.connectionState,
this.hasLogicalRedundancy,
this.jumboFrameCapable,
this.lagId,
this.loaIssueTime,
this.location,
this.ownerAccount,
this.partnerName,
this.providerName,
this.region,
this.tags,
this.vlan,
});