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.

Container for the parameters to the CreateNetworkProfile operation. Creates a network profile.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.DeviceFarm.AmazonDeviceFarmRequest
      Amazon.DeviceFarm.Model.CreateNetworkProfileRequest

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

Syntax

C#
public class CreateNetworkProfileRequest : AmazonDeviceFarmRequest
         IAmazonWebServiceRequest

The CreateNetworkProfileRequest type exposes the following members

Constructors

Properties

NameTypeDescription
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 for the new network profile.

Public Property ProjectArn System.String

Gets and sets the property ProjectArn.

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

Public Property Type Amazon.DeviceFarm.NetworkProfileType

Gets and sets the property Type.

The type of network profile to create. 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