CreateNetworkProfileRequest

Types

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

Properties

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 for the new network profile.

Link copied to clipboard

The Amazon Resource Name (ARN) of the project for which you want to create a network profile.

Link copied to clipboard

The type of network profile to create. 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
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