AddonVrPropertiesArgs

data class AddonVrPropertiesArgs(val addonType: Output<String>, val vrsCount: Output<Int>) : ConvertibleToJava<AddonVrPropertiesArgs>

The properties of a vSphere Replication (VR) addon

Constructors

Link copied to clipboard
constructor(addonType: Output<String>, vrsCount: Output<Int>)

Properties

Link copied to clipboard
val addonType: Output<String>

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

Link copied to clipboard
val vrsCount: Output<Int>

The vSphere Replication Server (VRS) count

Functions

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