GetBareMetalClusterPlainArgs

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

Constructors

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

Properties

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

Functions

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