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 (like us-east-2) or Availability Zone ID (like use2-az2) that the metric subscription is enabled for. If you use Availability Zone IDs, the Source and Destination Availability Zones must be in the same Region.

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 (like us-east-1) or Availability Zone ID (like use1-az1) that the metric subscription is enabled for. If you use Availability Zone IDs, the Source and Destination Availability Zones must be in the same Region.

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