cisco_ios_xr_ipv4_pim_oper_ipv6_pim_active_default_context_ranges_range

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:ipv6-pim/active/default-context/ranges/range

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 PimRlBag

type PimRlBag struct {
	RpAddressXr          *PimAddrtype       `protobuf:"bytes,50,opt,name=rp_address_xr,json=rpAddressXr,proto3" json:"rp_address_xr,omitempty"`
	Protocol             string             `protobuf:"bytes,51,opt,name=protocol,proto3" json:"protocol,omitempty"`
	ClientXr             string             `protobuf:"bytes,52,opt,name=client_xr,json=clientXr,proto3" json:"client_xr,omitempty"`
	SourceOfInformation  *PimAddrtype       `protobuf:"bytes,53,opt,name=source_of_information,json=sourceOfInformation,proto3" json:"source_of_information,omitempty"`
	Expires              uint64             `protobuf:"varint,54,opt,name=expires,proto3" json:"expires,omitempty"`
	GroupRange           []*PimRlRpRangeBag `protobuf:"bytes,55,rep,name=group_range,json=groupRange,proto3" json:"group_range,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*PimRlBag) Descriptor

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

func (*PimRlBag) GetClientXr

func (m *PimRlBag) GetClientXr() string

func (*PimRlBag) GetExpires

func (m *PimRlBag) GetExpires() uint64

func (*PimRlBag) GetGroupRange

func (m *PimRlBag) GetGroupRange() []*PimRlRpRangeBag

func (*PimRlBag) GetProtocol

func (m *PimRlBag) GetProtocol() string

func (*PimRlBag) GetRpAddressXr

func (m *PimRlBag) GetRpAddressXr() *PimAddrtype

func (*PimRlBag) GetSourceOfInformation

func (m *PimRlBag) GetSourceOfInformation() *PimAddrtype

func (*PimRlBag) ProtoMessage

func (*PimRlBag) ProtoMessage()

func (*PimRlBag) Reset

func (m *PimRlBag) Reset()

func (*PimRlBag) String

func (m *PimRlBag) String() string

func (*PimRlBag) XXX_DiscardUnknown

func (m *PimRlBag) XXX_DiscardUnknown()

func (*PimRlBag) XXX_Marshal

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

func (*PimRlBag) XXX_Merge

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

func (*PimRlBag) XXX_Size

func (m *PimRlBag) XXX_Size() int

func (*PimRlBag) XXX_Unmarshal

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

type PimRlBag_KEYS

type PimRlBag_KEYS struct {
	RpAddress            string   `protobuf:"bytes,1,opt,name=rp_address,json=rpAddress,proto3" json:"rp_address,omitempty"`
	Client               string   `protobuf:"bytes,2,opt,name=client,proto3" json:"client,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PimRlBag_KEYS) Descriptor

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

func (*PimRlBag_KEYS) GetClient

func (m *PimRlBag_KEYS) GetClient() string

func (*PimRlBag_KEYS) GetRpAddress

func (m *PimRlBag_KEYS) GetRpAddress() string

func (*PimRlBag_KEYS) ProtoMessage

func (*PimRlBag_KEYS) ProtoMessage()

func (*PimRlBag_KEYS) Reset

func (m *PimRlBag_KEYS) Reset()

func (*PimRlBag_KEYS) String

func (m *PimRlBag_KEYS) String() string

func (*PimRlBag_KEYS) XXX_DiscardUnknown

func (m *PimRlBag_KEYS) XXX_DiscardUnknown()

func (*PimRlBag_KEYS) XXX_Marshal

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

func (*PimRlBag_KEYS) XXX_Merge

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

func (*PimRlBag_KEYS) XXX_Size

func (m *PimRlBag_KEYS) XXX_Size() int

func (*PimRlBag_KEYS) XXX_Unmarshal

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

type PimRlRpRangeBag

type PimRlRpRangeBag struct {
	Prefix               *PimAddrtype `protobuf:"bytes,1,opt,name=prefix,proto3" json:"prefix,omitempty"`
	PrefixLength         int32        `protobuf:"zigzag32,2,opt,name=prefix_length,json=prefixLength,proto3" json:"prefix_length,omitempty"`
	Uptime               uint64       `protobuf:"varint,3,opt,name=uptime,proto3" json:"uptime,omitempty"`
	Expires              uint64       `protobuf:"varint,4,opt,name=expires,proto3" json:"expires,omitempty"`
	SourceOfInformation  *PimAddrtype `protobuf:"bytes,5,opt,name=source_of_information,json=sourceOfInformation,proto3" json:"source_of_information,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*PimRlRpRangeBag) Descriptor

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

func (*PimRlRpRangeBag) GetExpires

func (m *PimRlRpRangeBag) GetExpires() uint64

func (*PimRlRpRangeBag) GetPrefix

func (m *PimRlRpRangeBag) GetPrefix() *PimAddrtype

func (*PimRlRpRangeBag) GetPrefixLength

func (m *PimRlRpRangeBag) GetPrefixLength() int32

func (*PimRlRpRangeBag) GetSourceOfInformation

func (m *PimRlRpRangeBag) GetSourceOfInformation() *PimAddrtype

func (*PimRlRpRangeBag) GetUptime

func (m *PimRlRpRangeBag) GetUptime() uint64

func (*PimRlRpRangeBag) ProtoMessage

func (*PimRlRpRangeBag) ProtoMessage()

func (*PimRlRpRangeBag) Reset

func (m *PimRlRpRangeBag) Reset()

func (*PimRlRpRangeBag) String

func (m *PimRlRpRangeBag) String() string

func (*PimRlRpRangeBag) XXX_DiscardUnknown

func (m *PimRlRpRangeBag) XXX_DiscardUnknown()

func (*PimRlRpRangeBag) XXX_Marshal

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

func (*PimRlRpRangeBag) XXX_Merge

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

func (*PimRlRpRangeBag) XXX_Size

func (m *PimRlRpRangeBag) XXX_Size() int

func (*PimRlRpRangeBag) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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