PrivateCloudManagementClusterArgs

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

Constructors

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

Properties

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

A list of hosts in the management cluster.

Link copied to clipboard
val id: Output<Int>? = null

The ID of the management cluster.

Link copied to clipboard
val size: Output<Int>

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

Functions

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