Interface: IRequest
Properties of a Request.
Implemented by
Properties
asyncOperationId
• Optional asyncOperationId: null | string
The id of the async operation that is creating/updating/deleting the capacity, if any.
endTime
• Optional endTime: null | ITimestamp
The date and time when the capacity request was completed or failed.
spec
• Optional spec: null | ICapacitySpec
The requested capacity specification.
startTime
• Optional startTime: null | ITimestamp
The date and time when the capacity request was created.
state
• Optional state: null | State
The current state of the capacity request (e.g. in-progress, completed, failed).