ServicePlacementInvalidDomainPolicyArgs

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

Describes the policy to be used for placement of a Service Fabric service where a particular fault or upgrade domain should not be used for placement of the instances or replicas of that service.

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 not be used for placement.

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

Functions

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