Lag constructor
Lag({
- bool? allowsHostedConnections,
- String? awsDevice,
- String? awsDeviceV2,
- List<
Connection> ? connections, - String? connectionsBandwidth,
- HasLogicalRedundancy? hasLogicalRedundancy,
- bool? jumboFrameCapable,
- String? lagId,
- String? lagName,
- LagState? lagState,
- String? location,
- int? minimumLinks,
- int? numberOfConnections,
- String? ownerAccount,
- String? providerName,
- String? region,
- List<
Tag> ? tags,
Implementation
Lag({
this.allowsHostedConnections,
this.awsDevice,
this.awsDeviceV2,
this.connections,
this.connectionsBandwidth,
this.hasLogicalRedundancy,
this.jumboFrameCapable,
this.lagId,
this.lagName,
this.lagState,
this.location,
this.minimumLinks,
this.numberOfConnections,
this.ownerAccount,
this.providerName,
this.region,
this.tags,
});