cisco_ios_xr_clns_isis_oper_isis_instances_instance_interfaces_interface

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/interfaces/interface

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IsisFrrTiebreakerSorted

type IsisFrrTiebreakerSorted struct {
	TieBreaker           string   `protobuf:"bytes,1,opt,name=tie_breaker,json=tieBreaker,proto3" json:"tie_breaker,omitempty"`
	Index                uint32   `protobuf:"varint,2,opt,name=index,proto3" json:"index,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*IsisFrrTiebreakerSorted) Descriptor

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

func (*IsisFrrTiebreakerSorted) GetIndex

func (m *IsisFrrTiebreakerSorted) GetIndex() uint32

func (*IsisFrrTiebreakerSorted) GetTieBreaker

func (m *IsisFrrTiebreakerSorted) GetTieBreaker() string

func (*IsisFrrTiebreakerSorted) ProtoMessage

func (*IsisFrrTiebreakerSorted) ProtoMessage()

func (*IsisFrrTiebreakerSorted) Reset

func (m *IsisFrrTiebreakerSorted) Reset()

func (*IsisFrrTiebreakerSorted) String

func (m *IsisFrrTiebreakerSorted) String() string

func (*IsisFrrTiebreakerSorted) XXX_DiscardUnknown

func (m *IsisFrrTiebreakerSorted) XXX_DiscardUnknown()

func (*IsisFrrTiebreakerSorted) XXX_Marshal

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

func (*IsisFrrTiebreakerSorted) XXX_Merge

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

func (*IsisFrrTiebreakerSorted) XXX_Size

func (m *IsisFrrTiebreakerSorted) XXX_Size() int

func (*IsisFrrTiebreakerSorted) XXX_Unmarshal

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

type IsisIpAddrType

type IsisIpAddrType struct {
	AfName               string   `protobuf:"bytes,1,opt,name=af_name,json=afName,proto3" json:"af_name,omitempty"`
	Ipv4                 string   `protobuf:"bytes,2,opt,name=ipv4,proto3" json:"ipv4,omitempty"`
	Ipv6                 string   `protobuf:"bytes,3,opt,name=ipv6,proto3" json:"ipv6,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*IsisIpAddrType) Descriptor

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

func (*IsisIpAddrType) GetAfName

func (m *IsisIpAddrType) GetAfName() string

func (*IsisIpAddrType) GetIpv4

func (m *IsisIpAddrType) GetIpv4() string

func (*IsisIpAddrType) GetIpv6

func (m *IsisIpAddrType) GetIpv6() string

func (*IsisIpAddrType) ProtoMessage

func (*IsisIpAddrType) ProtoMessage()

func (*IsisIpAddrType) Reset

func (m *IsisIpAddrType) Reset()

func (*IsisIpAddrType) String

func (m *IsisIpAddrType) String() string

func (*IsisIpAddrType) XXX_DiscardUnknown

func (m *IsisIpAddrType) XXX_DiscardUnknown()

func (*IsisIpAddrType) XXX_Marshal

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

func (*IsisIpAddrType) XXX_Merge

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

func (*IsisIpAddrType) XXX_Size

func (m *IsisIpAddrType) XXX_Size() int

func (*IsisIpAddrType) XXX_Unmarshal

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

type IsisIpPrefixType

type IsisIpPrefixType struct {
	AfName               string              `protobuf:"bytes,1,opt,name=af_name,json=afName,proto3" json:"af_name,omitempty"`
	Ipv4                 *IsisIpv4PrefixType `protobuf:"bytes,2,opt,name=ipv4,proto3" json:"ipv4,omitempty"`
	Ipv6                 *IsisIpv6PrefixType `protobuf:"bytes,3,opt,name=ipv6,proto3" json:"ipv6,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*IsisIpPrefixType) Descriptor

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

func (*IsisIpPrefixType) GetAfName

func (m *IsisIpPrefixType) GetAfName() string

func (*IsisIpPrefixType) GetIpv4

func (m *IsisIpPrefixType) GetIpv4() *IsisIpv4PrefixType

func (*IsisIpPrefixType) GetIpv6

func (m *IsisIpPrefixType) GetIpv6() *IsisIpv6PrefixType

func (*IsisIpPrefixType) ProtoMessage

func (*IsisIpPrefixType) ProtoMessage()

func (*IsisIpPrefixType) Reset

func (m *IsisIpPrefixType) Reset()

func (*IsisIpPrefixType) String

func (m *IsisIpPrefixType) String() string

func (*IsisIpPrefixType) XXX_DiscardUnknown

func (m *IsisIpPrefixType) XXX_DiscardUnknown()

func (*IsisIpPrefixType) XXX_Marshal

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

func (*IsisIpPrefixType) XXX_Merge

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

func (*IsisIpPrefixType) XXX_Size

func (m *IsisIpPrefixType) XXX_Size() int

func (*IsisIpPrefixType) XXX_Unmarshal

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

type IsisIpv4PrefixType

type IsisIpv4PrefixType struct {
	Prefix               string   `protobuf:"bytes,1,opt,name=prefix,proto3" json:"prefix,omitempty"`
	PrefixLength         uint32   `protobuf:"varint,2,opt,name=prefix_length,json=prefixLength,proto3" json:"prefix_length,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*IsisIpv4PrefixType) Descriptor

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

func (*IsisIpv4PrefixType) GetPrefix

func (m *IsisIpv4PrefixType) GetPrefix() string

func (*IsisIpv4PrefixType) GetPrefixLength

func (m *IsisIpv4PrefixType) GetPrefixLength() uint32

func (*IsisIpv4PrefixType) ProtoMessage

func (*IsisIpv4PrefixType) ProtoMessage()

func (*IsisIpv4PrefixType) Reset

func (m *IsisIpv4PrefixType) Reset()

func (*IsisIpv4PrefixType) String

func (m *IsisIpv4PrefixType) String() string

func (*IsisIpv4PrefixType) XXX_DiscardUnknown

func (m *IsisIpv4PrefixType) XXX_DiscardUnknown()

func (*IsisIpv4PrefixType) XXX_Marshal

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

func (*IsisIpv4PrefixType) XXX_Merge

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

func (*IsisIpv4PrefixType) XXX_Size

func (m *IsisIpv4PrefixType) XXX_Size() int

func (*IsisIpv4PrefixType) XXX_Unmarshal

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

type IsisIpv6PrefixType

type IsisIpv6PrefixType struct {
	Prefix               string   `protobuf:"bytes,1,opt,name=prefix,proto3" json:"prefix,omitempty"`
	PrefixLength         uint32   `protobuf:"varint,2,opt,name=prefix_length,json=prefixLength,proto3" json:"prefix_length,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*IsisIpv6PrefixType) Descriptor

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

func (*IsisIpv6PrefixType) GetPrefix

func (m *IsisIpv6PrefixType) GetPrefix() string

func (*IsisIpv6PrefixType) GetPrefixLength

func (m *IsisIpv6PrefixType) GetPrefixLength() uint32

func (*IsisIpv6PrefixType) ProtoMessage

func (*IsisIpv6PrefixType) ProtoMessage()

func (*IsisIpv6PrefixType) Reset

func (m *IsisIpv6PrefixType) Reset()

func (*IsisIpv6PrefixType) String

func (m *IsisIpv6PrefixType) String() string

func (*IsisIpv6PrefixType) XXX_DiscardUnknown

func (m *IsisIpv6PrefixType) XXX_DiscardUnknown()

func (*IsisIpv6PrefixType) XXX_Marshal

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

func (*IsisIpv6PrefixType) XXX_Merge

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

func (*IsisIpv6PrefixType) XXX_Size

func (m *IsisIpv6PrefixType) XXX_Size() int

func (*IsisIpv6PrefixType) XXX_Unmarshal

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

type IsisShIf

type IsisShIf struct {
	ConfiguredCircuitType  string             `` /* 127-byte string literal not displayed */
	ConfiguredStatus       *IsisShIfCfgStatus `protobuf:"bytes,51,opt,name=configured_status,json=configuredStatus,proto3" json:"configured_status,omitempty"`
	MeshGroup              uint32             `protobuf:"varint,52,opt,name=mesh_group,json=meshGroup,proto3" json:"mesh_group,omitempty"`
	IsType                 string             `protobuf:"bytes,53,opt,name=is_type,json=isType,proto3" json:"is_type,omitempty"`
	InterfaceStatusAndData *IsisShIfStatus    `` /* 132-byte string literal not displayed */
	NsrIntf                bool               `protobuf:"varint,55,opt,name=nsr_intf,json=nsrIntf,proto3" json:"nsr_intf,omitempty"`
	XXX_NoUnkeyedLiteral   struct{}           `json:"-"`
	XXX_unrecognized       []byte             `json:"-"`
	XXX_sizecache          int32              `json:"-"`
}

func (*IsisShIf) Descriptor

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

func (*IsisShIf) GetConfiguredCircuitType

func (m *IsisShIf) GetConfiguredCircuitType() string

func (*IsisShIf) GetConfiguredStatus

func (m *IsisShIf) GetConfiguredStatus() *IsisShIfCfgStatus

func (*IsisShIf) GetInterfaceStatusAndData

func (m *IsisShIf) GetInterfaceStatusAndData() *IsisShIfStatus

func (*IsisShIf) GetIsType

func (m *IsisShIf) GetIsType() string

func (*IsisShIf) GetMeshGroup

func (m *IsisShIf) GetMeshGroup() uint32

func (*IsisShIf) GetNsrIntf

func (m *IsisShIf) GetNsrIntf() bool

func (*IsisShIf) ProtoMessage

func (*IsisShIf) ProtoMessage()

func (*IsisShIf) Reset

func (m *IsisShIf) Reset()

func (*IsisShIf) String

func (m *IsisShIf) String() string

func (*IsisShIf) XXX_DiscardUnknown

func (m *IsisShIf) XXX_DiscardUnknown()

func (*IsisShIf) XXX_Marshal

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

func (*IsisShIf) XXX_Merge

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

func (*IsisShIf) XXX_Size

func (m *IsisShIf) XXX_Size() int

func (*IsisShIf) XXX_Unmarshal

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

type IsisShIfActiveP2P

type IsisShIfActiveP2P struct {
	TimeUntilNextIih       uint32   `protobuf:"varint,1,opt,name=time_until_next_iih,json=timeUntilNextIih,proto3" json:"time_until_next_iih,omitempty"`
	RetransmitLspQueueSize uint32   `` /* 132-byte string literal not displayed */
	RetransmitLspInterval  uint32   `` /* 127-byte string literal not displayed */
	ExtendedCircuitNumber  uint32   `` /* 127-byte string literal not displayed */
	XXX_NoUnkeyedLiteral   struct{} `json:"-"`
	XXX_unrecognized       []byte   `json:"-"`
	XXX_sizecache          int32    `json:"-"`
}

func (*IsisShIfActiveP2P) Descriptor

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

func (*IsisShIfActiveP2P) GetExtendedCircuitNumber

func (m *IsisShIfActiveP2P) GetExtendedCircuitNumber() uint32

func (*IsisShIfActiveP2P) GetRetransmitLspInterval

func (m *IsisShIfActiveP2P) GetRetransmitLspInterval() uint32

func (*IsisShIfActiveP2P) GetRetransmitLspQueueSize

func (m *IsisShIfActiveP2P) GetRetransmitLspQueueSize() uint32

func (*IsisShIfActiveP2P) GetTimeUntilNextIih

func (m *IsisShIfActiveP2P) GetTimeUntilNextIih() uint32

func (*IsisShIfActiveP2P) ProtoMessage

func (*IsisShIfActiveP2P) ProtoMessage()

func (*IsisShIfActiveP2P) Reset

func (m *IsisShIfActiveP2P) Reset()

func (*IsisShIfActiveP2P) String

func (m *IsisShIfActiveP2P) String() string

func (*IsisShIfActiveP2P) XXX_DiscardUnknown

func (m *IsisShIfActiveP2P) XXX_DiscardUnknown()

func (*IsisShIfActiveP2P) XXX_Marshal

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

func (*IsisShIfActiveP2P) XXX_Merge

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

func (*IsisShIfActiveP2P) XXX_Size

func (m *IsisShIfActiveP2P) XXX_Size() int

func (*IsisShIfActiveP2P) XXX_Unmarshal

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

type IsisShIfAdjFormDisabled

type IsisShIfAdjFormDisabled struct {
	ReasonCode           string   `protobuf:"bytes,1,opt,name=reason_code,json=reasonCode,proto3" json:"reason_code,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*IsisShIfAdjFormDisabled) Descriptor

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

func (*IsisShIfAdjFormDisabled) GetReasonCode

func (m *IsisShIfAdjFormDisabled) GetReasonCode() string

func (*IsisShIfAdjFormDisabled) ProtoMessage

func (*IsisShIfAdjFormDisabled) ProtoMessage()

func (*IsisShIfAdjFormDisabled) Reset

func (m *IsisShIfAdjFormDisabled) Reset()

func (*IsisShIfAdjFormDisabled) String

func (m *IsisShIfAdjFormDisabled) String() string

func (*IsisShIfAdjFormDisabled) XXX_DiscardUnknown

func (m *IsisShIfAdjFormDisabled) XXX_DiscardUnknown()

func (*IsisShIfAdjFormDisabled) XXX_Marshal

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

func (*IsisShIfAdjFormDisabled) XXX_Merge

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

func (*IsisShIfAdjFormDisabled) XXX_Size

func (m *IsisShIfAdjFormDisabled) XXX_Size() int

func (*IsisShIfAdjFormDisabled) XXX_Unmarshal

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

type IsisShIfAdjFormStatus

type IsisShIfAdjFormStatus struct {
	Status               string                   `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
	Disabled             *IsisShIfAdjFormDisabled `protobuf:"bytes,2,opt,name=disabled,proto3" json:"disabled,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                 `json:"-"`
	XXX_unrecognized     []byte                   `json:"-"`
	XXX_sizecache        int32                    `json:"-"`
}

func (*IsisShIfAdjFormStatus) Descriptor

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

func (*IsisShIfAdjFormStatus) GetDisabled

func (*IsisShIfAdjFormStatus) GetStatus

func (m *IsisShIfAdjFormStatus) GetStatus() string

func (*IsisShIfAdjFormStatus) ProtoMessage

func (*IsisShIfAdjFormStatus) ProtoMessage()

func (*IsisShIfAdjFormStatus) Reset

func (m *IsisShIfAdjFormStatus) Reset()

func (*IsisShIfAdjFormStatus) String

func (m *IsisShIfAdjFormStatus) String() string

func (*IsisShIfAdjFormStatus) XXX_DiscardUnknown

func (m *IsisShIfAdjFormStatus) XXX_DiscardUnknown()

func (*IsisShIfAdjFormStatus) XXX_Marshal

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

func (*IsisShIfAdjFormStatus) XXX_Merge

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

func (*IsisShIfAdjFormStatus) XXX_Size

func (m *IsisShIfAdjFormStatus) XXX_Size() int

func (*IsisShIfAdjFormStatus) XXX_Unmarshal

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

type IsisShIfAdvPrefixDisabled

type IsisShIfAdvPrefixDisabled struct {
	ReasonCode           string   `protobuf:"bytes,1,opt,name=reason_code,json=reasonCode,proto3" json:"reason_code,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*IsisShIfAdvPrefixDisabled) Descriptor

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

func (*IsisShIfAdvPrefixDisabled) GetReasonCode

func (m *IsisShIfAdvPrefixDisabled) GetReasonCode() string

func (*IsisShIfAdvPrefixDisabled) ProtoMessage

func (*IsisShIfAdvPrefixDisabled) ProtoMessage()

func (*IsisShIfAdvPrefixDisabled) Reset

func (m *IsisShIfAdvPrefixDisabled) Reset()

func (*IsisShIfAdvPrefixDisabled) String

func (m *IsisShIfAdvPrefixDisabled) String() string

func (*IsisShIfAdvPrefixDisabled) XXX_DiscardUnknown

func (m *IsisShIfAdvPrefixDisabled) XXX_DiscardUnknown()

func (*IsisShIfAdvPrefixDisabled) XXX_Marshal

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

func (*IsisShIfAdvPrefixDisabled) XXX_Merge

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

func (*IsisShIfAdvPrefixDisabled) XXX_Size

func (m *IsisShIfAdvPrefixDisabled) XXX_Size() int

func (*IsisShIfAdvPrefixDisabled) XXX_Unmarshal

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

type IsisShIfAdvPrefixStatus

type IsisShIfAdvPrefixStatus struct {
	Status               string                     `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
	Disabled             *IsisShIfAdvPrefixDisabled `protobuf:"bytes,2,opt,name=disabled,proto3" json:"disabled,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                   `json:"-"`
	XXX_unrecognized     []byte                     `json:"-"`
	XXX_sizecache        int32                      `json:"-"`
}

func (*IsisShIfAdvPrefixStatus) Descriptor

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

func (*IsisShIfAdvPrefixStatus) GetDisabled

func (*IsisShIfAdvPrefixStatus) GetStatus

func (m *IsisShIfAdvPrefixStatus) GetStatus() string

func (*IsisShIfAdvPrefixStatus) ProtoMessage

func (*IsisShIfAdvPrefixStatus) ProtoMessage()

func (*IsisShIfAdvPrefixStatus) Reset

func (m *IsisShIfAdvPrefixStatus) Reset()

func (*IsisShIfAdvPrefixStatus) String

func (m *IsisShIfAdvPrefixStatus) String() string

func (*IsisShIfAdvPrefixStatus) XXX_DiscardUnknown

func (m *IsisShIfAdvPrefixStatus) XXX_DiscardUnknown()

func (*IsisShIfAdvPrefixStatus) XXX_Marshal

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

func (*IsisShIfAdvPrefixStatus) XXX_Merge

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

func (*IsisShIfAdvPrefixStatus) XXX_Size

func (m *IsisShIfAdvPrefixStatus) XXX_Size() int

func (*IsisShIfAdvPrefixStatus) XXX_Unmarshal

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

type IsisShIfAf

type IsisShIfAf struct {
	AfName               string            `protobuf:"bytes,1,opt,name=af_name,json=afName,proto3" json:"af_name,omitempty"`
	AfStatus             *IsisShIfAfStatus `protobuf:"bytes,2,opt,name=af_status,json=afStatus,proto3" json:"af_status,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*IsisShIfAf) Descriptor

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

func (*IsisShIfAf) GetAfName

func (m *IsisShIfAf) GetAfName() string

func (*IsisShIfAf) GetAfStatus

func (m *IsisShIfAf) GetAfStatus() *IsisShIfAfStatus

func (*IsisShIfAf) ProtoMessage

func (*IsisShIfAf) ProtoMessage()

func (*IsisShIfAf) Reset

func (m *IsisShIfAf) Reset()

func (*IsisShIfAf) String

func (m *IsisShIfAf) String() string

func (*IsisShIfAf) XXX_DiscardUnknown

func (m *IsisShIfAf) XXX_DiscardUnknown()

func (*IsisShIfAf) XXX_Marshal

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

func (*IsisShIfAf) XXX_Merge

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

func (*IsisShIfAf) XXX_Size

func (m *IsisShIfAf) XXX_Size() int

func (*IsisShIfAf) XXX_Unmarshal

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

type IsisShIfAfDisabled

type IsisShIfAfDisabled struct {
	ReasonCode           string   `protobuf:"bytes,1,opt,name=reason_code,json=reasonCode,proto3" json:"reason_code,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*IsisShIfAfDisabled) Descriptor

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

func (*IsisShIfAfDisabled) GetReasonCode

func (m *IsisShIfAfDisabled) GetReasonCode() string

func (*IsisShIfAfDisabled) ProtoMessage

func (*IsisShIfAfDisabled) ProtoMessage()

func (*IsisShIfAfDisabled) Reset

func (m *IsisShIfAfDisabled) Reset()

func (*IsisShIfAfDisabled) String

func (m *IsisShIfAfDisabled) String() string

func (*IsisShIfAfDisabled) XXX_DiscardUnknown

func (m *IsisShIfAfDisabled) XXX_DiscardUnknown()

func (*IsisShIfAfDisabled) XXX_Marshal

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

func (*IsisShIfAfDisabled) XXX_Merge

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

func (*IsisShIfAfDisabled) XXX_Size

func (m *IsisShIfAfDisabled) XXX_Size() int

func (*IsisShIfAfDisabled) XXX_Unmarshal

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

type IsisShIfAfEnabled

type IsisShIfAfEnabled struct {
	ProtocolStatus          *IsisShIfAfProtoStatus   `protobuf:"bytes,1,opt,name=protocol_status,json=protocolStatus,proto3" json:"protocol_status,omitempty"`
	ForwardingAddressStatus *IsisShIfAfFwdAddrStatus `` /* 132-byte string literal not displayed */
	PrefixStatus            *IsisShIfAfPrefixStatus  `protobuf:"bytes,3,opt,name=prefix_status,json=prefixStatus,proto3" json:"prefix_status,omitempty"`
	XXX_NoUnkeyedLiteral    struct{}                 `json:"-"`
	XXX_unrecognized        []byte                   `json:"-"`
	XXX_sizecache           int32                    `json:"-"`
}

func (*IsisShIfAfEnabled) Descriptor

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

func (*IsisShIfAfEnabled) GetForwardingAddressStatus

func (m *IsisShIfAfEnabled) GetForwardingAddressStatus() *IsisShIfAfFwdAddrStatus

func (*IsisShIfAfEnabled) GetPrefixStatus

func (m *IsisShIfAfEnabled) GetPrefixStatus() *IsisShIfAfPrefixStatus

func (*IsisShIfAfEnabled) GetProtocolStatus

func (m *IsisShIfAfEnabled) GetProtocolStatus() *IsisShIfAfProtoStatus

func (*IsisShIfAfEnabled) ProtoMessage

func (*IsisShIfAfEnabled) ProtoMessage()

func (*IsisShIfAfEnabled) Reset

func (m *IsisShIfAfEnabled) Reset()

func (*IsisShIfAfEnabled) String

func (m *IsisShIfAfEnabled) String() string

func (*IsisShIfAfEnabled) XXX_DiscardUnknown

func (m *IsisShIfAfEnabled) XXX_DiscardUnknown()

func (*IsisShIfAfEnabled) XXX_Marshal

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

func (*IsisShIfAfEnabled) XXX_Merge

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

func (*IsisShIfAfEnabled) XXX_Size

func (m *IsisShIfAfEnabled) XXX_Size() int

func (*IsisShIfAfEnabled) XXX_Unmarshal

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

type IsisShIfAfFwdAddrData

type IsisShIfAfFwdAddrData struct {
	ForwardingAddress       []*IsisIpAddrType `protobuf:"bytes,1,rep,name=forwarding_address,json=forwardingAddress,proto3" json:"forwarding_address,omitempty"`
	UnnumberedInterfaceName string            `` /* 132-byte string literal not displayed */
	XXX_NoUnkeyedLiteral    struct{}          `json:"-"`
	XXX_unrecognized        []byte            `json:"-"`
	XXX_sizecache           int32             `json:"-"`
}

func (*IsisShIfAfFwdAddrData) Descriptor

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

func (*IsisShIfAfFwdAddrData) GetForwardingAddress

func (m *IsisShIfAfFwdAddrData) GetForwardingAddress() []*IsisIpAddrType

func (*IsisShIfAfFwdAddrData) GetUnnumberedInterfaceName

func (m *IsisShIfAfFwdAddrData) GetUnnumberedInterfaceName() string

func (*IsisShIfAfFwdAddrData) ProtoMessage

func (*IsisShIfAfFwdAddrData) ProtoMessage()

func (*IsisShIfAfFwdAddrData) Reset

func (m *IsisShIfAfFwdAddrData) Reset()

func (*IsisShIfAfFwdAddrData) String

func (m *IsisShIfAfFwdAddrData) String() string

func (*IsisShIfAfFwdAddrData) XXX_DiscardUnknown

func (m *IsisShIfAfFwdAddrData) XXX_DiscardUnknown()

func (*IsisShIfAfFwdAddrData) XXX_Marshal

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

func (*IsisShIfAfFwdAddrData) XXX_Merge

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

func (*IsisShIfAfFwdAddrData) XXX_Size

func (m *IsisShIfAfFwdAddrData) XXX_Size() int

func (*IsisShIfAfFwdAddrData) XXX_Unmarshal

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

type IsisShIfAfFwdAddrStatus

type IsisShIfAfFwdAddrStatus struct {
	Status                string                    `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
	Unknown               *IsisShIfAfFwdAddrUnknown `protobuf:"bytes,2,opt,name=unknown,proto3" json:"unknown,omitempty"`
	ForwardingAddressData *IsisShIfAfFwdAddrData    `` /* 126-byte string literal not displayed */
	XXX_NoUnkeyedLiteral  struct{}                  `json:"-"`
	XXX_unrecognized      []byte                    `json:"-"`
	XXX_sizecache         int32                     `json:"-"`
}

func (*IsisShIfAfFwdAddrStatus) Descriptor

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

func (*IsisShIfAfFwdAddrStatus) GetForwardingAddressData

func (m *IsisShIfAfFwdAddrStatus) GetForwardingAddressData() *IsisShIfAfFwdAddrData

func (*IsisShIfAfFwdAddrStatus) GetStatus

func (m *IsisShIfAfFwdAddrStatus) GetStatus() string

func (*IsisShIfAfFwdAddrStatus) GetUnknown

func (*IsisShIfAfFwdAddrStatus) ProtoMessage

func (*IsisShIfAfFwdAddrStatus) ProtoMessage()

func (*IsisShIfAfFwdAddrStatus) Reset

func (m *IsisShIfAfFwdAddrStatus) Reset()

func (*IsisShIfAfFwdAddrStatus) String

func (m *IsisShIfAfFwdAddrStatus) String() string

func (*IsisShIfAfFwdAddrStatus) XXX_DiscardUnknown

func (m *IsisShIfAfFwdAddrStatus) XXX_DiscardUnknown()

func (*IsisShIfAfFwdAddrStatus) XXX_Marshal

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

func (*IsisShIfAfFwdAddrStatus) XXX_Merge

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

func (*IsisShIfAfFwdAddrStatus) XXX_Size

func (m *IsisShIfAfFwdAddrStatus) XXX_Size() int

func (*IsisShIfAfFwdAddrStatus) XXX_Unmarshal

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

type IsisShIfAfFwdAddrUnknown

type IsisShIfAfFwdAddrUnknown struct {
	ReasonCode           string   `protobuf:"bytes,1,opt,name=reason_code,json=reasonCode,proto3" json:"reason_code,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*IsisShIfAfFwdAddrUnknown) Descriptor

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

func (*IsisShIfAfFwdAddrUnknown) GetReasonCode

func (m *IsisShIfAfFwdAddrUnknown) GetReasonCode() string

func (*IsisShIfAfFwdAddrUnknown) ProtoMessage

func (*IsisShIfAfFwdAddrUnknown) ProtoMessage()

func (*IsisShIfAfFwdAddrUnknown) Reset

func (m *IsisShIfAfFwdAddrUnknown) Reset()

func (*IsisShIfAfFwdAddrUnknown) String

func (m *IsisShIfAfFwdAddrUnknown) String() string

func (*IsisShIfAfFwdAddrUnknown) XXX_DiscardUnknown

func (m *IsisShIfAfFwdAddrUnknown) XXX_DiscardUnknown()

func (*IsisShIfAfFwdAddrUnknown) XXX_Marshal

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

func (*IsisShIfAfFwdAddrUnknown) XXX_Merge

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

func (*IsisShIfAfFwdAddrUnknown) XXX_Size

func (m *IsisShIfAfFwdAddrUnknown) XXX_Size() int

func (*IsisShIfAfFwdAddrUnknown) XXX_Unmarshal

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

type IsisShIfAfPrefixData

type IsisShIfAfPrefixData struct {
	Prefix               []*IsisIpPrefixType `protobuf:"bytes,1,rep,name=prefix,proto3" json:"prefix,omitempty"`
	IsUnnumbered         bool                `protobuf:"varint,2,opt,name=is_unnumbered,json=isUnnumbered,proto3" json:"is_unnumbered,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*IsisShIfAfPrefixData) Descriptor

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

func (*IsisShIfAfPrefixData) GetIsUnnumbered

func (m *IsisShIfAfPrefixData) GetIsUnnumbered() bool

func (*IsisShIfAfPrefixData) GetPrefix

func (m *IsisShIfAfPrefixData) GetPrefix() []*IsisIpPrefixType

func (*IsisShIfAfPrefixData) ProtoMessage

func (*IsisShIfAfPrefixData) ProtoMessage()

func (*IsisShIfAfPrefixData) Reset

func (m *IsisShIfAfPrefixData) Reset()

func (*IsisShIfAfPrefixData) String

func (m *IsisShIfAfPrefixData) String() string

func (*IsisShIfAfPrefixData) XXX_DiscardUnknown

func (m *IsisShIfAfPrefixData) XXX_DiscardUnknown()

func (*IsisShIfAfPrefixData) XXX_Marshal

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

func (*IsisShIfAfPrefixData) XXX_Merge

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

func (*IsisShIfAfPrefixData) XXX_Size

func (m *IsisShIfAfPrefixData) XXX_Size() int

func (*IsisShIfAfPrefixData) XXX_Unmarshal

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

type IsisShIfAfPrefixStatus

type IsisShIfAfPrefixStatus struct {
	Status               string                   `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
	Unknown              *IsisShIfAfPrefixUnknown `protobuf:"bytes,2,opt,name=unknown,proto3" json:"unknown,omitempty"`
	PrefixData           *IsisShIfAfPrefixData    `protobuf:"bytes,3,opt,name=prefix_data,json=prefixData,proto3" json:"prefix_data,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                 `json:"-"`
	XXX_unrecognized     []byte                   `json:"-"`
	XXX_sizecache        int32                    `json:"-"`
}

func (*IsisShIfAfPrefixStatus) Descriptor

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

func (*IsisShIfAfPrefixStatus) GetPrefixData

func (m *IsisShIfAfPrefixStatus) GetPrefixData() *IsisShIfAfPrefixData

func (*IsisShIfAfPrefixStatus) GetStatus

func (m *IsisShIfAfPrefixStatus) GetStatus() string

func (*IsisShIfAfPrefixStatus) GetUnknown

func (*IsisShIfAfPrefixStatus) ProtoMessage

func (*IsisShIfAfPrefixStatus) ProtoMessage()

func (*IsisShIfAfPrefixStatus) Reset

func (m *IsisShIfAfPrefixStatus) Reset()

func (*IsisShIfAfPrefixStatus) String

func (m *IsisShIfAfPrefixStatus) String() string

func (*IsisShIfAfPrefixStatus) XXX_DiscardUnknown

func (m *IsisShIfAfPrefixStatus) XXX_DiscardUnknown()

func (*IsisShIfAfPrefixStatus) XXX_Marshal

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

func (*IsisShIfAfPrefixStatus) XXX_Merge

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

func (*IsisShIfAfPrefixStatus) XXX_Size

func (m *IsisShIfAfPrefixStatus) XXX_Size() int

func (*IsisShIfAfPrefixStatus) XXX_Unmarshal

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

type IsisShIfAfPrefixUnknown

type IsisShIfAfPrefixUnknown struct {
	ReasonCode           string   `protobuf:"bytes,1,opt,name=reason_code,json=reasonCode,proto3" json:"reason_code,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*IsisShIfAfPrefixUnknown) Descriptor

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

func (*IsisShIfAfPrefixUnknown) GetReasonCode

func (m *IsisShIfAfPrefixUnknown) GetReasonCode() string

func (*IsisShIfAfPrefixUnknown) ProtoMessage

func (*IsisShIfAfPrefixUnknown) ProtoMessage()

func (*IsisShIfAfPrefixUnknown) Reset

func (m *IsisShIfAfPrefixUnknown) Reset()

func (*IsisShIfAfPrefixUnknown) String

func (m *IsisShIfAfPrefixUnknown) String() string

func (*IsisShIfAfPrefixUnknown) XXX_DiscardUnknown

func (m *IsisShIfAfPrefixUnknown) XXX_DiscardUnknown()

func (*IsisShIfAfPrefixUnknown) XXX_Marshal

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

func (*IsisShIfAfPrefixUnknown) XXX_Merge

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

func (*IsisShIfAfPrefixUnknown) XXX_Size

func (m *IsisShIfAfPrefixUnknown) XXX_Size() int

func (*IsisShIfAfPrefixUnknown) XXX_Unmarshal

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

type IsisShIfAfProtoDown

type IsisShIfAfProtoDown struct {
	ReasonCode           string   `protobuf:"bytes,1,opt,name=reason_code,json=reasonCode,proto3" json:"reason_code,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*IsisShIfAfProtoDown) Descriptor

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

func (*IsisShIfAfProtoDown) GetReasonCode

func (m *IsisShIfAfProtoDown) GetReasonCode() string

func (*IsisShIfAfProtoDown) ProtoMessage

func (*IsisShIfAfProtoDown) ProtoMessage()

func (*IsisShIfAfProtoDown) Reset

func (m *IsisShIfAfProtoDown) Reset()

func (*IsisShIfAfProtoDown) String

func (m *IsisShIfAfProtoDown) String() string

func (*IsisShIfAfProtoDown) XXX_DiscardUnknown

func (m *IsisShIfAfProtoDown) XXX_DiscardUnknown()

func (*IsisShIfAfProtoDown) XXX_Marshal

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

func (*IsisShIfAfProtoDown) XXX_Merge

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

func (*IsisShIfAfProtoDown) XXX_Size

func (m *IsisShIfAfProtoDown) XXX_Size() int

func (*IsisShIfAfProtoDown) XXX_Unmarshal

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

type IsisShIfAfProtoStatus

type IsisShIfAfProtoStatus struct {
	Status               string               `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
	Disabled             *IsisShIfAfProtoDown `protobuf:"bytes,2,opt,name=disabled,proto3" json:"disabled,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*IsisShIfAfProtoStatus) Descriptor

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

func (*IsisShIfAfProtoStatus) GetDisabled

func (m *IsisShIfAfProtoStatus) GetDisabled() *IsisShIfAfProtoDown

func (*IsisShIfAfProtoStatus) GetStatus

func (m *IsisShIfAfProtoStatus) GetStatus() string

func (*IsisShIfAfProtoStatus) ProtoMessage

func (*IsisShIfAfProtoStatus) ProtoMessage()

func (*IsisShIfAfProtoStatus) Reset

func (m *IsisShIfAfProtoStatus) Reset()

func (*IsisShIfAfProtoStatus) String

func (m *IsisShIfAfProtoStatus) String() string

func (*IsisShIfAfProtoStatus) XXX_DiscardUnknown

func (m *IsisShIfAfProtoStatus) XXX_DiscardUnknown()

func (*IsisShIfAfProtoStatus) XXX_Marshal

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

func (*IsisShIfAfProtoStatus) XXX_Merge

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

func (*IsisShIfAfProtoStatus) XXX_Size

func (m *IsisShIfAfProtoStatus) XXX_Size() int

func (*IsisShIfAfProtoStatus) XXX_Unmarshal

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

type IsisShIfAfStatus

type IsisShIfAfStatus struct {
	Status               string              `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
	Disabled             *IsisShIfAfDisabled `protobuf:"bytes,2,opt,name=disabled,proto3" json:"disabled,omitempty"`
	AfData               *IsisShIfAfEnabled  `protobuf:"bytes,3,opt,name=af_data,json=afData,proto3" json:"af_data,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*IsisShIfAfStatus) Descriptor

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

func (*IsisShIfAfStatus) GetAfData

func (m *IsisShIfAfStatus) GetAfData() *IsisShIfAfEnabled

func (*IsisShIfAfStatus) GetDisabled

func (m *IsisShIfAfStatus) GetDisabled() *IsisShIfAfDisabled

func (*IsisShIfAfStatus) GetStatus

func (m *IsisShIfAfStatus) GetStatus() string

func (*IsisShIfAfStatus) ProtoMessage

func (*IsisShIfAfStatus) ProtoMessage()

func (*IsisShIfAfStatus) Reset

func (m *IsisShIfAfStatus) Reset()

func (*IsisShIfAfStatus) String

func (m *IsisShIfAfStatus) String() string

func (*IsisShIfAfStatus) XXX_DiscardUnknown

func (m *IsisShIfAfStatus) XXX_DiscardUnknown()

func (*IsisShIfAfStatus) XXX_Marshal

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

func (*IsisShIfAfStatus) XXX_Merge

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

func (*IsisShIfAfStatus) XXX_Size

func (m *IsisShIfAfStatus) XXX_Size() int

func (*IsisShIfAfStatus) XXX_Unmarshal

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

type IsisShIfAreaActive

type IsisShIfAreaActive struct {
	Level                 string                 `protobuf:"bytes,1,opt,name=level,proto3" json:"level,omitempty"`
	AdjacencyCount        uint32                 `protobuf:"varint,2,opt,name=adjacency_count,json=adjacencyCount,proto3" json:"adjacency_count,omitempty"`
	LspPacingInterval     uint32                 `protobuf:"varint,3,opt,name=lsp_pacing_interval,json=lspPacingInterval,proto3" json:"lsp_pacing_interval,omitempty"`
	PsnpTransmitQueueSize uint32                 `` /* 129-byte string literal not displayed */
	LanData               *IsisShIfAreaActiveLan `protobuf:"bytes,5,opt,name=lan_data,json=lanData,proto3" json:"lan_data,omitempty"`
	HelloInterval         uint32                 `protobuf:"varint,6,opt,name=hello_interval,json=helloInterval,proto3" json:"hello_interval,omitempty"`
	HelloMultiplier       uint32                 `protobuf:"varint,7,opt,name=hello_multiplier,json=helloMultiplier,proto3" json:"hello_multiplier,omitempty"`
	XXX_NoUnkeyedLiteral  struct{}               `json:"-"`
	XXX_unrecognized      []byte                 `json:"-"`
	XXX_sizecache         int32                  `json:"-"`
}

func (*IsisShIfAreaActive) Descriptor

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

func (*IsisShIfAreaActive) GetAdjacencyCount

func (m *IsisShIfAreaActive) GetAdjacencyCount() uint32

func (*IsisShIfAreaActive) GetHelloInterval

func (m *IsisShIfAreaActive) GetHelloInterval() uint32

func (*IsisShIfAreaActive) GetHelloMultiplier

func (m *IsisShIfAreaActive) GetHelloMultiplier() uint32

func (*IsisShIfAreaActive) GetLanData

func (m *IsisShIfAreaActive) GetLanData() *IsisShIfAreaActiveLan

func (*IsisShIfAreaActive) GetLevel

func (m *IsisShIfAreaActive) GetLevel() string

func (*IsisShIfAreaActive) GetLspPacingInterval

func (m *IsisShIfAreaActive) GetLspPacingInterval() uint32

func (*IsisShIfAreaActive) GetPsnpTransmitQueueSize

func (m *IsisShIfAreaActive) GetPsnpTransmitQueueSize() uint32

func (*IsisShIfAreaActive) ProtoMessage

func (*IsisShIfAreaActive) ProtoMessage()

func (*IsisShIfAreaActive) Reset

func (m *IsisShIfAreaActive) Reset()

func (*IsisShIfAreaActive) String

func (m *IsisShIfAreaActive) String() string

func (*IsisShIfAreaActive) XXX_DiscardUnknown

func (m *IsisShIfAreaActive) XXX_DiscardUnknown()

func (*IsisShIfAreaActive) XXX_Marshal

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

func (*IsisShIfAreaActive) XXX_Merge

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

func (*IsisShIfAreaActive) XXX_Size

func (m *IsisShIfAreaActive) XXX_Size() int

func (*IsisShIfAreaActive) XXX_Unmarshal

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

type IsisShIfAreaActiveLan

type IsisShIfAreaActiveLan struct {
	CircuitLanId         []uint32 `protobuf:"varint,1,rep,packed,name=circuit_lan_id,json=circuitLanId,proto3" json:"circuit_lan_id,omitempty"`
	TimeUntilNextIih     uint32   `protobuf:"varint,2,opt,name=time_until_next_iih,json=timeUntilNextIih,proto3" json:"time_until_next_iih,omitempty"`
	InterfacePriority    uint32   `protobuf:"varint,3,opt,name=interface_priority,json=interfacePriority,proto3" json:"interface_priority,omitempty"`
	Dispriority          uint32   `protobuf:"varint,4,opt,name=dispriority,proto3" json:"dispriority,omitempty"`
	AreWeDis             bool     `protobuf:"varint,5,opt,name=are_we_dis,json=areWeDis,proto3" json:"are_we_dis,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*IsisShIfAreaActiveLan) Descriptor

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

func (*IsisShIfAreaActiveLan) GetAreWeDis

func (m *IsisShIfAreaActiveLan) GetAreWeDis() bool

func (*IsisShIfAreaActiveLan) GetCircuitLanId

func (m *IsisShIfAreaActiveLan) GetCircuitLanId() []uint32

func (*IsisShIfAreaActiveLan) GetDispriority

func (m *IsisShIfAreaActiveLan) GetDispriority() uint32

func (*IsisShIfAreaActiveLan) GetInterfacePriority

func (m *IsisShIfAreaActiveLan) GetInterfacePriority() uint32

func (*IsisShIfAreaActiveLan) GetTimeUntilNextIih

func (m *IsisShIfAreaActiveLan) GetTimeUntilNextIih() uint32

func (*IsisShIfAreaActiveLan) ProtoMessage

func (*IsisShIfAreaActiveLan) ProtoMessage()

func (*IsisShIfAreaActiveLan) Reset

func (m *IsisShIfAreaActiveLan) Reset()

func (*IsisShIfAreaActiveLan) String

func (m *IsisShIfAreaActiveLan) String() string

func (*IsisShIfAreaActiveLan) XXX_DiscardUnknown

func (m *IsisShIfAreaActiveLan) XXX_DiscardUnknown()

func (*IsisShIfAreaActiveLan) XXX_Marshal

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

func (*IsisShIfAreaActiveLan) XXX_Merge

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

func (*IsisShIfAreaActiveLan) XXX_Size

func (m *IsisShIfAreaActiveLan) XXX_Size() int

func (*IsisShIfAreaActiveLan) XXX_Unmarshal

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

type IsisShIfAreaClns

type IsisShIfAreaClns struct {
	Level                string               `protobuf:"bytes,1,opt,name=level,proto3" json:"level,omitempty"`
	MulticastStatus      *IsisShIfMcastStatus `protobuf:"bytes,2,opt,name=multicast_status,json=multicastStatus,proto3" json:"multicast_status,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*IsisShIfAreaClns) Descriptor

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

func (*IsisShIfAreaClns) GetLevel

func (m *IsisShIfAreaClns) GetLevel() string

func (*IsisShIfAreaClns) GetMulticastStatus

func (m *IsisShIfAreaClns) GetMulticastStatus() *IsisShIfMcastStatus

func (*IsisShIfAreaClns) ProtoMessage

func (*IsisShIfAreaClns) ProtoMessage()

func (*IsisShIfAreaClns) Reset

func (m *IsisShIfAreaClns) Reset()

func (*IsisShIfAreaClns) String

func (m *IsisShIfAreaClns) String() string

func (*IsisShIfAreaClns) XXX_DiscardUnknown

func (m *IsisShIfAreaClns) XXX_DiscardUnknown()

func (*IsisShIfAreaClns) XXX_Marshal

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

func (*IsisShIfAreaClns) XXX_Merge

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

func (*IsisShIfAreaClns) XXX_Size

func (m *IsisShIfAreaClns) XXX_Size() int

func (*IsisShIfAreaClns) XXX_Unmarshal

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

type IsisShIfBfdType

type IsisShIfBfdType struct {
	Enabled              bool     `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled,omitempty"`
	Ipv6Enabled          bool     `protobuf:"varint,2,opt,name=ipv6_enabled,json=ipv6Enabled,proto3" json:"ipv6_enabled,omitempty"`
	Interval             uint32   `protobuf:"varint,3,opt,name=interval,proto3" json:"interval,omitempty"`
	Multiplier           uint32   `protobuf:"varint,4,opt,name=multiplier,proto3" json:"multiplier,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*IsisShIfBfdType) Descriptor

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

func (*IsisShIfBfdType) GetEnabled

func (m *IsisShIfBfdType) GetEnabled() bool

func (*IsisShIfBfdType) GetInterval

func (m *IsisShIfBfdType) GetInterval() uint32

func (*IsisShIfBfdType) GetIpv6Enabled

func (m *IsisShIfBfdType) GetIpv6Enabled() bool

func (*IsisShIfBfdType) GetMultiplier

func (m *IsisShIfBfdType) GetMultiplier() uint32

func (*IsisShIfBfdType) ProtoMessage

func (*IsisShIfBfdType) ProtoMessage()

func (*IsisShIfBfdType) Reset

func (m *IsisShIfBfdType) Reset()

func (*IsisShIfBfdType) String

func (m *IsisShIfBfdType) String() string

func (*IsisShIfBfdType) XXX_DiscardUnknown

func (m *IsisShIfBfdType) XXX_DiscardUnknown()

func (*IsisShIfBfdType) XXX_Marshal

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

func (*IsisShIfBfdType) XXX_Merge

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

func (*IsisShIfBfdType) XXX_Size

func (m *IsisShIfBfdType) XXX_Size() int

func (*IsisShIfBfdType) XXX_Unmarshal

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

type IsisShIfCfgStatus

type IsisShIfCfgStatus struct {
	AdjacencyFormStatus  bool     `protobuf:"varint,1,opt,name=adjacency_form_status,json=adjacencyFormStatus,proto3" json:"adjacency_form_status,omitempty"`
	AdvPrefixStatus      bool     `protobuf:"varint,2,opt,name=adv_prefix_status,json=advPrefixStatus,proto3" json:"adv_prefix_status,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*IsisShIfCfgStatus) Descriptor

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

func (*IsisShIfCfgStatus) GetAdjacencyFormStatus

func (m *IsisShIfCfgStatus) GetAdjacencyFormStatus() bool

func (*IsisShIfCfgStatus) GetAdvPrefixStatus

func (m *IsisShIfCfgStatus) GetAdvPrefixStatus() bool

func (*IsisShIfCfgStatus) ProtoMessage

func (*IsisShIfCfgStatus) ProtoMessage()

func (*IsisShIfCfgStatus) Reset

func (m *IsisShIfCfgStatus) Reset()

func (*IsisShIfCfgStatus) String

func (m *IsisShIfCfgStatus) String() string

func (*IsisShIfCfgStatus) XXX_DiscardUnknown

func (m *IsisShIfCfgStatus) XXX_DiscardUnknown()

func (*IsisShIfCfgStatus) XXX_Marshal

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

func (*IsisShIfCfgStatus) XXX_Merge

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

func (*IsisShIfCfgStatus) XXX_Size

func (m *IsisShIfCfgStatus) XXX_Size() int

func (*IsisShIfCfgStatus) XXX_Unmarshal

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

type IsisShIfClns

type IsisShIfClns struct {
	ClnsStatus               *IsisShIfClnsStatus              `protobuf:"bytes,1,opt,name=clns_status,json=clnsStatus,proto3" json:"clns_status,omitempty"`
	MtuInfo                  *IsisShIfClnsMtuStatus           `protobuf:"bytes,2,opt,name=mtu_info,json=mtuInfo,proto3" json:"mtu_info,omitempty"`
	SnpaState                *IsisShIfClnsSnpaStatus          `protobuf:"bytes,3,opt,name=snpa_state,json=snpaState,proto3" json:"snpa_state,omitempty"`
	MediaSpecificState       *IsisShIfClnsMediaSpecificStatus `protobuf:"bytes,4,opt,name=media_specific_state,json=mediaSpecificState,proto3" json:"media_specific_state,omitempty"`
	TimeUntilNextLsp         uint32                           `protobuf:"varint,5,opt,name=time_until_next_lsp,json=timeUntilNextLsp,proto3" json:"time_until_next_lsp,omitempty"`
	LspTransmitRequestedFlag bool                             `` /* 138-byte string literal not displayed */
	LspTransmittedFlag       bool                             `protobuf:"varint,7,opt,name=lsp_transmitted_flag,json=lspTransmittedFlag,proto3" json:"lsp_transmitted_flag,omitempty"`
	LspTxmitdB2BLimit        uint32                           `protobuf:"varint,8,opt,name=lsp_txmitd_b2b_limit,json=lspTxmitdB2bLimit,proto3" json:"lsp_txmitd_b2b_limit,omitempty"`
	LspTxmtB2BMsecs          uint32                           `protobuf:"varint,9,opt,name=lsp_txmt_b2b_msecs,json=lspTxmtB2bMsecs,proto3" json:"lsp_txmt_b2b_msecs,omitempty"`
	LastLspLevelTransmitted  string                           `` /* 135-byte string literal not displayed */
	LastLspIdTransmitted     string                           `` /* 126-byte string literal not displayed */
	XXX_NoUnkeyedLiteral     struct{}                         `json:"-"`
	XXX_unrecognized         []byte                           `json:"-"`
	XXX_sizecache            int32                            `json:"-"`
}

func (*IsisShIfClns) Descriptor

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

func (*IsisShIfClns) GetClnsStatus

func (m *IsisShIfClns) GetClnsStatus() *IsisShIfClnsStatus

func (*IsisShIfClns) GetLastLspIdTransmitted

func (m *IsisShIfClns) GetLastLspIdTransmitted() string

func (*IsisShIfClns) GetLastLspLevelTransmitted

func (m *IsisShIfClns) GetLastLspLevelTransmitted() string

func (*IsisShIfClns) GetLspTransmitRequestedFlag

func (m *IsisShIfClns) GetLspTransmitRequestedFlag() bool

func (*IsisShIfClns) GetLspTransmittedFlag

func (m *IsisShIfClns) GetLspTransmittedFlag() bool

func (*IsisShIfClns) GetLspTxmitdB2BLimit

func (m *IsisShIfClns) GetLspTxmitdB2BLimit() uint32

func (*IsisShIfClns) GetLspTxmtB2BMsecs

func (m *IsisShIfClns) GetLspTxmtB2BMsecs() uint32

func (*IsisShIfClns) GetMediaSpecificState

func (m *IsisShIfClns) GetMediaSpecificState() *IsisShIfClnsMediaSpecificStatus

func (*IsisShIfClns) GetMtuInfo

func (m *IsisShIfClns) GetMtuInfo() *IsisShIfClnsMtuStatus

func (*IsisShIfClns) GetSnpaState

func (m *IsisShIfClns) GetSnpaState() *IsisShIfClnsSnpaStatus

func (*IsisShIfClns) GetTimeUntilNextLsp

func (m *IsisShIfClns) GetTimeUntilNextLsp() uint32

func (*IsisShIfClns) ProtoMessage

func (*IsisShIfClns) ProtoMessage()

func (*IsisShIfClns) Reset

func (m *IsisShIfClns) Reset()

func (*IsisShIfClns) String

func (m *IsisShIfClns) String() string

func (*IsisShIfClns) XXX_DiscardUnknown

func (m *IsisShIfClns) XXX_DiscardUnknown()

func (*IsisShIfClns) XXX_Marshal

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

func (*IsisShIfClns) XXX_Merge

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

func (*IsisShIfClns) XXX_Size

func (m *IsisShIfClns) XXX_Size() int

func (*IsisShIfClns) XXX_Unmarshal

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

type IsisShIfClnsLan

type IsisShIfClnsLan struct {
	PerAreaData          []*IsisShIfAreaClns `protobuf:"bytes,1,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 (*IsisShIfClnsLan) Descriptor

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

func (*IsisShIfClnsLan) GetPerAreaData

func (m *IsisShIfClnsLan) GetPerAreaData() []*IsisShIfAreaClns

func (*IsisShIfClnsLan) ProtoMessage

func (*IsisShIfClnsLan) ProtoMessage()

func (*IsisShIfClnsLan) Reset

func (m *IsisShIfClnsLan) Reset()

func (*IsisShIfClnsLan) String

func (m *IsisShIfClnsLan) String() string

func (*IsisShIfClnsLan) XXX_DiscardUnknown

func (m *IsisShIfClnsLan) XXX_DiscardUnknown()

func (*IsisShIfClnsLan) XXX_Marshal

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

func (*IsisShIfClnsLan) XXX_Merge

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

func (*IsisShIfClnsLan) XXX_Size

func (m *IsisShIfClnsLan) XXX_Size() int

func (*IsisShIfClnsLan) XXX_Unmarshal

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

type IsisShIfClnsMediaSpecificStatus

type IsisShIfClnsMediaSpecificStatus struct {
	ClnsMediaType        string           `protobuf:"bytes,1,opt,name=clns_media_type,json=clnsMediaType,proto3" json:"clns_media_type,omitempty"`
	ClnsLanData          *IsisShIfClnsLan `protobuf:"bytes,2,opt,name=clns_lan_data,json=clnsLanData,proto3" json:"clns_lan_data,omitempty"`
	ClnsP2PData          *IsisShIfClnsP2P `protobuf:"bytes,3,opt,name=clns_p2p_data,json=clnsP2pData,proto3" json:"clns_p2p_data,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*IsisShIfClnsMediaSpecificStatus) Descriptor

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

func (*IsisShIfClnsMediaSpecificStatus) GetClnsLanData

func (m *IsisShIfClnsMediaSpecificStatus) GetClnsLanData() *IsisShIfClnsLan

func (*IsisShIfClnsMediaSpecificStatus) GetClnsMediaType

func (m *IsisShIfClnsMediaSpecificStatus) GetClnsMediaType() string

func (*IsisShIfClnsMediaSpecificStatus) GetClnsP2PData

func (m *IsisShIfClnsMediaSpecificStatus) GetClnsP2PData() *IsisShIfClnsP2P

func (*IsisShIfClnsMediaSpecificStatus) ProtoMessage

func (*IsisShIfClnsMediaSpecificStatus) ProtoMessage()

func (*IsisShIfClnsMediaSpecificStatus) Reset

func (*IsisShIfClnsMediaSpecificStatus) String

func (*IsisShIfClnsMediaSpecificStatus) XXX_DiscardUnknown

func (m *IsisShIfClnsMediaSpecificStatus) XXX_DiscardUnknown()

func (*IsisShIfClnsMediaSpecificStatus) XXX_Marshal

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

func (*IsisShIfClnsMediaSpecificStatus) XXX_Merge

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

func (*IsisShIfClnsMediaSpecificStatus) XXX_Size

func (m *IsisShIfClnsMediaSpecificStatus) XXX_Size() int

func (*IsisShIfClnsMediaSpecificStatus) XXX_Unmarshal

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

type IsisShIfClnsMtuInvalid

type IsisShIfClnsMtuInvalid struct {
	ReasonCode           string   `protobuf:"bytes,1,opt,name=reason_code,json=reasonCode,proto3" json:"reason_code,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*IsisShIfClnsMtuInvalid) Descriptor

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

func (*IsisShIfClnsMtuInvalid) GetReasonCode

func (m *IsisShIfClnsMtuInvalid) GetReasonCode() string

func (*IsisShIfClnsMtuInvalid) ProtoMessage

func (*IsisShIfClnsMtuInvalid) ProtoMessage()

func (*IsisShIfClnsMtuInvalid) Reset

func (m *IsisShIfClnsMtuInvalid) Reset()

func (*IsisShIfClnsMtuInvalid) String

func (m *IsisShIfClnsMtuInvalid) String() string

func (*IsisShIfClnsMtuInvalid) XXX_DiscardUnknown

func (m *IsisShIfClnsMtuInvalid) XXX_DiscardUnknown()

func (*IsisShIfClnsMtuInvalid) XXX_Marshal

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

func (*IsisShIfClnsMtuInvalid) XXX_Merge

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

func (*IsisShIfClnsMtuInvalid) XXX_Size

func (m *IsisShIfClnsMtuInvalid) XXX_Size() int

func (*IsisShIfClnsMtuInvalid) XXX_Unmarshal

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

type IsisShIfClnsMtuStatus

type IsisShIfClnsMtuStatus struct {
	Status               string                  `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
	Invalid              *IsisShIfClnsMtuInvalid `protobuf:"bytes,2,opt,name=invalid,proto3" json:"invalid,omitempty"`
	Mtu                  uint32                  `protobuf:"varint,3,opt,name=mtu,proto3" json:"mtu,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                `json:"-"`
	XXX_unrecognized     []byte                  `json:"-"`
	XXX_sizecache        int32                   `json:"-"`
}

func (*IsisShIfClnsMtuStatus) Descriptor

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

func (*IsisShIfClnsMtuStatus) GetInvalid

func (*IsisShIfClnsMtuStatus) GetMtu

func (m *IsisShIfClnsMtuStatus) GetMtu() uint32

func (*IsisShIfClnsMtuStatus) GetStatus

func (m *IsisShIfClnsMtuStatus) GetStatus() string

func (*IsisShIfClnsMtuStatus) ProtoMessage

func (*IsisShIfClnsMtuStatus) ProtoMessage()

func (*IsisShIfClnsMtuStatus) Reset

func (m *IsisShIfClnsMtuStatus) Reset()

func (*IsisShIfClnsMtuStatus) String

func (m *IsisShIfClnsMtuStatus) String() string

func (*IsisShIfClnsMtuStatus) XXX_DiscardUnknown

func (m *IsisShIfClnsMtuStatus) XXX_DiscardUnknown()

func (*IsisShIfClnsMtuStatus) XXX_Marshal

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

func (*IsisShIfClnsMtuStatus) XXX_Merge

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

func (*IsisShIfClnsMtuStatus) XXX_Size

func (m *IsisShIfClnsMtuStatus) XXX_Size() int

func (*IsisShIfClnsMtuStatus) XXX_Unmarshal

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

type IsisShIfClnsP2P

type IsisShIfClnsP2P struct {
	P2POverLanData       *IsisShIfClnsP2POverLan `protobuf:"bytes,1,opt,name=p2p_over_lan_data,json=p2pOverLanData,proto3" json:"p2p_over_lan_data,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                `json:"-"`
	XXX_unrecognized     []byte                  `json:"-"`
	XXX_sizecache        int32                   `json:"-"`
}

func (*IsisShIfClnsP2P) Descriptor

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

func (*IsisShIfClnsP2P) GetP2POverLanData

func (m *IsisShIfClnsP2P) GetP2POverLanData() *IsisShIfClnsP2POverLan

func (*IsisShIfClnsP2P) ProtoMessage

func (*IsisShIfClnsP2P) ProtoMessage()

func (*IsisShIfClnsP2P) Reset

func (m *IsisShIfClnsP2P) Reset()

func (*IsisShIfClnsP2P) String

func (m *IsisShIfClnsP2P) String() string

func (*IsisShIfClnsP2P) XXX_DiscardUnknown

func (m *IsisShIfClnsP2P) XXX_DiscardUnknown()

func (*IsisShIfClnsP2P) XXX_Marshal

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

func (*IsisShIfClnsP2P) XXX_Merge

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

func (*IsisShIfClnsP2P) XXX_Size

func (m *IsisShIfClnsP2P) XXX_Size() int

func (*IsisShIfClnsP2P) XXX_Unmarshal

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

type IsisShIfClnsP2POverLan

type IsisShIfClnsP2POverLan struct {
	MulticastStatus      *IsisShIfMcastStatus `protobuf:"bytes,1,opt,name=multicast_status,json=multicastStatus,proto3" json:"multicast_status,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*IsisShIfClnsP2POverLan) Descriptor

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

func (*IsisShIfClnsP2POverLan) GetMulticastStatus

func (m *IsisShIfClnsP2POverLan) GetMulticastStatus() *IsisShIfMcastStatus

func (*IsisShIfClnsP2POverLan) ProtoMessage

func (*IsisShIfClnsP2POverLan) ProtoMessage()

func (*IsisShIfClnsP2POverLan) Reset

func (m *IsisShIfClnsP2POverLan) Reset()

func (*IsisShIfClnsP2POverLan) String

func (m *IsisShIfClnsP2POverLan) String() string

func (*IsisShIfClnsP2POverLan) XXX_DiscardUnknown

func (m *IsisShIfClnsP2POverLan) XXX_DiscardUnknown()

func (*IsisShIfClnsP2POverLan) XXX_Marshal

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

func (*IsisShIfClnsP2POverLan) XXX_Merge

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

func (*IsisShIfClnsP2POverLan) XXX_Size

func (m *IsisShIfClnsP2POverLan) XXX_Size() int

func (*IsisShIfClnsP2POverLan) XXX_Unmarshal

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

type IsisShIfClnsProtoDown

type IsisShIfClnsProtoDown struct {
	ReasonCode           string   `protobuf:"bytes,1,opt,name=reason_code,json=reasonCode,proto3" json:"reason_code,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*IsisShIfClnsProtoDown) Descriptor

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

func (*IsisShIfClnsProtoDown) GetReasonCode

func (m *IsisShIfClnsProtoDown) GetReasonCode() string

func (*IsisShIfClnsProtoDown) ProtoMessage

func (*IsisShIfClnsProtoDown) ProtoMessage()

func (*IsisShIfClnsProtoDown) Reset

func (m *IsisShIfClnsProtoDown) Reset()

func (*IsisShIfClnsProtoDown) String

func (m *IsisShIfClnsProtoDown) String() string

func (*IsisShIfClnsProtoDown) XXX_DiscardUnknown

func (m *IsisShIfClnsProtoDown) XXX_DiscardUnknown()

func (*IsisShIfClnsProtoDown) XXX_Marshal

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

func (*IsisShIfClnsProtoDown) XXX_Merge

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

func (*IsisShIfClnsProtoDown) XXX_Size

func (m *IsisShIfClnsProtoDown) XXX_Size() int

func (*IsisShIfClnsProtoDown) XXX_Unmarshal

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

type IsisShIfClnsSnpaKnown

type IsisShIfClnsSnpaKnown struct {
	Snpa                 string   `protobuf:"bytes,1,opt,name=snpa,proto3" json:"snpa,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*IsisShIfClnsSnpaKnown) Descriptor

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

func (*IsisShIfClnsSnpaKnown) GetSnpa

func (m *IsisShIfClnsSnpaKnown) GetSnpa() string

func (*IsisShIfClnsSnpaKnown) ProtoMessage

func (*IsisShIfClnsSnpaKnown) ProtoMessage()

func (*IsisShIfClnsSnpaKnown) Reset

func (m *IsisShIfClnsSnpaKnown) Reset()

func (*IsisShIfClnsSnpaKnown) String

func (m *IsisShIfClnsSnpaKnown) String() string

func (*IsisShIfClnsSnpaKnown) XXX_DiscardUnknown

func (m *IsisShIfClnsSnpaKnown) XXX_DiscardUnknown()

func (*IsisShIfClnsSnpaKnown) XXX_Marshal

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

func (*IsisShIfClnsSnpaKnown) XXX_Merge

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

func (*IsisShIfClnsSnpaKnown) XXX_Size

func (m *IsisShIfClnsSnpaKnown) XXX_Size() int

func (*IsisShIfClnsSnpaKnown) XXX_Unmarshal

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

type IsisShIfClnsSnpaStatus

type IsisShIfClnsSnpaStatus struct {
	Status               string                   `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
	Unknown              *IsisShIfClnsSnpaUnknown `protobuf:"bytes,2,opt,name=unknown,proto3" json:"unknown,omitempty"`
	Known                *IsisShIfClnsSnpaKnown   `protobuf:"bytes,3,opt,name=known,proto3" json:"known,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                 `json:"-"`
	XXX_unrecognized     []byte                   `json:"-"`
	XXX_sizecache        int32                    `json:"-"`
}

func (*IsisShIfClnsSnpaStatus) Descriptor

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

func (*IsisShIfClnsSnpaStatus) GetKnown

func (*IsisShIfClnsSnpaStatus) GetStatus

func (m *IsisShIfClnsSnpaStatus) GetStatus() string

func (*IsisShIfClnsSnpaStatus) GetUnknown

func (*IsisShIfClnsSnpaStatus) ProtoMessage

func (*IsisShIfClnsSnpaStatus) ProtoMessage()

func (*IsisShIfClnsSnpaStatus) Reset

func (m *IsisShIfClnsSnpaStatus) Reset()

func (*IsisShIfClnsSnpaStatus) String

func (m *IsisShIfClnsSnpaStatus) String() string

func (*IsisShIfClnsSnpaStatus) XXX_DiscardUnknown

func (m *IsisShIfClnsSnpaStatus) XXX_DiscardUnknown()

func (*IsisShIfClnsSnpaStatus) XXX_Marshal

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

func (*IsisShIfClnsSnpaStatus) XXX_Merge

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

func (*IsisShIfClnsSnpaStatus) XXX_Size

func (m *IsisShIfClnsSnpaStatus) XXX_Size() int

func (*IsisShIfClnsSnpaStatus) XXX_Unmarshal

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

type IsisShIfClnsSnpaUnknown

type IsisShIfClnsSnpaUnknown struct {
	ReasonCode           string   `protobuf:"bytes,1,opt,name=reason_code,json=reasonCode,proto3" json:"reason_code,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*IsisShIfClnsSnpaUnknown) Descriptor

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

func (*IsisShIfClnsSnpaUnknown) GetReasonCode

func (m *IsisShIfClnsSnpaUnknown) GetReasonCode() string

func (*IsisShIfClnsSnpaUnknown) ProtoMessage

func (*IsisShIfClnsSnpaUnknown) ProtoMessage()

func (*IsisShIfClnsSnpaUnknown) Reset

func (m *IsisShIfClnsSnpaUnknown) Reset()

func (*IsisShIfClnsSnpaUnknown) String

func (m *IsisShIfClnsSnpaUnknown) String() string

func (*IsisShIfClnsSnpaUnknown) XXX_DiscardUnknown

func (m *IsisShIfClnsSnpaUnknown) XXX_DiscardUnknown()

func (*IsisShIfClnsSnpaUnknown) XXX_Marshal

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

func (*IsisShIfClnsSnpaUnknown) XXX_Merge

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

func (*IsisShIfClnsSnpaUnknown) XXX_Size

func (m *IsisShIfClnsSnpaUnknown) XXX_Size() int

func (*IsisShIfClnsSnpaUnknown) XXX_Unmarshal

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

type IsisShIfClnsStatus

type IsisShIfClnsStatus struct {
	Status               string                 `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
	ClnsDownInfo         *IsisShIfClnsProtoDown `protobuf:"bytes,2,opt,name=clns_down_info,json=clnsDownInfo,proto3" json:"clns_down_info,omitempty"`
	XXX_NoUnkeyedLiteral struct{}               `json:"-"`
	XXX_unrecognized     []byte                 `json:"-"`
	XXX_sizecache        int32                  `json:"-"`
}

func (*IsisShIfClnsStatus) Descriptor

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

func (*IsisShIfClnsStatus) GetClnsDownInfo

func (m *IsisShIfClnsStatus) GetClnsDownInfo() *IsisShIfClnsProtoDown

func (*IsisShIfClnsStatus) GetStatus

func (m *IsisShIfClnsStatus) GetStatus() string

func (*IsisShIfClnsStatus) ProtoMessage

func (*IsisShIfClnsStatus) ProtoMessage()

func (*IsisShIfClnsStatus) Reset

func (m *IsisShIfClnsStatus) Reset()

func (*IsisShIfClnsStatus) String

func (m *IsisShIfClnsStatus) String() string

func (*IsisShIfClnsStatus) XXX_DiscardUnknown

func (m *IsisShIfClnsStatus) XXX_DiscardUnknown()

func (*IsisShIfClnsStatus) XXX_Marshal

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

func (*IsisShIfClnsStatus) XXX_Merge

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

func (*IsisShIfClnsStatus) XXX_Size

func (m *IsisShIfClnsStatus) XXX_Size() int

func (*IsisShIfClnsStatus) XXX_Unmarshal

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

type IsisShIfDisabled

type IsisShIfDisabled struct {
	ReasonCode           string   `protobuf:"bytes,1,opt,name=reason_code,json=reasonCode,proto3" json:"reason_code,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*IsisShIfDisabled) Descriptor

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

func (*IsisShIfDisabled) GetReasonCode

func (m *IsisShIfDisabled) GetReasonCode() string

func (*IsisShIfDisabled) ProtoMessage

func (*IsisShIfDisabled) ProtoMessage()

func (*IsisShIfDisabled) Reset

func (m *IsisShIfDisabled) Reset()

func (*IsisShIfDisabled) String

func (m *IsisShIfDisabled) String() string

func (*IsisShIfDisabled) XXX_DiscardUnknown

func (m *IsisShIfDisabled) XXX_DiscardUnknown()

func (*IsisShIfDisabled) XXX_Marshal

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

func (*IsisShIfDisabled) XXX_Merge

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

func (*IsisShIfDisabled) XXX_Size

func (m *IsisShIfDisabled) XXX_Size() int

func (*IsisShIfDisabled) XXX_Unmarshal

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

type IsisShIfEnabled

type IsisShIfEnabled struct {
	AdjacencyFormStatus  *IsisShIfAdjFormStatus   `protobuf:"bytes,1,opt,name=adjacency_form_status,json=adjacencyFormStatus,proto3" json:"adjacency_form_status,omitempty"`
	AdvPrefixStatus      *IsisShIfAdvPrefixStatus `protobuf:"bytes,2,opt,name=adv_prefix_status,json=advPrefixStatus,proto3" json:"adv_prefix_status,omitempty"`
	InterfaceMediaType   string                   `protobuf:"bytes,3,opt,name=interface_media_type,json=interfaceMediaType,proto3" json:"interface_media_type,omitempty"`
	EnabledCircuitType   string                   `protobuf:"bytes,4,opt,name=enabled_circuit_type,json=enabledCircuitType,proto3" json:"enabled_circuit_type,omitempty"`
	LocalCircuitNumber   uint32                   `protobuf:"varint,5,opt,name=local_circuit_number,json=localCircuitNumber,proto3" json:"local_circuit_number,omitempty"`
	P2PData              *IsisShIfActiveP2P       `protobuf:"bytes,6,opt,name=p2p_data,json=p2pData,proto3" json:"p2p_data,omitempty"`
	BfdData              *IsisShIfBfdType         `protobuf:"bytes,7,opt,name=bfd_data,json=bfdData,proto3" json:"bfd_data,omitempty"`
	RsiSrlgRegistered    bool                     `protobuf:"varint,8,opt,name=rsi_srlg_registered,json=rsiSrlgRegistered,proto3" json:"rsi_srlg_registered,omitempty"`
	Bandwidth            uint32                   `protobuf:"varint,9,opt,name=bandwidth,proto3" json:"bandwidth,omitempty"`
	ClnsData             *IsisShIfClns            `protobuf:"bytes,10,opt,name=clns_data,json=clnsData,proto3" json:"clns_data,omitempty"`
	UnderlyingInterface  []*IsisShIntfDet         `protobuf:"bytes,11,rep,name=underlying_interface,json=underlyingInterface,proto3" json:"underlying_interface,omitempty"`
	PerAreaData          []*IsisShIfAreaActive    `protobuf:"bytes,12,rep,name=per_area_data,json=perAreaData,proto3" json:"per_area_data,omitempty"`
	PerTopologyData      []*IsisShIfTopo          `protobuf:"bytes,13,rep,name=per_topology_data,json=perTopologyData,proto3" json:"per_topology_data,omitempty"`
	PerAddressFamilyData []*IsisShIfAf            `` /* 126-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}                 `json:"-"`
	XXX_unrecognized     []byte                   `json:"-"`
	XXX_sizecache        int32                    `json:"-"`
}

func (*IsisShIfEnabled) Descriptor

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

func (*IsisShIfEnabled) GetAdjacencyFormStatus

func (m *IsisShIfEnabled) GetAdjacencyFormStatus() *IsisShIfAdjFormStatus

func (*IsisShIfEnabled) GetAdvPrefixStatus

func (m *IsisShIfEnabled) GetAdvPrefixStatus() *IsisShIfAdvPrefixStatus

func (*IsisShIfEnabled) GetBandwidth

func (m *IsisShIfEnabled) GetBandwidth() uint32

func (*IsisShIfEnabled) GetBfdData

func (m *IsisShIfEnabled) GetBfdData() *IsisShIfBfdType

func (*IsisShIfEnabled) GetClnsData

func (m *IsisShIfEnabled) GetClnsData() *IsisShIfClns

func (*IsisShIfEnabled) GetEnabledCircuitType

func (m *IsisShIfEnabled) GetEnabledCircuitType() string

func (*IsisShIfEnabled) GetInterfaceMediaType

func (m *IsisShIfEnabled) GetInterfaceMediaType() string

func (*IsisShIfEnabled) GetLocalCircuitNumber

func (m *IsisShIfEnabled) GetLocalCircuitNumber() uint32

func (*IsisShIfEnabled) GetP2PData

func (m *IsisShIfEnabled) GetP2PData() *IsisShIfActiveP2P

func (*IsisShIfEnabled) GetPerAddressFamilyData

func (m *IsisShIfEnabled) GetPerAddressFamilyData() []*IsisShIfAf

func (*IsisShIfEnabled) GetPerAreaData

func (m *IsisShIfEnabled) GetPerAreaData() []*IsisShIfAreaActive

func (*IsisShIfEnabled) GetPerTopologyData

func (m *IsisShIfEnabled) GetPerTopologyData() []*IsisShIfTopo

func (*IsisShIfEnabled) GetRsiSrlgRegistered

func (m *IsisShIfEnabled) GetRsiSrlgRegistered() bool

func (*IsisShIfEnabled) GetUnderlyingInterface

func (m *IsisShIfEnabled) GetUnderlyingInterface() []*IsisShIntfDet

func (*IsisShIfEnabled) ProtoMessage

func (*IsisShIfEnabled) ProtoMessage()

func (*IsisShIfEnabled) Reset

func (m *IsisShIfEnabled) Reset()

func (*IsisShIfEnabled) String

func (m *IsisShIfEnabled) String() string

func (*IsisShIfEnabled) XXX_DiscardUnknown

func (m *IsisShIfEnabled) XXX_DiscardUnknown()

func (*IsisShIfEnabled) XXX_Marshal

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

func (*IsisShIfEnabled) XXX_Merge

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

func (*IsisShIfEnabled) XXX_Size

func (m *IsisShIfEnabled) XXX_Size() int

func (*IsisShIfEnabled) XXX_Unmarshal

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

type IsisShIfFrrLevel

type IsisShIfFrrLevel struct {
	FrrType                  string                     `protobuf:"bytes,1,opt,name=frr_type,json=frrType,proto3" json:"frr_type,omitempty"`
	IsFrr                    bool                       `protobuf:"varint,2,opt,name=is_frr,json=isFrr,proto3" json:"is_frr,omitempty"`
	IsRemoteLfa              bool                       `protobuf:"varint,3,opt,name=is_remote_lfa,json=isRemoteLfa,proto3" json:"is_remote_lfa,omitempty"`
	IsTiLfa                  bool                       `protobuf:"varint,4,opt,name=is_ti_lfa,json=isTiLfa,proto3" json:"is_ti_lfa,omitempty"`
	TiLfaNodeTieBreakerIndex uint32                     `` /* 142-byte string literal not displayed */
	TiLfaSrlgTieBreaker      uint32                     `protobuf:"varint,6,opt,name=ti_lfa_srlg_tie_breaker,json=tiLfaSrlgTieBreaker,proto3" json:"ti_lfa_srlg_tie_breaker,omitempty"`
	IsTieBreakersConfigured  bool                       `` /* 135-byte string literal not displayed */
	FrrTieBreaker            []*IsisFrrTiebreakerSorted `protobuf:"bytes,8,rep,name=frr_tie_breaker,json=frrTieBreaker,proto3" json:"frr_tie_breaker,omitempty"`
	XXX_NoUnkeyedLiteral     struct{}                   `json:"-"`
	XXX_unrecognized         []byte                     `json:"-"`
	XXX_sizecache            int32                      `json:"-"`
}

func (*IsisShIfFrrLevel) Descriptor

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

func (*IsisShIfFrrLevel) GetFrrTieBreaker

func (m *IsisShIfFrrLevel) GetFrrTieBreaker() []*IsisFrrTiebreakerSorted

func (*IsisShIfFrrLevel) GetFrrType

func (m *IsisShIfFrrLevel) GetFrrType() string

func (*IsisShIfFrrLevel) GetIsFrr

func (m *IsisShIfFrrLevel) GetIsFrr() bool

func (*IsisShIfFrrLevel) GetIsRemoteLfa

func (m *IsisShIfFrrLevel) GetIsRemoteLfa() bool

func (*IsisShIfFrrLevel) GetIsTiLfa

func (m *IsisShIfFrrLevel) GetIsTiLfa() bool

func (*IsisShIfFrrLevel) GetIsTieBreakersConfigured

func (m *IsisShIfFrrLevel) GetIsTieBreakersConfigured() bool

func (*IsisShIfFrrLevel) GetTiLfaNodeTieBreakerIndex

func (m *IsisShIfFrrLevel) GetTiLfaNodeTieBreakerIndex() uint32

func (*IsisShIfFrrLevel) GetTiLfaSrlgTieBreaker

func (m *IsisShIfFrrLevel) GetTiLfaSrlgTieBreaker() uint32

func (*IsisShIfFrrLevel) ProtoMessage

func (*IsisShIfFrrLevel) ProtoMessage()

func (*IsisShIfFrrLevel) Reset

func (m *IsisShIfFrrLevel) Reset()

func (*IsisShIfFrrLevel) String

func (m *IsisShIfFrrLevel) String() string

func (*IsisShIfFrrLevel) XXX_DiscardUnknown

func (m *IsisShIfFrrLevel) XXX_DiscardUnknown()

func (*IsisShIfFrrLevel) XXX_Marshal

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

func (*IsisShIfFrrLevel) XXX_Merge

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

func (*IsisShIfFrrLevel) XXX_Size

func (m *IsisShIfFrrLevel) XXX_Size() int

func (*IsisShIfFrrLevel) XXX_Unmarshal

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

type IsisShIfMcastInvalid

type IsisShIfMcastInvalid struct {
	ReasonCode           string   `protobuf:"bytes,1,opt,name=reason_code,json=reasonCode,proto3" json:"reason_code,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*IsisShIfMcastInvalid) Descriptor

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

func (*IsisShIfMcastInvalid) GetReasonCode

func (m *IsisShIfMcastInvalid) GetReasonCode() string

func (*IsisShIfMcastInvalid) ProtoMessage

func (*IsisShIfMcastInvalid) ProtoMessage()

func (*IsisShIfMcastInvalid) Reset

func (m *IsisShIfMcastInvalid) Reset()

func (*IsisShIfMcastInvalid) String

func (m *IsisShIfMcastInvalid) String() string

func (*IsisShIfMcastInvalid) XXX_DiscardUnknown

func (m *IsisShIfMcastInvalid) XXX_DiscardUnknown()

func (*IsisShIfMcastInvalid) XXX_Marshal

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

func (*IsisShIfMcastInvalid) XXX_Merge

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

func (*IsisShIfMcastInvalid) XXX_Size

func (m *IsisShIfMcastInvalid) XXX_Size() int

func (*IsisShIfMcastInvalid) XXX_Unmarshal

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

type IsisShIfMcastStatus

type IsisShIfMcastStatus struct {
	Status               string                `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
	Invalid              *IsisShIfMcastInvalid `protobuf:"bytes,2,opt,name=invalid,proto3" json:"invalid,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*IsisShIfMcastStatus) Descriptor

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

func (*IsisShIfMcastStatus) GetInvalid

func (m *IsisShIfMcastStatus) GetInvalid() *IsisShIfMcastInvalid

func (*IsisShIfMcastStatus) GetStatus

func (m *IsisShIfMcastStatus) GetStatus() string

func (*IsisShIfMcastStatus) ProtoMessage

func (*IsisShIfMcastStatus) ProtoMessage()

func (*IsisShIfMcastStatus) Reset

func (m *IsisShIfMcastStatus) Reset()

func (*IsisShIfMcastStatus) String

func (m *IsisShIfMcastStatus) String() string

func (*IsisShIfMcastStatus) XXX_DiscardUnknown

func (m *IsisShIfMcastStatus) XXX_DiscardUnknown()

func (*IsisShIfMcastStatus) XXX_Marshal

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

func (*IsisShIfMcastStatus) XXX_Merge

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

func (*IsisShIfMcastStatus) XXX_Size

func (m *IsisShIfMcastStatus) XXX_Size() int

func (*IsisShIfMcastStatus) XXX_Unmarshal

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

type IsisShIfStatus

type IsisShIfStatus struct {
	Status               string            `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
	Disabled             *IsisShIfDisabled `protobuf:"bytes,2,opt,name=disabled,proto3" json:"disabled,omitempty"`
	Enabled              *IsisShIfEnabled  `protobuf:"bytes,3,opt,name=enabled,proto3" json:"enabled,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*IsisShIfStatus) Descriptor

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

func (*IsisShIfStatus) GetDisabled

func (m *IsisShIfStatus) GetDisabled() *IsisShIfDisabled

func (*IsisShIfStatus) GetEnabled

func (m *IsisShIfStatus) GetEnabled() *IsisShIfEnabled

func (*IsisShIfStatus) GetStatus

func (m *IsisShIfStatus) GetStatus() string

func (*IsisShIfStatus) ProtoMessage

func (*IsisShIfStatus) ProtoMessage()

func (*IsisShIfStatus) Reset

func (m *IsisShIfStatus) Reset()

func (*IsisShIfStatus) String

func (m *IsisShIfStatus) String() string

func (*IsisShIfStatus) XXX_DiscardUnknown

func (m *IsisShIfStatus) XXX_DiscardUnknown()

func (*IsisShIfStatus) XXX_Marshal

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

func (*IsisShIfStatus) XXX_Merge

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

func (*IsisShIfStatus) XXX_Size

func (m *IsisShIfStatus) XXX_Size() int

func (*IsisShIfStatus) XXX_Unmarshal

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

type IsisShIfTopo

type IsisShIfTopo struct {
	TopologyId           *IsisTopoIdType     `protobuf:"bytes,1,opt,name=topology_id,json=topologyId,proto3" json:"topology_id,omitempty"`
	Status               *IsisShIfTopoStatus `protobuf:"bytes,2,opt,name=status,proto3" json:"status,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*IsisShIfTopo) Descriptor

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

func (*IsisShIfTopo) GetStatus

func (m *IsisShIfTopo) GetStatus() *IsisShIfTopoStatus

func (*IsisShIfTopo) GetTopologyId

func (m *IsisShIfTopo) GetTopologyId() *IsisTopoIdType

func (*IsisShIfTopo) ProtoMessage

func (*IsisShIfTopo) ProtoMessage()

func (*IsisShIfTopo) Reset

func (m *IsisShIfTopo) Reset()

func (*IsisShIfTopo) String

func (m *IsisShIfTopo) String() string

func (*IsisShIfTopo) XXX_DiscardUnknown

func (m *IsisShIfTopo) XXX_DiscardUnknown()

func (*IsisShIfTopo) XXX_Marshal

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

func (*IsisShIfTopo) XXX_Merge

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

func (*IsisShIfTopo) XXX_Size

func (m *IsisShIfTopo) XXX_Size() int

func (*IsisShIfTopo) XXX_Unmarshal

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

type IsisShIfTopoAdjFormDisabled

type IsisShIfTopoAdjFormDisabled struct {
	ReasonCode           string   `protobuf:"bytes,1,opt,name=reason_code,json=reasonCode,proto3" json:"reason_code,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*IsisShIfTopoAdjFormDisabled) Descriptor

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

func (*IsisShIfTopoAdjFormDisabled) GetReasonCode

func (m *IsisShIfTopoAdjFormDisabled) GetReasonCode() string

func (*IsisShIfTopoAdjFormDisabled) ProtoMessage

func (*IsisShIfTopoAdjFormDisabled) ProtoMessage()

func (*IsisShIfTopoAdjFormDisabled) Reset

func (m *IsisShIfTopoAdjFormDisabled) Reset()

func (*IsisShIfTopoAdjFormDisabled) String

func (m *IsisShIfTopoAdjFormDisabled) String() string

func (*IsisShIfTopoAdjFormDisabled) XXX_DiscardUnknown

func (m *IsisShIfTopoAdjFormDisabled) XXX_DiscardUnknown()

func (*IsisShIfTopoAdjFormDisabled) XXX_Marshal

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

func (*IsisShIfTopoAdjFormDisabled) XXX_Merge

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

func (*IsisShIfTopoAdjFormDisabled) XXX_Size

func (m *IsisShIfTopoAdjFormDisabled) XXX_Size() int

func (*IsisShIfTopoAdjFormDisabled) XXX_Unmarshal

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

type IsisShIfTopoAdjFormStatus

type IsisShIfTopoAdjFormStatus struct {
	Status               string                       `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
	Disabled             *IsisShIfTopoAdjFormDisabled `protobuf:"bytes,2,opt,name=disabled,proto3" json:"disabled,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                     `json:"-"`
	XXX_unrecognized     []byte                       `json:"-"`
	XXX_sizecache        int32                        `json:"-"`
}

func (*IsisShIfTopoAdjFormStatus) Descriptor

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

func (*IsisShIfTopoAdjFormStatus) GetDisabled

func (*IsisShIfTopoAdjFormStatus) GetStatus

func (m *IsisShIfTopoAdjFormStatus) GetStatus() string

func (*IsisShIfTopoAdjFormStatus) ProtoMessage

func (*IsisShIfTopoAdjFormStatus) ProtoMessage()

func (*IsisShIfTopoAdjFormStatus) Reset

func (m *IsisShIfTopoAdjFormStatus) Reset()

func (*IsisShIfTopoAdjFormStatus) String

func (m *IsisShIfTopoAdjFormStatus) String() string

func (*IsisShIfTopoAdjFormStatus) XXX_DiscardUnknown

func (m *IsisShIfTopoAdjFormStatus) XXX_DiscardUnknown()

func (*IsisShIfTopoAdjFormStatus) XXX_Marshal

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

func (*IsisShIfTopoAdjFormStatus) XXX_Merge

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

func (*IsisShIfTopoAdjFormStatus) XXX_Size

func (m *IsisShIfTopoAdjFormStatus) XXX_Size() int

func (*IsisShIfTopoAdjFormStatus) XXX_Unmarshal

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

type IsisShIfTopoAdvPrefixDisabled

type IsisShIfTopoAdvPrefixDisabled struct {
	ReasonCode           string   `protobuf:"bytes,1,opt,name=reason_code,json=reasonCode,proto3" json:"reason_code,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*IsisShIfTopoAdvPrefixDisabled) Descriptor

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

func (*IsisShIfTopoAdvPrefixDisabled) GetReasonCode

func (m *IsisShIfTopoAdvPrefixDisabled) GetReasonCode() string

func (*IsisShIfTopoAdvPrefixDisabled) ProtoMessage

func (*IsisShIfTopoAdvPrefixDisabled) ProtoMessage()

func (*IsisShIfTopoAdvPrefixDisabled) Reset

func (m *IsisShIfTopoAdvPrefixDisabled) Reset()

func (*IsisShIfTopoAdvPrefixDisabled) String

func (*IsisShIfTopoAdvPrefixDisabled) XXX_DiscardUnknown

func (m *IsisShIfTopoAdvPrefixDisabled) XXX_DiscardUnknown()

func (*IsisShIfTopoAdvPrefixDisabled) XXX_Marshal

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

func (*IsisShIfTopoAdvPrefixDisabled) XXX_Merge

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

func (*IsisShIfTopoAdvPrefixDisabled) XXX_Size

func (m *IsisShIfTopoAdvPrefixDisabled) XXX_Size() int

func (*IsisShIfTopoAdvPrefixDisabled) XXX_Unmarshal

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

type IsisShIfTopoAdvPrefixStatus

type IsisShIfTopoAdvPrefixStatus struct {
	Status               string                         `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
	Disabled             *IsisShIfTopoAdvPrefixDisabled `protobuf:"bytes,2,opt,name=disabled,proto3" json:"disabled,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                       `json:"-"`
	XXX_unrecognized     []byte                         `json:"-"`
	XXX_sizecache        int32                          `json:"-"`
}

func (*IsisShIfTopoAdvPrefixStatus) Descriptor

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

func (*IsisShIfTopoAdvPrefixStatus) GetDisabled

func (*IsisShIfTopoAdvPrefixStatus) GetStatus

func (m *IsisShIfTopoAdvPrefixStatus) GetStatus() string

func (*IsisShIfTopoAdvPrefixStatus) ProtoMessage

func (*IsisShIfTopoAdvPrefixStatus) ProtoMessage()

func (*IsisShIfTopoAdvPrefixStatus) Reset

func (m *IsisShIfTopoAdvPrefixStatus) Reset()

func (*IsisShIfTopoAdvPrefixStatus) String

func (m *IsisShIfTopoAdvPrefixStatus) String() string

func (*IsisShIfTopoAdvPrefixStatus) XXX_DiscardUnknown

func (m *IsisShIfTopoAdvPrefixStatus) XXX_DiscardUnknown()

func (*IsisShIfTopoAdvPrefixStatus) XXX_Marshal

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

func (*IsisShIfTopoAdvPrefixStatus) XXX_Merge

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

func (*IsisShIfTopoAdvPrefixStatus) XXX_Size

func (m *IsisShIfTopoAdvPrefixStatus) XXX_Size() int

func (*IsisShIfTopoAdvPrefixStatus) XXX_Unmarshal

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

type IsisShIfTopoDisabled

type IsisShIfTopoDisabled struct {
	ReasonCode           string   `protobuf:"bytes,1,opt,name=reason_code,json=reasonCode,proto3" json:"reason_code,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*IsisShIfTopoDisabled) Descriptor

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

func (*IsisShIfTopoDisabled) GetReasonCode

func (m *IsisShIfTopoDisabled) GetReasonCode() string

func (*IsisShIfTopoDisabled) ProtoMessage

func (*IsisShIfTopoDisabled) ProtoMessage()

func (*IsisShIfTopoDisabled) Reset

func (m *IsisShIfTopoDisabled) Reset()

func (*IsisShIfTopoDisabled) String

func (m *IsisShIfTopoDisabled) String() string

func (*IsisShIfTopoDisabled) XXX_DiscardUnknown

func (m *IsisShIfTopoDisabled) XXX_DiscardUnknown()

func (*IsisShIfTopoDisabled) XXX_Marshal

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

func (*IsisShIfTopoDisabled) XXX_Merge

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

func (*IsisShIfTopoDisabled) XXX_Size

func (m *IsisShIfTopoDisabled) XXX_Size() int

func (*IsisShIfTopoDisabled) XXX_Unmarshal

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

type IsisShIfTopoEnabled

type IsisShIfTopoEnabled struct {
	AdjacencyFormStatus   *IsisShIfTopoAdjFormStatus   `protobuf:"bytes,1,opt,name=adjacency_form_status,json=adjacencyFormStatus,proto3" json:"adjacency_form_status,omitempty"`
	AdvPrefixStatus       *IsisShIfTopoAdvPrefixStatus `protobuf:"bytes,2,opt,name=adv_prefix_status,json=advPrefixStatus,proto3" json:"adv_prefix_status,omitempty"`
	Level1Metric          uint32                       `protobuf:"varint,3,opt,name=level1_metric,json=level1Metric,proto3" json:"level1_metric,omitempty"`
	Level2Metric          uint32                       `protobuf:"varint,4,opt,name=level2_metric,json=level2Metric,proto3" json:"level2_metric,omitempty"`
	Level1Weight          uint32                       `protobuf:"varint,5,opt,name=level1_weight,json=level1Weight,proto3" json:"level1_weight,omitempty"`
	Level2Weight          uint32                       `protobuf:"varint,6,opt,name=level2_weight,json=level2Weight,proto3" json:"level2_weight,omitempty"`
	MaxLabelSupported     uint32                       `protobuf:"varint,7,opt,name=max_label_supported,json=maxLabelSupported,proto3" json:"max_label_supported,omitempty"`
	MaxBkpLabelSupported  uint32                       `` /* 126-byte string literal not displayed */
	MaxSrteLabelSupported uint32                       `` /* 129-byte string literal not displayed */
	MaxSratLabelSupported uint32                       `` /* 130-byte string literal not displayed */
	Level1LdpSyncEnabled  bool                         `protobuf:"varint,11,opt,name=level1ldp_sync_enabled,json=level1ldpSyncEnabled,proto3" json:"level1ldp_sync_enabled,omitempty"`
	Level2LdpSyncEnabled  bool                         `protobuf:"varint,12,opt,name=level2ldp_sync_enabled,json=level2ldpSyncEnabled,proto3" json:"level2ldp_sync_enabled,omitempty"`
	LdpSyncStatus         bool                         `protobuf:"varint,13,opt,name=ldp_sync_status,json=ldpSyncStatus,proto3" json:"ldp_sync_status,omitempty"`
	LdPv6SyncStatus       bool                         `protobuf:"varint,14,opt,name=ld_pv6_sync_status,json=ldPv6SyncStatus,proto3" json:"ld_pv6_sync_status,omitempty"`
	Level1OffsetMetric    uint32                       `protobuf:"varint,15,opt,name=level1_offset_metric,json=level1OffsetMetric,proto3" json:"level1_offset_metric,omitempty"`
	Level2OffsetMetric    uint32                       `protobuf:"varint,16,opt,name=level2_offset_metric,json=level2OffsetMetric,proto3" json:"level2_offset_metric,omitempty"`
	Level1LkgpConfigured  bool                         `protobuf:"varint,17,opt,name=level1_lkgp_configured,json=level1LkgpConfigured,proto3" json:"level1_lkgp_configured,omitempty"`
	Level2LkgpConfigured  bool                         `protobuf:"varint,18,opt,name=level2_lkgp_configured,json=level2LkgpConfigured,proto3" json:"level2_lkgp_configured,omitempty"`
	Level1PpMetric        uint32                       `protobuf:"varint,19,opt,name=level1pp_metric,json=level1ppMetric,proto3" json:"level1pp_metric,omitempty"`
	Level2PpMetric        uint32                       `protobuf:"varint,20,opt,name=level2pp_metric,json=level2ppMetric,proto3" json:"level2pp_metric,omitempty"`
	Level1PpConfigured    bool                         `protobuf:"varint,21,opt,name=level1pp_configured,json=level1ppConfigured,proto3" json:"level1pp_configured,omitempty"`
	Level2PpConfigured    bool                         `protobuf:"varint,22,opt,name=level2pp_configured,json=level2ppConfigured,proto3" json:"level2pp_configured,omitempty"`
	Level1Frr             *IsisShIfFrrLevel            `protobuf:"bytes,23,opt,name=level1_frr,json=level1Frr,proto3" json:"level1_frr,omitempty"`
	Level2Frr             *IsisShIfFrrLevel            `protobuf:"bytes,24,opt,name=level2_frr,json=level2Frr,proto3" json:"level2_frr,omitempty"`
	ManualAdjSid          []*IsisShMadjSidIf           `protobuf:"bytes,25,rep,name=manual_adj_sid,json=manualAdjSid,proto3" json:"manual_adj_sid,omitempty"`
	XXX_NoUnkeyedLiteral  struct{}                     `json:"-"`
	XXX_unrecognized      []byte                       `json:"-"`
	XXX_sizecache         int32                        `json:"-"`
}

func (*IsisShIfTopoEnabled) Descriptor

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

func (*IsisShIfTopoEnabled) GetAdjacencyFormStatus

func (m *IsisShIfTopoEnabled) GetAdjacencyFormStatus() *IsisShIfTopoAdjFormStatus

func (*IsisShIfTopoEnabled) GetAdvPrefixStatus

func (m *IsisShIfTopoEnabled) GetAdvPrefixStatus() *IsisShIfTopoAdvPrefixStatus

func (*IsisShIfTopoEnabled) GetLdPv6SyncStatus

func (m *IsisShIfTopoEnabled) GetLdPv6SyncStatus() bool

func (*IsisShIfTopoEnabled) GetLdpSyncStatus

func (m *IsisShIfTopoEnabled) GetLdpSyncStatus() bool

func (*IsisShIfTopoEnabled) GetLevel1Frr

func (m *IsisShIfTopoEnabled) GetLevel1Frr() *IsisShIfFrrLevel

func (*IsisShIfTopoEnabled) GetLevel1LdpSyncEnabled

func (m *IsisShIfTopoEnabled) GetLevel1LdpSyncEnabled() bool

func (*IsisShIfTopoEnabled) GetLevel1LkgpConfigured

func (m *IsisShIfTopoEnabled) GetLevel1LkgpConfigured() bool

func (*IsisShIfTopoEnabled) GetLevel1Metric

func (m *IsisShIfTopoEnabled) GetLevel1Metric() uint32

func (*IsisShIfTopoEnabled) GetLevel1OffsetMetric

func (m *IsisShIfTopoEnabled) GetLevel1OffsetMetric() uint32

func (*IsisShIfTopoEnabled) GetLevel1PpConfigured

func (m *IsisShIfTopoEnabled) GetLevel1PpConfigured() bool

func (*IsisShIfTopoEnabled) GetLevel1PpMetric

func (m *IsisShIfTopoEnabled) GetLevel1PpMetric() uint32

func (*IsisShIfTopoEnabled) GetLevel1Weight

func (m *IsisShIfTopoEnabled) GetLevel1Weight() uint32

func (*IsisShIfTopoEnabled) GetLevel2Frr

func (m *IsisShIfTopoEnabled) GetLevel2Frr() *IsisShIfFrrLevel

func (*IsisShIfTopoEnabled) GetLevel2LdpSyncEnabled

func (m *IsisShIfTopoEnabled) GetLevel2LdpSyncEnabled() bool

func (*IsisShIfTopoEnabled) GetLevel2LkgpConfigured

func (m *IsisShIfTopoEnabled) GetLevel2LkgpConfigured() bool

func (*IsisShIfTopoEnabled) GetLevel2Metric

func (m *IsisShIfTopoEnabled) GetLevel2Metric() uint32

func (*IsisShIfTopoEnabled) GetLevel2OffsetMetric

func (m *IsisShIfTopoEnabled) GetLevel2OffsetMetric() uint32

func (*IsisShIfTopoEnabled) GetLevel2PpConfigured

func (m *IsisShIfTopoEnabled) GetLevel2PpConfigured() bool

func (*IsisShIfTopoEnabled) GetLevel2PpMetric

func (m *IsisShIfTopoEnabled) GetLevel2PpMetric() uint32

func (*IsisShIfTopoEnabled) GetLevel2Weight

func (m *IsisShIfTopoEnabled) GetLevel2Weight() uint32

func (*IsisShIfTopoEnabled) GetManualAdjSid

func (m *IsisShIfTopoEnabled) GetManualAdjSid() []*IsisShMadjSidIf

func (*IsisShIfTopoEnabled) GetMaxBkpLabelSupported

func (m *IsisShIfTopoEnabled) GetMaxBkpLabelSupported() uint32

func (*IsisShIfTopoEnabled) GetMaxLabelSupported

func (m *IsisShIfTopoEnabled) GetMaxLabelSupported() uint32

func (*IsisShIfTopoEnabled) GetMaxSratLabelSupported

func (m *IsisShIfTopoEnabled) GetMaxSratLabelSupported() uint32

func (*IsisShIfTopoEnabled) GetMaxSrteLabelSupported

func (m *IsisShIfTopoEnabled) GetMaxSrteLabelSupported() uint32

func (*IsisShIfTopoEnabled) ProtoMessage

func (*IsisShIfTopoEnabled) ProtoMessage()

func (*IsisShIfTopoEnabled) Reset

func (m *IsisShIfTopoEnabled) Reset()

func (*IsisShIfTopoEnabled) String

func (m *IsisShIfTopoEnabled) String() string

func (*IsisShIfTopoEnabled) XXX_DiscardUnknown

func (m *IsisShIfTopoEnabled) XXX_DiscardUnknown()

func (*IsisShIfTopoEnabled) XXX_Marshal

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

func (*IsisShIfTopoEnabled) XXX_Merge

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

func (*IsisShIfTopoEnabled) XXX_Size

func (m *IsisShIfTopoEnabled) XXX_Size() int

func (*IsisShIfTopoEnabled) XXX_Unmarshal

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

type IsisShIfTopoStatus

type IsisShIfTopoStatus struct {
	Status               string                `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
	Disabled             *IsisShIfTopoDisabled `protobuf:"bytes,2,opt,name=disabled,proto3" json:"disabled,omitempty"`
	Enabled              *IsisShIfTopoEnabled  `protobuf:"bytes,3,opt,name=enabled,proto3" json:"enabled,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*IsisShIfTopoStatus) Descriptor

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

func (*IsisShIfTopoStatus) GetDisabled

func (m *IsisShIfTopoStatus) GetDisabled() *IsisShIfTopoDisabled

func (*IsisShIfTopoStatus) GetEnabled

func (m *IsisShIfTopoStatus) GetEnabled() *IsisShIfTopoEnabled

func (*IsisShIfTopoStatus) GetStatus

func (m *IsisShIfTopoStatus) GetStatus() string

func (*IsisShIfTopoStatus) ProtoMessage

func (*IsisShIfTopoStatus) ProtoMessage()

func (*IsisShIfTopoStatus) Reset

func (m *IsisShIfTopoStatus) Reset()

func (*IsisShIfTopoStatus) String

func (m *IsisShIfTopoStatus) String() string

func (*IsisShIfTopoStatus) XXX_DiscardUnknown

func (m *IsisShIfTopoStatus) XXX_DiscardUnknown()

func (*IsisShIfTopoStatus) XXX_Marshal

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

func (*IsisShIfTopoStatus) XXX_Merge

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

func (*IsisShIfTopoStatus) XXX_Size

func (m *IsisShIfTopoStatus) XXX_Size() int

func (*IsisShIfTopoStatus) XXX_Unmarshal

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

type IsisShIf_KEYS

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

func (*IsisShIf_KEYS) Descriptor

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

func (*IsisShIf_KEYS) GetInstanceName

func (m *IsisShIf_KEYS) GetInstanceName() string

func (*IsisShIf_KEYS) GetInterfaceName

func (m *IsisShIf_KEYS) GetInterfaceName() string

func (*IsisShIf_KEYS) ProtoMessage

func (*IsisShIf_KEYS) ProtoMessage()

func (*IsisShIf_KEYS) Reset

func (m *IsisShIf_KEYS) Reset()

func (*IsisShIf_KEYS) String

func (m *IsisShIf_KEYS) String() string

func (*IsisShIf_KEYS) XXX_DiscardUnknown

func (m *IsisShIf_KEYS) XXX_DiscardUnknown()

func (*IsisShIf_KEYS) XXX_Marshal

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

func (*IsisShIf_KEYS) XXX_Merge

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

func (*IsisShIf_KEYS) XXX_Size

func (m *IsisShIf_KEYS) XXX_Size() int

func (*IsisShIf_KEYS) XXX_Unmarshal

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

type IsisShIntfDet

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

func (*IsisShIntfDet) Descriptor

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

func (*IsisShIntfDet) GetInterfaceIndex

func (m *IsisShIntfDet) GetInterfaceIndex() uint32

func (*IsisShIntfDet) GetInterfaceName

func (m *IsisShIntfDet) GetInterfaceName() string

func (*IsisShIntfDet) ProtoMessage

func (*IsisShIntfDet) ProtoMessage()

func (*IsisShIntfDet) Reset

func (m *IsisShIntfDet) Reset()

func (*IsisShIntfDet) String

func (m *IsisShIntfDet) String() string

func (*IsisShIntfDet) XXX_DiscardUnknown

func (m *IsisShIntfDet) XXX_DiscardUnknown()

func (*IsisShIntfDet) XXX_Marshal

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

func (*IsisShIntfDet) XXX_Merge

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

func (*IsisShIntfDet) XXX_Size

func (m *IsisShIntfDet) XXX_Size() int

func (*IsisShIntfDet) XXX_Unmarshal

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

type IsisShMadjSidIf

type IsisShMadjSidIf struct {
	ManualAdjacencySidLabel uint32   `` /* 135-byte string literal not displayed */
	ManualAdjacencySidIndex uint32   `` /* 135-byte string literal not displayed */
	ManualAdjacencySidType  uint32   `` /* 132-byte string literal not displayed */
	SidProtected            bool     `protobuf:"varint,4,opt,name=sid_protected,json=sidProtected,proto3" json:"sid_protected,omitempty"`
	SidActive               bool     `protobuf:"varint,5,opt,name=sid_active,json=sidActive,proto3" json:"sid_active,omitempty"`
	XXX_NoUnkeyedLiteral    struct{} `json:"-"`
	XXX_unrecognized        []byte   `json:"-"`
	XXX_sizecache           int32    `json:"-"`
}

func (*IsisShMadjSidIf) Descriptor

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

func (*IsisShMadjSidIf) GetManualAdjacencySidIndex

func (m *IsisShMadjSidIf) GetManualAdjacencySidIndex() uint32

func (*IsisShMadjSidIf) GetManualAdjacencySidLabel

func (m *IsisShMadjSidIf) GetManualAdjacencySidLabel() uint32

func (*IsisShMadjSidIf) GetManualAdjacencySidType

func (m *IsisShMadjSidIf) GetManualAdjacencySidType() uint32

func (*IsisShMadjSidIf) GetSidActive

func (m *IsisShMadjSidIf) GetSidActive() bool

func (*IsisShMadjSidIf) GetSidProtected

func (m *IsisShMadjSidIf) GetSidProtected() bool

func (*IsisShMadjSidIf) ProtoMessage

func (*IsisShMadjSidIf) ProtoMessage()

func (*IsisShMadjSidIf) Reset

func (m *IsisShMadjSidIf) Reset()

func (*IsisShMadjSidIf) String

func (m *IsisShMadjSidIf) String() string

func (*IsisShMadjSidIf) XXX_DiscardUnknown

func (m *IsisShMadjSidIf) XXX_DiscardUnknown()

func (*IsisShMadjSidIf) XXX_Marshal

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

func (*IsisShMadjSidIf) XXX_Merge

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

func (*IsisShMadjSidIf) XXX_Size

func (m *IsisShMadjSidIf) XXX_Size() int

func (*IsisShMadjSidIf) XXX_Unmarshal

func (m *IsisShMadjSidIf) 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