ServicePlacementRequiredDomainPolicyArgs

data class ServicePlacementRequiredDomainPolicyArgs(val domainName: Output<String>, val type: Output<String>) : ConvertibleToJava<ServicePlacementRequiredDomainPolicyArgs>

Describes the policy to be used for placement of a Service Fabric service where the instances or replicas of that service must be placed in a particular domain.

Constructors

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

Properties

Link copied to clipboard
val domainName: Output<String>

The name of the domain that should used for placement as per this policy.

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 'RequiredDomain'.

Functions

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