ClusterLogsInstances

Properties

NameTypeDescriptionNotes

name

String

The name of the PostgreSQL instance.

[optional]

messages

[optional]

Example

require 'ionoscloud-dbaas-postgres'

instance = IonoscloudDbaasPostgres::ClusterLogsInstances.new(
  name: postgres-cluster-0,
  messages: null
)

Last updated