class Aws::DeviceFarm::Types::CreateNetworkProfileRequest

@note When making an API call, you may pass CreateNetworkProfileRequest

data as a hash:

    {
      project_arn: "AmazonResourceName", # required
      name: "Name", # required
      description: "Message",
      type: "CURATED", # accepts CURATED, PRIVATE
      uplink_bandwidth_bits: 1,
      downlink_bandwidth_bits: 1,
      uplink_delay_ms: 1,
      downlink_delay_ms: 1,
      uplink_jitter_ms: 1,
      downlink_jitter_ms: 1,
      uplink_loss_percent: 1,
      downlink_loss_percent: 1,
    }

@!attribute [rw] project_arn

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

@!attribute [rw] name

The name for the new network profile.
@return [String]

@!attribute [rw] description

The description of the network profile.
@return [String]

@!attribute [rw] type

The type of network profile to create. Valid values are listed here.
@return [String]

@!attribute [rw] uplink_bandwidth_bits

The data throughput rate in bits per second, as an integer from 0 to
104857600.
@return [Integer]

@!attribute [rw] downlink_bandwidth_bits

The data throughput rate in bits per second, as an integer from 0 to
104857600.
@return [Integer]

@!attribute [rw] uplink_delay_ms

Delay time for all packets to destination in milliseconds as an
integer from 0 to 2000.
@return [Integer]

@!attribute [rw] downlink_delay_ms

Delay time for all packets to destination in milliseconds as an
integer from 0 to 2000.
@return [Integer]

@!attribute [rw] uplink_jitter_ms

Time variation in the delay of received packets in milliseconds as
an integer from 0 to 2000.
@return [Integer]

@!attribute [rw] downlink_jitter_ms

Time variation in the delay of received packets in milliseconds as
an integer from 0 to 2000.
@return [Integer]

@!attribute [rw] uplink_loss_percent

Proportion of transmitted packets that fail to arrive from 0 to 100
percent.
@return [Integer]

@!attribute [rw] downlink_loss_percent

Proportion of received packets that fail to arrive from 0 to 100
percent.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/CreateNetworkProfileRequest AWS API Documentation

Constants

SENSITIVE