Comment on page
ClusterLogsInstances
Name | Type | Description | Notes |
---|---|---|---|
name | String | The name of the PostgreSQL instance. | [optional] |
messages | | [optional] |
require 'ionoscloud-dbaas-postgres'
instance = IonoscloudDbaasPostgres::ClusterLogsInstances.new(
name: postgres-cluster-0,
messages: null
)
Last modified 1yr ago