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.

Describes the optimized EBS performance for supported instance types.

Inheritance Hierarchy

System.Object
  Amazon.EC2.Model.EbsOptimizedInfo

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

Syntax

C#
public class EbsOptimizedInfo

The EbsOptimizedInfo type exposes the following members

Constructors

NameDescription
Public Method EbsOptimizedInfo()

Properties

NameTypeDescription
Public Property BaselineBandwidthInMbps System.Int32

Gets and sets the property BaselineBandwidthInMbps.

The baseline bandwidth performance for an EBS-optimized instance type, in Mbps.

Public Property BaselineIops System.Int32

Gets and sets the property BaselineIops.

The baseline input/output storage operations per seconds for an EBS-optimized instance type.

Public Property BaselineThroughputInMBps System.Double

Gets and sets the property BaselineThroughputInMBps.

The baseline throughput performance for an EBS-optimized instance type, in MB/s.

Public Property MaximumBandwidthInMbps System.Int32

Gets and sets the property MaximumBandwidthInMbps.

The maximum bandwidth performance for an EBS-optimized instance type, in Mbps.

Public Property MaximumIops System.Int32

Gets and sets the property MaximumIops.

The maximum input/output storage operations per second for an EBS-optimized instance type.

Public Property MaximumThroughputInMBps System.Double

Gets and sets the property MaximumThroughputInMBps.

The maximum throughput performance for an EBS-optimized instance type, in MB/s.

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