com.pulumi.kubernetes.resource.v1alpha3.kotlin.inputs.BasicDevicePatchArgs.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pulumi-kubernetes-kotlin Show documentation
Show all versions of pulumi-kubernetes-kotlin Show documentation
Build cloud applications and infrastructure by combining the safety and reliability of infrastructure as code with the power of the Kotlin programming language.
The newest version!
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.kubernetes.resource.v1alpha3.kotlin.inputs
import com.pulumi.core.Output
import com.pulumi.core.Output.of
import com.pulumi.kotlin.ConvertibleToJava
import com.pulumi.kotlin.PulumiTagMarker
import com.pulumi.kotlin.applySuspend
import com.pulumi.kubernetes.resource.v1alpha3.inputs.BasicDevicePatchArgs.builder
import kotlin.Pair
import kotlin.String
import kotlin.Suppress
import kotlin.Unit
import kotlin.collections.Map
import kotlin.jvm.JvmName
/**
* BasicDevice defines one device instance.
* @property attributes Attributes defines the set of attributes for this device. The name of each attribute must be unique in that set.
* The maximum number of attributes and capacities combined is 32.
* @property capacity Capacity defines the set of capacities for this device. The name of each capacity must be unique in that set.
* The maximum number of attributes and capacities combined is 32.
*/
public data class BasicDevicePatchArgs(
public val attributes: Output
© 2015 - 2024 Weber Informatics LLC | Privacy Policy