postgresqldb

package
v0.8.0-alpha Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 7, 2018 License: MIT Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(
	armDeployer arm.Deployer,
	postgresqlManager postgresql.Manager,
) service.Module

New returns a new instance of a type that fulfills the service.Module interface and is capable of provisioning PostgreSQL servers and databases using "Azure Database for PostgreSQL"

Types

type BindingParameters

type BindingParameters struct {
}

BindingParameters encapsulates PostgreSQL-specific binding options

type Credentials

type Credentials struct {
	Host     string `json:"host"`
	Port     int    `json:"port"`
	Database string `json:"database"`
	Username string `json:"username"`
	Password string `json:"password"`
}

Credentials encapsulates PostgreSQL-specific coonection details and credentials.

type ProvisioningParameters

type ProvisioningParameters struct {
	SSLEnforcement  string   `json:"sslEnforcement"`
	Extensions      []string `json:"extensions"`
	FirewallIPStart string   `json:"firewallStartIPAddress"`
	FirewallIPEnd   string   `json:"firewallEndIPAddress"`
}

ProvisioningParameters encapsulates PostgreSQL-specific provisioning options

type UpdatingParameters

type UpdatingParameters struct {
}

UpdatingParameters encapsulates PostgreSQL-specific updating options

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL