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 UpdateNetworkProfile operation. Updates the network profile.

Inheritance Hierarchy

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

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

Syntax

C#
public class UpdateNetworkProfileRequest : AmazonDeviceFarmRequest
         IAmazonWebServiceRequest

The UpdateNetworkProfileRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property Arn System.String

Gets and sets the property Arn.

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

Public Property Description System.String

Gets and sets the property Description.

The description of the network profile about which you are returning information.

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 about which you are returning information.

Public Property Type Amazon.DeviceFarm.NetworkProfileType

Gets and sets the property Type.

The type of network profile to return information about. 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