cisco_ios_xr_mpls_te_oper_mpls_te_announce_tunnels_info_autoroute_announce_table_announce_dest

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-mpls-te-oper:mpls-te/announce-tunnels-info/autoroute-announce-table/announce-dest

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MplsTeAnnouncementDestBag

type MplsTeAnnouncementDestBag struct {
	IgpType                         string                `protobuf:"bytes,50,opt,name=igp_type,json=igpType,proto3" json:"igp_type,omitempty"`
	IgpInstance                     string                `protobuf:"bytes,51,opt,name=igp_instance,json=igpInstance,proto3" json:"igp_instance,omitempty"`
	IgpArea                         uint32                `protobuf:"varint,52,opt,name=igp_area,json=igpArea,proto3" json:"igp_area,omitempty"`
	Destination                     string                `protobuf:"bytes,53,opt,name=destination,proto3" json:"destination,omitempty"`
	AnnouncedTunnelsCount           uint32                `` /* 128-byte string literal not displayed */
	AutoroutedTunnelsCount          uint32                `` /* 131-byte string literal not displayed */
	ForwardingAdjacencyTunnelsCount uint32                `` /* 160-byte string literal not displayed */
	AreaFormat                      string                `protobuf:"bytes,57,opt,name=area_format,json=areaFormat,proto3" json:"area_format,omitempty"`
	TotalTunnel                     []*MplsTeAutorouteBag `protobuf:"bytes,58,rep,name=total_tunnel,json=totalTunnel,proto3" json:"total_tunnel,omitempty"`
	XXX_NoUnkeyedLiteral            struct{}              `json:"-"`
	XXX_unrecognized                []byte                `json:"-"`
	XXX_sizecache                   int32                 `json:"-"`
}

func (*MplsTeAnnouncementDestBag) Descriptor

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

func (*MplsTeAnnouncementDestBag) GetAnnouncedTunnelsCount

func (m *MplsTeAnnouncementDestBag) GetAnnouncedTunnelsCount() uint32

func (*MplsTeAnnouncementDestBag) GetAreaFormat

func (m *MplsTeAnnouncementDestBag) GetAreaFormat() string

func (*MplsTeAnnouncementDestBag) GetAutoroutedTunnelsCount

func (m *MplsTeAnnouncementDestBag) GetAutoroutedTunnelsCount() uint32

func (*MplsTeAnnouncementDestBag) GetDestination

func (m *MplsTeAnnouncementDestBag) GetDestination() string

func (*MplsTeAnnouncementDestBag) GetForwardingAdjacencyTunnelsCount

func (m *MplsTeAnnouncementDestBag) GetForwardingAdjacencyTunnelsCount() uint32

func (*MplsTeAnnouncementDestBag) GetIgpArea

func (m *MplsTeAnnouncementDestBag) GetIgpArea() uint32

func (*MplsTeAnnouncementDestBag) GetIgpInstance

func (m *MplsTeAnnouncementDestBag) GetIgpInstance() string

func (*MplsTeAnnouncementDestBag) GetIgpType

func (m *MplsTeAnnouncementDestBag) GetIgpType() string

func (*MplsTeAnnouncementDestBag) GetTotalTunnel

func (m *MplsTeAnnouncementDestBag) GetTotalTunnel() []*MplsTeAutorouteBag

func (*MplsTeAnnouncementDestBag) ProtoMessage

func (*MplsTeAnnouncementDestBag) ProtoMessage()

func (*MplsTeAnnouncementDestBag) Reset

func (m *MplsTeAnnouncementDestBag) Reset()

func (*MplsTeAnnouncementDestBag) String

func (m *MplsTeAnnouncementDestBag) String() string

func (*MplsTeAnnouncementDestBag) XXX_DiscardUnknown

func (m *MplsTeAnnouncementDestBag) XXX_DiscardUnknown()

func (*MplsTeAnnouncementDestBag) XXX_Marshal

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

func (*MplsTeAnnouncementDestBag) XXX_Merge

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

func (*MplsTeAnnouncementDestBag) XXX_Size

func (m *MplsTeAnnouncementDestBag) XXX_Size() int

func (*MplsTeAnnouncementDestBag) XXX_Unmarshal

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

type MplsTeAnnouncementDestBag_KEYS

type MplsTeAnnouncementDestBag_KEYS struct {
	DestinationAddress   string   `protobuf:"bytes,1,opt,name=destination_address,json=destinationAddress,proto3" json:"destination_address,omitempty"`
	Protocol             string   `protobuf:"bytes,2,opt,name=protocol,proto3" json:"protocol,omitempty"`
	Area                 uint32   `protobuf:"varint,3,opt,name=area,proto3" json:"area,omitempty"`
	IgpId                string   `protobuf:"bytes,4,opt,name=igp_id,json=igpId,proto3" json:"igp_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*MplsTeAnnouncementDestBag_KEYS) Descriptor

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

func (*MplsTeAnnouncementDestBag_KEYS) GetArea

func (*MplsTeAnnouncementDestBag_KEYS) GetDestinationAddress

func (m *MplsTeAnnouncementDestBag_KEYS) GetDestinationAddress() string

func (*MplsTeAnnouncementDestBag_KEYS) GetIgpId

func (m *MplsTeAnnouncementDestBag_KEYS) GetIgpId() string

func (*MplsTeAnnouncementDestBag_KEYS) GetProtocol

func (m *MplsTeAnnouncementDestBag_KEYS) GetProtocol() string

func (*MplsTeAnnouncementDestBag_KEYS) ProtoMessage

func (*MplsTeAnnouncementDestBag_KEYS) ProtoMessage()

func (*MplsTeAnnouncementDestBag_KEYS) Reset

func (m *MplsTeAnnouncementDestBag_KEYS) Reset()

func (*MplsTeAnnouncementDestBag_KEYS) String

func (*MplsTeAnnouncementDestBag_KEYS) XXX_DiscardUnknown

func (m *MplsTeAnnouncementDestBag_KEYS) XXX_DiscardUnknown()

func (*MplsTeAnnouncementDestBag_KEYS) XXX_Marshal

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

func (*MplsTeAnnouncementDestBag_KEYS) XXX_Merge

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

func (*MplsTeAnnouncementDestBag_KEYS) XXX_Size

func (m *MplsTeAnnouncementDestBag_KEYS) XXX_Size() int

func (*MplsTeAnnouncementDestBag_KEYS) XXX_Unmarshal

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

type MplsTeAreaAfiInfo

type MplsTeAreaAfiInfo struct {
	IgpAreaId            string   `protobuf:"bytes,1,opt,name=igp_area_id,json=igpAreaId,proto3" json:"igp_area_id,omitempty"`
	Afi                  string   `protobuf:"bytes,2,opt,name=afi,proto3" json:"afi,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*MplsTeAreaAfiInfo) Descriptor

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

func (*MplsTeAreaAfiInfo) GetAfi

func (m *MplsTeAreaAfiInfo) GetAfi() string

func (*MplsTeAreaAfiInfo) GetIgpAreaId

func (m *MplsTeAreaAfiInfo) GetIgpAreaId() string

func (*MplsTeAreaAfiInfo) ProtoMessage

func (*MplsTeAreaAfiInfo) ProtoMessage()

func (*MplsTeAreaAfiInfo) Reset

func (m *MplsTeAreaAfiInfo) Reset()

func (*MplsTeAreaAfiInfo) String

func (m *MplsTeAreaAfiInfo) String() string

func (*MplsTeAreaAfiInfo) XXX_DiscardUnknown

func (m *MplsTeAreaAfiInfo) XXX_DiscardUnknown()

func (*MplsTeAreaAfiInfo) XXX_Marshal

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

func (*MplsTeAreaAfiInfo) XXX_Merge

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

func (*MplsTeAreaAfiInfo) XXX_Size

func (m *MplsTeAreaAfiInfo) XXX_Size() int

func (*MplsTeAreaAfiInfo) XXX_Unmarshal

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

type MplsTeAutorouteBag

type MplsTeAutorouteBag struct {
	TunnelName              string               `protobuf:"bytes,1,opt,name=tunnel_name,json=tunnelName,proto3" json:"tunnel_name,omitempty"`
	TunnelSigName           string               `protobuf:"bytes,2,opt,name=tunnel_sig_name,json=tunnelSigName,proto3" json:"tunnel_sig_name,omitempty"`
	TunnelLoadshare         uint32               `protobuf:"varint,3,opt,name=tunnel_loadshare,json=tunnelLoadshare,proto3" json:"tunnel_loadshare,omitempty"`
	AnnounceType            string               `protobuf:"bytes,4,opt,name=announce_type,json=announceType,proto3" json:"announce_type,omitempty"`
	NextHopAddress          string               `protobuf:"bytes,5,opt,name=next_hop_address,json=nextHopAddress,proto3" json:"next_hop_address,omitempty"`
	Mode                    string               `protobuf:"bytes,6,opt,name=mode,proto3" json:"mode,omitempty"`
	IgpMetric               int32                `protobuf:"zigzag32,7,opt,name=igp_metric,json=igpMetric,proto3" json:"igp_metric,omitempty"`
	HoldTime                uint32               `protobuf:"varint,8,opt,name=hold_time,json=holdTime,proto3" json:"hold_time,omitempty"`
	AreaFormat              string               `protobuf:"bytes,9,opt,name=area_format,json=areaFormat,proto3" json:"area_format,omitempty"`
	IsAutoMeshAa            bool                 `protobuf:"varint,10,opt,name=is_auto_mesh_aa,json=isAutoMeshAa,proto3" json:"is_auto_mesh_aa,omitempty"`
	IsSr                    bool                 `protobuf:"varint,11,opt,name=is_sr,json=isSr,proto3" json:"is_sr,omitempty"`
	IsSrStrict              bool                 `protobuf:"varint,12,opt,name=is_sr_strict,json=isSrStrict,proto3" json:"is_sr_strict,omitempty"`
	MeshGroupIdaa           uint32               `protobuf:"varint,13,opt,name=mesh_group_idaa,json=meshGroupIdaa,proto3" json:"mesh_group_idaa,omitempty"`
	IgPs                    []*MplsTeAreaAfiInfo `protobuf:"bytes,14,rep,name=ig_ps,json=igPs,proto3" json:"ig_ps,omitempty"`
	IsExcludeSegmentRouting bool                 `` /* 136-byte string literal not displayed */
	XXX_NoUnkeyedLiteral    struct{}             `json:"-"`
	XXX_unrecognized        []byte               `json:"-"`
	XXX_sizecache           int32                `json:"-"`
}

func (*MplsTeAutorouteBag) Descriptor

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

func (*MplsTeAutorouteBag) GetAnnounceType

func (m *MplsTeAutorouteBag) GetAnnounceType() string

func (*MplsTeAutorouteBag) GetAreaFormat

func (m *MplsTeAutorouteBag) GetAreaFormat() string

func (*MplsTeAutorouteBag) GetHoldTime

func (m *MplsTeAutorouteBag) GetHoldTime() uint32

func (*MplsTeAutorouteBag) GetIgPs

func (m *MplsTeAutorouteBag) GetIgPs() []*MplsTeAreaAfiInfo

func (*MplsTeAutorouteBag) GetIgpMetric

func (m *MplsTeAutorouteBag) GetIgpMetric() int32

func (*MplsTeAutorouteBag) GetIsAutoMeshAa

func (m *MplsTeAutorouteBag) GetIsAutoMeshAa() bool

func (*MplsTeAutorouteBag) GetIsExcludeSegmentRouting

func (m *MplsTeAutorouteBag) GetIsExcludeSegmentRouting() bool

func (*MplsTeAutorouteBag) GetIsSr

func (m *MplsTeAutorouteBag) GetIsSr() bool

func (*MplsTeAutorouteBag) GetIsSrStrict

func (m *MplsTeAutorouteBag) GetIsSrStrict() bool

func (*MplsTeAutorouteBag) GetMeshGroupIdaa

func (m *MplsTeAutorouteBag) GetMeshGroupIdaa() uint32

func (*MplsTeAutorouteBag) GetMode

func (m *MplsTeAutorouteBag) GetMode() string

func (*MplsTeAutorouteBag) GetNextHopAddress

func (m *MplsTeAutorouteBag) GetNextHopAddress() string

func (*MplsTeAutorouteBag) GetTunnelLoadshare

func (m *MplsTeAutorouteBag) GetTunnelLoadshare() uint32

func (*MplsTeAutorouteBag) GetTunnelName

func (m *MplsTeAutorouteBag) GetTunnelName() string

func (*MplsTeAutorouteBag) GetTunnelSigName

func (m *MplsTeAutorouteBag) GetTunnelSigName() string

func (*MplsTeAutorouteBag) ProtoMessage

func (*MplsTeAutorouteBag) ProtoMessage()

func (*MplsTeAutorouteBag) Reset

func (m *MplsTeAutorouteBag) Reset()

func (*MplsTeAutorouteBag) String

func (m *MplsTeAutorouteBag) String() string

func (*MplsTeAutorouteBag) XXX_DiscardUnknown

func (m *MplsTeAutorouteBag) XXX_DiscardUnknown()

func (*MplsTeAutorouteBag) XXX_Marshal

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

func (*MplsTeAutorouteBag) XXX_Merge

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

func (*MplsTeAutorouteBag) XXX_Size

func (m *MplsTeAutorouteBag) XXX_Size() int

func (*MplsTeAutorouteBag) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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