data3

package
v0.0.0-...-035b639 Latest Latest
Warning

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

Go to latest
Published: Mar 10, 2024 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Serve

func Serve()

Types

type DeploymentRequest

type DeploymentRequest struct {
	DbOwner              string  `json:"dbOwner"`
	Region               string  `json:"region"`
	DbEngine             string  `json:"dbEngine"`
	DbEngineVersion      string  `json:"dbEngineVersion"`
	IsLicensed           *bool   `json:"isLicensed"` // Using pointer to bool for nullable fields
	LicenseKey           *string `json:"licenseKey"`
	DeploymentType       string  `json:"deploymentType"`
	Specification        string  `json:"specification"`
	CPU                  int     `json:"cpu"`
	Memory               int     `json:"memory"`
	Storage              int     `json:"storage"`
	IOPS                 int     `json:"iops"`
	IsRedundancyRequired bool    `json:"isRedundancyRequired"`
	Redundancy           *int    `json:"redundancy"`
	IsBackupRequired     bool    `json:"isBackupRequired"`
	BackupFrequencyDays  *int    `json:"backupFrequencyDays"`
	BackupRetentionDays  *int    `json:"backupRetentionDays"`
	PaymentFrequency     string  `json:"paymentFrequency"`
	DbUsername           string  `json:"dbUsername"`
	IsAutoGenPassword    bool    `json:"isAutoGenPassword"`
	DbPassword           *string `json:"dbPassword"`
	Name                 string  `json:"name"`
	Address              string  `json:"address"`
}

Jump to

Keyboard shortcuts

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