Package version:

Interface CapacityReservationInstanceView

The instance view of a capacity reservation that provides as snapshot of the runtime properties of the capacity reservation that is managed by the platform and can change outside of control plane operations.

interface CapacityReservationInstanceView {
    statuses?: InstanceViewStatus[];
    utilizationInfo?: CapacityReservationUtilization;
}

Hierarchy (view full)

Properties

statuses?: InstanceViewStatus[]

The resource status information.

Unutilized capacity of the capacity reservation.