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

com.pulumi.kubernetes.resource.v1beta1.kotlin.outputs.DeviceCapacity.kt Maven / Gradle / Ivy

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

package com.pulumi.kubernetes.resource.v1beta1.kotlin.outputs

import kotlin.String
import kotlin.Suppress

/**
 * DeviceCapacity describes a quantity associated with a device.
 * @property value Value defines how much of a certain device capacity is available.
 */
public data class DeviceCapacity(
    public val `value`: String,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.kubernetes.resource.v1beta1.outputs.DeviceCapacity): DeviceCapacity = DeviceCapacity(
            `value` = javaType.`value`(),
        )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy