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 availability of capacity for a Capacity Reservation.

Inheritance Hierarchy

System.Object
  Amazon.EC2.Model.CapacityReservationStatus

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

Syntax

C#
public class CapacityReservationStatus

The CapacityReservationStatus type exposes the following members

Constructors

NameDescription
Public Method CapacityReservationStatus()

Properties

NameTypeDescription
Public Property CapacityReservationId System.String

Gets and sets the property CapacityReservationId.

The ID of the Capacity Reservation.

Public Property TotalAvailableCapacity System.Int32

Gets and sets the property TotalAvailableCapacity.

The remaining capacity. Indicates the amount of resources that can be launched into the Capacity Reservation.

Public Property TotalCapacity System.Int32

Gets and sets the property TotalCapacity.

The combined amount of Available and Unavailable capacity in the Capacity Reservation.

Public Property TotalUnavailableCapacity System.Int32

Gets and sets the property TotalUnavailableCapacity.

The used capacity. Indicates that the capacity is in use by resources that are running in the Capacity Reservation.

Version Information

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

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5