Documentation ¶
Overview ¶
Cisco-IOS-XR-ipv4-pim-oper:ipv6-pim/standby/default-context/net-io-tunnels/net-io-tunnel
Index ¶
- type PimAddrtype
- func (*PimAddrtype) Descriptor() ([]byte, []int)
- func (m *PimAddrtype) GetAfName() string
- func (m *PimAddrtype) GetIpv4Address() string
- func (m *PimAddrtype) GetIpv6Address() string
- func (*PimAddrtype) ProtoMessage()
- func (m *PimAddrtype) Reset()
- func (m *PimAddrtype) String() string
- func (m *PimAddrtype) XXX_DiscardUnknown()
- func (m *PimAddrtype) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PimAddrtype) XXX_Merge(src proto.Message)
- func (m *PimAddrtype) XXX_Size() int
- func (m *PimAddrtype) XXX_Unmarshal(b []byte) error
- type PimTunnelInfoBag
- func (*PimTunnelInfoBag) Descriptor() ([]byte, []int)
- func (m *PimTunnelInfoBag) GetGroupAddressNetio() *PimAddrtype
- func (m *PimTunnelInfoBag) GetRpAddress() *PimAddrtype
- func (m *PimTunnelInfoBag) GetSourceAddress() *PimAddrtype
- func (m *PimTunnelInfoBag) GetSourceAddressNetio() *PimAddrtype
- func (m *PimTunnelInfoBag) GetVrfName() string
- func (*PimTunnelInfoBag) ProtoMessage()
- func (m *PimTunnelInfoBag) Reset()
- func (m *PimTunnelInfoBag) String() string
- func (m *PimTunnelInfoBag) XXX_DiscardUnknown()
- func (m *PimTunnelInfoBag) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PimTunnelInfoBag) XXX_Merge(src proto.Message)
- func (m *PimTunnelInfoBag) XXX_Size() int
- func (m *PimTunnelInfoBag) XXX_Unmarshal(b []byte) error
- type PimTunnelInfoBag_KEYS
- func (*PimTunnelInfoBag_KEYS) Descriptor() ([]byte, []int)
- func (m *PimTunnelInfoBag_KEYS) GetTunnelName() string
- func (*PimTunnelInfoBag_KEYS) ProtoMessage()
- func (m *PimTunnelInfoBag_KEYS) Reset()
- func (m *PimTunnelInfoBag_KEYS) String() string
- func (m *PimTunnelInfoBag_KEYS) XXX_DiscardUnknown()
- func (m *PimTunnelInfoBag_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PimTunnelInfoBag_KEYS) XXX_Merge(src proto.Message)
- func (m *PimTunnelInfoBag_KEYS) XXX_Size() int
- func (m *PimTunnelInfoBag_KEYS) XXX_Unmarshal(b []byte) error
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 PimTunnelInfoBag ¶
type PimTunnelInfoBag struct { SourceAddress *PimAddrtype `protobuf:"bytes,50,opt,name=source_address,json=sourceAddress,proto3" json:"source_address,omitempty"` RpAddress *PimAddrtype `protobuf:"bytes,51,opt,name=rp_address,json=rpAddress,proto3" json:"rp_address,omitempty"` SourceAddressNetio *PimAddrtype `protobuf:"bytes,52,opt,name=source_address_netio,json=sourceAddressNetio,proto3" json:"source_address_netio,omitempty"` GroupAddressNetio *PimAddrtype `protobuf:"bytes,53,opt,name=group_address_netio,json=groupAddressNetio,proto3" json:"group_address_netio,omitempty"` VrfName string `protobuf:"bytes,54,opt,name=vrf_name,json=vrfName,proto3" json:"vrf_name,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*PimTunnelInfoBag) Descriptor ¶
func (*PimTunnelInfoBag) Descriptor() ([]byte, []int)
func (*PimTunnelInfoBag) GetGroupAddressNetio ¶
func (m *PimTunnelInfoBag) GetGroupAddressNetio() *PimAddrtype
func (*PimTunnelInfoBag) GetRpAddress ¶
func (m *PimTunnelInfoBag) GetRpAddress() *PimAddrtype
func (*PimTunnelInfoBag) GetSourceAddress ¶
func (m *PimTunnelInfoBag) GetSourceAddress() *PimAddrtype
func (*PimTunnelInfoBag) GetSourceAddressNetio ¶
func (m *PimTunnelInfoBag) GetSourceAddressNetio() *PimAddrtype
func (*PimTunnelInfoBag) GetVrfName ¶
func (m *PimTunnelInfoBag) GetVrfName() string
func (*PimTunnelInfoBag) ProtoMessage ¶
func (*PimTunnelInfoBag) ProtoMessage()
func (*PimTunnelInfoBag) Reset ¶
func (m *PimTunnelInfoBag) Reset()
func (*PimTunnelInfoBag) String ¶
func (m *PimTunnelInfoBag) String() string
func (*PimTunnelInfoBag) XXX_DiscardUnknown ¶
func (m *PimTunnelInfoBag) XXX_DiscardUnknown()
func (*PimTunnelInfoBag) XXX_Marshal ¶
func (m *PimTunnelInfoBag) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*PimTunnelInfoBag) XXX_Merge ¶
func (m *PimTunnelInfoBag) XXX_Merge(src proto.Message)
func (*PimTunnelInfoBag) XXX_Size ¶
func (m *PimTunnelInfoBag) XXX_Size() int
func (*PimTunnelInfoBag) XXX_Unmarshal ¶
func (m *PimTunnelInfoBag) XXX_Unmarshal(b []byte) error
type PimTunnelInfoBag_KEYS ¶
type PimTunnelInfoBag_KEYS struct { TunnelName string `protobuf:"bytes,1,opt,name=tunnel_name,json=tunnelName,proto3" json:"tunnel_name,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*PimTunnelInfoBag_KEYS) Descriptor ¶
func (*PimTunnelInfoBag_KEYS) Descriptor() ([]byte, []int)
func (*PimTunnelInfoBag_KEYS) GetTunnelName ¶
func (m *PimTunnelInfoBag_KEYS) GetTunnelName() string
func (*PimTunnelInfoBag_KEYS) ProtoMessage ¶
func (*PimTunnelInfoBag_KEYS) ProtoMessage()
func (*PimTunnelInfoBag_KEYS) Reset ¶
func (m *PimTunnelInfoBag_KEYS) Reset()
func (*PimTunnelInfoBag_KEYS) String ¶
func (m *PimTunnelInfoBag_KEYS) String() string
func (*PimTunnelInfoBag_KEYS) XXX_DiscardUnknown ¶
func (m *PimTunnelInfoBag_KEYS) XXX_DiscardUnknown()
func (*PimTunnelInfoBag_KEYS) XXX_Marshal ¶
func (m *PimTunnelInfoBag_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*PimTunnelInfoBag_KEYS) XXX_Merge ¶
func (m *PimTunnelInfoBag_KEYS) XXX_Merge(src proto.Message)
func (*PimTunnelInfoBag_KEYS) XXX_Size ¶
func (m *PimTunnelInfoBag_KEYS) XXX_Size() int
func (*PimTunnelInfoBag_KEYS) XXX_Unmarshal ¶
func (m *PimTunnelInfoBag_KEYS) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.