PerformanceDataArgs

data class PerformanceDataArgs(val percentile: Output<Either<String, Percentile>>? = null, val perfDataEndTime: Output<String>? = null, val perfDataStartTime: Output<String>? = null, val timeRange: Output<Either<String, TimeRange>>? = null) : ConvertibleToJava<PerformanceDataArgs>

Performance data class.

Constructors

Link copied to clipboard
constructor(percentile: Output<Either<String, Percentile>>? = null, perfDataEndTime: Output<String>? = null, perfDataStartTime: Output<String>? = null, timeRange: Output<Either<String, TimeRange>>? = null)

Properties

Link copied to clipboard
val percentile: Output<Either<String, Percentile>>? = null

Percentile of the utilization data values to be considered while assessing machines.

Link copied to clipboard
val perfDataEndTime: Output<String>? = null

Gets or sets the end time to consider performance data for assessment.

Link copied to clipboard
val perfDataStartTime: Output<String>? = null

Gets or sets the start time to consider performance data for assessment.

Link copied to clipboard
val timeRange: Output<Either<String, TimeRange>>? = null

Time Range for which the historic utilization data should be considered for assessment.

Functions

Link copied to clipboard
open override fun toJava(): PerformanceDataArgs