cisco_ios_xr_ip_rsvp_oper_rsvp_standby_psb_detaileds_psb_detailed

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-standby/psb-detaileds/psb-detailed

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RsvpFilterUnion

type RsvpFilterUnion struct {
	FilterType           string                  `protobuf:"bytes,1,opt,name=filter_type,json=filterType,proto3" json:"filter_type,omitempty"`
	UdpIpv4Session       *RsvpMgmtFilterIpv4     `protobuf:"bytes,2,opt,name=udp_ipv4_session,json=udpIpv4Session,proto3" json:"udp_ipv4_session,omitempty"`
	P2MpIpv4Session      *RsvpMgmtFilterP2MpIpv4 `protobuf:"bytes,3,opt,name=p2mp_ipv4_session,json=p2mpIpv4Session,proto3" json:"p2mp_ipv4_session,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                `json:"-"`
	XXX_unrecognized     []byte                  `json:"-"`
	XXX_sizecache        int32                   `json:"-"`
}

func (*RsvpFilterUnion) Descriptor

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

func (*RsvpFilterUnion) GetFilterType

func (m *RsvpFilterUnion) GetFilterType() string

func (*RsvpFilterUnion) GetP2MpIpv4Session

func (m *RsvpFilterUnion) GetP2MpIpv4Session() *RsvpMgmtFilterP2MpIpv4

func (*RsvpFilterUnion) GetUdpIpv4Session

func (m *RsvpFilterUnion) GetUdpIpv4Session() *RsvpMgmtFilterIpv4

func (*RsvpFilterUnion) ProtoMessage

func (*RsvpFilterUnion) ProtoMessage()

func (*RsvpFilterUnion) Reset

func (m *RsvpFilterUnion) Reset()

func (*RsvpFilterUnion) String

func (m *RsvpFilterUnion) String() string

func (*RsvpFilterUnion) XXX_DiscardUnknown

func (m *RsvpFilterUnion) XXX_DiscardUnknown()

func (*RsvpFilterUnion) XXX_Marshal

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

func (*RsvpFilterUnion) XXX_Merge

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

func (*RsvpFilterUnion) XXX_Size

func (m *RsvpFilterUnion) XXX_Size() int

func (*RsvpFilterUnion) XXX_Unmarshal

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

type RsvpMgmtCtInfo

type RsvpMgmtCtInfo struct {
	IsClassTypeInfoValid bool     `` /* 128-byte string literal not displayed */
	ClassType            uint32   `protobuf:"varint,2,opt,name=class_type,json=classType,proto3" json:"class_type,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RsvpMgmtCtInfo) Descriptor

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

func (*RsvpMgmtCtInfo) GetClassType

func (m *RsvpMgmtCtInfo) GetClassType() uint32

func (*RsvpMgmtCtInfo) GetIsClassTypeInfoValid

func (m *RsvpMgmtCtInfo) GetIsClassTypeInfoValid() bool

func (*RsvpMgmtCtInfo) ProtoMessage

func (*RsvpMgmtCtInfo) ProtoMessage()

func (*RsvpMgmtCtInfo) Reset

func (m *RsvpMgmtCtInfo) Reset()

func (*RsvpMgmtCtInfo) String

func (m *RsvpMgmtCtInfo) String() string

func (*RsvpMgmtCtInfo) XXX_DiscardUnknown

func (m *RsvpMgmtCtInfo) XXX_DiscardUnknown()

func (*RsvpMgmtCtInfo) XXX_Marshal

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

func (*RsvpMgmtCtInfo) XXX_Merge

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

func (*RsvpMgmtCtInfo) XXX_Size

func (m *RsvpMgmtCtInfo) XXX_Size() int

func (*RsvpMgmtCtInfo) XXX_Unmarshal

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

type RsvpMgmtEroIpv4Subobj

type RsvpMgmtEroIpv4Subobj struct {
	IsStrictRoute        bool     `protobuf:"varint,1,opt,name=is_strict_route,json=isStrictRoute,proto3" json:"is_strict_route,omitempty"`
	EroAddress           string   `protobuf:"bytes,2,opt,name=ero_address,json=eroAddress,proto3" json:"ero_address,omitempty"`
	PrefixLength         uint32   `protobuf:"varint,3,opt,name=prefix_length,json=prefixLength,proto3" json:"prefix_length,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RsvpMgmtEroIpv4Subobj) Descriptor

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

func (*RsvpMgmtEroIpv4Subobj) GetEroAddress

func (m *RsvpMgmtEroIpv4Subobj) GetEroAddress() string

func (*RsvpMgmtEroIpv4Subobj) GetIsStrictRoute

func (m *RsvpMgmtEroIpv4Subobj) GetIsStrictRoute() bool

func (*RsvpMgmtEroIpv4Subobj) GetPrefixLength

func (m *RsvpMgmtEroIpv4Subobj) GetPrefixLength() uint32

func (*RsvpMgmtEroIpv4Subobj) ProtoMessage

func (*RsvpMgmtEroIpv4Subobj) ProtoMessage()

func (*RsvpMgmtEroIpv4Subobj) Reset

func (m *RsvpMgmtEroIpv4Subobj) Reset()

func (*RsvpMgmtEroIpv4Subobj) String

func (m *RsvpMgmtEroIpv4Subobj) String() string

func (*RsvpMgmtEroIpv4Subobj) XXX_DiscardUnknown

func (m *RsvpMgmtEroIpv4Subobj) XXX_DiscardUnknown()

func (*RsvpMgmtEroIpv4Subobj) XXX_Marshal

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

func (*RsvpMgmtEroIpv4Subobj) XXX_Merge

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

func (*RsvpMgmtEroIpv4Subobj) XXX_Size

func (m *RsvpMgmtEroIpv4Subobj) XXX_Size() int

func (*RsvpMgmtEroIpv4Subobj) XXX_Unmarshal

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

type RsvpMgmtEroSubobj

type RsvpMgmtEroSubobj struct {
	EroType                string                  `protobuf:"bytes,1,opt,name=ero_type,json=eroType,proto3" json:"ero_type,omitempty"`
	Ipv4EroSubObject       *RsvpMgmtEroIpv4Subobj  `protobuf:"bytes,2,opt,name=ipv4ero_sub_object,json=ipv4eroSubObject,proto3" json:"ipv4ero_sub_object,omitempty"`
	UnnumberedEroSubObject *RsvpMgmtEroUnnumSubobj `` /* 131-byte string literal not displayed */
	XXX_NoUnkeyedLiteral   struct{}                `json:"-"`
	XXX_unrecognized       []byte                  `json:"-"`
	XXX_sizecache          int32                   `json:"-"`
}

func (*RsvpMgmtEroSubobj) Descriptor

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

func (*RsvpMgmtEroSubobj) GetEroType

func (m *RsvpMgmtEroSubobj) GetEroType() string

func (*RsvpMgmtEroSubobj) GetIpv4EroSubObject

func (m *RsvpMgmtEroSubobj) GetIpv4EroSubObject() *RsvpMgmtEroIpv4Subobj

func (*RsvpMgmtEroSubobj) GetUnnumberedEroSubObject

func (m *RsvpMgmtEroSubobj) GetUnnumberedEroSubObject() *RsvpMgmtEroUnnumSubobj

func (*RsvpMgmtEroSubobj) ProtoMessage

func (*RsvpMgmtEroSubobj) ProtoMessage()

func (*RsvpMgmtEroSubobj) Reset

func (m *RsvpMgmtEroSubobj) Reset()

func (*RsvpMgmtEroSubobj) String

func (m *RsvpMgmtEroSubobj) String() string

func (*RsvpMgmtEroSubobj) XXX_DiscardUnknown

func (m *RsvpMgmtEroSubobj) XXX_DiscardUnknown()

func (*RsvpMgmtEroSubobj) XXX_Marshal

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

func (*RsvpMgmtEroSubobj) XXX_Merge

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

func (*RsvpMgmtEroSubobj) XXX_Size

func (m *RsvpMgmtEroSubobj) XXX_Size() int

func (*RsvpMgmtEroSubobj) XXX_Unmarshal

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

type RsvpMgmtEroUnnumSubobj

type RsvpMgmtEroUnnumSubobj struct {
	IsStrictRoute        bool     `protobuf:"varint,1,opt,name=is_strict_route,json=isStrictRoute,proto3" json:"is_strict_route,omitempty"`
	EroInterfaceId       uint32   `protobuf:"varint,2,opt,name=ero_interface_id,json=eroInterfaceId,proto3" json:"ero_interface_id,omitempty"`
	EroRouterId          string   `protobuf:"bytes,3,opt,name=ero_router_id,json=eroRouterId,proto3" json:"ero_router_id,omitempty"`
	Status               string   `protobuf:"bytes,4,opt,name=status,proto3" json:"status,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RsvpMgmtEroUnnumSubobj) Descriptor

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

func (*RsvpMgmtEroUnnumSubobj) GetEroInterfaceId

func (m *RsvpMgmtEroUnnumSubobj) GetEroInterfaceId() uint32

func (*RsvpMgmtEroUnnumSubobj) GetEroRouterId

func (m *RsvpMgmtEroUnnumSubobj) GetEroRouterId() string

func (*RsvpMgmtEroUnnumSubobj) GetIsStrictRoute

func (m *RsvpMgmtEroUnnumSubobj) GetIsStrictRoute() bool

func (*RsvpMgmtEroUnnumSubobj) GetStatus

func (m *RsvpMgmtEroUnnumSubobj) GetStatus() string

func (*RsvpMgmtEroUnnumSubobj) ProtoMessage

func (*RsvpMgmtEroUnnumSubobj) ProtoMessage()

func (*RsvpMgmtEroUnnumSubobj) Reset

func (m *RsvpMgmtEroUnnumSubobj) Reset()

func (*RsvpMgmtEroUnnumSubobj) String

func (m *RsvpMgmtEroUnnumSubobj) String() string

func (*RsvpMgmtEroUnnumSubobj) XXX_DiscardUnknown

func (m *RsvpMgmtEroUnnumSubobj) XXX_DiscardUnknown()

func (*RsvpMgmtEroUnnumSubobj) XXX_Marshal

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

func (*RsvpMgmtEroUnnumSubobj) XXX_Merge

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

func (*RsvpMgmtEroUnnumSubobj) XXX_Size

func (m *RsvpMgmtEroUnnumSubobj) XXX_Size() int

func (*RsvpMgmtEroUnnumSubobj) XXX_Unmarshal

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

type RsvpMgmtFilterInfo

type RsvpMgmtFilterInfo struct {
	RsvpFilter           *RsvpFilterUnion `protobuf:"bytes,1,opt,name=rsvp_filter,json=rsvpFilter,proto3" json:"rsvp_filter,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*RsvpMgmtFilterInfo) Descriptor

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

func (*RsvpMgmtFilterInfo) GetRsvpFilter

func (m *RsvpMgmtFilterInfo) GetRsvpFilter() *RsvpFilterUnion

func (*RsvpMgmtFilterInfo) ProtoMessage

func (*RsvpMgmtFilterInfo) ProtoMessage()

func (*RsvpMgmtFilterInfo) Reset

func (m *RsvpMgmtFilterInfo) Reset()

func (*RsvpMgmtFilterInfo) String

func (m *RsvpMgmtFilterInfo) String() string

func (*RsvpMgmtFilterInfo) XXX_DiscardUnknown

func (m *RsvpMgmtFilterInfo) XXX_DiscardUnknown()

func (*RsvpMgmtFilterInfo) XXX_Marshal

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

func (*RsvpMgmtFilterInfo) XXX_Merge

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

func (*RsvpMgmtFilterInfo) XXX_Size

func (m *RsvpMgmtFilterInfo) XXX_Size() int

func (*RsvpMgmtFilterInfo) XXX_Unmarshal

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

type RsvpMgmtFilterIpv4

type RsvpMgmtFilterIpv4 struct {
	SourceAddress        string   `protobuf:"bytes,1,opt,name=source_address,json=sourceAddress,proto3" json:"source_address,omitempty"`
	SourcePort           uint32   `protobuf:"varint,2,opt,name=source_port,json=sourcePort,proto3" json:"source_port,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RsvpMgmtFilterIpv4) Descriptor

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

func (*RsvpMgmtFilterIpv4) GetSourceAddress

func (m *RsvpMgmtFilterIpv4) GetSourceAddress() string

func (*RsvpMgmtFilterIpv4) GetSourcePort

func (m *RsvpMgmtFilterIpv4) GetSourcePort() uint32

func (*RsvpMgmtFilterIpv4) ProtoMessage

func (*RsvpMgmtFilterIpv4) ProtoMessage()

func (*RsvpMgmtFilterIpv4) Reset

func (m *RsvpMgmtFilterIpv4) Reset()

func (*RsvpMgmtFilterIpv4) String

func (m *RsvpMgmtFilterIpv4) String() string

func (*RsvpMgmtFilterIpv4) XXX_DiscardUnknown

func (m *RsvpMgmtFilterIpv4) XXX_DiscardUnknown()

func (*RsvpMgmtFilterIpv4) XXX_Marshal

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

func (*RsvpMgmtFilterIpv4) XXX_Merge

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

func (*RsvpMgmtFilterIpv4) XXX_Size

func (m *RsvpMgmtFilterIpv4) XXX_Size() int

func (*RsvpMgmtFilterIpv4) XXX_Unmarshal

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

type RsvpMgmtFilterP2MpIpv4

type RsvpMgmtFilterP2MpIpv4 struct {
	SourceAddress        string   `protobuf:"bytes,1,opt,name=source_address,json=sourceAddress,proto3" json:"source_address,omitempty"`
	SourcePort           uint32   `protobuf:"varint,2,opt,name=source_port,json=sourcePort,proto3" json:"source_port,omitempty"`
	P2MpSubGroupOrigin   string   `protobuf:"bytes,3,opt,name=p2mp_sub_group_origin,json=p2mpSubGroupOrigin,proto3" json:"p2mp_sub_group_origin,omitempty"`
	SubGroupId           uint32   `protobuf:"varint,4,opt,name=sub_group_id,json=subGroupId,proto3" json:"sub_group_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RsvpMgmtFilterP2MpIpv4) Descriptor

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

func (*RsvpMgmtFilterP2MpIpv4) GetP2MpSubGroupOrigin

func (m *RsvpMgmtFilterP2MpIpv4) GetP2MpSubGroupOrigin() string

func (*RsvpMgmtFilterP2MpIpv4) GetSourceAddress

func (m *RsvpMgmtFilterP2MpIpv4) GetSourceAddress() string

func (*RsvpMgmtFilterP2MpIpv4) GetSourcePort

func (m *RsvpMgmtFilterP2MpIpv4) GetSourcePort() uint32

func (*RsvpMgmtFilterP2MpIpv4) GetSubGroupId

func (m *RsvpMgmtFilterP2MpIpv4) GetSubGroupId() uint32

func (*RsvpMgmtFilterP2MpIpv4) ProtoMessage

func (*RsvpMgmtFilterP2MpIpv4) ProtoMessage()

func (*RsvpMgmtFilterP2MpIpv4) Reset

func (m *RsvpMgmtFilterP2MpIpv4) Reset()

func (*RsvpMgmtFilterP2MpIpv4) String

func (m *RsvpMgmtFilterP2MpIpv4) String() string

func (*RsvpMgmtFilterP2MpIpv4) XXX_DiscardUnknown

func (m *RsvpMgmtFilterP2MpIpv4) XXX_DiscardUnknown()

func (*RsvpMgmtFilterP2MpIpv4) XXX_Marshal

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

func (*RsvpMgmtFilterP2MpIpv4) XXX_Merge

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

func (*RsvpMgmtFilterP2MpIpv4) XXX_Size

func (m *RsvpMgmtFilterP2MpIpv4) XXX_Size() int

func (*RsvpMgmtFilterP2MpIpv4) XXX_Unmarshal

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

type RsvpMgmtGenTrafficSpec

type RsvpMgmtGenTrafficSpec struct {
	TspecType            string                `protobuf:"bytes,1,opt,name=tspec_type,json=tspecType,proto3" json:"tspec_type,omitempty"`
	G709OtnTspec         *RsvpMgmtTspecG709Otn `protobuf:"bytes,2,opt,name=g709otn_tspec,json=g709otnTspec,proto3" json:"g709otn_tspec,omitempty"`
	IntsrvTspec          *RsvpMgmtTrafficSpec  `protobuf:"bytes,3,opt,name=intsrv_tspec,json=intsrvTspec,proto3" json:"intsrv_tspec,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*RsvpMgmtGenTrafficSpec) Descriptor

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

func (*RsvpMgmtGenTrafficSpec) GetG709OtnTspec

func (m *RsvpMgmtGenTrafficSpec) GetG709OtnTspec() *RsvpMgmtTspecG709Otn

func (*RsvpMgmtGenTrafficSpec) GetIntsrvTspec

func (m *RsvpMgmtGenTrafficSpec) GetIntsrvTspec() *RsvpMgmtTrafficSpec

func (*RsvpMgmtGenTrafficSpec) GetTspecType

func (m *RsvpMgmtGenTrafficSpec) GetTspecType() string

func (*RsvpMgmtGenTrafficSpec) ProtoMessage

func (*RsvpMgmtGenTrafficSpec) ProtoMessage()

func (*RsvpMgmtGenTrafficSpec) Reset

func (m *RsvpMgmtGenTrafficSpec) Reset()

func (*RsvpMgmtGenTrafficSpec) String

func (m *RsvpMgmtGenTrafficSpec) String() string

func (*RsvpMgmtGenTrafficSpec) XXX_DiscardUnknown

func (m *RsvpMgmtGenTrafficSpec) XXX_DiscardUnknown()

func (*RsvpMgmtGenTrafficSpec) XXX_Marshal

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

func (*RsvpMgmtGenTrafficSpec) XXX_Merge

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

func (*RsvpMgmtGenTrafficSpec) XXX_Size

func (m *RsvpMgmtGenTrafficSpec) XXX_Size() int

func (*RsvpMgmtGenTrafficSpec) XXX_Unmarshal

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

type RsvpMgmtGeneralizedLabel

type RsvpMgmtGeneralizedLabel struct {
	Value                []uint32 `protobuf:"varint,1,rep,packed,name=value,proto3" json:"value,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RsvpMgmtGeneralizedLabel) Descriptor

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

func (*RsvpMgmtGeneralizedLabel) GetValue

func (m *RsvpMgmtGeneralizedLabel) GetValue() []uint32

func (*RsvpMgmtGeneralizedLabel) ProtoMessage

func (*RsvpMgmtGeneralizedLabel) ProtoMessage()

func (*RsvpMgmtGeneralizedLabel) Reset

func (m *RsvpMgmtGeneralizedLabel) Reset()

func (*RsvpMgmtGeneralizedLabel) String

func (m *RsvpMgmtGeneralizedLabel) String() string

func (*RsvpMgmtGeneralizedLabel) XXX_DiscardUnknown

func (m *RsvpMgmtGeneralizedLabel) XXX_DiscardUnknown()

func (*RsvpMgmtGeneralizedLabel) XXX_Marshal

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

func (*RsvpMgmtGeneralizedLabel) XXX_Merge

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

func (*RsvpMgmtGeneralizedLabel) XXX_Size

func (m *RsvpMgmtGeneralizedLabel) XXX_Size() int

func (*RsvpMgmtGeneralizedLabel) XXX_Unmarshal

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

type RsvpMgmtGenericLabel

type RsvpMgmtGenericLabel struct {
	GenericLabelType     string                    `protobuf:"bytes,1,opt,name=generic_label_type,json=genericLabelType,proto3" json:"generic_label_type,omitempty"`
	GeneralizedLabel     *RsvpMgmtGeneralizedLabel `protobuf:"bytes,2,opt,name=generalized_label,json=generalizedLabel,proto3" json:"generalized_label,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                  `json:"-"`
	XXX_unrecognized     []byte                    `json:"-"`
	XXX_sizecache        int32                     `json:"-"`
}

func (*RsvpMgmtGenericLabel) Descriptor

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

func (*RsvpMgmtGenericLabel) GetGeneralizedLabel

func (m *RsvpMgmtGenericLabel) GetGeneralizedLabel() *RsvpMgmtGeneralizedLabel

func (*RsvpMgmtGenericLabel) GetGenericLabelType

func (m *RsvpMgmtGenericLabel) GetGenericLabelType() string

func (*RsvpMgmtGenericLabel) ProtoMessage

func (*RsvpMgmtGenericLabel) ProtoMessage()

func (*RsvpMgmtGenericLabel) Reset

func (m *RsvpMgmtGenericLabel) Reset()

func (*RsvpMgmtGenericLabel) String

func (m *RsvpMgmtGenericLabel) String() string

func (*RsvpMgmtGenericLabel) XXX_DiscardUnknown

func (m *RsvpMgmtGenericLabel) XXX_DiscardUnknown()

func (*RsvpMgmtGenericLabel) XXX_Marshal

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

func (*RsvpMgmtGenericLabel) XXX_Merge

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

func (*RsvpMgmtGenericLabel) XXX_Size

func (m *RsvpMgmtGenericLabel) XXX_Size() int

func (*RsvpMgmtGenericLabel) XXX_Unmarshal

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

type RsvpMgmtHeaderInfo

type RsvpMgmtHeaderInfo struct {
	RsvpVersion          uint32   `protobuf:"varint,1,opt,name=rsvp_version,json=rsvpVersion,proto3" json:"rsvp_version,omitempty"`
	RsvpHeaderFlags      uint32   `protobuf:"varint,2,opt,name=rsvp_header_flags,json=rsvpHeaderFlags,proto3" json:"rsvp_header_flags,omitempty"`
	RsvpTtl              uint32   `protobuf:"varint,3,opt,name=rsvp_ttl,json=rsvpTtl,proto3" json:"rsvp_ttl,omitempty"`
	RsvpMessageType      uint32   `protobuf:"varint,4,opt,name=rsvp_message_type,json=rsvpMessageType,proto3" json:"rsvp_message_type,omitempty"`
	IpTos                uint32   `protobuf:"varint,5,opt,name=ip_tos,json=ipTos,proto3" json:"ip_tos,omitempty"`
	IpTtl                uint32   `protobuf:"varint,6,opt,name=ip_ttl,json=ipTtl,proto3" json:"ip_ttl,omitempty"`
	IpSourceAddress      string   `protobuf:"bytes,7,opt,name=ip_source_address,json=ipSourceAddress,proto3" json:"ip_source_address,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RsvpMgmtHeaderInfo) Descriptor

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

func (*RsvpMgmtHeaderInfo) GetIpSourceAddress

func (m *RsvpMgmtHeaderInfo) GetIpSourceAddress() string

func (*RsvpMgmtHeaderInfo) GetIpTos

func (m *RsvpMgmtHeaderInfo) GetIpTos() uint32

func (*RsvpMgmtHeaderInfo) GetIpTtl

func (m *RsvpMgmtHeaderInfo) GetIpTtl() uint32

func (*RsvpMgmtHeaderInfo) GetRsvpHeaderFlags

func (m *RsvpMgmtHeaderInfo) GetRsvpHeaderFlags() uint32

func (*RsvpMgmtHeaderInfo) GetRsvpMessageType

func (m *RsvpMgmtHeaderInfo) GetRsvpMessageType() uint32

func (*RsvpMgmtHeaderInfo) GetRsvpTtl

func (m *RsvpMgmtHeaderInfo) GetRsvpTtl() uint32

func (*RsvpMgmtHeaderInfo) GetRsvpVersion

func (m *RsvpMgmtHeaderInfo) GetRsvpVersion() uint32

func (*RsvpMgmtHeaderInfo) ProtoMessage

func (*RsvpMgmtHeaderInfo) ProtoMessage()

func (*RsvpMgmtHeaderInfo) Reset

func (m *RsvpMgmtHeaderInfo) Reset()

func (*RsvpMgmtHeaderInfo) String

func (m *RsvpMgmtHeaderInfo) String() string

func (*RsvpMgmtHeaderInfo) XXX_DiscardUnknown

func (m *RsvpMgmtHeaderInfo) XXX_DiscardUnknown()

func (*RsvpMgmtHeaderInfo) XXX_Marshal

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

func (*RsvpMgmtHeaderInfo) XXX_Merge

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

func (*RsvpMgmtHeaderInfo) XXX_Size

func (m *RsvpMgmtHeaderInfo) XXX_Size() int

func (*RsvpMgmtHeaderInfo) XXX_Unmarshal

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

type RsvpMgmtHopInfo

type RsvpMgmtHopInfo struct {
	NeighborAddress              string   `protobuf:"bytes,1,opt,name=neighbor_address,json=neighborAddress,proto3" json:"neighbor_address,omitempty"`
	NeighborLogicalInterfaceName string   `` /* 149-byte string literal not displayed */
	XXX_NoUnkeyedLiteral         struct{} `json:"-"`
	XXX_unrecognized             []byte   `json:"-"`
	XXX_sizecache                int32    `json:"-"`
}

func (*RsvpMgmtHopInfo) Descriptor

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

func (*RsvpMgmtHopInfo) GetNeighborAddress

func (m *RsvpMgmtHopInfo) GetNeighborAddress() string

func (*RsvpMgmtHopInfo) GetNeighborLogicalInterfaceName

func (m *RsvpMgmtHopInfo) GetNeighborLogicalInterfaceName() string

func (*RsvpMgmtHopInfo) ProtoMessage

func (*RsvpMgmtHopInfo) ProtoMessage()

func (*RsvpMgmtHopInfo) Reset

func (m *RsvpMgmtHopInfo) Reset()

func (*RsvpMgmtHopInfo) String

func (m *RsvpMgmtHopInfo) String() string

func (*RsvpMgmtHopInfo) XXX_DiscardUnknown

func (m *RsvpMgmtHopInfo) XXX_DiscardUnknown()

func (*RsvpMgmtHopInfo) XXX_Marshal

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

func (*RsvpMgmtHopInfo) XXX_Merge

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

func (*RsvpMgmtHopInfo) XXX_Size

func (m *RsvpMgmtHopInfo) XXX_Size() int

func (*RsvpMgmtHopInfo) XXX_Unmarshal

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

type RsvpMgmtLabelInfo

type RsvpMgmtLabelInfo struct {
	IsValid                        bool                  `protobuf:"varint,1,opt,name=is_valid,json=isValid,proto3" json:"is_valid,omitempty"`
	LocalDownstreamLabel           uint32                `protobuf:"varint,2,opt,name=local_downstream_label,json=localDownstreamLabel,proto3" json:"local_downstream_label,omitempty"`
	GenericLocalDownstreamLabel    *RsvpMgmtGenericLabel `` /* 146-byte string literal not displayed */
	OutgoingDownstreamLabel        uint32                `` /* 133-byte string literal not displayed */
	GenericOutgoingDownstreamLabel *RsvpMgmtGenericLabel `` /* 155-byte string literal not displayed */
	MergePointLabel                uint32                `protobuf:"varint,6,opt,name=merge_point_label,json=mergePointLabel,proto3" json:"merge_point_label,omitempty"`
	GenericMergePointLabel         *RsvpMgmtGenericLabel `` /* 131-byte string literal not displayed */
	OutgoingUpstreamLabel          uint32                `` /* 127-byte string literal not displayed */
	GenericOutgoingUpstreamLabel   *RsvpMgmtGenericLabel `` /* 149-byte string literal not displayed */
	LocalUpstreamLabel             uint32                `protobuf:"varint,10,opt,name=local_upstream_label,json=localUpstreamLabel,proto3" json:"local_upstream_label,omitempty"`
	GenericLocalUpstreamLabel      *RsvpMgmtGenericLabel `` /* 141-byte string literal not displayed */
	RecoveryLabel                  uint32                `protobuf:"varint,12,opt,name=recovery_label,json=recoveryLabel,proto3" json:"recovery_label,omitempty"`
	LspWrapLabel                   uint32                `protobuf:"varint,13,opt,name=lsp_wrap_label,json=lspWrapLabel,proto3" json:"lsp_wrap_label,omitempty"`
	GenericRecoveryLabel           *RsvpMgmtGenericLabel `protobuf:"bytes,14,opt,name=generic_recovery_label,json=genericRecoveryLabel,proto3" json:"generic_recovery_label,omitempty"`
	XXX_NoUnkeyedLiteral           struct{}              `json:"-"`
	XXX_unrecognized               []byte                `json:"-"`
	XXX_sizecache                  int32                 `json:"-"`
}

func (*RsvpMgmtLabelInfo) Descriptor

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

func (*RsvpMgmtLabelInfo) GetGenericLocalDownstreamLabel

func (m *RsvpMgmtLabelInfo) GetGenericLocalDownstreamLabel() *RsvpMgmtGenericLabel

func (*RsvpMgmtLabelInfo) GetGenericLocalUpstreamLabel

func (m *RsvpMgmtLabelInfo) GetGenericLocalUpstreamLabel() *RsvpMgmtGenericLabel

func (*RsvpMgmtLabelInfo) GetGenericMergePointLabel

func (m *RsvpMgmtLabelInfo) GetGenericMergePointLabel() *RsvpMgmtGenericLabel

func (*RsvpMgmtLabelInfo) GetGenericOutgoingDownstreamLabel

func (m *RsvpMgmtLabelInfo) GetGenericOutgoingDownstreamLabel() *RsvpMgmtGenericLabel

func (*RsvpMgmtLabelInfo) GetGenericOutgoingUpstreamLabel

func (m *RsvpMgmtLabelInfo) GetGenericOutgoingUpstreamLabel() *RsvpMgmtGenericLabel

func (*RsvpMgmtLabelInfo) GetGenericRecoveryLabel

func (m *RsvpMgmtLabelInfo) GetGenericRecoveryLabel() *RsvpMgmtGenericLabel

func (*RsvpMgmtLabelInfo) GetIsValid

func (m *RsvpMgmtLabelInfo) GetIsValid() bool

func (*RsvpMgmtLabelInfo) GetLocalDownstreamLabel

func (m *RsvpMgmtLabelInfo) GetLocalDownstreamLabel() uint32

func (*RsvpMgmtLabelInfo) GetLocalUpstreamLabel

func (m *RsvpMgmtLabelInfo) GetLocalUpstreamLabel() uint32

func (*RsvpMgmtLabelInfo) GetLspWrapLabel

func (m *RsvpMgmtLabelInfo) GetLspWrapLabel() uint32

func (*RsvpMgmtLabelInfo) GetMergePointLabel

func (m *RsvpMgmtLabelInfo) GetMergePointLabel() uint32

func (*RsvpMgmtLabelInfo) GetOutgoingDownstreamLabel

func (m *RsvpMgmtLabelInfo) GetOutgoingDownstreamLabel() uint32

func (*RsvpMgmtLabelInfo) GetOutgoingUpstreamLabel

func (m *RsvpMgmtLabelInfo) GetOutgoingUpstreamLabel() uint32

func (*RsvpMgmtLabelInfo) GetRecoveryLabel

func (m *RsvpMgmtLabelInfo) GetRecoveryLabel() uint32

func (*RsvpMgmtLabelInfo) ProtoMessage

func (*RsvpMgmtLabelInfo) ProtoMessage()

func (*RsvpMgmtLabelInfo) Reset

func (m *RsvpMgmtLabelInfo) Reset()

func (*RsvpMgmtLabelInfo) String

func (m *RsvpMgmtLabelInfo) String() string

func (*RsvpMgmtLabelInfo) XXX_DiscardUnknown

func (m *RsvpMgmtLabelInfo) XXX_DiscardUnknown()

func (*RsvpMgmtLabelInfo) XXX_Marshal

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

func (*RsvpMgmtLabelInfo) XXX_Merge

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

func (*RsvpMgmtLabelInfo) XXX_Size

func (m *RsvpMgmtLabelInfo) XXX_Size() int

func (*RsvpMgmtLabelInfo) XXX_Unmarshal

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

type RsvpMgmtPathDetail

type RsvpMgmtPathDetail 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"`
	Template             *RsvpMgmtFilterInfo          `protobuf:"bytes,52,opt,name=template,proto3" json:"template,omitempty"`
	SessionAttribute     *RsvpMgmtSessionAttribute    `protobuf:"bytes,53,opt,name=session_attribute,json=sessionAttribute,proto3" json:"session_attribute,omitempty"`
	TrafficSpec          *RsvpMgmtTrafficSpec         `protobuf:"bytes,54,opt,name=traffic_spec,json=trafficSpec,proto3" json:"traffic_spec,omitempty"`
	GenericTrafficSpec   *RsvpMgmtGenTrafficSpec      `protobuf:"bytes,55,opt,name=generic_traffic_spec,json=genericTrafficSpec,proto3" json:"generic_traffic_spec,omitempty"`
	InputInterface       string                       `protobuf:"bytes,56,opt,name=input_interface,json=inputInterface,proto3" json:"input_interface,omitempty"`
	PathFlags            *RsvpMgmtPathFlags           `protobuf:"bytes,57,opt,name=path_flags,json=pathFlags,proto3" json:"path_flags,omitempty"`
	BackupTunnelName     string                       `protobuf:"bytes,58,opt,name=backup_tunnel_name,json=backupTunnelName,proto3" json:"backup_tunnel_name,omitempty"`
	Hop                  *RsvpMgmtHopInfo             `protobuf:"bytes,59,opt,name=hop,proto3" json:"hop,omitempty"`
	PolicySourceInfo     *RsvpMgmtPolicySources       `protobuf:"bytes,60,opt,name=policy_source_info,json=policySourceInfo,proto3" json:"policy_source_info,omitempty"`
	Header               *RsvpMgmtHeaderInfo          `protobuf:"bytes,61,opt,name=header,proto3" json:"header,omitempty"`
	ExpiryTime           *RsvpMgmtTimespec            `protobuf:"bytes,62,opt,name=expiry_time,json=expiryTime,proto3" json:"expiry_time,omitempty"`
	PolicyFlags          *RsvpMgmtPolicyFlags         `protobuf:"bytes,63,opt,name=policy_flags,json=policyFlags,proto3" json:"policy_flags,omitempty"`
	PolicyQueryFlags     *RsvpMgmtPolicyQueryFlags    `protobuf:"bytes,64,opt,name=policy_query_flags,json=policyQueryFlags,proto3" json:"policy_query_flags,omitempty"`
	Pfc                  []*RsvpPathForwardingContext `protobuf:"bytes,65,rep,name=pfc,proto3" json:"pfc,omitempty"`
	LabelInfo            *RsvpMgmtLabelInfo           `protobuf:"bytes,66,opt,name=label_info,json=labelInfo,proto3" json:"label_info,omitempty"`
	ClassType            *RsvpMgmtCtInfo              `protobuf:"bytes,67,opt,name=class_type,json=classType,proto3" json:"class_type,omitempty"`
	IsInEroValid         bool                         `protobuf:"varint,68,opt,name=is_in_ero_valid,json=isInEroValid,proto3" json:"is_in_ero_valid,omitempty"`
	InEro                []*RsvpMgmtEroSubobj         `protobuf:"bytes,69,rep,name=in_ero,json=inEro,proto3" json:"in_ero,omitempty"`
	IsOutEroValid        bool                         `protobuf:"varint,70,opt,name=is_out_ero_valid,json=isOutEroValid,proto3" json:"is_out_ero_valid,omitempty"`
	OutEro               []*RsvpMgmtEroSubobj         `protobuf:"bytes,71,rep,name=out_ero,json=outEro,proto3" json:"out_ero,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                     `json:"-"`
	XXX_unrecognized     []byte                       `json:"-"`
	XXX_sizecache        int32                        `json:"-"`
}

func (*RsvpMgmtPathDetail) Descriptor

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

func (*RsvpMgmtPathDetail) GetBackupTunnelName

func (m *RsvpMgmtPathDetail) GetBackupTunnelName() string

func (*RsvpMgmtPathDetail) GetClassType

func (m *RsvpMgmtPathDetail) GetClassType() *RsvpMgmtCtInfo

func (*RsvpMgmtPathDetail) GetExpiryTime

func (m *RsvpMgmtPathDetail) GetExpiryTime() *RsvpMgmtTimespec

func (*RsvpMgmtPathDetail) GetGenericTrafficSpec

func (m *RsvpMgmtPathDetail) GetGenericTrafficSpec() *RsvpMgmtGenTrafficSpec

func (*RsvpMgmtPathDetail) GetHeader

func (m *RsvpMgmtPathDetail) GetHeader() *RsvpMgmtHeaderInfo

func (*RsvpMgmtPathDetail) GetHop

func (m *RsvpMgmtPathDetail) GetHop() *RsvpMgmtHopInfo

func (*RsvpMgmtPathDetail) GetInEro

func (m *RsvpMgmtPathDetail) GetInEro() []*RsvpMgmtEroSubobj

func (*RsvpMgmtPathDetail) GetInputInterface

func (m *RsvpMgmtPathDetail) GetInputInterface() string

func (*RsvpMgmtPathDetail) GetIsInEroValid

func (m *RsvpMgmtPathDetail) GetIsInEroValid() bool

func (*RsvpMgmtPathDetail) GetIsOutEroValid

func (m *RsvpMgmtPathDetail) GetIsOutEroValid() bool

func (*RsvpMgmtPathDetail) GetLabelInfo

func (m *RsvpMgmtPathDetail) GetLabelInfo() *RsvpMgmtLabelInfo

func (*RsvpMgmtPathDetail) GetOutEro

func (m *RsvpMgmtPathDetail) GetOutEro() []*RsvpMgmtEroSubobj

func (*RsvpMgmtPathDetail) GetPathFlags

func (m *RsvpMgmtPathDetail) GetPathFlags() *RsvpMgmtPathFlags

func (*RsvpMgmtPathDetail) GetPfc

func (*RsvpMgmtPathDetail) GetPolicyFlags

func (m *RsvpMgmtPathDetail) GetPolicyFlags() *RsvpMgmtPolicyFlags

func (*RsvpMgmtPathDetail) GetPolicyQueryFlags

func (m *RsvpMgmtPathDetail) GetPolicyQueryFlags() *RsvpMgmtPolicyQueryFlags

func (*RsvpMgmtPathDetail) GetPolicySourceInfo

func (m *RsvpMgmtPathDetail) GetPolicySourceInfo() *RsvpMgmtPolicySources

func (*RsvpMgmtPathDetail) GetS2LSubLsp

func (m *RsvpMgmtPathDetail) GetS2LSubLsp() *RsvpMgmtS2LSubLspIpv4

func (*RsvpMgmtPathDetail) GetSession

func (m *RsvpMgmtPathDetail) GetSession() *RsvpMgmtSessionInfo

func (*RsvpMgmtPathDetail) GetSessionAttribute

func (m *RsvpMgmtPathDetail) GetSessionAttribute() *RsvpMgmtSessionAttribute

func (*RsvpMgmtPathDetail) GetTemplate

func (m *RsvpMgmtPathDetail) GetTemplate() *RsvpMgmtFilterInfo

func (*RsvpMgmtPathDetail) GetTrafficSpec

func (m *RsvpMgmtPathDetail) GetTrafficSpec() *RsvpMgmtTrafficSpec

func (*RsvpMgmtPathDetail) ProtoMessage

func (*RsvpMgmtPathDetail) ProtoMessage()

func (*RsvpMgmtPathDetail) Reset

func (m *RsvpMgmtPathDetail) Reset()

func (*RsvpMgmtPathDetail) String

func (m *RsvpMgmtPathDetail) String() string

func (*RsvpMgmtPathDetail) XXX_DiscardUnknown

func (m *RsvpMgmtPathDetail) XXX_DiscardUnknown()

func (*RsvpMgmtPathDetail) XXX_Marshal

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

func (*RsvpMgmtPathDetail) XXX_Merge

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

func (*RsvpMgmtPathDetail) XXX_Size

func (m *RsvpMgmtPathDetail) XXX_Size() int

func (*RsvpMgmtPathDetail) XXX_Unmarshal

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

type RsvpMgmtPathDetail_KEYS

type RsvpMgmtPathDetail_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 (*RsvpMgmtPathDetail_KEYS) Descriptor

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

func (*RsvpMgmtPathDetail_KEYS) GetDestinationAddress

func (m *RsvpMgmtPathDetail_KEYS) GetDestinationAddress() string

func (*RsvpMgmtPathDetail_KEYS) GetDestinationPort

func (m *RsvpMgmtPathDetail_KEYS) GetDestinationPort() uint32

func (*RsvpMgmtPathDetail_KEYS) GetExtendedTunnelId

func (m *RsvpMgmtPathDetail_KEYS) GetExtendedTunnelId() string

func (*RsvpMgmtPathDetail_KEYS) GetP2MpId

func (m *RsvpMgmtPathDetail_KEYS) GetP2MpId() uint32

func (*RsvpMgmtPathDetail_KEYS) GetProtocol

func (m *RsvpMgmtPathDetail_KEYS) GetProtocol() uint32

func (*RsvpMgmtPathDetail_KEYS) GetSessionType

func (m *RsvpMgmtPathDetail_KEYS) GetSessionType() string

func (*RsvpMgmtPathDetail_KEYS) GetSourceAddress

func (m *RsvpMgmtPathDetail_KEYS) GetSourceAddress() string

func (*RsvpMgmtPathDetail_KEYS) GetSourcePort

func (m *RsvpMgmtPathDetail_KEYS) GetSourcePort() uint32

func (*RsvpMgmtPathDetail_KEYS) GetSubGroupId

func (m *RsvpMgmtPathDetail_KEYS) GetSubGroupId() uint32

func (*RsvpMgmtPathDetail_KEYS) GetSubGroupOrigin

func (m *RsvpMgmtPathDetail_KEYS) GetSubGroupOrigin() string

func (*RsvpMgmtPathDetail_KEYS) GetVrfName

func (m *RsvpMgmtPathDetail_KEYS) GetVrfName() string

func (*RsvpMgmtPathDetail_KEYS) ProtoMessage

func (*RsvpMgmtPathDetail_KEYS) ProtoMessage()

func (*RsvpMgmtPathDetail_KEYS) Reset

func (m *RsvpMgmtPathDetail_KEYS) Reset()

func (*RsvpMgmtPathDetail_KEYS) String

func (m *RsvpMgmtPathDetail_KEYS) String() string

func (*RsvpMgmtPathDetail_KEYS) XXX_DiscardUnknown

func (m *RsvpMgmtPathDetail_KEYS) XXX_DiscardUnknown()

func (*RsvpMgmtPathDetail_KEYS) XXX_Marshal

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

func (*RsvpMgmtPathDetail_KEYS) XXX_Merge

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

func (*RsvpMgmtPathDetail_KEYS) XXX_Size

func (m *RsvpMgmtPathDetail_KEYS) XXX_Size() int

func (*RsvpMgmtPathDetail_KEYS) XXX_Unmarshal

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

type RsvpMgmtPathFlags

type RsvpMgmtPathFlags struct {
	IsNonRsvpHopUpstream bool     `` /* 128-byte string literal not displayed */
	IsLocalSender        bool     `protobuf:"varint,2,opt,name=is_local_sender,json=isLocalSender,proto3" json:"is_local_sender,omitempty"`
	IsMessageIdValid     bool     `protobuf:"varint,3,opt,name=is_message_id_valid,json=isMessageIdValid,proto3" json:"is_message_id_valid,omitempty"`
	IsLocalRepair        bool     `protobuf:"varint,4,opt,name=is_local_repair,json=isLocalRepair,proto3" json:"is_local_repair,omitempty"`
	IsBidirectional      bool     `protobuf:"varint,5,opt,name=is_bidirectional,json=isBidirectional,proto3" json:"is_bidirectional,omitempty"`
	IsLockout            bool     `protobuf:"varint,6,opt,name=is_lockout,json=isLockout,proto3" json:"is_lockout,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RsvpMgmtPathFlags) Descriptor

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

func (*RsvpMgmtPathFlags) GetIsBidirectional

func (m *RsvpMgmtPathFlags) GetIsBidirectional() bool

func (*RsvpMgmtPathFlags) GetIsLocalRepair

func (m *RsvpMgmtPathFlags) GetIsLocalRepair() bool

func (*RsvpMgmtPathFlags) GetIsLocalSender

func (m *RsvpMgmtPathFlags) GetIsLocalSender() bool

func (*RsvpMgmtPathFlags) GetIsLockout

func (m *RsvpMgmtPathFlags) GetIsLockout() bool

func (*RsvpMgmtPathFlags) GetIsMessageIdValid

func (m *RsvpMgmtPathFlags) GetIsMessageIdValid() bool

func (*RsvpMgmtPathFlags) GetIsNonRsvpHopUpstream

func (m *RsvpMgmtPathFlags) GetIsNonRsvpHopUpstream() bool

func (*RsvpMgmtPathFlags) ProtoMessage

func (*RsvpMgmtPathFlags) ProtoMessage()

func (*RsvpMgmtPathFlags) Reset

func (m *RsvpMgmtPathFlags) Reset()

func (*RsvpMgmtPathFlags) String

func (m *RsvpMgmtPathFlags) String() string

func (*RsvpMgmtPathFlags) XXX_DiscardUnknown

func (m *RsvpMgmtPathFlags) XXX_DiscardUnknown()

func (*RsvpMgmtPathFlags) XXX_Marshal

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

func (*RsvpMgmtPathFlags) XXX_Merge

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

func (*RsvpMgmtPathFlags) XXX_Size

func (m *RsvpMgmtPathFlags) XXX_Size() int

func (*RsvpMgmtPathFlags) XXX_Unmarshal

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

type RsvpMgmtPolicyFlags

type RsvpMgmtPolicyFlags struct {
	IsAccepted           bool     `protobuf:"varint,1,opt,name=is_accepted,json=isAccepted,proto3" json:"is_accepted,omitempty"`
	IsInstalled          bool     `protobuf:"varint,2,opt,name=is_installed,json=isInstalled,proto3" json:"is_installed,omitempty"`
	IsForwarding         bool     `protobuf:"varint,3,opt,name=is_forwarding,json=isForwarding,proto3" json:"is_forwarding,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RsvpMgmtPolicyFlags) Descriptor

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

func (*RsvpMgmtPolicyFlags) GetIsAccepted

func (m *RsvpMgmtPolicyFlags) GetIsAccepted() bool

func (*RsvpMgmtPolicyFlags) GetIsForwarding

func (m *RsvpMgmtPolicyFlags) GetIsForwarding() bool

func (*RsvpMgmtPolicyFlags) GetIsInstalled

func (m *RsvpMgmtPolicyFlags) GetIsInstalled() bool

func (*RsvpMgmtPolicyFlags) ProtoMessage

func (*RsvpMgmtPolicyFlags) ProtoMessage()

func (*RsvpMgmtPolicyFlags) Reset

func (m *RsvpMgmtPolicyFlags) Reset()

func (*RsvpMgmtPolicyFlags) String

func (m *RsvpMgmtPolicyFlags) String() string

func (*RsvpMgmtPolicyFlags) XXX_DiscardUnknown

func (m *RsvpMgmtPolicyFlags) XXX_DiscardUnknown()

func (*RsvpMgmtPolicyFlags) XXX_Marshal

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

func (*RsvpMgmtPolicyFlags) XXX_Merge

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

func (*RsvpMgmtPolicyFlags) XXX_Size

func (m *RsvpMgmtPolicyFlags) XXX_Size() int

func (*RsvpMgmtPolicyFlags) XXX_Unmarshal

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

type RsvpMgmtPolicyQueryFlags

type RsvpMgmtPolicyQueryFlags struct {
	IsNeeded             bool     `protobuf:"varint,1,opt,name=is_needed,json=isNeeded,proto3" json:"is_needed,omitempty"`
	IsReportRequired     bool     `protobuf:"varint,2,opt,name=is_report_required,json=isReportRequired,proto3" json:"is_report_required,omitempty"`
	IsResync             bool     `protobuf:"varint,3,opt,name=is_resync,json=isResync,proto3" json:"is_resync,omitempty"`
	IsBypass             bool     `protobuf:"varint,4,opt,name=is_bypass,json=isBypass,proto3" json:"is_bypass,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RsvpMgmtPolicyQueryFlags) Descriptor

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

func (*RsvpMgmtPolicyQueryFlags) GetIsBypass

func (m *RsvpMgmtPolicyQueryFlags) GetIsBypass() bool

func (*RsvpMgmtPolicyQueryFlags) GetIsNeeded

func (m *RsvpMgmtPolicyQueryFlags) GetIsNeeded() bool

func (*RsvpMgmtPolicyQueryFlags) GetIsReportRequired

func (m *RsvpMgmtPolicyQueryFlags) GetIsReportRequired() bool

func (*RsvpMgmtPolicyQueryFlags) GetIsResync

func (m *RsvpMgmtPolicyQueryFlags) GetIsResync() bool

func (*RsvpMgmtPolicyQueryFlags) ProtoMessage

func (*RsvpMgmtPolicyQueryFlags) ProtoMessage()

func (*RsvpMgmtPolicyQueryFlags) Reset

func (m *RsvpMgmtPolicyQueryFlags) Reset()

func (*RsvpMgmtPolicyQueryFlags) String

func (m *RsvpMgmtPolicyQueryFlags) String() string

func (*RsvpMgmtPolicyQueryFlags) XXX_DiscardUnknown

func (m *RsvpMgmtPolicyQueryFlags) XXX_DiscardUnknown()

func (*RsvpMgmtPolicyQueryFlags) XXX_Marshal

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

func (*RsvpMgmtPolicyQueryFlags) XXX_Merge

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

func (*RsvpMgmtPolicyQueryFlags) XXX_Size

func (m *RsvpMgmtPolicyQueryFlags) XXX_Size() int

func (*RsvpMgmtPolicyQueryFlags) XXX_Unmarshal

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

type RsvpMgmtPolicySources

type RsvpMgmtPolicySources struct {
	IsTeLink             bool     `protobuf:"varint,1,opt,name=is_te_link,json=isTeLink,proto3" json:"is_te_link,omitempty"`
	IsLocal              bool     `protobuf:"varint,2,opt,name=is_local,json=isLocal,proto3" json:"is_local,omitempty"`
	IsCops               bool     `protobuf:"varint,3,opt,name=is_cops,json=isCops,proto3" json:"is_cops,omitempty"`
	IsDefault            bool     `protobuf:"varint,4,opt,name=is_default,json=isDefault,proto3" json:"is_default,omitempty"`
	IsCable              bool     `protobuf:"varint,5,opt,name=is_cable,json=isCable,proto3" json:"is_cable,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RsvpMgmtPolicySources) Descriptor

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

func (*RsvpMgmtPolicySources) GetIsCable

func (m *RsvpMgmtPolicySources) GetIsCable() bool

func (*RsvpMgmtPolicySources) GetIsCops

func (m *RsvpMgmtPolicySources) GetIsCops() bool

func (*RsvpMgmtPolicySources) GetIsDefault

func (m *RsvpMgmtPolicySources) GetIsDefault() bool

func (*RsvpMgmtPolicySources) GetIsLocal

func (m *RsvpMgmtPolicySources) GetIsLocal() bool
func (m *RsvpMgmtPolicySources) GetIsTeLink() bool

func (*RsvpMgmtPolicySources) ProtoMessage

func (*RsvpMgmtPolicySources) ProtoMessage()

func (*RsvpMgmtPolicySources) Reset

func (m *RsvpMgmtPolicySources) Reset()

func (*RsvpMgmtPolicySources) String

func (m *RsvpMgmtPolicySources) String() string

func (*RsvpMgmtPolicySources) XXX_DiscardUnknown

func (m *RsvpMgmtPolicySources) XXX_DiscardUnknown()

func (*RsvpMgmtPolicySources) XXX_Marshal

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

func (*RsvpMgmtPolicySources) XXX_Merge

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

func (*RsvpMgmtPolicySources) XXX_Size

func (m *RsvpMgmtPolicySources) XXX_Size() int

func (*RsvpMgmtPolicySources) XXX_Unmarshal

func (m *RsvpMgmtPolicySources) 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 RsvpMgmtSessionAttribute

type RsvpMgmtSessionAttribute struct {
	SetupPriority        uint32                         `protobuf:"varint,1,opt,name=setup_priority,json=setupPriority,proto3" json:"setup_priority,omitempty"`
	ReservationPriority  uint32                         `protobuf:"varint,2,opt,name=reservation_priority,json=reservationPriority,proto3" json:"reservation_priority,omitempty"`
	SessAttributeFlags   *RsvpMgmtSessionAttributeFlags `protobuf:"bytes,3,opt,name=sess_attribute_flags,json=sessAttributeFlags,proto3" json:"sess_attribute_flags,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                       `json:"-"`
	XXX_unrecognized     []byte                         `json:"-"`
	XXX_sizecache        int32                          `json:"-"`
}

func (*RsvpMgmtSessionAttribute) Descriptor

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

func (*RsvpMgmtSessionAttribute) GetReservationPriority

func (m *RsvpMgmtSessionAttribute) GetReservationPriority() uint32

func (*RsvpMgmtSessionAttribute) GetSessAttributeFlags

func (m *RsvpMgmtSessionAttribute) GetSessAttributeFlags() *RsvpMgmtSessionAttributeFlags

func (*RsvpMgmtSessionAttribute) GetSetupPriority

func (m *RsvpMgmtSessionAttribute) GetSetupPriority() uint32

func (*RsvpMgmtSessionAttribute) ProtoMessage

func (*RsvpMgmtSessionAttribute) ProtoMessage()

func (*RsvpMgmtSessionAttribute) Reset

func (m *RsvpMgmtSessionAttribute) Reset()

func (*RsvpMgmtSessionAttribute) String

func (m *RsvpMgmtSessionAttribute) String() string

func (*RsvpMgmtSessionAttribute) XXX_DiscardUnknown

func (m *RsvpMgmtSessionAttribute) XXX_DiscardUnknown()

func (*RsvpMgmtSessionAttribute) XXX_Marshal

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

func (*RsvpMgmtSessionAttribute) XXX_Merge

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

func (*RsvpMgmtSessionAttribute) XXX_Size

func (m *RsvpMgmtSessionAttribute) XXX_Size() int

func (*RsvpMgmtSessionAttribute) XXX_Unmarshal

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

type RsvpMgmtSessionAttributeFlags

type RsvpMgmtSessionAttributeFlags struct {
	IsLocalProtect            bool     `protobuf:"varint,1,opt,name=is_local_protect,json=isLocalProtect,proto3" json:"is_local_protect,omitempty"`
	IsNodeProtect             bool     `protobuf:"varint,2,opt,name=is_node_protect,json=isNodeProtect,proto3" json:"is_node_protect,omitempty"`
	IsBandwidthProtect        bool     `protobuf:"varint,3,opt,name=is_bandwidth_protect,json=isBandwidthProtect,proto3" json:"is_bandwidth_protect,omitempty"`
	IsRecordLabels            bool     `protobuf:"varint,4,opt,name=is_record_labels,json=isRecordLabels,proto3" json:"is_record_labels,omitempty"`
	IsSharedExplicitRequested bool     `` /* 141-byte string literal not displayed */
	XXX_NoUnkeyedLiteral      struct{} `json:"-"`
	XXX_unrecognized          []byte   `json:"-"`
	XXX_sizecache             int32    `json:"-"`
}

func (*RsvpMgmtSessionAttributeFlags) Descriptor

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

func (*RsvpMgmtSessionAttributeFlags) GetIsBandwidthProtect

func (m *RsvpMgmtSessionAttributeFlags) GetIsBandwidthProtect() bool

func (*RsvpMgmtSessionAttributeFlags) GetIsLocalProtect

func (m *RsvpMgmtSessionAttributeFlags) GetIsLocalProtect() bool

func (*RsvpMgmtSessionAttributeFlags) GetIsNodeProtect

func (m *RsvpMgmtSessionAttributeFlags) GetIsNodeProtect() bool

func (*RsvpMgmtSessionAttributeFlags) GetIsRecordLabels

func (m *RsvpMgmtSessionAttributeFlags) GetIsRecordLabels() bool

func (*RsvpMgmtSessionAttributeFlags) GetIsSharedExplicitRequested

func (m *RsvpMgmtSessionAttributeFlags) GetIsSharedExplicitRequested() bool

func (*RsvpMgmtSessionAttributeFlags) ProtoMessage

func (*RsvpMgmtSessionAttributeFlags) ProtoMessage()

func (*RsvpMgmtSessionAttributeFlags) Reset

func (m *RsvpMgmtSessionAttributeFlags) Reset()

func (*RsvpMgmtSessionAttributeFlags) String

func (*RsvpMgmtSessionAttributeFlags) XXX_DiscardUnknown

func (m *RsvpMgmtSessionAttributeFlags) XXX_DiscardUnknown()

func (*RsvpMgmtSessionAttributeFlags) XXX_Marshal

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

func (*RsvpMgmtSessionAttributeFlags) XXX_Merge

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

func (*RsvpMgmtSessionAttributeFlags) XXX_Size

func (m *RsvpMgmtSessionAttributeFlags) XXX_Size() int

func (*RsvpMgmtSessionAttributeFlags) XXX_Unmarshal

func (m *RsvpMgmtSessionAttributeFlags) 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 RsvpMgmtTimespec

type RsvpMgmtTimespec struct {
	Seconds              int32    `protobuf:"zigzag32,1,opt,name=seconds,proto3" json:"seconds,omitempty"`
	Nanoseconds          int32    `protobuf:"zigzag32,2,opt,name=nanoseconds,proto3" json:"nanoseconds,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RsvpMgmtTimespec) Descriptor

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

func (*RsvpMgmtTimespec) GetNanoseconds

func (m *RsvpMgmtTimespec) GetNanoseconds() int32

func (*RsvpMgmtTimespec) GetSeconds

func (m *RsvpMgmtTimespec) GetSeconds() int32

func (*RsvpMgmtTimespec) ProtoMessage

func (*RsvpMgmtTimespec) ProtoMessage()

func (*RsvpMgmtTimespec) Reset

func (m *RsvpMgmtTimespec) Reset()

func (*RsvpMgmtTimespec) String

func (m *RsvpMgmtTimespec) String() string

func (*RsvpMgmtTimespec) XXX_DiscardUnknown

func (m *RsvpMgmtTimespec) XXX_DiscardUnknown()

func (*RsvpMgmtTimespec) XXX_Marshal

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

func (*RsvpMgmtTimespec) XXX_Merge

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

func (*RsvpMgmtTimespec) XXX_Size

func (m *RsvpMgmtTimespec) XXX_Size() int

func (*RsvpMgmtTimespec) XXX_Unmarshal

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

type RsvpMgmtTrafficSpec

type RsvpMgmtTrafficSpec struct {
	TrafficAverageRate   uint64   `protobuf:"varint,1,opt,name=traffic_average_rate,json=trafficAverageRate,proto3" json:"traffic_average_rate,omitempty"`
	TrafficMaxBurst      uint64   `protobuf:"varint,2,opt,name=traffic_max_burst,json=trafficMaxBurst,proto3" json:"traffic_max_burst,omitempty"`
	TrafficPeakRate      uint64   `protobuf:"varint,3,opt,name=traffic_peak_rate,json=trafficPeakRate,proto3" json:"traffic_peak_rate,omitempty"`
	TrafficMinUnit       uint32   `protobuf:"varint,4,opt,name=traffic_min_unit,json=trafficMinUnit,proto3" json:"traffic_min_unit,omitempty"`
	TrafficMaxUnit       uint32   `protobuf:"varint,5,opt,name=traffic_max_unit,json=trafficMaxUnit,proto3" json:"traffic_max_unit,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RsvpMgmtTrafficSpec) Descriptor

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

func (*RsvpMgmtTrafficSpec) GetTrafficAverageRate

func (m *RsvpMgmtTrafficSpec) GetTrafficAverageRate() uint64

func (*RsvpMgmtTrafficSpec) GetTrafficMaxBurst

func (m *RsvpMgmtTrafficSpec) GetTrafficMaxBurst() uint64

func (*RsvpMgmtTrafficSpec) GetTrafficMaxUnit

func (m *RsvpMgmtTrafficSpec) GetTrafficMaxUnit() uint32

func (*RsvpMgmtTrafficSpec) GetTrafficMinUnit

func (m *RsvpMgmtTrafficSpec) GetTrafficMinUnit() uint32

func (*RsvpMgmtTrafficSpec) GetTrafficPeakRate

func (m *RsvpMgmtTrafficSpec) GetTrafficPeakRate() uint64

func (*RsvpMgmtTrafficSpec) ProtoMessage

func (*RsvpMgmtTrafficSpec) ProtoMessage()

func (*RsvpMgmtTrafficSpec) Reset

func (m *RsvpMgmtTrafficSpec) Reset()

func (*RsvpMgmtTrafficSpec) String

func (m *RsvpMgmtTrafficSpec) String() string

func (*RsvpMgmtTrafficSpec) XXX_DiscardUnknown

func (m *RsvpMgmtTrafficSpec) XXX_DiscardUnknown()

func (*RsvpMgmtTrafficSpec) XXX_Marshal

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

func (*RsvpMgmtTrafficSpec) XXX_Merge

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

func (*RsvpMgmtTrafficSpec) XXX_Size

func (m *RsvpMgmtTrafficSpec) XXX_Size() int

func (*RsvpMgmtTrafficSpec) XXX_Unmarshal

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

type RsvpMgmtTspecG709Otn

type RsvpMgmtTspecG709Otn struct {
	TrafficSignalType    uint32   `protobuf:"varint,1,opt,name=traffic_signal_type,json=trafficSignalType,proto3" json:"traffic_signal_type,omitempty"`
	TrafficNvc           uint32   `protobuf:"varint,2,opt,name=traffic_nvc,json=trafficNvc,proto3" json:"traffic_nvc,omitempty"`
	TrafficMultiplier    uint32   `protobuf:"varint,3,opt,name=traffic_multiplier,json=trafficMultiplier,proto3" json:"traffic_multiplier,omitempty"`
	TrafficBitRate       uint64   `protobuf:"varint,4,opt,name=traffic_bit_rate,json=trafficBitRate,proto3" json:"traffic_bit_rate,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RsvpMgmtTspecG709Otn) Descriptor

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

func (*RsvpMgmtTspecG709Otn) GetTrafficBitRate

func (m *RsvpMgmtTspecG709Otn) GetTrafficBitRate() uint64

func (*RsvpMgmtTspecG709Otn) GetTrafficMultiplier

func (m *RsvpMgmtTspecG709Otn) GetTrafficMultiplier() uint32

func (*RsvpMgmtTspecG709Otn) GetTrafficNvc

func (m *RsvpMgmtTspecG709Otn) GetTrafficNvc() uint32

func (*RsvpMgmtTspecG709Otn) GetTrafficSignalType

func (m *RsvpMgmtTspecG709Otn) GetTrafficSignalType() uint32

func (*RsvpMgmtTspecG709Otn) ProtoMessage

func (*RsvpMgmtTspecG709Otn) ProtoMessage()

func (*RsvpMgmtTspecG709Otn) Reset

func (m *RsvpMgmtTspecG709Otn) Reset()

func (*RsvpMgmtTspecG709Otn) String

func (m *RsvpMgmtTspecG709Otn) String() string

func (*RsvpMgmtTspecG709Otn) XXX_DiscardUnknown

func (m *RsvpMgmtTspecG709Otn) XXX_DiscardUnknown()

func (*RsvpMgmtTspecG709Otn) XXX_Marshal

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

func (*RsvpMgmtTspecG709Otn) XXX_Merge

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

func (*RsvpMgmtTspecG709Otn) XXX_Size

func (m *RsvpMgmtTspecG709Otn) XXX_Size() int

func (*RsvpMgmtTspecG709Otn) XXX_Unmarshal

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

type RsvpPathForwardingContext

type RsvpPathForwardingContext struct {
	OutputInterface      string                    `protobuf:"bytes,1,opt,name=output_interface,json=outputInterface,proto3" json:"output_interface,omitempty"`
	PolicyFlags          *RsvpMgmtPolicyFlags      `protobuf:"bytes,2,opt,name=policy_flags,json=policyFlags,proto3" json:"policy_flags,omitempty"`
	PolicyQueryFlags     *RsvpMgmtPolicyQueryFlags `protobuf:"bytes,3,opt,name=policy_query_flags,json=policyQueryFlags,proto3" json:"policy_query_flags,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                  `json:"-"`
	XXX_unrecognized     []byte                    `json:"-"`
	XXX_sizecache        int32                     `json:"-"`
}

func (*RsvpPathForwardingContext) Descriptor

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

func (*RsvpPathForwardingContext) GetOutputInterface

func (m *RsvpPathForwardingContext) GetOutputInterface() string

func (*RsvpPathForwardingContext) GetPolicyFlags

func (m *RsvpPathForwardingContext) GetPolicyFlags() *RsvpMgmtPolicyFlags

func (*RsvpPathForwardingContext) GetPolicyQueryFlags

func (m *RsvpPathForwardingContext) GetPolicyQueryFlags() *RsvpMgmtPolicyQueryFlags

func (*RsvpPathForwardingContext) ProtoMessage

func (*RsvpPathForwardingContext) ProtoMessage()

func (*RsvpPathForwardingContext) Reset

func (m *RsvpPathForwardingContext) Reset()

func (*RsvpPathForwardingContext) String

func (m *RsvpPathForwardingContext) String() string

func (*RsvpPathForwardingContext) XXX_DiscardUnknown

func (m *RsvpPathForwardingContext) XXX_DiscardUnknown()

func (*RsvpPathForwardingContext) XXX_Marshal

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

func (*RsvpPathForwardingContext) XXX_Merge

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

func (*RsvpPathForwardingContext) XXX_Size

func (m *RsvpPathForwardingContext) XXX_Size() int

func (*RsvpPathForwardingContext) XXX_Unmarshal

func (m *RsvpPathForwardingContext) 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