cisco_ios_xr_bundlemgr_oper_bundle_information_system_id_system_id_iccp_groups_system_id_iccp_group_system_id_iccp_group_item

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-bundlemgr-oper:bundle-information/system-id/system-id-iccp-groups/system-id-iccp-group/system-id-iccp-group-item

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BmSystemIdSt

type BmSystemIdSt struct {
	SystemPrio           uint32         `protobuf:"varint,1,opt,name=system_prio,json=systemPrio,proto3" json:"system_prio,omitempty"`
	SystemMacAddr        *EtherMacaddr_ `protobuf:"bytes,2,opt,name=system_mac_addr,json=systemMacAddr,proto3" json:"system_mac_addr,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*BmSystemIdSt) Descriptor

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

func (*BmSystemIdSt) GetSystemMacAddr

func (m *BmSystemIdSt) GetSystemMacAddr() *EtherMacaddr_

func (*BmSystemIdSt) GetSystemPrio

func (m *BmSystemIdSt) GetSystemPrio() uint32

func (*BmSystemIdSt) ProtoMessage

func (*BmSystemIdSt) ProtoMessage()

func (*BmSystemIdSt) Reset

func (m *BmSystemIdSt) Reset()

func (*BmSystemIdSt) String

func (m *BmSystemIdSt) String() string

func (*BmSystemIdSt) XXX_DiscardUnknown

func (m *BmSystemIdSt) XXX_DiscardUnknown()

func (*BmSystemIdSt) XXX_Marshal

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

func (*BmSystemIdSt) XXX_Merge

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

func (*BmSystemIdSt) XXX_Size

func (m *BmSystemIdSt) XXX_Size() int

func (*BmSystemIdSt) XXX_Unmarshal

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

type EtherMacaddr_

type EtherMacaddr_ struct {
	Macaddr              []uint32 `protobuf:"varint,1,rep,packed,name=macaddr,proto3" json:"macaddr,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*EtherMacaddr_) Descriptor

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

func (*EtherMacaddr_) GetMacaddr

func (m *EtherMacaddr_) GetMacaddr() []uint32

func (*EtherMacaddr_) ProtoMessage

func (*EtherMacaddr_) ProtoMessage()

func (*EtherMacaddr_) Reset

func (m *EtherMacaddr_) Reset()

func (*EtherMacaddr_) String

func (m *EtherMacaddr_) String() string

func (*EtherMacaddr_) XXX_DiscardUnknown

func (m *EtherMacaddr_) XXX_DiscardUnknown()

func (*EtherMacaddr_) XXX_Marshal

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

func (*EtherMacaddr_) XXX_Merge

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

func (*EtherMacaddr_) XXX_Size

func (m *EtherMacaddr_) XXX_Size() int

func (*EtherMacaddr_) XXX_Unmarshal

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

type LacpSystemId

type LacpSystemId struct {
	SystemId             *BmSystemIdSt `protobuf:"bytes,50,opt,name=system_id,json=systemId,proto3" json:"system_id,omitempty"`
	IccpGroupId          uint32        `protobuf:"varint,51,opt,name=iccp_group_id,json=iccpGroupId,proto3" json:"iccp_group_id,omitempty"`
	SystemPriority       uint32        `protobuf:"varint,52,opt,name=system_priority,json=systemPriority,proto3" json:"system_priority,omitempty"`
	SystemMacAddress     string        `protobuf:"bytes,53,opt,name=system_mac_address,json=systemMacAddress,proto3" json:"system_mac_address,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*LacpSystemId) Descriptor

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

func (*LacpSystemId) GetIccpGroupId

func (m *LacpSystemId) GetIccpGroupId() uint32

func (*LacpSystemId) GetSystemId

func (m *LacpSystemId) GetSystemId() *BmSystemIdSt

func (*LacpSystemId) GetSystemMacAddress

func (m *LacpSystemId) GetSystemMacAddress() string

func (*LacpSystemId) GetSystemPriority

func (m *LacpSystemId) GetSystemPriority() uint32

func (*LacpSystemId) ProtoMessage

func (*LacpSystemId) ProtoMessage()

func (*LacpSystemId) Reset

func (m *LacpSystemId) Reset()

func (*LacpSystemId) String

func (m *LacpSystemId) String() string

func (*LacpSystemId) XXX_DiscardUnknown

func (m *LacpSystemId) XXX_DiscardUnknown()

func (*LacpSystemId) XXX_Marshal

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

func (*LacpSystemId) XXX_Merge

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

func (*LacpSystemId) XXX_Size

func (m *LacpSystemId) XXX_Size() int

func (*LacpSystemId) XXX_Unmarshal

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

type LacpSystemId_KEYS

type LacpSystemId_KEYS struct {
	IccpGroup            uint32   `protobuf:"varint,1,opt,name=iccp_group,json=iccpGroup,proto3" json:"iccp_group,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*LacpSystemId_KEYS) Descriptor

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

func (*LacpSystemId_KEYS) GetIccpGroup

func (m *LacpSystemId_KEYS) GetIccpGroup() uint32

func (*LacpSystemId_KEYS) ProtoMessage

func (*LacpSystemId_KEYS) ProtoMessage()

func (*LacpSystemId_KEYS) Reset

func (m *LacpSystemId_KEYS) Reset()

func (*LacpSystemId_KEYS) String

func (m *LacpSystemId_KEYS) String() string

func (*LacpSystemId_KEYS) XXX_DiscardUnknown

func (m *LacpSystemId_KEYS) XXX_DiscardUnknown()

func (*LacpSystemId_KEYS) XXX_Marshal

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

func (*LacpSystemId_KEYS) XXX_Merge

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

func (*LacpSystemId_KEYS) XXX_Size

func (m *LacpSystemId_KEYS) XXX_Size() int

func (*LacpSystemId_KEYS) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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