cisco_ios_xr_bundlemgr_oper_bundle_information_lacp_lacp_members_lacp_member_lacp_member_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/lacp/lacp-members/lacp-member/lacp-member-item

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BmLacpPortInfo_

type BmLacpPortInfo_ struct {
	System               *BmSystemIdSt `protobuf:"bytes,1,opt,name=system,proto3" json:"system,omitempty"`
	Key                  uint32        `protobuf:"varint,2,opt,name=key,proto3" json:"key,omitempty"`
	Port                 *BmLinkIdSt   `protobuf:"bytes,3,opt,name=port,proto3" json:"port,omitempty"`
	State                uint32        `protobuf:"varint,4,opt,name=state,proto3" json:"state,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*BmLacpPortInfo_) Descriptor

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

func (*BmLacpPortInfo_) GetKey

func (m *BmLacpPortInfo_) GetKey() uint32

func (*BmLacpPortInfo_) GetPort

func (m *BmLacpPortInfo_) GetPort() *BmLinkIdSt

func (*BmLacpPortInfo_) GetState

func (m *BmLacpPortInfo_) GetState() uint32

func (*BmLacpPortInfo_) GetSystem

func (m *BmLacpPortInfo_) GetSystem() *BmSystemIdSt

func (*BmLacpPortInfo_) ProtoMessage

func (*BmLacpPortInfo_) ProtoMessage()

func (*BmLacpPortInfo_) Reset

func (m *BmLacpPortInfo_) Reset()

func (*BmLacpPortInfo_) String

func (m *BmLacpPortInfo_) String() string

func (*BmLacpPortInfo_) XXX_DiscardUnknown

func (m *BmLacpPortInfo_) XXX_DiscardUnknown()

func (*BmLacpPortInfo_) XXX_Marshal

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

func (*BmLacpPortInfo_) XXX_Merge

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

func (*BmLacpPortInfo_) XXX_Size

func (m *BmLacpPortInfo_) XXX_Size() int

func (*BmLacpPortInfo_) XXX_Unmarshal

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

type BmLinkIdSt

type BmLinkIdSt struct {
	LinkPriority         uint32   `protobuf:"varint,1,opt,name=link_priority,json=linkPriority,proto3" json:"link_priority,omitempty"`
	LinkNumber           uint32   `protobuf:"varint,2,opt,name=link_number,json=linkNumber,proto3" json:"link_number,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*BmLinkIdSt) Descriptor

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

func (*BmLinkIdSt) GetLinkNumber

func (m *BmLinkIdSt) GetLinkNumber() uint32

func (*BmLinkIdSt) GetLinkPriority

func (m *BmLinkIdSt) GetLinkPriority() uint32

func (*BmLinkIdSt) ProtoMessage

func (*BmLinkIdSt) ProtoMessage()

func (*BmLinkIdSt) Reset

func (m *BmLinkIdSt) Reset()

func (*BmLinkIdSt) String

func (m *BmLinkIdSt) String() string

func (*BmLinkIdSt) XXX_DiscardUnknown

func (m *BmLinkIdSt) XXX_DiscardUnknown()

func (*BmLinkIdSt) XXX_Marshal

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

func (*BmLinkIdSt) XXX_Merge

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

func (*BmLinkIdSt) XXX_Size

func (m *BmLinkIdSt) XXX_Size() int

func (*BmLinkIdSt) XXX_Unmarshal

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

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 LacpLinkAdditionalInfo

type LacpLinkAdditionalInfo struct {
	MbrType              string                         `protobuf:"bytes,1,opt,name=mbr_type,json=mbrType,proto3" json:"mbr_type,omitempty"`
	Local                *LacpLinkAdditionalInfoLocal   `protobuf:"bytes,2,opt,name=local,proto3" json:"local,omitempty"`
	Foreign              *LacpLinkAdditionalInfoForeign `protobuf:"bytes,3,opt,name=foreign,proto3" json:"foreign,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                       `json:"-"`
	XXX_unrecognized     []byte                         `json:"-"`
	XXX_sizecache        int32                          `json:"-"`
}

func (*LacpLinkAdditionalInfo) Descriptor

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

func (*LacpLinkAdditionalInfo) GetForeign

func (*LacpLinkAdditionalInfo) GetLocal

func (*LacpLinkAdditionalInfo) GetMbrType

func (m *LacpLinkAdditionalInfo) GetMbrType() string

func (*LacpLinkAdditionalInfo) ProtoMessage

func (*LacpLinkAdditionalInfo) ProtoMessage()

func (*LacpLinkAdditionalInfo) Reset

func (m *LacpLinkAdditionalInfo) Reset()

func (*LacpLinkAdditionalInfo) String

func (m *LacpLinkAdditionalInfo) String() string

func (*LacpLinkAdditionalInfo) XXX_DiscardUnknown

func (m *LacpLinkAdditionalInfo) XXX_DiscardUnknown()

func (*LacpLinkAdditionalInfo) XXX_Marshal

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

func (*LacpLinkAdditionalInfo) XXX_Merge

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

func (*LacpLinkAdditionalInfo) XXX_Size

func (m *LacpLinkAdditionalInfo) XXX_Size() int

func (*LacpLinkAdditionalInfo) XXX_Unmarshal

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

type LacpLinkAdditionalInfoForeign

type LacpLinkAdditionalInfoForeign struct {
	PeerAddress          string   `protobuf:"bytes,1,opt,name=peer_address,json=peerAddress,proto3" json:"peer_address,omitempty"`
	MemberName           string   `protobuf:"bytes,2,opt,name=member_name,json=memberName,proto3" json:"member_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*LacpLinkAdditionalInfoForeign) Descriptor

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

func (*LacpLinkAdditionalInfoForeign) GetMemberName

func (m *LacpLinkAdditionalInfoForeign) GetMemberName() string

func (*LacpLinkAdditionalInfoForeign) GetPeerAddress

func (m *LacpLinkAdditionalInfoForeign) GetPeerAddress() string

func (*LacpLinkAdditionalInfoForeign) ProtoMessage

func (*LacpLinkAdditionalInfoForeign) ProtoMessage()

func (*LacpLinkAdditionalInfoForeign) Reset

func (m *LacpLinkAdditionalInfoForeign) Reset()

func (*LacpLinkAdditionalInfoForeign) String

func (*LacpLinkAdditionalInfoForeign) XXX_DiscardUnknown

func (m *LacpLinkAdditionalInfoForeign) XXX_DiscardUnknown()

func (*LacpLinkAdditionalInfoForeign) XXX_Marshal

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

func (*LacpLinkAdditionalInfoForeign) XXX_Merge

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

func (*LacpLinkAdditionalInfoForeign) XXX_Size

func (m *LacpLinkAdditionalInfoForeign) XXX_Size() int

func (*LacpLinkAdditionalInfoForeign) XXX_Unmarshal

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

type LacpLinkAdditionalInfoLocal

type LacpLinkAdditionalInfoLocal struct {
	InterfaceHandle      string   `protobuf:"bytes,1,opt,name=interface_handle,json=interfaceHandle,proto3" json:"interface_handle,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*LacpLinkAdditionalInfoLocal) Descriptor

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

func (*LacpLinkAdditionalInfoLocal) GetInterfaceHandle

func (m *LacpLinkAdditionalInfoLocal) GetInterfaceHandle() string

func (*LacpLinkAdditionalInfoLocal) ProtoMessage

func (*LacpLinkAdditionalInfoLocal) ProtoMessage()

func (*LacpLinkAdditionalInfoLocal) Reset

func (m *LacpLinkAdditionalInfoLocal) Reset()

func (*LacpLinkAdditionalInfoLocal) String

func (m *LacpLinkAdditionalInfoLocal) String() string

func (*LacpLinkAdditionalInfoLocal) XXX_DiscardUnknown

func (m *LacpLinkAdditionalInfoLocal) XXX_DiscardUnknown()

func (*LacpLinkAdditionalInfoLocal) XXX_Marshal

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

func (*LacpLinkAdditionalInfoLocal) XXX_Merge

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

func (*LacpLinkAdditionalInfoLocal) XXX_Size

func (m *LacpLinkAdditionalInfoLocal) XXX_Size() int

func (*LacpLinkAdditionalInfoLocal) XXX_Unmarshal

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

type LacpLinkDeviceInfoSt

type LacpLinkDeviceInfoSt struct {
	PortInfo             *BmLacpPortInfo_ `protobuf:"bytes,1,opt,name=port_info,json=portInfo,proto3" json:"port_info,omitempty"`
	TxPeriod             uint32           `protobuf:"varint,2,opt,name=tx_period,json=txPeriod,proto3" json:"tx_period,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*LacpLinkDeviceInfoSt) Descriptor

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

func (*LacpLinkDeviceInfoSt) GetPortInfo

func (m *LacpLinkDeviceInfoSt) GetPortInfo() *BmLacpPortInfo_

func (*LacpLinkDeviceInfoSt) GetTxPeriod

func (m *LacpLinkDeviceInfoSt) GetTxPeriod() uint32

func (*LacpLinkDeviceInfoSt) ProtoMessage

func (*LacpLinkDeviceInfoSt) ProtoMessage()

func (*LacpLinkDeviceInfoSt) Reset

func (m *LacpLinkDeviceInfoSt) Reset()

func (*LacpLinkDeviceInfoSt) String

func (m *LacpLinkDeviceInfoSt) String() string

func (*LacpLinkDeviceInfoSt) XXX_DiscardUnknown

func (m *LacpLinkDeviceInfoSt) XXX_DiscardUnknown()

func (*LacpLinkDeviceInfoSt) XXX_Marshal

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

func (*LacpLinkDeviceInfoSt) XXX_Merge

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

func (*LacpLinkDeviceInfoSt) XXX_Size

func (m *LacpLinkDeviceInfoSt) XXX_Size() int

func (*LacpLinkDeviceInfoSt) XXX_Unmarshal

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

type LacpMbrData

type LacpMbrData struct {
	SelectedAggregatorId uint32                  `protobuf:"varint,50,opt,name=selected_aggregator_id,json=selectedAggregatorId,proto3" json:"selected_aggregator_id,omitempty"`
	AttachedAggregatorId uint32                  `protobuf:"varint,51,opt,name=attached_aggregator_id,json=attachedAggregatorId,proto3" json:"attached_aggregator_id,omitempty"`
	ActorInfo            *LacpLinkDeviceInfoSt   `protobuf:"bytes,52,opt,name=actor_info,json=actorInfo,proto3" json:"actor_info,omitempty"`
	PartnerInfo          *LacpLinkDeviceInfoSt   `protobuf:"bytes,53,opt,name=partner_info,json=partnerInfo,proto3" json:"partner_info,omitempty"`
	SelectionState       string                  `protobuf:"bytes,54,opt,name=selection_state,json=selectionState,proto3" json:"selection_state,omitempty"`
	PeriodState          string                  `protobuf:"bytes,55,opt,name=period_state,json=periodState,proto3" json:"period_state,omitempty"`
	ReceiveMachineState  string                  `protobuf:"bytes,56,opt,name=receive_machine_state,json=receiveMachineState,proto3" json:"receive_machine_state,omitempty"`
	MuxState             string                  `protobuf:"bytes,57,opt,name=mux_state,json=muxState,proto3" json:"mux_state,omitempty"`
	ActorChurnState      string                  `protobuf:"bytes,58,opt,name=actor_churn_state,json=actorChurnState,proto3" json:"actor_churn_state,omitempty"`
	PartnerChurnState    string                  `protobuf:"bytes,59,opt,name=partner_churn_state,json=partnerChurnState,proto3" json:"partner_churn_state,omitempty"`
	IccpGroupId          uint32                  `protobuf:"varint,60,opt,name=iccp_group_id,json=iccpGroupId,proto3" json:"iccp_group_id,omitempty"`
	AdditionalInfo       *LacpLinkAdditionalInfo `protobuf:"bytes,61,opt,name=additional_info,json=additionalInfo,proto3" json:"additional_info,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                `json:"-"`
	XXX_unrecognized     []byte                  `json:"-"`
	XXX_sizecache        int32                   `json:"-"`
}

func (*LacpMbrData) Descriptor

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

func (*LacpMbrData) GetActorChurnState

func (m *LacpMbrData) GetActorChurnState() string

func (*LacpMbrData) GetActorInfo

func (m *LacpMbrData) GetActorInfo() *LacpLinkDeviceInfoSt

func (*LacpMbrData) GetAdditionalInfo

func (m *LacpMbrData) GetAdditionalInfo() *LacpLinkAdditionalInfo

func (*LacpMbrData) GetAttachedAggregatorId

func (m *LacpMbrData) GetAttachedAggregatorId() uint32

func (*LacpMbrData) GetIccpGroupId

func (m *LacpMbrData) GetIccpGroupId() uint32

func (*LacpMbrData) GetMuxState

func (m *LacpMbrData) GetMuxState() string

func (*LacpMbrData) GetPartnerChurnState

func (m *LacpMbrData) GetPartnerChurnState() string

func (*LacpMbrData) GetPartnerInfo

func (m *LacpMbrData) GetPartnerInfo() *LacpLinkDeviceInfoSt

func (*LacpMbrData) GetPeriodState

func (m *LacpMbrData) GetPeriodState() string

func (*LacpMbrData) GetReceiveMachineState

func (m *LacpMbrData) GetReceiveMachineState() string

func (*LacpMbrData) GetSelectedAggregatorId

func (m *LacpMbrData) GetSelectedAggregatorId() uint32

func (*LacpMbrData) GetSelectionState

func (m *LacpMbrData) GetSelectionState() string

func (*LacpMbrData) ProtoMessage

func (*LacpMbrData) ProtoMessage()

func (*LacpMbrData) Reset

func (m *LacpMbrData) Reset()

func (*LacpMbrData) String

func (m *LacpMbrData) String() string

func (*LacpMbrData) XXX_DiscardUnknown

func (m *LacpMbrData) XXX_DiscardUnknown()

func (*LacpMbrData) XXX_Marshal

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

func (*LacpMbrData) XXX_Merge

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

func (*LacpMbrData) XXX_Size

func (m *LacpMbrData) XXX_Size() int

func (*LacpMbrData) XXX_Unmarshal

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

type LacpMbrData_KEYS

type LacpMbrData_KEYS struct {
	MemberInterface      string   `protobuf:"bytes,1,opt,name=member_interface,json=memberInterface,proto3" json:"member_interface,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*LacpMbrData_KEYS) Descriptor

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

func (*LacpMbrData_KEYS) GetMemberInterface

func (m *LacpMbrData_KEYS) GetMemberInterface() string

func (*LacpMbrData_KEYS) ProtoMessage

func (*LacpMbrData_KEYS) ProtoMessage()

func (*LacpMbrData_KEYS) Reset

func (m *LacpMbrData_KEYS) Reset()

func (*LacpMbrData_KEYS) String

func (m *LacpMbrData_KEYS) String() string

func (*LacpMbrData_KEYS) XXX_DiscardUnknown

func (m *LacpMbrData_KEYS) XXX_DiscardUnknown()

func (*LacpMbrData_KEYS) XXX_Marshal

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

func (*LacpMbrData_KEYS) XXX_Merge

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

func (*LacpMbrData_KEYS) XXX_Size

func (m *LacpMbrData_KEYS) XXX_Size() int

func (*LacpMbrData_KEYS) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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