Documentation ¶
Index ¶
- Variables
- func ApacheRow() []*metadata.Attribute
- func AppRow() []*metadata.Attribute
- func FirewallRow() []*metadata.Attribute
- func HostRow() []*metadata.Attribute
- func LoadBalanceRow() []*metadata.Attribute
- func ModuleRow() []*metadata.Attribute
- func PlatRow() []*metadata.Attribute
- func ProcRow() []*metadata.Attribute
- func RouterRow() []*metadata.Attribute
- func SetRow() []*metadata.Attribute
- func SwitchRow() []*metadata.Attribute
- func TomcatRow() []*metadata.Attribute
- func WeblogicRow() []*metadata.Attribute
- type Association
Constants ¶
This section is empty.
Variables ¶
View Source
var Distribution = "community" // could be community or enterprise
Distribution init revision
Functions ¶
Types ¶
type Association ¶
type Association struct { ID int64 `field:"id" json:"id" bson:"id"` ObjectID string `field:"bk_obj_id" json:"bk_obj_id" bson:"bk_obj_id"` OwnerID string `field:"bk_supplier_account" json:"bk_supplier_account" bson:"bk_supplier_account"` AsstForward string `field:"bk_asst_forward" json:"bk_asst_forward" bson:"bk_asst_forward"` AsstObjID string `field:"bk_asst_obj_id" json:"bk_asst_obj_id" bson:"bk_asst_obj_id"` AsstName string `field:"bk_asst_name" json:"bk_asst_name" bson:"bk_asst_name"` ObjectAttID string `field:"bk_object_att_id" json:"bk_object_att_id" bson:"bk_object_att_id"` ClassificationID string `field:"bk_classification_id" bson:"-"` ObjectIcon string `field:"bk_obj_icon" bson:"-"` ObjectName string `field:"bk_obj_name" bson:"-"` }
Association for purpose of this structure not change by other, copy here
Click to show internal directories.
Click to hide internal directories.