cisco_ios_xr_subscriber_infra_subdb_oper_subscriber_database_nodes_node_association_labels_label

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Dec 19, 2019 License: Apache-2.0 Imports: 3 Imported by: 1

Documentation

Overview

Cisco-IOS-XR-Subscriber-infra-subdb-oper:subscriber-database/nodes/node/association/labels/label

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SubdbAssocSess

type SubdbAssocSess struct {
	TemplateType         string   `protobuf:"bytes,1,opt,name=template_type,json=templateType,proto3" json:"template_type,omitempty"`
	TemplateName         string   `protobuf:"bytes,2,opt,name=template_name,json=templateName,proto3" json:"template_name,omitempty"`
	Varlist              string   `protobuf:"bytes,3,opt,name=varlist,proto3" json:"varlist,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SubdbAssocSess) Descriptor

func (*SubdbAssocSess) Descriptor() ([]byte, []int)

func (*SubdbAssocSess) GetTemplateName

func (m *SubdbAssocSess) GetTemplateName() string

func (*SubdbAssocSess) GetTemplateType

func (m *SubdbAssocSess) GetTemplateType() string

func (*SubdbAssocSess) GetVarlist

func (m *SubdbAssocSess) GetVarlist() string

func (*SubdbAssocSess) ProtoMessage

func (*SubdbAssocSess) ProtoMessage()

func (*SubdbAssocSess) Reset

func (m *SubdbAssocSess) Reset()

func (*SubdbAssocSess) String

func (m *SubdbAssocSess) String() string

func (*SubdbAssocSess) XXX_DiscardUnknown

func (m *SubdbAssocSess) XXX_DiscardUnknown()

func (*SubdbAssocSess) XXX_Marshal

func (m *SubdbAssocSess) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SubdbAssocSess) XXX_Merge

func (m *SubdbAssocSess) XXX_Merge(src proto.Message)

func (*SubdbAssocSess) XXX_Size

func (m *SubdbAssocSess) XXX_Size() int

func (*SubdbAssocSess) XXX_Unmarshal

func (m *SubdbAssocSess) XXX_Unmarshal(b []byte) error

type SubdbAssocSession

type SubdbAssocSession struct {
	SessionId            uint32          `protobuf:"varint,50,opt,name=session_id,json=sessionId,proto3" json:"session_id,omitempty"`
	InterfaceName        string          `protobuf:"bytes,51,opt,name=interface_name,json=interfaceName,proto3" json:"interface_name,omitempty"`
	Associations         uint32          `protobuf:"varint,52,opt,name=associations,proto3" json:"associations,omitempty"`
	Template             *SubdbTemplates `protobuf:"bytes,53,opt,name=template,proto3" json:"template,omitempty"`
	VarlistId            uint32          `protobuf:"varint,54,opt,name=varlist_id,json=varlistId,proto3" json:"varlist_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*SubdbAssocSession) Descriptor

func (*SubdbAssocSession) Descriptor() ([]byte, []int)

func (*SubdbAssocSession) GetAssociations

func (m *SubdbAssocSession) GetAssociations() uint32

func (*SubdbAssocSession) GetInterfaceName

func (m *SubdbAssocSession) GetInterfaceName() string

func (*SubdbAssocSession) GetSessionId

func (m *SubdbAssocSession) GetSessionId() uint32

func (*SubdbAssocSession) GetTemplate

func (m *SubdbAssocSession) GetTemplate() *SubdbTemplates

func (*SubdbAssocSession) GetVarlistId

func (m *SubdbAssocSession) GetVarlistId() uint32

func (*SubdbAssocSession) ProtoMessage

func (*SubdbAssocSession) ProtoMessage()

func (*SubdbAssocSession) Reset

func (m *SubdbAssocSession) Reset()

func (*SubdbAssocSession) String

func (m *SubdbAssocSession) String() string

func (*SubdbAssocSession) XXX_DiscardUnknown

func (m *SubdbAssocSession) XXX_DiscardUnknown()

func (*SubdbAssocSession) XXX_Marshal

func (m *SubdbAssocSession) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SubdbAssocSession) XXX_Merge

func (m *SubdbAssocSession) XXX_Merge(src proto.Message)

func (*SubdbAssocSession) XXX_Size

func (m *SubdbAssocSession) XXX_Size() int

func (*SubdbAssocSession) XXX_Unmarshal

func (m *SubdbAssocSession) XXX_Unmarshal(b []byte) error

type SubdbAssocSession_KEYS

type SubdbAssocSession_KEYS struct {
	NodeName             string   `protobuf:"bytes,1,opt,name=node_name,json=nodeName,proto3" json:"node_name,omitempty"`
	SubscriberLabel      string   `protobuf:"bytes,2,opt,name=subscriber_label,json=subscriberLabel,proto3" json:"subscriber_label,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SubdbAssocSession_KEYS) Descriptor

func (*SubdbAssocSession_KEYS) Descriptor() ([]byte, []int)

func (*SubdbAssocSession_KEYS) GetNodeName

func (m *SubdbAssocSession_KEYS) GetNodeName() string

func (*SubdbAssocSession_KEYS) GetSubscriberLabel

func (m *SubdbAssocSession_KEYS) GetSubscriberLabel() string

func (*SubdbAssocSession_KEYS) ProtoMessage

func (*SubdbAssocSession_KEYS) ProtoMessage()

func (*SubdbAssocSession_KEYS) Reset

func (m *SubdbAssocSession_KEYS) Reset()

func (*SubdbAssocSession_KEYS) String

func (m *SubdbAssocSession_KEYS) String() string

func (*SubdbAssocSession_KEYS) XXX_DiscardUnknown

func (m *SubdbAssocSession_KEYS) XXX_DiscardUnknown()

func (*SubdbAssocSession_KEYS) XXX_Marshal

func (m *SubdbAssocSession_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SubdbAssocSession_KEYS) XXX_Merge

func (m *SubdbAssocSession_KEYS) XXX_Merge(src proto.Message)

func (*SubdbAssocSession_KEYS) XXX_Size

func (m *SubdbAssocSession_KEYS) XXX_Size() int

func (*SubdbAssocSession_KEYS) XXX_Unmarshal

func (m *SubdbAssocSession_KEYS) XXX_Unmarshal(b []byte) error

type SubdbTemplates

type SubdbTemplates struct {
	AssociatedTemplate   []*SubdbAssocSess `protobuf:"bytes,1,rep,name=associated_template,json=associatedTemplate,proto3" json:"associated_template,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*SubdbTemplates) Descriptor

func (*SubdbTemplates) Descriptor() ([]byte, []int)

func (*SubdbTemplates) GetAssociatedTemplate

func (m *SubdbTemplates) GetAssociatedTemplate() []*SubdbAssocSess

func (*SubdbTemplates) ProtoMessage

func (*SubdbTemplates) ProtoMessage()

func (*SubdbTemplates) Reset

func (m *SubdbTemplates) Reset()

func (*SubdbTemplates) String

func (m *SubdbTemplates) String() string

func (*SubdbTemplates) XXX_DiscardUnknown

func (m *SubdbTemplates) XXX_DiscardUnknown()

func (*SubdbTemplates) XXX_Marshal

func (m *SubdbTemplates) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SubdbTemplates) XXX_Merge

func (m *SubdbTemplates) XXX_Merge(src proto.Message)

func (*SubdbTemplates) XXX_Size

func (m *SubdbTemplates) XXX_Size() int

func (*SubdbTemplates) XXX_Unmarshal

func (m *SubdbTemplates) XXX_Unmarshal(b []byte) error

Jump to

Keyboard shortcuts

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