cisco_ios_xr_clns_isis_oper_isis_instances_instance_topologies_topology_topology_levels_topology_level_te_advertisements

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: 0

Documentation

Overview

Cisco-IOS-XR-clns-isis-oper:isis/instances/instance/topologies/topology/topology-levels/topology-level/te-advertisements

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IsisShTeAdv

type IsisShTeAdv struct {
	TeAdvDataPresent     bool                `protobuf:"varint,50,opt,name=te_adv_data_present,json=teAdvDataPresent,proto3" json:"te_adv_data_present,omitempty"`
	TeSystemId           string              `protobuf:"bytes,51,opt,name=te_system_id,json=teSystemId,proto3" json:"te_system_id,omitempty"`
	TeLocalRouterId      string              `protobuf:"bytes,52,opt,name=te_local_router_id,json=teLocalRouterId,proto3" json:"te_local_router_id,omitempty"`
	TeAdv                []*IsisShTeAdvEntry `protobuf:"bytes,53,rep,name=te_adv,json=teAdv,proto3" json:"te_adv,omitempty"`
	Tepceadv             *IsisShTePceAdv     `protobuf:"bytes,54,opt,name=tepceadv,proto3" json:"tepceadv,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*IsisShTeAdv) Descriptor

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

func (*IsisShTeAdv) GetTeAdv

func (m *IsisShTeAdv) GetTeAdv() []*IsisShTeAdvEntry

func (*IsisShTeAdv) GetTeAdvDataPresent

func (m *IsisShTeAdv) GetTeAdvDataPresent() bool

func (*IsisShTeAdv) GetTeLocalRouterId

func (m *IsisShTeAdv) GetTeLocalRouterId() string

func (*IsisShTeAdv) GetTeSystemId

func (m *IsisShTeAdv) GetTeSystemId() string

func (*IsisShTeAdv) GetTepceadv

func (m *IsisShTeAdv) GetTepceadv() *IsisShTePceAdv

func (*IsisShTeAdv) ProtoMessage

func (*IsisShTeAdv) ProtoMessage()

func (*IsisShTeAdv) Reset

func (m *IsisShTeAdv) Reset()

func (*IsisShTeAdv) String

func (m *IsisShTeAdv) String() string

func (*IsisShTeAdv) XXX_DiscardUnknown

func (m *IsisShTeAdv) XXX_DiscardUnknown()

func (*IsisShTeAdv) XXX_Marshal

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

func (*IsisShTeAdv) XXX_Merge

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

func (*IsisShTeAdv) XXX_Size

func (m *IsisShTeAdv) XXX_Size() int

func (*IsisShTeAdv) XXX_Unmarshal

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

type IsisShTeAdvEntry

type IsisShTeAdvEntry struct {
	TeNeighborSystemId             string               `protobuf:"bytes,1,opt,name=te_neighbor_system_id,json=teNeighborSystemId,proto3" json:"te_neighbor_system_id,omitempty"`
	LinkType                       string               `protobuf:"bytes,2,opt,name=link_type,json=linkType,proto3" json:"link_type,omitempty"`
	LocalIpAddress                 string               `protobuf:"bytes,3,opt,name=local_ip_address,json=localIpAddress,proto3" json:"local_ip_address,omitempty"`
	TeNeighborIpAddress            string               `protobuf:"bytes,4,opt,name=te_neighbor_ip_address,json=teNeighborIpAddress,proto3" json:"te_neighbor_ip_address,omitempty"`
	TeMetric                       uint32               `protobuf:"varint,5,opt,name=te_metric,json=teMetric,proto3" json:"te_metric,omitempty"`
	TePhysicalLinkBandwidth        uint32               `` /* 135-byte string literal not displayed */
	TeReservedLinkBandwidth        uint32               `` /* 135-byte string literal not displayed */
	TeTransmittedBandwidth         []uint32             `` /* 137-byte string literal not displayed */
	TeSubpoolReservedLinkBandwidth uint32               `` /* 158-byte string literal not displayed */
	TeSubpoolTransmittedBandwidth  []uint32             `` /* 161-byte string literal not displayed */
	TeAffinity                     uint32               `protobuf:"varint,11,opt,name=te_affinity,json=teAffinity,proto3" json:"te_affinity,omitempty"`
	TeExtAdminNum                  uint32               `protobuf:"varint,12,opt,name=te_ext_admin_num,json=teExtAdminNum,proto3" json:"te_ext_admin_num,omitempty"`
	TeExtAdminSub                  []uint32             `protobuf:"varint,13,rep,packed,name=te_ext_admin_sub,json=teExtAdminSub,proto3" json:"te_ext_admin_sub,omitempty"`
	TeSubTlvDataPresent            bool                 `` /* 126-byte string literal not displayed */
	TeSubTlv                       []*IsisShTeAdvSubTlv `protobuf:"bytes,15,rep,name=te_sub_tlv,json=teSubTlv,proto3" json:"te_sub_tlv,omitempty"`
	XXX_NoUnkeyedLiteral           struct{}             `json:"-"`
	XXX_unrecognized               []byte               `json:"-"`
	XXX_sizecache                  int32                `json:"-"`
}

func (*IsisShTeAdvEntry) Descriptor

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

func (*IsisShTeAdvEntry) GetLinkType

func (m *IsisShTeAdvEntry) GetLinkType() string

func (*IsisShTeAdvEntry) GetLocalIpAddress

func (m *IsisShTeAdvEntry) GetLocalIpAddress() string

func (*IsisShTeAdvEntry) GetTeAffinity

func (m *IsisShTeAdvEntry) GetTeAffinity() uint32

func (*IsisShTeAdvEntry) GetTeExtAdminNum

func (m *IsisShTeAdvEntry) GetTeExtAdminNum() uint32

func (*IsisShTeAdvEntry) GetTeExtAdminSub

func (m *IsisShTeAdvEntry) GetTeExtAdminSub() []uint32

func (*IsisShTeAdvEntry) GetTeMetric

func (m *IsisShTeAdvEntry) GetTeMetric() uint32

func (*IsisShTeAdvEntry) GetTeNeighborIpAddress

func (m *IsisShTeAdvEntry) GetTeNeighborIpAddress() string

func (*IsisShTeAdvEntry) GetTeNeighborSystemId

func (m *IsisShTeAdvEntry) GetTeNeighborSystemId() string

func (*IsisShTeAdvEntry) GetTePhysicalLinkBandwidth

func (m *IsisShTeAdvEntry) GetTePhysicalLinkBandwidth() uint32

func (*IsisShTeAdvEntry) GetTeReservedLinkBandwidth

func (m *IsisShTeAdvEntry) GetTeReservedLinkBandwidth() uint32

func (*IsisShTeAdvEntry) GetTeSubTlv

func (m *IsisShTeAdvEntry) GetTeSubTlv() []*IsisShTeAdvSubTlv

func (*IsisShTeAdvEntry) GetTeSubTlvDataPresent

func (m *IsisShTeAdvEntry) GetTeSubTlvDataPresent() bool

func (*IsisShTeAdvEntry) GetTeSubpoolReservedLinkBandwidth

func (m *IsisShTeAdvEntry) GetTeSubpoolReservedLinkBandwidth() uint32

func (*IsisShTeAdvEntry) GetTeSubpoolTransmittedBandwidth

func (m *IsisShTeAdvEntry) GetTeSubpoolTransmittedBandwidth() []uint32

func (*IsisShTeAdvEntry) GetTeTransmittedBandwidth

func (m *IsisShTeAdvEntry) GetTeTransmittedBandwidth() []uint32

func (*IsisShTeAdvEntry) ProtoMessage

func (*IsisShTeAdvEntry) ProtoMessage()

func (*IsisShTeAdvEntry) Reset

func (m *IsisShTeAdvEntry) Reset()

func (*IsisShTeAdvEntry) String

func (m *IsisShTeAdvEntry) String() string

func (*IsisShTeAdvEntry) XXX_DiscardUnknown

func (m *IsisShTeAdvEntry) XXX_DiscardUnknown()

func (*IsisShTeAdvEntry) XXX_Marshal

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

func (*IsisShTeAdvEntry) XXX_Merge

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

func (*IsisShTeAdvEntry) XXX_Size

func (m *IsisShTeAdvEntry) XXX_Size() int

func (*IsisShTeAdvEntry) XXX_Unmarshal

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

type IsisShTeAdvSubTlv

type IsisShTeAdvSubTlv struct {
	TeSubTlvType         uint32   `protobuf:"varint,1,opt,name=te_sub_tlv_type,json=teSubTlvType,proto3" json:"te_sub_tlv_type,omitempty"`
	TeSubTlvLength       uint32   `protobuf:"varint,2,opt,name=te_sub_tlv_length,json=teSubTlvLength,proto3" json:"te_sub_tlv_length,omitempty"`
	TeSubTlvValue        string   `protobuf:"bytes,3,opt,name=te_sub_tlv_value,json=teSubTlvValue,proto3" json:"te_sub_tlv_value,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*IsisShTeAdvSubTlv) Descriptor

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

func (*IsisShTeAdvSubTlv) GetTeSubTlvLength

func (m *IsisShTeAdvSubTlv) GetTeSubTlvLength() uint32

func (*IsisShTeAdvSubTlv) GetTeSubTlvType

func (m *IsisShTeAdvSubTlv) GetTeSubTlvType() uint32

func (*IsisShTeAdvSubTlv) GetTeSubTlvValue

func (m *IsisShTeAdvSubTlv) GetTeSubTlvValue() string

func (*IsisShTeAdvSubTlv) ProtoMessage

func (*IsisShTeAdvSubTlv) ProtoMessage()

func (*IsisShTeAdvSubTlv) Reset

func (m *IsisShTeAdvSubTlv) Reset()

func (*IsisShTeAdvSubTlv) String

func (m *IsisShTeAdvSubTlv) String() string

func (*IsisShTeAdvSubTlv) XXX_DiscardUnknown

func (m *IsisShTeAdvSubTlv) XXX_DiscardUnknown()

func (*IsisShTeAdvSubTlv) XXX_Marshal

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

func (*IsisShTeAdvSubTlv) XXX_Merge

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

func (*IsisShTeAdvSubTlv) XXX_Size

func (m *IsisShTeAdvSubTlv) XXX_Size() int

func (*IsisShTeAdvSubTlv) XXX_Unmarshal

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

type IsisShTeAdv_KEYS

type IsisShTeAdv_KEYS struct {
	InstanceName         string   `protobuf:"bytes,1,opt,name=instance_name,json=instanceName,proto3" json:"instance_name,omitempty"`
	AfName               string   `protobuf:"bytes,2,opt,name=af_name,json=afName,proto3" json:"af_name,omitempty"`
	SafName              string   `protobuf:"bytes,3,opt,name=saf_name,json=safName,proto3" json:"saf_name,omitempty"`
	TopologyName         string   `protobuf:"bytes,4,opt,name=topology_name,json=topologyName,proto3" json:"topology_name,omitempty"`
	Level                string   `protobuf:"bytes,5,opt,name=level,proto3" json:"level,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*IsisShTeAdv_KEYS) Descriptor

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

func (*IsisShTeAdv_KEYS) GetAfName

func (m *IsisShTeAdv_KEYS) GetAfName() string

func (*IsisShTeAdv_KEYS) GetInstanceName

func (m *IsisShTeAdv_KEYS) GetInstanceName() string

func (*IsisShTeAdv_KEYS) GetLevel

func (m *IsisShTeAdv_KEYS) GetLevel() string

func (*IsisShTeAdv_KEYS) GetSafName

func (m *IsisShTeAdv_KEYS) GetSafName() string

func (*IsisShTeAdv_KEYS) GetTopologyName

func (m *IsisShTeAdv_KEYS) GetTopologyName() string

func (*IsisShTeAdv_KEYS) ProtoMessage

func (*IsisShTeAdv_KEYS) ProtoMessage()

func (*IsisShTeAdv_KEYS) Reset

func (m *IsisShTeAdv_KEYS) Reset()

func (*IsisShTeAdv_KEYS) String

func (m *IsisShTeAdv_KEYS) String() string

func (*IsisShTeAdv_KEYS) XXX_DiscardUnknown

func (m *IsisShTeAdv_KEYS) XXX_DiscardUnknown()

func (*IsisShTeAdv_KEYS) XXX_Marshal

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

func (*IsisShTeAdv_KEYS) XXX_Merge

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

func (*IsisShTeAdv_KEYS) XXX_Size

func (m *IsisShTeAdv_KEYS) XXX_Size() int

func (*IsisShTeAdv_KEYS) XXX_Unmarshal

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

type IsisShTePceAdv

type IsisShTePceAdv struct {
	PceAdvDataPresent    bool     `protobuf:"varint,1,opt,name=pce_adv_data_present,json=pceAdvDataPresent,proto3" json:"pce_adv_data_present,omitempty"`
	PceFloodingScope     string   `protobuf:"bytes,2,opt,name=pce_flooding_scope,json=pceFloodingScope,proto3" json:"pce_flooding_scope,omitempty"`
	PceAddressIpv4       string   `protobuf:"bytes,3,opt,name=pce_address_ipv4,json=pceAddressIpv4,proto3" json:"pce_address_ipv4,omitempty"`
	PcePathScopeBits     uint32   `protobuf:"varint,4,opt,name=pce_path_scope_bits,json=pcePathScopeBits,proto3" json:"pce_path_scope_bits,omitempty"`
	PcePathScopePrefs    uint32   `protobuf:"varint,5,opt,name=pce_path_scope_prefs,json=pcePathScopePrefs,proto3" json:"pce_path_scope_prefs,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*IsisShTePceAdv) Descriptor

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

func (*IsisShTePceAdv) GetPceAddressIpv4

func (m *IsisShTePceAdv) GetPceAddressIpv4() string

func (*IsisShTePceAdv) GetPceAdvDataPresent

func (m *IsisShTePceAdv) GetPceAdvDataPresent() bool

func (*IsisShTePceAdv) GetPceFloodingScope

func (m *IsisShTePceAdv) GetPceFloodingScope() string

func (*IsisShTePceAdv) GetPcePathScopeBits

func (m *IsisShTePceAdv) GetPcePathScopeBits() uint32

func (*IsisShTePceAdv) GetPcePathScopePrefs

func (m *IsisShTePceAdv) GetPcePathScopePrefs() uint32

func (*IsisShTePceAdv) ProtoMessage

func (*IsisShTePceAdv) ProtoMessage()

func (*IsisShTePceAdv) Reset

func (m *IsisShTePceAdv) Reset()

func (*IsisShTePceAdv) String

func (m *IsisShTePceAdv) String() string

func (*IsisShTePceAdv) XXX_DiscardUnknown

func (m *IsisShTePceAdv) XXX_DiscardUnknown()

func (*IsisShTePceAdv) XXX_Marshal

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

func (*IsisShTePceAdv) XXX_Merge

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

func (*IsisShTePceAdv) XXX_Size

func (m *IsisShTePceAdv) XXX_Size() int

func (*IsisShTePceAdv) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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