Skip to main content

Interface: ClusterConfig

Defined in: type/ClusterConfig.ts:5

Object class for ClusterConfig

Properties

createdAt

createdAt: string

Defined in: type/ClusterConfig.ts:16

Timestamp marking when the cluster configuration was created, in UTC ISO 8601 format.


createdBy?

optional createdBy?: number

Defined in: type/ClusterConfig.ts:18

Identifier of the user account that created the cluster configuration.


id

id: number

Defined in: type/ClusterConfig.ts:7

id field


lastModifiedAt

lastModifiedAt: string

Defined in: type/ClusterConfig.ts:20

Timestamp marking the last modification of the cluster configuration, in UTC ISO 8601 format.


lastModifiedBy?

optional lastModifiedBy?: number

Defined in: type/ClusterConfig.ts:22

Identifier of the user account that last modified the cluster configuration.


name

name: string

Defined in: type/ClusterConfig.ts:9

name field


settings?

optional settings?: ClusterConfigSetting[]

Defined in: type/ClusterConfig.ts:11

settings field


uuid

uuid: string

Defined in: type/ClusterConfig.ts:14

Globally unique identifier for the cluster configuration.