ClusterServerProperties interface

The properties of a server in cluster.

Extends

Properties

availabilityZone

Availability Zone information of the server.

citusVersion

The Citus extension version of server.

fullyQualifiedDomainName

The fully qualified domain name of a server.

haState

A state of HA feature for the cluster.

postgresqlVersion

The major PostgreSQL version of server.

role

The role of server in the cluster.

state

A state of a cluster/server that is visible to user.

Inherited Properties

administratorLogin

The administrator's login name of the servers in the cluster.

enableHa

If high availability (HA) is enabled or not for the server.

enablePublicIpAccess

If public access is enabled on server.

isReadOnly

If server database is set to read-only by system maintenance depending on high disk space usage.

serverEdition

The edition of a server.

storageQuotaInMb

The storage of a server in MB.

vCores

The vCores count of a server.

Property Details

availabilityZone

Availability Zone information of the server.

availabilityZone?: string

Property Value

string

citusVersion

The Citus extension version of server.

citusVersion?: string

Property Value

string

fullyQualifiedDomainName

The fully qualified domain name of a server.

fullyQualifiedDomainName?: string

Property Value

string

haState

A state of HA feature for the cluster.

haState?: string

Property Value

string

postgresqlVersion

The major PostgreSQL version of server.

postgresqlVersion?: string

Property Value

string

role

The role of server in the cluster.

role?: string

Property Value

string

state

A state of a cluster/server that is visible to user.

state?: string

Property Value

string

Inherited Property Details

administratorLogin

The administrator's login name of the servers in the cluster.

administratorLogin?: string

Property Value

string

Inherited From ServerProperties.administratorLogin

enableHa

If high availability (HA) is enabled or not for the server.

enableHa?: boolean

Property Value

boolean

Inherited From ServerProperties.enableHa

enablePublicIpAccess

If public access is enabled on server.

enablePublicIpAccess?: boolean

Property Value

boolean

Inherited From ServerProperties.enablePublicIpAccess

isReadOnly

If server database is set to read-only by system maintenance depending on high disk space usage.

isReadOnly?: boolean

Property Value

boolean

Inherited From ServerProperties.isReadOnly

serverEdition

The edition of a server.

serverEdition?: string

Property Value

string

Inherited From ServerProperties.serverEdition

storageQuotaInMb

The storage of a server in MB.

storageQuotaInMb?: number

Property Value

number

Inherited From ServerProperties.storageQuotaInMb

vCores

The vCores count of a server.

vCores?: number

Property Value

number

Inherited From ServerProperties.vCores