vibedist v0.0.2 (2013-07-22T11:47:40Z)
Dub
Repo
Config
vibedist
controller
Undocumented in source.
struct
Config {
BsonObjectID
_id
;
string
name
;
string
adminInterface
;
ushort
adminPort
;
string
[]
nodeInterfaces
;
ushort
nodePort
;
string
[]
publicInterfaces
;
string
rootPasswordHash
;
}
Members
Variables
_id
BsonObjectID
_id
;
Undocumented in source.
adminInterface
string
adminInterface
;
Undocumented in source.
adminPort
ushort
adminPort
;
Undocumented in source.
name
string
name
;
Undocumented in source.
nodeInterfaces
string
[]
nodeInterfaces
;
Undocumented in source.
nodePort
ushort
nodePort
;
Undocumented in source.
publicInterfaces
string
[]
publicInterfaces
;
Undocumented in source.
rootPasswordHash
string
rootPasswordHash
;
Undocumented in source.
Meta
Source
See Implementation
vibedist
controller
functions
getConfig
structs
Config
variables
configs