Documentation
¶
Index ¶
Constants ¶
View Source
const (
SlaveAttributeIpResources = "ip-resources"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Attribute ¶
type Attribute struct {
Name string `json:"name,omitempty"`
Type Value_Type `json:"type,omitempty"`
Scalar Value_Scalar `json:"scalar,omitempty"`
Ranges []Value_Ranges `json:"ranges,omitempty"`
Set Value_Set `json:"set,omitempty"`
Text Value_Text `json:"text,omitempty"`
}
type HostAttributes ¶
type HostPluginParameter ¶
type InitPluginParameter ¶
type InitPluginParameter struct {
ConfPath string `json:"confPath"`
}
type Value_Ranges ¶
type Value_Scalar ¶
type Value_Scalar struct {
Value float64 `json:"value,omitempty"`
}
type Value_Text ¶
type Value_Text struct {
Text string `json:"text,omitempty"`
}
type Value_Type ¶
type Value_Type uint8
const ( ValueScalar Value_Type = 0 ValueRanges Value_Type = 1 ValueSet Value_Type = 2 ValueText Value_Type = 3 )
Click to show internal directories.
Click to hide internal directories.