Documentation ¶
Overview ¶
Cisco-IOS-XR-ipv4-pim-oper:ipv6-pim/standby/default-context/gre/gre-next-hops/gre-next-hop
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 PimGreInfoBag
- func (*PimGreInfoBag) Descriptor() ([]byte, []int)
- func (m *PimGreInfoBag) GetGrePath() []*PimGrePathBag
- func (m *PimGreInfoBag) GetIsConnected() uint32
- func (m *PimGreInfoBag) GetMetric() uint32
- func (m *PimGreInfoBag) GetMetricPreference() uint32
- func (m *PimGreInfoBag) GetRegisteredAddress() *PimAddrtype
- func (*PimGreInfoBag) ProtoMessage()
- func (m *PimGreInfoBag) Reset()
- func (m *PimGreInfoBag) String() string
- func (m *PimGreInfoBag) XXX_DiscardUnknown()
- func (m *PimGreInfoBag) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PimGreInfoBag) XXX_Merge(src proto.Message)
- func (m *PimGreInfoBag) XXX_Size() int
- func (m *PimGreInfoBag) XXX_Unmarshal(b []byte) error
- type PimGreInfoBag_KEYS
- func (*PimGreInfoBag_KEYS) Descriptor() ([]byte, []int)
- func (m *PimGreInfoBag_KEYS) GetDestinationAddress() string
- func (*PimGreInfoBag_KEYS) ProtoMessage()
- func (m *PimGreInfoBag_KEYS) Reset()
- func (m *PimGreInfoBag_KEYS) String() string
- func (m *PimGreInfoBag_KEYS) XXX_DiscardUnknown()
- func (m *PimGreInfoBag_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PimGreInfoBag_KEYS) XXX_Merge(src proto.Message)
- func (m *PimGreInfoBag_KEYS) XXX_Size() int
- func (m *PimGreInfoBag_KEYS) XXX_Unmarshal(b []byte) error
- type PimGrePathBag
- func (*PimGrePathBag) Descriptor() ([]byte, []int)
- func (m *PimGrePathBag) GetExtranetVrfName() string
- func (m *PimGrePathBag) GetGreInterfaceName() string
- func (m *PimGrePathBag) GetGreNeighbor() *PimAddrtype
- func (m *PimGrePathBag) GetGreNextHop() *PimAddrtype
- func (m *PimGrePathBag) GetIsConnectorAttributePresent() bool
- func (m *PimGrePathBag) GetIsGreInterfaceDisabled() bool
- func (m *PimGrePathBag) GetIsViaLsm() bool
- func (*PimGrePathBag) ProtoMessage()
- func (m *PimGrePathBag) Reset()
- func (m *PimGrePathBag) String() string
- func (m *PimGrePathBag) XXX_DiscardUnknown()
- func (m *PimGrePathBag) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PimGrePathBag) XXX_Merge(src proto.Message)
- func (m *PimGrePathBag) XXX_Size() int
- func (m *PimGrePathBag) 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 PimGreInfoBag ¶
type PimGreInfoBag struct { RegisteredAddress *PimAddrtype `protobuf:"bytes,50,opt,name=registered_address,json=registeredAddress,proto3" json:"registered_address,omitempty"` Metric uint32 `protobuf:"varint,51,opt,name=metric,proto3" json:"metric,omitempty"` MetricPreference uint32 `protobuf:"varint,52,opt,name=metric_preference,json=metricPreference,proto3" json:"metric_preference,omitempty"` IsConnected uint32 `protobuf:"varint,53,opt,name=is_connected,json=isConnected,proto3" json:"is_connected,omitempty"` GrePath []*PimGrePathBag `protobuf:"bytes,54,rep,name=gre_path,json=grePath,proto3" json:"gre_path,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*PimGreInfoBag) Descriptor ¶
func (*PimGreInfoBag) Descriptor() ([]byte, []int)
func (*PimGreInfoBag) GetGrePath ¶
func (m *PimGreInfoBag) GetGrePath() []*PimGrePathBag
func (*PimGreInfoBag) GetIsConnected ¶
func (m *PimGreInfoBag) GetIsConnected() uint32
func (*PimGreInfoBag) GetMetric ¶
func (m *PimGreInfoBag) GetMetric() uint32
func (*PimGreInfoBag) GetMetricPreference ¶
func (m *PimGreInfoBag) GetMetricPreference() uint32
func (*PimGreInfoBag) GetRegisteredAddress ¶
func (m *PimGreInfoBag) GetRegisteredAddress() *PimAddrtype
func (*PimGreInfoBag) ProtoMessage ¶
func (*PimGreInfoBag) ProtoMessage()
func (*PimGreInfoBag) Reset ¶
func (m *PimGreInfoBag) Reset()
func (*PimGreInfoBag) String ¶
func (m *PimGreInfoBag) String() string
func (*PimGreInfoBag) XXX_DiscardUnknown ¶
func (m *PimGreInfoBag) XXX_DiscardUnknown()
func (*PimGreInfoBag) XXX_Marshal ¶
func (m *PimGreInfoBag) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*PimGreInfoBag) XXX_Merge ¶
func (m *PimGreInfoBag) XXX_Merge(src proto.Message)
func (*PimGreInfoBag) XXX_Size ¶
func (m *PimGreInfoBag) XXX_Size() int
func (*PimGreInfoBag) XXX_Unmarshal ¶
func (m *PimGreInfoBag) XXX_Unmarshal(b []byte) error
type PimGreInfoBag_KEYS ¶
type PimGreInfoBag_KEYS struct { DestinationAddress string `protobuf:"bytes,1,opt,name=destination_address,json=destinationAddress,proto3" json:"destination_address,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*PimGreInfoBag_KEYS) Descriptor ¶
func (*PimGreInfoBag_KEYS) Descriptor() ([]byte, []int)
func (*PimGreInfoBag_KEYS) GetDestinationAddress ¶
func (m *PimGreInfoBag_KEYS) GetDestinationAddress() string
func (*PimGreInfoBag_KEYS) ProtoMessage ¶
func (*PimGreInfoBag_KEYS) ProtoMessage()
func (*PimGreInfoBag_KEYS) Reset ¶
func (m *PimGreInfoBag_KEYS) Reset()
func (*PimGreInfoBag_KEYS) String ¶
func (m *PimGreInfoBag_KEYS) String() string
func (*PimGreInfoBag_KEYS) XXX_DiscardUnknown ¶
func (m *PimGreInfoBag_KEYS) XXX_DiscardUnknown()
func (*PimGreInfoBag_KEYS) XXX_Marshal ¶
func (m *PimGreInfoBag_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*PimGreInfoBag_KEYS) XXX_Merge ¶
func (m *PimGreInfoBag_KEYS) XXX_Merge(src proto.Message)
func (*PimGreInfoBag_KEYS) XXX_Size ¶
func (m *PimGreInfoBag_KEYS) XXX_Size() int
func (*PimGreInfoBag_KEYS) XXX_Unmarshal ¶
func (m *PimGreInfoBag_KEYS) XXX_Unmarshal(b []byte) error
type PimGrePathBag ¶
type PimGrePathBag struct { GreInterfaceName string `protobuf:"bytes,1,opt,name=gre_interface_name,json=greInterfaceName,proto3" json:"gre_interface_name,omitempty"` IsGreInterfaceDisabled bool `` /* 132-byte string literal not displayed */ GreNeighbor *PimAddrtype `protobuf:"bytes,3,opt,name=gre_neighbor,json=greNeighbor,proto3" json:"gre_neighbor,omitempty"` IsViaLsm bool `protobuf:"varint,4,opt,name=is_via_lsm,json=isViaLsm,proto3" json:"is_via_lsm,omitempty"` IsConnectorAttributePresent bool `` /* 147-byte string literal not displayed */ ExtranetVrfName string `protobuf:"bytes,6,opt,name=extranet_vrf_name,json=extranetVrfName,proto3" json:"extranet_vrf_name,omitempty"` GreNextHop *PimAddrtype `protobuf:"bytes,7,opt,name=gre_next_hop,json=greNextHop,proto3" json:"gre_next_hop,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*PimGrePathBag) Descriptor ¶
func (*PimGrePathBag) Descriptor() ([]byte, []int)
func (*PimGrePathBag) GetExtranetVrfName ¶
func (m *PimGrePathBag) GetExtranetVrfName() string
func (*PimGrePathBag) GetGreInterfaceName ¶
func (m *PimGrePathBag) GetGreInterfaceName() string
func (*PimGrePathBag) GetGreNeighbor ¶
func (m *PimGrePathBag) GetGreNeighbor() *PimAddrtype
func (*PimGrePathBag) GetGreNextHop ¶
func (m *PimGrePathBag) GetGreNextHop() *PimAddrtype
func (*PimGrePathBag) GetIsConnectorAttributePresent ¶
func (m *PimGrePathBag) GetIsConnectorAttributePresent() bool
func (*PimGrePathBag) GetIsGreInterfaceDisabled ¶
func (m *PimGrePathBag) GetIsGreInterfaceDisabled() bool
func (*PimGrePathBag) GetIsViaLsm ¶
func (m *PimGrePathBag) GetIsViaLsm() bool
func (*PimGrePathBag) ProtoMessage ¶
func (*PimGrePathBag) ProtoMessage()
func (*PimGrePathBag) Reset ¶
func (m *PimGrePathBag) Reset()
func (*PimGrePathBag) String ¶
func (m *PimGrePathBag) String() string
func (*PimGrePathBag) XXX_DiscardUnknown ¶
func (m *PimGrePathBag) XXX_DiscardUnknown()
func (*PimGrePathBag) XXX_Marshal ¶
func (m *PimGrePathBag) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*PimGrePathBag) XXX_Merge ¶
func (m *PimGrePathBag) XXX_Merge(src proto.Message)
func (*PimGrePathBag) XXX_Size ¶
func (m *PimGrePathBag) XXX_Size() int
func (*PimGrePathBag) XXX_Unmarshal ¶
func (m *PimGrePathBag) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.