cisco_ios_xr_ipv4_pim_oper_pim_active_default_context_multicast_static_routes_multicast_static_route

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-pim-oper:pim/active/default-context/multicast-static-routes/multicast-static-route

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PimAddrtype

type PimAddrtype struct {
	AfName               string   `protobuf:"bytes,1,opt,name=af_name,json=afName,proto3" json:"af_name,omitempty"`
	Ipv4Address          string   `protobuf:"bytes,2,opt,name=ipv4_address,json=ipv4Address,proto3" json:"ipv4_address,omitempty"`
	Ipv6Address          string   `protobuf:"bytes,3,opt,name=ipv6_address,json=ipv6Address,proto3" json:"ipv6_address,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PimAddrtype) Descriptor

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

func (*PimAddrtype) GetAfName

func (m *PimAddrtype) GetAfName() string

func (*PimAddrtype) GetIpv4Address

func (m *PimAddrtype) GetIpv4Address() string

func (*PimAddrtype) GetIpv6Address

func (m *PimAddrtype) GetIpv6Address() string

func (*PimAddrtype) ProtoMessage

func (*PimAddrtype) ProtoMessage()

func (*PimAddrtype) Reset

func (m *PimAddrtype) Reset()

func (*PimAddrtype) String

func (m *PimAddrtype) String() string

func (*PimAddrtype) XXX_DiscardUnknown

func (m *PimAddrtype) XXX_DiscardUnknown()

func (*PimAddrtype) XXX_Marshal

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

func (*PimAddrtype) XXX_Merge

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

func (*PimAddrtype) XXX_Size

func (m *PimAddrtype) XXX_Size() int

func (*PimAddrtype) XXX_Unmarshal

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

type PimMstaticBag

type PimMstaticBag struct {
	Prefix               *PimAddrtype `protobuf:"bytes,50,opt,name=prefix,proto3" json:"prefix,omitempty"`
	Nexthop              *PimAddrtype `protobuf:"bytes,51,opt,name=nexthop,proto3" json:"nexthop,omitempty"`
	InterfaceName        string       `protobuf:"bytes,52,opt,name=interface_name,json=interfaceName,proto3" json:"interface_name,omitempty"`
	Distance             uint32       `protobuf:"varint,53,opt,name=distance,proto3" json:"distance,omitempty"`
	PrefixLengthXr       uint32       `protobuf:"varint,54,opt,name=prefix_length_xr,json=prefixLengthXr,proto3" json:"prefix_length_xr,omitempty"`
	IsViaLsm             bool         `protobuf:"varint,55,opt,name=is_via_lsm,json=isViaLsm,proto3" json:"is_via_lsm,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*PimMstaticBag) Descriptor

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

func (*PimMstaticBag) GetDistance

func (m *PimMstaticBag) GetDistance() uint32

func (*PimMstaticBag) GetInterfaceName

func (m *PimMstaticBag) GetInterfaceName() string

func (*PimMstaticBag) GetIsViaLsm

func (m *PimMstaticBag) GetIsViaLsm() bool

func (*PimMstaticBag) GetNexthop

func (m *PimMstaticBag) GetNexthop() *PimAddrtype

func (*PimMstaticBag) GetPrefix

func (m *PimMstaticBag) GetPrefix() *PimAddrtype

func (*PimMstaticBag) GetPrefixLengthXr

func (m *PimMstaticBag) GetPrefixLengthXr() uint32

func (*PimMstaticBag) ProtoMessage

func (*PimMstaticBag) ProtoMessage()

func (*PimMstaticBag) Reset

func (m *PimMstaticBag) Reset()

func (*PimMstaticBag) String

func (m *PimMstaticBag) String() string

func (*PimMstaticBag) XXX_DiscardUnknown

func (m *PimMstaticBag) XXX_DiscardUnknown()

func (*PimMstaticBag) XXX_Marshal

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

func (*PimMstaticBag) XXX_Merge

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

func (*PimMstaticBag) XXX_Size

func (m *PimMstaticBag) XXX_Size() int

func (*PimMstaticBag) XXX_Unmarshal

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

type PimMstaticBag_KEYS

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

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

func (*PimMstaticBag_KEYS) GetAddress

func (m *PimMstaticBag_KEYS) GetAddress() string

func (*PimMstaticBag_KEYS) GetPrefixLength

func (m *PimMstaticBag_KEYS) GetPrefixLength() uint32

func (*PimMstaticBag_KEYS) ProtoMessage

func (*PimMstaticBag_KEYS) ProtoMessage()

func (*PimMstaticBag_KEYS) Reset

func (m *PimMstaticBag_KEYS) Reset()

func (*PimMstaticBag_KEYS) String

func (m *PimMstaticBag_KEYS) String() string

func (*PimMstaticBag_KEYS) XXX_DiscardUnknown

func (m *PimMstaticBag_KEYS) XXX_DiscardUnknown()

func (*PimMstaticBag_KEYS) XXX_Marshal

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

func (*PimMstaticBag_KEYS) XXX_Merge

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

func (*PimMstaticBag_KEYS) XXX_Size

func (m *PimMstaticBag_KEYS) XXX_Size() int

func (*PimMstaticBag_KEYS) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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