ClusterLogsInstances
Properties
Name
Type
Description
Notes
name
String
The name of the PostgreSQL instance.
[optional]
Example
require 'ionoscloud-dbaas-postgres'
instance = IonoscloudDbaasPostgres::ClusterLogsInstances.new(
name: postgres-cluster-0,
messages: null
)
Last updated