cisco_ios_xr_ip_rsvp_oper_rsvp_frrs_frr

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-ip-rsvp-oper:rsvp/frrs/frr

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RsvpMgmtFrrStatesDetail

type RsvpMgmtFrrStatesDetail struct {
	Session              *RsvpMgmtSessionInfo   `protobuf:"bytes,50,opt,name=session,proto3" json:"session,omitempty"`
	S2LSubLsp            *RsvpMgmtS2LSubLspIpv4 `protobuf:"bytes,51,opt,name=s2l_sub_lsp,json=s2lSubLsp,proto3" json:"s2l_sub_lsp,omitempty"`
	PathStatus           string                 `protobuf:"bytes,52,opt,name=path_status,json=pathStatus,proto3" json:"path_status,omitempty"`
	ReservationStatus    string                 `protobuf:"bytes,53,opt,name=reservation_status,json=reservationStatus,proto3" json:"reservation_status,omitempty"`
	XXX_NoUnkeyedLiteral struct{}               `json:"-"`
	XXX_unrecognized     []byte                 `json:"-"`
	XXX_sizecache        int32                  `json:"-"`
}

func (*RsvpMgmtFrrStatesDetail) Descriptor

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

func (*RsvpMgmtFrrStatesDetail) GetPathStatus

func (m *RsvpMgmtFrrStatesDetail) GetPathStatus() string

func (*RsvpMgmtFrrStatesDetail) GetReservationStatus

func (m *RsvpMgmtFrrStatesDetail) GetReservationStatus() string

func (*RsvpMgmtFrrStatesDetail) GetS2LSubLsp

func (*RsvpMgmtFrrStatesDetail) GetSession

func (*RsvpMgmtFrrStatesDetail) ProtoMessage

func (*RsvpMgmtFrrStatesDetail) ProtoMessage()

func (*RsvpMgmtFrrStatesDetail) Reset

func (m *RsvpMgmtFrrStatesDetail) Reset()

func (*RsvpMgmtFrrStatesDetail) String

func (m *RsvpMgmtFrrStatesDetail) String() string

func (*RsvpMgmtFrrStatesDetail) XXX_DiscardUnknown

func (m *RsvpMgmtFrrStatesDetail) XXX_DiscardUnknown()

func (*RsvpMgmtFrrStatesDetail) XXX_Marshal

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

func (*RsvpMgmtFrrStatesDetail) XXX_Merge

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

func (*RsvpMgmtFrrStatesDetail) XXX_Size

func (m *RsvpMgmtFrrStatesDetail) XXX_Size() int

func (*RsvpMgmtFrrStatesDetail) XXX_Unmarshal

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

type RsvpMgmtFrrStatesDetail_KEYS

type RsvpMgmtFrrStatesDetail_KEYS struct {
	DestinationAddress   string   `protobuf:"bytes,1,opt,name=destination_address,json=destinationAddress,proto3" json:"destination_address,omitempty"`
	DestinationPort      uint32   `protobuf:"varint,2,opt,name=destination_port,json=destinationPort,proto3" json:"destination_port,omitempty"`
	Protocol             uint32   `protobuf:"varint,3,opt,name=protocol,proto3" json:"protocol,omitempty"`
	ExtendedTunnelId     string   `protobuf:"bytes,4,opt,name=extended_tunnel_id,json=extendedTunnelId,proto3" json:"extended_tunnel_id,omitempty"`
	SessionType          string   `protobuf:"bytes,5,opt,name=session_type,json=sessionType,proto3" json:"session_type,omitempty"`
	P2MpId               uint32   `protobuf:"varint,6,opt,name=p2mp_id,json=p2mpId,proto3" json:"p2mp_id,omitempty"`
	SourceAddress        string   `protobuf:"bytes,7,opt,name=source_address,json=sourceAddress,proto3" json:"source_address,omitempty"`
	SourcePort           uint32   `protobuf:"varint,8,opt,name=source_port,json=sourcePort,proto3" json:"source_port,omitempty"`
	SubGroupOrigin       string   `protobuf:"bytes,9,opt,name=sub_group_origin,json=subGroupOrigin,proto3" json:"sub_group_origin,omitempty"`
	SubGroupId           uint32   `protobuf:"varint,10,opt,name=sub_group_id,json=subGroupId,proto3" json:"sub_group_id,omitempty"`
	VrfName              string   `protobuf:"bytes,11,opt,name=vrf_name,json=vrfName,proto3" json:"vrf_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RsvpMgmtFrrStatesDetail_KEYS) Descriptor

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

func (*RsvpMgmtFrrStatesDetail_KEYS) GetDestinationAddress

func (m *RsvpMgmtFrrStatesDetail_KEYS) GetDestinationAddress() string

func (*RsvpMgmtFrrStatesDetail_KEYS) GetDestinationPort

func (m *RsvpMgmtFrrStatesDetail_KEYS) GetDestinationPort() uint32

func (*RsvpMgmtFrrStatesDetail_KEYS) GetExtendedTunnelId

func (m *RsvpMgmtFrrStatesDetail_KEYS) GetExtendedTunnelId() string

func (*RsvpMgmtFrrStatesDetail_KEYS) GetP2MpId

func (m *RsvpMgmtFrrStatesDetail_KEYS) GetP2MpId() uint32

func (*RsvpMgmtFrrStatesDetail_KEYS) GetProtocol

func (m *RsvpMgmtFrrStatesDetail_KEYS) GetProtocol() uint32

func (*RsvpMgmtFrrStatesDetail_KEYS) GetSessionType

func (m *RsvpMgmtFrrStatesDetail_KEYS) GetSessionType() string

func (*RsvpMgmtFrrStatesDetail_KEYS) GetSourceAddress

func (m *RsvpMgmtFrrStatesDetail_KEYS) GetSourceAddress() string

func (*RsvpMgmtFrrStatesDetail_KEYS) GetSourcePort

func (m *RsvpMgmtFrrStatesDetail_KEYS) GetSourcePort() uint32

func (*RsvpMgmtFrrStatesDetail_KEYS) GetSubGroupId

func (m *RsvpMgmtFrrStatesDetail_KEYS) GetSubGroupId() uint32

func (*RsvpMgmtFrrStatesDetail_KEYS) GetSubGroupOrigin

func (m *RsvpMgmtFrrStatesDetail_KEYS) GetSubGroupOrigin() string

func (*RsvpMgmtFrrStatesDetail_KEYS) GetVrfName

func (m *RsvpMgmtFrrStatesDetail_KEYS) GetVrfName() string

func (*RsvpMgmtFrrStatesDetail_KEYS) ProtoMessage

func (*RsvpMgmtFrrStatesDetail_KEYS) ProtoMessage()

func (*RsvpMgmtFrrStatesDetail_KEYS) Reset

func (m *RsvpMgmtFrrStatesDetail_KEYS) Reset()

func (*RsvpMgmtFrrStatesDetail_KEYS) String

func (*RsvpMgmtFrrStatesDetail_KEYS) XXX_DiscardUnknown

func (m *RsvpMgmtFrrStatesDetail_KEYS) XXX_DiscardUnknown()

func (*RsvpMgmtFrrStatesDetail_KEYS) XXX_Marshal

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

func (*RsvpMgmtFrrStatesDetail_KEYS) XXX_Merge

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

func (*RsvpMgmtFrrStatesDetail_KEYS) XXX_Size

func (m *RsvpMgmtFrrStatesDetail_KEYS) XXX_Size() int

func (*RsvpMgmtFrrStatesDetail_KEYS) XXX_Unmarshal

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

type RsvpMgmtS2LSubLspIpv4

type RsvpMgmtS2LSubLspIpv4 struct {
	S2LDestinationAddress string   `` /* 126-byte string literal not displayed */
	XXX_NoUnkeyedLiteral  struct{} `json:"-"`
	XXX_unrecognized      []byte   `json:"-"`
	XXX_sizecache         int32    `json:"-"`
}

func (*RsvpMgmtS2LSubLspIpv4) Descriptor

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

func (*RsvpMgmtS2LSubLspIpv4) GetS2LDestinationAddress

func (m *RsvpMgmtS2LSubLspIpv4) GetS2LDestinationAddress() string

func (*RsvpMgmtS2LSubLspIpv4) ProtoMessage

func (*RsvpMgmtS2LSubLspIpv4) ProtoMessage()

func (*RsvpMgmtS2LSubLspIpv4) Reset

func (m *RsvpMgmtS2LSubLspIpv4) Reset()

func (*RsvpMgmtS2LSubLspIpv4) String

func (m *RsvpMgmtS2LSubLspIpv4) String() string

func (*RsvpMgmtS2LSubLspIpv4) XXX_DiscardUnknown

func (m *RsvpMgmtS2LSubLspIpv4) XXX_DiscardUnknown()

func (*RsvpMgmtS2LSubLspIpv4) XXX_Marshal

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

func (*RsvpMgmtS2LSubLspIpv4) XXX_Merge

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

func (*RsvpMgmtS2LSubLspIpv4) XXX_Size

func (m *RsvpMgmtS2LSubLspIpv4) XXX_Size() int

func (*RsvpMgmtS2LSubLspIpv4) XXX_Unmarshal

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

type RsvpMgmtSessionInfo

type RsvpMgmtSessionInfo struct {
	RsvpSession          *RsvpSessionUnion `protobuf:"bytes,1,opt,name=rsvp_session,json=rsvpSession,proto3" json:"rsvp_session,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*RsvpMgmtSessionInfo) Descriptor

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

func (*RsvpMgmtSessionInfo) GetRsvpSession

func (m *RsvpMgmtSessionInfo) GetRsvpSession() *RsvpSessionUnion

func (*RsvpMgmtSessionInfo) ProtoMessage

func (*RsvpMgmtSessionInfo) ProtoMessage()

func (*RsvpMgmtSessionInfo) Reset

func (m *RsvpMgmtSessionInfo) Reset()

func (*RsvpMgmtSessionInfo) String

func (m *RsvpMgmtSessionInfo) String() string

func (*RsvpMgmtSessionInfo) XXX_DiscardUnknown

func (m *RsvpMgmtSessionInfo) XXX_DiscardUnknown()

func (*RsvpMgmtSessionInfo) XXX_Marshal

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

func (*RsvpMgmtSessionInfo) XXX_Merge

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

func (*RsvpMgmtSessionInfo) XXX_Size

func (m *RsvpMgmtSessionInfo) XXX_Size() int

func (*RsvpMgmtSessionInfo) XXX_Unmarshal

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

type RsvpMgmtSessionLspTunnelIpv4

type RsvpMgmtSessionLspTunnelIpv4 struct {
	DestinationAddress   string   `protobuf:"bytes,1,opt,name=destination_address,json=destinationAddress,proto3" json:"destination_address,omitempty"`
	TunnelId             uint32   `protobuf:"varint,2,opt,name=tunnel_id,json=tunnelId,proto3" json:"tunnel_id,omitempty"`
	ExtendedTunnelId     string   `protobuf:"bytes,3,opt,name=extended_tunnel_id,json=extendedTunnelId,proto3" json:"extended_tunnel_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RsvpMgmtSessionLspTunnelIpv4) Descriptor

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

func (*RsvpMgmtSessionLspTunnelIpv4) GetDestinationAddress

func (m *RsvpMgmtSessionLspTunnelIpv4) GetDestinationAddress() string

func (*RsvpMgmtSessionLspTunnelIpv4) GetExtendedTunnelId

func (m *RsvpMgmtSessionLspTunnelIpv4) GetExtendedTunnelId() string

func (*RsvpMgmtSessionLspTunnelIpv4) GetTunnelId

func (m *RsvpMgmtSessionLspTunnelIpv4) GetTunnelId() uint32

func (*RsvpMgmtSessionLspTunnelIpv4) ProtoMessage

func (*RsvpMgmtSessionLspTunnelIpv4) ProtoMessage()

func (*RsvpMgmtSessionLspTunnelIpv4) Reset

func (m *RsvpMgmtSessionLspTunnelIpv4) Reset()

func (*RsvpMgmtSessionLspTunnelIpv4) String

func (*RsvpMgmtSessionLspTunnelIpv4) XXX_DiscardUnknown

func (m *RsvpMgmtSessionLspTunnelIpv4) XXX_DiscardUnknown()

func (*RsvpMgmtSessionLspTunnelIpv4) XXX_Marshal

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

func (*RsvpMgmtSessionLspTunnelIpv4) XXX_Merge

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

func (*RsvpMgmtSessionLspTunnelIpv4) XXX_Size

func (m *RsvpMgmtSessionLspTunnelIpv4) XXX_Size() int

func (*RsvpMgmtSessionLspTunnelIpv4) XXX_Unmarshal

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

type RsvpMgmtSessionP2MpLspTunnelIpv4

type RsvpMgmtSessionP2MpLspTunnelIpv4 struct {
	P2MpId               uint32   `protobuf:"varint,1,opt,name=p2mp_id,json=p2mpId,proto3" json:"p2mp_id,omitempty"`
	TunnelId             uint32   `protobuf:"varint,2,opt,name=tunnel_id,json=tunnelId,proto3" json:"tunnel_id,omitempty"`
	ExtendedTunnelId     string   `protobuf:"bytes,3,opt,name=extended_tunnel_id,json=extendedTunnelId,proto3" json:"extended_tunnel_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RsvpMgmtSessionP2MpLspTunnelIpv4) Descriptor

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

func (*RsvpMgmtSessionP2MpLspTunnelIpv4) GetExtendedTunnelId

func (m *RsvpMgmtSessionP2MpLspTunnelIpv4) GetExtendedTunnelId() string

func (*RsvpMgmtSessionP2MpLspTunnelIpv4) GetP2MpId

func (*RsvpMgmtSessionP2MpLspTunnelIpv4) GetTunnelId

func (m *RsvpMgmtSessionP2MpLspTunnelIpv4) GetTunnelId() uint32

func (*RsvpMgmtSessionP2MpLspTunnelIpv4) ProtoMessage

func (*RsvpMgmtSessionP2MpLspTunnelIpv4) ProtoMessage()

func (*RsvpMgmtSessionP2MpLspTunnelIpv4) Reset

func (*RsvpMgmtSessionP2MpLspTunnelIpv4) String

func (*RsvpMgmtSessionP2MpLspTunnelIpv4) XXX_DiscardUnknown

func (m *RsvpMgmtSessionP2MpLspTunnelIpv4) XXX_DiscardUnknown()

func (*RsvpMgmtSessionP2MpLspTunnelIpv4) XXX_Marshal

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

func (*RsvpMgmtSessionP2MpLspTunnelIpv4) XXX_Merge

func (*RsvpMgmtSessionP2MpLspTunnelIpv4) XXX_Size

func (m *RsvpMgmtSessionP2MpLspTunnelIpv4) XXX_Size() int

func (*RsvpMgmtSessionP2MpLspTunnelIpv4) XXX_Unmarshal

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

type RsvpMgmtSessionUdpIpv4

type RsvpMgmtSessionUdpIpv4 struct {
	DestinationAddress   string   `protobuf:"bytes,1,opt,name=destination_address,json=destinationAddress,proto3" json:"destination_address,omitempty"`
	Protocol             uint32   `protobuf:"varint,2,opt,name=protocol,proto3" json:"protocol,omitempty"`
	DestinationPort      uint32   `protobuf:"varint,3,opt,name=destination_port,json=destinationPort,proto3" json:"destination_port,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RsvpMgmtSessionUdpIpv4) Descriptor

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

func (*RsvpMgmtSessionUdpIpv4) GetDestinationAddress

func (m *RsvpMgmtSessionUdpIpv4) GetDestinationAddress() string

func (*RsvpMgmtSessionUdpIpv4) GetDestinationPort

func (m *RsvpMgmtSessionUdpIpv4) GetDestinationPort() uint32

func (*RsvpMgmtSessionUdpIpv4) GetProtocol

func (m *RsvpMgmtSessionUdpIpv4) GetProtocol() uint32

func (*RsvpMgmtSessionUdpIpv4) ProtoMessage

func (*RsvpMgmtSessionUdpIpv4) ProtoMessage()

func (*RsvpMgmtSessionUdpIpv4) Reset

func (m *RsvpMgmtSessionUdpIpv4) Reset()

func (*RsvpMgmtSessionUdpIpv4) String

func (m *RsvpMgmtSessionUdpIpv4) String() string

func (*RsvpMgmtSessionUdpIpv4) XXX_DiscardUnknown

func (m *RsvpMgmtSessionUdpIpv4) XXX_DiscardUnknown()

func (*RsvpMgmtSessionUdpIpv4) XXX_Marshal

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

func (*RsvpMgmtSessionUdpIpv4) XXX_Merge

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

func (*RsvpMgmtSessionUdpIpv4) XXX_Size

func (m *RsvpMgmtSessionUdpIpv4) XXX_Size() int

func (*RsvpMgmtSessionUdpIpv4) XXX_Unmarshal

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

type RsvpMgmtSessionUniIpv4

type RsvpMgmtSessionUniIpv4 struct {
	DestinationAddress   string   `protobuf:"bytes,1,opt,name=destination_address,json=destinationAddress,proto3" json:"destination_address,omitempty"`
	TunnelId             uint32   `protobuf:"varint,2,opt,name=tunnel_id,json=tunnelId,proto3" json:"tunnel_id,omitempty"`
	ExtendedAddress      string   `protobuf:"bytes,3,opt,name=extended_address,json=extendedAddress,proto3" json:"extended_address,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RsvpMgmtSessionUniIpv4) Descriptor

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

func (*RsvpMgmtSessionUniIpv4) GetDestinationAddress

func (m *RsvpMgmtSessionUniIpv4) GetDestinationAddress() string

func (*RsvpMgmtSessionUniIpv4) GetExtendedAddress

func (m *RsvpMgmtSessionUniIpv4) GetExtendedAddress() string

func (*RsvpMgmtSessionUniIpv4) GetTunnelId

func (m *RsvpMgmtSessionUniIpv4) GetTunnelId() uint32

func (*RsvpMgmtSessionUniIpv4) ProtoMessage

func (*RsvpMgmtSessionUniIpv4) ProtoMessage()

func (*RsvpMgmtSessionUniIpv4) Reset

func (m *RsvpMgmtSessionUniIpv4) Reset()

func (*RsvpMgmtSessionUniIpv4) String

func (m *RsvpMgmtSessionUniIpv4) String() string

func (*RsvpMgmtSessionUniIpv4) XXX_DiscardUnknown

func (m *RsvpMgmtSessionUniIpv4) XXX_DiscardUnknown()

func (*RsvpMgmtSessionUniIpv4) XXX_Marshal

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

func (*RsvpMgmtSessionUniIpv4) XXX_Merge

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

func (*RsvpMgmtSessionUniIpv4) XXX_Size

func (m *RsvpMgmtSessionUniIpv4) XXX_Size() int

func (*RsvpMgmtSessionUniIpv4) XXX_Unmarshal

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

type RsvpSessionUnion

type RsvpSessionUnion struct {
	SessionType          string                            `protobuf:"bytes,1,opt,name=session_type,json=sessionType,proto3" json:"session_type,omitempty"`
	Ipv4                 *RsvpMgmtSessionUdpIpv4           `protobuf:"bytes,2,opt,name=ipv4,proto3" json:"ipv4,omitempty"`
	Ipv4LspSession       *RsvpMgmtSessionLspTunnelIpv4     `protobuf:"bytes,3,opt,name=ipv4_lsp_session,json=ipv4LspSession,proto3" json:"ipv4_lsp_session,omitempty"`
	Ipv4UniSession       *RsvpMgmtSessionUniIpv4           `protobuf:"bytes,4,opt,name=ipv4_uni_session,json=ipv4UniSession,proto3" json:"ipv4_uni_session,omitempty"`
	Ipv4P2MpLspSession   *RsvpMgmtSessionP2MpLspTunnelIpv4 `protobuf:"bytes,5,opt,name=ipv4_p2mp_lsp_session,json=ipv4P2mpLspSession,proto3" json:"ipv4_p2mp_lsp_session,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                          `json:"-"`
	XXX_unrecognized     []byte                            `json:"-"`
	XXX_sizecache        int32                             `json:"-"`
}

func (*RsvpSessionUnion) Descriptor

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

func (*RsvpSessionUnion) GetIpv4

func (*RsvpSessionUnion) GetIpv4LspSession

func (m *RsvpSessionUnion) GetIpv4LspSession() *RsvpMgmtSessionLspTunnelIpv4

func (*RsvpSessionUnion) GetIpv4P2MpLspSession

func (m *RsvpSessionUnion) GetIpv4P2MpLspSession() *RsvpMgmtSessionP2MpLspTunnelIpv4

func (*RsvpSessionUnion) GetIpv4UniSession

func (m *RsvpSessionUnion) GetIpv4UniSession() *RsvpMgmtSessionUniIpv4

func (*RsvpSessionUnion) GetSessionType

func (m *RsvpSessionUnion) GetSessionType() string

func (*RsvpSessionUnion) ProtoMessage

func (*RsvpSessionUnion) ProtoMessage()

func (*RsvpSessionUnion) Reset

func (m *RsvpSessionUnion) Reset()

func (*RsvpSessionUnion) String

func (m *RsvpSessionUnion) String() string

func (*RsvpSessionUnion) XXX_DiscardUnknown

func (m *RsvpSessionUnion) XXX_DiscardUnknown()

func (*RsvpSessionUnion) XXX_Marshal

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

func (*RsvpSessionUnion) XXX_Merge

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

func (*RsvpSessionUnion) XXX_Size

func (m *RsvpSessionUnion) XXX_Size() int

func (*RsvpSessionUnion) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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