Addon Arc Properties Response
data class AddonArcPropertiesResponse(val addonType: String, val provisioningState: String, val vCenter: String? = null)
The properties of an Arc addon
Constructors
Link copied to clipboard
fun AddonArcPropertiesResponse(addonType: String, provisioningState: String, vCenter: String? = null)