cisco_ios_xr_clns_isis_oper_isis_instances_instance_srms_policy_policy_ipv4_policy_ipv4_backup_policy_mi

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Jan 30, 2019 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

Cisco-IOS-XR-clns-isis-oper:isis/instances/instance/srms/policy/policy-ipv4/policy-ipv4-backup/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
	Ipv4 string `protobuf:"bytes,2,opt,name=ipv4,proto3" json:"ipv4,omitempty"`
	// IPv6
	Ipv6                 *In6AddrTB `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() *In6AddrTB

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 (dst *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 In6AddrTB

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

func (*In6AddrTB) Descriptor

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

func (*In6AddrTB) GetValue

func (m *In6AddrTB) GetValue() string

func (*In6AddrTB) ProtoMessage

func (*In6AddrTB) ProtoMessage()

func (*In6AddrTB) Reset

func (m *In6AddrTB) Reset()

func (*In6AddrTB) String

func (m *In6AddrTB) String() string

func (*In6AddrTB) XXX_DiscardUnknown

func (m *In6AddrTB) XXX_DiscardUnknown()

func (*In6AddrTB) XXX_Marshal

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

func (*In6AddrTB) XXX_Merge

func (dst *In6AddrTB) XXX_Merge(src proto.Message)

func (*In6AddrTB) XXX_Size

func (m *In6AddrTB) XXX_Size() int

func (*In6AddrTB) XXX_Unmarshal

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

type SrmsMiTB

type SrmsMiTB struct {
	Src string `protobuf:"bytes,50,opt,name=src,proto3" json:"src,omitempty"`
	// Router ID
	Router string `protobuf:"bytes,51,opt,name=router,proto3" json:"router,omitempty"`
	// Area (OSPF) or Level (ISIS)
	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 length
	Prefix uint32 `protobuf:"varint,54,opt,name=prefix,proto3" json:"prefix,omitempty"`
	// Starting SID
	SidStart uint32 `protobuf:"varint,55,opt,name=sid_start,json=sidStart,proto3" json:"sid_start,omitempty"`
	// SID range
	SidCount uint32 `protobuf:"varint,56,opt,name=sid_count,json=sidCount,proto3" json:"sid_count,omitempty"`
	// Last IP Prefix
	LastPrefix string `protobuf:"bytes,57,opt,name=last_prefix,json=lastPrefix,proto3" json:"last_prefix,omitempty"`
	// Last SID Index
	LastSidIndex uint32 `protobuf:"varint,58,opt,name=last_sid_index,json=lastSidIndex,proto3" json:"last_sid_index,omitempty"`
	// Attached flag
	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 (dst *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 {
	InstanceName         string   `protobuf:"bytes,1,opt,name=instance_name,json=instanceName,proto3" json:"instance_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:"-"`
}

SRMS show bag

func (*SrmsMiTB_KEYS) Descriptor

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

func (*SrmsMiTB_KEYS) GetInstanceName

func (m *SrmsMiTB_KEYS) GetInstanceName() string

func (*SrmsMiTB_KEYS) GetMiId

func (m *SrmsMiTB_KEYS) GetMiId() 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 (dst *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