hostgroup

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",
		"environment_id",
		"name_checksum",
		"properties_checksum",
		"name",
		"name_ci",
		"display_name",
		"zone_id",
	}
)

Functions

func NewHostgroup

func NewHostgroup() connection.Row

Types

type Hostgroup

type Hostgroup struct {
	Id                 string  `json:"id"`
	EnvId              string  `json:"environment_id"`
	NameChecksum       string  `json:"name_checksum"`
	PropertiesChecksum string  `json:"checksum"`
	Name               string  `json:"name"`
	NameCi             *string `json:"name_ci"`
	DisplayName        string  `json:"display_name"`
	ZoneId             string  `json:"zone_id"`
}

func (*Hostgroup) GetFinalRows

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

func (*Hostgroup) GetId

func (h *Hostgroup) GetId() string

func (*Hostgroup) InsertValues

func (h *Hostgroup) InsertValues() []interface{}

func (*Hostgroup) SetId

func (h *Hostgroup) SetId(id string)

func (*Hostgroup) UpdateValues

func (h *Hostgroup) UpdateValues() []interface{}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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