hostcustomvar

package
v1.0.0-rc1 Latest Latest
Warning

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

Go to latest
Published: Mar 13, 2020 License: GPL-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ObjectInformation configobject.ObjectInformation
	Fields            = []string{
		"id",
		"host_id",
		"customvar_id",
		"environment_id",
	}
)

Functions

func NewHostCustomvar

func NewHostCustomvar() connection.Row

Types

type HostCustomvar

type HostCustomvar struct {
	Id          string `json:"id"`
	HostId      string `json:"object_id"`
	CustomvarId string `json:"customvar_id"`
	EnvId       string `json:"environment_id"`
}

func (*HostCustomvar) GetFinalRows

func (h *HostCustomvar) GetFinalRows() ([]connection.Row, error)

func (*HostCustomvar) GetId

func (c *HostCustomvar) GetId() string

func (*HostCustomvar) InsertValues

func (c *HostCustomvar) InsertValues() []interface{}

func (*HostCustomvar) SetId

func (c *HostCustomvar) SetId(id string)

func (*HostCustomvar) UpdateValues

func (c *HostCustomvar) UpdateValues() []interface{}

Jump to

Keyboard shortcuts

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