NetworkProfile class

An array of settings that describes characteristics of a network profile.

Constructors

NetworkProfile({String? arn, String? description, int? downlinkBandwidthBits, int? downlinkDelayMs, int? downlinkJitterMs, int? downlinkLossPercent, String? name, NetworkProfileType? type, int? uplinkBandwidthBits, int? uplinkDelayMs, int? uplinkJitterMs, int? uplinkLossPercent})
NetworkProfile.fromJson(Map<String, dynamic> json)
factory

Properties

arn String?
The Amazon Resource Name (ARN) of the network profile.
final
description String?
The description of the network profile.
final
downlinkBandwidthBits int?
The data throughput rate in bits per second, as an integer from 0 to 104857600.
final
downlinkDelayMs int?
Delay time for all packets to destination in milliseconds as an integer from 0 to 2000.
final
downlinkJitterMs int?
Time variation in the delay of received packets in milliseconds as an integer from 0 to 2000.
final
downlinkLossPercent int?
Proportion of received packets that fail to arrive from 0 to 100 percent.
final
hashCode int
The hash code for this object.
no setterinherited
name String?
The name of the network profile.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type NetworkProfileType?
The type of network profile. Valid values are listed here.
final
uplinkBandwidthBits int?
The data throughput rate in bits per second, as an integer from 0 to 104857600.
final
uplinkDelayMs int?
Delay time for all packets to destination in milliseconds as an integer from 0 to 2000.
final
uplinkJitterMs int?
Time variation in the delay of received packets in milliseconds as an integer from 0 to 2000.
final
uplinkLossPercent int?
Proportion of transmitted packets that fail to arrive from 0 to 100 percent.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited