ServicePlacementNonPartiallyPlaceServicePolicyArgs

data class ServicePlacementNonPartiallyPlaceServicePolicyArgs(val type: Output<String>) : ConvertibleToJava<ServicePlacementNonPartiallyPlaceServicePolicyArgs>

The type of placement policy for a service fabric service. Following are the possible values.

Constructors

constructor(type: Output<String>)

Properties

Link copied to clipboard
val type: Output<String>

The type of placement policy for a service fabric service. Following are the possible values. Expected value is 'NonPartiallyPlaceService'.

Functions

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