Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Forwarding ¶
type Forwarding struct { Hostname string `json:"hostname,omitempty"` Port int `json:"port,omitempty"` Protocol string `json:"protocol,omitempty"` }
Forwarding represents configuration for log message forwarding.
type Manager ¶
Manager provides convenience methods to configure appliance logging forwarding.
func NewManager ¶
NewManager creates a new Manager with the given client
func (*Manager) Forwarding ¶
func (m *Manager) Forwarding(ctx context.Context) ([]Forwarding, error)
Forwarding returns all logging forwarding config.
Click to show internal directories.
Click to hide internal directories.