AddonArcPropertiesArgs

data class AddonArcPropertiesArgs(val addonType: Output<String>, val vCenter: Output<String>? = null) : ConvertibleToJava<AddonArcPropertiesArgs>

The properties of an Arc addon

Constructors

Link copied to clipboard
constructor(addonType: Output<String>, vCenter: Output<String>? = null)

Properties

Link copied to clipboard
val addonType: Output<String>

The type of private cloud addon Expected value is 'Arc'.

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

The VMware vCenter resource ID

Functions

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