All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pulumi.azurenative.machinelearningservices.kotlin.outputs.ComputeSchedulesResponse.kt Maven / Gradle / Ivy

@file:Suppress("NAME_SHADOWING", "DEPRECATION")

package com.pulumi.azurenative.machinelearningservices.kotlin.outputs

import kotlin.Suppress
import kotlin.collections.List

/**
 * The list of schedules to be applied on the computes
 * @property computeStartStop The list of compute start stop schedules to be applied.
 */
public data class ComputeSchedulesResponse(
    public val computeStartStop: List? = null,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.azurenative.machinelearningservices.outputs.ComputeSchedulesResponse): ComputeSchedulesResponse = ComputeSchedulesResponse(
            computeStartStop = javaType.computeStartStop().map({ args0 ->
                args0.let({ args0 ->
                    com.pulumi.azurenative.machinelearningservices.kotlin.outputs.ComputeStartStopScheduleResponse.Companion.toKotlin(args0)
                })
            }),
        )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy