AWS SDK Version 4 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.Nullable<System.Int32>

Gets and sets the property BaselineBandwidthInMbps.

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

Public Property BaselineIops System.Nullable<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.Nullable<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.Nullable<System.Int32>

Gets and sets the property MaximumBandwidthInMbps.

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

Public Property MaximumIops System.Nullable<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.Nullable<System.Double>

Gets and sets the property MaximumThroughputInMBps.

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

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.7.2 and newer