AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

An array of settings that describes characteristics of a network profile.

Inheritance Hierarchy

System.Object
  Amazon.DeviceFarm.Model.NetworkProfile

Namespace: Amazon.DeviceFarm.Model
Assembly: AWSSDK.DeviceFarm.dll
Version: 3.x.y.z

Syntax

C#
public class NetworkProfile

The NetworkProfile type exposes the following members

Constructors

NameDescription
Public Method NetworkProfile()

Properties

NameTypeDescription
Public Property Arn System.String

Gets and sets the property Arn.

The Amazon Resource Name (ARN) of the network profile.

Public Property Description System.String

Gets and sets the property Description.

The description of the network profile.

Public Property DownlinkBandwidthBits System.Int64

Gets and sets the property DownlinkBandwidthBits.

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

Public Property DownlinkDelayMs System.Int64

Gets and sets the property DownlinkDelayMs.

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

Public Property DownlinkJitterMs System.Int64

Gets and sets the property DownlinkJitterMs.

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

Public Property DownlinkLossPercent System.Int32

Gets and sets the property DownlinkLossPercent.

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

Public Property Name System.String

Gets and sets the property Name.

The name of the network profile.

Public Property Type Amazon.DeviceFarm.NetworkProfileType

Gets and sets the property Type.

The type of network profile. Valid values are listed here.

Public Property UplinkBandwidthBits System.Int64

Gets and sets the property UplinkBandwidthBits.

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

Public Property UplinkDelayMs System.Int64

Gets and sets the property UplinkDelayMs.

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

Public Property UplinkJitterMs System.Int64

Gets and sets the property UplinkJitterMs.

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

Public Property UplinkLossPercent System.Int32

Gets and sets the property UplinkLossPercent.

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

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5