StudioComponentComputeFarmConfiguration

data class StudioComponentComputeFarmConfiguration(val activeDirectoryUser: String? = null, val endpoint: String? = null)

The configuration for a render farm that is associated with a studio resource.

Constructors

Link copied to clipboard
constructor(activeDirectoryUser: String? = null, endpoint: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of an Active Directory user that is used on ComputeFarm worker instances.

Link copied to clipboard
val endpoint: String? = null

The endpoint of the ComputeFarm that is accessed by the studio component resource.