tailf_confd_monitoring

package
v0.0.0-...-fac1166 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 17, 2019 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Overview

This module defines status objects for monitoring of ConfD.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ConfdState

type ConfdState struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Tail-f product version number. The type is string.
	Version interface{}

	// Indicates whether an enhanced poll() function is used. The type is bool.
	Epoll interface{}

	// The type is DaemonStatus.
	DaemonStatus interface{}

	// The type is interface{}.
	ReadOnlyMode interface{}

	// Note that if the node is in upgrade mode, it is not possible to get any
	// information from the system over NETCONF. The error-app-tag will be
	// upgrade-in-progress.  Existing CLI sessions can get system information. The
	// type is interface{}.
	UpgradeMode interface{}

	Smp ConfdState_Smp

	Ha ConfdState_Ha

	LoadedDataModels ConfdState_LoadedDataModels

	Netconf ConfdState_Netconf

	Cli ConfdState_Cli

	Webui ConfdState_Webui

	Rest ConfdState_Rest

	Snmp ConfdState_Snmp

	Internal ConfdState_Internal
}

ConfdState

func (*ConfdState) GetEntityData

func (confdState *ConfdState) GetEntityData() *types.CommonEntityData

type ConfdState_Cli

type ConfdState_Cli struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YPresence  bool

	// The transport addresses the CLI server is listening on.  In addition to the
	// SSH addresses listen below, the CLI can always be invoked through the
	// daemons IPC port.  Note that other mechanisms can be put in front of the
	// IPC port, e.g., an OpenSSH server.  Such mechanisms are not known to the
	// daemon and not listed here.
	Listen ConfdState_Cli_Listen
}

ConfdState_Cli This type is a presence type.

func (*ConfdState_Cli) GetEntityData

func (cli *ConfdState_Cli) GetEntityData() *types.CommonEntityData

type ConfdState_Cli_Listen

type ConfdState_Cli_Listen struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// The type is slice of ConfdState_Cli_Listen_Ssh.
	Ssh []*ConfdState_Cli_Listen_Ssh
}

ConfdState_Cli_Listen The transport addresses the CLI server is listening on.

In addition to the SSH addresses listen below, the CLI can always be invoked through the daemons IPC port.

Note that other mechanisms can be put in front of the IPC port, e.g., an OpenSSH server. Such mechanisms are not known to the daemon and not listed here.

func (*ConfdState_Cli_Listen) GetEntityData

func (listen *ConfdState_Cli_Listen) GetEntityData() *types.CommonEntityData

type ConfdState_Cli_Listen_Ssh

type ConfdState_Cli_Listen_Ssh struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YListKey   string

	// The type is one of the following types: string with pattern:
	// (([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\.){3}([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])(%[\p{N}\p{L}]+)?,
	// or string with pattern:
	// ((:|[0-9a-fA-F]{0,4}):)([0-9a-fA-F]{0,4}:){0,5}((([0-9a-fA-F]{0,4}:)?(:|[0-9a-fA-F]{0,4}))|(((25[0-5]|2[0-4][0-9]|[01]?[0-9]?[0-9])\.){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9]?[0-9])))(%[\p{N}\p{L}]+)?.
	Ip interface{}

	// The type is interface{} with range: 0..65535.
	Port interface{}
}

ConfdState_Cli_Listen_Ssh

func (*ConfdState_Cli_Listen_Ssh) GetEntityData

func (ssh *ConfdState_Cli_Listen_Ssh) GetEntityData() *types.CommonEntityData

type ConfdState_DaemonStatus

type ConfdState_DaemonStatus string

ConfdState_DaemonStatus

const (
	// The daemon is starting up.
	ConfdState_DaemonStatus_starting ConfdState_DaemonStatus = "starting"

	// The daemon is running in start phase 0.
	ConfdState_DaemonStatus_phase0 ConfdState_DaemonStatus = "phase0"

	// The daemon is running in start phase 1.
	ConfdState_DaemonStatus_phase1 ConfdState_DaemonStatus = "phase1"

	// The daemon is started.
	ConfdState_DaemonStatus_started ConfdState_DaemonStatus = "started"

	// The daemon is stopping.
	ConfdState_DaemonStatus_stopping ConfdState_DaemonStatus = "stopping"
)

type ConfdState_Ha

type ConfdState_Ha struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YPresence  bool

	// The current HA mode of the node in the HA cluster. The type is Mode.
	Mode interface{}

	// The node identifier of this node in the HA cluster. The type is string.
	NodeId interface{}

	// The node identifier of this node's parent node. This is the HA cluster's
	// master node unless relay slaves are used. The type is string.
	MasterNodeId interface{}

	// The node identifiers of the currently connected slaves. The type is slice
	// of string.
	ConnectedSlave []interface{}

	// The node identifiers of slaves with pending acknowledgement of synchronous
	// replication. The type is slice of string.
	PendingSlave []interface{}
}

ConfdState_Ha This type is a presence type.

func (*ConfdState_Ha) GetEntityData

func (ha *ConfdState_Ha) GetEntityData() *types.CommonEntityData

type ConfdState_Ha_Mode

type ConfdState_Ha_Mode string

ConfdState_Ha_Mode represents The current HA mode of the node in the HA cluster.

const (
	ConfdState_Ha_Mode_none ConfdState_Ha_Mode = "none"

	ConfdState_Ha_Mode_slave ConfdState_Ha_Mode = "slave"

	ConfdState_Ha_Mode_master ConfdState_Ha_Mode = "master"

	ConfdState_Ha_Mode_relay_slave ConfdState_Ha_Mode = "relay-slave"
)

type ConfdState_Internal

type ConfdState_Internal struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	Callpoints ConfdState_Internal_Callpoints

	Cdb ConfdState_Internal_Cdb
}

ConfdState_Internal

func (*ConfdState_Internal) GetEntityData

func (internal *ConfdState_Internal) GetEntityData() *types.CommonEntityData

type ConfdState_Internal_Callpoints

type ConfdState_Internal_Callpoints struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// The type is slice of ConfdState_Internal_Callpoints_Callpoint.
	Callpoint []*ConfdState_Internal_Callpoints_Callpoint

	// The type is slice of ConfdState_Internal_Callpoints_Validationpoint.
	Validationpoint []*ConfdState_Internal_Callpoints_Validationpoint

	// The type is slice of ConfdState_Internal_Callpoints_Actionpoint.
	Actionpoint []*ConfdState_Internal_Callpoints_Actionpoint

	// The type is slice of ConfdState_Internal_Callpoints_SnmpInformCallback.
	SnmpInformCallback []*ConfdState_Internal_Callpoints_SnmpInformCallback

	// The type is slice of
	// ConfdState_Internal_Callpoints_SnmpNotificationSubscription.
	SnmpNotificationSubscription []*ConfdState_Internal_Callpoints_SnmpNotificationSubscription

	// The type is slice of
	// ConfdState_Internal_Callpoints_ErrorFormattingCallback.
	ErrorFormattingCallback []*ConfdState_Internal_Callpoints_ErrorFormattingCallback

	// The type is slice of ConfdState_Internal_Callpoints_Typepoint.
	Typepoint []*ConfdState_Internal_Callpoints_Typepoint

	// The type is slice of
	// ConfdState_Internal_Callpoints_NotificationStreamReplay.
	NotificationStreamReplay []*ConfdState_Internal_Callpoints_NotificationStreamReplay

	AuthenticationCallback ConfdState_Internal_Callpoints_AuthenticationCallback

	AuthorizationCallbacks ConfdState_Internal_Callpoints_AuthorizationCallbacks
}

ConfdState_Internal_Callpoints

func (*ConfdState_Internal_Callpoints) GetEntityData

func (callpoints *ConfdState_Internal_Callpoints) GetEntityData() *types.CommonEntityData

type ConfdState_Internal_Callpoints_Actionpoint

type ConfdState_Internal_Callpoints_Actionpoint struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YListKey   string

	// This attribute is a key. Callpoint id. The type is string.
	Id interface{}

	// The path of the list that a range registration pertains to. The type is
	// string.
	Path interface{}

	// The pathname of the shared object implementing the type for a typepoint.
	// The type is string.
	File interface{}

	// If this leaf exists, there is a problem with the callpoint registration.
	// The type is Error_.
	Error interface{}

	Daemon ConfdState_Internal_Callpoints_Actionpoint_Daemon

	// The type is slice of ConfdState_Internal_Callpoints_Actionpoint_Range.
	Range []*ConfdState_Internal_Callpoints_Actionpoint_Range
}

ConfdState_Internal_Callpoints_Actionpoint

func (*ConfdState_Internal_Callpoints_Actionpoint) GetEntityData

type ConfdState_Internal_Callpoints_Actionpoint_Daemon

type ConfdState_Internal_Callpoints_Actionpoint_Daemon struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// The numerical id assigned to the application daemon that has registered for
	// a callpoint. The type is interface{} with range: 0..4294967295.
	Id interface{}

	// The name of the application daemon that has registered for a callpoint. The
	// type is string.
	Name interface{}

	// If this leaf exists, there is a problem with the daemon registration. The
	// type is Error_.
	Error interface{}
}

ConfdState_Internal_Callpoints_Actionpoint_Daemon

func (*ConfdState_Internal_Callpoints_Actionpoint_Daemon) GetEntityData

type ConfdState_Internal_Callpoints_Actionpoint_Daemon_Error_

type ConfdState_Internal_Callpoints_Actionpoint_Daemon_Error_ string

ConfdState_Internal_Callpoints_Actionpoint_Daemon_Error_ represents with the daemon registration.

const (
	// This value means that the application daemon has not
	// completed the registration (with confd_register_done()).
	ConfdState_Internal_Callpoints_Actionpoint_Daemon_Error__PENDING ConfdState_Internal_Callpoints_Actionpoint_Daemon_Error_ = "PENDING"
)

type ConfdState_Internal_Callpoints_Actionpoint_Error_

type ConfdState_Internal_Callpoints_Actionpoint_Error_ string

ConfdState_Internal_Callpoints_Actionpoint_Error_ represents with the callpoint registration.

const (
	// This value means that there is no registration
	// for the callpoint.
	ConfdState_Internal_Callpoints_Actionpoint_Error__NOT_REGISTERED ConfdState_Internal_Callpoints_Actionpoint_Error_ = "NOT-REGISTERED"

	// This value means that the callpoint does not exist,
	// but there is a registration for it.
	ConfdState_Internal_Callpoints_Actionpoint_Error__UNKNOWN ConfdState_Internal_Callpoints_Actionpoint_Error_ = "UNKNOWN"
)

type ConfdState_Internal_Callpoints_Actionpoint_Range

type ConfdState_Internal_Callpoints_Actionpoint_Range struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YListKey   string

	// The space-separated set of keys that defines the lower endpoint of the
	// range for a non-default registration. The type is string.
	Lower interface{}

	// The space-separated set of keys that defines the upper endpoint of the
	// range for a non-default registration. The type is string.
	Upper interface{}

	// If this leaf exists, this is a default registration - in this case 'lower'
	// and 'upper' do not exist. The type is interface{}.
	Default interface{}

	Daemon ConfdState_Internal_Callpoints_Actionpoint_Range_Daemon
}

ConfdState_Internal_Callpoints_Actionpoint_Range

func (*ConfdState_Internal_Callpoints_Actionpoint_Range) GetEntityData

type ConfdState_Internal_Callpoints_Actionpoint_Range_Daemon

type ConfdState_Internal_Callpoints_Actionpoint_Range_Daemon struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// The numerical id assigned to the application daemon that has registered for
	// a callpoint. The type is interface{} with range: 0..4294967295.
	Id interface{}

	// The name of the application daemon that has registered for a callpoint. The
	// type is string.
	Name interface{}

	// If this leaf exists, there is a problem with the daemon registration. The
	// type is Error_.
	Error interface{}
}

ConfdState_Internal_Callpoints_Actionpoint_Range_Daemon

func (*ConfdState_Internal_Callpoints_Actionpoint_Range_Daemon) GetEntityData

type ConfdState_Internal_Callpoints_Actionpoint_Range_Daemon_Error_

type ConfdState_Internal_Callpoints_Actionpoint_Range_Daemon_Error_ string

ConfdState_Internal_Callpoints_Actionpoint_Range_Daemon_Error_ represents with the daemon registration.

const (
	// This value means that the application daemon has not
	// completed the registration (with confd_register_done()).
	ConfdState_Internal_Callpoints_Actionpoint_Range_Daemon_Error__PENDING ConfdState_Internal_Callpoints_Actionpoint_Range_Daemon_Error_ = "PENDING"
)

type ConfdState_Internal_Callpoints_AuthenticationCallback

type ConfdState_Internal_Callpoints_AuthenticationCallback struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YPresence  bool

	// The type is bool.
	Enabled interface{}

	// The path of the list that a range registration pertains to. The type is
	// string.
	Path interface{}

	// The pathname of the shared object implementing the type for a typepoint.
	// The type is string.
	File interface{}

	// If this leaf exists, there is a problem with the callpoint registration.
	// The type is Error_.
	Error interface{}

	Daemon ConfdState_Internal_Callpoints_AuthenticationCallback_Daemon

	// The type is slice of
	// ConfdState_Internal_Callpoints_AuthenticationCallback_Range.
	Range []*ConfdState_Internal_Callpoints_AuthenticationCallback_Range
}

ConfdState_Internal_Callpoints_AuthenticationCallback This type is a presence type.

func (*ConfdState_Internal_Callpoints_AuthenticationCallback) GetEntityData

func (authenticationCallback *ConfdState_Internal_Callpoints_AuthenticationCallback) GetEntityData() *types.CommonEntityData

type ConfdState_Internal_Callpoints_AuthenticationCallback_Daemon

type ConfdState_Internal_Callpoints_AuthenticationCallback_Daemon struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// The numerical id assigned to the application daemon that has registered for
	// a callpoint. The type is interface{} with range: 0..4294967295.
	Id interface{}

	// The name of the application daemon that has registered for a callpoint. The
	// type is string.
	Name interface{}

	// If this leaf exists, there is a problem with the daemon registration. The
	// type is Error_.
	Error interface{}
}

ConfdState_Internal_Callpoints_AuthenticationCallback_Daemon

func (*ConfdState_Internal_Callpoints_AuthenticationCallback_Daemon) GetEntityData

type ConfdState_Internal_Callpoints_AuthenticationCallback_Daemon_Error_

type ConfdState_Internal_Callpoints_AuthenticationCallback_Daemon_Error_ string

ConfdState_Internal_Callpoints_AuthenticationCallback_Daemon_Error_ represents with the daemon registration.

const (
	// This value means that the application daemon has not
	// completed the registration (with confd_register_done()).
	ConfdState_Internal_Callpoints_AuthenticationCallback_Daemon_Error__PENDING ConfdState_Internal_Callpoints_AuthenticationCallback_Daemon_Error_ = "PENDING"
)

type ConfdState_Internal_Callpoints_AuthenticationCallback_Error_

type ConfdState_Internal_Callpoints_AuthenticationCallback_Error_ string

ConfdState_Internal_Callpoints_AuthenticationCallback_Error_ represents with the callpoint registration.

const (
	// This value means that there is no registration
	// for the callpoint.
	ConfdState_Internal_Callpoints_AuthenticationCallback_Error__NOT_REGISTERED ConfdState_Internal_Callpoints_AuthenticationCallback_Error_ = "NOT-REGISTERED"

	// This value means that the callpoint does not exist,
	// but there is a registration for it.
	ConfdState_Internal_Callpoints_AuthenticationCallback_Error__UNKNOWN ConfdState_Internal_Callpoints_AuthenticationCallback_Error_ = "UNKNOWN"
)

type ConfdState_Internal_Callpoints_AuthenticationCallback_Range

type ConfdState_Internal_Callpoints_AuthenticationCallback_Range struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YListKey   string

	// The space-separated set of keys that defines the lower endpoint of the
	// range for a non-default registration. The type is string.
	Lower interface{}

	// The space-separated set of keys that defines the upper endpoint of the
	// range for a non-default registration. The type is string.
	Upper interface{}

	// If this leaf exists, this is a default registration - in this case 'lower'
	// and 'upper' do not exist. The type is interface{}.
	Default interface{}

	Daemon ConfdState_Internal_Callpoints_AuthenticationCallback_Range_Daemon
}

ConfdState_Internal_Callpoints_AuthenticationCallback_Range

func (*ConfdState_Internal_Callpoints_AuthenticationCallback_Range) GetEntityData

type ConfdState_Internal_Callpoints_AuthenticationCallback_Range_Daemon

type ConfdState_Internal_Callpoints_AuthenticationCallback_Range_Daemon struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// The numerical id assigned to the application daemon that has registered for
	// a callpoint. The type is interface{} with range: 0..4294967295.
	Id interface{}

	// The name of the application daemon that has registered for a callpoint. The
	// type is string.
	Name interface{}

	// If this leaf exists, there is a problem with the daemon registration. The
	// type is Error_.
	Error interface{}
}

ConfdState_Internal_Callpoints_AuthenticationCallback_Range_Daemon

func (*ConfdState_Internal_Callpoints_AuthenticationCallback_Range_Daemon) GetEntityData

type ConfdState_Internal_Callpoints_AuthenticationCallback_Range_Daemon_Error_

type ConfdState_Internal_Callpoints_AuthenticationCallback_Range_Daemon_Error_ string

ConfdState_Internal_Callpoints_AuthenticationCallback_Range_Daemon_Error_ represents with the daemon registration.

const (
	// This value means that the application daemon has not
	// completed the registration (with confd_register_done()).
	ConfdState_Internal_Callpoints_AuthenticationCallback_Range_Daemon_Error__PENDING ConfdState_Internal_Callpoints_AuthenticationCallback_Range_Daemon_Error_ = "PENDING"
)

type ConfdState_Internal_Callpoints_AuthorizationCallbacks

type ConfdState_Internal_Callpoints_AuthorizationCallbacks struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YPresence  bool

	// The type is bool.
	Enabled interface{}

	// The path of the list that a range registration pertains to. The type is
	// string.
	Path interface{}

	// The pathname of the shared object implementing the type for a typepoint.
	// The type is string.
	File interface{}

	// If this leaf exists, there is a problem with the callpoint registration.
	// The type is Error_.
	Error interface{}

	Daemon ConfdState_Internal_Callpoints_AuthorizationCallbacks_Daemon

	// The type is slice of
	// ConfdState_Internal_Callpoints_AuthorizationCallbacks_Range.
	Range []*ConfdState_Internal_Callpoints_AuthorizationCallbacks_Range
}

ConfdState_Internal_Callpoints_AuthorizationCallbacks This type is a presence type.

func (*ConfdState_Internal_Callpoints_AuthorizationCallbacks) GetEntityData

func (authorizationCallbacks *ConfdState_Internal_Callpoints_AuthorizationCallbacks) GetEntityData() *types.CommonEntityData

type ConfdState_Internal_Callpoints_AuthorizationCallbacks_Daemon

type ConfdState_Internal_Callpoints_AuthorizationCallbacks_Daemon struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// The numerical id assigned to the application daemon that has registered for
	// a callpoint. The type is interface{} with range: 0..4294967295.
	Id interface{}

	// The name of the application daemon that has registered for a callpoint. The
	// type is string.
	Name interface{}

	// If this leaf exists, there is a problem with the daemon registration. The
	// type is Error_.
	Error interface{}
}

ConfdState_Internal_Callpoints_AuthorizationCallbacks_Daemon

func (*ConfdState_Internal_Callpoints_AuthorizationCallbacks_Daemon) GetEntityData

type ConfdState_Internal_Callpoints_AuthorizationCallbacks_Daemon_Error_

type ConfdState_Internal_Callpoints_AuthorizationCallbacks_Daemon_Error_ string

ConfdState_Internal_Callpoints_AuthorizationCallbacks_Daemon_Error_ represents with the daemon registration.

const (
	// This value means that the application daemon has not
	// completed the registration (with confd_register_done()).
	ConfdState_Internal_Callpoints_AuthorizationCallbacks_Daemon_Error__PENDING ConfdState_Internal_Callpoints_AuthorizationCallbacks_Daemon_Error_ = "PENDING"
)

type ConfdState_Internal_Callpoints_AuthorizationCallbacks_Error_

type ConfdState_Internal_Callpoints_AuthorizationCallbacks_Error_ string

ConfdState_Internal_Callpoints_AuthorizationCallbacks_Error_ represents with the callpoint registration.

const (
	// This value means that there is no registration
	// for the callpoint.
	ConfdState_Internal_Callpoints_AuthorizationCallbacks_Error__NOT_REGISTERED ConfdState_Internal_Callpoints_AuthorizationCallbacks_Error_ = "NOT-REGISTERED"

	// This value means that the callpoint does not exist,
	// but there is a registration for it.
	ConfdState_Internal_Callpoints_AuthorizationCallbacks_Error__UNKNOWN ConfdState_Internal_Callpoints_AuthorizationCallbacks_Error_ = "UNKNOWN"
)

type ConfdState_Internal_Callpoints_AuthorizationCallbacks_Range

type ConfdState_Internal_Callpoints_AuthorizationCallbacks_Range struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YListKey   string

	// The space-separated set of keys that defines the lower endpoint of the
	// range for a non-default registration. The type is string.
	Lower interface{}

	// The space-separated set of keys that defines the upper endpoint of the
	// range for a non-default registration. The type is string.
	Upper interface{}

	// If this leaf exists, this is a default registration - in this case 'lower'
	// and 'upper' do not exist. The type is interface{}.
	Default interface{}

	Daemon ConfdState_Internal_Callpoints_AuthorizationCallbacks_Range_Daemon
}

ConfdState_Internal_Callpoints_AuthorizationCallbacks_Range

func (*ConfdState_Internal_Callpoints_AuthorizationCallbacks_Range) GetEntityData

type ConfdState_Internal_Callpoints_AuthorizationCallbacks_Range_Daemon

type ConfdState_Internal_Callpoints_AuthorizationCallbacks_Range_Daemon struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// The numerical id assigned to the application daemon that has registered for
	// a callpoint. The type is interface{} with range: 0..4294967295.
	Id interface{}

	// The name of the application daemon that has registered for a callpoint. The
	// type is string.
	Name interface{}

	// If this leaf exists, there is a problem with the daemon registration. The
	// type is Error_.
	Error interface{}
}

ConfdState_Internal_Callpoints_AuthorizationCallbacks_Range_Daemon

func (*ConfdState_Internal_Callpoints_AuthorizationCallbacks_Range_Daemon) GetEntityData

type ConfdState_Internal_Callpoints_AuthorizationCallbacks_Range_Daemon_Error_

type ConfdState_Internal_Callpoints_AuthorizationCallbacks_Range_Daemon_Error_ string

ConfdState_Internal_Callpoints_AuthorizationCallbacks_Range_Daemon_Error_ represents with the daemon registration.

const (
	// This value means that the application daemon has not
	// completed the registration (with confd_register_done()).
	ConfdState_Internal_Callpoints_AuthorizationCallbacks_Range_Daemon_Error__PENDING ConfdState_Internal_Callpoints_AuthorizationCallbacks_Range_Daemon_Error_ = "PENDING"
)

type ConfdState_Internal_Callpoints_Callpoint

type ConfdState_Internal_Callpoints_Callpoint struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YListKey   string

	// This attribute is a key. Callpoint id. The type is string.
	Id interface{}

	// The path of the list that a range registration pertains to. The type is
	// string.
	Path interface{}

	// The pathname of the shared object implementing the type for a typepoint.
	// The type is string.
	File interface{}

	// If this leaf exists, there is a problem with the callpoint registration.
	// The type is Error_.
	Error interface{}

	Daemon ConfdState_Internal_Callpoints_Callpoint_Daemon

	// The type is slice of ConfdState_Internal_Callpoints_Callpoint_Range.
	Range []*ConfdState_Internal_Callpoints_Callpoint_Range
}

ConfdState_Internal_Callpoints_Callpoint

func (*ConfdState_Internal_Callpoints_Callpoint) GetEntityData

type ConfdState_Internal_Callpoints_Callpoint_Daemon

type ConfdState_Internal_Callpoints_Callpoint_Daemon struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// The numerical id assigned to the application daemon that has registered for
	// a callpoint. The type is interface{} with range: 0..4294967295.
	Id interface{}

	// The name of the application daemon that has registered for a callpoint. The
	// type is string.
	Name interface{}

	// If this leaf exists, there is a problem with the daemon registration. The
	// type is Error_.
	Error interface{}
}

ConfdState_Internal_Callpoints_Callpoint_Daemon

func (*ConfdState_Internal_Callpoints_Callpoint_Daemon) GetEntityData

type ConfdState_Internal_Callpoints_Callpoint_Daemon_Error_

type ConfdState_Internal_Callpoints_Callpoint_Daemon_Error_ string

ConfdState_Internal_Callpoints_Callpoint_Daemon_Error_ represents with the daemon registration.

const (
	// This value means that the application daemon has not
	// completed the registration (with confd_register_done()).
	ConfdState_Internal_Callpoints_Callpoint_Daemon_Error__PENDING ConfdState_Internal_Callpoints_Callpoint_Daemon_Error_ = "PENDING"
)

type ConfdState_Internal_Callpoints_Callpoint_Error_

type ConfdState_Internal_Callpoints_Callpoint_Error_ string

ConfdState_Internal_Callpoints_Callpoint_Error_ represents with the callpoint registration.

const (
	// This value means that there is no registration
	// for the callpoint.
	ConfdState_Internal_Callpoints_Callpoint_Error__NOT_REGISTERED ConfdState_Internal_Callpoints_Callpoint_Error_ = "NOT-REGISTERED"

	// This value means that the callpoint does not exist,
	// but there is a registration for it.
	ConfdState_Internal_Callpoints_Callpoint_Error__UNKNOWN ConfdState_Internal_Callpoints_Callpoint_Error_ = "UNKNOWN"
)

type ConfdState_Internal_Callpoints_Callpoint_Range

type ConfdState_Internal_Callpoints_Callpoint_Range struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YListKey   string

	// The space-separated set of keys that defines the lower endpoint of the
	// range for a non-default registration. The type is string.
	Lower interface{}

	// The space-separated set of keys that defines the upper endpoint of the
	// range for a non-default registration. The type is string.
	Upper interface{}

	// If this leaf exists, this is a default registration - in this case 'lower'
	// and 'upper' do not exist. The type is interface{}.
	Default interface{}

	Daemon ConfdState_Internal_Callpoints_Callpoint_Range_Daemon
}

ConfdState_Internal_Callpoints_Callpoint_Range

func (*ConfdState_Internal_Callpoints_Callpoint_Range) GetEntityData

type ConfdState_Internal_Callpoints_Callpoint_Range_Daemon

type ConfdState_Internal_Callpoints_Callpoint_Range_Daemon struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// The numerical id assigned to the application daemon that has registered for
	// a callpoint. The type is interface{} with range: 0..4294967295.
	Id interface{}

	// The name of the application daemon that has registered for a callpoint. The
	// type is string.
	Name interface{}

	// If this leaf exists, there is a problem with the daemon registration. The
	// type is Error_.
	Error interface{}
}

ConfdState_Internal_Callpoints_Callpoint_Range_Daemon

func (*ConfdState_Internal_Callpoints_Callpoint_Range_Daemon) GetEntityData

type ConfdState_Internal_Callpoints_Callpoint_Range_Daemon_Error_

type ConfdState_Internal_Callpoints_Callpoint_Range_Daemon_Error_ string

ConfdState_Internal_Callpoints_Callpoint_Range_Daemon_Error_ represents with the daemon registration.

const (
	// This value means that the application daemon has not
	// completed the registration (with confd_register_done()).
	ConfdState_Internal_Callpoints_Callpoint_Range_Daemon_Error__PENDING ConfdState_Internal_Callpoints_Callpoint_Range_Daemon_Error_ = "PENDING"
)

type ConfdState_Internal_Callpoints_ErrorFormattingCallback

type ConfdState_Internal_Callpoints_ErrorFormattingCallback struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YListKey   string

	// This attribute is a key. Callpoint id. The type is string.
	Id interface{}

	// The path of the list that a range registration pertains to. The type is
	// string.
	Path interface{}

	// The pathname of the shared object implementing the type for a typepoint.
	// The type is string.
	File interface{}

	// If this leaf exists, there is a problem with the callpoint registration.
	// The type is Error_.
	Error interface{}

	Daemon ConfdState_Internal_Callpoints_ErrorFormattingCallback_Daemon

	// The type is slice of
	// ConfdState_Internal_Callpoints_ErrorFormattingCallback_Range.
	Range []*ConfdState_Internal_Callpoints_ErrorFormattingCallback_Range
}

ConfdState_Internal_Callpoints_ErrorFormattingCallback

func (*ConfdState_Internal_Callpoints_ErrorFormattingCallback) GetEntityData

func (errorFormattingCallback *ConfdState_Internal_Callpoints_ErrorFormattingCallback) GetEntityData() *types.CommonEntityData

type ConfdState_Internal_Callpoints_ErrorFormattingCallback_Daemon

type ConfdState_Internal_Callpoints_ErrorFormattingCallback_Daemon struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// The numerical id assigned to the application daemon that has registered for
	// a callpoint. The type is interface{} with range: 0..4294967295.
	Id interface{}

	// The name of the application daemon that has registered for a callpoint. The
	// type is string.
	Name interface{}

	// If this leaf exists, there is a problem with the daemon registration. The
	// type is Error_.
	Error interface{}
}

ConfdState_Internal_Callpoints_ErrorFormattingCallback_Daemon

func (*ConfdState_Internal_Callpoints_ErrorFormattingCallback_Daemon) GetEntityData

type ConfdState_Internal_Callpoints_ErrorFormattingCallback_Daemon_Error_

type ConfdState_Internal_Callpoints_ErrorFormattingCallback_Daemon_Error_ string

ConfdState_Internal_Callpoints_ErrorFormattingCallback_Daemon_Error_ represents with the daemon registration.

const (
	// This value means that the application daemon has not
	// completed the registration (with confd_register_done()).
	ConfdState_Internal_Callpoints_ErrorFormattingCallback_Daemon_Error__PENDING ConfdState_Internal_Callpoints_ErrorFormattingCallback_Daemon_Error_ = "PENDING"
)

type ConfdState_Internal_Callpoints_ErrorFormattingCallback_Error_

type ConfdState_Internal_Callpoints_ErrorFormattingCallback_Error_ string

ConfdState_Internal_Callpoints_ErrorFormattingCallback_Error_ represents with the callpoint registration.

const (
	// This value means that there is no registration
	// for the callpoint.
	ConfdState_Internal_Callpoints_ErrorFormattingCallback_Error__NOT_REGISTERED ConfdState_Internal_Callpoints_ErrorFormattingCallback_Error_ = "NOT-REGISTERED"

	// This value means that the callpoint does not exist,
	// but there is a registration for it.
	ConfdState_Internal_Callpoints_ErrorFormattingCallback_Error__UNKNOWN ConfdState_Internal_Callpoints_ErrorFormattingCallback_Error_ = "UNKNOWN"
)

type ConfdState_Internal_Callpoints_ErrorFormattingCallback_Range

type ConfdState_Internal_Callpoints_ErrorFormattingCallback_Range struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YListKey   string

	// The space-separated set of keys that defines the lower endpoint of the
	// range for a non-default registration. The type is string.
	Lower interface{}

	// The space-separated set of keys that defines the upper endpoint of the
	// range for a non-default registration. The type is string.
	Upper interface{}

	// If this leaf exists, this is a default registration - in this case 'lower'
	// and 'upper' do not exist. The type is interface{}.
	Default interface{}

	Daemon ConfdState_Internal_Callpoints_ErrorFormattingCallback_Range_Daemon
}

ConfdState_Internal_Callpoints_ErrorFormattingCallback_Range

func (*ConfdState_Internal_Callpoints_ErrorFormattingCallback_Range) GetEntityData

type ConfdState_Internal_Callpoints_ErrorFormattingCallback_Range_Daemon

type ConfdState_Internal_Callpoints_ErrorFormattingCallback_Range_Daemon struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// The numerical id assigned to the application daemon that has registered for
	// a callpoint. The type is interface{} with range: 0..4294967295.
	Id interface{}

	// The name of the application daemon that has registered for a callpoint. The
	// type is string.
	Name interface{}

	// If this leaf exists, there is a problem with the daemon registration. The
	// type is Error_.
	Error interface{}
}

ConfdState_Internal_Callpoints_ErrorFormattingCallback_Range_Daemon

func (*ConfdState_Internal_Callpoints_ErrorFormattingCallback_Range_Daemon) GetEntityData

type ConfdState_Internal_Callpoints_ErrorFormattingCallback_Range_Daemon_Error_

type ConfdState_Internal_Callpoints_ErrorFormattingCallback_Range_Daemon_Error_ string

ConfdState_Internal_Callpoints_ErrorFormattingCallback_Range_Daemon_Error_ represents with the daemon registration.

const (
	// This value means that the application daemon has not
	// completed the registration (with confd_register_done()).
	ConfdState_Internal_Callpoints_ErrorFormattingCallback_Range_Daemon_Error__PENDING ConfdState_Internal_Callpoints_ErrorFormattingCallback_Range_Daemon_Error_ = "PENDING"
)

type ConfdState_Internal_Callpoints_NotificationStreamReplay

type ConfdState_Internal_Callpoints_NotificationStreamReplay struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YListKey   string

	// This attribute is a key. Name of the notification stream. The type is
	// string.
	Name interface{}

	// The type is ReplaySupport.
	ReplaySupport interface{}

	// The path of the list that a range registration pertains to. The type is
	// string.
	Path interface{}

	// The pathname of the shared object implementing the type for a typepoint.
	// The type is string.
	File interface{}

	// If this leaf exists, there is a problem with the callpoint registration.
	// The type is Error_.
	Error interface{}

	Daemon ConfdState_Internal_Callpoints_NotificationStreamReplay_Daemon

	// The type is slice of
	// ConfdState_Internal_Callpoints_NotificationStreamReplay_Range.
	Range []*ConfdState_Internal_Callpoints_NotificationStreamReplay_Range
}

ConfdState_Internal_Callpoints_NotificationStreamReplay

func (*ConfdState_Internal_Callpoints_NotificationStreamReplay) GetEntityData

func (notificationStreamReplay *ConfdState_Internal_Callpoints_NotificationStreamReplay) GetEntityData() *types.CommonEntityData

type ConfdState_Internal_Callpoints_NotificationStreamReplay_Daemon

type ConfdState_Internal_Callpoints_NotificationStreamReplay_Daemon struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// The numerical id assigned to the application daemon that has registered for
	// a callpoint. The type is interface{} with range: 0..4294967295.
	Id interface{}

	// The name of the application daemon that has registered for a callpoint. The
	// type is string.
	Name interface{}

	// If this leaf exists, there is a problem with the daemon registration. The
	// type is Error_.
	Error interface{}
}

ConfdState_Internal_Callpoints_NotificationStreamReplay_Daemon

func (*ConfdState_Internal_Callpoints_NotificationStreamReplay_Daemon) GetEntityData

type ConfdState_Internal_Callpoints_NotificationStreamReplay_Daemon_Error_

type ConfdState_Internal_Callpoints_NotificationStreamReplay_Daemon_Error_ string

ConfdState_Internal_Callpoints_NotificationStreamReplay_Daemon_Error_ represents with the daemon registration.

const (
	// This value means that the application daemon has not
	// completed the registration (with confd_register_done()).
	ConfdState_Internal_Callpoints_NotificationStreamReplay_Daemon_Error__PENDING ConfdState_Internal_Callpoints_NotificationStreamReplay_Daemon_Error_ = "PENDING"
)

type ConfdState_Internal_Callpoints_NotificationStreamReplay_Error_

type ConfdState_Internal_Callpoints_NotificationStreamReplay_Error_ string

ConfdState_Internal_Callpoints_NotificationStreamReplay_Error_ represents with the callpoint registration.

const (
	// This value means that there is no registration
	// for the callpoint.
	ConfdState_Internal_Callpoints_NotificationStreamReplay_Error__NOT_REGISTERED ConfdState_Internal_Callpoints_NotificationStreamReplay_Error_ = "NOT-REGISTERED"

	// This value means that the callpoint does not exist,
	// but there is a registration for it.
	ConfdState_Internal_Callpoints_NotificationStreamReplay_Error__UNKNOWN ConfdState_Internal_Callpoints_NotificationStreamReplay_Error_ = "UNKNOWN"
)

type ConfdState_Internal_Callpoints_NotificationStreamReplay_Range

type ConfdState_Internal_Callpoints_NotificationStreamReplay_Range struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YListKey   string

	// The space-separated set of keys that defines the lower endpoint of the
	// range for a non-default registration. The type is string.
	Lower interface{}

	// The space-separated set of keys that defines the upper endpoint of the
	// range for a non-default registration. The type is string.
	Upper interface{}

	// If this leaf exists, this is a default registration - in this case 'lower'
	// and 'upper' do not exist. The type is interface{}.
	Default interface{}

	Daemon ConfdState_Internal_Callpoints_NotificationStreamReplay_Range_Daemon
}

ConfdState_Internal_Callpoints_NotificationStreamReplay_Range

func (*ConfdState_Internal_Callpoints_NotificationStreamReplay_Range) GetEntityData

type ConfdState_Internal_Callpoints_NotificationStreamReplay_Range_Daemon

type ConfdState_Internal_Callpoints_NotificationStreamReplay_Range_Daemon struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// The numerical id assigned to the application daemon that has registered for
	// a callpoint. The type is interface{} with range: 0..4294967295.
	Id interface{}

	// The name of the application daemon that has registered for a callpoint. The
	// type is string.
	Name interface{}

	// If this leaf exists, there is a problem with the daemon registration. The
	// type is Error_.
	Error interface{}
}

ConfdState_Internal_Callpoints_NotificationStreamReplay_Range_Daemon

func (*ConfdState_Internal_Callpoints_NotificationStreamReplay_Range_Daemon) GetEntityData

type ConfdState_Internal_Callpoints_NotificationStreamReplay_Range_Daemon_Error_

type ConfdState_Internal_Callpoints_NotificationStreamReplay_Range_Daemon_Error_ string

ConfdState_Internal_Callpoints_NotificationStreamReplay_Range_Daemon_Error_ represents with the daemon registration.

const (
	// This value means that the application daemon has not
	// completed the registration (with confd_register_done()).
	ConfdState_Internal_Callpoints_NotificationStreamReplay_Range_Daemon_Error__PENDING ConfdState_Internal_Callpoints_NotificationStreamReplay_Range_Daemon_Error_ = "PENDING"
)

type ConfdState_Internal_Callpoints_NotificationStreamReplay_ReplaySupport

type ConfdState_Internal_Callpoints_NotificationStreamReplay_ReplaySupport string

ConfdState_Internal_Callpoints_NotificationStreamReplay_ReplaySupport

const (
	ConfdState_Internal_Callpoints_NotificationStreamReplay_ReplaySupport_none ConfdState_Internal_Callpoints_NotificationStreamReplay_ReplaySupport = "none"

	ConfdState_Internal_Callpoints_NotificationStreamReplay_ReplaySupport_builtin ConfdState_Internal_Callpoints_NotificationStreamReplay_ReplaySupport = "builtin"

	ConfdState_Internal_Callpoints_NotificationStreamReplay_ReplaySupport_external ConfdState_Internal_Callpoints_NotificationStreamReplay_ReplaySupport = "external"
)

type ConfdState_Internal_Callpoints_SnmpInformCallback

type ConfdState_Internal_Callpoints_SnmpInformCallback struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YListKey   string

	// This attribute is a key. Callpoint id. The type is string.
	Id interface{}

	// The path of the list that a range registration pertains to. The type is
	// string.
	Path interface{}

	// The pathname of the shared object implementing the type for a typepoint.
	// The type is string.
	File interface{}

	// If this leaf exists, there is a problem with the callpoint registration.
	// The type is Error_.
	Error interface{}

	Daemon ConfdState_Internal_Callpoints_SnmpInformCallback_Daemon

	// The type is slice of
	// ConfdState_Internal_Callpoints_SnmpInformCallback_Range.
	Range []*ConfdState_Internal_Callpoints_SnmpInformCallback_Range
}

ConfdState_Internal_Callpoints_SnmpInformCallback

func (*ConfdState_Internal_Callpoints_SnmpInformCallback) GetEntityData

func (snmpInformCallback *ConfdState_Internal_Callpoints_SnmpInformCallback) GetEntityData() *types.CommonEntityData

type ConfdState_Internal_Callpoints_SnmpInformCallback_Daemon

type ConfdState_Internal_Callpoints_SnmpInformCallback_Daemon struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// The numerical id assigned to the application daemon that has registered for
	// a callpoint. The type is interface{} with range: 0..4294967295.
	Id interface{}

	// The name of the application daemon that has registered for a callpoint. The
	// type is string.
	Name interface{}

	// If this leaf exists, there is a problem with the daemon registration. The
	// type is Error_.
	Error interface{}
}

ConfdState_Internal_Callpoints_SnmpInformCallback_Daemon

func (*ConfdState_Internal_Callpoints_SnmpInformCallback_Daemon) GetEntityData

type ConfdState_Internal_Callpoints_SnmpInformCallback_Daemon_Error_

type ConfdState_Internal_Callpoints_SnmpInformCallback_Daemon_Error_ string

ConfdState_Internal_Callpoints_SnmpInformCallback_Daemon_Error_ represents with the daemon registration.

const (
	// This value means that the application daemon has not
	// completed the registration (with confd_register_done()).
	ConfdState_Internal_Callpoints_SnmpInformCallback_Daemon_Error__PENDING ConfdState_Internal_Callpoints_SnmpInformCallback_Daemon_Error_ = "PENDING"
)

type ConfdState_Internal_Callpoints_SnmpInformCallback_Error_

type ConfdState_Internal_Callpoints_SnmpInformCallback_Error_ string

ConfdState_Internal_Callpoints_SnmpInformCallback_Error_ represents with the callpoint registration.

const (
	// This value means that there is no registration
	// for the callpoint.
	ConfdState_Internal_Callpoints_SnmpInformCallback_Error__NOT_REGISTERED ConfdState_Internal_Callpoints_SnmpInformCallback_Error_ = "NOT-REGISTERED"

	// This value means that the callpoint does not exist,
	// but there is a registration for it.
	ConfdState_Internal_Callpoints_SnmpInformCallback_Error__UNKNOWN ConfdState_Internal_Callpoints_SnmpInformCallback_Error_ = "UNKNOWN"
)

type ConfdState_Internal_Callpoints_SnmpInformCallback_Range

type ConfdState_Internal_Callpoints_SnmpInformCallback_Range struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YListKey   string

	// The space-separated set of keys that defines the lower endpoint of the
	// range for a non-default registration. The type is string.
	Lower interface{}

	// The space-separated set of keys that defines the upper endpoint of the
	// range for a non-default registration. The type is string.
	Upper interface{}

	// If this leaf exists, this is a default registration - in this case 'lower'
	// and 'upper' do not exist. The type is interface{}.
	Default interface{}

	Daemon ConfdState_Internal_Callpoints_SnmpInformCallback_Range_Daemon
}

ConfdState_Internal_Callpoints_SnmpInformCallback_Range

func (*ConfdState_Internal_Callpoints_SnmpInformCallback_Range) GetEntityData

type ConfdState_Internal_Callpoints_SnmpInformCallback_Range_Daemon

type ConfdState_Internal_Callpoints_SnmpInformCallback_Range_Daemon struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// The numerical id assigned to the application daemon that has registered for
	// a callpoint. The type is interface{} with range: 0..4294967295.
	Id interface{}

	// The name of the application daemon that has registered for a callpoint. The
	// type is string.
	Name interface{}

	// If this leaf exists, there is a problem with the daemon registration. The
	// type is Error_.
	Error interface{}
}

ConfdState_Internal_Callpoints_SnmpInformCallback_Range_Daemon

func (*ConfdState_Internal_Callpoints_SnmpInformCallback_Range_Daemon) GetEntityData

type ConfdState_Internal_Callpoints_SnmpInformCallback_Range_Daemon_Error_

type ConfdState_Internal_Callpoints_SnmpInformCallback_Range_Daemon_Error_ string

ConfdState_Internal_Callpoints_SnmpInformCallback_Range_Daemon_Error_ represents with the daemon registration.

const (
	// This value means that the application daemon has not
	// completed the registration (with confd_register_done()).
	ConfdState_Internal_Callpoints_SnmpInformCallback_Range_Daemon_Error__PENDING ConfdState_Internal_Callpoints_SnmpInformCallback_Range_Daemon_Error_ = "PENDING"
)

type ConfdState_Internal_Callpoints_SnmpNotificationSubscription

type ConfdState_Internal_Callpoints_SnmpNotificationSubscription struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YListKey   string

	// This attribute is a key. Callpoint id. The type is string.
	Id interface{}

	// The path of the list that a range registration pertains to. The type is
	// string.
	Path interface{}

	// The pathname of the shared object implementing the type for a typepoint.
	// The type is string.
	File interface{}

	// If this leaf exists, there is a problem with the callpoint registration.
	// The type is Error_.
	Error interface{}

	Daemon ConfdState_Internal_Callpoints_SnmpNotificationSubscription_Daemon

	// The type is slice of
	// ConfdState_Internal_Callpoints_SnmpNotificationSubscription_Range.
	Range []*ConfdState_Internal_Callpoints_SnmpNotificationSubscription_Range
}

ConfdState_Internal_Callpoints_SnmpNotificationSubscription

func (*ConfdState_Internal_Callpoints_SnmpNotificationSubscription) GetEntityData

func (snmpNotificationSubscription *ConfdState_Internal_Callpoints_SnmpNotificationSubscription) GetEntityData() *types.CommonEntityData

type ConfdState_Internal_Callpoints_SnmpNotificationSubscription_Daemon

type ConfdState_Internal_Callpoints_SnmpNotificationSubscription_Daemon struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// The numerical id assigned to the application daemon that has registered for
	// a callpoint. The type is interface{} with range: 0..4294967295.
	Id interface{}

	// The name of the application daemon that has registered for a callpoint. The
	// type is string.
	Name interface{}

	// If this leaf exists, there is a problem with the daemon registration. The
	// type is Error_.
	Error interface{}
}

ConfdState_Internal_Callpoints_SnmpNotificationSubscription_Daemon

func (*ConfdState_Internal_Callpoints_SnmpNotificationSubscription_Daemon) GetEntityData

type ConfdState_Internal_Callpoints_SnmpNotificationSubscription_Daemon_Error_

type ConfdState_Internal_Callpoints_SnmpNotificationSubscription_Daemon_Error_ string

ConfdState_Internal_Callpoints_SnmpNotificationSubscription_Daemon_Error_ represents with the daemon registration.

const (
	// This value means that the application daemon has not
	// completed the registration (with confd_register_done()).
	ConfdState_Internal_Callpoints_SnmpNotificationSubscription_Daemon_Error__PENDING ConfdState_Internal_Callpoints_SnmpNotificationSubscription_Daemon_Error_ = "PENDING"
)

type ConfdState_Internal_Callpoints_SnmpNotificationSubscription_Error_

type ConfdState_Internal_Callpoints_SnmpNotificationSubscription_Error_ string

ConfdState_Internal_Callpoints_SnmpNotificationSubscription_Error_ represents with the callpoint registration.

const (
	// This value means that there is no registration
	// for the callpoint.
	ConfdState_Internal_Callpoints_SnmpNotificationSubscription_Error__NOT_REGISTERED ConfdState_Internal_Callpoints_SnmpNotificationSubscription_Error_ = "NOT-REGISTERED"

	// This value means that the callpoint does not exist,
	// but there is a registration for it.
	ConfdState_Internal_Callpoints_SnmpNotificationSubscription_Error__UNKNOWN ConfdState_Internal_Callpoints_SnmpNotificationSubscription_Error_ = "UNKNOWN"
)

type ConfdState_Internal_Callpoints_SnmpNotificationSubscription_Range

type ConfdState_Internal_Callpoints_SnmpNotificationSubscription_Range struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YListKey   string

	// The space-separated set of keys that defines the lower endpoint of the
	// range for a non-default registration. The type is string.
	Lower interface{}

	// The space-separated set of keys that defines the upper endpoint of the
	// range for a non-default registration. The type is string.
	Upper interface{}

	// If this leaf exists, this is a default registration - in this case 'lower'
	// and 'upper' do not exist. The type is interface{}.
	Default interface{}

	Daemon ConfdState_Internal_Callpoints_SnmpNotificationSubscription_Range_Daemon
}

ConfdState_Internal_Callpoints_SnmpNotificationSubscription_Range

func (*ConfdState_Internal_Callpoints_SnmpNotificationSubscription_Range) GetEntityData

type ConfdState_Internal_Callpoints_SnmpNotificationSubscription_Range_Daemon

type ConfdState_Internal_Callpoints_SnmpNotificationSubscription_Range_Daemon struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// The numerical id assigned to the application daemon that has registered for
	// a callpoint. The type is interface{} with range: 0..4294967295.
	Id interface{}

	// The name of the application daemon that has registered for a callpoint. The
	// type is string.
	Name interface{}

	// If this leaf exists, there is a problem with the daemon registration. The
	// type is Error_.
	Error interface{}
}

ConfdState_Internal_Callpoints_SnmpNotificationSubscription_Range_Daemon

func (*ConfdState_Internal_Callpoints_SnmpNotificationSubscription_Range_Daemon) GetEntityData

type ConfdState_Internal_Callpoints_SnmpNotificationSubscription_Range_Daemon_Error_

type ConfdState_Internal_Callpoints_SnmpNotificationSubscription_Range_Daemon_Error_ string

ConfdState_Internal_Callpoints_SnmpNotificationSubscription_Range_Daemon_Error_ represents with the daemon registration.

const (
	// This value means that the application daemon has not
	// completed the registration (with confd_register_done()).
	ConfdState_Internal_Callpoints_SnmpNotificationSubscription_Range_Daemon_Error__PENDING ConfdState_Internal_Callpoints_SnmpNotificationSubscription_Range_Daemon_Error_ = "PENDING"
)

type ConfdState_Internal_Callpoints_Typepoint

type ConfdState_Internal_Callpoints_Typepoint struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YListKey   string

	// This attribute is a key. Callpoint id. The type is string.
	Id interface{}

	// The path of the list that a range registration pertains to. The type is
	// string.
	Path interface{}

	// The pathname of the shared object implementing the type for a typepoint.
	// The type is string.
	File interface{}

	// If this leaf exists, there is a problem with the callpoint registration.
	// The type is Error_.
	Error interface{}

	Daemon ConfdState_Internal_Callpoints_Typepoint_Daemon

	// The type is slice of ConfdState_Internal_Callpoints_Typepoint_Range.
	Range []*ConfdState_Internal_Callpoints_Typepoint_Range
}

ConfdState_Internal_Callpoints_Typepoint

func (*ConfdState_Internal_Callpoints_Typepoint) GetEntityData

type ConfdState_Internal_Callpoints_Typepoint_Daemon

type ConfdState_Internal_Callpoints_Typepoint_Daemon struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// The numerical id assigned to the application daemon that has registered for
	// a callpoint. The type is interface{} with range: 0..4294967295.
	Id interface{}

	// The name of the application daemon that has registered for a callpoint. The
	// type is string.
	Name interface{}

	// If this leaf exists, there is a problem with the daemon registration. The
	// type is Error_.
	Error interface{}
}

ConfdState_Internal_Callpoints_Typepoint_Daemon

func (*ConfdState_Internal_Callpoints_Typepoint_Daemon) GetEntityData

type ConfdState_Internal_Callpoints_Typepoint_Daemon_Error_

type ConfdState_Internal_Callpoints_Typepoint_Daemon_Error_ string

ConfdState_Internal_Callpoints_Typepoint_Daemon_Error_ represents with the daemon registration.

const (
	// This value means that the application daemon has not
	// completed the registration (with confd_register_done()).
	ConfdState_Internal_Callpoints_Typepoint_Daemon_Error__PENDING ConfdState_Internal_Callpoints_Typepoint_Daemon_Error_ = "PENDING"
)

type ConfdState_Internal_Callpoints_Typepoint_Error_

type ConfdState_Internal_Callpoints_Typepoint_Error_ string

ConfdState_Internal_Callpoints_Typepoint_Error_ represents with the callpoint registration.

const (
	// This value means that there is no registration
	// for the callpoint.
	ConfdState_Internal_Callpoints_Typepoint_Error__NOT_REGISTERED ConfdState_Internal_Callpoints_Typepoint_Error_ = "NOT-REGISTERED"

	// This value means that the callpoint does not exist,
	// but there is a registration for it.
	ConfdState_Internal_Callpoints_Typepoint_Error__UNKNOWN ConfdState_Internal_Callpoints_Typepoint_Error_ = "UNKNOWN"
)

type ConfdState_Internal_Callpoints_Typepoint_Range

type ConfdState_Internal_Callpoints_Typepoint_Range struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YListKey   string

	// The space-separated set of keys that defines the lower endpoint of the
	// range for a non-default registration. The type is string.
	Lower interface{}

	// The space-separated set of keys that defines the upper endpoint of the
	// range for a non-default registration. The type is string.
	Upper interface{}

	// If this leaf exists, this is a default registration - in this case 'lower'
	// and 'upper' do not exist. The type is interface{}.
	Default interface{}

	Daemon ConfdState_Internal_Callpoints_Typepoint_Range_Daemon
}

ConfdState_Internal_Callpoints_Typepoint_Range

func (*ConfdState_Internal_Callpoints_Typepoint_Range) GetEntityData

type ConfdState_Internal_Callpoints_Typepoint_Range_Daemon

type ConfdState_Internal_Callpoints_Typepoint_Range_Daemon struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// The numerical id assigned to the application daemon that has registered for
	// a callpoint. The type is interface{} with range: 0..4294967295.
	Id interface{}

	// The name of the application daemon that has registered for a callpoint. The
	// type is string.
	Name interface{}

	// If this leaf exists, there is a problem with the daemon registration. The
	// type is Error_.
	Error interface{}
}

ConfdState_Internal_Callpoints_Typepoint_Range_Daemon

func (*ConfdState_Internal_Callpoints_Typepoint_Range_Daemon) GetEntityData

type ConfdState_Internal_Callpoints_Typepoint_Range_Daemon_Error_

type ConfdState_Internal_Callpoints_Typepoint_Range_Daemon_Error_ string

ConfdState_Internal_Callpoints_Typepoint_Range_Daemon_Error_ represents with the daemon registration.

const (
	// This value means that the application daemon has not
	// completed the registration (with confd_register_done()).
	ConfdState_Internal_Callpoints_Typepoint_Range_Daemon_Error__PENDING ConfdState_Internal_Callpoints_Typepoint_Range_Daemon_Error_ = "PENDING"
)

type ConfdState_Internal_Callpoints_Validationpoint

type ConfdState_Internal_Callpoints_Validationpoint struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YListKey   string

	// This attribute is a key. Callpoint id. The type is string.
	Id interface{}

	// The path of the list that a range registration pertains to. The type is
	// string.
	Path interface{}

	// The pathname of the shared object implementing the type for a typepoint.
	// The type is string.
	File interface{}

	// If this leaf exists, there is a problem with the callpoint registration.
	// The type is Error_.
	Error interface{}

	Daemon ConfdState_Internal_Callpoints_Validationpoint_Daemon

	// The type is slice of ConfdState_Internal_Callpoints_Validationpoint_Range.
	Range []*ConfdState_Internal_Callpoints_Validationpoint_Range
}

ConfdState_Internal_Callpoints_Validationpoint

func (*ConfdState_Internal_Callpoints_Validationpoint) GetEntityData

func (validationpoint *ConfdState_Internal_Callpoints_Validationpoint) GetEntityData() *types.CommonEntityData

type ConfdState_Internal_Callpoints_Validationpoint_Daemon

type ConfdState_Internal_Callpoints_Validationpoint_Daemon struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// The numerical id assigned to the application daemon that has registered for
	// a callpoint. The type is interface{} with range: 0..4294967295.
	Id interface{}

	// The name of the application daemon that has registered for a callpoint. The
	// type is string.
	Name interface{}

	// If this leaf exists, there is a problem with the daemon registration. The
	// type is Error_.
	Error interface{}
}

ConfdState_Internal_Callpoints_Validationpoint_Daemon

func (*ConfdState_Internal_Callpoints_Validationpoint_Daemon) GetEntityData

type ConfdState_Internal_Callpoints_Validationpoint_Daemon_Error_

type ConfdState_Internal_Callpoints_Validationpoint_Daemon_Error_ string

ConfdState_Internal_Callpoints_Validationpoint_Daemon_Error_ represents with the daemon registration.

const (
	// This value means that the application daemon has not
	// completed the registration (with confd_register_done()).
	ConfdState_Internal_Callpoints_Validationpoint_Daemon_Error__PENDING ConfdState_Internal_Callpoints_Validationpoint_Daemon_Error_ = "PENDING"
)

type ConfdState_Internal_Callpoints_Validationpoint_Error_

type ConfdState_Internal_Callpoints_Validationpoint_Error_ string

ConfdState_Internal_Callpoints_Validationpoint_Error_ represents with the callpoint registration.

const (
	// This value means that there is no registration
	// for the callpoint.
	ConfdState_Internal_Callpoints_Validationpoint_Error__NOT_REGISTERED ConfdState_Internal_Callpoints_Validationpoint_Error_ = "NOT-REGISTERED"

	// This value means that the callpoint does not exist,
	// but there is a registration for it.
	ConfdState_Internal_Callpoints_Validationpoint_Error__UNKNOWN ConfdState_Internal_Callpoints_Validationpoint_Error_ = "UNKNOWN"
)

type ConfdState_Internal_Callpoints_Validationpoint_Range

type ConfdState_Internal_Callpoints_Validationpoint_Range struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YListKey   string

	// The space-separated set of keys that defines the lower endpoint of the
	// range for a non-default registration. The type is string.
	Lower interface{}

	// The space-separated set of keys that defines the upper endpoint of the
	// range for a non-default registration. The type is string.
	Upper interface{}

	// If this leaf exists, this is a default registration - in this case 'lower'
	// and 'upper' do not exist. The type is interface{}.
	Default interface{}

	Daemon ConfdState_Internal_Callpoints_Validationpoint_Range_Daemon
}

ConfdState_Internal_Callpoints_Validationpoint_Range

func (*ConfdState_Internal_Callpoints_Validationpoint_Range) GetEntityData

type ConfdState_Internal_Callpoints_Validationpoint_Range_Daemon

type ConfdState_Internal_Callpoints_Validationpoint_Range_Daemon struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// The numerical id assigned to the application daemon that has registered for
	// a callpoint. The type is interface{} with range: 0..4294967295.
	Id interface{}

	// The name of the application daemon that has registered for a callpoint. The
	// type is string.
	Name interface{}

	// If this leaf exists, there is a problem with the daemon registration. The
	// type is Error_.
	Error interface{}
}

ConfdState_Internal_Callpoints_Validationpoint_Range_Daemon

func (*ConfdState_Internal_Callpoints_Validationpoint_Range_Daemon) GetEntityData

type ConfdState_Internal_Callpoints_Validationpoint_Range_Daemon_Error_

type ConfdState_Internal_Callpoints_Validationpoint_Range_Daemon_Error_ string

ConfdState_Internal_Callpoints_Validationpoint_Range_Daemon_Error_ represents with the daemon registration.

const (
	// This value means that the application daemon has not
	// completed the registration (with confd_register_done()).
	ConfdState_Internal_Callpoints_Validationpoint_Range_Daemon_Error__PENDING ConfdState_Internal_Callpoints_Validationpoint_Range_Daemon_Error_ = "PENDING"
)

type ConfdState_Internal_Cdb

type ConfdState_Internal_Cdb struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// The type is slice of ConfdState_Internal_Cdb_Datastore.
	Datastore []*ConfdState_Internal_Cdb_Datastore

	// The type is slice of ConfdState_Internal_Cdb_Client.
	Client []*ConfdState_Internal_Cdb_Client
}

ConfdState_Internal_Cdb

func (*ConfdState_Internal_Cdb) GetEntityData

func (cdb *ConfdState_Internal_Cdb) GetEntityData() *types.CommonEntityData

type ConfdState_Internal_Cdb_Client

type ConfdState_Internal_Cdb_Client struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YListKey   string

	// The client name. The type is string.
	Name interface{}

	// Additional information about the client obtained at connect time. If
	// present, it consists of client PID and socket file descriptor number. The
	// type is string.
	Info interface{}

	// The type of client: 'inactive' is a client connection without any specific
	// state. 'client' means that the client has an active session towards a
	// datastore. A 'subscriber' has made one or more subscriptions. 'waiting'
	// means that the client is waiting for completion of a call such as
	// cdb_wait_start(). The type is Type_.
	Type interface{}

	// The name of the datastore when 'type' = 'client'. The value
	// 'pre_commit_running' is the 'pseudo' datastore representing 'running'
	// before a commit. The type is one of the following types: enumeration
	// ConfdState.Internal.DatastoreName, or enumeration
	// ConfdState.Internal.Cdb.Client.Datastore.
	Datastore interface{}

	// Set when 'type' = 'client' and the client has requested or acquired a lock
	// on the datastore. The 'pending-read' and 'pending-subscription' values
	// indicate that the client has requested but not yet acquired the
	// corresponding lock. A 'read' lock is never taken for the 'operational'
	// datastore, a 'subscription' lock is never taken for any other datastore
	// than 'operational'. The type is Lock.
	Lock interface{}

	// The type is slice of ConfdState_Internal_Cdb_Client_Subscription.
	Subscription []*ConfdState_Internal_Cdb_Client_Subscription
}

ConfdState_Internal_Cdb_Client

func (*ConfdState_Internal_Cdb_Client) GetEntityData

func (client *ConfdState_Internal_Cdb_Client) GetEntityData() *types.CommonEntityData

type ConfdState_Internal_Cdb_Client_Datastore

type ConfdState_Internal_Cdb_Client_Datastore string

ConfdState_Internal_Cdb_Client_Datastore represents 'running' before a commit.

const (
	ConfdState_Internal_Cdb_Client_Datastore_pre_commit_running ConfdState_Internal_Cdb_Client_Datastore = "pre_commit_running"
)

type ConfdState_Internal_Cdb_Client_Lock

type ConfdState_Internal_Cdb_Client_Lock string

ConfdState_Internal_Cdb_Client_Lock represents than 'operational'.

const (
	ConfdState_Internal_Cdb_Client_Lock_read ConfdState_Internal_Cdb_Client_Lock = "read"

	ConfdState_Internal_Cdb_Client_Lock_subscription ConfdState_Internal_Cdb_Client_Lock = "subscription"

	ConfdState_Internal_Cdb_Client_Lock_pending_read ConfdState_Internal_Cdb_Client_Lock = "pending-read"

	ConfdState_Internal_Cdb_Client_Lock_pending_subscription ConfdState_Internal_Cdb_Client_Lock = "pending-subscription"
)

type ConfdState_Internal_Cdb_Client_Subscription

type ConfdState_Internal_Cdb_Client_Subscription struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YListKey   string

	// The name of the datastore for the subscription - only 'running' and
	// 'operational' can have subscriptions. The type is DatastoreName.
	Datastore interface{}

	// Present if this is a 'twophase' subscription, i.e. notifications will be
	// delivered at 'prepare' in addition to 'commit'. Only for the 'running'
	// datastore. The type is interface{}.
	Twophase interface{}

	// The priority of the subscription. The type is interface{} with range:
	// -2147483648..2147483647.
	Priority interface{}

	// The subscription identifier for the subscription. The type is interface{}
	// with range: 0..4294967295.
	Id interface{}

	// The path that the subscription pertains to. The type is string.
	Path interface{}

	// If this leaf exists, there is a problem  with the subscription. The type is
	// Error_.
	Error interface{}
}

ConfdState_Internal_Cdb_Client_Subscription

func (*ConfdState_Internal_Cdb_Client_Subscription) GetEntityData

type ConfdState_Internal_Cdb_Client_Subscription_Error_

type ConfdState_Internal_Cdb_Client_Subscription_Error_ string

ConfdState_Internal_Cdb_Client_Subscription_Error_ represents with the subscription.

const (
	// This value means that the subscribing client has not
	// completed the subscription (with cdb_subscribe_done()).
	ConfdState_Internal_Cdb_Client_Subscription_Error__PENDING ConfdState_Internal_Cdb_Client_Subscription_Error_ = "PENDING"
)

type ConfdState_Internal_Cdb_Client_Type_

type ConfdState_Internal_Cdb_Client_Type_ string

ConfdState_Internal_Cdb_Client_Type_ represents waiting for completion of a call such as cdb_wait_start().

const (
	ConfdState_Internal_Cdb_Client_Type__inactive ConfdState_Internal_Cdb_Client_Type_ = "inactive"

	ConfdState_Internal_Cdb_Client_Type__client ConfdState_Internal_Cdb_Client_Type_ = "client"

	ConfdState_Internal_Cdb_Client_Type__subscriber ConfdState_Internal_Cdb_Client_Type_ = "subscriber"

	ConfdState_Internal_Cdb_Client_Type__waiting ConfdState_Internal_Cdb_Client_Type_ = "waiting"
)

type ConfdState_Internal_Cdb_Datastore

type ConfdState_Internal_Cdb_Datastore struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YListKey   string

	// This attribute is a key. The type is DatastoreName.
	Name interface{}

	// The id of the last committed transaction for the 'running' datastore, or
	// the last update for the 'operational' datastore. For the 'operational'
	// datastore, it is only present when HA is enabled. The type is string.
	TransactionId interface{}

	// Number of pending write requests for the 'operational' datastore on a HA
	// slave that is in the process of syncronizing with the master. The type is
	// interface{} with range: 0..4294967295.
	WriteQueue interface{}

	// The pathname of the file that is used for persistent storage for the
	// datastore. Not present for 'running' when 'startup' exists. The type is
	// string.
	Filename interface{}

	// The size of the file that is used for persistent storage for the datastore.
	// Only present if 'filename' is present. The type is interface{} with range:
	// 0..18446744073709551615.
	DiskSize interface{}

	// The size of the in-memory representation of the datastore. The type is
	// interface{} with range: 0..18446744073709551615.
	RamSize interface{}

	// The number of read locks on the datastore. Not present for the
	// 'operational' data store. The type is interface{} with range:
	// 0..4294967295.
	ReadLocks interface{}

	// Indicates whether a write lock is in effect for the datastore. Not present
	// for the 'operational' datastore. The type is bool.
	WriteLockSet interface{}

	// Indicates whether a subscription lock is in effect for the 'operational'
	// datastore. The type is bool.
	SubscriptionLockSet interface{}

	// Indicates whether synchronous replication from HA master to HA slave is in
	// progress for the datastore. Not present for the 'operational' datastore.
	// The type is bool.
	WaitingForReplicationSync interface{}

	// Information pertaining to subscription notifications that have been
	// delivered to, but not yet acknowledged by, subscribing clients. Not present
	// for the 'startup' datastore.
	PendingSubscriptionSync ConfdState_Internal_Cdb_Datastore_PendingSubscriptionSync

	// Queues of notifications that have been generated but not yet delivered to
	// subscribing clients. Not present for the 'startup' datastore. The type is
	// slice of ConfdState_Internal_Cdb_Datastore_PendingNotificationQueue.
	PendingNotificationQueue []*ConfdState_Internal_Cdb_Datastore_PendingNotificationQueue
}

ConfdState_Internal_Cdb_Datastore

func (*ConfdState_Internal_Cdb_Datastore) GetEntityData

func (datastore *ConfdState_Internal_Cdb_Datastore) GetEntityData() *types.CommonEntityData

type ConfdState_Internal_Cdb_Datastore_PendingNotificationQueue

type ConfdState_Internal_Cdb_Datastore_PendingNotificationQueue struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YListKey   string

	// The type is slice of
	// ConfdState_Internal_Cdb_Datastore_PendingNotificationQueue_Notification.
	Notification []*ConfdState_Internal_Cdb_Datastore_PendingNotificationQueue_Notification
}

ConfdState_Internal_Cdb_Datastore_PendingNotificationQueue Queues of notifications that have been generated but not yet delivered to subscribing clients. Not present for the 'startup' datastore.

func (*ConfdState_Internal_Cdb_Datastore_PendingNotificationQueue) GetEntityData

func (pendingNotificationQueue *ConfdState_Internal_Cdb_Datastore_PendingNotificationQueue) GetEntityData() *types.CommonEntityData

type ConfdState_Internal_Cdb_Datastore_PendingNotificationQueue_Notification

type ConfdState_Internal_Cdb_Datastore_PendingNotificationQueue_Notification struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YListKey   string

	// The priority of the subscriptions that generated the notification. Not
	// present for the the 'operational' datastore. The type is interface{} with
	// range: -2147483648..2147483647.
	Priority interface{}

	// The name of the client that is the recipient of the notification. The type
	// is string.
	ClientName interface{}

	// The subscription identifiers for the subscriptions that generated the
	// notification. The type is slice of interface{} with range: 0..4294967295.
	SubscriptionIds []interface{}
}

ConfdState_Internal_Cdb_Datastore_PendingNotificationQueue_Notification

func (*ConfdState_Internal_Cdb_Datastore_PendingNotificationQueue_Notification) GetEntityData

type ConfdState_Internal_Cdb_Datastore_PendingSubscriptionSync

type ConfdState_Internal_Cdb_Datastore_PendingSubscriptionSync struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YPresence  bool

	// The priority of the subscriptions that generated the notifications that are
	// waiting for acknowledgement. Not present for the 'operational' datastore.
	// The type is interface{} with range: -2147483648..2147483647.
	Priority interface{}

	// The remaining time in seconds until subscribing clients that have not
	// acknowledged their notifications are considered unresponsive and will be
	// disconnected. See /confdConfig/cdb/clientTimeout in the confd.conf(5)
	// manual page. The value 'infinity' means that no timeout has been configured
	// in confd.conf. The type is one of the following types: int with range:
	// 0..18446744073709551615, or enumeration
	// ConfdState.Internal.Cdb.Datastore.PendingSubscriptionSync.TimeRemaining.
	TimeRemaining interface{}

	// The type is slice of
	// ConfdState_Internal_Cdb_Datastore_PendingSubscriptionSync_Notification.
	Notification []*ConfdState_Internal_Cdb_Datastore_PendingSubscriptionSync_Notification
}

ConfdState_Internal_Cdb_Datastore_PendingSubscriptionSync Information pertaining to subscription notifications that have been delivered to, but not yet acknowledged by, subscribing clients. Not present for the 'startup' datastore. This type is a presence type.

func (*ConfdState_Internal_Cdb_Datastore_PendingSubscriptionSync) GetEntityData

func (pendingSubscriptionSync *ConfdState_Internal_Cdb_Datastore_PendingSubscriptionSync) GetEntityData() *types.CommonEntityData

type ConfdState_Internal_Cdb_Datastore_PendingSubscriptionSync_Notification

type ConfdState_Internal_Cdb_Datastore_PendingSubscriptionSync_Notification struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YListKey   string

	// The name of the client that is the recipient of the notification. The type
	// is string.
	ClientName interface{}

	// The subscription identifiers for the subscriptions that generated the
	// notification. The type is slice of interface{} with range: 0..4294967295.
	SubscriptionIds []interface{}
}

ConfdState_Internal_Cdb_Datastore_PendingSubscriptionSync_Notification

func (*ConfdState_Internal_Cdb_Datastore_PendingSubscriptionSync_Notification) GetEntityData

type ConfdState_Internal_Cdb_Datastore_PendingSubscriptionSync_TimeRemaining

type ConfdState_Internal_Cdb_Datastore_PendingSubscriptionSync_TimeRemaining string

ConfdState_Internal_Cdb_Datastore_PendingSubscriptionSync_TimeRemaining represents configured in confd.conf.

const (
	ConfdState_Internal_Cdb_Datastore_PendingSubscriptionSync_TimeRemaining_infinity ConfdState_Internal_Cdb_Datastore_PendingSubscriptionSync_TimeRemaining = "infinity"
)

type ConfdState_Internal_DatastoreName

type ConfdState_Internal_DatastoreName string

ConfdState_Internal_DatastoreName represents Name of one of the datastores implemented by CDB.

const (
	ConfdState_Internal_DatastoreName_running ConfdState_Internal_DatastoreName = "running"

	ConfdState_Internal_DatastoreName_startup ConfdState_Internal_DatastoreName = "startup"

	ConfdState_Internal_DatastoreName_operational ConfdState_Internal_DatastoreName = "operational"
)

type ConfdState_LoadedDataModels

type ConfdState_LoadedDataModels struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// This list contains all loaded YANG data modules.  This list is a superset
	// of the 'schema' list defined in ietf-netconf-monitoring, which only lists
	// modules exported through NETCONF. The type is slice of
	// ConfdState_LoadedDataModels_DataModel.
	DataModel []*ConfdState_LoadedDataModels_DataModel
}

ConfdState_LoadedDataModels

func (*ConfdState_LoadedDataModels) GetEntityData

func (loadedDataModels *ConfdState_LoadedDataModels) GetEntityData() *types.CommonEntityData

type ConfdState_LoadedDataModels_DataModel

type ConfdState_LoadedDataModels_DataModel struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YListKey   string

	// This attribute is a key. The YANG module name. The type is string.
	Name interface{}

	// The YANG module revision. The type is string.
	Revision interface{}

	// The YANG module namespace. The type is string.
	Namespace interface{}

	// The prefix defined in the YANG module. The type is string.
	Prefix interface{}

	// This leaf is present if the module is exported to all northbound
	// interfaces. The type is interface{}.
	ExportedToAll interface{}

	// A list of the contexts (northbound interfaces) this module is exported to.
	// The type is one of the following types: slice of
	// :go:struct:`ConfdState_LoadedDataModels_DataModel_ExportedTo
	// <ydk/models/cisco_ios_xe/tailf_confd_monitoring/ConfdState_LoadedDataModels_DataModel_ExportedTo>`,
	// or slice of string.
	ExportedTo []interface{}
}

ConfdState_LoadedDataModels_DataModel This list contains all loaded YANG data modules.

This list is a superset of the 'schema' list defined in ietf-netconf-monitoring, which only lists modules exported through NETCONF.

func (*ConfdState_LoadedDataModels_DataModel) GetEntityData

func (dataModel *ConfdState_LoadedDataModels_DataModel) GetEntityData() *types.CommonEntityData

type ConfdState_LoadedDataModels_DataModel_ExportedTo

type ConfdState_LoadedDataModels_DataModel_ExportedTo string

ConfdState_LoadedDataModels_DataModel_ExportedTo represents is exported to.

const (
	ConfdState_LoadedDataModels_DataModel_ExportedTo_netconf ConfdState_LoadedDataModels_DataModel_ExportedTo = "netconf"

	ConfdState_LoadedDataModels_DataModel_ExportedTo_cli ConfdState_LoadedDataModels_DataModel_ExportedTo = "cli"

	ConfdState_LoadedDataModels_DataModel_ExportedTo_webui ConfdState_LoadedDataModels_DataModel_ExportedTo = "webui"

	ConfdState_LoadedDataModels_DataModel_ExportedTo_rest ConfdState_LoadedDataModels_DataModel_ExportedTo = "rest"

	ConfdState_LoadedDataModels_DataModel_ExportedTo_snmp ConfdState_LoadedDataModels_DataModel_ExportedTo = "snmp"
)

type ConfdState_Netconf

type ConfdState_Netconf struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YPresence  bool

	// The transport addresses the NETCONF server is listening on.  Note that
	// other mechanisms can be put in front of the TCP addresses below, e.g., an
	// OpenSSH server.  Such mechanisms are not known to the daemon and not listed
	// here.
	Listen ConfdState_Netconf_Listen
}

ConfdState_Netconf This type is a presence type.

func (*ConfdState_Netconf) GetEntityData

func (netconf *ConfdState_Netconf) GetEntityData() *types.CommonEntityData

type ConfdState_Netconf_Listen

type ConfdState_Netconf_Listen struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// The type is slice of ConfdState_Netconf_Listen_Tcp.
	Tcp []*ConfdState_Netconf_Listen_Tcp

	// The type is slice of ConfdState_Netconf_Listen_Ssh.
	Ssh []*ConfdState_Netconf_Listen_Ssh
}

ConfdState_Netconf_Listen The transport addresses the NETCONF server is listening on.

Note that other mechanisms can be put in front of the TCP addresses below, e.g., an OpenSSH server. Such mechanisms are not known to the daemon and not listed here.

func (*ConfdState_Netconf_Listen) GetEntityData

func (listen *ConfdState_Netconf_Listen) GetEntityData() *types.CommonEntityData

type ConfdState_Netconf_Listen_Ssh

type ConfdState_Netconf_Listen_Ssh struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YListKey   string

	// The type is one of the following types: string with pattern:
	// (([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\.){3}([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])(%[\p{N}\p{L}]+)?,
	// or string with pattern:
	// ((:|[0-9a-fA-F]{0,4}):)([0-9a-fA-F]{0,4}:){0,5}((([0-9a-fA-F]{0,4}:)?(:|[0-9a-fA-F]{0,4}))|(((25[0-5]|2[0-4][0-9]|[01]?[0-9]?[0-9])\.){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9]?[0-9])))(%[\p{N}\p{L}]+)?.
	Ip interface{}

	// The type is interface{} with range: 0..65535.
	Port interface{}
}

ConfdState_Netconf_Listen_Ssh

func (*ConfdState_Netconf_Listen_Ssh) GetEntityData

type ConfdState_Netconf_Listen_Tcp

type ConfdState_Netconf_Listen_Tcp struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YListKey   string

	// The type is one of the following types: string with pattern:
	// (([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\.){3}([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])(%[\p{N}\p{L}]+)?,
	// or string with pattern:
	// ((:|[0-9a-fA-F]{0,4}):)([0-9a-fA-F]{0,4}:){0,5}((([0-9a-fA-F]{0,4}:)?(:|[0-9a-fA-F]{0,4}))|(((25[0-5]|2[0-4][0-9]|[01]?[0-9]?[0-9])\.){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9]?[0-9])))(%[\p{N}\p{L}]+)?.
	Ip interface{}

	// The type is interface{} with range: 0..65535.
	Port interface{}
}

ConfdState_Netconf_Listen_Tcp

func (*ConfdState_Netconf_Listen_Tcp) GetEntityData

type ConfdState_Rest

type ConfdState_Rest struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YPresence  bool

	// The transport addresses the REST server is listening on.
	Listen ConfdState_Rest_Listen
}

ConfdState_Rest This type is a presence type.

func (*ConfdState_Rest) GetEntityData

func (rest *ConfdState_Rest) GetEntityData() *types.CommonEntityData

type ConfdState_Rest_Listen

type ConfdState_Rest_Listen struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// The type is slice of ConfdState_Rest_Listen_Tcp.
	Tcp []*ConfdState_Rest_Listen_Tcp

	// The type is slice of ConfdState_Rest_Listen_Ssl.
	Ssl []*ConfdState_Rest_Listen_Ssl
}

ConfdState_Rest_Listen The transport addresses the REST server is listening on.

func (*ConfdState_Rest_Listen) GetEntityData

func (listen *ConfdState_Rest_Listen) GetEntityData() *types.CommonEntityData

type ConfdState_Rest_Listen_Ssl

type ConfdState_Rest_Listen_Ssl struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YListKey   string

	// The type is one of the following types: string with pattern:
	// (([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\.){3}([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])(%[\p{N}\p{L}]+)?,
	// or string with pattern:
	// ((:|[0-9a-fA-F]{0,4}):)([0-9a-fA-F]{0,4}:){0,5}((([0-9a-fA-F]{0,4}:)?(:|[0-9a-fA-F]{0,4}))|(((25[0-5]|2[0-4][0-9]|[01]?[0-9]?[0-9])\.){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9]?[0-9])))(%[\p{N}\p{L}]+)?.
	Ip interface{}

	// The type is interface{} with range: 0..65535.
	Port interface{}
}

ConfdState_Rest_Listen_Ssl

func (*ConfdState_Rest_Listen_Ssl) GetEntityData

func (ssl *ConfdState_Rest_Listen_Ssl) GetEntityData() *types.CommonEntityData

type ConfdState_Rest_Listen_Tcp

type ConfdState_Rest_Listen_Tcp struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YListKey   string

	// The type is one of the following types: string with pattern:
	// (([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\.){3}([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])(%[\p{N}\p{L}]+)?,
	// or string with pattern:
	// ((:|[0-9a-fA-F]{0,4}):)([0-9a-fA-F]{0,4}:){0,5}((([0-9a-fA-F]{0,4}:)?(:|[0-9a-fA-F]{0,4}))|(((25[0-5]|2[0-4][0-9]|[01]?[0-9]?[0-9])\.){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9]?[0-9])))(%[\p{N}\p{L}]+)?.
	Ip interface{}

	// The type is interface{} with range: 0..65535.
	Port interface{}
}

ConfdState_Rest_Listen_Tcp

func (*ConfdState_Rest_Listen_Tcp) GetEntityData

func (tcp *ConfdState_Rest_Listen_Tcp) GetEntityData() *types.CommonEntityData

type ConfdState_Smp

type ConfdState_Smp struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YPresence  bool

	// Number of threads used by the daemon. The type is interface{} with range:
	// 0..65535.
	NumberOfThreads interface{}
}

ConfdState_Smp This type is a presence type.

func (*ConfdState_Smp) GetEntityData

func (smp *ConfdState_Smp) GetEntityData() *types.CommonEntityData

type ConfdState_Snmp

type ConfdState_Snmp struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YPresence  bool

	// MIBs loaded by the SNMP agent. The type is slice of string.
	Mib []interface{}

	// The local Engine ID specified as a list of colon-specified hexadecimal
	// octets e.g. '4F:4C:41:71'. The type is string with pattern:
	// ([0-9a-fA-F]){2}(:([0-9a-fA-F]){2}){4,31}.
	EngineId interface{}

	// The transport addresses the SNMP agent is listening on.
	Listen ConfdState_Snmp_Listen

	// SNMP version used by the engine.
	Version ConfdState_Snmp_Version
}

ConfdState_Snmp This type is a presence type.

func (*ConfdState_Snmp) GetEntityData

func (snmp *ConfdState_Snmp) GetEntityData() *types.CommonEntityData

type ConfdState_Snmp_Listen

type ConfdState_Snmp_Listen struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// The type is slice of ConfdState_Snmp_Listen_Udp.
	Udp []*ConfdState_Snmp_Listen_Udp
}

ConfdState_Snmp_Listen The transport addresses the SNMP agent is listening on.

func (*ConfdState_Snmp_Listen) GetEntityData

func (listen *ConfdState_Snmp_Listen) GetEntityData() *types.CommonEntityData

type ConfdState_Snmp_Listen_Udp

type ConfdState_Snmp_Listen_Udp struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YListKey   string

	// The type is one of the following types: string with pattern:
	// (([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\.){3}([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])(%[\p{N}\p{L}]+)?,
	// or string with pattern:
	// ((:|[0-9a-fA-F]{0,4}):)([0-9a-fA-F]{0,4}:){0,5}((([0-9a-fA-F]{0,4}:)?(:|[0-9a-fA-F]{0,4}))|(((25[0-5]|2[0-4][0-9]|[01]?[0-9]?[0-9])\.){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9]?[0-9])))(%[\p{N}\p{L}]+)?.
	Ip interface{}

	// The type is interface{} with range: 0..65535.
	Port interface{}
}

ConfdState_Snmp_Listen_Udp

func (*ConfdState_Snmp_Listen_Udp) GetEntityData

func (udp *ConfdState_Snmp_Listen_Udp) GetEntityData() *types.CommonEntityData

type ConfdState_Snmp_Version

type ConfdState_Snmp_Version struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// The type is interface{}.
	V1 interface{}

	// The type is interface{}.
	V2c interface{}

	// The type is interface{}.
	V3 interface{}
}

ConfdState_Snmp_Version SNMP version used by the engine.

func (*ConfdState_Snmp_Version) GetEntityData

func (version *ConfdState_Snmp_Version) GetEntityData() *types.CommonEntityData

type ConfdState_Webui

type ConfdState_Webui struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YPresence  bool

	// The transport addresses the WebUI server is listening on.
	Listen ConfdState_Webui_Listen
}

ConfdState_Webui This type is a presence type.

func (*ConfdState_Webui) GetEntityData

func (webui *ConfdState_Webui) GetEntityData() *types.CommonEntityData

type ConfdState_Webui_Listen

type ConfdState_Webui_Listen struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// The type is slice of ConfdState_Webui_Listen_Tcp.
	Tcp []*ConfdState_Webui_Listen_Tcp

	// The type is slice of ConfdState_Webui_Listen_Ssl.
	Ssl []*ConfdState_Webui_Listen_Ssl
}

ConfdState_Webui_Listen The transport addresses the WebUI server is listening on.

func (*ConfdState_Webui_Listen) GetEntityData

func (listen *ConfdState_Webui_Listen) GetEntityData() *types.CommonEntityData

type ConfdState_Webui_Listen_Ssl

type ConfdState_Webui_Listen_Ssl struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YListKey   string

	// The type is one of the following types: string with pattern:
	// (([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\.){3}([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])(%[\p{N}\p{L}]+)?,
	// or string with pattern:
	// ((:|[0-9a-fA-F]{0,4}):)([0-9a-fA-F]{0,4}:){0,5}((([0-9a-fA-F]{0,4}:)?(:|[0-9a-fA-F]{0,4}))|(((25[0-5]|2[0-4][0-9]|[01]?[0-9]?[0-9])\.){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9]?[0-9])))(%[\p{N}\p{L}]+)?.
	Ip interface{}

	// The type is interface{} with range: 0..65535.
	Port interface{}
}

ConfdState_Webui_Listen_Ssl

func (*ConfdState_Webui_Listen_Ssl) GetEntityData

func (ssl *ConfdState_Webui_Listen_Ssl) GetEntityData() *types.CommonEntityData

type ConfdState_Webui_Listen_Tcp

type ConfdState_Webui_Listen_Tcp struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YListKey   string

	// The type is one of the following types: string with pattern:
	// (([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\.){3}([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])(%[\p{N}\p{L}]+)?,
	// or string with pattern:
	// ((:|[0-9a-fA-F]{0,4}):)([0-9a-fA-F]{0,4}:){0,5}((([0-9a-fA-F]{0,4}:)?(:|[0-9a-fA-F]{0,4}))|(((25[0-5]|2[0-4][0-9]|[01]?[0-9]?[0-9])\.){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9]?[0-9])))(%[\p{N}\p{L}]+)?.
	Ip interface{}

	// The type is interface{} with range: 0..65535.
	Port interface{}
}

ConfdState_Webui_Listen_Tcp

func (*ConfdState_Webui_Listen_Tcp) GetEntityData

func (tcp *ConfdState_Webui_Listen_Tcp) GetEntityData() *types.CommonEntityData

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL