AddonHcxPropertiesArgs

data class AddonHcxPropertiesArgs(val addonType: Output<String>, val offer: Output<String>) : ConvertibleToJava<AddonHcxPropertiesArgs>

The properties of an HCX addon

Constructors

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

Properties

Link copied to clipboard
val addonType: Output<String>

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

Link copied to clipboard
val offer: Output<String>

The HCX offer, example VMware MaaS Cloud Provider (Enterprise)

Functions

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