Package version:

Interface CapacityReservationInstanceViewWithName

The instance view of a capacity reservation that includes the name of the capacity reservation. It is used for the response to the instance view of a capacity reservation group.

interface CapacityReservationInstanceViewWithName {
    name?: string;
    statuses?: InstanceViewStatus[];
    utilizationInfo?: CapacityReservationUtilization;
}

Hierarchy (view full)

Properties

name?: string

The name of the capacity reservation. NOTE: This property will not be serialized. It can only be populated by the server.

statuses?: InstanceViewStatus[]

The resource status information.

Unutilized capacity of the capacity reservation.