Documentation
¶
Overview ¶
Package networkconfigmanagementimpl implements the networkconfigmanagement component interface
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetConfigResponse ¶
type GetConfigResponse struct {
ConfigUUID string `json:"config_uuid"`
DeviceID string `json:"device_id"`
ConfigType types.ConfigType `json:"config_type"`
CapturedAt int64 `json:"captured_at"`
RawConfig string `json:"raw_config"`
}
GetConfigResponse is the JSON response returned by the /agent/ncm/config endpoint.
type Provides ¶
type Provides struct {
compdef.Out
Comp option.Option[networkconfigmanagement.Component]
GetConfigEndpoint api.EndpointProvider `group:"agent_endpoint"`
}
Provides defines the output of the networkconfigmanagement component
func NewComponent ¶
NewComponent creates a new networkconfigmanagement component
func NewNoopComponent ¶
NewComponent creates a stub networkconfigmanagement component
Click to show internal directories.
Click to hide internal directories.