DraModelPropertiesArgs

data class DraModelPropertiesArgs(val authenticationIdentity: Output<IdentityModelArgs>, val customProperties: Output<VMwareDraModelCustomPropertiesArgs>, val machineId: Output<String>, val machineName: Output<String>, val resourceAccessIdentity: Output<IdentityModelArgs>) : ConvertibleToJava<DraModelPropertiesArgs>

Dra model properties.

Constructors

Link copied to clipboard
constructor(authenticationIdentity: Output<IdentityModelArgs>, customProperties: Output<VMwareDraModelCustomPropertiesArgs>, machineId: Output<String>, machineName: Output<String>, resourceAccessIdentity: Output<IdentityModelArgs>)

Properties

Link copied to clipboard

Identity model.

Link copied to clipboard

Dra model custom properties.

Link copied to clipboard
val machineId: Output<String>

Gets or sets the machine Id where Dra is running.

Link copied to clipboard
val machineName: Output<String>

Gets or sets the machine name where Dra is running.

Link copied to clipboard

Identity model.

Functions

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