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.
Namespace: Amazon.EC2.Model
Assembly: AWSSDK.EC2.dll
Version: 3.x.y.z
public class CapacityManagerDimension
The CapacityManagerDimension type exposes the following members
| Name | Description | |
|---|---|---|
|
CapacityManagerDimension() |
| Name | Type | Description | |
|---|---|---|---|
|
AccountId | System.String |
Gets and sets the property AccountId. The Amazon Web Services account ID that owns the capacity resource. |
|
AvailabilityZoneId | System.String |
Gets and sets the property AvailabilityZoneId. The unique identifier of the Availability Zone where the capacity resource is located. |
|
InstanceFamily | System.String |
Gets and sets the property InstanceFamily. The EC2 instance family of the capacity resource. |
|
InstancePlatform | System.String |
Gets and sets the property InstancePlatform. The platform or operating system of the instance. |
|
InstanceType | System.String |
Gets and sets the property InstanceType. The specific EC2 instance type of the capacity resource. |
|
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. |
|
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. |
|
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. |
|
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. |
|
ReservationId | System.String |
Gets and sets the property ReservationId. The unique identifier of the capacity reservation. |
|
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. |
|
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. |
|
ReservationState | Amazon.EC2.ReservationState |
Gets and sets the property ReservationState. The current state of the capacity reservation. |
|
ReservationType | Amazon.EC2.ReservationType |
Gets and sets the property ReservationType. The type of capacity reservation. |
|
ReservationUnusedFinancialOwner | System.String |
Gets and sets the property ReservationUnusedFinancialOwner. The Amazon Web Services account ID that is financially responsible for unused capacity reservation costs. |
|
ResourceRegion | System.String |
Gets and sets the property ResourceRegion. The Amazon Web Services Region where the capacity resource is located. |
|
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. |
.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