GmsaDetailsArgs

data class GmsaDetailsArgs(val dnsName: Output<String>? = null, val gmsaAccount: Output<String>? = null, val loadBalancerIP: Output<String>? = null, val managementServerGroupName: Output<String>? = null) : ConvertibleToJava<GmsaDetailsArgs>

Gmsa Details

Constructors

Link copied to clipboard
constructor(dnsName: Output<String>? = null, gmsaAccount: Output<String>? = null, loadBalancerIP: Output<String>? = null, managementServerGroupName: Output<String>? = null)

Properties

Link copied to clipboard
val dnsName: Output<String>? = null

Frontend DNS name for Load Balancer which will be used by Agents to initiate communication

Link copied to clipboard
val gmsaAccount: Output<String>? = null

gMSA account under which context all Management Server services will run

Link copied to clipboard
val loadBalancerIP: Output<String>? = null

Frontend IP configuration for Load Balancer, which should be an available IP in customer VNet

Link copied to clipboard
val managementServerGroupName: Output<String>? = null

OnPrem AD Computer Group where we will join VMs for ease of management

Functions

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