Versions in this module Expand all Collapse all v1 v1.1.3 Nov 13, 2022 v1.1.2 Nov 9, 2022 v1.1.1 Nov 9, 2022 v1.1.0 Nov 9, 2022 v1.0.4 Nov 1, 2022 v1.0.3 Nov 1, 2022 v1.0.2 Oct 28, 2022 v1.0.1 Oct 28, 2022 v1.0.0 Oct 28, 2022 v0 v0.5.1 Oct 20, 2022 v0.5.0 Oct 20, 2022 Changes in this version + type ACL struct + Items []string + type CreateRequest struct + ACL ACL + BackupSchedule string + FlavorID string + Labels map[string]string + Name string + Options map[string]string + Replicas int + Storage Storage + Version string + type CreateResponse struct + ID string + type Flavor struct + CPU int + Categories []string + Description string + ID string + Memory int + type GetResponse struct + Item Instance + type Instance struct + ACL ACL + BackupSchedule string + Flavor Flavor + ID string + Name string + ProjectID string + Replicas int + Status string + Storage Storage + Users []User + Version string + type ListResponse struct + Count int + Items []ListResponseItem + type ListResponseItem struct + ID string + Name string + ProjectID string + type PostgresInstancesService common.Service + func New(c common.Client) *PostgresInstancesService + func (svc *PostgresInstancesService) Create(ctx context.Context, projectID, instanceName, flavorID string, storage Storage, ...) (res CreateResponse, w *wait.Handler, err error) + func (svc *PostgresInstancesService) Delete(ctx context.Context, projectID, instanceID string) (w *wait.Handler, err error) + func (svc *PostgresInstancesService) Get(ctx context.Context, projectID, instanceID string) (res GetResponse, err error) + func (svc *PostgresInstancesService) List(ctx context.Context, projectID string) (res ListResponse, err error) + func (svc *PostgresInstancesService) Update(ctx context.Context, projectID, instanceID, flavorID string, ...) (res UpdateResponse, w *wait.Handler, err error) + type Storage struct + Class string + Size int + type UpdateRequest struct + ACL ACL + BackupSchedule string + FlavorID string + Labels map[string]string + Options map[string]string + type UpdateResponse struct + Item Instance + type User struct + Database string + Hostname string + ID string + Password string + Port int + Roles []string + URI string + Username string