cisco_ios_xr_mpls_te_oper_mpls_te_topology_srlgs_srlg

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/topology/srlgs/srlg

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Addr

type Addr struct {
	Type                  string               `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
	Ipv4Address           string               `protobuf:"bytes,2,opt,name=ipv4_address,json=ipv4Address,proto3" json:"ipv4_address,omitempty"`
	Ipv4UnnumberedAddress *TeAddrTypeIpv4Unnum `` /* 126-byte string literal not displayed */
	XXX_NoUnkeyedLiteral  struct{}             `json:"-"`
	XXX_unrecognized      []byte               `json:"-"`
	XXX_sizecache         int32                `json:"-"`
}

func (*Addr) Descriptor

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

func (*Addr) GetIpv4Address

func (m *Addr) GetIpv4Address() string

func (*Addr) GetIpv4UnnumberedAddress

func (m *Addr) GetIpv4UnnumberedAddress() *TeAddrTypeIpv4Unnum

func (*Addr) GetType

func (m *Addr) GetType() string

func (*Addr) ProtoMessage

func (*Addr) ProtoMessage()

func (*Addr) Reset

func (m *Addr) Reset()

func (*Addr) String

func (m *Addr) String() string

func (*Addr) XXX_DiscardUnknown

func (m *Addr) XXX_DiscardUnknown()

func (*Addr) XXX_Marshal

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

func (*Addr) XXX_Merge

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

func (*Addr) XXX_Size

func (m *Addr) XXX_Size() int

func (*Addr) XXX_Unmarshal

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

type MplsTeTopoSrlg

type MplsTeTopoSrlg struct {
	SrlgName             string                `protobuf:"bytes,50,opt,name=srlg_name,json=srlgName,proto3" json:"srlg_name,omitempty"`
	AdminWeight          uint32                `protobuf:"varint,51,opt,name=admin_weight,json=adminWeight,proto3" json:"admin_weight,omitempty"`
	SrlgAreas            []*MplsTeTopoSrlgArea `protobuf:"bytes,52,rep,name=srlg_areas,json=srlgAreas,proto3" json:"srlg_areas,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*MplsTeTopoSrlg) Descriptor

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

func (*MplsTeTopoSrlg) GetAdminWeight

func (m *MplsTeTopoSrlg) GetAdminWeight() uint32

func (*MplsTeTopoSrlg) GetSrlgAreas

func (m *MplsTeTopoSrlg) GetSrlgAreas() []*MplsTeTopoSrlgArea

func (*MplsTeTopoSrlg) GetSrlgName

func (m *MplsTeTopoSrlg) GetSrlgName() string

func (*MplsTeTopoSrlg) ProtoMessage

func (*MplsTeTopoSrlg) ProtoMessage()

func (*MplsTeTopoSrlg) Reset

func (m *MplsTeTopoSrlg) Reset()

func (*MplsTeTopoSrlg) String

func (m *MplsTeTopoSrlg) String() string

func (*MplsTeTopoSrlg) XXX_DiscardUnknown

func (m *MplsTeTopoSrlg) XXX_DiscardUnknown()

func (*MplsTeTopoSrlg) XXX_Marshal

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

func (*MplsTeTopoSrlg) XXX_Merge

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

func (*MplsTeTopoSrlg) XXX_Size

func (m *MplsTeTopoSrlg) XXX_Size() int

func (*MplsTeTopoSrlg) XXX_Unmarshal

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

type MplsTeTopoSrlgArea

type MplsTeTopoSrlgArea struct {
	IgpType              string                `protobuf:"bytes,1,opt,name=igp_type,json=igpType,proto3" json:"igp_type,omitempty"`
	IgpInstance          string                `protobuf:"bytes,2,opt,name=igp_instance,json=igpInstance,proto3" json:"igp_instance,omitempty"`
	IgpArea              uint32                `protobuf:"varint,3,opt,name=igp_area,json=igpArea,proto3" json:"igp_area,omitempty"`
	IgpAreaFormat        string                `protobuf:"bytes,4,opt,name=igp_area_format,json=igpAreaFormat,proto3" json:"igp_area_format,omitempty"`
	SrlgLink             []*MplsTeTopoSrlgLink `protobuf:"bytes,5,rep,name=srlg_link,json=srlgLink,proto3" json:"srlg_link,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*MplsTeTopoSrlgArea) Descriptor

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

func (*MplsTeTopoSrlgArea) GetIgpArea

func (m *MplsTeTopoSrlgArea) GetIgpArea() uint32

func (*MplsTeTopoSrlgArea) GetIgpAreaFormat

func (m *MplsTeTopoSrlgArea) GetIgpAreaFormat() string

func (*MplsTeTopoSrlgArea) GetIgpInstance

func (m *MplsTeTopoSrlgArea) GetIgpInstance() string

func (*MplsTeTopoSrlgArea) GetIgpType

func (m *MplsTeTopoSrlgArea) GetIgpType() string
func (m *MplsTeTopoSrlgArea) GetSrlgLink() []*MplsTeTopoSrlgLink

func (*MplsTeTopoSrlgArea) ProtoMessage

func (*MplsTeTopoSrlgArea) ProtoMessage()

func (*MplsTeTopoSrlgArea) Reset

func (m *MplsTeTopoSrlgArea) Reset()

func (*MplsTeTopoSrlgArea) String

func (m *MplsTeTopoSrlgArea) String() string

func (*MplsTeTopoSrlgArea) XXX_DiscardUnknown

func (m *MplsTeTopoSrlgArea) XXX_DiscardUnknown()

func (*MplsTeTopoSrlgArea) XXX_Marshal

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

func (*MplsTeTopoSrlgArea) XXX_Merge

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

func (*MplsTeTopoSrlgArea) XXX_Size

func (m *MplsTeTopoSrlgArea) XXX_Size() int

func (*MplsTeTopoSrlgArea) XXX_Unmarshal

func (m *MplsTeTopoSrlgArea) XXX_Unmarshal(b []byte) error
type MplsTeTopoSrlgLink struct {
	LinkAddress          string    `protobuf:"bytes,1,opt,name=link_address,json=linkAddress,proto3" json:"link_address,omitempty"`
	LinkAddressGeneric   *TeAddrT_ `protobuf:"bytes,2,opt,name=link_address_generic,json=linkAddressGeneric,proto3" json:"link_address_generic,omitempty"`
	TeRouterId           string    `protobuf:"bytes,3,opt,name=te_router_id,json=teRouterId,proto3" json:"te_router_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

func (*MplsTeTopoSrlgLink) Descriptor

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

func (*MplsTeTopoSrlgLink) GetLinkAddress

func (m *MplsTeTopoSrlgLink) GetLinkAddress() string

func (*MplsTeTopoSrlgLink) GetLinkAddressGeneric

func (m *MplsTeTopoSrlgLink) GetLinkAddressGeneric() *TeAddrT_

func (*MplsTeTopoSrlgLink) GetTeRouterId

func (m *MplsTeTopoSrlgLink) GetTeRouterId() string

func (*MplsTeTopoSrlgLink) ProtoMessage

func (*MplsTeTopoSrlgLink) ProtoMessage()

func (*MplsTeTopoSrlgLink) Reset

func (m *MplsTeTopoSrlgLink) Reset()

func (*MplsTeTopoSrlgLink) String

func (m *MplsTeTopoSrlgLink) String() string

func (*MplsTeTopoSrlgLink) XXX_DiscardUnknown

func (m *MplsTeTopoSrlgLink) XXX_DiscardUnknown()

func (*MplsTeTopoSrlgLink) XXX_Marshal

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

func (*MplsTeTopoSrlgLink) XXX_Merge

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

func (*MplsTeTopoSrlgLink) XXX_Size

func (m *MplsTeTopoSrlgLink) XXX_Size() int

func (*MplsTeTopoSrlgLink) XXX_Unmarshal

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

type MplsTeTopoSrlg_KEYS

type MplsTeTopoSrlg_KEYS struct {
	SrlgNumber           uint32   `protobuf:"varint,1,opt,name=srlg_number,json=srlgNumber,proto3" json:"srlg_number,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*MplsTeTopoSrlg_KEYS) Descriptor

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

func (*MplsTeTopoSrlg_KEYS) GetSrlgNumber

func (m *MplsTeTopoSrlg_KEYS) GetSrlgNumber() uint32

func (*MplsTeTopoSrlg_KEYS) ProtoMessage

func (*MplsTeTopoSrlg_KEYS) ProtoMessage()

func (*MplsTeTopoSrlg_KEYS) Reset

func (m *MplsTeTopoSrlg_KEYS) Reset()

func (*MplsTeTopoSrlg_KEYS) String

func (m *MplsTeTopoSrlg_KEYS) String() string

func (*MplsTeTopoSrlg_KEYS) XXX_DiscardUnknown

func (m *MplsTeTopoSrlg_KEYS) XXX_DiscardUnknown()

func (*MplsTeTopoSrlg_KEYS) XXX_Marshal

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

func (*MplsTeTopoSrlg_KEYS) XXX_Merge

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

func (*MplsTeTopoSrlg_KEYS) XXX_Size

func (m *MplsTeTopoSrlg_KEYS) XXX_Size() int

func (*MplsTeTopoSrlg_KEYS) XXX_Unmarshal

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

type TeAddrT_

type TeAddrT_ struct {
	TeAddr               *Addr    `protobuf:"bytes,1,opt,name=te_addr,json=teAddr,proto3" json:"te_addr,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*TeAddrT_) Descriptor

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

func (*TeAddrT_) GetTeAddr

func (m *TeAddrT_) GetTeAddr() *Addr

func (*TeAddrT_) ProtoMessage

func (*TeAddrT_) ProtoMessage()

func (*TeAddrT_) Reset

func (m *TeAddrT_) Reset()

func (*TeAddrT_) String

func (m *TeAddrT_) String() string

func (*TeAddrT_) XXX_DiscardUnknown

func (m *TeAddrT_) XXX_DiscardUnknown()

func (*TeAddrT_) XXX_Marshal

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

func (*TeAddrT_) XXX_Merge

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

func (*TeAddrT_) XXX_Size

func (m *TeAddrT_) XXX_Size() int

func (*TeAddrT_) XXX_Unmarshal

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

type TeAddrTypeIpv4Unnum

type TeAddrTypeIpv4Unnum struct {
	RouterId             string   `protobuf:"bytes,1,opt,name=router_id,json=routerId,proto3" json:"router_id,omitempty"`
	InterfaceIndex       uint32   `protobuf:"varint,2,opt,name=interface_index,json=interfaceIndex,proto3" json:"interface_index,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*TeAddrTypeIpv4Unnum) Descriptor

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

func (*TeAddrTypeIpv4Unnum) GetInterfaceIndex

func (m *TeAddrTypeIpv4Unnum) GetInterfaceIndex() uint32

func (*TeAddrTypeIpv4Unnum) GetRouterId

func (m *TeAddrTypeIpv4Unnum) GetRouterId() string

func (*TeAddrTypeIpv4Unnum) ProtoMessage

func (*TeAddrTypeIpv4Unnum) ProtoMessage()

func (*TeAddrTypeIpv4Unnum) Reset

func (m *TeAddrTypeIpv4Unnum) Reset()

func (*TeAddrTypeIpv4Unnum) String

func (m *TeAddrTypeIpv4Unnum) String() string

func (*TeAddrTypeIpv4Unnum) XXX_DiscardUnknown

func (m *TeAddrTypeIpv4Unnum) XXX_DiscardUnknown()

func (*TeAddrTypeIpv4Unnum) XXX_Marshal

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

func (*TeAddrTypeIpv4Unnum) XXX_Merge

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

func (*TeAddrTypeIpv4Unnum) XXX_Size

func (m *TeAddrTypeIpv4Unnum) XXX_Size() int

func (*TeAddrTypeIpv4Unnum) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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