Documentation ¶
Index ¶
- type BGPConfigFlags
- type BGPSessionsCommandArgs
- type BgpConfig
- type Client
- func (c *Client) BGPConfig() *cobra.Command
- func (c *Client) BGPEnable() *cobra.Command
- func (c *Client) BGPSessions() *cobra.Command
- func (c *Client) Create() *cobra.Command
- func (c *Client) Delete() *cobra.Command
- func (c *Client) NewCommand() *cobra.Command
- func (c *Client) Retrieve() *cobra.Command
- func (c *Client) Update() *cobra.Command
- type Servicer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BGPConfigFlags ¶ added in v0.18.0
type BGPConfigFlags struct {
// contains filtered or unexported fields
}
BGPConfigFlags holds the flags for the BGPConfig command
type BGPSessionsCommandArgs ¶ added in v0.18.0
type BGPSessionsCommandArgs struct {
ProjectID string
}
type Client ¶
type Client struct { Servicer Servicer ProjectService metal.ProjectsApiService BGPConfigService metal.BGPApiService Out outputs.Outputer }
func (*Client) BGPSessions ¶ added in v0.8.0
func (*Client) NewCommand ¶
Click to show internal directories.
Click to hide internal directories.