NetworkProfile

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

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String?

The Amazon Resource Name (ARN) of the network profile.

Link copied to clipboard

The description of the network profile.

Link copied to clipboard

The data throughput rate in bits per second, as an integer from 0 to 104857600.

Link copied to clipboard

Delay time for all packets to destination in milliseconds as an integer from 0 to 2000.

Link copied to clipboard

Time variation in the delay of received packets in milliseconds as an integer from 0 to 2000.

Link copied to clipboard

Proportion of received packets that fail to arrive from 0 to 100 percent.

Link copied to clipboard
val name: String?

The name of the network profile.

Link copied to clipboard

The type of network profile. Valid values are listed here.

Link copied to clipboard

The data throughput rate in bits per second, as an integer from 0 to 104857600.

Link copied to clipboard

Delay time for all packets to destination in milliseconds as an integer from 0 to 2000.

Link copied to clipboard

Time variation in the delay of received packets in milliseconds as an integer from 0 to 2000.

Link copied to clipboard

Proportion of transmitted packets that fail to arrive from 0 to 100 percent.

Functions

Link copied to clipboard
inline fun copy(block: NetworkProfile.Builder.() -> Unit = {}): NetworkProfile
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String