cisco_ios_xr_ipv4_bgp_oper_bgp_instances_instance_instance_active_default_vrf_sessions_session

package
v0.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 30, 2019 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BgpAddrtype

type BgpAddrtype struct {
	Afi string `protobuf:"bytes,1,opt,name=afi,proto3" json:"afi,omitempty"`
	// IPv4 Addr
	Ipv4Address string `protobuf:"bytes,2,opt,name=ipv4_address,json=ipv4Address,proto3" json:"ipv4_address,omitempty"`
	// IPv4 Mcast Addr
	Ipv4McastAddress string `protobuf:"bytes,3,opt,name=ipv4_mcast_address,json=ipv4McastAddress,proto3" json:"ipv4_mcast_address,omitempty"`
	// IPv4 Label Addr
	Ipv4LabelAddress string `protobuf:"bytes,4,opt,name=ipv4_label_address,json=ipv4LabelAddress,proto3" json:"ipv4_label_address,omitempty"`
	// IPv4 Tunnel
	Ipv4TunnelAddress *IPV4TunnelAddressType `protobuf:"bytes,5,opt,name=ipv4_tunnel_address,json=ipv4TunnelAddress,proto3" json:"ipv4_tunnel_address,omitempty"`
	// IPv4 MDT Addr
	Ipv4MdtAddress *IPV4MDTAddressType `protobuf:"bytes,6,opt,name=ipv4_mdt_address,json=ipv4MdtAddress,proto3" json:"ipv4_mdt_address,omitempty"`
	// IPv4 VPN Addr
	Ipv4VpnAddress string `protobuf:"bytes,7,opt,name=ipv4_vpn_address,json=ipv4VpnAddress,proto3" json:"ipv4_vpn_address,omitempty"`
	// IPv4 VPN Mcast Addr
	Ipv4VpnaMcastddress string `protobuf:"bytes,8,opt,name=ipv4_vpna_mcastddress,json=ipv4VpnaMcastddress,proto3" json:"ipv4_vpna_mcastddress,omitempty"`
	// IPV6 Addr
	Ipv6Address *IPV6AddressType `protobuf:"bytes,9,opt,name=ipv6_address,json=ipv6Address,proto3" json:"ipv6_address,omitempty"`
	// IPV6 Mcast Addr
	Ipv6McastAddress *IPV6AddressType `protobuf:"bytes,10,opt,name=ipv6_mcast_address,json=ipv6McastAddress,proto3" json:"ipv6_mcast_address,omitempty"`
	// IPv6 Label Addr
	Ipv6LabelAddress *IPV6AddressType `protobuf:"bytes,11,opt,name=ipv6_label_address,json=ipv6LabelAddress,proto3" json:"ipv6_label_address,omitempty"`
	// IPv6 VPN Addr
	Ipv6VpnAddress *IPV6AddressType `protobuf:"bytes,12,opt,name=ipv6_vpn_address,json=ipv6VpnAddress,proto3" json:"ipv6_vpn_address,omitempty"`
	// IPv6 VPN Mcast Addr
	Ipv6VpnMcastAddress *IPV6AddressType `protobuf:"bytes,13,opt,name=ipv6_vpn_mcast_address,json=ipv6VpnMcastAddress,proto3" json:"ipv6_vpn_mcast_address,omitempty"`
	// L2VPN VPLS Addr
	L2VpnvplsAddress *BgpL2VpnAddrT `protobuf:"bytes,14,opt,name=l2_vpnvpls_address,json=l2VpnvplsAddress,proto3" json:"l2_vpnvpls_address,omitempty"`
	// RT Constrt Addr
	RtConstraintAddress *RTConstraintAddressType `protobuf:"bytes,15,opt,name=rt_constraint_address,json=rtConstraintAddress,proto3" json:"rt_constraint_address,omitempty"`
	// MVPN addr
	Ipv6MvpnAddress *IPV6MVPNAddressType `protobuf:"bytes,16,opt,name=ipv6_mvpn_address,json=ipv6MvpnAddress,proto3" json:"ipv6_mvpn_address,omitempty"`
	// MVPN4 addr
	Ipv4MvpnAddress *IPV4MVPNAddressType `protobuf:"bytes,17,opt,name=ipv4_mvpn_address,json=ipv4MvpnAddress,proto3" json:"ipv4_mvpn_address,omitempty"`
	// L2VPN EVPN Addr
	L2VpnEvpnAddress *L2VPNEVPNAddressType `protobuf:"bytes,18,opt,name=l2_vpn_evpn_address,json=l2VpnEvpnAddress,proto3" json:"l2_vpn_evpn_address,omitempty"`
	// LINKSTATE LINKSTATE Addr
	LsLsAddress *LS_LSAddressType `protobuf:"bytes,19,opt,name=ls_ls_address,json=lsLsAddress,proto3" json:"ls_ls_address,omitempty"`
	// L2VPN MSPW Addr
	L2VpnMspwAddress *BgpL2VpnMspwAddrT `protobuf:"bytes,20,opt,name=l2_vpn_mspw_address,json=l2VpnMspwAddress,proto3" json:"l2_vpn_mspw_address,omitempty"`
	// IPV4 Flowspec Addr
	Ipv4FlowspecAddress *IPv4FlowspecAddressType `protobuf:"bytes,21,opt,name=ipv4_flowspec_address,json=ipv4FlowspecAddress,proto3" json:"ipv4_flowspec_address,omitempty"`
	// IPV6 Flowspec Addr
	Ipv6FlowspecAddress *IPv6FlowspecAddressType `protobuf:"bytes,22,opt,name=ipv6_flowspec_address,json=ipv6FlowspecAddress,proto3" json:"ipv6_flowspec_address,omitempty"`
	// IPV4 VPN Flowspec Addr
	Ipv4VpnFlowspecAddress *IPv4FlowspecAddressType `` /* 132-byte string literal not displayed */
	// IPV6 VPN Flowspec Addr
	Ipv6VpnFlowspecAddress *IPv6FlowspecAddressType `` /* 132-byte string literal not displayed */
	XXX_NoUnkeyedLiteral   struct{}                 `json:"-"`
	XXX_unrecognized       []byte                   `json:"-"`
	XXX_sizecache          int32                    `json:"-"`
}

func (*BgpAddrtype) Descriptor

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

func (*BgpAddrtype) GetAfi

func (m *BgpAddrtype) GetAfi() string

func (*BgpAddrtype) GetIpv4Address

func (m *BgpAddrtype) GetIpv4Address() string

func (*BgpAddrtype) GetIpv4FlowspecAddress

func (m *BgpAddrtype) GetIpv4FlowspecAddress() *IPv4FlowspecAddressType

func (*BgpAddrtype) GetIpv4LabelAddress

func (m *BgpAddrtype) GetIpv4LabelAddress() string

func (*BgpAddrtype) GetIpv4McastAddress

func (m *BgpAddrtype) GetIpv4McastAddress() string

func (*BgpAddrtype) GetIpv4MdtAddress

func (m *BgpAddrtype) GetIpv4MdtAddress() *IPV4MDTAddressType

func (*BgpAddrtype) GetIpv4MvpnAddress

func (m *BgpAddrtype) GetIpv4MvpnAddress() *IPV4MVPNAddressType

func (*BgpAddrtype) GetIpv4TunnelAddress

func (m *BgpAddrtype) GetIpv4TunnelAddress() *IPV4TunnelAddressType

func (*BgpAddrtype) GetIpv4VpnAddress

func (m *BgpAddrtype) GetIpv4VpnAddress() string

func (*BgpAddrtype) GetIpv4VpnFlowspecAddress

func (m *BgpAddrtype) GetIpv4VpnFlowspecAddress() *IPv4FlowspecAddressType

func (*BgpAddrtype) GetIpv4VpnaMcastddress

func (m *BgpAddrtype) GetIpv4VpnaMcastddress() string

func (*BgpAddrtype) GetIpv6Address

func (m *BgpAddrtype) GetIpv6Address() *IPV6AddressType

func (*BgpAddrtype) GetIpv6FlowspecAddress

func (m *BgpAddrtype) GetIpv6FlowspecAddress() *IPv6FlowspecAddressType

func (*BgpAddrtype) GetIpv6LabelAddress

func (m *BgpAddrtype) GetIpv6LabelAddress() *IPV6AddressType

func (*BgpAddrtype) GetIpv6McastAddress

func (m *BgpAddrtype) GetIpv6McastAddress() *IPV6AddressType

func (*BgpAddrtype) GetIpv6MvpnAddress

func (m *BgpAddrtype) GetIpv6MvpnAddress() *IPV6MVPNAddressType

func (*BgpAddrtype) GetIpv6VpnAddress

func (m *BgpAddrtype) GetIpv6VpnAddress() *IPV6AddressType

func (*BgpAddrtype) GetIpv6VpnFlowspecAddress

func (m *BgpAddrtype) GetIpv6VpnFlowspecAddress() *IPv6FlowspecAddressType

func (*BgpAddrtype) GetIpv6VpnMcastAddress

func (m *BgpAddrtype) GetIpv6VpnMcastAddress() *IPV6AddressType

func (*BgpAddrtype) GetL2VpnEvpnAddress

func (m *BgpAddrtype) GetL2VpnEvpnAddress() *L2VPNEVPNAddressType

func (*BgpAddrtype) GetL2VpnMspwAddress

func (m *BgpAddrtype) GetL2VpnMspwAddress() *BgpL2VpnMspwAddrT

func (*BgpAddrtype) GetL2VpnvplsAddress

func (m *BgpAddrtype) GetL2VpnvplsAddress() *BgpL2VpnAddrT

func (*BgpAddrtype) GetLsLsAddress

func (m *BgpAddrtype) GetLsLsAddress() *LS_LSAddressType

func (*BgpAddrtype) GetRtConstraintAddress

func (m *BgpAddrtype) GetRtConstraintAddress() *RTConstraintAddressType

func (*BgpAddrtype) ProtoMessage

func (*BgpAddrtype) ProtoMessage()

func (*BgpAddrtype) Reset

func (m *BgpAddrtype) Reset()

func (*BgpAddrtype) String

func (m *BgpAddrtype) String() string

func (*BgpAddrtype) XXX_DiscardUnknown

func (m *BgpAddrtype) XXX_DiscardUnknown()

func (*BgpAddrtype) XXX_Marshal

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

func (*BgpAddrtype) XXX_Merge

func (dst *BgpAddrtype) XXX_Merge(src proto.Message)

func (*BgpAddrtype) XXX_Size

func (m *BgpAddrtype) XXX_Size() int

func (*BgpAddrtype) XXX_Unmarshal

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

type BgpL2VpnAddrT

type BgpL2VpnAddrT struct {
	L2VpnAddress         []byte   `protobuf:"bytes,1,opt,name=l2vpn_address,json=l2vpnAddress,proto3" json:"l2vpn_address,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*BgpL2VpnAddrT) Descriptor

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

func (*BgpL2VpnAddrT) GetL2VpnAddress

func (m *BgpL2VpnAddrT) GetL2VpnAddress() []byte

func (*BgpL2VpnAddrT) ProtoMessage

func (*BgpL2VpnAddrT) ProtoMessage()

func (*BgpL2VpnAddrT) Reset

func (m *BgpL2VpnAddrT) Reset()

func (*BgpL2VpnAddrT) String

func (m *BgpL2VpnAddrT) String() string

func (*BgpL2VpnAddrT) XXX_DiscardUnknown

func (m *BgpL2VpnAddrT) XXX_DiscardUnknown()

func (*BgpL2VpnAddrT) XXX_Marshal

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

func (*BgpL2VpnAddrT) XXX_Merge

func (dst *BgpL2VpnAddrT) XXX_Merge(src proto.Message)

func (*BgpL2VpnAddrT) XXX_Size

func (m *BgpL2VpnAddrT) XXX_Size() int

func (*BgpL2VpnAddrT) XXX_Unmarshal

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

type BgpL2VpnMspwAddrT

type BgpL2VpnMspwAddrT struct {
	L2VpnAddress         []byte   `protobuf:"bytes,1,opt,name=l2vpn_address,json=l2vpnAddress,proto3" json:"l2vpn_address,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*BgpL2VpnMspwAddrT) Descriptor

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

func (*BgpL2VpnMspwAddrT) GetL2VpnAddress

func (m *BgpL2VpnMspwAddrT) GetL2VpnAddress() []byte

func (*BgpL2VpnMspwAddrT) ProtoMessage

func (*BgpL2VpnMspwAddrT) ProtoMessage()

func (*BgpL2VpnMspwAddrT) Reset

func (m *BgpL2VpnMspwAddrT) Reset()

func (*BgpL2VpnMspwAddrT) String

func (m *BgpL2VpnMspwAddrT) String() string

func (*BgpL2VpnMspwAddrT) XXX_DiscardUnknown

func (m *BgpL2VpnMspwAddrT) XXX_DiscardUnknown()

func (*BgpL2VpnMspwAddrT) XXX_Marshal

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

func (*BgpL2VpnMspwAddrT) XXX_Merge

func (dst *BgpL2VpnMspwAddrT) XXX_Merge(src proto.Message)

func (*BgpL2VpnMspwAddrT) XXX_Size

func (m *BgpL2VpnMspwAddrT) XXX_Size() int

func (*BgpL2VpnMspwAddrT) XXX_Unmarshal

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

type BgpNbrBriefBag

type BgpNbrBriefBag struct {
	// Speaker this neighbor is allocated to
	SpeakerId uint32 `protobuf:"varint,50,opt,name=speaker_id,json=speakerId,proto3" json:"speaker_id,omitempty"`
	// Description
	Description string `protobuf:"bytes,51,opt,name=description,proto3" json:"description,omitempty"`
	// Local AS number
	LocalAs uint32 `protobuf:"varint,52,opt,name=local_as,json=localAs,proto3" json:"local_as,omitempty"`
	// Remote AS number
	RemoteAs uint32 `protobuf:"varint,53,opt,name=remote_as,json=remoteAs,proto3" json:"remote_as,omitempty"`
	// No. of msgs on receive queue
	MessagesQueuedIn uint32 `protobuf:"varint,54,opt,name=messages_queued_in,json=messagesQueuedIn,proto3" json:"messages_queued_in,omitempty"`
	// No. of messages on send queue
	MessagesQueuedOut uint32 `protobuf:"varint,55,opt,name=messages_queued_out,json=messagesQueuedOut,proto3" json:"messages_queued_out,omitempty"`
	// State of connection
	ConnectionState string `protobuf:"bytes,56,opt,name=connection_state,json=connectionState,proto3" json:"connection_state,omitempty"`
	// Local address for the connection
	ConnectionLocalAddress *BgpAddrtype `` /* 130-byte string literal not displayed */
	// Local address configured for the neighbor connection
	IsLocalAddressConfigured bool `` /* 139-byte string literal not displayed */
	// Remote address for the connection
	ConnectionRemoteAddress *BgpAddrtype `` /* 133-byte string literal not displayed */
	// Name of the VRF
	VrfName string `protobuf:"bytes,60,opt,name=vrf_name,json=vrfName,proto3" json:"vrf_name,omitempty"`
	// Neighbor supports NSR
	NsrEnabled bool `protobuf:"varint,61,opt,name=nsr_enabled,json=nsrEnabled,proto3" json:"nsr_enabled,omitempty"`
	// NSR state
	NsrState string `protobuf:"bytes,62,opt,name=nsr_state,json=nsrState,proto3" json:"nsr_state,omitempty"`
	// Nbr has postits pending
	PostitPending        bool     `protobuf:"varint,63,opt,name=postit_pending,json=postitPending,proto3" json:"postit_pending,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*BgpNbrBriefBag) Descriptor

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

func (*BgpNbrBriefBag) GetConnectionLocalAddress

func (m *BgpNbrBriefBag) GetConnectionLocalAddress() *BgpAddrtype

func (*BgpNbrBriefBag) GetConnectionRemoteAddress

func (m *BgpNbrBriefBag) GetConnectionRemoteAddress() *BgpAddrtype

func (*BgpNbrBriefBag) GetConnectionState

func (m *BgpNbrBriefBag) GetConnectionState() string

func (*BgpNbrBriefBag) GetDescription

func (m *BgpNbrBriefBag) GetDescription() string

func (*BgpNbrBriefBag) GetIsLocalAddressConfigured

func (m *BgpNbrBriefBag) GetIsLocalAddressConfigured() bool

func (*BgpNbrBriefBag) GetLocalAs

func (m *BgpNbrBriefBag) GetLocalAs() uint32

func (*BgpNbrBriefBag) GetMessagesQueuedIn

func (m *BgpNbrBriefBag) GetMessagesQueuedIn() uint32

func (*BgpNbrBriefBag) GetMessagesQueuedOut

func (m *BgpNbrBriefBag) GetMessagesQueuedOut() uint32

func (*BgpNbrBriefBag) GetNsrEnabled

func (m *BgpNbrBriefBag) GetNsrEnabled() bool

func (*BgpNbrBriefBag) GetNsrState

func (m *BgpNbrBriefBag) GetNsrState() string

func (*BgpNbrBriefBag) GetPostitPending

func (m *BgpNbrBriefBag) GetPostitPending() bool

func (*BgpNbrBriefBag) GetRemoteAs

func (m *BgpNbrBriefBag) GetRemoteAs() uint32

func (*BgpNbrBriefBag) GetSpeakerId

func (m *BgpNbrBriefBag) GetSpeakerId() uint32

func (*BgpNbrBriefBag) GetVrfName

func (m *BgpNbrBriefBag) GetVrfName() string

func (*BgpNbrBriefBag) ProtoMessage

func (*BgpNbrBriefBag) ProtoMessage()

func (*BgpNbrBriefBag) Reset

func (m *BgpNbrBriefBag) Reset()

func (*BgpNbrBriefBag) String

func (m *BgpNbrBriefBag) String() string

func (*BgpNbrBriefBag) XXX_DiscardUnknown

func (m *BgpNbrBriefBag) XXX_DiscardUnknown()

func (*BgpNbrBriefBag) XXX_Marshal

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

func (*BgpNbrBriefBag) XXX_Merge

func (dst *BgpNbrBriefBag) XXX_Merge(src proto.Message)

func (*BgpNbrBriefBag) XXX_Size

func (m *BgpNbrBriefBag) XXX_Size() int

func (*BgpNbrBriefBag) XXX_Unmarshal

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

type BgpNbrBriefBag_KEYS

type BgpNbrBriefBag_KEYS struct {
	InstanceName         string   `protobuf:"bytes,1,opt,name=instance_name,json=instanceName,proto3" json:"instance_name,omitempty"`
	NeighborAddress      string   `protobuf:"bytes,2,opt,name=neighbor_address,json=neighborAddress,proto3" json:"neighbor_address,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

BGP Neighbor brief Information

func (*BgpNbrBriefBag_KEYS) Descriptor

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

func (*BgpNbrBriefBag_KEYS) GetInstanceName

func (m *BgpNbrBriefBag_KEYS) GetInstanceName() string

func (*BgpNbrBriefBag_KEYS) GetNeighborAddress

func (m *BgpNbrBriefBag_KEYS) GetNeighborAddress() string

func (*BgpNbrBriefBag_KEYS) ProtoMessage

func (*BgpNbrBriefBag_KEYS) ProtoMessage()

func (*BgpNbrBriefBag_KEYS) Reset

func (m *BgpNbrBriefBag_KEYS) Reset()

func (*BgpNbrBriefBag_KEYS) String

func (m *BgpNbrBriefBag_KEYS) String() string

func (*BgpNbrBriefBag_KEYS) XXX_DiscardUnknown

func (m *BgpNbrBriefBag_KEYS) XXX_DiscardUnknown()

func (*BgpNbrBriefBag_KEYS) XXX_Marshal

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

func (*BgpNbrBriefBag_KEYS) XXX_Merge

func (dst *BgpNbrBriefBag_KEYS) XXX_Merge(src proto.Message)

func (*BgpNbrBriefBag_KEYS) XXX_Size

func (m *BgpNbrBriefBag_KEYS) XXX_Size() int

func (*BgpNbrBriefBag_KEYS) XXX_Unmarshal

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

type IPV4MDTAddressType

type IPV4MDTAddressType struct {
	Value                string   `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

IPV4MDT Address type

func (*IPV4MDTAddressType) Descriptor

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

func (*IPV4MDTAddressType) GetValue

func (m *IPV4MDTAddressType) GetValue() string

func (*IPV4MDTAddressType) ProtoMessage

func (*IPV4MDTAddressType) ProtoMessage()

func (*IPV4MDTAddressType) Reset

func (m *IPV4MDTAddressType) Reset()

func (*IPV4MDTAddressType) String

func (m *IPV4MDTAddressType) String() string

func (*IPV4MDTAddressType) XXX_DiscardUnknown

func (m *IPV4MDTAddressType) XXX_DiscardUnknown()

func (*IPV4MDTAddressType) XXX_Marshal

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

func (*IPV4MDTAddressType) XXX_Merge

func (dst *IPV4MDTAddressType) XXX_Merge(src proto.Message)

func (*IPV4MDTAddressType) XXX_Size

func (m *IPV4MDTAddressType) XXX_Size() int

func (*IPV4MDTAddressType) XXX_Unmarshal

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

type IPV4MVPNAddressType

type IPV4MVPNAddressType struct {
	Value                string   `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

IPV4 MVPN Address type

func (*IPV4MVPNAddressType) Descriptor

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

func (*IPV4MVPNAddressType) GetValue

func (m *IPV4MVPNAddressType) GetValue() string

func (*IPV4MVPNAddressType) ProtoMessage

func (*IPV4MVPNAddressType) ProtoMessage()

func (*IPV4MVPNAddressType) Reset

func (m *IPV4MVPNAddressType) Reset()

func (*IPV4MVPNAddressType) String

func (m *IPV4MVPNAddressType) String() string

func (*IPV4MVPNAddressType) XXX_DiscardUnknown

func (m *IPV4MVPNAddressType) XXX_DiscardUnknown()

func (*IPV4MVPNAddressType) XXX_Marshal

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

func (*IPV4MVPNAddressType) XXX_Merge

func (dst *IPV4MVPNAddressType) XXX_Merge(src proto.Message)

func (*IPV4MVPNAddressType) XXX_Size

func (m *IPV4MVPNAddressType) XXX_Size() int

func (*IPV4MVPNAddressType) XXX_Unmarshal

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

type IPV4TunnelAddressType

type IPV4TunnelAddressType struct {
	Value                string   `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

IPV4Tunnel Address type

func (*IPV4TunnelAddressType) Descriptor

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

func (*IPV4TunnelAddressType) GetValue

func (m *IPV4TunnelAddressType) GetValue() string

func (*IPV4TunnelAddressType) ProtoMessage

func (*IPV4TunnelAddressType) ProtoMessage()

func (*IPV4TunnelAddressType) Reset

func (m *IPV4TunnelAddressType) Reset()

func (*IPV4TunnelAddressType) String

func (m *IPV4TunnelAddressType) String() string

func (*IPV4TunnelAddressType) XXX_DiscardUnknown

func (m *IPV4TunnelAddressType) XXX_DiscardUnknown()

func (*IPV4TunnelAddressType) XXX_Marshal

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

func (*IPV4TunnelAddressType) XXX_Merge

func (dst *IPV4TunnelAddressType) XXX_Merge(src proto.Message)

func (*IPV4TunnelAddressType) XXX_Size

func (m *IPV4TunnelAddressType) XXX_Size() int

func (*IPV4TunnelAddressType) XXX_Unmarshal

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

type IPV6AddressType

type IPV6AddressType struct {
	Value                string   `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

IPV6 Address type

func (*IPV6AddressType) Descriptor

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

func (*IPV6AddressType) GetValue

func (m *IPV6AddressType) GetValue() string

func (*IPV6AddressType) ProtoMessage

func (*IPV6AddressType) ProtoMessage()

func (*IPV6AddressType) Reset

func (m *IPV6AddressType) Reset()

func (*IPV6AddressType) String

func (m *IPV6AddressType) String() string

func (*IPV6AddressType) XXX_DiscardUnknown

func (m *IPV6AddressType) XXX_DiscardUnknown()

func (*IPV6AddressType) XXX_Marshal

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

func (*IPV6AddressType) XXX_Merge

func (dst *IPV6AddressType) XXX_Merge(src proto.Message)

func (*IPV6AddressType) XXX_Size

func (m *IPV6AddressType) XXX_Size() int

func (*IPV6AddressType) XXX_Unmarshal

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

type IPV6MVPNAddressType

type IPV6MVPNAddressType struct {
	Value                string   `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

IPV6 MVPN Address type

func (*IPV6MVPNAddressType) Descriptor

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

func (*IPV6MVPNAddressType) GetValue

func (m *IPV6MVPNAddressType) GetValue() string

func (*IPV6MVPNAddressType) ProtoMessage

func (*IPV6MVPNAddressType) ProtoMessage()

func (*IPV6MVPNAddressType) Reset

func (m *IPV6MVPNAddressType) Reset()

func (*IPV6MVPNAddressType) String

func (m *IPV6MVPNAddressType) String() string

func (*IPV6MVPNAddressType) XXX_DiscardUnknown

func (m *IPV6MVPNAddressType) XXX_DiscardUnknown()

func (*IPV6MVPNAddressType) XXX_Marshal

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

func (*IPV6MVPNAddressType) XXX_Merge

func (dst *IPV6MVPNAddressType) XXX_Merge(src proto.Message)

func (*IPV6MVPNAddressType) XXX_Size

func (m *IPV6MVPNAddressType) XXX_Size() int

func (*IPV6MVPNAddressType) XXX_Unmarshal

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

type IPv4FlowspecAddressType

type IPv4FlowspecAddressType struct {
	Value                string   `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

IPv4 Flowspec Address type

func (*IPv4FlowspecAddressType) Descriptor

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

func (*IPv4FlowspecAddressType) GetValue

func (m *IPv4FlowspecAddressType) GetValue() string

func (*IPv4FlowspecAddressType) ProtoMessage

func (*IPv4FlowspecAddressType) ProtoMessage()

func (*IPv4FlowspecAddressType) Reset

func (m *IPv4FlowspecAddressType) Reset()

func (*IPv4FlowspecAddressType) String

func (m *IPv4FlowspecAddressType) String() string

func (*IPv4FlowspecAddressType) XXX_DiscardUnknown

func (m *IPv4FlowspecAddressType) XXX_DiscardUnknown()

func (*IPv4FlowspecAddressType) XXX_Marshal

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

func (*IPv4FlowspecAddressType) XXX_Merge

func (dst *IPv4FlowspecAddressType) XXX_Merge(src proto.Message)

func (*IPv4FlowspecAddressType) XXX_Size

func (m *IPv4FlowspecAddressType) XXX_Size() int

func (*IPv4FlowspecAddressType) XXX_Unmarshal

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

type IPv6FlowspecAddressType

type IPv6FlowspecAddressType struct {
	Value                string   `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

IPv6 Flowspec Address type

func (*IPv6FlowspecAddressType) Descriptor

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

func (*IPv6FlowspecAddressType) GetValue

func (m *IPv6FlowspecAddressType) GetValue() string

func (*IPv6FlowspecAddressType) ProtoMessage

func (*IPv6FlowspecAddressType) ProtoMessage()

func (*IPv6FlowspecAddressType) Reset

func (m *IPv6FlowspecAddressType) Reset()

func (*IPv6FlowspecAddressType) String

func (m *IPv6FlowspecAddressType) String() string

func (*IPv6FlowspecAddressType) XXX_DiscardUnknown

func (m *IPv6FlowspecAddressType) XXX_DiscardUnknown()

func (*IPv6FlowspecAddressType) XXX_Marshal

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

func (*IPv6FlowspecAddressType) XXX_Merge

func (dst *IPv6FlowspecAddressType) XXX_Merge(src proto.Message)

func (*IPv6FlowspecAddressType) XXX_Size

func (m *IPv6FlowspecAddressType) XXX_Size() int

func (*IPv6FlowspecAddressType) XXX_Unmarshal

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

type L2VPNEVPNAddressType

type L2VPNEVPNAddressType struct {
	Value                string   `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

L2VPN EVPN Address type

func (*L2VPNEVPNAddressType) Descriptor

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

func (*L2VPNEVPNAddressType) GetValue

func (m *L2VPNEVPNAddressType) GetValue() string

func (*L2VPNEVPNAddressType) ProtoMessage

func (*L2VPNEVPNAddressType) ProtoMessage()

func (*L2VPNEVPNAddressType) Reset

func (m *L2VPNEVPNAddressType) Reset()

func (*L2VPNEVPNAddressType) String

func (m *L2VPNEVPNAddressType) String() string

func (*L2VPNEVPNAddressType) XXX_DiscardUnknown

func (m *L2VPNEVPNAddressType) XXX_DiscardUnknown()

func (*L2VPNEVPNAddressType) XXX_Marshal

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

func (*L2VPNEVPNAddressType) XXX_Merge

func (dst *L2VPNEVPNAddressType) XXX_Merge(src proto.Message)

func (*L2VPNEVPNAddressType) XXX_Size

func (m *L2VPNEVPNAddressType) XXX_Size() int

func (*L2VPNEVPNAddressType) XXX_Unmarshal

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

type LS_LSAddressType

type LS_LSAddressType struct {
	Value                string   `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

LINKSTATE LINKSTATE Address type

func (*LS_LSAddressType) Descriptor

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

func (*LS_LSAddressType) GetValue

func (m *LS_LSAddressType) GetValue() string

func (*LS_LSAddressType) ProtoMessage

func (*LS_LSAddressType) ProtoMessage()

func (*LS_LSAddressType) Reset

func (m *LS_LSAddressType) Reset()

func (*LS_LSAddressType) String

func (m *LS_LSAddressType) String() string

func (*LS_LSAddressType) XXX_DiscardUnknown

func (m *LS_LSAddressType) XXX_DiscardUnknown()

func (*LS_LSAddressType) XXX_Marshal

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

func (*LS_LSAddressType) XXX_Merge

func (dst *LS_LSAddressType) XXX_Merge(src proto.Message)

func (*LS_LSAddressType) XXX_Size

func (m *LS_LSAddressType) XXX_Size() int

func (*LS_LSAddressType) XXX_Unmarshal

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

type RTConstraintAddressType

type RTConstraintAddressType struct {
	Value                string   `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

IPV4 RTConstraint Address type

func (*RTConstraintAddressType) Descriptor

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

func (*RTConstraintAddressType) GetValue

func (m *RTConstraintAddressType) GetValue() string

func (*RTConstraintAddressType) ProtoMessage

func (*RTConstraintAddressType) ProtoMessage()

func (*RTConstraintAddressType) Reset

func (m *RTConstraintAddressType) Reset()

func (*RTConstraintAddressType) String

func (m *RTConstraintAddressType) String() string

func (*RTConstraintAddressType) XXX_DiscardUnknown

func (m *RTConstraintAddressType) XXX_DiscardUnknown()

func (*RTConstraintAddressType) XXX_Marshal

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

func (*RTConstraintAddressType) XXX_Merge

func (dst *RTConstraintAddressType) XXX_Merge(src proto.Message)

func (*RTConstraintAddressType) XXX_Size

func (m *RTConstraintAddressType) XXX_Size() int

func (*RTConstraintAddressType) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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