Allocation Result Args
data class AllocationResultArgs(val availableOnNodes: Output<NodeSelectorArgs>? = null, val resourceHandle: Output<String>? = null, val shareable: Output<Boolean>? = null) : ConvertibleToJava<AllocationResultArgs>
AllocationResult contains attributed of an allocated resource.
Constructors
Link copied to clipboard
fun AllocationResultArgs(availableOnNodes: Output<NodeSelectorArgs>? = null, resourceHandle: Output<String>? = null, shareable: Output<Boolean>? = null)