Service Placement Strategy Args
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>)