cisco_ios_xr_ipv4_autorp_oper_auto_rp_active_mapping_agent_rp_addresses_rp_address

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-ipv4-autorp-oper:auto-rp/active/mapping-agent/rp-addresses/rp-address

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AutorpMapRangeBag

type AutorpMapRangeBag 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"`
	ProtocolMode         string   `protobuf:"bytes,3,opt,name=protocol_mode,json=protocolMode,proto3" json:"protocol_mode,omitempty"`
	IsAdvertised         bool     `protobuf:"varint,4,opt,name=is_advertised,json=isAdvertised,proto3" json:"is_advertised,omitempty"`
	CreateType           uint32   `protobuf:"varint,5,opt,name=create_type,json=createType,proto3" json:"create_type,omitempty"`
	CheckPointObjectId   uint32   `protobuf:"varint,6,opt,name=check_point_object_id,json=checkPointObjectId,proto3" json:"check_point_object_id,omitempty"`
	Uptime               uint64   `protobuf:"varint,7,opt,name=uptime,proto3" json:"uptime,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AutorpMapRangeBag) Descriptor

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

func (*AutorpMapRangeBag) GetCheckPointObjectId

func (m *AutorpMapRangeBag) GetCheckPointObjectId() uint32

func (*AutorpMapRangeBag) GetCreateType

func (m *AutorpMapRangeBag) GetCreateType() uint32

func (*AutorpMapRangeBag) GetIsAdvertised

func (m *AutorpMapRangeBag) GetIsAdvertised() bool

func (*AutorpMapRangeBag) GetPrefix

func (m *AutorpMapRangeBag) GetPrefix() string

func (*AutorpMapRangeBag) GetPrefixLength

func (m *AutorpMapRangeBag) GetPrefixLength() uint32

func (*AutorpMapRangeBag) GetProtocolMode

func (m *AutorpMapRangeBag) GetProtocolMode() string

func (*AutorpMapRangeBag) GetUptime

func (m *AutorpMapRangeBag) GetUptime() uint64

func (*AutorpMapRangeBag) ProtoMessage

func (*AutorpMapRangeBag) ProtoMessage()

func (*AutorpMapRangeBag) Reset

func (m *AutorpMapRangeBag) Reset()

func (*AutorpMapRangeBag) String

func (m *AutorpMapRangeBag) String() string

func (*AutorpMapRangeBag) XXX_DiscardUnknown

func (m *AutorpMapRangeBag) XXX_DiscardUnknown()

func (*AutorpMapRangeBag) XXX_Marshal

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

func (*AutorpMapRangeBag) XXX_Merge

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

func (*AutorpMapRangeBag) XXX_Size

func (m *AutorpMapRangeBag) XXX_Size() int

func (*AutorpMapRangeBag) XXX_Unmarshal

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

type AutorpMapRpBag

type AutorpMapRpBag struct {
	RpAddressXr          string               `protobuf:"bytes,50,opt,name=rp_address_xr,json=rpAddressXr,proto3" json:"rp_address_xr,omitempty"`
	ExpiryTime           uint64               `protobuf:"varint,51,opt,name=expiry_time,json=expiryTime,proto3" json:"expiry_time,omitempty"`
	PimVersion           uint32               `protobuf:"varint,52,opt,name=pim_version,json=pimVersion,proto3" json:"pim_version,omitempty"`
	Range                []*AutorpMapRangeBag `protobuf:"bytes,53,rep,name=range,proto3" json:"range,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*AutorpMapRpBag) Descriptor

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

func (*AutorpMapRpBag) GetExpiryTime

func (m *AutorpMapRpBag) GetExpiryTime() uint64

func (*AutorpMapRpBag) GetPimVersion

func (m *AutorpMapRpBag) GetPimVersion() uint32

func (*AutorpMapRpBag) GetRange

func (m *AutorpMapRpBag) GetRange() []*AutorpMapRangeBag

func (*AutorpMapRpBag) GetRpAddressXr

func (m *AutorpMapRpBag) GetRpAddressXr() string

func (*AutorpMapRpBag) ProtoMessage

func (*AutorpMapRpBag) ProtoMessage()

func (*AutorpMapRpBag) Reset

func (m *AutorpMapRpBag) Reset()

func (*AutorpMapRpBag) String

func (m *AutorpMapRpBag) String() string

func (*AutorpMapRpBag) XXX_DiscardUnknown

func (m *AutorpMapRpBag) XXX_DiscardUnknown()

func (*AutorpMapRpBag) XXX_Marshal

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

func (*AutorpMapRpBag) XXX_Merge

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

func (*AutorpMapRpBag) XXX_Size

func (m *AutorpMapRpBag) XXX_Size() int

func (*AutorpMapRpBag) XXX_Unmarshal

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

type AutorpMapRpBag_KEYS

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

func (*AutorpMapRpBag_KEYS) Descriptor

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

func (*AutorpMapRpBag_KEYS) GetRpAddress

func (m *AutorpMapRpBag_KEYS) GetRpAddress() string

func (*AutorpMapRpBag_KEYS) ProtoMessage

func (*AutorpMapRpBag_KEYS) ProtoMessage()

func (*AutorpMapRpBag_KEYS) Reset

func (m *AutorpMapRpBag_KEYS) Reset()

func (*AutorpMapRpBag_KEYS) String

func (m *AutorpMapRpBag_KEYS) String() string

func (*AutorpMapRpBag_KEYS) XXX_DiscardUnknown

func (m *AutorpMapRpBag_KEYS) XXX_DiscardUnknown()

func (*AutorpMapRpBag_KEYS) XXX_Marshal

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

func (*AutorpMapRpBag_KEYS) XXX_Merge

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

func (*AutorpMapRpBag_KEYS) XXX_Size

func (m *AutorpMapRpBag_KEYS) XXX_Size() int

func (*AutorpMapRpBag_KEYS) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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