cisco_ios_xr_l2vpn_oper_generic_interface_list_v2_active_generic_interface_lists_generic_interface_list

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-l2vpn-oper:generic-interface-list-v2/active/generic-interface-lists/generic-interface-list

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IflistIf

type IflistIf struct {
	InterfaceName            string   `protobuf:"bytes,1,opt,name=interface_name,json=interfaceName,proto3" json:"interface_name,omitempty"`
	PendingReplications      uint32   `protobuf:"varint,2,opt,name=pending_replications,json=pendingReplications,proto3" json:"pending_replications,omitempty"`
	NotSupportedReplications uint32   `` /* 136-byte string literal not displayed */
	IsFibDownloaded          bool     `protobuf:"varint,4,opt,name=is_fib_downloaded,json=isFibDownloaded,proto3" json:"is_fib_downloaded,omitempty"`
	XXX_NoUnkeyedLiteral     struct{} `json:"-"`
	XXX_unrecognized         []byte   `json:"-"`
	XXX_sizecache            int32    `json:"-"`
}

func (*IflistIf) Descriptor

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

func (*IflistIf) GetInterfaceName

func (m *IflistIf) GetInterfaceName() string

func (*IflistIf) GetIsFibDownloaded

func (m *IflistIf) GetIsFibDownloaded() bool

func (*IflistIf) GetNotSupportedReplications

func (m *IflistIf) GetNotSupportedReplications() uint32

func (*IflistIf) GetPendingReplications

func (m *IflistIf) GetPendingReplications() uint32

func (*IflistIf) ProtoMessage

func (*IflistIf) ProtoMessage()

func (*IflistIf) Reset

func (m *IflistIf) Reset()

func (*IflistIf) String

func (m *IflistIf) String() string

func (*IflistIf) XXX_DiscardUnknown

func (m *IflistIf) XXX_DiscardUnknown()

func (*IflistIf) XXX_Marshal

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

func (*IflistIf) XXX_Merge

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

func (*IflistIf) XXX_Size

func (m *IflistIf) XXX_Size() int

func (*IflistIf) XXX_Unmarshal

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

type IflistIfl

type IflistIfl struct {
	InterfaceListName    string      `protobuf:"bytes,50,opt,name=interface_list_name,json=interfaceListName,proto3" json:"interface_list_name,omitempty"`
	InterfaceListId      uint32      `protobuf:"varint,51,opt,name=interface_list_id,json=interfaceListId,proto3" json:"interface_list_id,omitempty"`
	Interface            []*IflistIf `protobuf:"bytes,52,rep,name=interface,proto3" json:"interface,omitempty"`
	Items                uint32      `protobuf:"varint,53,opt,name=items,proto3" json:"items,omitempty"`
	IsProvisioned        bool        `protobuf:"varint,54,opt,name=is_provisioned,json=isProvisioned,proto3" json:"is_provisioned,omitempty"`
	IsFibDownloaded      bool        `protobuf:"varint,55,opt,name=is_fib_downloaded,json=isFibDownloaded,proto3" json:"is_fib_downloaded,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*IflistIfl) Descriptor

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

func (*IflistIfl) GetInterface

func (m *IflistIfl) GetInterface() []*IflistIf

func (*IflistIfl) GetInterfaceListId

func (m *IflistIfl) GetInterfaceListId() uint32

func (*IflistIfl) GetInterfaceListName

func (m *IflistIfl) GetInterfaceListName() string

func (*IflistIfl) GetIsFibDownloaded

func (m *IflistIfl) GetIsFibDownloaded() bool

func (*IflistIfl) GetIsProvisioned

func (m *IflistIfl) GetIsProvisioned() bool

func (*IflistIfl) GetItems

func (m *IflistIfl) GetItems() uint32

func (*IflistIfl) ProtoMessage

func (*IflistIfl) ProtoMessage()

func (*IflistIfl) Reset

func (m *IflistIfl) Reset()

func (*IflistIfl) String

func (m *IflistIfl) String() string

func (*IflistIfl) XXX_DiscardUnknown

func (m *IflistIfl) XXX_DiscardUnknown()

func (*IflistIfl) XXX_Marshal

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

func (*IflistIfl) XXX_Merge

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

func (*IflistIfl) XXX_Size

func (m *IflistIfl) XXX_Size() int

func (*IflistIfl) XXX_Unmarshal

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

type IflistIfl_KEYS

type IflistIfl_KEYS struct {
	GenericInterfaceListName string   `` /* 137-byte string literal not displayed */
	XXX_NoUnkeyedLiteral     struct{} `json:"-"`
	XXX_unrecognized         []byte   `json:"-"`
	XXX_sizecache            int32    `json:"-"`
}

func (*IflistIfl_KEYS) Descriptor

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

func (*IflistIfl_KEYS) GetGenericInterfaceListName

func (m *IflistIfl_KEYS) GetGenericInterfaceListName() string

func (*IflistIfl_KEYS) ProtoMessage

func (*IflistIfl_KEYS) ProtoMessage()

func (*IflistIfl_KEYS) Reset

func (m *IflistIfl_KEYS) Reset()

func (*IflistIfl_KEYS) String

func (m *IflistIfl_KEYS) String() string

func (*IflistIfl_KEYS) XXX_DiscardUnknown

func (m *IflistIfl_KEYS) XXX_DiscardUnknown()

func (*IflistIfl_KEYS) XXX_Marshal

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

func (*IflistIfl_KEYS) XXX_Merge

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

func (*IflistIfl_KEYS) XXX_Size

func (m *IflistIfl_KEYS) XXX_Size() int

func (*IflistIfl_KEYS) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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