LogoLogo
User GuidesDeveloper ReferenceSupportFAQLog in
  • Introduction
  • Changelog
  • API
    • BackupsApi
    • ClustersApi
    • LogsApi
    • MetadataApi
    • RestoresApi
  • Models
    • APIVersion
    • BackupLocation
    • BackupMetadata
    • BackupResponse
    • ClusterBackup
    • ClusterBackupList
    • ClusterBackupListAllOf
    • ClusterList
    • ClusterListAllOf
    • ClusterLogs
    • ClusterLogsInstances
    • ClusterLogsMessages
    • ClusterProperties
    • ClusterResponse
    • Connection
    • CreateClusterProperties
    • CreateClusterRequest
    • CreateRestoreRequest
    • DBUser
    • DayOfTheWeek
    • ErrorMessage
    • ErrorResponse
    • Location
    • MaintenanceWindow
    • Metadata
    • Pagination
    • PaginationLinks
    • PatchClusterProperties
    • PatchClusterRequest
    • PostgresVersionList
    • PostgresVersionListData
    • ResourceType
    • State
    • StorageType
    • SynchronizationMode
On this page
  • Properties
  • Example
  1. Models

APIVersion

Properties

Name
Type
Description
Notes

name

String

[optional]

swagger_url

String

[optional]

Example

require 'ionoscloud-dbaas-postgres'

instance = IonoscloudDbaasPostgres::APIVersion.new(
  name: v2.1,
  swagger_url: https://api.ionos.com/databases/postgres/infos/assets/swagger-v2.1.yml
)
PreviousRestoresApiNextBackupLocation

Last updated 3 years ago