ServicePlacementPolicyDescriptionArgs

data class ServicePlacementPolicyDescriptionArgs(val type: Output<Either<String, ServicePlacementPolicyType>>) : ConvertibleToJava<ServicePlacementPolicyDescriptionArgs>

Describes the policy to be used for placement of a Service Fabric service.

Constructors

Link copied to clipboard
constructor(type: Output<Either<String, ServicePlacementPolicyType>>)

Properties

Link copied to clipboard
val type: Output<Either<String, ServicePlacementPolicyType>>

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

Functions

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