UpdateNetworkProfileRequest

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 project for which you want to update network profile settings.

Link copied to clipboard

The description of the network profile about which you are returning information.

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 about which you are returning information.

Link copied to clipboard

The type of network profile to return information about. 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