Documentation ¶
Index ¶
- type NbCtl
- func (n *NbCtl) DelGatewayChassis(lrp, chassis string, prio int) error
- func (n *NbCtl) GetGatewayChassis(lrp, chassis string) (string, error)
- func (n *NbCtl) LrPolicyAdd(logicalRouter string, prio int, filter string, actions ...string) error
- func (n *NbCtl) LrPolicyDel(logicalRouter string, prio int, filter string) error
- func (n *NbCtl) LrPolicyGetSubnets(logicalRouter, rerouteIp string) (*util.StringSet, error)
- func (n *NbCtl) LrSetLoadBalancers(lrId string, lbIDs []string) error
- func (n *NbCtl) SetGatewayChassis(lrp, chassis string, prio int) error
- func (n *NbCtl) SetRouterChassis(router, chassis string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NbCtl ¶
type NbCtl struct {
// contains filtered or unexported fields
}
func (*NbCtl) DelGatewayChassis ¶
func (*NbCtl) GetGatewayChassis ¶
func (*NbCtl) LrPolicyAdd ¶
func (*NbCtl) LrPolicyDel ¶
func (*NbCtl) LrPolicyGetSubnets ¶
func (*NbCtl) LrSetLoadBalancers ¶
func (*NbCtl) SetGatewayChassis ¶
func (*NbCtl) SetRouterChassis ¶
Click to show internal directories.
Click to hide internal directories.