ServicePlacementStrategyArgs

data class ServicePlacementStrategyArgs(val field: Output<String>? = null, val type: Output<ServicePlacementStrategyType>) : ConvertibleToJava<ServicePlacementStrategyArgs>

Constructors

Link copied to clipboard
fun ServicePlacementStrategyArgs(field: Output<String>? = null, type: Output<ServicePlacementStrategyType>)

Functions

Link copied to clipboard
open override fun toJava(): ServicePlacementStrategyArgs

Properties

Link copied to clipboard
val field: Output<String>? = null
Link copied to clipboard