GetDatacentersPlainArgs

data class GetDatacentersPlainArgs(val ignoreDownNodes: Boolean? = null, val prefix: String? = null) : ConvertibleToJava<GetDatacentersPlainArgs>

A collection of arguments for invoking getDatacenters.

Constructors

Link copied to clipboard
constructor(ignoreDownNodes: Boolean? = null, prefix: String? = null)

Properties

Link copied to clipboard

(bool: false): An optional flag that, if set to true will ignore down nodes when compiling the list of datacenters.

Link copied to clipboard
val prefix: String? = null

(string): An optional string to filter datacenters based on name prefix. If not provided, all datacenters are returned.

Functions

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