Service Ordered Placement Strategy Args
data class ServiceOrderedPlacementStrategyArgs(val field: Output<String>? = null, val type: Output<String>) : ConvertibleToJava<ServiceOrderedPlacementStrategyArgs>
Properties
Link copied to clipboard
For the spread
placement strategy, valid values are instanceId
(or host
, which has the same effect), or any platform or custom attribute that is applied to a container instance. For the binpack
type, valid values are memory
and cpu
. For the random
type, this attribute is not needed. For more information, see Placement Strategy.