PrivateCloudManagementCluster

data class PrivateCloudManagementCluster(val hosts: List<String>? = null, val id: Int? = null, val size: Int)

Constructors

Link copied to clipboard
constructor(hosts: List<String>? = null, id: Int? = null, size: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val hosts: List<String>? = null

A list of hosts in the management cluster.

Link copied to clipboard
val id: Int? = null

The ID of the management cluster.

Link copied to clipboard
val size: Int

The size of the management cluster. This field can not updated with internet_connection_enabled together.