Class: Aws::DeviceFarm::Types::CreateNetworkProfileRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DeviceFarm::Types::CreateNetworkProfileRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devicefarm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
The description of the network profile.
-
#downlink_bandwidth_bits ⇒ Integer
The data throughput rate in bits per second, as an integer from 0 to 104857600.
-
#downlink_delay_ms ⇒ Integer
Delay time for all packets to destination in milliseconds as an integer from 0 to 2000.
-
#downlink_jitter_ms ⇒ Integer
Time variation in the delay of received packets in milliseconds as an integer from 0 to 2000.
-
#downlink_loss_percent ⇒ Integer
Proportion of received packets that fail to arrive from 0 to 100 percent.
-
#name ⇒ String
The name for the new network profile.
-
#project_arn ⇒ String
The Amazon Resource Name (ARN) of the project for which you want to create a network profile.
-
#type ⇒ String
The type of network profile to create.
-
#uplink_bandwidth_bits ⇒ Integer
The data throughput rate in bits per second, as an integer from 0 to 104857600.
-
#uplink_delay_ms ⇒ Integer
Delay time for all packets to destination in milliseconds as an integer from 0 to 2000.
-
#uplink_jitter_ms ⇒ Integer
Time variation in the delay of received packets in milliseconds as an integer from 0 to 2000.
-
#uplink_loss_percent ⇒ Integer
Proportion of transmitted packets that fail to arrive from 0 to 100 percent.
Instance Attribute Details
#description ⇒ String
The description of the network profile.
421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 421 class CreateNetworkProfileRequest < Struct.new( :project_arn, :name, :description, :type, :uplink_bandwidth_bits, :downlink_bandwidth_bits, :uplink_delay_ms, :downlink_delay_ms, :uplink_jitter_ms, :downlink_jitter_ms, :uplink_loss_percent, :downlink_loss_percent) SENSITIVE = [] include Aws::Structure end |
#downlink_bandwidth_bits ⇒ Integer
The data throughput rate in bits per second, as an integer from 0 to 104857600.
421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 421 class CreateNetworkProfileRequest < Struct.new( :project_arn, :name, :description, :type, :uplink_bandwidth_bits, :downlink_bandwidth_bits, :uplink_delay_ms, :downlink_delay_ms, :uplink_jitter_ms, :downlink_jitter_ms, :uplink_loss_percent, :downlink_loss_percent) SENSITIVE = [] include Aws::Structure end |
#downlink_delay_ms ⇒ Integer
Delay time for all packets to destination in milliseconds as an integer from 0 to 2000.
421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 421 class CreateNetworkProfileRequest < Struct.new( :project_arn, :name, :description, :type, :uplink_bandwidth_bits, :downlink_bandwidth_bits, :uplink_delay_ms, :downlink_delay_ms, :uplink_jitter_ms, :downlink_jitter_ms, :uplink_loss_percent, :downlink_loss_percent) SENSITIVE = [] include Aws::Structure end |
#downlink_jitter_ms ⇒ Integer
Time variation in the delay of received packets in milliseconds as an integer from 0 to 2000.
421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 421 class CreateNetworkProfileRequest < Struct.new( :project_arn, :name, :description, :type, :uplink_bandwidth_bits, :downlink_bandwidth_bits, :uplink_delay_ms, :downlink_delay_ms, :uplink_jitter_ms, :downlink_jitter_ms, :uplink_loss_percent, :downlink_loss_percent) SENSITIVE = [] include Aws::Structure end |
#downlink_loss_percent ⇒ Integer
Proportion of received packets that fail to arrive from 0 to 100 percent.
421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 421 class CreateNetworkProfileRequest < Struct.new( :project_arn, :name, :description, :type, :uplink_bandwidth_bits, :downlink_bandwidth_bits, :uplink_delay_ms, :downlink_delay_ms, :uplink_jitter_ms, :downlink_jitter_ms, :uplink_loss_percent, :downlink_loss_percent) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name for the new network profile.
421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 421 class CreateNetworkProfileRequest < Struct.new( :project_arn, :name, :description, :type, :uplink_bandwidth_bits, :downlink_bandwidth_bits, :uplink_delay_ms, :downlink_delay_ms, :uplink_jitter_ms, :downlink_jitter_ms, :uplink_loss_percent, :downlink_loss_percent) SENSITIVE = [] include Aws::Structure end |
#project_arn ⇒ String
The Amazon Resource Name (ARN) of the project for which you want to create a network profile.
421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 421 class CreateNetworkProfileRequest < Struct.new( :project_arn, :name, :description, :type, :uplink_bandwidth_bits, :downlink_bandwidth_bits, :uplink_delay_ms, :downlink_delay_ms, :uplink_jitter_ms, :downlink_jitter_ms, :uplink_loss_percent, :downlink_loss_percent) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of network profile to create. Valid values are listed here.
421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 421 class CreateNetworkProfileRequest < Struct.new( :project_arn, :name, :description, :type, :uplink_bandwidth_bits, :downlink_bandwidth_bits, :uplink_delay_ms, :downlink_delay_ms, :uplink_jitter_ms, :downlink_jitter_ms, :uplink_loss_percent, :downlink_loss_percent) SENSITIVE = [] include Aws::Structure end |
#uplink_bandwidth_bits ⇒ Integer
The data throughput rate in bits per second, as an integer from 0 to 104857600.
421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 421 class CreateNetworkProfileRequest < Struct.new( :project_arn, :name, :description, :type, :uplink_bandwidth_bits, :downlink_bandwidth_bits, :uplink_delay_ms, :downlink_delay_ms, :uplink_jitter_ms, :downlink_jitter_ms, :uplink_loss_percent, :downlink_loss_percent) SENSITIVE = [] include Aws::Structure end |
#uplink_delay_ms ⇒ Integer
Delay time for all packets to destination in milliseconds as an integer from 0 to 2000.
421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 421 class CreateNetworkProfileRequest < Struct.new( :project_arn, :name, :description, :type, :uplink_bandwidth_bits, :downlink_bandwidth_bits, :uplink_delay_ms, :downlink_delay_ms, :uplink_jitter_ms, :downlink_jitter_ms, :uplink_loss_percent, :downlink_loss_percent) SENSITIVE = [] include Aws::Structure end |
#uplink_jitter_ms ⇒ Integer
Time variation in the delay of received packets in milliseconds as an integer from 0 to 2000.
421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 421 class CreateNetworkProfileRequest < Struct.new( :project_arn, :name, :description, :type, :uplink_bandwidth_bits, :downlink_bandwidth_bits, :uplink_delay_ms, :downlink_delay_ms, :uplink_jitter_ms, :downlink_jitter_ms, :uplink_loss_percent, :downlink_loss_percent) SENSITIVE = [] include Aws::Structure end |
#uplink_loss_percent ⇒ Integer
Proportion of transmitted packets that fail to arrive from 0 to 100 percent.
421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 421 class CreateNetworkProfileRequest < Struct.new( :project_arn, :name, :description, :type, :uplink_bandwidth_bits, :downlink_bandwidth_bits, :uplink_delay_ms, :downlink_delay_ms, :uplink_jitter_ms, :downlink_jitter_ms, :uplink_loss_percent, :downlink_loss_percent) SENSITIVE = [] include Aws::Structure end |