cisco_ios_xr_clns_isis_oper_isis_instances_instance_protocol

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/protocol

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IsisShArea

type IsisShArea struct {
	LspMtu               uint32   `protobuf:"varint,1,opt,name=lsp_mtu,json=lspMtu,proto3" json:"lsp_mtu,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*IsisShArea) Descriptor

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

func (*IsisShArea) GetLspMtu

func (m *IsisShArea) GetLspMtu() uint32

func (*IsisShArea) ProtoMessage

func (*IsisShArea) ProtoMessage()

func (*IsisShArea) Reset

func (m *IsisShArea) Reset()

func (*IsisShArea) String

func (m *IsisShArea) String() string

func (*IsisShArea) XXX_DiscardUnknown

func (m *IsisShArea) XXX_DiscardUnknown()

func (*IsisShArea) XXX_Marshal

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

func (*IsisShArea) XXX_Merge

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

func (*IsisShArea) XXX_Size

func (m *IsisShArea) XXX_Size() int

func (*IsisShArea) XXX_Unmarshal

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

type IsisShProto

type IsisShProto struct {
	VrfContext                     string        `protobuf:"bytes,50,opt,name=vrf_context,json=vrfContext,proto3" json:"vrf_context,omitempty"`
	NsapSystemId                   string        `protobuf:"bytes,51,opt,name=nsap_system_id,json=nsapSystemId,proto3" json:"nsap_system_id,omitempty"`
	ValidNsapSystemId              bool          `protobuf:"varint,52,opt,name=valid_nsap_system_id,json=validNsapSystemId,proto3" json:"valid_nsap_system_id,omitempty"`
	InstanceId                     uint32        `protobuf:"varint,53,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"`
	RunningLevels                  string        `protobuf:"bytes,54,opt,name=running_levels,json=runningLevels,proto3" json:"running_levels,omitempty"`
	ManualAreaAddress              []string      `protobuf:"bytes,55,rep,name=manual_area_address,json=manualAreaAddress,proto3" json:"manual_area_address,omitempty"`
	ActiveAreaAddress              []string      `protobuf:"bytes,56,rep,name=active_area_address,json=activeAreaAddress,proto3" json:"active_area_address,omitempty"`
	ConfiguredNsfFlavor            string        `protobuf:"bytes,57,opt,name=configured_nsf_flavor,json=configuredNsfFlavor,proto3" json:"configured_nsf_flavor,omitempty"`
	LastRestartNsfFlavor           string        `` /* 126-byte string literal not displayed */
	LastRestartStatus              string        `protobuf:"bytes,59,opt,name=last_restart_status,json=lastRestartStatus,proto3" json:"last_restart_status,omitempty"`
	TeConnection                   string        `protobuf:"bytes,60,opt,name=te_connection,json=teConnection,proto3" json:"te_connection,omitempty"`
	RemainingTimeForNextNsfRestart uint32        `` /* 161-byte string literal not displayed */
	PerTopoData                    []*IsisShTopo `protobuf:"bytes,62,rep,name=per_topo_data,json=perTopoData,proto3" json:"per_topo_data,omitempty"`
	AdjFormCount                   uint32        `protobuf:"varint,63,opt,name=adj_form_count,json=adjFormCount,proto3" json:"adj_form_count,omitempty"`
	AdjFullCount                   uint32        `protobuf:"varint,64,opt,name=adj_full_count,json=adjFullCount,proto3" json:"adj_full_count,omitempty"`
	AdjStaggerEnabled              bool          `protobuf:"varint,65,opt,name=adj_stagger_enabled,json=adjStaggerEnabled,proto3" json:"adj_stagger_enabled,omitempty"`
	AdjStaggerInit                 uint32        `protobuf:"varint,66,opt,name=adj_stagger_init,json=adjStaggerInit,proto3" json:"adj_stagger_init,omitempty"`
	AdjStaggerMax                  uint32        `protobuf:"varint,67,opt,name=adj_stagger_max,json=adjStaggerMax,proto3" json:"adj_stagger_max,omitempty"`
	SrgbAllocated                  bool          `protobuf:"varint,68,opt,name=srgb_allocated,json=srgbAllocated,proto3" json:"srgb_allocated,omitempty"`
	SrgbStart                      uint32        `protobuf:"varint,69,opt,name=srgb_start,json=srgbStart,proto3" json:"srgb_start,omitempty"`
	SrgbEnd                        uint32        `protobuf:"varint,70,opt,name=srgb_end,json=srgbEnd,proto3" json:"srgb_end,omitempty"`
	SrlbAllocated                  bool          `protobuf:"varint,71,opt,name=srlb_allocated,json=srlbAllocated,proto3" json:"srlb_allocated,omitempty"`
	SrlbStart                      uint32        `protobuf:"varint,72,opt,name=srlb_start,json=srlbStart,proto3" json:"srlb_start,omitempty"`
	SrlbEnd                        uint32        `protobuf:"varint,73,opt,name=srlb_end,json=srlbEnd,proto3" json:"srlb_end,omitempty"`
	PerAreaData                    []*IsisShArea `protobuf:"bytes,74,rep,name=per_area_data,json=perAreaData,proto3" json:"per_area_data,omitempty"`
	XXX_NoUnkeyedLiteral           struct{}      `json:"-"`
	XXX_unrecognized               []byte        `json:"-"`
	XXX_sizecache                  int32         `json:"-"`
}

func (*IsisShProto) Descriptor

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

func (*IsisShProto) GetActiveAreaAddress

func (m *IsisShProto) GetActiveAreaAddress() []string

func (*IsisShProto) GetAdjFormCount

func (m *IsisShProto) GetAdjFormCount() uint32

func (*IsisShProto) GetAdjFullCount

func (m *IsisShProto) GetAdjFullCount() uint32

func (*IsisShProto) GetAdjStaggerEnabled

func (m *IsisShProto) GetAdjStaggerEnabled() bool

func (*IsisShProto) GetAdjStaggerInit

func (m *IsisShProto) GetAdjStaggerInit() uint32

func (*IsisShProto) GetAdjStaggerMax

func (m *IsisShProto) GetAdjStaggerMax() uint32

func (*IsisShProto) GetConfiguredNsfFlavor

func (m *IsisShProto) GetConfiguredNsfFlavor() string

func (*IsisShProto) GetInstanceId

func (m *IsisShProto) GetInstanceId() uint32

func (*IsisShProto) GetLastRestartNsfFlavor

func (m *IsisShProto) GetLastRestartNsfFlavor() string

func (*IsisShProto) GetLastRestartStatus

func (m *IsisShProto) GetLastRestartStatus() string

func (*IsisShProto) GetManualAreaAddress

func (m *IsisShProto) GetManualAreaAddress() []string

func (*IsisShProto) GetNsapSystemId

func (m *IsisShProto) GetNsapSystemId() string

func (*IsisShProto) GetPerAreaData

func (m *IsisShProto) GetPerAreaData() []*IsisShArea

func (*IsisShProto) GetPerTopoData

func (m *IsisShProto) GetPerTopoData() []*IsisShTopo

func (*IsisShProto) GetRemainingTimeForNextNsfRestart

func (m *IsisShProto) GetRemainingTimeForNextNsfRestart() uint32

func (*IsisShProto) GetRunningLevels

func (m *IsisShProto) GetRunningLevels() string

func (*IsisShProto) GetSrgbAllocated

func (m *IsisShProto) GetSrgbAllocated() bool

func (*IsisShProto) GetSrgbEnd

func (m *IsisShProto) GetSrgbEnd() uint32

func (*IsisShProto) GetSrgbStart

func (m *IsisShProto) GetSrgbStart() uint32

func (*IsisShProto) GetSrlbAllocated

func (m *IsisShProto) GetSrlbAllocated() bool

func (*IsisShProto) GetSrlbEnd

func (m *IsisShProto) GetSrlbEnd() uint32

func (*IsisShProto) GetSrlbStart

func (m *IsisShProto) GetSrlbStart() uint32

func (*IsisShProto) GetTeConnection

func (m *IsisShProto) GetTeConnection() string

func (*IsisShProto) GetValidNsapSystemId

func (m *IsisShProto) GetValidNsapSystemId() bool

func (*IsisShProto) GetVrfContext

func (m *IsisShProto) GetVrfContext() string

func (*IsisShProto) ProtoMessage

func (*IsisShProto) ProtoMessage()

func (*IsisShProto) Reset

func (m *IsisShProto) Reset()

func (*IsisShProto) String

func (m *IsisShProto) String() string

func (*IsisShProto) XXX_DiscardUnknown

func (m *IsisShProto) XXX_DiscardUnknown()

func (*IsisShProto) XXX_Marshal

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

func (*IsisShProto) XXX_Merge

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

func (*IsisShProto) XXX_Size

func (m *IsisShProto) XXX_Size() int

func (*IsisShProto) XXX_Unmarshal

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

type IsisShProto_KEYS

type IsisShProto_KEYS struct {
	InstanceName         string   `protobuf:"bytes,1,opt,name=instance_name,json=instanceName,proto3" json:"instance_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*IsisShProto_KEYS) Descriptor

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

func (*IsisShProto_KEYS) GetInstanceName

func (m *IsisShProto_KEYS) GetInstanceName() string

func (*IsisShProto_KEYS) ProtoMessage

func (*IsisShProto_KEYS) ProtoMessage()

func (*IsisShProto_KEYS) Reset

func (m *IsisShProto_KEYS) Reset()

func (*IsisShProto_KEYS) String

func (m *IsisShProto_KEYS) String() string

func (*IsisShProto_KEYS) XXX_DiscardUnknown

func (m *IsisShProto_KEYS) XXX_DiscardUnknown()

func (*IsisShProto_KEYS) XXX_Marshal

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

func (*IsisShProto_KEYS) XXX_Merge

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

func (*IsisShProto_KEYS) XXX_Size

func (m *IsisShProto_KEYS) XXX_Size() int

func (*IsisShProto_KEYS) XXX_Unmarshal

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

type IsisShRedistEntryEntry

type IsisShRedistEntryEntry struct {
	IsisShRedistEntry    []*IsisShRedistEntryItem `protobuf:"bytes,1,rep,name=isis_sh_redist_entry,json=isisShRedistEntry,proto3" json:"isis_sh_redist_entry,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                 `json:"-"`
	XXX_unrecognized     []byte                   `json:"-"`
	XXX_sizecache        int32                    `json:"-"`
}

func (*IsisShRedistEntryEntry) Descriptor

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

func (*IsisShRedistEntryEntry) GetIsisShRedistEntry

func (m *IsisShRedistEntryEntry) GetIsisShRedistEntry() []*IsisShRedistEntryItem

func (*IsisShRedistEntryEntry) ProtoMessage

func (*IsisShRedistEntryEntry) ProtoMessage()

func (*IsisShRedistEntryEntry) Reset

func (m *IsisShRedistEntryEntry) Reset()

func (*IsisShRedistEntryEntry) String

func (m *IsisShRedistEntryEntry) String() string

func (*IsisShRedistEntryEntry) XXX_DiscardUnknown

func (m *IsisShRedistEntryEntry) XXX_DiscardUnknown()

func (*IsisShRedistEntryEntry) XXX_Marshal

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

func (*IsisShRedistEntryEntry) XXX_Merge

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

func (*IsisShRedistEntryEntry) XXX_Size

func (m *IsisShRedistEntryEntry) XXX_Size() int

func (*IsisShRedistEntryEntry) XXX_Unmarshal

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

type IsisShRedistEntryItem

type IsisShRedistEntryItem struct {
	ProtocolDetails      *IsisShRedistEntryProto `protobuf:"bytes,1,opt,name=protocol_details,json=protocolDetails,proto3" json:"protocol_details,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                `json:"-"`
	XXX_unrecognized     []byte                  `json:"-"`
	XXX_sizecache        int32                   `json:"-"`
}

func (*IsisShRedistEntryItem) Descriptor

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

func (*IsisShRedistEntryItem) GetProtocolDetails

func (m *IsisShRedistEntryItem) GetProtocolDetails() *IsisShRedistEntryProto

func (*IsisShRedistEntryItem) ProtoMessage

func (*IsisShRedistEntryItem) ProtoMessage()

func (*IsisShRedistEntryItem) Reset

func (m *IsisShRedistEntryItem) Reset()

func (*IsisShRedistEntryItem) String

func (m *IsisShRedistEntryItem) String() string

func (*IsisShRedistEntryItem) XXX_DiscardUnknown

func (m *IsisShRedistEntryItem) XXX_DiscardUnknown()

func (*IsisShRedistEntryItem) XXX_Marshal

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

func (*IsisShRedistEntryItem) XXX_Merge

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

func (*IsisShRedistEntryItem) XXX_Size

func (m *IsisShRedistEntryItem) XXX_Size() int

func (*IsisShRedistEntryItem) XXX_Unmarshal

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

type IsisShRedistEntryProto

type IsisShRedistEntryProto struct {
	Protocol             string   `protobuf:"bytes,1,opt,name=protocol,proto3" json:"protocol,omitempty"`
	IsisInstanceId       string   `protobuf:"bytes,2,opt,name=isis_instance_id,json=isisInstanceId,proto3" json:"isis_instance_id,omitempty"`
	OspfProcessId        string   `protobuf:"bytes,3,opt,name=ospf_process_id,json=ospfProcessId,proto3" json:"ospf_process_id,omitempty"`
	Ospfv3ProcessId      string   `protobuf:"bytes,4,opt,name=ospfv3_process_id,json=ospfv3ProcessId,proto3" json:"ospfv3_process_id,omitempty"`
	BgpAsNumber          string   `protobuf:"bytes,5,opt,name=bgp_as_number,json=bgpAsNumber,proto3" json:"bgp_as_number,omitempty"`
	EigrpAsNumber        string   `protobuf:"bytes,6,opt,name=eigrp_as_number,json=eigrpAsNumber,proto3" json:"eigrp_as_number,omitempty"`
	ApplicationName      string   `protobuf:"bytes,7,opt,name=application_name,json=applicationName,proto3" json:"application_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*IsisShRedistEntryProto) Descriptor

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

func (*IsisShRedistEntryProto) GetApplicationName

func (m *IsisShRedistEntryProto) GetApplicationName() string

func (*IsisShRedistEntryProto) GetBgpAsNumber

func (m *IsisShRedistEntryProto) GetBgpAsNumber() string

func (*IsisShRedistEntryProto) GetEigrpAsNumber

func (m *IsisShRedistEntryProto) GetEigrpAsNumber() string

func (*IsisShRedistEntryProto) GetIsisInstanceId

func (m *IsisShRedistEntryProto) GetIsisInstanceId() string

func (*IsisShRedistEntryProto) GetOspfProcessId

func (m *IsisShRedistEntryProto) GetOspfProcessId() string

func (*IsisShRedistEntryProto) GetOspfv3ProcessId

func (m *IsisShRedistEntryProto) GetOspfv3ProcessId() string

func (*IsisShRedistEntryProto) GetProtocol

func (m *IsisShRedistEntryProto) GetProtocol() string

func (*IsisShRedistEntryProto) ProtoMessage

func (*IsisShRedistEntryProto) ProtoMessage()

func (*IsisShRedistEntryProto) Reset

func (m *IsisShRedistEntryProto) Reset()

func (*IsisShRedistEntryProto) String

func (m *IsisShRedistEntryProto) String() string

func (*IsisShRedistEntryProto) XXX_DiscardUnknown

func (m *IsisShRedistEntryProto) XXX_DiscardUnknown()

func (*IsisShRedistEntryProto) XXX_Marshal

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

func (*IsisShRedistEntryProto) XXX_Merge

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

func (*IsisShRedistEntryProto) XXX_Size

func (m *IsisShRedistEntryProto) XXX_Size() int

func (*IsisShRedistEntryProto) XXX_Unmarshal

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

type IsisShTopo

type IsisShTopo struct {
	Id                    *IsisTopoIdType         `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	RedistProtocolsList   *IsisShRedistEntryEntry `protobuf:"bytes,2,opt,name=redist_protocols_list,json=redistProtocolsList,proto3" json:"redist_protocols_list,omitempty"`
	DefaultAdminDistance  uint32                  `protobuf:"varint,3,opt,name=default_admin_distance,json=defaultAdminDistance,proto3" json:"default_admin_distance,omitempty"`
	AdvertisePassiveOnly  bool                    `protobuf:"varint,4,opt,name=advertise_passive_only,json=advertisePassiveOnly,proto3" json:"advertise_passive_only,omitempty"`
	WaitRedistComplete    bool                    `protobuf:"varint,5,opt,name=wait_redist_complete,json=waitRedistComplete,proto3" json:"wait_redist_complete,omitempty"`
	PerAreaData           []*IsisShTopoArea       `protobuf:"bytes,6,rep,name=per_area_data,json=perAreaData,proto3" json:"per_area_data,omitempty"`
	SrMplsEnabled         bool                    `protobuf:"varint,7,opt,name=sr_mpls_enabled,json=srMplsEnabled,proto3" json:"sr_mpls_enabled,omitempty"`
	Srv6Enabled           bool                    `protobuf:"varint,8,opt,name=srv6_enabled,json=srv6Enabled,proto3" json:"srv6_enabled,omitempty"`
	Srv6ConfiguredLocator []*IsisShTopoLocator    `` /* 126-byte string literal not displayed */
	XXX_NoUnkeyedLiteral  struct{}                `json:"-"`
	XXX_unrecognized      []byte                  `json:"-"`
	XXX_sizecache         int32                   `json:"-"`
}

func (*IsisShTopo) Descriptor

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

func (*IsisShTopo) GetAdvertisePassiveOnly

func (m *IsisShTopo) GetAdvertisePassiveOnly() bool

func (*IsisShTopo) GetDefaultAdminDistance

func (m *IsisShTopo) GetDefaultAdminDistance() uint32

func (*IsisShTopo) GetId

func (m *IsisShTopo) GetId() *IsisTopoIdType

func (*IsisShTopo) GetPerAreaData

func (m *IsisShTopo) GetPerAreaData() []*IsisShTopoArea

func (*IsisShTopo) GetRedistProtocolsList

func (m *IsisShTopo) GetRedistProtocolsList() *IsisShRedistEntryEntry

func (*IsisShTopo) GetSrMplsEnabled

func (m *IsisShTopo) GetSrMplsEnabled() bool

func (*IsisShTopo) GetSrv6ConfiguredLocator

func (m *IsisShTopo) GetSrv6ConfiguredLocator() []*IsisShTopoLocator

func (*IsisShTopo) GetSrv6Enabled

func (m *IsisShTopo) GetSrv6Enabled() bool

func (*IsisShTopo) GetWaitRedistComplete

func (m *IsisShTopo) GetWaitRedistComplete() bool

func (*IsisShTopo) ProtoMessage

func (*IsisShTopo) ProtoMessage()

func (*IsisShTopo) Reset

func (m *IsisShTopo) Reset()

func (*IsisShTopo) String

func (m *IsisShTopo) String() string

func (*IsisShTopo) XXX_DiscardUnknown

func (m *IsisShTopo) XXX_DiscardUnknown()

func (*IsisShTopo) XXX_Marshal

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

func (*IsisShTopo) XXX_Merge

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

func (*IsisShTopo) XXX_Size

func (m *IsisShTopo) XXX_Size() int

func (*IsisShTopo) XXX_Unmarshal

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

type IsisShTopoArea

type IsisShTopoArea struct {
	Level                   string   `protobuf:"bytes,1,opt,name=level,proto3" json:"level,omitempty"`
	UsesDefaultLinkTopoFlag bool     `` /* 137-byte string literal not displayed */
	GeneratedMetricStyle    string   `protobuf:"bytes,3,opt,name=generated_metric_style,json=generatedMetricStyle,proto3" json:"generated_metric_style,omitempty"`
	AcceptedMetricStyle     string   `protobuf:"bytes,4,opt,name=accepted_metric_style,json=acceptedMetricStyle,proto3" json:"accepted_metric_style,omitempty"`
	Metric                  uint32   `protobuf:"varint,5,opt,name=metric,proto3" json:"metric,omitempty"`
	IspfState               string   `protobuf:"bytes,6,opt,name=ispf_state,json=ispfState,proto3" json:"ispf_state,omitempty"`
	TeEnabled               bool     `protobuf:"varint,7,opt,name=te_enabled,json=teEnabled,proto3" json:"te_enabled,omitempty"`
	UloopAvoidanceType      string   `protobuf:"bytes,8,opt,name=uloop_avoidance_type,json=uloopAvoidanceType,proto3" json:"uloop_avoidance_type,omitempty"`
	RibUpdateDelay          uint32   `protobuf:"varint,9,opt,name=rib_update_delay,json=ribUpdateDelay,proto3" json:"rib_update_delay,omitempty"`
	SrUloopIsActive         bool     `protobuf:"varint,10,opt,name=sr_uloop_is_active,json=srUloopIsActive,proto3" json:"sr_uloop_is_active,omitempty"`
	Duration                uint32   `protobuf:"varint,11,opt,name=duration,proto3" json:"duration,omitempty"`
	SrUloopEvent            string   `protobuf:"bytes,12,opt,name=sr_uloop_event,json=srUloopEvent,proto3" json:"sr_uloop_event,omitempty"`
	SrUloopNearNodeId       string   `protobuf:"bytes,13,opt,name=sr_uloop_near_node_id,json=srUloopNearNodeId,proto3" json:"sr_uloop_near_node_id,omitempty"`
	SrUloopFarNodeId        string   `protobuf:"bytes,14,opt,name=sr_uloop_far_node_id,json=srUloopFarNodeId,proto3" json:"sr_uloop_far_node_id,omitempty"`
	XXX_NoUnkeyedLiteral    struct{} `json:"-"`
	XXX_unrecognized        []byte   `json:"-"`
	XXX_sizecache           int32    `json:"-"`
}

func (*IsisShTopoArea) Descriptor

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

func (*IsisShTopoArea) GetAcceptedMetricStyle

func (m *IsisShTopoArea) GetAcceptedMetricStyle() string

func (*IsisShTopoArea) GetDuration

func (m *IsisShTopoArea) GetDuration() uint32

func (*IsisShTopoArea) GetGeneratedMetricStyle

func (m *IsisShTopoArea) GetGeneratedMetricStyle() string

func (*IsisShTopoArea) GetIspfState

func (m *IsisShTopoArea) GetIspfState() string

func (*IsisShTopoArea) GetLevel

func (m *IsisShTopoArea) GetLevel() string

func (*IsisShTopoArea) GetMetric

func (m *IsisShTopoArea) GetMetric() uint32

func (*IsisShTopoArea) GetRibUpdateDelay

func (m *IsisShTopoArea) GetRibUpdateDelay() uint32

func (*IsisShTopoArea) GetSrUloopEvent

func (m *IsisShTopoArea) GetSrUloopEvent() string

func (*IsisShTopoArea) GetSrUloopFarNodeId

func (m *IsisShTopoArea) GetSrUloopFarNodeId() string

func (*IsisShTopoArea) GetSrUloopIsActive

func (m *IsisShTopoArea) GetSrUloopIsActive() bool

func (*IsisShTopoArea) GetSrUloopNearNodeId

func (m *IsisShTopoArea) GetSrUloopNearNodeId() string

func (*IsisShTopoArea) GetTeEnabled

func (m *IsisShTopoArea) GetTeEnabled() bool

func (*IsisShTopoArea) GetUloopAvoidanceType

func (m *IsisShTopoArea) GetUloopAvoidanceType() string

func (*IsisShTopoArea) GetUsesDefaultLinkTopoFlag

func (m *IsisShTopoArea) GetUsesDefaultLinkTopoFlag() bool

func (*IsisShTopoArea) ProtoMessage

func (*IsisShTopoArea) ProtoMessage()

func (*IsisShTopoArea) Reset

func (m *IsisShTopoArea) Reset()

func (*IsisShTopoArea) String

func (m *IsisShTopoArea) String() string

func (*IsisShTopoArea) XXX_DiscardUnknown

func (m *IsisShTopoArea) XXX_DiscardUnknown()

func (*IsisShTopoArea) XXX_Marshal

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

func (*IsisShTopoArea) XXX_Merge

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

func (*IsisShTopoArea) XXX_Size

func (m *IsisShTopoArea) XXX_Size() int

func (*IsisShTopoArea) XXX_Unmarshal

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

type IsisShTopoLocator

type IsisShTopoLocator struct {
	LocatorActive        bool     `protobuf:"varint,1,opt,name=locator_active,json=locatorActive,proto3" json:"locator_active,omitempty"`
	LocatorName          string   `protobuf:"bytes,2,opt,name=locator_name,json=locatorName,proto3" json:"locator_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*IsisShTopoLocator) Descriptor

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

func (*IsisShTopoLocator) GetLocatorActive

func (m *IsisShTopoLocator) GetLocatorActive() bool

func (*IsisShTopoLocator) GetLocatorName

func (m *IsisShTopoLocator) GetLocatorName() string

func (*IsisShTopoLocator) ProtoMessage

func (*IsisShTopoLocator) ProtoMessage()

func (*IsisShTopoLocator) Reset

func (m *IsisShTopoLocator) Reset()

func (*IsisShTopoLocator) String

func (m *IsisShTopoLocator) String() string

func (*IsisShTopoLocator) XXX_DiscardUnknown

func (m *IsisShTopoLocator) XXX_DiscardUnknown()

func (*IsisShTopoLocator) XXX_Marshal

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

func (*IsisShTopoLocator) XXX_Merge

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

func (*IsisShTopoLocator) XXX_Size

func (m *IsisShTopoLocator) XXX_Size() int

func (*IsisShTopoLocator) XXX_Unmarshal

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

type IsisTopoIdType

type IsisTopoIdType struct {
	AfName               string   `protobuf:"bytes,1,opt,name=af_name,json=afName,proto3" json:"af_name,omitempty"`
	SafName              string   `protobuf:"bytes,2,opt,name=saf_name,json=safName,proto3" json:"saf_name,omitempty"`
	VrfName              string   `protobuf:"bytes,3,opt,name=vrf_name,json=vrfName,proto3" json:"vrf_name,omitempty"`
	TopologyName         string   `protobuf:"bytes,4,opt,name=topology_name,json=topologyName,proto3" json:"topology_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*IsisTopoIdType) Descriptor

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

func (*IsisTopoIdType) GetAfName

func (m *IsisTopoIdType) GetAfName() string

func (*IsisTopoIdType) GetSafName

func (m *IsisTopoIdType) GetSafName() string

func (*IsisTopoIdType) GetTopologyName

func (m *IsisTopoIdType) GetTopologyName() string

func (*IsisTopoIdType) GetVrfName

func (m *IsisTopoIdType) GetVrfName() string

func (*IsisTopoIdType) ProtoMessage

func (*IsisTopoIdType) ProtoMessage()

func (*IsisTopoIdType) Reset

func (m *IsisTopoIdType) Reset()

func (*IsisTopoIdType) String

func (m *IsisTopoIdType) String() string

func (*IsisTopoIdType) XXX_DiscardUnknown

func (m *IsisTopoIdType) XXX_DiscardUnknown()

func (*IsisTopoIdType) XXX_Marshal

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

func (*IsisTopoIdType) XXX_Merge

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

func (*IsisTopoIdType) XXX_Size

func (m *IsisTopoIdType) XXX_Size() int

func (*IsisTopoIdType) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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