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 EnableAwsNetworkPerformanceMetricSubscription operation. Enables Infrastructure Performance subscriptions.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.EC2.AmazonEC2Request
      Amazon.EC2.Model.EnableAwsNetworkPerformanceMetricSubscriptionRequest

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

Syntax

C#
public class EnableAwsNetworkPerformanceMetricSubscriptionRequest : AmazonEC2Request
         IAmazonWebServiceRequest

The EnableAwsNetworkPerformanceMetricSubscriptionRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property Destination System.String

Gets and sets the property Destination.

The target Region or Availability Zone that the metric subscription is enabled for. For example, eu-west-1.

Public Property Metric Amazon.EC2.MetricType

Gets and sets the property Metric.

The metric used for the enabled subscription.

Public Property Source System.String

Gets and sets the property Source.

The source Region or Availability Zone that the metric subscription is enabled for. For example, us-east-1.

Public Property Statistic Amazon.EC2.StatisticType

Gets and sets the property Statistic.

The statistic used for the enabled subscription.

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