cisco_ios_xr_ipv4_ospf_oper_ospf_processes_process_srms_policy_policy_ipv4_policy_ipv4_active_policy_mi

package
v1.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 19, 2019 License: Apache-2.0 Imports: 3 Imported by: 1

Documentation

Overview

Cisco-IOS-XR-ipv4-ospf-oper:ospf/processes/process/srms/policy/policy-ipv4/policy-ipv4-active/policy-mi

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Addr

type Addr struct {
	Af                   string   `protobuf:"bytes,1,opt,name=af,proto3" json:"af,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 (*Addr) Descriptor

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

func (*Addr) GetAf

func (m *Addr) GetAf() string

func (*Addr) GetIpv4

func (m *Addr) GetIpv4() string

func (*Addr) GetIpv6

func (m *Addr) GetIpv6() string

func (*Addr) ProtoMessage

func (*Addr) ProtoMessage()

func (*Addr) Reset

func (m *Addr) Reset()

func (*Addr) String

func (m *Addr) String() string

func (*Addr) XXX_DiscardUnknown

func (m *Addr) XXX_DiscardUnknown()

func (*Addr) XXX_Marshal

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

func (*Addr) XXX_Merge

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

func (*Addr) XXX_Size

func (m *Addr) XXX_Size() int

func (*Addr) XXX_Unmarshal

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

type SrmsMiTB

type SrmsMiTB struct {
	Src                  string   `protobuf:"bytes,50,opt,name=src,proto3" json:"src,omitempty"`
	Router               string   `protobuf:"bytes,51,opt,name=router,proto3" json:"router,omitempty"`
	Area                 string   `protobuf:"bytes,52,opt,name=area,proto3" json:"area,omitempty"`
	Addr                 *Addr    `protobuf:"bytes,53,opt,name=addr,proto3" json:"addr,omitempty"`
	Prefix               uint32   `protobuf:"varint,54,opt,name=prefix,proto3" json:"prefix,omitempty"`
	SidStart             uint32   `protobuf:"varint,55,opt,name=sid_start,json=sidStart,proto3" json:"sid_start,omitempty"`
	SidCount             uint32   `protobuf:"varint,56,opt,name=sid_count,json=sidCount,proto3" json:"sid_count,omitempty"`
	LastPrefix           string   `protobuf:"bytes,57,opt,name=last_prefix,json=lastPrefix,proto3" json:"last_prefix,omitempty"`
	LastSidIndex         uint32   `protobuf:"varint,58,opt,name=last_sid_index,json=lastSidIndex,proto3" json:"last_sid_index,omitempty"`
	FlagAttached         string   `protobuf:"bytes,59,opt,name=flag_attached,json=flagAttached,proto3" json:"flag_attached,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SrmsMiTB) Descriptor

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

func (*SrmsMiTB) GetAddr

func (m *SrmsMiTB) GetAddr() *Addr

func (*SrmsMiTB) GetArea

func (m *SrmsMiTB) GetArea() string

func (*SrmsMiTB) GetFlagAttached

func (m *SrmsMiTB) GetFlagAttached() string

func (*SrmsMiTB) GetLastPrefix

func (m *SrmsMiTB) GetLastPrefix() string

func (*SrmsMiTB) GetLastSidIndex

func (m *SrmsMiTB) GetLastSidIndex() uint32

func (*SrmsMiTB) GetPrefix

func (m *SrmsMiTB) GetPrefix() uint32

func (*SrmsMiTB) GetRouter

func (m *SrmsMiTB) GetRouter() string

func (*SrmsMiTB) GetSidCount

func (m *SrmsMiTB) GetSidCount() uint32

func (*SrmsMiTB) GetSidStart

func (m *SrmsMiTB) GetSidStart() uint32

func (*SrmsMiTB) GetSrc

func (m *SrmsMiTB) GetSrc() string

func (*SrmsMiTB) ProtoMessage

func (*SrmsMiTB) ProtoMessage()

func (*SrmsMiTB) Reset

func (m *SrmsMiTB) Reset()

func (*SrmsMiTB) String

func (m *SrmsMiTB) String() string

func (*SrmsMiTB) XXX_DiscardUnknown

func (m *SrmsMiTB) XXX_DiscardUnknown()

func (*SrmsMiTB) XXX_Marshal

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

func (*SrmsMiTB) XXX_Merge

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

func (*SrmsMiTB) XXX_Size

func (m *SrmsMiTB) XXX_Size() int

func (*SrmsMiTB) XXX_Unmarshal

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

type SrmsMiTB_KEYS

type SrmsMiTB_KEYS struct {
	ProcessName          string   `protobuf:"bytes,1,opt,name=process_name,json=processName,proto3" json:"process_name,omitempty"`
	MiId                 string   `protobuf:"bytes,2,opt,name=mi_id,json=miId,proto3" json:"mi_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SrmsMiTB_KEYS) Descriptor

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

func (*SrmsMiTB_KEYS) GetMiId

func (m *SrmsMiTB_KEYS) GetMiId() string

func (*SrmsMiTB_KEYS) GetProcessName

func (m *SrmsMiTB_KEYS) GetProcessName() string

func (*SrmsMiTB_KEYS) ProtoMessage

func (*SrmsMiTB_KEYS) ProtoMessage()

func (*SrmsMiTB_KEYS) Reset

func (m *SrmsMiTB_KEYS) Reset()

func (*SrmsMiTB_KEYS) String

func (m *SrmsMiTB_KEYS) String() string

func (*SrmsMiTB_KEYS) XXX_DiscardUnknown

func (m *SrmsMiTB_KEYS) XXX_DiscardUnknown()

func (*SrmsMiTB_KEYS) XXX_Marshal

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

func (*SrmsMiTB_KEYS) XXX_Merge

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

func (*SrmsMiTB_KEYS) XXX_Size

func (m *SrmsMiTB_KEYS) XXX_Size() int

func (*SrmsMiTB_KEYS) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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