GetVmwareClusterPlainArgs

data class GetVmwareClusterPlainArgs(val location: String, val project: String? = null, val view: String? = null, val vmwareClusterId: String) : ConvertibleToJava<GetVmwareClusterPlainArgs>

Constructors

Link copied to clipboard
constructor(location: String, project: String? = null, view: String? = null, vmwareClusterId: String)

Properties

Link copied to clipboard
Link copied to clipboard
val project: String? = null
Link copied to clipboard
val view: String? = null
Link copied to clipboard

Functions

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