Performance Data Args
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.
Properties
Link copied to clipboard
Percentile of the utilization data values to be considered while assessing machines.
Link copied to clipboard
Gets or sets the end time to consider performance data for assessment.
Link copied to clipboard
Gets or sets the start time to consider performance data for assessment.