GetUtilizationReportResult

data class GetUtilizationReportResult(val createTime: String, val displayName: String, val error: StatusResponse, val frameEndTime: String, val name: String, val state: String, val stateTime: String, val timeFrame: String, val vmCount: Int, val vms: List<VmUtilizationInfoResponse>)

Constructors

Link copied to clipboard
fun GetUtilizationReportResult(createTime: String, displayName: String, error: StatusResponse, frameEndTime: String, name: String, state: String, stateTime: String, timeFrame: String, vmCount: Int, vms: List<VmUtilizationInfoResponse>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The time the report was created (this refers to the time of the request, not the time the report creation completed).

Link copied to clipboard

The report display name, as assigned by the user.

Link copied to clipboard

Provides details on the state of the report in case of an error.

Link copied to clipboard

The point in time when the time frame ends. Notice that the time frame is counted backwards. For instance if the "frame_end_time" value is 2021/01/20 and the time frame is WEEK then the report covers the week between 2021/01/20 and 2021/01/14.

Link copied to clipboard

The report unique name.

Link copied to clipboard

Current state of the report.

Link copied to clipboard

The time the state was last set.

Link copied to clipboard

Time frame of the report.

Link copied to clipboard

Total number of VMs included in the report.

Link copied to clipboard

List of utilization information per VM. When sent as part of the request, the "vm_id" field is used in order to specify which VMs to include in the report. In that case all other fields are ignored.