cisco_ios_xr_mpls_lsd_oper_mpls_lsd_nodes_mpls_lsd_node_clients_client

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-mpls-lsd-oper:mpls-lsd-nodes/mpls-lsd-node/clients/client

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MgmtMplsLsdClientData

type MgmtMplsLsdClientData struct {
	LsdClientType        string            `protobuf:"bytes,1,opt,name=lsd_client_type,json=lsdClientType,proto3" json:"lsd_client_type,omitempty"`
	Application          *MplsLsdClientApp `protobuf:"bytes,2,opt,name=application,proto3" json:"application,omitempty"`
	BcdlAgent            *MplsLsdClientBa  `protobuf:"bytes,3,opt,name=bcdl_agent,json=bcdlAgent,proto3" json:"bcdl_agent,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*MgmtMplsLsdClientData) Descriptor

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

func (*MgmtMplsLsdClientData) GetApplication

func (m *MgmtMplsLsdClientData) GetApplication() *MplsLsdClientApp

func (*MgmtMplsLsdClientData) GetBcdlAgent

func (m *MgmtMplsLsdClientData) GetBcdlAgent() *MplsLsdClientBa

func (*MgmtMplsLsdClientData) GetLsdClientType

func (m *MgmtMplsLsdClientData) GetLsdClientType() string

func (*MgmtMplsLsdClientData) ProtoMessage

func (*MgmtMplsLsdClientData) ProtoMessage()

func (*MgmtMplsLsdClientData) Reset

func (m *MgmtMplsLsdClientData) Reset()

func (*MgmtMplsLsdClientData) String

func (m *MgmtMplsLsdClientData) String() string

func (*MgmtMplsLsdClientData) XXX_DiscardUnknown

func (m *MgmtMplsLsdClientData) XXX_DiscardUnknown()

func (*MgmtMplsLsdClientData) XXX_Marshal

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

func (*MgmtMplsLsdClientData) XXX_Merge

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

func (*MgmtMplsLsdClientData) XXX_Size

func (m *MgmtMplsLsdClientData) XXX_Size() int

func (*MgmtMplsLsdClientData) XXX_Unmarshal

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

type MplsLsdClient

type MplsLsdClient struct {
	ClientIndex          uint32                 `protobuf:"varint,50,opt,name=client_index,json=clientIndex,proto3" json:"client_index,omitempty"`
	ClientUnion          *MgmtMplsLsdClientData `protobuf:"bytes,51,opt,name=client_union,json=clientUnion,proto3" json:"client_union,omitempty"`
	NodeId               string                 `protobuf:"bytes,52,opt,name=node_id,json=nodeId,proto3" json:"node_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}               `json:"-"`
	XXX_unrecognized     []byte                 `json:"-"`
	XXX_sizecache        int32                  `json:"-"`
}

func (*MplsLsdClient) Descriptor

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

func (*MplsLsdClient) GetClientIndex

func (m *MplsLsdClient) GetClientIndex() uint32

func (*MplsLsdClient) GetClientUnion

func (m *MplsLsdClient) GetClientUnion() *MgmtMplsLsdClientData

func (*MplsLsdClient) GetNodeId

func (m *MplsLsdClient) GetNodeId() string

func (*MplsLsdClient) ProtoMessage

func (*MplsLsdClient) ProtoMessage()

func (*MplsLsdClient) Reset

func (m *MplsLsdClient) Reset()

func (*MplsLsdClient) String

func (m *MplsLsdClient) String() string

func (*MplsLsdClient) XXX_DiscardUnknown

func (m *MplsLsdClient) XXX_DiscardUnknown()

func (*MplsLsdClient) XXX_Marshal

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

func (*MplsLsdClient) XXX_Merge

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

func (*MplsLsdClient) XXX_Size

func (m *MplsLsdClient) XXX_Size() int

func (*MplsLsdClient) XXX_Unmarshal

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

type MplsLsdClientApp

type MplsLsdClientApp struct {
	ApplicationName        string   `protobuf:"bytes,1,opt,name=application_name,json=applicationName,proto3" json:"application_name,omitempty"`
	ApplicationType        string   `protobuf:"bytes,2,opt,name=application_type,json=applicationType,proto3" json:"application_type,omitempty"`
	ApplicationInstance    string   `protobuf:"bytes,3,opt,name=application_instance,json=applicationInstance,proto3" json:"application_instance,omitempty"`
	ApplicationRolePrimary int32    `` /* 132-byte string literal not displayed */
	XXX_NoUnkeyedLiteral   struct{} `json:"-"`
	XXX_unrecognized       []byte   `json:"-"`
	XXX_sizecache          int32    `json:"-"`
}

func (*MplsLsdClientApp) Descriptor

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

func (*MplsLsdClientApp) GetApplicationInstance

func (m *MplsLsdClientApp) GetApplicationInstance() string

func (*MplsLsdClientApp) GetApplicationName

func (m *MplsLsdClientApp) GetApplicationName() string

func (*MplsLsdClientApp) GetApplicationRolePrimary

func (m *MplsLsdClientApp) GetApplicationRolePrimary() int32

func (*MplsLsdClientApp) GetApplicationType

func (m *MplsLsdClientApp) GetApplicationType() string

func (*MplsLsdClientApp) ProtoMessage

func (*MplsLsdClientApp) ProtoMessage()

func (*MplsLsdClientApp) Reset

func (m *MplsLsdClientApp) Reset()

func (*MplsLsdClientApp) String

func (m *MplsLsdClientApp) String() string

func (*MplsLsdClientApp) XXX_DiscardUnknown

func (m *MplsLsdClientApp) XXX_DiscardUnknown()

func (*MplsLsdClientApp) XXX_Marshal

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

func (*MplsLsdClientApp) XXX_Merge

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

func (*MplsLsdClientApp) XXX_Size

func (m *MplsLsdClientApp) XXX_Size() int

func (*MplsLsdClientApp) XXX_Unmarshal

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

type MplsLsdClientBa

type MplsLsdClientBa struct {
	ClientConnIndex       int32    `protobuf:"zigzag32,1,opt,name=client_conn_index,json=clientConnIndex,proto3" json:"client_conn_index,omitempty"`
	ParentClientConnIndex int32    `` /* 131-byte string literal not displayed */
	XXX_NoUnkeyedLiteral  struct{} `json:"-"`
	XXX_unrecognized      []byte   `json:"-"`
	XXX_sizecache         int32    `json:"-"`
}

func (*MplsLsdClientBa) Descriptor

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

func (*MplsLsdClientBa) GetClientConnIndex

func (m *MplsLsdClientBa) GetClientConnIndex() int32

func (*MplsLsdClientBa) GetParentClientConnIndex

func (m *MplsLsdClientBa) GetParentClientConnIndex() int32

func (*MplsLsdClientBa) ProtoMessage

func (*MplsLsdClientBa) ProtoMessage()

func (*MplsLsdClientBa) Reset

func (m *MplsLsdClientBa) Reset()

func (*MplsLsdClientBa) String

func (m *MplsLsdClientBa) String() string

func (*MplsLsdClientBa) XXX_DiscardUnknown

func (m *MplsLsdClientBa) XXX_DiscardUnknown()

func (*MplsLsdClientBa) XXX_Marshal

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

func (*MplsLsdClientBa) XXX_Merge

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

func (*MplsLsdClientBa) XXX_Size

func (m *MplsLsdClientBa) XXX_Size() int

func (*MplsLsdClientBa) XXX_Unmarshal

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

type MplsLsdClient_KEYS

type MplsLsdClient_KEYS struct {
	NodeName             string   `protobuf:"bytes,1,opt,name=node_name,json=nodeName,proto3" json:"node_name,omitempty"`
	ClientName           string   `protobuf:"bytes,2,opt,name=client_name,json=clientName,proto3" json:"client_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*MplsLsdClient_KEYS) Descriptor

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

func (*MplsLsdClient_KEYS) GetClientName

func (m *MplsLsdClient_KEYS) GetClientName() string

func (*MplsLsdClient_KEYS) GetNodeName

func (m *MplsLsdClient_KEYS) GetNodeName() string

func (*MplsLsdClient_KEYS) ProtoMessage

func (*MplsLsdClient_KEYS) ProtoMessage()

func (*MplsLsdClient_KEYS) Reset

func (m *MplsLsdClient_KEYS) Reset()

func (*MplsLsdClient_KEYS) String

func (m *MplsLsdClient_KEYS) String() string

func (*MplsLsdClient_KEYS) XXX_DiscardUnknown

func (m *MplsLsdClient_KEYS) XXX_DiscardUnknown()

func (*MplsLsdClient_KEYS) XXX_Marshal

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

func (*MplsLsdClient_KEYS) XXX_Merge

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

func (*MplsLsdClient_KEYS) XXX_Size

func (m *MplsLsdClient_KEYS) XXX_Size() int

func (*MplsLsdClient_KEYS) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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