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.

Represents dimension values for capacity metrics, including resource identifiers, geographic information, and reservation details used for grouping and filtering capacity data.

Inheritance Hierarchy

System.Object
  Amazon.EC2.Model.CapacityManagerDimension

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

Syntax

C#
public class CapacityManagerDimension

The CapacityManagerDimension type exposes the following members

Constructors

NameDescription
Public Method CapacityManagerDimension()

Properties

NameTypeDescription
Public Property AccountId System.String

Gets and sets the property AccountId.

The Amazon Web Services account ID that owns the capacity resource.

Public Property AvailabilityZoneId System.String

Gets and sets the property AvailabilityZoneId.

The unique identifier of the Availability Zone where the capacity resource is located.

Public Property InstanceFamily System.String

Gets and sets the property InstanceFamily.

The EC2 instance family of the capacity resource.

Public Property InstancePlatform System.String

Gets and sets the property InstancePlatform.

The platform or operating system of the instance.

Public Property InstanceType System.String

Gets and sets the property InstanceType.

The specific EC2 instance type of the capacity resource.

Public Property ReservationArn System.String

Gets and sets the property ReservationArn.

The Amazon Resource Name (ARN) of the capacity reservation. This provides a unique identifier that can be used across Amazon Web Services services to reference the specific reservation.

Public Property ReservationCreateTimestamp System.DateTime

Gets and sets the property ReservationCreateTimestamp.

The timestamp when the capacity reservation was originally created, in milliseconds since epoch. This differs from the start timestamp as reservations can be created before they become active.

Public Property ReservationEndDateType Amazon.EC2.ReservationEndDateType

Gets and sets the property ReservationEndDateType.

The type of end date for the capacity reservation. This indicates whether the reservation has a fixed end date, is open-ended, or follows a specific termination pattern.

Public Property ReservationEndTimestamp System.DateTime

Gets and sets the property ReservationEndTimestamp.

The timestamp when the capacity reservation expires and is no longer available, in milliseconds since epoch. After this time, the reservation will not provide any capacity.

Public Property ReservationId System.String

Gets and sets the property ReservationId.

The unique identifier of the capacity reservation.

Public Property ReservationInstanceMatchCriteria System.String

Gets and sets the property ReservationInstanceMatchCriteria.

The instance matching criteria for the capacity reservation, determining how instances are matched to the reservation.

Public Property ReservationStartTimestamp System.DateTime

Gets and sets the property ReservationStartTimestamp.

The timestamp when the capacity reservation becomes active and available for use, in milliseconds since epoch. This is when the reservation begins providing capacity.

Public Property ReservationState Amazon.EC2.ReservationState

Gets and sets the property ReservationState.

The current state of the capacity reservation.

Public Property ReservationType Amazon.EC2.ReservationType

Gets and sets the property ReservationType.

The type of capacity reservation.

Public Property ReservationUnusedFinancialOwner System.String

Gets and sets the property ReservationUnusedFinancialOwner.

The Amazon Web Services account ID that is financially responsible for unused capacity reservation costs.

Public Property ResourceRegion System.String

Gets and sets the property ResourceRegion.

The Amazon Web Services Region where the capacity resource is located.

Public Property Tenancy Amazon.EC2.CapacityTenancy

Gets and sets the property Tenancy.

The tenancy of the EC2 instances associated with this capacity dimension. Valid values are 'default' for shared tenancy, 'dedicated' for dedicated instances, or 'host' for dedicated hosts.

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