Interface: ClusterConfigSetting
Defined in: type/ClusterConfigSetting.ts:6
Object class for ClusterConfigSetting
Properties
attributeName
attributeName:
string
Defined in: type/ClusterConfigSetting.ts:27
Name of the configurable attribute exposed by the setting.
clusterConfigId
clusterConfigId:
number
Defined in: type/ClusterConfigSetting.ts:31
Numeric identifier of the cluster configuration.
configUuid
configUuid:
string
Defined in: type/ClusterConfigSetting.ts:29
Reference to the cluster configuration that owns the setting.
createdAt
createdAt:
string
Defined in: type/ClusterConfigSetting.ts:19
Timestamp marking when the cluster configuration was created, in UTC ISO 8601 format.
createdBy
createdBy:
number
Defined in: type/ClusterConfigSetting.ts:21
Identifier of the user account that created the cluster configuration.
displayType
displayType:
ClusterConfigSettingDisplayType
Defined in: type/ClusterConfigSetting.ts:10
displayType field
lastModifiedAt
lastModifiedAt:
string
Defined in: type/ClusterConfigSetting.ts:23
Timestamp marking the last modification of the cluster configuration, in UTC ISO 8601 format.
lastModifiedBy
lastModifiedBy:
number
Defined in: type/ClusterConfigSetting.ts:25
Identifier of the user account that last modified the cluster configuration.
priority
priority:
string
Defined in: type/ClusterConfigSetting.ts:12
priority field
tenant
tenant:
string
Defined in: type/ClusterConfigSetting.ts:17
Identifier of the tenant the cluster configuration belongs to.
type
type:
ClusterConfigSettingType
Defined in: type/ClusterConfigSetting.ts:8
type field
uuid
uuid:
string
Defined in: type/ClusterConfigSetting.ts:15
Globally unique identifier for the cluster configuration.