GetNetworkProfileResult

data class GetNetworkProfileResult(val arn: String? = null, val description: String? = null, val downlinkBandwidthBits: Int? = null, val downlinkDelayMs: Int? = null, val downlinkJitterMs: Int? = null, val downlinkLossPercent: Int? = null, val name: String? = null, val tags: List<Tag>? = null, val uplinkBandwidthBits: Int? = null, val uplinkDelayMs: Int? = null, val uplinkJitterMs: Int? = null, val uplinkLossPercent: Int? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, description: String? = null, downlinkBandwidthBits: Int? = null, downlinkDelayMs: Int? = null, downlinkJitterMs: Int? = null, downlinkLossPercent: Int? = null, name: String? = null, tags: List<Tag>? = null, uplinkBandwidthBits: Int? = null, uplinkDelayMs: Int? = null, uplinkJitterMs: Int? = null, uplinkLossPercent: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The Amazon Resource Name (ARN) of the network profile. See Amazon resource names in the General Reference guide .

Link copied to clipboard
val description: String? = null

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
val downlinkDelayMs: Int? = null

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

Link copied to clipboard
val downlinkJitterMs: Int? = null

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? = null

The name of the network profile.

Link copied to clipboard
val tags: List<Tag>? = null

An array of key-value pairs to apply to this resource. For more information, see Tag in the guide .

Link copied to clipboard

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

Link copied to clipboard
val uplinkDelayMs: Int? = null

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

Link copied to clipboard
val uplinkJitterMs: Int? = null

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

Link copied to clipboard
val uplinkLossPercent: Int? = null

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