cisco_ios_xr_ip_rsvp_oper_rsvp_standby_rsb_detaileds_rsb_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/rsb-detaileds/rsb-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 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 RsvpMgmtFlowSpec

type RsvpMgmtFlowSpec struct {
	FlowAverageRate      uint64   `protobuf:"varint,1,opt,name=flow_average_rate,json=flowAverageRate,proto3" json:"flow_average_rate,omitempty"`
	FlowMaxBurst         uint64   `protobuf:"varint,2,opt,name=flow_max_burst,json=flowMaxBurst,proto3" json:"flow_max_burst,omitempty"`
	FlowPeakRate         uint64   `protobuf:"varint,3,opt,name=flow_peak_rate,json=flowPeakRate,proto3" json:"flow_peak_rate,omitempty"`
	FlowMinUnit          uint32   `protobuf:"varint,4,opt,name=flow_min_unit,json=flowMinUnit,proto3" json:"flow_min_unit,omitempty"`
	FlowMaxUnit          uint32   `protobuf:"varint,5,opt,name=flow_max_unit,json=flowMaxUnit,proto3" json:"flow_max_unit,omitempty"`
	FlowRequestedRate    uint64   `protobuf:"varint,6,opt,name=flow_requested_rate,json=flowRequestedRate,proto3" json:"flow_requested_rate,omitempty"`
	FlowSlack            uint32   `protobuf:"varint,7,opt,name=flow_slack,json=flowSlack,proto3" json:"flow_slack,omitempty"`
	FlowQos              string   `protobuf:"bytes,8,opt,name=flow_qos,json=flowQos,proto3" json:"flow_qos,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RsvpMgmtFlowSpec) Descriptor

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

func (*RsvpMgmtFlowSpec) GetFlowAverageRate

func (m *RsvpMgmtFlowSpec) GetFlowAverageRate() uint64

func (*RsvpMgmtFlowSpec) GetFlowMaxBurst

func (m *RsvpMgmtFlowSpec) GetFlowMaxBurst() uint64

func (*RsvpMgmtFlowSpec) GetFlowMaxUnit

func (m *RsvpMgmtFlowSpec) GetFlowMaxUnit() uint32

func (*RsvpMgmtFlowSpec) GetFlowMinUnit

func (m *RsvpMgmtFlowSpec) GetFlowMinUnit() uint32

func (*RsvpMgmtFlowSpec) GetFlowPeakRate

func (m *RsvpMgmtFlowSpec) GetFlowPeakRate() uint64

func (*RsvpMgmtFlowSpec) GetFlowQos

func (m *RsvpMgmtFlowSpec) GetFlowQos() string

func (*RsvpMgmtFlowSpec) GetFlowRequestedRate

func (m *RsvpMgmtFlowSpec) GetFlowRequestedRate() uint64

func (*RsvpMgmtFlowSpec) GetFlowSlack

func (m *RsvpMgmtFlowSpec) GetFlowSlack() uint32

func (*RsvpMgmtFlowSpec) ProtoMessage

func (*RsvpMgmtFlowSpec) ProtoMessage()

func (*RsvpMgmtFlowSpec) Reset

func (m *RsvpMgmtFlowSpec) Reset()

func (*RsvpMgmtFlowSpec) String

func (m *RsvpMgmtFlowSpec) String() string

func (*RsvpMgmtFlowSpec) XXX_DiscardUnknown

func (m *RsvpMgmtFlowSpec) XXX_DiscardUnknown()

func (*RsvpMgmtFlowSpec) XXX_Marshal

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

func (*RsvpMgmtFlowSpec) XXX_Merge

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

func (*RsvpMgmtFlowSpec) XXX_Size

func (m *RsvpMgmtFlowSpec) XXX_Size() int

func (*RsvpMgmtFlowSpec) XXX_Unmarshal

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

type RsvpMgmtFlowSpecG709Otn

type RsvpMgmtFlowSpecG709Otn struct {
	FlowSignalType       uint32   `protobuf:"varint,1,opt,name=flow_signal_type,json=flowSignalType,proto3" json:"flow_signal_type,omitempty"`
	FlowNvc              uint32   `protobuf:"varint,2,opt,name=flow_nvc,json=flowNvc,proto3" json:"flow_nvc,omitempty"`
	FlowMultiplier       uint32   `protobuf:"varint,3,opt,name=flow_multiplier,json=flowMultiplier,proto3" json:"flow_multiplier,omitempty"`
	FlowBitRate          uint64   `protobuf:"varint,4,opt,name=flow_bit_rate,json=flowBitRate,proto3" json:"flow_bit_rate,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RsvpMgmtFlowSpecG709Otn) Descriptor

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

func (*RsvpMgmtFlowSpecG709Otn) GetFlowBitRate

func (m *RsvpMgmtFlowSpecG709Otn) GetFlowBitRate() uint64

func (*RsvpMgmtFlowSpecG709Otn) GetFlowMultiplier

func (m *RsvpMgmtFlowSpecG709Otn) GetFlowMultiplier() uint32

func (*RsvpMgmtFlowSpecG709Otn) GetFlowNvc

func (m *RsvpMgmtFlowSpecG709Otn) GetFlowNvc() uint32

func (*RsvpMgmtFlowSpecG709Otn) GetFlowSignalType

func (m *RsvpMgmtFlowSpecG709Otn) GetFlowSignalType() uint32

func (*RsvpMgmtFlowSpecG709Otn) ProtoMessage

func (*RsvpMgmtFlowSpecG709Otn) ProtoMessage()

func (*RsvpMgmtFlowSpecG709Otn) Reset

func (m *RsvpMgmtFlowSpecG709Otn) Reset()

func (*RsvpMgmtFlowSpecG709Otn) String

func (m *RsvpMgmtFlowSpecG709Otn) String() string

func (*RsvpMgmtFlowSpecG709Otn) XXX_DiscardUnknown

func (m *RsvpMgmtFlowSpecG709Otn) XXX_DiscardUnknown()

func (*RsvpMgmtFlowSpecG709Otn) XXX_Marshal

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

func (*RsvpMgmtFlowSpecG709Otn) XXX_Merge

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

func (*RsvpMgmtFlowSpecG709Otn) XXX_Size

func (m *RsvpMgmtFlowSpecG709Otn) XXX_Size() int

func (*RsvpMgmtFlowSpecG709Otn) XXX_Unmarshal

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

type RsvpMgmtGenFlowSpec

type RsvpMgmtGenFlowSpec struct {
	FlowSpecType         string                   `protobuf:"bytes,1,opt,name=flow_spec_type,json=flowSpecType,proto3" json:"flow_spec_type,omitempty"`
	G709OtnFlowSpec      *RsvpMgmtFlowSpecG709Otn `protobuf:"bytes,2,opt,name=g709otn_flow_spec,json=g709otnFlowSpec,proto3" json:"g709otn_flow_spec,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                 `json:"-"`
	XXX_unrecognized     []byte                   `json:"-"`
	XXX_sizecache        int32                    `json:"-"`
}

func (*RsvpMgmtGenFlowSpec) Descriptor

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

func (*RsvpMgmtGenFlowSpec) GetFlowSpecType

func (m *RsvpMgmtGenFlowSpec) GetFlowSpecType() string

func (*RsvpMgmtGenFlowSpec) GetG709OtnFlowSpec

func (m *RsvpMgmtGenFlowSpec) GetG709OtnFlowSpec() *RsvpMgmtFlowSpecG709Otn

func (*RsvpMgmtGenFlowSpec) ProtoMessage

func (*RsvpMgmtGenFlowSpec) ProtoMessage()

func (*RsvpMgmtGenFlowSpec) Reset

func (m *RsvpMgmtGenFlowSpec) Reset()

func (*RsvpMgmtGenFlowSpec) String

func (m *RsvpMgmtGenFlowSpec) String() string

func (*RsvpMgmtGenFlowSpec) XXX_DiscardUnknown

func (m *RsvpMgmtGenFlowSpec) XXX_DiscardUnknown()

func (*RsvpMgmtGenFlowSpec) XXX_Marshal

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

func (*RsvpMgmtGenFlowSpec) XXX_Merge

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

func (*RsvpMgmtGenFlowSpec) XXX_Size

func (m *RsvpMgmtGenFlowSpec) XXX_Size() int

func (*RsvpMgmtGenFlowSpec) XXX_Unmarshal

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

type RsvpMgmtReservationDetail struct {
	FlowSpec               *RsvpMgmtFlowSpec         `protobuf:"bytes,50,opt,name=flow_spec,json=flowSpec,proto3" json:"flow_spec,omitempty"`
	GenericFlowSpec        *RsvpMgmtGenFlowSpec      `protobuf:"bytes,51,opt,name=generic_flow_spec,json=genericFlowSpec,proto3" json:"generic_flow_spec,omitempty"`
	Session                *RsvpMgmtSessionInfo      `protobuf:"bytes,52,opt,name=session,proto3" json:"session,omitempty"`
	S2LSubLsp              *RsvpMgmtS2LSubLspIpv4    `protobuf:"bytes,53,opt,name=s2l_sub_lsp,json=s2lSubLsp,proto3" json:"s2l_sub_lsp,omitempty"`
	Style                  *RsvpMgmtStyle            `protobuf:"bytes,54,opt,name=style,proto3" json:"style,omitempty"`
	Filter                 *RsvpMgmtFilterInfo       `protobuf:"bytes,55,opt,name=filter,proto3" json:"filter,omitempty"`
	InputAdjustedInterface string                    `` /* 130-byte string literal not displayed */
	InputPhysicalInterface string                    `` /* 130-byte string literal not displayed */
	RsbFlags               *RsvpMgmtRsbFlags         `protobuf:"bytes,58,opt,name=rsb_flags,json=rsbFlags,proto3" json:"rsb_flags,omitempty"`
	Hop                    *RsvpMgmtHopInfo          `protobuf:"bytes,59,opt,name=hop,proto3" json:"hop,omitempty"`
	PolicySources          *RsvpMgmtPolicySources    `protobuf:"bytes,60,opt,name=policy_sources,json=policySources,proto3" json:"policy_sources,omitempty"`
	Header                 *RsvpMgmtHeaderInfo       `protobuf:"bytes,61,opt,name=header,proto3" json:"header,omitempty"`
	PolicyFlags            *RsvpMgmtPolicyFlags      `protobuf:"bytes,62,opt,name=policy_flags,json=policyFlags,proto3" json:"policy_flags,omitempty"`
	ExpiryTime             *RsvpMgmtTimespec         `protobuf:"bytes,63,opt,name=expiry_time,json=expiryTime,proto3" json:"expiry_time,omitempty"`
	PolicyQueryFlags       *RsvpMgmtPolicyQueryFlags `protobuf:"bytes,64,opt,name=policy_query_flags,json=policyQueryFlags,proto3" json:"policy_query_flags,omitempty"`
	LabelInfo              *RsvpMgmtLabelInfo        `protobuf:"bytes,65,opt,name=label_info,json=labelInfo,proto3" json:"label_info,omitempty"`
	XXX_NoUnkeyedLiteral   struct{}                  `json:"-"`
	XXX_unrecognized       []byte                    `json:"-"`
	XXX_sizecache          int32                     `json:"-"`
}

func (*RsvpMgmtReservationDetail) Descriptor

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

func (*RsvpMgmtReservationDetail) GetExpiryTime

func (m *RsvpMgmtReservationDetail) GetExpiryTime() *RsvpMgmtTimespec

func (*RsvpMgmtReservationDetail) GetFilter

func (*RsvpMgmtReservationDetail) GetFlowSpec

func (m *RsvpMgmtReservationDetail) GetFlowSpec() *RsvpMgmtFlowSpec

func (*RsvpMgmtReservationDetail) GetGenericFlowSpec

func (m *RsvpMgmtReservationDetail) GetGenericFlowSpec() *RsvpMgmtGenFlowSpec

func (*RsvpMgmtReservationDetail) GetHeader

func (*RsvpMgmtReservationDetail) GetHop

func (*RsvpMgmtReservationDetail) GetInputAdjustedInterface

func (m *RsvpMgmtReservationDetail) GetInputAdjustedInterface() string

func (*RsvpMgmtReservationDetail) GetInputPhysicalInterface

func (m *RsvpMgmtReservationDetail) GetInputPhysicalInterface() string

func (*RsvpMgmtReservationDetail) GetLabelInfo

func (m *RsvpMgmtReservationDetail) GetLabelInfo() *RsvpMgmtLabelInfo

func (*RsvpMgmtReservationDetail) GetPolicyFlags

func (m *RsvpMgmtReservationDetail) GetPolicyFlags() *RsvpMgmtPolicyFlags

func (*RsvpMgmtReservationDetail) GetPolicyQueryFlags

func (m *RsvpMgmtReservationDetail) GetPolicyQueryFlags() *RsvpMgmtPolicyQueryFlags

func (*RsvpMgmtReservationDetail) GetPolicySources

func (m *RsvpMgmtReservationDetail) GetPolicySources() *RsvpMgmtPolicySources

func (*RsvpMgmtReservationDetail) GetRsbFlags

func (m *RsvpMgmtReservationDetail) GetRsbFlags() *RsvpMgmtRsbFlags

func (*RsvpMgmtReservationDetail) GetS2LSubLsp

func (*RsvpMgmtReservationDetail) GetSession

func (*RsvpMgmtReservationDetail) GetStyle

func (*RsvpMgmtReservationDetail) ProtoMessage

func (*RsvpMgmtReservationDetail) ProtoMessage()

func (*RsvpMgmtReservationDetail) Reset

func (m *RsvpMgmtReservationDetail) Reset()

func (*RsvpMgmtReservationDetail) String

func (m *RsvpMgmtReservationDetail) String() string

func (*RsvpMgmtReservationDetail) XXX_DiscardUnknown

func (m *RsvpMgmtReservationDetail) XXX_DiscardUnknown()

func (*RsvpMgmtReservationDetail) XXX_Marshal

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

func (*RsvpMgmtReservationDetail) XXX_Merge

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

func (*RsvpMgmtReservationDetail) XXX_Size

func (m *RsvpMgmtReservationDetail) XXX_Size() int

func (*RsvpMgmtReservationDetail) XXX_Unmarshal

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

type RsvpMgmtReservationDetail_KEYS

type RsvpMgmtReservationDetail_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 (*RsvpMgmtReservationDetail_KEYS) Descriptor

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

func (*RsvpMgmtReservationDetail_KEYS) GetDestinationAddress

func (m *RsvpMgmtReservationDetail_KEYS) GetDestinationAddress() string

func (*RsvpMgmtReservationDetail_KEYS) GetDestinationPort

func (m *RsvpMgmtReservationDetail_KEYS) GetDestinationPort() uint32

func (*RsvpMgmtReservationDetail_KEYS) GetExtendedTunnelId

func (m *RsvpMgmtReservationDetail_KEYS) GetExtendedTunnelId() string

func (*RsvpMgmtReservationDetail_KEYS) GetP2MpId

func (m *RsvpMgmtReservationDetail_KEYS) GetP2MpId() uint32

func (*RsvpMgmtReservationDetail_KEYS) GetProtocol

func (m *RsvpMgmtReservationDetail_KEYS) GetProtocol() uint32

func (*RsvpMgmtReservationDetail_KEYS) GetSessionType

func (m *RsvpMgmtReservationDetail_KEYS) GetSessionType() string

func (*RsvpMgmtReservationDetail_KEYS) GetSourceAddress

func (m *RsvpMgmtReservationDetail_KEYS) GetSourceAddress() string

func (*RsvpMgmtReservationDetail_KEYS) GetSourcePort

func (m *RsvpMgmtReservationDetail_KEYS) GetSourcePort() uint32

func (*RsvpMgmtReservationDetail_KEYS) GetSubGroupId

func (m *RsvpMgmtReservationDetail_KEYS) GetSubGroupId() uint32

func (*RsvpMgmtReservationDetail_KEYS) GetSubGroupOrigin

func (m *RsvpMgmtReservationDetail_KEYS) GetSubGroupOrigin() string

func (*RsvpMgmtReservationDetail_KEYS) GetVrfName

func (m *RsvpMgmtReservationDetail_KEYS) GetVrfName() string

func (*RsvpMgmtReservationDetail_KEYS) ProtoMessage

func (*RsvpMgmtReservationDetail_KEYS) ProtoMessage()

func (*RsvpMgmtReservationDetail_KEYS) Reset

func (m *RsvpMgmtReservationDetail_KEYS) Reset()

func (*RsvpMgmtReservationDetail_KEYS) String

func (*RsvpMgmtReservationDetail_KEYS) XXX_DiscardUnknown

func (m *RsvpMgmtReservationDetail_KEYS) XXX_DiscardUnknown()

func (*RsvpMgmtReservationDetail_KEYS) XXX_Marshal

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

func (*RsvpMgmtReservationDetail_KEYS) XXX_Merge

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

func (*RsvpMgmtReservationDetail_KEYS) XXX_Size

func (m *RsvpMgmtReservationDetail_KEYS) XXX_Size() int

func (*RsvpMgmtReservationDetail_KEYS) XXX_Unmarshal

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

type RsvpMgmtRsbFlags

type RsvpMgmtRsbFlags struct {
	IsLocalReceiver      bool     `protobuf:"varint,1,opt,name=is_local_receiver,json=isLocalReceiver,proto3" json:"is_local_receiver,omitempty"`
	IsMessageIdValid     bool     `protobuf:"varint,2,opt,name=is_message_id_valid,json=isMessageIdValid,proto3" json:"is_message_id_valid,omitempty"`
	IsLocalRepair        bool     `protobuf:"varint,3,opt,name=is_local_repair,json=isLocalRepair,proto3" json:"is_local_repair,omitempty"`
	IsMergePoint         bool     `protobuf:"varint,4,opt,name=is_merge_point,json=isMergePoint,proto3" json:"is_merge_point,omitempty"`
	IsLockout            bool     `protobuf:"varint,5,opt,name=is_lockout,json=isLockout,proto3" json:"is_lockout,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RsvpMgmtRsbFlags) Descriptor

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

func (*RsvpMgmtRsbFlags) GetIsLocalReceiver

func (m *RsvpMgmtRsbFlags) GetIsLocalReceiver() bool

func (*RsvpMgmtRsbFlags) GetIsLocalRepair

func (m *RsvpMgmtRsbFlags) GetIsLocalRepair() bool

func (*RsvpMgmtRsbFlags) GetIsLockout

func (m *RsvpMgmtRsbFlags) GetIsLockout() bool

func (*RsvpMgmtRsbFlags) GetIsMergePoint

func (m *RsvpMgmtRsbFlags) GetIsMergePoint() bool

func (*RsvpMgmtRsbFlags) GetIsMessageIdValid

func (m *RsvpMgmtRsbFlags) GetIsMessageIdValid() bool

func (*RsvpMgmtRsbFlags) ProtoMessage

func (*RsvpMgmtRsbFlags) ProtoMessage()

func (*RsvpMgmtRsbFlags) Reset

func (m *RsvpMgmtRsbFlags) Reset()

func (*RsvpMgmtRsbFlags) String

func (m *RsvpMgmtRsbFlags) String() string

func (*RsvpMgmtRsbFlags) XXX_DiscardUnknown

func (m *RsvpMgmtRsbFlags) XXX_DiscardUnknown()

func (*RsvpMgmtRsbFlags) XXX_Marshal

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

func (*RsvpMgmtRsbFlags) XXX_Merge

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

func (*RsvpMgmtRsbFlags) XXX_Size

func (m *RsvpMgmtRsbFlags) XXX_Size() int

func (*RsvpMgmtRsbFlags) XXX_Unmarshal

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

type RsvpMgmtStyle struct {
	ReservationType      string   `protobuf:"bytes,1,opt,name=reservation_type,json=reservationType,proto3" json:"reservation_type,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RsvpMgmtStyle) Descriptor

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

func (*RsvpMgmtStyle) GetReservationType

func (m *RsvpMgmtStyle) GetReservationType() string

func (*RsvpMgmtStyle) ProtoMessage

func (*RsvpMgmtStyle) ProtoMessage()

func (*RsvpMgmtStyle) Reset

func (m *RsvpMgmtStyle) Reset()

func (*RsvpMgmtStyle) String

func (m *RsvpMgmtStyle) String() string

func (*RsvpMgmtStyle) XXX_DiscardUnknown

func (m *RsvpMgmtStyle) XXX_DiscardUnknown()

func (*RsvpMgmtStyle) XXX_Marshal

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

func (*RsvpMgmtStyle) XXX_Merge

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

func (*RsvpMgmtStyle) XXX_Size

func (m *RsvpMgmtStyle) XXX_Size() int

func (*RsvpMgmtStyle) XXX_Unmarshal

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