cisco_ios_xr_l2_eth_infra_oper_vlan_nodes_node_trunks_trunk

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-l2-eth-infra-oper:vlan/nodes/node/trunks/trunk

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type EfpDescription

type EfpDescription struct {
	TagsToMatch          []*EfpTagMatch           `protobuf:"bytes,1,rep,name=tags_to_match,json=tagsToMatch,proto3" json:"tags_to_match,omitempty"`
	PayloadEthertype     string                   `protobuf:"bytes,2,opt,name=payload_ethertype,json=payloadEthertype,proto3" json:"payload_ethertype,omitempty"`
	TagsPopped           uint32                   `protobuf:"varint,3,opt,name=tags_popped,json=tagsPopped,proto3" json:"tags_popped,omitempty"`
	Pushe                []*EfpVlanTag            `protobuf:"bytes,4,rep,name=pushe,proto3" json:"pushe,omitempty"`
	LocalTrafficStack    *EfpTagLocalTrafficStack `protobuf:"bytes,5,opt,name=local_traffic_stack,json=localTrafficStack,proto3" json:"local_traffic_stack,omitempty"`
	IsExactMatch         bool                     `protobuf:"varint,6,opt,name=is_exact_match,json=isExactMatch,proto3" json:"is_exact_match,omitempty"`
	IsNativeVlan         bool                     `protobuf:"varint,7,opt,name=is_native_vlan,json=isNativeVlan,proto3" json:"is_native_vlan,omitempty"`
	IsNativePreserving   bool                     `protobuf:"varint,8,opt,name=is_native_preserving,json=isNativePreserving,proto3" json:"is_native_preserving,omitempty"`
	SourceMacMatch       string                   `protobuf:"bytes,9,opt,name=source_mac_match,json=sourceMacMatch,proto3" json:"source_mac_match,omitempty"`
	DestinationMacMatch  string                   `protobuf:"bytes,10,opt,name=destination_mac_match,json=destinationMacMatch,proto3" json:"destination_mac_match,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                 `json:"-"`
	XXX_unrecognized     []byte                   `json:"-"`
	XXX_sizecache        int32                    `json:"-"`
}

func (*EfpDescription) Descriptor

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

func (*EfpDescription) GetDestinationMacMatch

func (m *EfpDescription) GetDestinationMacMatch() string

func (*EfpDescription) GetIsExactMatch

func (m *EfpDescription) GetIsExactMatch() bool

func (*EfpDescription) GetIsNativePreserving

func (m *EfpDescription) GetIsNativePreserving() bool

func (*EfpDescription) GetIsNativeVlan

func (m *EfpDescription) GetIsNativeVlan() bool

func (*EfpDescription) GetLocalTrafficStack

func (m *EfpDescription) GetLocalTrafficStack() *EfpTagLocalTrafficStack

func (*EfpDescription) GetPayloadEthertype

func (m *EfpDescription) GetPayloadEthertype() string

func (*EfpDescription) GetPushe

func (m *EfpDescription) GetPushe() []*EfpVlanTag

func (*EfpDescription) GetSourceMacMatch

func (m *EfpDescription) GetSourceMacMatch() string

func (*EfpDescription) GetTagsPopped

func (m *EfpDescription) GetTagsPopped() uint32

func (*EfpDescription) GetTagsToMatch

func (m *EfpDescription) GetTagsToMatch() []*EfpTagMatch

func (*EfpDescription) ProtoMessage

func (*EfpDescription) ProtoMessage()

func (*EfpDescription) Reset

func (m *EfpDescription) Reset()

func (*EfpDescription) String

func (m *EfpDescription) String() string

func (*EfpDescription) XXX_DiscardUnknown

func (m *EfpDescription) XXX_DiscardUnknown()

func (*EfpDescription) XXX_Marshal

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

func (*EfpDescription) XXX_Merge

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

func (*EfpDescription) XXX_Size

func (m *EfpDescription) XXX_Size() int

func (*EfpDescription) XXX_Unmarshal

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

type EfpRange

type EfpRange struct {
	VlanIdLow            uint32   `protobuf:"varint,1,opt,name=vlan_id_low,json=vlanIdLow,proto3" json:"vlan_id_low,omitempty"`
	VlanIdHigh           uint32   `protobuf:"varint,2,opt,name=vlan_id_high,json=vlanIdHigh,proto3" json:"vlan_id_high,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*EfpRange) Descriptor

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

func (*EfpRange) GetVlanIdHigh

func (m *EfpRange) GetVlanIdHigh() uint32

func (*EfpRange) GetVlanIdLow

func (m *EfpRange) GetVlanIdLow() uint32

func (*EfpRange) ProtoMessage

func (*EfpRange) ProtoMessage()

func (*EfpRange) Reset

func (m *EfpRange) Reset()

func (*EfpRange) String

func (m *EfpRange) String() string

func (*EfpRange) XXX_DiscardUnknown

func (m *EfpRange) XXX_DiscardUnknown()

func (*EfpRange) XXX_Marshal

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

func (*EfpRange) XXX_Merge

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

func (*EfpRange) XXX_Size

func (m *EfpRange) XXX_Size() int

func (*EfpRange) XXX_Unmarshal

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

type EfpTagLocalTrafficStack

type EfpTagLocalTrafficStack struct {
	LocalTrafficTag      []*EfpVlanTag `protobuf:"bytes,1,rep,name=local_traffic_tag,json=localTrafficTag,proto3" json:"local_traffic_tag,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*EfpTagLocalTrafficStack) Descriptor

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

func (*EfpTagLocalTrafficStack) GetLocalTrafficTag

func (m *EfpTagLocalTrafficStack) GetLocalTrafficTag() []*EfpVlanTag

func (*EfpTagLocalTrafficStack) ProtoMessage

func (*EfpTagLocalTrafficStack) ProtoMessage()

func (*EfpTagLocalTrafficStack) Reset

func (m *EfpTagLocalTrafficStack) Reset()

func (*EfpTagLocalTrafficStack) String

func (m *EfpTagLocalTrafficStack) String() string

func (*EfpTagLocalTrafficStack) XXX_DiscardUnknown

func (m *EfpTagLocalTrafficStack) XXX_DiscardUnknown()

func (*EfpTagLocalTrafficStack) XXX_Marshal

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

func (*EfpTagLocalTrafficStack) XXX_Merge

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

func (*EfpTagLocalTrafficStack) XXX_Size

func (m *EfpTagLocalTrafficStack) XXX_Size() int

func (*EfpTagLocalTrafficStack) XXX_Unmarshal

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

type EfpTagMatch

type EfpTagMatch struct {
	Ethertype            string      `protobuf:"bytes,1,opt,name=ethertype,proto3" json:"ethertype,omitempty"`
	VlanRange            []*EfpRange `protobuf:"bytes,2,rep,name=vlan_range,json=vlanRange,proto3" json:"vlan_range,omitempty"`
	Priority             string      `protobuf:"bytes,3,opt,name=priority,proto3" json:"priority,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*EfpTagMatch) Descriptor

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

func (*EfpTagMatch) GetEthertype

func (m *EfpTagMatch) GetEthertype() string

func (*EfpTagMatch) GetPriority

func (m *EfpTagMatch) GetPriority() string

func (*EfpTagMatch) GetVlanRange

func (m *EfpTagMatch) GetVlanRange() []*EfpRange

func (*EfpTagMatch) ProtoMessage

func (*EfpTagMatch) ProtoMessage()

func (*EfpTagMatch) Reset

func (m *EfpTagMatch) Reset()

func (*EfpTagMatch) String

func (m *EfpTagMatch) String() string

func (*EfpTagMatch) XXX_DiscardUnknown

func (m *EfpTagMatch) XXX_DiscardUnknown()

func (*EfpTagMatch) XXX_Marshal

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

func (*EfpTagMatch) XXX_Merge

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

func (*EfpTagMatch) XXX_Size

func (m *EfpTagMatch) XXX_Size() int

func (*EfpTagMatch) XXX_Unmarshal

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

type EfpVlanTag

type EfpVlanTag struct {
	Ethertype            string   `protobuf:"bytes,1,opt,name=ethertype,proto3" json:"ethertype,omitempty"`
	VlanId               uint32   `protobuf:"varint,2,opt,name=vlan_id,json=vlanId,proto3" json:"vlan_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*EfpVlanTag) Descriptor

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

func (*EfpVlanTag) GetEthertype

func (m *EfpVlanTag) GetEthertype() string

func (*EfpVlanTag) GetVlanId

func (m *EfpVlanTag) GetVlanId() uint32

func (*EfpVlanTag) ProtoMessage

func (*EfpVlanTag) ProtoMessage()

func (*EfpVlanTag) Reset

func (m *EfpVlanTag) Reset()

func (*EfpVlanTag) String

func (m *EfpVlanTag) String() string

func (*EfpVlanTag) XXX_DiscardUnknown

func (m *EfpVlanTag) XXX_DiscardUnknown()

func (*EfpVlanTag) XXX_Marshal

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

func (*EfpVlanTag) XXX_Merge

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

func (*EfpVlanTag) XXX_Size

func (m *EfpVlanTag) XXX_Size() int

func (*EfpVlanTag) XXX_Unmarshal

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

type VlanSwitchedInfo

type VlanSwitchedInfo struct {
	Mode                 string          `protobuf:"bytes,1,opt,name=mode,proto3" json:"mode,omitempty"`
	TrunkVlanRanges      *EfpDescription `protobuf:"bytes,2,opt,name=trunk_vlan_ranges,json=trunkVlanRanges,proto3" json:"trunk_vlan_ranges,omitempty"`
	AccessVlan           uint32          `protobuf:"varint,3,opt,name=access_vlan,json=accessVlan,proto3" json:"access_vlan,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*VlanSwitchedInfo) Descriptor

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

func (*VlanSwitchedInfo) GetAccessVlan

func (m *VlanSwitchedInfo) GetAccessVlan() uint32

func (*VlanSwitchedInfo) GetMode

func (m *VlanSwitchedInfo) GetMode() string

func (*VlanSwitchedInfo) GetTrunkVlanRanges

func (m *VlanSwitchedInfo) GetTrunkVlanRanges() *EfpDescription

func (*VlanSwitchedInfo) ProtoMessage

func (*VlanSwitchedInfo) ProtoMessage()

func (*VlanSwitchedInfo) Reset

func (m *VlanSwitchedInfo) Reset()

func (*VlanSwitchedInfo) String

func (m *VlanSwitchedInfo) String() string

func (*VlanSwitchedInfo) XXX_DiscardUnknown

func (m *VlanSwitchedInfo) XXX_DiscardUnknown()

func (*VlanSwitchedInfo) XXX_Marshal

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

func (*VlanSwitchedInfo) XXX_Merge

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

func (*VlanSwitchedInfo) XXX_Size

func (m *VlanSwitchedInfo) XXX_Size() int

func (*VlanSwitchedInfo) XXX_Unmarshal

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

type VlanTrunk

type VlanTrunk struct {
	InterfaceXr          string               `protobuf:"bytes,50,opt,name=interface_xr,json=interfaceXr,proto3" json:"interface_xr,omitempty"`
	State                string               `protobuf:"bytes,51,opt,name=state,proto3" json:"state,omitempty"`
	Mtu                  uint32               `protobuf:"varint,52,opt,name=mtu,proto3" json:"mtu,omitempty"`
	Layer2SubInterfaces  *VlanTrunkL2SubIntfs `protobuf:"bytes,53,opt,name=layer2_sub_interfaces,json=layer2SubInterfaces,proto3" json:"layer2_sub_interfaces,omitempty"`
	Layer3SubInterfaces  *VlanTrunkL3SubIntfs `protobuf:"bytes,54,opt,name=layer3_sub_interfaces,json=layer3SubInterfaces,proto3" json:"layer3_sub_interfaces,omitempty"`
	QinqOuterEtherType   string               `protobuf:"bytes,55,opt,name=qinq_outer_ether_type,json=qinqOuterEtherType,proto3" json:"qinq_outer_ether_type,omitempty"`
	Dot1AdCount          uint32               `protobuf:"varint,56,opt,name=dot1ad_count,json=dot1adCount,proto3" json:"dot1ad_count,omitempty"`
	UntaggedInterface    string               `protobuf:"bytes,57,opt,name=untagged_interface,json=untaggedInterface,proto3" json:"untagged_interface,omitempty"`
	MacFiltering         string               `protobuf:"bytes,58,opt,name=mac_filtering,json=macFiltering,proto3" json:"mac_filtering,omitempty"`
	VlanSwitched         *VlanSwitchedInfo    `protobuf:"bytes,59,opt,name=vlan_switched,json=vlanSwitched,proto3" json:"vlan_switched,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*VlanTrunk) Descriptor

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

func (*VlanTrunk) GetDot1AdCount

func (m *VlanTrunk) GetDot1AdCount() uint32

func (*VlanTrunk) GetInterfaceXr

func (m *VlanTrunk) GetInterfaceXr() string

func (*VlanTrunk) GetLayer2SubInterfaces

func (m *VlanTrunk) GetLayer2SubInterfaces() *VlanTrunkL2SubIntfs

func (*VlanTrunk) GetLayer3SubInterfaces

func (m *VlanTrunk) GetLayer3SubInterfaces() *VlanTrunkL3SubIntfs

func (*VlanTrunk) GetMacFiltering

func (m *VlanTrunk) GetMacFiltering() string

func (*VlanTrunk) GetMtu

func (m *VlanTrunk) GetMtu() uint32

func (*VlanTrunk) GetQinqOuterEtherType

func (m *VlanTrunk) GetQinqOuterEtherType() string

func (*VlanTrunk) GetState

func (m *VlanTrunk) GetState() string

func (*VlanTrunk) GetUntaggedInterface

func (m *VlanTrunk) GetUntaggedInterface() string

func (*VlanTrunk) GetVlanSwitched

func (m *VlanTrunk) GetVlanSwitched() *VlanSwitchedInfo

func (*VlanTrunk) ProtoMessage

func (*VlanTrunk) ProtoMessage()

func (*VlanTrunk) Reset

func (m *VlanTrunk) Reset()

func (*VlanTrunk) String

func (m *VlanTrunk) String() string

func (*VlanTrunk) XXX_DiscardUnknown

func (m *VlanTrunk) XXX_DiscardUnknown()

func (*VlanTrunk) XXX_Marshal

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

func (*VlanTrunk) XXX_Merge

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

func (*VlanTrunk) XXX_Size

func (m *VlanTrunk) XXX_Size() int

func (*VlanTrunk) XXX_Unmarshal

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

type VlanTrunkL2SubIntfs

type VlanTrunkL2SubIntfs struct {
	TotalCount           uint32                         `protobuf:"varint,1,opt,name=total_count,json=totalCount,proto3" json:"total_count,omitempty"`
	Dot1QCount           uint32                         `protobuf:"varint,2,opt,name=dot1q_count,json=dot1qCount,proto3" json:"dot1q_count,omitempty"`
	QinQCount            uint32                         `protobuf:"varint,3,opt,name=qin_q_count,json=qinQCount,proto3" json:"qin_q_count,omitempty"`
	QinAnyCount          uint32                         `protobuf:"varint,4,opt,name=qin_any_count,json=qinAnyCount,proto3" json:"qin_any_count,omitempty"`
	UntaggedCount        uint32                         `protobuf:"varint,5,opt,name=untagged_count,json=untaggedCount,proto3" json:"untagged_count,omitempty"`
	StateCounters        *VlanTrunkSubIntfStateCounters `protobuf:"bytes,6,opt,name=state_counters,json=stateCounters,proto3" json:"state_counters,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                       `json:"-"`
	XXX_unrecognized     []byte                         `json:"-"`
	XXX_sizecache        int32                          `json:"-"`
}

func (*VlanTrunkL2SubIntfs) Descriptor

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

func (*VlanTrunkL2SubIntfs) GetDot1QCount

func (m *VlanTrunkL2SubIntfs) GetDot1QCount() uint32

func (*VlanTrunkL2SubIntfs) GetQinAnyCount

func (m *VlanTrunkL2SubIntfs) GetQinAnyCount() uint32

func (*VlanTrunkL2SubIntfs) GetQinQCount

func (m *VlanTrunkL2SubIntfs) GetQinQCount() uint32

func (*VlanTrunkL2SubIntfs) GetStateCounters

func (m *VlanTrunkL2SubIntfs) GetStateCounters() *VlanTrunkSubIntfStateCounters

func (*VlanTrunkL2SubIntfs) GetTotalCount

func (m *VlanTrunkL2SubIntfs) GetTotalCount() uint32

func (*VlanTrunkL2SubIntfs) GetUntaggedCount

func (m *VlanTrunkL2SubIntfs) GetUntaggedCount() uint32

func (*VlanTrunkL2SubIntfs) ProtoMessage

func (*VlanTrunkL2SubIntfs) ProtoMessage()

func (*VlanTrunkL2SubIntfs) Reset

func (m *VlanTrunkL2SubIntfs) Reset()

func (*VlanTrunkL2SubIntfs) String

func (m *VlanTrunkL2SubIntfs) String() string

func (*VlanTrunkL2SubIntfs) XXX_DiscardUnknown

func (m *VlanTrunkL2SubIntfs) XXX_DiscardUnknown()

func (*VlanTrunkL2SubIntfs) XXX_Marshal

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

func (*VlanTrunkL2SubIntfs) XXX_Merge

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

func (*VlanTrunkL2SubIntfs) XXX_Size

func (m *VlanTrunkL2SubIntfs) XXX_Size() int

func (*VlanTrunkL2SubIntfs) XXX_Unmarshal

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

type VlanTrunkL3SubIntfs

type VlanTrunkL3SubIntfs struct {
	TotalCount           uint32                         `protobuf:"varint,1,opt,name=total_count,json=totalCount,proto3" json:"total_count,omitempty"`
	Dot1QCount           uint32                         `protobuf:"varint,2,opt,name=dot1q_count,json=dot1qCount,proto3" json:"dot1q_count,omitempty"`
	QinQCount            uint32                         `protobuf:"varint,3,opt,name=qin_q_count,json=qinQCount,proto3" json:"qin_q_count,omitempty"`
	UntaggedCount        uint32                         `protobuf:"varint,4,opt,name=untagged_count,json=untaggedCount,proto3" json:"untagged_count,omitempty"`
	StateCounters        *VlanTrunkSubIntfStateCounters `protobuf:"bytes,5,opt,name=state_counters,json=stateCounters,proto3" json:"state_counters,omitempty"`
	NativeVlan           uint32                         `protobuf:"varint,6,opt,name=native_vlan,json=nativeVlan,proto3" json:"native_vlan,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                       `json:"-"`
	XXX_unrecognized     []byte                         `json:"-"`
	XXX_sizecache        int32                          `json:"-"`
}

func (*VlanTrunkL3SubIntfs) Descriptor

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

func (*VlanTrunkL3SubIntfs) GetDot1QCount

func (m *VlanTrunkL3SubIntfs) GetDot1QCount() uint32

func (*VlanTrunkL3SubIntfs) GetNativeVlan

func (m *VlanTrunkL3SubIntfs) GetNativeVlan() uint32

func (*VlanTrunkL3SubIntfs) GetQinQCount

func (m *VlanTrunkL3SubIntfs) GetQinQCount() uint32

func (*VlanTrunkL3SubIntfs) GetStateCounters

func (m *VlanTrunkL3SubIntfs) GetStateCounters() *VlanTrunkSubIntfStateCounters

func (*VlanTrunkL3SubIntfs) GetTotalCount

func (m *VlanTrunkL3SubIntfs) GetTotalCount() uint32

func (*VlanTrunkL3SubIntfs) GetUntaggedCount

func (m *VlanTrunkL3SubIntfs) GetUntaggedCount() uint32

func (*VlanTrunkL3SubIntfs) ProtoMessage

func (*VlanTrunkL3SubIntfs) ProtoMessage()

func (*VlanTrunkL3SubIntfs) Reset

func (m *VlanTrunkL3SubIntfs) Reset()

func (*VlanTrunkL3SubIntfs) String

func (m *VlanTrunkL3SubIntfs) String() string

func (*VlanTrunkL3SubIntfs) XXX_DiscardUnknown

func (m *VlanTrunkL3SubIntfs) XXX_DiscardUnknown()

func (*VlanTrunkL3SubIntfs) XXX_Marshal

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

func (*VlanTrunkL3SubIntfs) XXX_Merge

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

func (*VlanTrunkL3SubIntfs) XXX_Size

func (m *VlanTrunkL3SubIntfs) XXX_Size() int

func (*VlanTrunkL3SubIntfs) XXX_Unmarshal

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

type VlanTrunkSubIntfStateCounters

type VlanTrunkSubIntfStateCounters struct {
	Up                   uint32   `protobuf:"varint,1,opt,name=up,proto3" json:"up,omitempty"`
	Down                 uint32   `protobuf:"varint,2,opt,name=down,proto3" json:"down,omitempty"`
	AdminDown            uint32   `protobuf:"varint,3,opt,name=admin_down,json=adminDown,proto3" json:"admin_down,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*VlanTrunkSubIntfStateCounters) Descriptor

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

func (*VlanTrunkSubIntfStateCounters) GetAdminDown

func (m *VlanTrunkSubIntfStateCounters) GetAdminDown() uint32

func (*VlanTrunkSubIntfStateCounters) GetDown

func (*VlanTrunkSubIntfStateCounters) GetUp

func (*VlanTrunkSubIntfStateCounters) ProtoMessage

func (*VlanTrunkSubIntfStateCounters) ProtoMessage()

func (*VlanTrunkSubIntfStateCounters) Reset

func (m *VlanTrunkSubIntfStateCounters) Reset()

func (*VlanTrunkSubIntfStateCounters) String

func (*VlanTrunkSubIntfStateCounters) XXX_DiscardUnknown

func (m *VlanTrunkSubIntfStateCounters) XXX_DiscardUnknown()

func (*VlanTrunkSubIntfStateCounters) XXX_Marshal

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

func (*VlanTrunkSubIntfStateCounters) XXX_Merge

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

func (*VlanTrunkSubIntfStateCounters) XXX_Size

func (m *VlanTrunkSubIntfStateCounters) XXX_Size() int

func (*VlanTrunkSubIntfStateCounters) XXX_Unmarshal

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

type VlanTrunk_KEYS

type VlanTrunk_KEYS struct {
	NodeId               string   `protobuf:"bytes,1,opt,name=node_id,json=nodeId,proto3" json:"node_id,omitempty"`
	Interface            string   `protobuf:"bytes,2,opt,name=interface,proto3" json:"interface,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*VlanTrunk_KEYS) Descriptor

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

func (*VlanTrunk_KEYS) GetInterface

func (m *VlanTrunk_KEYS) GetInterface() string

func (*VlanTrunk_KEYS) GetNodeId

func (m *VlanTrunk_KEYS) GetNodeId() string

func (*VlanTrunk_KEYS) ProtoMessage

func (*VlanTrunk_KEYS) ProtoMessage()

func (*VlanTrunk_KEYS) Reset

func (m *VlanTrunk_KEYS) Reset()

func (*VlanTrunk_KEYS) String

func (m *VlanTrunk_KEYS) String() string

func (*VlanTrunk_KEYS) XXX_DiscardUnknown

func (m *VlanTrunk_KEYS) XXX_DiscardUnknown()

func (*VlanTrunk_KEYS) XXX_Marshal

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

func (*VlanTrunk_KEYS) XXX_Merge

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

func (*VlanTrunk_KEYS) XXX_Size

func (m *VlanTrunk_KEYS) XXX_Size() int

func (*VlanTrunk_KEYS) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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