agentmodel

package
v2.0.0 Latest Latest
Warning

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

Go to latest
Published: Dec 17, 2020 License: GPL-3.0, GPL-3.0-or-later Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DbBackupsModel

type DbBackupsModel struct {
	DatabaseName string `json:"database_name"`
	Data         []struct {
		BackupType   string  `json:"backup_type"`
		Hour         string  `json:"hour"`
		AvgBckSizeGB float64 `json:"avg_bck_size_gb"`
		WeekDays     string  `json:"week_days"`
	} `json:"data"`
}

type DbSchemasModel

type DbSchemasModel struct {
	DatabaseName string `json:"database_name"`
	Data         []struct {
		AllocationType string  `json:"allocation_type"`
		UsedMB         float64 `json:"used_mb"`
		AllocatedMB    float64 `json:"allocated_mb"`
	} `json:"data"`
}

type DbTablespacesModel

type DbTablespacesModel struct {
	DatabaseName string `json:"database_name"`
	Data         []struct {
		AllocMB    float64 `json:"alloc_mb"`
		UsedMB     float64 `json:"used_mb"`
		Growth     float64 `json:"growth"`
		GrowthUnit string  `json:"growthUnit"`
		FileType   string  `json:"fileType"`
		Filename   string  `json:"file_name"`
		Status     string  `json:"status"`
	} `json:"data"`
}

type ListInstanceOutputModel

type ListInstanceOutputModel struct {
	Status      string `json:"status"`
	Name        string `json:"name"`
	ConnString  string `json:"connString"`
	DisplayName string `json:"displayName"`
}

type OratabEntry

type OratabEntry struct {
	DBName     string
	OracleHome string
}

OratabEntry struct

type StorageServerName

type StorageServerName string

StorageServerName string

Jump to

Keyboard shortcuts

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