Class: Aws::DeviceFarm::Types::NetworkProfile
- Inherits:
-
Struct
- Object
- Struct
- Aws::DeviceFarm::Types::NetworkProfile
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devicefarm/types.rb
Overview
An array of settings that describes characteristics of a network profile.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the network profile.
-
#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 of the network profile.
-
#type ⇒ String
The type of network profile.
-
#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
#arn ⇒ String
The Amazon Resource Name (ARN) of the network profile.
3854 3855 3856 3857 3858 3859 3860 3861 3862 3863 3864 3865 3866 3867 3868 3869 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 3854 class NetworkProfile < Struct.new( :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 |
#description ⇒ String
The description of the network profile.
3854 3855 3856 3857 3858 3859 3860 3861 3862 3863 3864 3865 3866 3867 3868 3869 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 3854 class NetworkProfile < Struct.new( :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.
3854 3855 3856 3857 3858 3859 3860 3861 3862 3863 3864 3865 3866 3867 3868 3869 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 3854 class NetworkProfile < Struct.new( :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.
3854 3855 3856 3857 3858 3859 3860 3861 3862 3863 3864 3865 3866 3867 3868 3869 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 3854 class NetworkProfile < Struct.new( :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.
3854 3855 3856 3857 3858 3859 3860 3861 3862 3863 3864 3865 3866 3867 3868 3869 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 3854 class NetworkProfile < Struct.new( :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.
3854 3855 3856 3857 3858 3859 3860 3861 3862 3863 3864 3865 3866 3867 3868 3869 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 3854 class NetworkProfile < Struct.new( :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 of the network profile.
3854 3855 3856 3857 3858 3859 3860 3861 3862 3863 3864 3865 3866 3867 3868 3869 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 3854 class NetworkProfile < Struct.new( :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. Valid values are listed here.
3854 3855 3856 3857 3858 3859 3860 3861 3862 3863 3864 3865 3866 3867 3868 3869 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 3854 class NetworkProfile < Struct.new( :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.
3854 3855 3856 3857 3858 3859 3860 3861 3862 3863 3864 3865 3866 3867 3868 3869 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 3854 class NetworkProfile < Struct.new( :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.
3854 3855 3856 3857 3858 3859 3860 3861 3862 3863 3864 3865 3866 3867 3868 3869 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 3854 class NetworkProfile < Struct.new( :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.
3854 3855 3856 3857 3858 3859 3860 3861 3862 3863 3864 3865 3866 3867 3868 3869 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 3854 class NetworkProfile < Struct.new( :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.
3854 3855 3856 3857 3858 3859 3860 3861 3862 3863 3864 3865 3866 3867 3868 3869 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 3854 class NetworkProfile < Struct.new( :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 |