Documentation
¶
Overview ¶
Cisco-IOS-XR-bundlemgr-oper:bundle-information/system-id/system-id-global/system-id-global-item
Index ¶
- type BmSystemIdSt
- func (*BmSystemIdSt) Descriptor() ([]byte, []int)
- func (m *BmSystemIdSt) GetSystemMacAddr() *EtherMacaddr_
- func (m *BmSystemIdSt) GetSystemPrio() uint32
- func (*BmSystemIdSt) ProtoMessage()
- func (m *BmSystemIdSt) Reset()
- func (m *BmSystemIdSt) String() string
- func (m *BmSystemIdSt) XXX_DiscardUnknown()
- func (m *BmSystemIdSt) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *BmSystemIdSt) XXX_Merge(src proto.Message)
- func (m *BmSystemIdSt) XXX_Size() int
- func (m *BmSystemIdSt) XXX_Unmarshal(b []byte) error
- type EtherMacaddr_
- func (*EtherMacaddr_) Descriptor() ([]byte, []int)
- func (m *EtherMacaddr_) GetMacaddr() []uint32
- func (*EtherMacaddr_) ProtoMessage()
- func (m *EtherMacaddr_) Reset()
- func (m *EtherMacaddr_) String() string
- func (m *EtherMacaddr_) XXX_DiscardUnknown()
- func (m *EtherMacaddr_) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *EtherMacaddr_) XXX_Merge(src proto.Message)
- func (m *EtherMacaddr_) XXX_Size() int
- func (m *EtherMacaddr_) XXX_Unmarshal(b []byte) error
- type LacpSystemId
- func (*LacpSystemId) Descriptor() ([]byte, []int)
- func (m *LacpSystemId) GetIccpGroupId() uint32
- func (m *LacpSystemId) GetSystemId() *BmSystemIdSt
- func (m *LacpSystemId) GetSystemMacAddress() string
- func (m *LacpSystemId) GetSystemPriority() uint32
- func (*LacpSystemId) ProtoMessage()
- func (m *LacpSystemId) Reset()
- func (m *LacpSystemId) String() string
- func (m *LacpSystemId) XXX_DiscardUnknown()
- func (m *LacpSystemId) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *LacpSystemId) XXX_Merge(src proto.Message)
- func (m *LacpSystemId) XXX_Size() int
- func (m *LacpSystemId) XXX_Unmarshal(b []byte) error
- type LacpSystemId_KEYS
- func (*LacpSystemId_KEYS) Descriptor() ([]byte, []int)
- func (*LacpSystemId_KEYS) ProtoMessage()
- func (m *LacpSystemId_KEYS) Reset()
- func (m *LacpSystemId_KEYS) String() string
- func (m *LacpSystemId_KEYS) XXX_DiscardUnknown()
- func (m *LacpSystemId_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *LacpSystemId_KEYS) XXX_Merge(src proto.Message)
- func (m *LacpSystemId_KEYS) XXX_Size() int
- func (m *LacpSystemId_KEYS) XXX_Unmarshal(b []byte) error
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 { 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) 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
Click to show internal directories.
Click to hide internal directories.