cisco_ios_xr_ip_rsvp_oper_rsvp_rsb_briefs_rsb_brief

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: 1

Documentation

Overview

Cisco-IOS-XR-ip-rsvp-oper:rsvp/rsb-briefs/rsb-brief

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 RsvpMgmtReservationCompact

type RsvpMgmtReservationCompact 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"`
	FlowSpec             *RsvpMgmtFlowSpec      `protobuf:"bytes,52,opt,name=flow_spec,json=flowSpec,proto3" json:"flow_spec,omitempty"`
	GenericFlowSpec      *RsvpMgmtGenFlowSpec   `protobuf:"bytes,53,opt,name=generic_flow_spec,json=genericFlowSpec,proto3" json:"generic_flow_spec,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"`
	InputInterface       string                 `protobuf:"bytes,56,opt,name=input_interface,json=inputInterface,proto3" json:"input_interface,omitempty"`
	XXX_NoUnkeyedLiteral struct{}               `json:"-"`
	XXX_unrecognized     []byte                 `json:"-"`
	XXX_sizecache        int32                  `json:"-"`
}

func (*RsvpMgmtReservationCompact) Descriptor

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

func (*RsvpMgmtReservationCompact) GetFilter

func (*RsvpMgmtReservationCompact) GetFlowSpec

func (m *RsvpMgmtReservationCompact) GetFlowSpec() *RsvpMgmtFlowSpec

func (*RsvpMgmtReservationCompact) GetGenericFlowSpec

func (m *RsvpMgmtReservationCompact) GetGenericFlowSpec() *RsvpMgmtGenFlowSpec

func (*RsvpMgmtReservationCompact) GetInputInterface

func (m *RsvpMgmtReservationCompact) GetInputInterface() string

func (*RsvpMgmtReservationCompact) GetS2LSubLsp

func (*RsvpMgmtReservationCompact) GetSession

func (*RsvpMgmtReservationCompact) GetStyle

func (*RsvpMgmtReservationCompact) ProtoMessage

func (*RsvpMgmtReservationCompact) ProtoMessage()

func (*RsvpMgmtReservationCompact) Reset

func (m *RsvpMgmtReservationCompact) Reset()

func (*RsvpMgmtReservationCompact) String

func (m *RsvpMgmtReservationCompact) String() string

func (*RsvpMgmtReservationCompact) XXX_DiscardUnknown

func (m *RsvpMgmtReservationCompact) XXX_DiscardUnknown()

func (*RsvpMgmtReservationCompact) XXX_Marshal

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

func (*RsvpMgmtReservationCompact) XXX_Merge

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

func (*RsvpMgmtReservationCompact) XXX_Size

func (m *RsvpMgmtReservationCompact) XXX_Size() int

func (*RsvpMgmtReservationCompact) XXX_Unmarshal

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

type RsvpMgmtReservationCompact_KEYS

type RsvpMgmtReservationCompact_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 (*RsvpMgmtReservationCompact_KEYS) Descriptor

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

func (*RsvpMgmtReservationCompact_KEYS) GetDestinationAddress

func (m *RsvpMgmtReservationCompact_KEYS) GetDestinationAddress() string

func (*RsvpMgmtReservationCompact_KEYS) GetDestinationPort

func (m *RsvpMgmtReservationCompact_KEYS) GetDestinationPort() uint32

func (*RsvpMgmtReservationCompact_KEYS) GetExtendedTunnelId

func (m *RsvpMgmtReservationCompact_KEYS) GetExtendedTunnelId() string

func (*RsvpMgmtReservationCompact_KEYS) GetP2MpId

func (m *RsvpMgmtReservationCompact_KEYS) GetP2MpId() uint32

func (*RsvpMgmtReservationCompact_KEYS) GetProtocol

func (m *RsvpMgmtReservationCompact_KEYS) GetProtocol() uint32

func (*RsvpMgmtReservationCompact_KEYS) GetSessionType

func (m *RsvpMgmtReservationCompact_KEYS) GetSessionType() string

func (*RsvpMgmtReservationCompact_KEYS) GetSourceAddress

func (m *RsvpMgmtReservationCompact_KEYS) GetSourceAddress() string

func (*RsvpMgmtReservationCompact_KEYS) GetSourcePort

func (m *RsvpMgmtReservationCompact_KEYS) GetSourcePort() uint32

func (*RsvpMgmtReservationCompact_KEYS) GetSubGroupId

func (m *RsvpMgmtReservationCompact_KEYS) GetSubGroupId() uint32

func (*RsvpMgmtReservationCompact_KEYS) GetSubGroupOrigin

func (m *RsvpMgmtReservationCompact_KEYS) GetSubGroupOrigin() string

func (*RsvpMgmtReservationCompact_KEYS) GetVrfName

func (m *RsvpMgmtReservationCompact_KEYS) GetVrfName() string

func (*RsvpMgmtReservationCompact_KEYS) ProtoMessage

func (*RsvpMgmtReservationCompact_KEYS) ProtoMessage()

func (*RsvpMgmtReservationCompact_KEYS) Reset

func (*RsvpMgmtReservationCompact_KEYS) String

func (*RsvpMgmtReservationCompact_KEYS) XXX_DiscardUnknown

func (m *RsvpMgmtReservationCompact_KEYS) XXX_DiscardUnknown()

func (*RsvpMgmtReservationCompact_KEYS) XXX_Marshal

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

func (*RsvpMgmtReservationCompact_KEYS) XXX_Merge

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

func (*RsvpMgmtReservationCompact_KEYS) XXX_Size

func (m *RsvpMgmtReservationCompact_KEYS) XXX_Size() int

func (*RsvpMgmtReservationCompact_KEYS) XXX_Unmarshal

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

type RsvpMgmtS2LSubLspIpv4

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

func (*RsvpMgmtS2LSubLspIpv4) Descriptor

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

func (*RsvpMgmtS2LSubLspIpv4) GetS2LDestinationAddress

func (m *RsvpMgmtS2LSubLspIpv4) GetS2LDestinationAddress() string

func (*RsvpMgmtS2LSubLspIpv4) ProtoMessage

func (*RsvpMgmtS2LSubLspIpv4) ProtoMessage()

func (*RsvpMgmtS2LSubLspIpv4) Reset

func (m *RsvpMgmtS2LSubLspIpv4) Reset()

func (*RsvpMgmtS2LSubLspIpv4) String

func (m *RsvpMgmtS2LSubLspIpv4) String() string

func (*RsvpMgmtS2LSubLspIpv4) XXX_DiscardUnknown

func (m *RsvpMgmtS2LSubLspIpv4) XXX_DiscardUnknown()

func (*RsvpMgmtS2LSubLspIpv4) XXX_Marshal

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

func (*RsvpMgmtS2LSubLspIpv4) XXX_Merge

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

func (*RsvpMgmtS2LSubLspIpv4) XXX_Size

func (m *RsvpMgmtS2LSubLspIpv4) XXX_Size() int

func (*RsvpMgmtS2LSubLspIpv4) XXX_Unmarshal

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

type RsvpMgmtSessionInfo

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

func (*RsvpMgmtSessionInfo) Descriptor

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

func (*RsvpMgmtSessionInfo) GetRsvpSession

func (m *RsvpMgmtSessionInfo) GetRsvpSession() *RsvpSessionUnion

func (*RsvpMgmtSessionInfo) ProtoMessage

func (*RsvpMgmtSessionInfo) ProtoMessage()

func (*RsvpMgmtSessionInfo) Reset

func (m *RsvpMgmtSessionInfo) Reset()

func (*RsvpMgmtSessionInfo) String

func (m *RsvpMgmtSessionInfo) String() string

func (*RsvpMgmtSessionInfo) XXX_DiscardUnknown

func (m *RsvpMgmtSessionInfo) XXX_DiscardUnknown()

func (*RsvpMgmtSessionInfo) XXX_Marshal

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

func (*RsvpMgmtSessionInfo) XXX_Merge

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

func (*RsvpMgmtSessionInfo) XXX_Size

func (m *RsvpMgmtSessionInfo) XXX_Size() int

func (*RsvpMgmtSessionInfo) XXX_Unmarshal

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

type RsvpMgmtSessionLspTunnelIpv4

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

func (*RsvpMgmtSessionLspTunnelIpv4) Descriptor

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

func (*RsvpMgmtSessionLspTunnelIpv4) GetDestinationAddress

func (m *RsvpMgmtSessionLspTunnelIpv4) GetDestinationAddress() string

func (*RsvpMgmtSessionLspTunnelIpv4) GetExtendedTunnelId

func (m *RsvpMgmtSessionLspTunnelIpv4) GetExtendedTunnelId() string

func (*RsvpMgmtSessionLspTunnelIpv4) GetTunnelId

func (m *RsvpMgmtSessionLspTunnelIpv4) GetTunnelId() uint32

func (*RsvpMgmtSessionLspTunnelIpv4) ProtoMessage

func (*RsvpMgmtSessionLspTunnelIpv4) ProtoMessage()

func (*RsvpMgmtSessionLspTunnelIpv4) Reset

func (m *RsvpMgmtSessionLspTunnelIpv4) Reset()

func (*RsvpMgmtSessionLspTunnelIpv4) String

func (*RsvpMgmtSessionLspTunnelIpv4) XXX_DiscardUnknown

func (m *RsvpMgmtSessionLspTunnelIpv4) XXX_DiscardUnknown()

func (*RsvpMgmtSessionLspTunnelIpv4) XXX_Marshal

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

func (*RsvpMgmtSessionLspTunnelIpv4) XXX_Merge

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

func (*RsvpMgmtSessionLspTunnelIpv4) XXX_Size

func (m *RsvpMgmtSessionLspTunnelIpv4) XXX_Size() int

func (*RsvpMgmtSessionLspTunnelIpv4) XXX_Unmarshal

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

type RsvpMgmtSessionP2MpLspTunnelIpv4

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

func (*RsvpMgmtSessionP2MpLspTunnelIpv4) Descriptor

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

func (*RsvpMgmtSessionP2MpLspTunnelIpv4) GetExtendedTunnelId

func (m *RsvpMgmtSessionP2MpLspTunnelIpv4) GetExtendedTunnelId() string

func (*RsvpMgmtSessionP2MpLspTunnelIpv4) GetP2MpId

func (*RsvpMgmtSessionP2MpLspTunnelIpv4) GetTunnelId

func (m *RsvpMgmtSessionP2MpLspTunnelIpv4) GetTunnelId() uint32

func (*RsvpMgmtSessionP2MpLspTunnelIpv4) ProtoMessage

func (*RsvpMgmtSessionP2MpLspTunnelIpv4) ProtoMessage()

func (*RsvpMgmtSessionP2MpLspTunnelIpv4) Reset

func (*RsvpMgmtSessionP2MpLspTunnelIpv4) String

func (*RsvpMgmtSessionP2MpLspTunnelIpv4) XXX_DiscardUnknown

func (m *RsvpMgmtSessionP2MpLspTunnelIpv4) XXX_DiscardUnknown()

func (*RsvpMgmtSessionP2MpLspTunnelIpv4) XXX_Marshal

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

func (*RsvpMgmtSessionP2MpLspTunnelIpv4) XXX_Merge

func (*RsvpMgmtSessionP2MpLspTunnelIpv4) XXX_Size

func (m *RsvpMgmtSessionP2MpLspTunnelIpv4) XXX_Size() int

func (*RsvpMgmtSessionP2MpLspTunnelIpv4) XXX_Unmarshal

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

type RsvpMgmtSessionUdpIpv4

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

func (*RsvpMgmtSessionUdpIpv4) Descriptor

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

func (*RsvpMgmtSessionUdpIpv4) GetDestinationAddress

func (m *RsvpMgmtSessionUdpIpv4) GetDestinationAddress() string

func (*RsvpMgmtSessionUdpIpv4) GetDestinationPort

func (m *RsvpMgmtSessionUdpIpv4) GetDestinationPort() uint32

func (*RsvpMgmtSessionUdpIpv4) GetProtocol

func (m *RsvpMgmtSessionUdpIpv4) GetProtocol() uint32

func (*RsvpMgmtSessionUdpIpv4) ProtoMessage

func (*RsvpMgmtSessionUdpIpv4) ProtoMessage()

func (*RsvpMgmtSessionUdpIpv4) Reset

func (m *RsvpMgmtSessionUdpIpv4) Reset()

func (*RsvpMgmtSessionUdpIpv4) String

func (m *RsvpMgmtSessionUdpIpv4) String() string

func (*RsvpMgmtSessionUdpIpv4) XXX_DiscardUnknown

func (m *RsvpMgmtSessionUdpIpv4) XXX_DiscardUnknown()

func (*RsvpMgmtSessionUdpIpv4) XXX_Marshal

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

func (*RsvpMgmtSessionUdpIpv4) XXX_Merge

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

func (*RsvpMgmtSessionUdpIpv4) XXX_Size

func (m *RsvpMgmtSessionUdpIpv4) XXX_Size() int

func (*RsvpMgmtSessionUdpIpv4) XXX_Unmarshal

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

type RsvpMgmtSessionUniIpv4

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

func (*RsvpMgmtSessionUniIpv4) Descriptor

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

func (*RsvpMgmtSessionUniIpv4) GetDestinationAddress

func (m *RsvpMgmtSessionUniIpv4) GetDestinationAddress() string

func (*RsvpMgmtSessionUniIpv4) GetExtendedAddress

func (m *RsvpMgmtSessionUniIpv4) GetExtendedAddress() string

func (*RsvpMgmtSessionUniIpv4) GetTunnelId

func (m *RsvpMgmtSessionUniIpv4) GetTunnelId() uint32

func (*RsvpMgmtSessionUniIpv4) ProtoMessage

func (*RsvpMgmtSessionUniIpv4) ProtoMessage()

func (*RsvpMgmtSessionUniIpv4) Reset

func (m *RsvpMgmtSessionUniIpv4) Reset()

func (*RsvpMgmtSessionUniIpv4) String

func (m *RsvpMgmtSessionUniIpv4) String() string

func (*RsvpMgmtSessionUniIpv4) XXX_DiscardUnknown

func (m *RsvpMgmtSessionUniIpv4) XXX_DiscardUnknown()

func (*RsvpMgmtSessionUniIpv4) XXX_Marshal

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

func (*RsvpMgmtSessionUniIpv4) XXX_Merge

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

func (*RsvpMgmtSessionUniIpv4) XXX_Size

func (m *RsvpMgmtSessionUniIpv4) XXX_Size() int

func (*RsvpMgmtSessionUniIpv4) XXX_Unmarshal

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

type 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 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