Documentation
¶
Index ¶
- Variables
- func RegisterOpenapiServer(s grpc.ServiceRegistrar, srv OpenapiServer)
- type ActionProtocol
- func (*ActionProtocol) Descriptor() ([]byte, []int)deprecated
- func (x *ActionProtocol) GetBgp() *ActionProtocolBgp
- func (x *ActionProtocol) GetChoice() ActionProtocol_Choice_Enum
- func (x *ActionProtocol) GetIpv4() *ActionProtocolIpv4
- func (x *ActionProtocol) GetIpv6() *ActionProtocolIpv6
- func (*ActionProtocol) ProtoMessage()
- func (x *ActionProtocol) ProtoReflect() protoreflect.Message
- func (x *ActionProtocol) Reset()
- func (x *ActionProtocol) String() string
- type ActionProtocolBgp
- func (*ActionProtocolBgp) Descriptor() ([]byte, []int)deprecated
- func (x *ActionProtocolBgp) GetChoice() ActionProtocolBgp_Choice_Enum
- func (x *ActionProtocolBgp) GetInitiateGracefulRestart() *ActionProtocolBgpInitiateGracefulRestart
- func (x *ActionProtocolBgp) GetNotification() *ActionProtocolBgpNotification
- func (*ActionProtocolBgp) ProtoMessage()
- func (x *ActionProtocolBgp) ProtoReflect() protoreflect.Message
- func (x *ActionProtocolBgp) Reset()
- func (x *ActionProtocolBgp) String() string
- type ActionProtocolBgpGracefulRestartNotification
- func (*ActionProtocolBgpGracefulRestartNotification) Descriptor() ([]byte, []int)deprecated
- func (x *ActionProtocolBgpGracefulRestartNotification) GetCease() *DeviceBgpCeaseError
- func (x *ActionProtocolBgpGracefulRestartNotification) GetChoice() ActionProtocolBgpGracefulRestartNotification_Choice_Enum
- func (x *ActionProtocolBgpGracefulRestartNotification) GetCustom() *DeviceBgpCustomError
- func (x *ActionProtocolBgpGracefulRestartNotification) GetFiniteStateMachineError() *DeviceBgpFiniteStateMachineError
- func (x *ActionProtocolBgpGracefulRestartNotification) GetHoldTimerExpired() *DeviceBgpHoldTimerExpired
- func (x *ActionProtocolBgpGracefulRestartNotification) GetMessageHeaderError() *DeviceBgpMessageHeaderError
- func (x *ActionProtocolBgpGracefulRestartNotification) GetOpenMessageError() *DeviceBgpOpenMessageError
- func (x *ActionProtocolBgpGracefulRestartNotification) GetUpdateMessageError() *DeviceBgpUpdateMessageError
- func (*ActionProtocolBgpGracefulRestartNotification) ProtoMessage()
- func (x *ActionProtocolBgpGracefulRestartNotification) ProtoReflect() protoreflect.Message
- func (x *ActionProtocolBgpGracefulRestartNotification) Reset()
- func (x *ActionProtocolBgpGracefulRestartNotification) String() string
- type ActionProtocolBgpGracefulRestartNotification_Choice
- func (*ActionProtocolBgpGracefulRestartNotification_Choice) Descriptor() ([]byte, []int)deprecated
- func (*ActionProtocolBgpGracefulRestartNotification_Choice) ProtoMessage()
- func (x *ActionProtocolBgpGracefulRestartNotification_Choice) ProtoReflect() protoreflect.Message
- func (x *ActionProtocolBgpGracefulRestartNotification_Choice) Reset()
- func (x *ActionProtocolBgpGracefulRestartNotification_Choice) String() string
- type ActionProtocolBgpGracefulRestartNotification_Choice_Enum
- func (ActionProtocolBgpGracefulRestartNotification_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x ActionProtocolBgpGracefulRestartNotification_Choice_Enum) Enum() *ActionProtocolBgpGracefulRestartNotification_Choice_Enum
- func (ActionProtocolBgpGracefulRestartNotification_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x ActionProtocolBgpGracefulRestartNotification_Choice_Enum) Number() protoreflect.EnumNumber
- func (x ActionProtocolBgpGracefulRestartNotification_Choice_Enum) String() string
- func (ActionProtocolBgpGracefulRestartNotification_Choice_Enum) Type() protoreflect.EnumType
- type ActionProtocolBgpInitiateGracefulRestart
- func (*ActionProtocolBgpInitiateGracefulRestart) Descriptor() ([]byte, []int)deprecated
- func (x *ActionProtocolBgpInitiateGracefulRestart) GetNotification() *ActionProtocolBgpGracefulRestartNotification
- func (x *ActionProtocolBgpInitiateGracefulRestart) GetPeerNames() []string
- func (x *ActionProtocolBgpInitiateGracefulRestart) GetRestartDelay() uint32
- func (*ActionProtocolBgpInitiateGracefulRestart) ProtoMessage()
- func (x *ActionProtocolBgpInitiateGracefulRestart) ProtoReflect() protoreflect.Message
- func (x *ActionProtocolBgpInitiateGracefulRestart) Reset()
- func (x *ActionProtocolBgpInitiateGracefulRestart) String() string
- type ActionProtocolBgpNotification
- func (*ActionProtocolBgpNotification) Descriptor() ([]byte, []int)deprecated
- func (x *ActionProtocolBgpNotification) GetCease() *DeviceBgpCeaseError
- func (x *ActionProtocolBgpNotification) GetChoice() ActionProtocolBgpNotification_Choice_Enum
- func (x *ActionProtocolBgpNotification) GetCustom() *DeviceBgpCustomError
- func (x *ActionProtocolBgpNotification) GetFiniteStateMachineError() *DeviceBgpFiniteStateMachineError
- func (x *ActionProtocolBgpNotification) GetHoldTimerExpired() *DeviceBgpHoldTimerExpired
- func (x *ActionProtocolBgpNotification) GetMessageHeaderError() *DeviceBgpMessageHeaderError
- func (x *ActionProtocolBgpNotification) GetNames() []string
- func (x *ActionProtocolBgpNotification) GetOpenMessageError() *DeviceBgpOpenMessageError
- func (x *ActionProtocolBgpNotification) GetUpdateMessageError() *DeviceBgpUpdateMessageError
- func (*ActionProtocolBgpNotification) ProtoMessage()
- func (x *ActionProtocolBgpNotification) ProtoReflect() protoreflect.Message
- func (x *ActionProtocolBgpNotification) Reset()
- func (x *ActionProtocolBgpNotification) String() string
- type ActionProtocolBgpNotification_Choice
- func (*ActionProtocolBgpNotification_Choice) Descriptor() ([]byte, []int)deprecated
- func (*ActionProtocolBgpNotification_Choice) ProtoMessage()
- func (x *ActionProtocolBgpNotification_Choice) ProtoReflect() protoreflect.Message
- func (x *ActionProtocolBgpNotification_Choice) Reset()
- func (x *ActionProtocolBgpNotification_Choice) String() string
- type ActionProtocolBgpNotification_Choice_Enum
- func (ActionProtocolBgpNotification_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x ActionProtocolBgpNotification_Choice_Enum) Enum() *ActionProtocolBgpNotification_Choice_Enum
- func (ActionProtocolBgpNotification_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x ActionProtocolBgpNotification_Choice_Enum) Number() protoreflect.EnumNumber
- func (x ActionProtocolBgpNotification_Choice_Enum) String() string
- func (ActionProtocolBgpNotification_Choice_Enum) Type() protoreflect.EnumType
- type ActionProtocolBgp_Choice
- type ActionProtocolBgp_Choice_Enum
- func (ActionProtocolBgp_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x ActionProtocolBgp_Choice_Enum) Enum() *ActionProtocolBgp_Choice_Enum
- func (ActionProtocolBgp_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x ActionProtocolBgp_Choice_Enum) Number() protoreflect.EnumNumber
- func (x ActionProtocolBgp_Choice_Enum) String() string
- func (ActionProtocolBgp_Choice_Enum) Type() protoreflect.EnumType
- type ActionProtocolIpv4
- func (*ActionProtocolIpv4) Descriptor() ([]byte, []int)deprecated
- func (x *ActionProtocolIpv4) GetChoice() ActionProtocolIpv4_Choice_Enum
- func (x *ActionProtocolIpv4) GetPing() *ActionProtocolIpv4Ping
- func (*ActionProtocolIpv4) ProtoMessage()
- func (x *ActionProtocolIpv4) ProtoReflect() protoreflect.Message
- func (x *ActionProtocolIpv4) Reset()
- func (x *ActionProtocolIpv4) String() string
- type ActionProtocolIpv4Ping
- func (*ActionProtocolIpv4Ping) Descriptor() ([]byte, []int)deprecated
- func (x *ActionProtocolIpv4Ping) GetRequests() []*ActionProtocolIpv4PingRequest
- func (*ActionProtocolIpv4Ping) ProtoMessage()
- func (x *ActionProtocolIpv4Ping) ProtoReflect() protoreflect.Message
- func (x *ActionProtocolIpv4Ping) Reset()
- func (x *ActionProtocolIpv4Ping) String() string
- type ActionProtocolIpv4PingRequest
- func (*ActionProtocolIpv4PingRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ActionProtocolIpv4PingRequest) GetDstIp() string
- func (x *ActionProtocolIpv4PingRequest) GetSrcName() string
- func (*ActionProtocolIpv4PingRequest) ProtoMessage()
- func (x *ActionProtocolIpv4PingRequest) ProtoReflect() protoreflect.Message
- func (x *ActionProtocolIpv4PingRequest) Reset()
- func (x *ActionProtocolIpv4PingRequest) String() string
- type ActionProtocolIpv4_Choice
- type ActionProtocolIpv4_Choice_Enum
- func (ActionProtocolIpv4_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x ActionProtocolIpv4_Choice_Enum) Enum() *ActionProtocolIpv4_Choice_Enum
- func (ActionProtocolIpv4_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x ActionProtocolIpv4_Choice_Enum) Number() protoreflect.EnumNumber
- func (x ActionProtocolIpv4_Choice_Enum) String() string
- func (ActionProtocolIpv4_Choice_Enum) Type() protoreflect.EnumType
- type ActionProtocolIpv6
- func (*ActionProtocolIpv6) Descriptor() ([]byte, []int)deprecated
- func (x *ActionProtocolIpv6) GetChoice() ActionProtocolIpv6_Choice_Enum
- func (x *ActionProtocolIpv6) GetPing() *ActionProtocolIpv6Ping
- func (*ActionProtocolIpv6) ProtoMessage()
- func (x *ActionProtocolIpv6) ProtoReflect() protoreflect.Message
- func (x *ActionProtocolIpv6) Reset()
- func (x *ActionProtocolIpv6) String() string
- type ActionProtocolIpv6Ping
- func (*ActionProtocolIpv6Ping) Descriptor() ([]byte, []int)deprecated
- func (x *ActionProtocolIpv6Ping) GetRequests() []*ActionProtocolIpv6PingRequest
- func (*ActionProtocolIpv6Ping) ProtoMessage()
- func (x *ActionProtocolIpv6Ping) ProtoReflect() protoreflect.Message
- func (x *ActionProtocolIpv6Ping) Reset()
- func (x *ActionProtocolIpv6Ping) String() string
- type ActionProtocolIpv6PingRequest
- func (*ActionProtocolIpv6PingRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ActionProtocolIpv6PingRequest) GetDstIp() string
- func (x *ActionProtocolIpv6PingRequest) GetSrcName() string
- func (*ActionProtocolIpv6PingRequest) ProtoMessage()
- func (x *ActionProtocolIpv6PingRequest) ProtoReflect() protoreflect.Message
- func (x *ActionProtocolIpv6PingRequest) Reset()
- func (x *ActionProtocolIpv6PingRequest) String() string
- type ActionProtocolIpv6_Choice
- type ActionProtocolIpv6_Choice_Enum
- func (ActionProtocolIpv6_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x ActionProtocolIpv6_Choice_Enum) Enum() *ActionProtocolIpv6_Choice_Enum
- func (ActionProtocolIpv6_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x ActionProtocolIpv6_Choice_Enum) Number() protoreflect.EnumNumber
- func (x ActionProtocolIpv6_Choice_Enum) String() string
- func (ActionProtocolIpv6_Choice_Enum) Type() protoreflect.EnumType
- type ActionProtocol_Choice
- type ActionProtocol_Choice_Enum
- func (ActionProtocol_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x ActionProtocol_Choice_Enum) Enum() *ActionProtocol_Choice_Enum
- func (ActionProtocol_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x ActionProtocol_Choice_Enum) Number() protoreflect.EnumNumber
- func (x ActionProtocol_Choice_Enum) String() string
- func (ActionProtocol_Choice_Enum) Type() protoreflect.EnumType
- type ActionResponse
- func (*ActionResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ActionResponse) GetChoice() ActionResponse_Choice_Enum
- func (x *ActionResponse) GetProtocol() *ActionResponseProtocol
- func (*ActionResponse) ProtoMessage()
- func (x *ActionResponse) ProtoReflect() protoreflect.Message
- func (x *ActionResponse) Reset()
- func (x *ActionResponse) String() string
- type ActionResponseProtocol
- func (*ActionResponseProtocol) Descriptor() ([]byte, []int)deprecated
- func (x *ActionResponseProtocol) GetChoice() ActionResponseProtocol_Choice_Enum
- func (x *ActionResponseProtocol) GetIpv4() *ActionResponseProtocolIpv4
- func (x *ActionResponseProtocol) GetIpv6() *ActionResponseProtocolIpv6
- func (*ActionResponseProtocol) ProtoMessage()
- func (x *ActionResponseProtocol) ProtoReflect() protoreflect.Message
- func (x *ActionResponseProtocol) Reset()
- func (x *ActionResponseProtocol) String() string
- type ActionResponseProtocolIpv4
- func (*ActionResponseProtocolIpv4) Descriptor() ([]byte, []int)deprecated
- func (x *ActionResponseProtocolIpv4) GetChoice() ActionResponseProtocolIpv4_Choice_Enum
- func (x *ActionResponseProtocolIpv4) GetPing() *ActionResponseProtocolIpv4Ping
- func (*ActionResponseProtocolIpv4) ProtoMessage()
- func (x *ActionResponseProtocolIpv4) ProtoReflect() protoreflect.Message
- func (x *ActionResponseProtocolIpv4) Reset()
- func (x *ActionResponseProtocolIpv4) String() string
- type ActionResponseProtocolIpv4Ping
- func (*ActionResponseProtocolIpv4Ping) Descriptor() ([]byte, []int)deprecated
- func (x *ActionResponseProtocolIpv4Ping) GetResponses() []*ActionResponseProtocolIpv4PingResponse
- func (*ActionResponseProtocolIpv4Ping) ProtoMessage()
- func (x *ActionResponseProtocolIpv4Ping) ProtoReflect() protoreflect.Message
- func (x *ActionResponseProtocolIpv4Ping) Reset()
- func (x *ActionResponseProtocolIpv4Ping) String() string
- type ActionResponseProtocolIpv4PingResponse
- func (*ActionResponseProtocolIpv4PingResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ActionResponseProtocolIpv4PingResponse) GetDstIp() string
- func (x *ActionResponseProtocolIpv4PingResponse) GetResult() ActionResponseProtocolIpv4PingResponse_Result_Enum
- func (x *ActionResponseProtocolIpv4PingResponse) GetSrcName() string
- func (*ActionResponseProtocolIpv4PingResponse) ProtoMessage()
- func (x *ActionResponseProtocolIpv4PingResponse) ProtoReflect() protoreflect.Message
- func (x *ActionResponseProtocolIpv4PingResponse) Reset()
- func (x *ActionResponseProtocolIpv4PingResponse) String() string
- type ActionResponseProtocolIpv4PingResponse_Result
- func (*ActionResponseProtocolIpv4PingResponse_Result) Descriptor() ([]byte, []int)deprecated
- func (*ActionResponseProtocolIpv4PingResponse_Result) ProtoMessage()
- func (x *ActionResponseProtocolIpv4PingResponse_Result) ProtoReflect() protoreflect.Message
- func (x *ActionResponseProtocolIpv4PingResponse_Result) Reset()
- func (x *ActionResponseProtocolIpv4PingResponse_Result) String() string
- type ActionResponseProtocolIpv4PingResponse_Result_Enum
- func (ActionResponseProtocolIpv4PingResponse_Result_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x ActionResponseProtocolIpv4PingResponse_Result_Enum) Enum() *ActionResponseProtocolIpv4PingResponse_Result_Enum
- func (ActionResponseProtocolIpv4PingResponse_Result_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x ActionResponseProtocolIpv4PingResponse_Result_Enum) Number() protoreflect.EnumNumber
- func (x ActionResponseProtocolIpv4PingResponse_Result_Enum) String() string
- func (ActionResponseProtocolIpv4PingResponse_Result_Enum) Type() protoreflect.EnumType
- type ActionResponseProtocolIpv4_Choice
- func (*ActionResponseProtocolIpv4_Choice) Descriptor() ([]byte, []int)deprecated
- func (*ActionResponseProtocolIpv4_Choice) ProtoMessage()
- func (x *ActionResponseProtocolIpv4_Choice) ProtoReflect() protoreflect.Message
- func (x *ActionResponseProtocolIpv4_Choice) Reset()
- func (x *ActionResponseProtocolIpv4_Choice) String() string
- type ActionResponseProtocolIpv4_Choice_Enum
- func (ActionResponseProtocolIpv4_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x ActionResponseProtocolIpv4_Choice_Enum) Enum() *ActionResponseProtocolIpv4_Choice_Enum
- func (ActionResponseProtocolIpv4_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x ActionResponseProtocolIpv4_Choice_Enum) Number() protoreflect.EnumNumber
- func (x ActionResponseProtocolIpv4_Choice_Enum) String() string
- func (ActionResponseProtocolIpv4_Choice_Enum) Type() protoreflect.EnumType
- type ActionResponseProtocolIpv6
- func (*ActionResponseProtocolIpv6) Descriptor() ([]byte, []int)deprecated
- func (x *ActionResponseProtocolIpv6) GetChoice() ActionResponseProtocolIpv6_Choice_Enum
- func (x *ActionResponseProtocolIpv6) GetPing() *ActionResponseProtocolIpv6Ping
- func (*ActionResponseProtocolIpv6) ProtoMessage()
- func (x *ActionResponseProtocolIpv6) ProtoReflect() protoreflect.Message
- func (x *ActionResponseProtocolIpv6) Reset()
- func (x *ActionResponseProtocolIpv6) String() string
- type ActionResponseProtocolIpv6Ping
- func (*ActionResponseProtocolIpv6Ping) Descriptor() ([]byte, []int)deprecated
- func (x *ActionResponseProtocolIpv6Ping) GetResponses() []*ActionResponseProtocolIpv6PingResponse
- func (*ActionResponseProtocolIpv6Ping) ProtoMessage()
- func (x *ActionResponseProtocolIpv6Ping) ProtoReflect() protoreflect.Message
- func (x *ActionResponseProtocolIpv6Ping) Reset()
- func (x *ActionResponseProtocolIpv6Ping) String() string
- type ActionResponseProtocolIpv6PingResponse
- func (*ActionResponseProtocolIpv6PingResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ActionResponseProtocolIpv6PingResponse) GetDstIp() string
- func (x *ActionResponseProtocolIpv6PingResponse) GetResult() ActionResponseProtocolIpv6PingResponse_Result_Enum
- func (x *ActionResponseProtocolIpv6PingResponse) GetSrcName() string
- func (*ActionResponseProtocolIpv6PingResponse) ProtoMessage()
- func (x *ActionResponseProtocolIpv6PingResponse) ProtoReflect() protoreflect.Message
- func (x *ActionResponseProtocolIpv6PingResponse) Reset()
- func (x *ActionResponseProtocolIpv6PingResponse) String() string
- type ActionResponseProtocolIpv6PingResponse_Result
- func (*ActionResponseProtocolIpv6PingResponse_Result) Descriptor() ([]byte, []int)deprecated
- func (*ActionResponseProtocolIpv6PingResponse_Result) ProtoMessage()
- func (x *ActionResponseProtocolIpv6PingResponse_Result) ProtoReflect() protoreflect.Message
- func (x *ActionResponseProtocolIpv6PingResponse_Result) Reset()
- func (x *ActionResponseProtocolIpv6PingResponse_Result) String() string
- type ActionResponseProtocolIpv6PingResponse_Result_Enum
- func (ActionResponseProtocolIpv6PingResponse_Result_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x ActionResponseProtocolIpv6PingResponse_Result_Enum) Enum() *ActionResponseProtocolIpv6PingResponse_Result_Enum
- func (ActionResponseProtocolIpv6PingResponse_Result_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x ActionResponseProtocolIpv6PingResponse_Result_Enum) Number() protoreflect.EnumNumber
- func (x ActionResponseProtocolIpv6PingResponse_Result_Enum) String() string
- func (ActionResponseProtocolIpv6PingResponse_Result_Enum) Type() protoreflect.EnumType
- type ActionResponseProtocolIpv6_Choice
- func (*ActionResponseProtocolIpv6_Choice) Descriptor() ([]byte, []int)deprecated
- func (*ActionResponseProtocolIpv6_Choice) ProtoMessage()
- func (x *ActionResponseProtocolIpv6_Choice) ProtoReflect() protoreflect.Message
- func (x *ActionResponseProtocolIpv6_Choice) Reset()
- func (x *ActionResponseProtocolIpv6_Choice) String() string
- type ActionResponseProtocolIpv6_Choice_Enum
- func (ActionResponseProtocolIpv6_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x ActionResponseProtocolIpv6_Choice_Enum) Enum() *ActionResponseProtocolIpv6_Choice_Enum
- func (ActionResponseProtocolIpv6_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x ActionResponseProtocolIpv6_Choice_Enum) Number() protoreflect.EnumNumber
- func (x ActionResponseProtocolIpv6_Choice_Enum) String() string
- func (ActionResponseProtocolIpv6_Choice_Enum) Type() protoreflect.EnumType
- type ActionResponseProtocol_Choice
- func (*ActionResponseProtocol_Choice) Descriptor() ([]byte, []int)deprecated
- func (*ActionResponseProtocol_Choice) ProtoMessage()
- func (x *ActionResponseProtocol_Choice) ProtoReflect() protoreflect.Message
- func (x *ActionResponseProtocol_Choice) Reset()
- func (x *ActionResponseProtocol_Choice) String() string
- type ActionResponseProtocol_Choice_Enum
- func (ActionResponseProtocol_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x ActionResponseProtocol_Choice_Enum) Enum() *ActionResponseProtocol_Choice_Enum
- func (ActionResponseProtocol_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x ActionResponseProtocol_Choice_Enum) Number() protoreflect.EnumNumber
- func (x ActionResponseProtocol_Choice_Enum) String() string
- func (ActionResponseProtocol_Choice_Enum) Type() protoreflect.EnumType
- type ActionResponse_Choice
- type ActionResponse_Choice_Enum
- func (ActionResponse_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x ActionResponse_Choice_Enum) Enum() *ActionResponse_Choice_Enum
- func (ActionResponse_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x ActionResponse_Choice_Enum) Number() protoreflect.EnumNumber
- func (x ActionResponse_Choice_Enum) String() string
- func (ActionResponse_Choice_Enum) Type() protoreflect.EnumType
- type BgpAddPath
- type BgpAdvanced
- func (*BgpAdvanced) Descriptor() ([]byte, []int)deprecated
- func (x *BgpAdvanced) GetHoldTimeInterval() uint32
- func (x *BgpAdvanced) GetKeepAliveInterval() uint32
- func (x *BgpAdvanced) GetListenPort() uint32
- func (x *BgpAdvanced) GetMd5Key() string
- func (x *BgpAdvanced) GetNeighborPort() uint32
- func (x *BgpAdvanced) GetPassiveMode() bool
- func (x *BgpAdvanced) GetTimeToLive() uint32
- func (x *BgpAdvanced) GetUpdateInterval() uint32
- func (*BgpAdvanced) ProtoMessage()
- func (x *BgpAdvanced) ProtoReflect() protoreflect.Message
- func (x *BgpAdvanced) Reset()
- func (x *BgpAdvanced) String() string
- type BgpAsPath
- func (*BgpAsPath) Descriptor() ([]byte, []int)deprecated
- func (x *BgpAsPath) GetAsSetMode() BgpAsPath_AsSetMode_Enum
- func (x *BgpAsPath) GetSegments() []*BgpAsPathSegment
- func (*BgpAsPath) ProtoMessage()
- func (x *BgpAsPath) ProtoReflect() protoreflect.Message
- func (x *BgpAsPath) Reset()
- func (x *BgpAsPath) String() string
- type BgpAsPathSegment
- func (*BgpAsPathSegment) Descriptor() ([]byte, []int)deprecated
- func (x *BgpAsPathSegment) GetAsNumbers() []uint32
- func (x *BgpAsPathSegment) GetType() BgpAsPathSegment_Type_Enum
- func (*BgpAsPathSegment) ProtoMessage()
- func (x *BgpAsPathSegment) ProtoReflect() protoreflect.Message
- func (x *BgpAsPathSegment) Reset()
- func (x *BgpAsPathSegment) String() string
- type BgpAsPathSegment_Type
- type BgpAsPathSegment_Type_Enum
- func (BgpAsPathSegment_Type_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x BgpAsPathSegment_Type_Enum) Enum() *BgpAsPathSegment_Type_Enum
- func (BgpAsPathSegment_Type_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x BgpAsPathSegment_Type_Enum) Number() protoreflect.EnumNumber
- func (x BgpAsPathSegment_Type_Enum) String() string
- func (BgpAsPathSegment_Type_Enum) Type() protoreflect.EnumType
- type BgpAsPath_AsSetMode
- type BgpAsPath_AsSetMode_Enum
- func (BgpAsPath_AsSetMode_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x BgpAsPath_AsSetMode_Enum) Enum() *BgpAsPath_AsSetMode_Enum
- func (BgpAsPath_AsSetMode_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x BgpAsPath_AsSetMode_Enum) Number() protoreflect.EnumNumber
- func (x BgpAsPath_AsSetMode_Enum) String() string
- func (BgpAsPath_AsSetMode_Enum) Type() protoreflect.EnumType
- type BgpAttributes
- func (*BgpAttributes) Descriptor() ([]byte, []int)deprecated
- func (x *BgpAttributes) GetAggregator() *BgpAttributesAggregator
- func (x *BgpAttributes) GetAs4Aggregator() *BgpAttributesAs4Aggregator
- func (x *BgpAttributes) GetAs4Path() *BgpAttributesAs4Path
- func (x *BgpAttributes) GetAsPath() *BgpAttributesAsPath
- func (x *BgpAttributes) GetClusterIds() []string
- func (x *BgpAttributes) GetCommunity() []*BgpAttributesCommunity
- func (x *BgpAttributes) GetExtendedCommunities() []*BgpExtendedCommunity
- func (x *BgpAttributes) GetIncludeAtomicAggregator() bool
- func (x *BgpAttributes) GetLocalPreference() *BgpAttributesLocalPreference
- func (x *BgpAttributes) GetMpReach() *BgpAttributesMpReachNlri
- func (x *BgpAttributes) GetMpUnreach() *BgpAttributesMpUnreachNlri
- func (x *BgpAttributes) GetMultiExitDiscriminator() *BgpAttributesMultiExitDiscriminator
- func (x *BgpAttributes) GetNextHop() *BgpAttributesNextHop
- func (x *BgpAttributes) GetOrigin() BgpAttributes_Origin_Enum
- func (x *BgpAttributes) GetOriginatorId() *BgpAttributesOriginatorId
- func (x *BgpAttributes) GetOtherAttributes() []*BgpAttributesOtherAttribute
- func (x *BgpAttributes) GetTunnelEncapsulation() *BgpAttributesTunnelEncapsulation
- func (*BgpAttributes) ProtoMessage()
- func (x *BgpAttributes) ProtoReflect() protoreflect.Message
- func (x *BgpAttributes) Reset()
- func (x *BgpAttributes) String() string
- type BgpAttributesAggregator
- func (*BgpAttributesAggregator) Descriptor() ([]byte, []int)deprecated
- func (x *BgpAttributesAggregator) GetChoice() BgpAttributesAggregator_Choice_Enum
- func (x *BgpAttributesAggregator) GetFourByteAs() uint32
- func (x *BgpAttributesAggregator) GetIpv4Address() string
- func (x *BgpAttributesAggregator) GetTwoByteAs() uint32
- func (*BgpAttributesAggregator) ProtoMessage()
- func (x *BgpAttributesAggregator) ProtoReflect() protoreflect.Message
- func (x *BgpAttributesAggregator) Reset()
- func (x *BgpAttributesAggregator) String() string
- type BgpAttributesAggregator_Choice
- func (*BgpAttributesAggregator_Choice) Descriptor() ([]byte, []int)deprecated
- func (*BgpAttributesAggregator_Choice) ProtoMessage()
- func (x *BgpAttributesAggregator_Choice) ProtoReflect() protoreflect.Message
- func (x *BgpAttributesAggregator_Choice) Reset()
- func (x *BgpAttributesAggregator_Choice) String() string
- type BgpAttributesAggregator_Choice_Enum
- func (BgpAttributesAggregator_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x BgpAttributesAggregator_Choice_Enum) Enum() *BgpAttributesAggregator_Choice_Enum
- func (BgpAttributesAggregator_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x BgpAttributesAggregator_Choice_Enum) Number() protoreflect.EnumNumber
- func (x BgpAttributesAggregator_Choice_Enum) String() string
- func (BgpAttributesAggregator_Choice_Enum) Type() protoreflect.EnumType
- type BgpAttributesAs4Aggregator
- func (*BgpAttributesAs4Aggregator) Descriptor() ([]byte, []int)deprecated
- func (x *BgpAttributesAs4Aggregator) GetAsNum() uint32
- func (x *BgpAttributesAs4Aggregator) GetIpv4Address() string
- func (*BgpAttributesAs4Aggregator) ProtoMessage()
- func (x *BgpAttributesAs4Aggregator) ProtoReflect() protoreflect.Message
- func (x *BgpAttributesAs4Aggregator) Reset()
- func (x *BgpAttributesAs4Aggregator) String() string
- type BgpAttributesAs4Path
- func (*BgpAttributesAs4Path) Descriptor() ([]byte, []int)deprecated
- func (x *BgpAttributesAs4Path) GetSegments() []*BgpAttributesFourByteAsPathSegment
- func (*BgpAttributesAs4Path) ProtoMessage()
- func (x *BgpAttributesAs4Path) ProtoReflect() protoreflect.Message
- func (x *BgpAttributesAs4Path) Reset()
- func (x *BgpAttributesAs4Path) String() string
- type BgpAttributesAsPath
- func (*BgpAttributesAsPath) Descriptor() ([]byte, []int)deprecated
- func (x *BgpAttributesAsPath) GetChoice() BgpAttributesAsPath_Choice_Enum
- func (x *BgpAttributesAsPath) GetFourByteAsPath() *BgpAttributesAsPathFourByteAsPath
- func (x *BgpAttributesAsPath) GetTwoByteAsPath() *BgpAttributesAsPathTwoByteAsPath
- func (*BgpAttributesAsPath) ProtoMessage()
- func (x *BgpAttributesAsPath) ProtoReflect() protoreflect.Message
- func (x *BgpAttributesAsPath) Reset()
- func (x *BgpAttributesAsPath) String() string
- type BgpAttributesAsPathFourByteAsPath
- func (*BgpAttributesAsPathFourByteAsPath) Descriptor() ([]byte, []int)deprecated
- func (x *BgpAttributesAsPathFourByteAsPath) GetSegments() []*BgpAttributesFourByteAsPathSegment
- func (*BgpAttributesAsPathFourByteAsPath) ProtoMessage()
- func (x *BgpAttributesAsPathFourByteAsPath) ProtoReflect() protoreflect.Message
- func (x *BgpAttributesAsPathFourByteAsPath) Reset()
- func (x *BgpAttributesAsPathFourByteAsPath) String() string
- type BgpAttributesAsPathTwoByteAsPath
- func (*BgpAttributesAsPathTwoByteAsPath) Descriptor() ([]byte, []int)deprecated
- func (x *BgpAttributesAsPathTwoByteAsPath) GetSegments() []*BgpAttributesTwoByteAsPathSegment
- func (*BgpAttributesAsPathTwoByteAsPath) ProtoMessage()
- func (x *BgpAttributesAsPathTwoByteAsPath) ProtoReflect() protoreflect.Message
- func (x *BgpAttributesAsPathTwoByteAsPath) Reset()
- func (x *BgpAttributesAsPathTwoByteAsPath) String() string
- type BgpAttributesAsPath_Choice
- type BgpAttributesAsPath_Choice_Enum
- func (BgpAttributesAsPath_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x BgpAttributesAsPath_Choice_Enum) Enum() *BgpAttributesAsPath_Choice_Enum
- func (BgpAttributesAsPath_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x BgpAttributesAsPath_Choice_Enum) Number() protoreflect.EnumNumber
- func (x BgpAttributesAsPath_Choice_Enum) String() string
- func (BgpAttributesAsPath_Choice_Enum) Type() protoreflect.EnumType
- type BgpAttributesBsid
- func (*BgpAttributesBsid) Descriptor() ([]byte, []int)deprecated
- func (x *BgpAttributesBsid) GetChoice() BgpAttributesBsid_Choice_Enum
- func (x *BgpAttributesBsid) GetMpls() *BgpAttributesBsidMpls
- func (x *BgpAttributesBsid) GetSrv6() *BgpAttributesBsidSrv6
- func (*BgpAttributesBsid) ProtoMessage()
- func (x *BgpAttributesBsid) ProtoReflect() protoreflect.Message
- func (x *BgpAttributesBsid) Reset()
- func (x *BgpAttributesBsid) String() string
- type BgpAttributesBsidMpls
- func (*BgpAttributesBsidMpls) Descriptor() ([]byte, []int)deprecated
- func (x *BgpAttributesBsidMpls) GetFlagDropUponInvalid() bool
- func (x *BgpAttributesBsidMpls) GetFlagSpecifiedBsidOnly() bool
- func (x *BgpAttributesBsidMpls) GetMplsSid() *BgpAttributesSidMpls
- func (*BgpAttributesBsidMpls) ProtoMessage()
- func (x *BgpAttributesBsidMpls) ProtoReflect() protoreflect.Message
- func (x *BgpAttributesBsidMpls) Reset()
- func (x *BgpAttributesBsidMpls) String() string
- type BgpAttributesBsidSrv6
- func (*BgpAttributesBsidSrv6) Descriptor() ([]byte, []int)deprecated
- func (x *BgpAttributesBsidSrv6) GetFlagDropUponInvalid() bool
- func (x *BgpAttributesBsidSrv6) GetFlagSpecifiedBsidOnly() bool
- func (x *BgpAttributesBsidSrv6) GetIpv6Addr() string
- func (*BgpAttributesBsidSrv6) ProtoMessage()
- func (x *BgpAttributesBsidSrv6) ProtoReflect() protoreflect.Message
- func (x *BgpAttributesBsidSrv6) Reset()
- func (x *BgpAttributesBsidSrv6) String() string
- type BgpAttributesBsid_Choice
- type BgpAttributesBsid_Choice_Enum
- func (BgpAttributesBsid_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x BgpAttributesBsid_Choice_Enum) Enum() *BgpAttributesBsid_Choice_Enum
- func (BgpAttributesBsid_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x BgpAttributesBsid_Choice_Enum) Number() protoreflect.EnumNumber
- func (x BgpAttributesBsid_Choice_Enum) String() string
- func (BgpAttributesBsid_Choice_Enum) Type() protoreflect.EnumType
- type BgpAttributesCommunity
- func (*BgpAttributesCommunity) Descriptor() ([]byte, []int)deprecated
- func (x *BgpAttributesCommunity) GetChoice() BgpAttributesCommunity_Choice_Enum
- func (x *BgpAttributesCommunity) GetCustomCommunity() *BgpAttributesCustomCommunity
- func (*BgpAttributesCommunity) ProtoMessage()
- func (x *BgpAttributesCommunity) ProtoReflect() protoreflect.Message
- func (x *BgpAttributesCommunity) Reset()
- func (x *BgpAttributesCommunity) String() string
- type BgpAttributesCommunity_Choice
- func (*BgpAttributesCommunity_Choice) Descriptor() ([]byte, []int)deprecated
- func (*BgpAttributesCommunity_Choice) ProtoMessage()
- func (x *BgpAttributesCommunity_Choice) ProtoReflect() protoreflect.Message
- func (x *BgpAttributesCommunity_Choice) Reset()
- func (x *BgpAttributesCommunity_Choice) String() string
- type BgpAttributesCommunity_Choice_Enum
- func (BgpAttributesCommunity_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x BgpAttributesCommunity_Choice_Enum) Enum() *BgpAttributesCommunity_Choice_Enum
- func (BgpAttributesCommunity_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x BgpAttributesCommunity_Choice_Enum) Number() protoreflect.EnumNumber
- func (x BgpAttributesCommunity_Choice_Enum) String() string
- func (BgpAttributesCommunity_Choice_Enum) Type() protoreflect.EnumType
- type BgpAttributesCustomCommunity
- func (*BgpAttributesCustomCommunity) Descriptor() ([]byte, []int)deprecated
- func (x *BgpAttributesCustomCommunity) GetAsNumber() uint32
- func (x *BgpAttributesCustomCommunity) GetCustom() string
- func (*BgpAttributesCustomCommunity) ProtoMessage()
- func (x *BgpAttributesCustomCommunity) ProtoReflect() protoreflect.Message
- func (x *BgpAttributesCustomCommunity) Reset()
- func (x *BgpAttributesCustomCommunity) String() string
- type BgpAttributesFourByteAsPathSegment
- func (*BgpAttributesFourByteAsPathSegment) Descriptor() ([]byte, []int)deprecated
- func (x *BgpAttributesFourByteAsPathSegment) GetAsNumbers() []uint32
- func (x *BgpAttributesFourByteAsPathSegment) GetType() BgpAttributesFourByteAsPathSegment_Type_Enum
- func (*BgpAttributesFourByteAsPathSegment) ProtoMessage()
- func (x *BgpAttributesFourByteAsPathSegment) ProtoReflect() protoreflect.Message
- func (x *BgpAttributesFourByteAsPathSegment) Reset()
- func (x *BgpAttributesFourByteAsPathSegment) String() string
- type BgpAttributesFourByteAsPathSegment_Type
- func (*BgpAttributesFourByteAsPathSegment_Type) Descriptor() ([]byte, []int)deprecated
- func (*BgpAttributesFourByteAsPathSegment_Type) ProtoMessage()
- func (x *BgpAttributesFourByteAsPathSegment_Type) ProtoReflect() protoreflect.Message
- func (x *BgpAttributesFourByteAsPathSegment_Type) Reset()
- func (x *BgpAttributesFourByteAsPathSegment_Type) String() string
- type BgpAttributesFourByteAsPathSegment_Type_Enum
- func (BgpAttributesFourByteAsPathSegment_Type_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x BgpAttributesFourByteAsPathSegment_Type_Enum) Enum() *BgpAttributesFourByteAsPathSegment_Type_Enum
- func (BgpAttributesFourByteAsPathSegment_Type_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x BgpAttributesFourByteAsPathSegment_Type_Enum) Number() protoreflect.EnumNumber
- func (x BgpAttributesFourByteAsPathSegment_Type_Enum) String() string
- func (BgpAttributesFourByteAsPathSegment_Type_Enum) Type() protoreflect.EnumType
- type BgpAttributesLocalPreference
- func (*BgpAttributesLocalPreference) Descriptor() ([]byte, []int)deprecated
- func (x *BgpAttributesLocalPreference) GetValue() uint32
- func (*BgpAttributesLocalPreference) ProtoMessage()
- func (x *BgpAttributesLocalPreference) ProtoReflect() protoreflect.Message
- func (x *BgpAttributesLocalPreference) Reset()
- func (x *BgpAttributesLocalPreference) String() string
- type BgpAttributesMpReachNlri
- func (*BgpAttributesMpReachNlri) Descriptor() ([]byte, []int)deprecated
- func (x *BgpAttributesMpReachNlri) GetChoice() BgpAttributesMpReachNlri_Choice_Enum
- func (x *BgpAttributesMpReachNlri) GetIpv4Srpolicy() *BgpIpv4SrPolicyNLRIPrefix
- func (x *BgpAttributesMpReachNlri) GetIpv4Unicast() []*BgpOneIpv4NLRIPrefix
- func (x *BgpAttributesMpReachNlri) GetIpv6Srpolicy() *BgpIpv6SrPolicyNLRIPrefix
- func (x *BgpAttributesMpReachNlri) GetIpv6Unicast() []*BgpOneIpv6NLRIPrefix
- func (x *BgpAttributesMpReachNlri) GetNextHop() *BgpAttributesNextHop
- func (*BgpAttributesMpReachNlri) ProtoMessage()
- func (x *BgpAttributesMpReachNlri) ProtoReflect() protoreflect.Message
- func (x *BgpAttributesMpReachNlri) Reset()
- func (x *BgpAttributesMpReachNlri) String() string
- type BgpAttributesMpReachNlri_Choice
- func (*BgpAttributesMpReachNlri_Choice) Descriptor() ([]byte, []int)deprecated
- func (*BgpAttributesMpReachNlri_Choice) ProtoMessage()
- func (x *BgpAttributesMpReachNlri_Choice) ProtoReflect() protoreflect.Message
- func (x *BgpAttributesMpReachNlri_Choice) Reset()
- func (x *BgpAttributesMpReachNlri_Choice) String() string
- type BgpAttributesMpReachNlri_Choice_Enum
- func (BgpAttributesMpReachNlri_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x BgpAttributesMpReachNlri_Choice_Enum) Enum() *BgpAttributesMpReachNlri_Choice_Enum
- func (BgpAttributesMpReachNlri_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x BgpAttributesMpReachNlri_Choice_Enum) Number() protoreflect.EnumNumber
- func (x BgpAttributesMpReachNlri_Choice_Enum) String() string
- func (BgpAttributesMpReachNlri_Choice_Enum) Type() protoreflect.EnumType
- type BgpAttributesMpUnreachNlri
- func (*BgpAttributesMpUnreachNlri) Descriptor() ([]byte, []int)deprecated
- func (x *BgpAttributesMpUnreachNlri) GetChoice() BgpAttributesMpUnreachNlri_Choice_Enum
- func (x *BgpAttributesMpUnreachNlri) GetIpv4Srpolicy() *BgpIpv4SrPolicyNLRIPrefix
- func (x *BgpAttributesMpUnreachNlri) GetIpv4Unicast() []*BgpOneIpv4NLRIPrefix
- func (x *BgpAttributesMpUnreachNlri) GetIpv6Srpolicy() *BgpIpv6SrPolicyNLRIPrefix
- func (x *BgpAttributesMpUnreachNlri) GetIpv6Unicast() []*BgpOneIpv6NLRIPrefix
- func (*BgpAttributesMpUnreachNlri) ProtoMessage()
- func (x *BgpAttributesMpUnreachNlri) ProtoReflect() protoreflect.Message
- func (x *BgpAttributesMpUnreachNlri) Reset()
- func (x *BgpAttributesMpUnreachNlri) String() string
- type BgpAttributesMpUnreachNlri_Choice
- func (*BgpAttributesMpUnreachNlri_Choice) Descriptor() ([]byte, []int)deprecated
- func (*BgpAttributesMpUnreachNlri_Choice) ProtoMessage()
- func (x *BgpAttributesMpUnreachNlri_Choice) ProtoReflect() protoreflect.Message
- func (x *BgpAttributesMpUnreachNlri_Choice) Reset()
- func (x *BgpAttributesMpUnreachNlri_Choice) String() string
- type BgpAttributesMpUnreachNlri_Choice_Enum
- func (BgpAttributesMpUnreachNlri_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x BgpAttributesMpUnreachNlri_Choice_Enum) Enum() *BgpAttributesMpUnreachNlri_Choice_Enum
- func (BgpAttributesMpUnreachNlri_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x BgpAttributesMpUnreachNlri_Choice_Enum) Number() protoreflect.EnumNumber
- func (x BgpAttributesMpUnreachNlri_Choice_Enum) String() string
- func (BgpAttributesMpUnreachNlri_Choice_Enum) Type() protoreflect.EnumType
- type BgpAttributesMultiExitDiscriminator
- func (*BgpAttributesMultiExitDiscriminator) Descriptor() ([]byte, []int)deprecated
- func (x *BgpAttributesMultiExitDiscriminator) GetValue() uint32
- func (*BgpAttributesMultiExitDiscriminator) ProtoMessage()
- func (x *BgpAttributesMultiExitDiscriminator) ProtoReflect() protoreflect.Message
- func (x *BgpAttributesMultiExitDiscriminator) Reset()
- func (x *BgpAttributesMultiExitDiscriminator) String() string
- type BgpAttributesNextHop
- func (*BgpAttributesNextHop) Descriptor() ([]byte, []int)deprecated
- func (x *BgpAttributesNextHop) GetChoice() BgpAttributesNextHop_Choice_Enum
- func (x *BgpAttributesNextHop) GetIpv4() string
- func (x *BgpAttributesNextHop) GetIpv6() string
- func (x *BgpAttributesNextHop) GetIpv6TwoAddresses() *BgpAttributesNextHopIpv6TwoAddresses
- func (*BgpAttributesNextHop) ProtoMessage()
- func (x *BgpAttributesNextHop) ProtoReflect() protoreflect.Message
- func (x *BgpAttributesNextHop) Reset()
- func (x *BgpAttributesNextHop) String() string
- type BgpAttributesNextHopIpv6TwoAddresses
- func (*BgpAttributesNextHopIpv6TwoAddresses) Descriptor() ([]byte, []int)deprecated
- func (x *BgpAttributesNextHopIpv6TwoAddresses) GetFirst() string
- func (x *BgpAttributesNextHopIpv6TwoAddresses) GetSecond() string
- func (*BgpAttributesNextHopIpv6TwoAddresses) ProtoMessage()
- func (x *BgpAttributesNextHopIpv6TwoAddresses) ProtoReflect() protoreflect.Message
- func (x *BgpAttributesNextHopIpv6TwoAddresses) Reset()
- func (x *BgpAttributesNextHopIpv6TwoAddresses) String() string
- type BgpAttributesNextHop_Choice
- type BgpAttributesNextHop_Choice_Enum
- func (BgpAttributesNextHop_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x BgpAttributesNextHop_Choice_Enum) Enum() *BgpAttributesNextHop_Choice_Enum
- func (BgpAttributesNextHop_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x BgpAttributesNextHop_Choice_Enum) Number() protoreflect.EnumNumber
- func (x BgpAttributesNextHop_Choice_Enum) String() string
- func (BgpAttributesNextHop_Choice_Enum) Type() protoreflect.EnumType
- type BgpAttributesOriginatorId
- func (*BgpAttributesOriginatorId) Descriptor() ([]byte, []int)deprecated
- func (x *BgpAttributesOriginatorId) GetValue() string
- func (*BgpAttributesOriginatorId) ProtoMessage()
- func (x *BgpAttributesOriginatorId) ProtoReflect() protoreflect.Message
- func (x *BgpAttributesOriginatorId) Reset()
- func (x *BgpAttributesOriginatorId) String() string
- type BgpAttributesOtherAttribute
- func (*BgpAttributesOtherAttribute) Descriptor() ([]byte, []int)deprecated
- func (x *BgpAttributesOtherAttribute) GetFlagExtendedLength() bool
- func (x *BgpAttributesOtherAttribute) GetFlagOptional() bool
- func (x *BgpAttributesOtherAttribute) GetFlagPartial() bool
- func (x *BgpAttributesOtherAttribute) GetFlagTransitive() bool
- func (x *BgpAttributesOtherAttribute) GetRawValue() string
- func (x *BgpAttributesOtherAttribute) GetType() uint32
- func (*BgpAttributesOtherAttribute) ProtoMessage()
- func (x *BgpAttributesOtherAttribute) ProtoReflect() protoreflect.Message
- func (x *BgpAttributesOtherAttribute) Reset()
- func (x *BgpAttributesOtherAttribute) String() string
- type BgpAttributesSegmentRoutingPolicy
- func (*BgpAttributesSegmentRoutingPolicy) Descriptor() ([]byte, []int)deprecated
- func (x *BgpAttributesSegmentRoutingPolicy) GetBindingSegmentIdentifier() *BgpAttributesBsid
- func (x *BgpAttributesSegmentRoutingPolicy) GetExplicitNullLabelPolicy() *BgpAttributesSrPolicyExplicitNullPolicy
- func (x *BgpAttributesSegmentRoutingPolicy) GetPolicyCandidateName() *BgpAttributesSrPolicyPolicyCandidateName
- func (x *BgpAttributesSegmentRoutingPolicy) GetPolicyName() *BgpAttributesSrPolicyPolicyName
- func (x *BgpAttributesSegmentRoutingPolicy) GetPreference() *BgpAttributesSrPolicyPreference
- func (x *BgpAttributesSegmentRoutingPolicy) GetPriority() *BgpAttributesSrPolicyPriority
- func (x *BgpAttributesSegmentRoutingPolicy) GetSegmentList() []*BgpAttributesSrPolicySegmentList
- func (x *BgpAttributesSegmentRoutingPolicy) GetSrv6BindingSegmentIdentifier() []*BgpAttributesSrv6Bsid
- func (*BgpAttributesSegmentRoutingPolicy) ProtoMessage()
- func (x *BgpAttributesSegmentRoutingPolicy) ProtoReflect() protoreflect.Message
- func (x *BgpAttributesSegmentRoutingPolicy) Reset()
- func (x *BgpAttributesSegmentRoutingPolicy) String() string
- type BgpAttributesSegmentRoutingPolicySRv6SIDEndpointBehaviorAndStructure
- func (*BgpAttributesSegmentRoutingPolicySRv6SIDEndpointBehaviorAndStructure) Descriptor() ([]byte, []int)deprecated
- func (x *BgpAttributesSegmentRoutingPolicySRv6SIDEndpointBehaviorAndStructure) GetArgLength() uint32
- func (x *BgpAttributesSegmentRoutingPolicySRv6SIDEndpointBehaviorAndStructure) GetEndpointBehaviour() string
- func (x *BgpAttributesSegmentRoutingPolicySRv6SIDEndpointBehaviorAndStructure) GetFuncLength() uint32
- func (x *BgpAttributesSegmentRoutingPolicySRv6SIDEndpointBehaviorAndStructure) GetLbLength() uint32
- func (x *BgpAttributesSegmentRoutingPolicySRv6SIDEndpointBehaviorAndStructure) GetLnLength() uint32
- func (*BgpAttributesSegmentRoutingPolicySRv6SIDEndpointBehaviorAndStructure) ProtoMessage()
- func (x *BgpAttributesSegmentRoutingPolicySRv6SIDEndpointBehaviorAndStructure) ProtoReflect() protoreflect.Message
- func (x *BgpAttributesSegmentRoutingPolicySRv6SIDEndpointBehaviorAndStructure) Reset()
- func (x *BgpAttributesSegmentRoutingPolicySRv6SIDEndpointBehaviorAndStructure) String() string
- type BgpAttributesSegmentRoutingPolicySegmentListSegment
- func (*BgpAttributesSegmentRoutingPolicySegmentListSegment) Descriptor() ([]byte, []int)deprecated
- func (x *BgpAttributesSegmentRoutingPolicySegmentListSegment) GetChoice() BgpAttributesSegmentRoutingPolicySegmentListSegment_Choice_Enum
- func (x *BgpAttributesSegmentRoutingPolicySegmentListSegment) GetTypeA() *BgpAttributesSegmentRoutingPolicyTypeA
- func (x *BgpAttributesSegmentRoutingPolicySegmentListSegment) GetTypeB() *BgpAttributesSegmentRoutingPolicyTypeB
- func (x *BgpAttributesSegmentRoutingPolicySegmentListSegment) GetTypeC() *BgpAttributesSegmentRoutingPolicyTypeC
- func (x *BgpAttributesSegmentRoutingPolicySegmentListSegment) GetTypeD() *BgpAttributesSegmentRoutingPolicyTypeD
- func (x *BgpAttributesSegmentRoutingPolicySegmentListSegment) GetTypeE() *BgpAttributesSegmentRoutingPolicyTypeE
- func (x *BgpAttributesSegmentRoutingPolicySegmentListSegment) GetTypeF() *BgpAttributesSegmentRoutingPolicyTypeF
- func (x *BgpAttributesSegmentRoutingPolicySegmentListSegment) GetTypeG() *BgpAttributesSegmentRoutingPolicyTypeG
- func (x *BgpAttributesSegmentRoutingPolicySegmentListSegment) GetTypeH() *BgpAttributesSegmentRoutingPolicyTypeH
- func (x *BgpAttributesSegmentRoutingPolicySegmentListSegment) GetTypeI() *BgpAttributesSegmentRoutingPolicyTypeI
- func (x *BgpAttributesSegmentRoutingPolicySegmentListSegment) GetTypeJ() *BgpAttributesSegmentRoutingPolicyTypeJ
- func (x *BgpAttributesSegmentRoutingPolicySegmentListSegment) GetTypeK() *BgpAttributesSegmentRoutingPolicyTypeK
- func (*BgpAttributesSegmentRoutingPolicySegmentListSegment) ProtoMessage()
- func (x *BgpAttributesSegmentRoutingPolicySegmentListSegment) ProtoReflect() protoreflect.Message
- func (x *BgpAttributesSegmentRoutingPolicySegmentListSegment) Reset()
- func (x *BgpAttributesSegmentRoutingPolicySegmentListSegment) String() string
- type BgpAttributesSegmentRoutingPolicySegmentListSegment_Choice
- func (*BgpAttributesSegmentRoutingPolicySegmentListSegment_Choice) Descriptor() ([]byte, []int)deprecated
- func (*BgpAttributesSegmentRoutingPolicySegmentListSegment_Choice) ProtoMessage()
- func (x *BgpAttributesSegmentRoutingPolicySegmentListSegment_Choice) ProtoReflect() protoreflect.Message
- func (x *BgpAttributesSegmentRoutingPolicySegmentListSegment_Choice) Reset()
- func (x *BgpAttributesSegmentRoutingPolicySegmentListSegment_Choice) String() string
- type BgpAttributesSegmentRoutingPolicySegmentListSegment_Choice_Enum
- func (BgpAttributesSegmentRoutingPolicySegmentListSegment_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x BgpAttributesSegmentRoutingPolicySegmentListSegment_Choice_Enum) Enum() *BgpAttributesSegmentRoutingPolicySegmentListSegment_Choice_Enum
- func (BgpAttributesSegmentRoutingPolicySegmentListSegment_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x BgpAttributesSegmentRoutingPolicySegmentListSegment_Choice_Enum) Number() protoreflect.EnumNumber
- func (x BgpAttributesSegmentRoutingPolicySegmentListSegment_Choice_Enum) String() string
- func (BgpAttributesSegmentRoutingPolicySegmentListSegment_Choice_Enum) Type() protoreflect.EnumType
- type BgpAttributesSegmentRoutingPolicySegmentListWeight
- func (*BgpAttributesSegmentRoutingPolicySegmentListWeight) Descriptor() ([]byte, []int)deprecated
- func (x *BgpAttributesSegmentRoutingPolicySegmentListWeight) GetValue() uint32
- func (*BgpAttributesSegmentRoutingPolicySegmentListWeight) ProtoMessage()
- func (x *BgpAttributesSegmentRoutingPolicySegmentListWeight) ProtoReflect() protoreflect.Message
- func (x *BgpAttributesSegmentRoutingPolicySegmentListWeight) Reset()
- func (x *BgpAttributesSegmentRoutingPolicySegmentListWeight) String() string
- type BgpAttributesSegmentRoutingPolicyTypeA
- func (*BgpAttributesSegmentRoutingPolicyTypeA) Descriptor() ([]byte, []int)deprecated
- func (x *BgpAttributesSegmentRoutingPolicyTypeA) GetFlags() *BgpAttributesSegmentRoutingPolicyTypeFlags
- func (x *BgpAttributesSegmentRoutingPolicyTypeA) GetMplsSid() *BgpAttributesSidMpls
- func (*BgpAttributesSegmentRoutingPolicyTypeA) ProtoMessage()
- func (x *BgpAttributesSegmentRoutingPolicyTypeA) ProtoReflect() protoreflect.Message
- func (x *BgpAttributesSegmentRoutingPolicyTypeA) Reset()
- func (x *BgpAttributesSegmentRoutingPolicyTypeA) String() string
- type BgpAttributesSegmentRoutingPolicyTypeB
- func (*BgpAttributesSegmentRoutingPolicyTypeB) Descriptor() ([]byte, []int)deprecated
- func (x *BgpAttributesSegmentRoutingPolicyTypeB) GetFlags() *BgpAttributesSegmentRoutingPolicyTypeFlags
- func (x *BgpAttributesSegmentRoutingPolicyTypeB) GetSrv6EndpointBehavior() *BgpAttributesSegmentRoutingPolicySRv6SIDEndpointBehaviorAndStructure
- func (x *BgpAttributesSegmentRoutingPolicyTypeB) GetSrv6Sid() string
- func (*BgpAttributesSegmentRoutingPolicyTypeB) ProtoMessage()
- func (x *BgpAttributesSegmentRoutingPolicyTypeB) ProtoReflect() protoreflect.Message
- func (x *BgpAttributesSegmentRoutingPolicyTypeB) Reset()
- func (x *BgpAttributesSegmentRoutingPolicyTypeB) String() string
- type BgpAttributesSegmentRoutingPolicyTypeC
- func (*BgpAttributesSegmentRoutingPolicyTypeC) Descriptor() ([]byte, []int)deprecated
- func (x *BgpAttributesSegmentRoutingPolicyTypeC) GetFlags() *BgpAttributesSegmentRoutingPolicyTypeFlags
- func (x *BgpAttributesSegmentRoutingPolicyTypeC) GetIpv4NodeAddress() string
- func (x *BgpAttributesSegmentRoutingPolicyTypeC) GetSrAlgorithm() uint32
- func (x *BgpAttributesSegmentRoutingPolicyTypeC) GetSrMplsSid() *BgpAttributesSidMpls
- func (*BgpAttributesSegmentRoutingPolicyTypeC) ProtoMessage()
- func (x *BgpAttributesSegmentRoutingPolicyTypeC) ProtoReflect() protoreflect.Message
- func (x *BgpAttributesSegmentRoutingPolicyTypeC) Reset()
- func (x *BgpAttributesSegmentRoutingPolicyTypeC) String() string
- type BgpAttributesSegmentRoutingPolicyTypeD
- func (*BgpAttributesSegmentRoutingPolicyTypeD) Descriptor() ([]byte, []int)deprecated
- func (x *BgpAttributesSegmentRoutingPolicyTypeD) GetFlags() *BgpAttributesSegmentRoutingPolicyTypeFlags
- func (x *BgpAttributesSegmentRoutingPolicyTypeD) GetIpv6NodeAddress() string
- func (x *BgpAttributesSegmentRoutingPolicyTypeD) GetSrAlgorithm() uint32
- func (x *BgpAttributesSegmentRoutingPolicyTypeD) GetSrMplsSid() *BgpAttributesSidMpls
- func (*BgpAttributesSegmentRoutingPolicyTypeD) ProtoMessage()
- func (x *BgpAttributesSegmentRoutingPolicyTypeD) ProtoReflect() protoreflect.Message
- func (x *BgpAttributesSegmentRoutingPolicyTypeD) Reset()
- func (x *BgpAttributesSegmentRoutingPolicyTypeD) String() string
- type BgpAttributesSegmentRoutingPolicyTypeE
- func (*BgpAttributesSegmentRoutingPolicyTypeE) Descriptor() ([]byte, []int)deprecated
- func (x *BgpAttributesSegmentRoutingPolicyTypeE) GetFlags() *BgpAttributesSegmentRoutingPolicyTypeFlags
- func (x *BgpAttributesSegmentRoutingPolicyTypeE) GetIpv4NodeAddress() string
- func (x *BgpAttributesSegmentRoutingPolicyTypeE) GetLocalInterfaceId() uint32
- func (x *BgpAttributesSegmentRoutingPolicyTypeE) GetSrMplsSid() *BgpAttributesSidMpls
- func (*BgpAttributesSegmentRoutingPolicyTypeE) ProtoMessage()
- func (x *BgpAttributesSegmentRoutingPolicyTypeE) ProtoReflect() protoreflect.Message
- func (x *BgpAttributesSegmentRoutingPolicyTypeE) Reset()
- func (x *BgpAttributesSegmentRoutingPolicyTypeE) String() string
- type BgpAttributesSegmentRoutingPolicyTypeF
- func (*BgpAttributesSegmentRoutingPolicyTypeF) Descriptor() ([]byte, []int)deprecated
- func (x *BgpAttributesSegmentRoutingPolicyTypeF) GetFlags() *BgpAttributesSegmentRoutingPolicyTypeFlags
- func (x *BgpAttributesSegmentRoutingPolicyTypeF) GetLocalIpv4Address() string
- func (x *BgpAttributesSegmentRoutingPolicyTypeF) GetRemoteIpv4Address() string
- func (x *BgpAttributesSegmentRoutingPolicyTypeF) GetSrMplsSid() *BgpAttributesSidMpls
- func (*BgpAttributesSegmentRoutingPolicyTypeF) ProtoMessage()
- func (x *BgpAttributesSegmentRoutingPolicyTypeF) ProtoReflect() protoreflect.Message
- func (x *BgpAttributesSegmentRoutingPolicyTypeF) Reset()
- func (x *BgpAttributesSegmentRoutingPolicyTypeF) String() string
- type BgpAttributesSegmentRoutingPolicyTypeFlags
- func (*BgpAttributesSegmentRoutingPolicyTypeFlags) Descriptor() ([]byte, []int)deprecated
- func (x *BgpAttributesSegmentRoutingPolicyTypeFlags) GetAFlag() bool
- func (x *BgpAttributesSegmentRoutingPolicyTypeFlags) GetBFlag() bool
- func (x *BgpAttributesSegmentRoutingPolicyTypeFlags) GetSFlag() bool
- func (x *BgpAttributesSegmentRoutingPolicyTypeFlags) GetVFlag() bool
- func (*BgpAttributesSegmentRoutingPolicyTypeFlags) ProtoMessage()
- func (x *BgpAttributesSegmentRoutingPolicyTypeFlags) ProtoReflect() protoreflect.Message
- func (x *BgpAttributesSegmentRoutingPolicyTypeFlags) Reset()
- func (x *BgpAttributesSegmentRoutingPolicyTypeFlags) String() string
- type BgpAttributesSegmentRoutingPolicyTypeG
- func (*BgpAttributesSegmentRoutingPolicyTypeG) Descriptor() ([]byte, []int)deprecated
- func (x *BgpAttributesSegmentRoutingPolicyTypeG) GetFlags() *BgpAttributesSegmentRoutingPolicyTypeFlags
- func (x *BgpAttributesSegmentRoutingPolicyTypeG) GetLocalInterfaceId() uint32
- func (x *BgpAttributesSegmentRoutingPolicyTypeG) GetLocalIpv6NodeAddress() string
- func (x *BgpAttributesSegmentRoutingPolicyTypeG) GetRemoteInterfaceId() uint32
- func (x *BgpAttributesSegmentRoutingPolicyTypeG) GetRemoteIpv6NodeAddress() string
- func (x *BgpAttributesSegmentRoutingPolicyTypeG) GetSrMplsSid() *BgpAttributesSidMpls
- func (*BgpAttributesSegmentRoutingPolicyTypeG) ProtoMessage()
- func (x *BgpAttributesSegmentRoutingPolicyTypeG) ProtoReflect() protoreflect.Message
- func (x *BgpAttributesSegmentRoutingPolicyTypeG) Reset()
- func (x *BgpAttributesSegmentRoutingPolicyTypeG) String() string
- type BgpAttributesSegmentRoutingPolicyTypeH
- func (*BgpAttributesSegmentRoutingPolicyTypeH) Descriptor() ([]byte, []int)deprecated
- func (x *BgpAttributesSegmentRoutingPolicyTypeH) GetFlags() *BgpAttributesSegmentRoutingPolicyTypeFlags
- func (x *BgpAttributesSegmentRoutingPolicyTypeH) GetLocalIpv6Address() string
- func (x *BgpAttributesSegmentRoutingPolicyTypeH) GetRemoteIpv6Address() string
- func (x *BgpAttributesSegmentRoutingPolicyTypeH) GetSrMplsSid() *BgpAttributesSidMpls
- func (*BgpAttributesSegmentRoutingPolicyTypeH) ProtoMessage()
- func (x *BgpAttributesSegmentRoutingPolicyTypeH) ProtoReflect() protoreflect.Message
- func (x *BgpAttributesSegmentRoutingPolicyTypeH) Reset()
- func (x *BgpAttributesSegmentRoutingPolicyTypeH) String() string
- type BgpAttributesSegmentRoutingPolicyTypeI
- func (*BgpAttributesSegmentRoutingPolicyTypeI) Descriptor() ([]byte, []int)deprecated
- func (x *BgpAttributesSegmentRoutingPolicyTypeI) GetFlags() *BgpAttributesSegmentRoutingPolicyTypeFlags
- func (x *BgpAttributesSegmentRoutingPolicyTypeI) GetIpv6NodeAddress() string
- func (x *BgpAttributesSegmentRoutingPolicyTypeI) GetSrAlgorithm() uint32
- func (x *BgpAttributesSegmentRoutingPolicyTypeI) GetSrv6EndpointBehavior() *BgpAttributesSegmentRoutingPolicySRv6SIDEndpointBehaviorAndStructure
- func (x *BgpAttributesSegmentRoutingPolicyTypeI) GetSrv6Sid() *BgpAttributesSidSrv6
- func (*BgpAttributesSegmentRoutingPolicyTypeI) ProtoMessage()
- func (x *BgpAttributesSegmentRoutingPolicyTypeI) ProtoReflect() protoreflect.Message
- func (x *BgpAttributesSegmentRoutingPolicyTypeI) Reset()
- func (x *BgpAttributesSegmentRoutingPolicyTypeI) String() string
- type BgpAttributesSegmentRoutingPolicyTypeJ
- func (*BgpAttributesSegmentRoutingPolicyTypeJ) Descriptor() ([]byte, []int)deprecated
- func (x *BgpAttributesSegmentRoutingPolicyTypeJ) GetFlags() *BgpAttributesSegmentRoutingPolicyTypeFlags
- func (x *BgpAttributesSegmentRoutingPolicyTypeJ) GetLocalInterfaceId() uint32
- func (x *BgpAttributesSegmentRoutingPolicyTypeJ) GetLocalIpv6NodeAddress() string
- func (x *BgpAttributesSegmentRoutingPolicyTypeJ) GetRemoteInterfaceId() uint32
- func (x *BgpAttributesSegmentRoutingPolicyTypeJ) GetRemoteIpv6NodeAddress() string
- func (x *BgpAttributesSegmentRoutingPolicyTypeJ) GetSrAlgorithm() uint32
- func (x *BgpAttributesSegmentRoutingPolicyTypeJ) GetSrv6EndpointBehavior() *BgpAttributesSegmentRoutingPolicySRv6SIDEndpointBehaviorAndStructure
- func (x *BgpAttributesSegmentRoutingPolicyTypeJ) GetSrv6Sid() *BgpAttributesSidSrv6
- func (*BgpAttributesSegmentRoutingPolicyTypeJ) ProtoMessage()
- func (x *BgpAttributesSegmentRoutingPolicyTypeJ) ProtoReflect() protoreflect.Message
- func (x *BgpAttributesSegmentRoutingPolicyTypeJ) Reset()
- func (x *BgpAttributesSegmentRoutingPolicyTypeJ) String() string
- type BgpAttributesSegmentRoutingPolicyTypeK
- func (*BgpAttributesSegmentRoutingPolicyTypeK) Descriptor() ([]byte, []int)deprecated
- func (x *BgpAttributesSegmentRoutingPolicyTypeK) GetFlags() *BgpAttributesSegmentRoutingPolicyTypeFlags
- func (x *BgpAttributesSegmentRoutingPolicyTypeK) GetLocalIpv6Address() string
- func (x *BgpAttributesSegmentRoutingPolicyTypeK) GetRemoteIpv6Address() string
- func (x *BgpAttributesSegmentRoutingPolicyTypeK) GetSrAlgorithm() uint32
- func (x *BgpAttributesSegmentRoutingPolicyTypeK) GetSrv6EndpointBehavior() *BgpAttributesSegmentRoutingPolicySRv6SIDEndpointBehaviorAndStructure
- func (x *BgpAttributesSegmentRoutingPolicyTypeK) GetSrv6Sid() *BgpAttributesSidSrv6
- func (*BgpAttributesSegmentRoutingPolicyTypeK) ProtoMessage()
- func (x *BgpAttributesSegmentRoutingPolicyTypeK) ProtoReflect() protoreflect.Message
- func (x *BgpAttributesSegmentRoutingPolicyTypeK) Reset()
- func (x *BgpAttributesSegmentRoutingPolicyTypeK) String() string
- type BgpAttributesSidMpls
- func (*BgpAttributesSidMpls) Descriptor() ([]byte, []int)deprecated
- func (x *BgpAttributesSidMpls) GetFlagBos() bool
- func (x *BgpAttributesSidMpls) GetLabel() uint32
- func (x *BgpAttributesSidMpls) GetTrafficClass() uint32
- func (x *BgpAttributesSidMpls) GetTtl() uint32
- func (*BgpAttributesSidMpls) ProtoMessage()
- func (x *BgpAttributesSidMpls) ProtoReflect() protoreflect.Message
- func (x *BgpAttributesSidMpls) Reset()
- func (x *BgpAttributesSidMpls) String() string
- type BgpAttributesSidSrv6
- func (*BgpAttributesSidSrv6) Descriptor() ([]byte, []int)deprecated
- func (x *BgpAttributesSidSrv6) GetIp() string
- func (*BgpAttributesSidSrv6) ProtoMessage()
- func (x *BgpAttributesSidSrv6) ProtoReflect() protoreflect.Message
- func (x *BgpAttributesSidSrv6) Reset()
- func (x *BgpAttributesSidSrv6) String() string
- type BgpAttributesSrPolicyExplicitNullPolicy
- func (*BgpAttributesSrPolicyExplicitNullPolicy) Descriptor() ([]byte, []int)deprecated
- func (x *BgpAttributesSrPolicyExplicitNullPolicy) GetChoice() BgpAttributesSrPolicyExplicitNullPolicy_Choice_Enum
- func (*BgpAttributesSrPolicyExplicitNullPolicy) ProtoMessage()
- func (x *BgpAttributesSrPolicyExplicitNullPolicy) ProtoReflect() protoreflect.Message
- func (x *BgpAttributesSrPolicyExplicitNullPolicy) Reset()
- func (x *BgpAttributesSrPolicyExplicitNullPolicy) String() string
- type BgpAttributesSrPolicyExplicitNullPolicy_Choice
- func (*BgpAttributesSrPolicyExplicitNullPolicy_Choice) Descriptor() ([]byte, []int)deprecated
- func (*BgpAttributesSrPolicyExplicitNullPolicy_Choice) ProtoMessage()
- func (x *BgpAttributesSrPolicyExplicitNullPolicy_Choice) ProtoReflect() protoreflect.Message
- func (x *BgpAttributesSrPolicyExplicitNullPolicy_Choice) Reset()
- func (x *BgpAttributesSrPolicyExplicitNullPolicy_Choice) String() string
- type BgpAttributesSrPolicyExplicitNullPolicy_Choice_Enum
- func (BgpAttributesSrPolicyExplicitNullPolicy_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x BgpAttributesSrPolicyExplicitNullPolicy_Choice_Enum) Enum() *BgpAttributesSrPolicyExplicitNullPolicy_Choice_Enum
- func (BgpAttributesSrPolicyExplicitNullPolicy_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x BgpAttributesSrPolicyExplicitNullPolicy_Choice_Enum) Number() protoreflect.EnumNumber
- func (x BgpAttributesSrPolicyExplicitNullPolicy_Choice_Enum) String() string
- func (BgpAttributesSrPolicyExplicitNullPolicy_Choice_Enum) Type() protoreflect.EnumType
- type BgpAttributesSrPolicyPolicyCandidateName
- func (*BgpAttributesSrPolicyPolicyCandidateName) Descriptor() ([]byte, []int)deprecated
- func (x *BgpAttributesSrPolicyPolicyCandidateName) GetValue() string
- func (*BgpAttributesSrPolicyPolicyCandidateName) ProtoMessage()
- func (x *BgpAttributesSrPolicyPolicyCandidateName) ProtoReflect() protoreflect.Message
- func (x *BgpAttributesSrPolicyPolicyCandidateName) Reset()
- func (x *BgpAttributesSrPolicyPolicyCandidateName) String() string
- type BgpAttributesSrPolicyPolicyName
- func (*BgpAttributesSrPolicyPolicyName) Descriptor() ([]byte, []int)deprecated
- func (x *BgpAttributesSrPolicyPolicyName) GetValue() string
- func (*BgpAttributesSrPolicyPolicyName) ProtoMessage()
- func (x *BgpAttributesSrPolicyPolicyName) ProtoReflect() protoreflect.Message
- func (x *BgpAttributesSrPolicyPolicyName) Reset()
- func (x *BgpAttributesSrPolicyPolicyName) String() string
- type BgpAttributesSrPolicyPreference
- func (*BgpAttributesSrPolicyPreference) Descriptor() ([]byte, []int)deprecated
- func (x *BgpAttributesSrPolicyPreference) GetValue() uint32
- func (*BgpAttributesSrPolicyPreference) ProtoMessage()
- func (x *BgpAttributesSrPolicyPreference) ProtoReflect() protoreflect.Message
- func (x *BgpAttributesSrPolicyPreference) Reset()
- func (x *BgpAttributesSrPolicyPreference) String() string
- type BgpAttributesSrPolicyPriority
- func (*BgpAttributesSrPolicyPriority) Descriptor() ([]byte, []int)deprecated
- func (x *BgpAttributesSrPolicyPriority) GetValue() uint32
- func (*BgpAttributesSrPolicyPriority) ProtoMessage()
- func (x *BgpAttributesSrPolicyPriority) ProtoReflect() protoreflect.Message
- func (x *BgpAttributesSrPolicyPriority) Reset()
- func (x *BgpAttributesSrPolicyPriority) String() string
- type BgpAttributesSrPolicySegmentList
- func (*BgpAttributesSrPolicySegmentList) Descriptor() ([]byte, []int)deprecated
- func (x *BgpAttributesSrPolicySegmentList) GetSegments() []*BgpAttributesSegmentRoutingPolicySegmentListSegment
- func (x *BgpAttributesSrPolicySegmentList) GetWeight() *BgpAttributesSegmentRoutingPolicySegmentListWeight
- func (*BgpAttributesSrPolicySegmentList) ProtoMessage()
- func (x *BgpAttributesSrPolicySegmentList) ProtoReflect() protoreflect.Message
- func (x *BgpAttributesSrPolicySegmentList) Reset()
- func (x *BgpAttributesSrPolicySegmentList) String() string
- type BgpAttributesSrv6Bsid
- func (*BgpAttributesSrv6Bsid) Descriptor() ([]byte, []int)deprecated
- func (x *BgpAttributesSrv6Bsid) GetFlagDropUponInvalid() bool
- func (x *BgpAttributesSrv6Bsid) GetFlagSpecifiedBsidOnly() bool
- func (x *BgpAttributesSrv6Bsid) GetFlagSrv6EndpointBehavior() bool
- func (x *BgpAttributesSrv6Bsid) GetIpv6Addr() string
- func (x *BgpAttributesSrv6Bsid) GetSrv6EndpointBehavior() *BgpAttributesSegmentRoutingPolicySRv6SIDEndpointBehaviorAndStructure
- func (*BgpAttributesSrv6Bsid) ProtoMessage()
- func (x *BgpAttributesSrv6Bsid) ProtoReflect() protoreflect.Message
- func (x *BgpAttributesSrv6Bsid) Reset()
- func (x *BgpAttributesSrv6Bsid) String() string
- type BgpAttributesTunnelEncapsulation
- func (*BgpAttributesTunnelEncapsulation) Descriptor() ([]byte, []int)deprecated
- func (x *BgpAttributesTunnelEncapsulation) GetChoice() BgpAttributesTunnelEncapsulation_Choice_Enum
- func (x *BgpAttributesTunnelEncapsulation) GetSrPolicy() *BgpAttributesSegmentRoutingPolicy
- func (*BgpAttributesTunnelEncapsulation) ProtoMessage()
- func (x *BgpAttributesTunnelEncapsulation) ProtoReflect() protoreflect.Message
- func (x *BgpAttributesTunnelEncapsulation) Reset()
- func (x *BgpAttributesTunnelEncapsulation) String() string
- type BgpAttributesTunnelEncapsulation_Choice
- func (*BgpAttributesTunnelEncapsulation_Choice) Descriptor() ([]byte, []int)deprecated
- func (*BgpAttributesTunnelEncapsulation_Choice) ProtoMessage()
- func (x *BgpAttributesTunnelEncapsulation_Choice) ProtoReflect() protoreflect.Message
- func (x *BgpAttributesTunnelEncapsulation_Choice) Reset()
- func (x *BgpAttributesTunnelEncapsulation_Choice) String() string
- type BgpAttributesTunnelEncapsulation_Choice_Enum
- func (BgpAttributesTunnelEncapsulation_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x BgpAttributesTunnelEncapsulation_Choice_Enum) Enum() *BgpAttributesTunnelEncapsulation_Choice_Enum
- func (BgpAttributesTunnelEncapsulation_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x BgpAttributesTunnelEncapsulation_Choice_Enum) Number() protoreflect.EnumNumber
- func (x BgpAttributesTunnelEncapsulation_Choice_Enum) String() string
- func (BgpAttributesTunnelEncapsulation_Choice_Enum) Type() protoreflect.EnumType
- type BgpAttributesTwoByteAsPathSegment
- func (*BgpAttributesTwoByteAsPathSegment) Descriptor() ([]byte, []int)deprecated
- func (x *BgpAttributesTwoByteAsPathSegment) GetAsNumbers() []uint32
- func (x *BgpAttributesTwoByteAsPathSegment) GetType() BgpAttributesTwoByteAsPathSegment_Type_Enum
- func (*BgpAttributesTwoByteAsPathSegment) ProtoMessage()
- func (x *BgpAttributesTwoByteAsPathSegment) ProtoReflect() protoreflect.Message
- func (x *BgpAttributesTwoByteAsPathSegment) Reset()
- func (x *BgpAttributesTwoByteAsPathSegment) String() string
- type BgpAttributesTwoByteAsPathSegment_Type
- func (*BgpAttributesTwoByteAsPathSegment_Type) Descriptor() ([]byte, []int)deprecated
- func (*BgpAttributesTwoByteAsPathSegment_Type) ProtoMessage()
- func (x *BgpAttributesTwoByteAsPathSegment_Type) ProtoReflect() protoreflect.Message
- func (x *BgpAttributesTwoByteAsPathSegment_Type) Reset()
- func (x *BgpAttributesTwoByteAsPathSegment_Type) String() string
- type BgpAttributesTwoByteAsPathSegment_Type_Enum
- func (BgpAttributesTwoByteAsPathSegment_Type_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x BgpAttributesTwoByteAsPathSegment_Type_Enum) Enum() *BgpAttributesTwoByteAsPathSegment_Type_Enum
- func (BgpAttributesTwoByteAsPathSegment_Type_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x BgpAttributesTwoByteAsPathSegment_Type_Enum) Number() protoreflect.EnumNumber
- func (x BgpAttributesTwoByteAsPathSegment_Type_Enum) String() string
- func (BgpAttributesTwoByteAsPathSegment_Type_Enum) Type() protoreflect.EnumType
- type BgpAttributes_Origin
- type BgpAttributes_Origin_Enum
- func (BgpAttributes_Origin_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x BgpAttributes_Origin_Enum) Enum() *BgpAttributes_Origin_Enum
- func (BgpAttributes_Origin_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x BgpAttributes_Origin_Enum) Number() protoreflect.EnumNumber
- func (x BgpAttributes_Origin_Enum) String() string
- func (BgpAttributes_Origin_Enum) Type() protoreflect.EnumType
- type BgpCMacIpRange
- func (*BgpCMacIpRange) Descriptor() ([]byte, []int)deprecated
- func (x *BgpCMacIpRange) GetAdvanced() *BgpRouteAdvanced
- func (x *BgpCMacIpRange) GetAsPath() *BgpAsPath
- func (x *BgpCMacIpRange) GetCommunities() []*BgpCommunity
- func (x *BgpCMacIpRange) GetExtCommunities() []*BgpExtCommunity
- func (x *BgpCMacIpRange) GetIncludeDefaultGateway() bool
- func (x *BgpCMacIpRange) GetIpv4Addresses() *V4RouteAddress
- func (x *BgpCMacIpRange) GetIpv6Addresses() *V6RouteAddress
- func (x *BgpCMacIpRange) GetL2Vni() uint32
- func (x *BgpCMacIpRange) GetL3Vni() uint32
- func (x *BgpCMacIpRange) GetMacAddresses() *MACRouteAddress
- func (x *BgpCMacIpRange) GetName() string
- func (*BgpCMacIpRange) ProtoMessage()
- func (x *BgpCMacIpRange) ProtoReflect() protoreflect.Message
- func (x *BgpCMacIpRange) Reset()
- func (x *BgpCMacIpRange) String() string
- type BgpCapability
- func (*BgpCapability) Descriptor() ([]byte, []int)deprecated
- func (x *BgpCapability) GetEvpn() bool
- func (x *BgpCapability) GetExtendedNextHopEncoding() bool
- func (x *BgpCapability) GetIpv4Mdt() bool
- func (x *BgpCapability) GetIpv4MplsVpn() bool
- func (x *BgpCapability) GetIpv4Multicast() bool
- func (x *BgpCapability) GetIpv4MulticastMplsVpn() bool
- func (x *BgpCapability) GetIpv4MulticastVpn() bool
- func (x *BgpCapability) GetIpv4SrTePolicy() bool
- func (x *BgpCapability) GetIpv4Unicast() bool
- func (x *BgpCapability) GetIpv4UnicastAddPath() bool
- func (x *BgpCapability) GetIpv4UnicastFlowSpec() bool
- func (x *BgpCapability) GetIpv6Mdt() bool
- func (x *BgpCapability) GetIpv6MplsVpn() bool
- func (x *BgpCapability) GetIpv6Multicast() bool
- func (x *BgpCapability) GetIpv6MulticastMplsVpn() bool
- func (x *BgpCapability) GetIpv6MulticastVpn() bool
- func (x *BgpCapability) GetIpv6SrTePolicy() bool
- func (x *BgpCapability) GetIpv6Unicast() bool
- func (x *BgpCapability) GetIpv6UnicastAddPath() bool
- func (x *BgpCapability) GetIpv6UnicastFlowSpec() bool
- func (x *BgpCapability) GetLinkStateNonVpn() bool
- func (x *BgpCapability) GetLinkStateVpn() bool
- func (x *BgpCapability) GetRouteConstraint() bool
- func (x *BgpCapability) GetRouteRefresh() bool
- func (x *BgpCapability) GetVpls() bool
- func (*BgpCapability) ProtoMessage()
- func (x *BgpCapability) ProtoReflect() protoreflect.Message
- func (x *BgpCapability) Reset()
- func (x *BgpCapability) String() string
- type BgpCommunity
- func (*BgpCommunity) Descriptor() ([]byte, []int)deprecated
- func (x *BgpCommunity) GetAsCustom() uint32
- func (x *BgpCommunity) GetAsNumber() uint32
- func (x *BgpCommunity) GetType() BgpCommunity_Type_Enum
- func (*BgpCommunity) ProtoMessage()
- func (x *BgpCommunity) ProtoReflect() protoreflect.Message
- func (x *BgpCommunity) Reset()
- func (x *BgpCommunity) String() string
- type BgpCommunity_Type
- type BgpCommunity_Type_Enum
- func (BgpCommunity_Type_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x BgpCommunity_Type_Enum) Enum() *BgpCommunity_Type_Enum
- func (BgpCommunity_Type_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x BgpCommunity_Type_Enum) Number() protoreflect.EnumNumber
- func (x BgpCommunity_Type_Enum) String() string
- func (BgpCommunity_Type_Enum) Type() protoreflect.EnumType
- type BgpEthernetSegmentDfElection
- func (*BgpEthernetSegmentDfElection) Descriptor() ([]byte, []int)deprecated
- func (x *BgpEthernetSegmentDfElection) GetElectionTimer() uint32
- func (*BgpEthernetSegmentDfElection) ProtoMessage()
- func (x *BgpEthernetSegmentDfElection) ProtoReflect() protoreflect.Message
- func (x *BgpEthernetSegmentDfElection) Reset()
- func (x *BgpEthernetSegmentDfElection) String() string
- type BgpExtCommunity
- func (*BgpExtCommunity) Descriptor() ([]byte, []int)deprecated
- func (x *BgpExtCommunity) GetSubtype() BgpExtCommunity_Subtype_Enum
- func (x *BgpExtCommunity) GetType() BgpExtCommunity_Type_Enum
- func (x *BgpExtCommunity) GetValue() string
- func (*BgpExtCommunity) ProtoMessage()
- func (x *BgpExtCommunity) ProtoReflect() protoreflect.Message
- func (x *BgpExtCommunity) Reset()
- func (x *BgpExtCommunity) String() string
- type BgpExtCommunity_Subtype
- type BgpExtCommunity_Subtype_Enum
- func (BgpExtCommunity_Subtype_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x BgpExtCommunity_Subtype_Enum) Enum() *BgpExtCommunity_Subtype_Enum
- func (BgpExtCommunity_Subtype_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x BgpExtCommunity_Subtype_Enum) Number() protoreflect.EnumNumber
- func (x BgpExtCommunity_Subtype_Enum) String() string
- func (BgpExtCommunity_Subtype_Enum) Type() protoreflect.EnumType
- type BgpExtCommunity_Type
- type BgpExtCommunity_Type_Enum
- func (BgpExtCommunity_Type_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x BgpExtCommunity_Type_Enum) Enum() *BgpExtCommunity_Type_Enum
- func (BgpExtCommunity_Type_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x BgpExtCommunity_Type_Enum) Number() protoreflect.EnumNumber
- func (x BgpExtCommunity_Type_Enum) String() string
- func (BgpExtCommunity_Type_Enum) Type() protoreflect.EnumType
- type BgpExtendedCommunity
- func (*BgpExtendedCommunity) Descriptor() ([]byte, []int)deprecated
- func (x *BgpExtendedCommunity) GetChoice() BgpExtendedCommunity_Choice_Enum
- func (x *BgpExtendedCommunity) GetCustom() *BgpExtendedCommunityCustomType
- func (x *BgpExtendedCommunity) GetNonTransitive_2OctetAsType() *BgpExtendedCommunityNonTransitive2OctetAsType
- func (x *BgpExtendedCommunity) GetTransitiveEvpnType() *BgpExtendedCommunityTransitiveEvpnType
- func (x *BgpExtendedCommunity) GetTransitiveIpv4AddressType() *BgpExtendedCommunityTransitiveIpv4AddressType
- func (x *BgpExtendedCommunity) GetTransitiveOpaqueType() *BgpExtendedCommunityTransitiveOpaqueType
- func (x *BgpExtendedCommunity) GetTransitive_2OctetAsType() *BgpExtendedCommunityTransitive2OctetAsType
- func (x *BgpExtendedCommunity) GetTransitive_4OctetAsType() *BgpExtendedCommunityTransitive4OctetAsType
- func (*BgpExtendedCommunity) ProtoMessage()
- func (x *BgpExtendedCommunity) ProtoReflect() protoreflect.Message
- func (x *BgpExtendedCommunity) Reset()
- func (x *BgpExtendedCommunity) String() string
- type BgpExtendedCommunityCustomType
- func (*BgpExtendedCommunityCustomType) Descriptor() ([]byte, []int)deprecated
- func (x *BgpExtendedCommunityCustomType) GetCommunitySubtype() string
- func (x *BgpExtendedCommunityCustomType) GetCommunityType() string
- func (x *BgpExtendedCommunityCustomType) GetValue() string
- func (*BgpExtendedCommunityCustomType) ProtoMessage()
- func (x *BgpExtendedCommunityCustomType) ProtoReflect() protoreflect.Message
- func (x *BgpExtendedCommunityCustomType) Reset()
- func (x *BgpExtendedCommunityCustomType) String() string
- type BgpExtendedCommunityNonTransitive2OctetAsType
- func (*BgpExtendedCommunityNonTransitive2OctetAsType) Descriptor() ([]byte, []int)deprecated
- func (x *BgpExtendedCommunityNonTransitive2OctetAsType) GetChoice() BgpExtendedCommunityNonTransitive2OctetAsType_Choice_Enum
- func (x *BgpExtendedCommunityNonTransitive2OctetAsType) GetLinkBandwidthSubtype() *BgpExtendedCommunityNonTransitive2OctetAsTypeLinkBandwidth
- func (*BgpExtendedCommunityNonTransitive2OctetAsType) ProtoMessage()
- func (x *BgpExtendedCommunityNonTransitive2OctetAsType) ProtoReflect() protoreflect.Message
- func (x *BgpExtendedCommunityNonTransitive2OctetAsType) Reset()
- func (x *BgpExtendedCommunityNonTransitive2OctetAsType) String() string
- type BgpExtendedCommunityNonTransitive2OctetAsTypeLinkBandwidth
- func (*BgpExtendedCommunityNonTransitive2OctetAsTypeLinkBandwidth) Descriptor() ([]byte, []int)deprecated
- func (x *BgpExtendedCommunityNonTransitive2OctetAsTypeLinkBandwidth) GetBandwidth() float32
- func (x *BgpExtendedCommunityNonTransitive2OctetAsTypeLinkBandwidth) GetGlobal_2ByteAs() uint32
- func (*BgpExtendedCommunityNonTransitive2OctetAsTypeLinkBandwidth) ProtoMessage()
- func (x *BgpExtendedCommunityNonTransitive2OctetAsTypeLinkBandwidth) ProtoReflect() protoreflect.Message
- func (x *BgpExtendedCommunityNonTransitive2OctetAsTypeLinkBandwidth) Reset()
- func (x *BgpExtendedCommunityNonTransitive2OctetAsTypeLinkBandwidth) String() string
- type BgpExtendedCommunityNonTransitive2OctetAsType_Choice
- func (*BgpExtendedCommunityNonTransitive2OctetAsType_Choice) Descriptor() ([]byte, []int)deprecated
- func (*BgpExtendedCommunityNonTransitive2OctetAsType_Choice) ProtoMessage()
- func (x *BgpExtendedCommunityNonTransitive2OctetAsType_Choice) ProtoReflect() protoreflect.Message
- func (x *BgpExtendedCommunityNonTransitive2OctetAsType_Choice) Reset()
- func (x *BgpExtendedCommunityNonTransitive2OctetAsType_Choice) String() string
- type BgpExtendedCommunityNonTransitive2OctetAsType_Choice_Enum
- func (BgpExtendedCommunityNonTransitive2OctetAsType_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x BgpExtendedCommunityNonTransitive2OctetAsType_Choice_Enum) Enum() *BgpExtendedCommunityNonTransitive2OctetAsType_Choice_Enum
- func (BgpExtendedCommunityNonTransitive2OctetAsType_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x BgpExtendedCommunityNonTransitive2OctetAsType_Choice_Enum) Number() protoreflect.EnumNumber
- func (x BgpExtendedCommunityNonTransitive2OctetAsType_Choice_Enum) String() string
- func (BgpExtendedCommunityNonTransitive2OctetAsType_Choice_Enum) Type() protoreflect.EnumType
- type BgpExtendedCommunityTransitive2OctetAsType
- func (*BgpExtendedCommunityTransitive2OctetAsType) Descriptor() ([]byte, []int)deprecated
- func (x *BgpExtendedCommunityTransitive2OctetAsType) GetChoice() BgpExtendedCommunityTransitive2OctetAsType_Choice_Enum
- func (x *BgpExtendedCommunityTransitive2OctetAsType) GetRouteOriginSubtype() *BgpExtendedCommunityTransitive2OctetAsTypeRouteOrigin
- func (x *BgpExtendedCommunityTransitive2OctetAsType) GetRouteTargetSubtype() *BgpExtendedCommunityTransitive2OctetAsTypeRouteTarget
- func (*BgpExtendedCommunityTransitive2OctetAsType) ProtoMessage()
- func (x *BgpExtendedCommunityTransitive2OctetAsType) ProtoReflect() protoreflect.Message
- func (x *BgpExtendedCommunityTransitive2OctetAsType) Reset()
- func (x *BgpExtendedCommunityTransitive2OctetAsType) String() string
- type BgpExtendedCommunityTransitive2OctetAsTypeRouteOrigin
- func (*BgpExtendedCommunityTransitive2OctetAsTypeRouteOrigin) Descriptor() ([]byte, []int)deprecated
- func (x *BgpExtendedCommunityTransitive2OctetAsTypeRouteOrigin) GetGlobal_2ByteAs() uint32
- func (x *BgpExtendedCommunityTransitive2OctetAsTypeRouteOrigin) GetLocal_4ByteAdmin() uint32
- func (*BgpExtendedCommunityTransitive2OctetAsTypeRouteOrigin) ProtoMessage()
- func (x *BgpExtendedCommunityTransitive2OctetAsTypeRouteOrigin) ProtoReflect() protoreflect.Message
- func (x *BgpExtendedCommunityTransitive2OctetAsTypeRouteOrigin) Reset()
- func (x *BgpExtendedCommunityTransitive2OctetAsTypeRouteOrigin) String() string
- type BgpExtendedCommunityTransitive2OctetAsTypeRouteTarget
- func (*BgpExtendedCommunityTransitive2OctetAsTypeRouteTarget) Descriptor() ([]byte, []int)deprecated
- func (x *BgpExtendedCommunityTransitive2OctetAsTypeRouteTarget) GetGlobal_2ByteAs() uint32
- func (x *BgpExtendedCommunityTransitive2OctetAsTypeRouteTarget) GetLocal_4ByteAdmin() uint32
- func (*BgpExtendedCommunityTransitive2OctetAsTypeRouteTarget) ProtoMessage()
- func (x *BgpExtendedCommunityTransitive2OctetAsTypeRouteTarget) ProtoReflect() protoreflect.Message
- func (x *BgpExtendedCommunityTransitive2OctetAsTypeRouteTarget) Reset()
- func (x *BgpExtendedCommunityTransitive2OctetAsTypeRouteTarget) String() string
- type BgpExtendedCommunityTransitive2OctetAsType_Choice
- func (*BgpExtendedCommunityTransitive2OctetAsType_Choice) Descriptor() ([]byte, []int)deprecated
- func (*BgpExtendedCommunityTransitive2OctetAsType_Choice) ProtoMessage()
- func (x *BgpExtendedCommunityTransitive2OctetAsType_Choice) ProtoReflect() protoreflect.Message
- func (x *BgpExtendedCommunityTransitive2OctetAsType_Choice) Reset()
- func (x *BgpExtendedCommunityTransitive2OctetAsType_Choice) String() string
- type BgpExtendedCommunityTransitive2OctetAsType_Choice_Enum
- func (BgpExtendedCommunityTransitive2OctetAsType_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x BgpExtendedCommunityTransitive2OctetAsType_Choice_Enum) Enum() *BgpExtendedCommunityTransitive2OctetAsType_Choice_Enum
- func (BgpExtendedCommunityTransitive2OctetAsType_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x BgpExtendedCommunityTransitive2OctetAsType_Choice_Enum) Number() protoreflect.EnumNumber
- func (x BgpExtendedCommunityTransitive2OctetAsType_Choice_Enum) String() string
- func (BgpExtendedCommunityTransitive2OctetAsType_Choice_Enum) Type() protoreflect.EnumType
- type BgpExtendedCommunityTransitive4OctetAsType
- func (*BgpExtendedCommunityTransitive4OctetAsType) Descriptor() ([]byte, []int)deprecated
- func (x *BgpExtendedCommunityTransitive4OctetAsType) GetChoice() BgpExtendedCommunityTransitive4OctetAsType_Choice_Enum
- func (x *BgpExtendedCommunityTransitive4OctetAsType) GetRouteOriginSubtype() *BgpExtendedCommunityTransitive4OctetAsTypeRouteOrigin
- func (x *BgpExtendedCommunityTransitive4OctetAsType) GetRouteTargetSubtype() *BgpExtendedCommunityTransitive4OctetAsTypeRouteTarget
- func (*BgpExtendedCommunityTransitive4OctetAsType) ProtoMessage()
- func (x *BgpExtendedCommunityTransitive4OctetAsType) ProtoReflect() protoreflect.Message
- func (x *BgpExtendedCommunityTransitive4OctetAsType) Reset()
- func (x *BgpExtendedCommunityTransitive4OctetAsType) String() string
- type BgpExtendedCommunityTransitive4OctetAsTypeRouteOrigin
- func (*BgpExtendedCommunityTransitive4OctetAsTypeRouteOrigin) Descriptor() ([]byte, []int)deprecated
- func (x *BgpExtendedCommunityTransitive4OctetAsTypeRouteOrigin) GetGlobal_4ByteAs() uint32
- func (x *BgpExtendedCommunityTransitive4OctetAsTypeRouteOrigin) GetLocal_2ByteAdmin() uint32
- func (*BgpExtendedCommunityTransitive4OctetAsTypeRouteOrigin) ProtoMessage()
- func (x *BgpExtendedCommunityTransitive4OctetAsTypeRouteOrigin) ProtoReflect() protoreflect.Message
- func (x *BgpExtendedCommunityTransitive4OctetAsTypeRouteOrigin) Reset()
- func (x *BgpExtendedCommunityTransitive4OctetAsTypeRouteOrigin) String() string
- type BgpExtendedCommunityTransitive4OctetAsTypeRouteTarget
- func (*BgpExtendedCommunityTransitive4OctetAsTypeRouteTarget) Descriptor() ([]byte, []int)deprecated
- func (x *BgpExtendedCommunityTransitive4OctetAsTypeRouteTarget) GetGlobal_4ByteAs() uint32
- func (x *BgpExtendedCommunityTransitive4OctetAsTypeRouteTarget) GetLocal_2ByteAdmin() uint32
- func (*BgpExtendedCommunityTransitive4OctetAsTypeRouteTarget) ProtoMessage()
- func (x *BgpExtendedCommunityTransitive4OctetAsTypeRouteTarget) ProtoReflect() protoreflect.Message
- func (x *BgpExtendedCommunityTransitive4OctetAsTypeRouteTarget) Reset()
- func (x *BgpExtendedCommunityTransitive4OctetAsTypeRouteTarget) String() string
- type BgpExtendedCommunityTransitive4OctetAsType_Choice
- func (*BgpExtendedCommunityTransitive4OctetAsType_Choice) Descriptor() ([]byte, []int)deprecated
- func (*BgpExtendedCommunityTransitive4OctetAsType_Choice) ProtoMessage()
- func (x *BgpExtendedCommunityTransitive4OctetAsType_Choice) ProtoReflect() protoreflect.Message
- func (x *BgpExtendedCommunityTransitive4OctetAsType_Choice) Reset()
- func (x *BgpExtendedCommunityTransitive4OctetAsType_Choice) String() string
- type BgpExtendedCommunityTransitive4OctetAsType_Choice_Enum
- func (BgpExtendedCommunityTransitive4OctetAsType_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x BgpExtendedCommunityTransitive4OctetAsType_Choice_Enum) Enum() *BgpExtendedCommunityTransitive4OctetAsType_Choice_Enum
- func (BgpExtendedCommunityTransitive4OctetAsType_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x BgpExtendedCommunityTransitive4OctetAsType_Choice_Enum) Number() protoreflect.EnumNumber
- func (x BgpExtendedCommunityTransitive4OctetAsType_Choice_Enum) String() string
- func (BgpExtendedCommunityTransitive4OctetAsType_Choice_Enum) Type() protoreflect.EnumType
- type BgpExtendedCommunityTransitiveEvpnType
- func (*BgpExtendedCommunityTransitiveEvpnType) Descriptor() ([]byte, []int)deprecated
- func (x *BgpExtendedCommunityTransitiveEvpnType) GetChoice() BgpExtendedCommunityTransitiveEvpnType_Choice_Enum
- func (x *BgpExtendedCommunityTransitiveEvpnType) GetRouterMacSubtype() *BgpExtendedCommunityTransitiveEvpnTypeRouterMac
- func (*BgpExtendedCommunityTransitiveEvpnType) ProtoMessage()
- func (x *BgpExtendedCommunityTransitiveEvpnType) ProtoReflect() protoreflect.Message
- func (x *BgpExtendedCommunityTransitiveEvpnType) Reset()
- func (x *BgpExtendedCommunityTransitiveEvpnType) String() string
- type BgpExtendedCommunityTransitiveEvpnTypeRouterMac
- func (*BgpExtendedCommunityTransitiveEvpnTypeRouterMac) Descriptor() ([]byte, []int)deprecated
- func (x *BgpExtendedCommunityTransitiveEvpnTypeRouterMac) GetRouterMac() string
- func (*BgpExtendedCommunityTransitiveEvpnTypeRouterMac) ProtoMessage()
- func (x *BgpExtendedCommunityTransitiveEvpnTypeRouterMac) ProtoReflect() protoreflect.Message
- func (x *BgpExtendedCommunityTransitiveEvpnTypeRouterMac) Reset()
- func (x *BgpExtendedCommunityTransitiveEvpnTypeRouterMac) String() string
- type BgpExtendedCommunityTransitiveEvpnType_Choice
- func (*BgpExtendedCommunityTransitiveEvpnType_Choice) Descriptor() ([]byte, []int)deprecated
- func (*BgpExtendedCommunityTransitiveEvpnType_Choice) ProtoMessage()
- func (x *BgpExtendedCommunityTransitiveEvpnType_Choice) ProtoReflect() protoreflect.Message
- func (x *BgpExtendedCommunityTransitiveEvpnType_Choice) Reset()
- func (x *BgpExtendedCommunityTransitiveEvpnType_Choice) String() string
- type BgpExtendedCommunityTransitiveEvpnType_Choice_Enum
- func (BgpExtendedCommunityTransitiveEvpnType_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x BgpExtendedCommunityTransitiveEvpnType_Choice_Enum) Enum() *BgpExtendedCommunityTransitiveEvpnType_Choice_Enum
- func (BgpExtendedCommunityTransitiveEvpnType_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x BgpExtendedCommunityTransitiveEvpnType_Choice_Enum) Number() protoreflect.EnumNumber
- func (x BgpExtendedCommunityTransitiveEvpnType_Choice_Enum) String() string
- func (BgpExtendedCommunityTransitiveEvpnType_Choice_Enum) Type() protoreflect.EnumType
- type BgpExtendedCommunityTransitiveIpv4AddressType
- func (*BgpExtendedCommunityTransitiveIpv4AddressType) Descriptor() ([]byte, []int)deprecated
- func (x *BgpExtendedCommunityTransitiveIpv4AddressType) GetChoice() BgpExtendedCommunityTransitiveIpv4AddressType_Choice_Enum
- func (x *BgpExtendedCommunityTransitiveIpv4AddressType) GetRouteOriginSubtype() *BgpExtendedCommunityTransitiveIpv4AddressTypeRouteOrigin
- func (x *BgpExtendedCommunityTransitiveIpv4AddressType) GetRouteTargetSubtype() *BgpExtendedCommunityTransitiveIpv4AddressTypeRouteTarget
- func (*BgpExtendedCommunityTransitiveIpv4AddressType) ProtoMessage()
- func (x *BgpExtendedCommunityTransitiveIpv4AddressType) ProtoReflect() protoreflect.Message
- func (x *BgpExtendedCommunityTransitiveIpv4AddressType) Reset()
- func (x *BgpExtendedCommunityTransitiveIpv4AddressType) String() string
- type BgpExtendedCommunityTransitiveIpv4AddressTypeRouteOrigin
- func (*BgpExtendedCommunityTransitiveIpv4AddressTypeRouteOrigin) Descriptor() ([]byte, []int)deprecated
- func (x *BgpExtendedCommunityTransitiveIpv4AddressTypeRouteOrigin) GetGlobalIpv4Admin() string
- func (x *BgpExtendedCommunityTransitiveIpv4AddressTypeRouteOrigin) GetLocal_2ByteAdmin() uint32
- func (*BgpExtendedCommunityTransitiveIpv4AddressTypeRouteOrigin) ProtoMessage()
- func (x *BgpExtendedCommunityTransitiveIpv4AddressTypeRouteOrigin) ProtoReflect() protoreflect.Message
- func (x *BgpExtendedCommunityTransitiveIpv4AddressTypeRouteOrigin) Reset()
- func (x *BgpExtendedCommunityTransitiveIpv4AddressTypeRouteOrigin) String() string
- type BgpExtendedCommunityTransitiveIpv4AddressTypeRouteTarget
- func (*BgpExtendedCommunityTransitiveIpv4AddressTypeRouteTarget) Descriptor() ([]byte, []int)deprecated
- func (x *BgpExtendedCommunityTransitiveIpv4AddressTypeRouteTarget) GetGlobalIpv4Admin() string
- func (x *BgpExtendedCommunityTransitiveIpv4AddressTypeRouteTarget) GetLocal_2ByteAdmin() uint32
- func (*BgpExtendedCommunityTransitiveIpv4AddressTypeRouteTarget) ProtoMessage()
- func (x *BgpExtendedCommunityTransitiveIpv4AddressTypeRouteTarget) ProtoReflect() protoreflect.Message
- func (x *BgpExtendedCommunityTransitiveIpv4AddressTypeRouteTarget) Reset()
- func (x *BgpExtendedCommunityTransitiveIpv4AddressTypeRouteTarget) String() string
- type BgpExtendedCommunityTransitiveIpv4AddressType_Choice
- func (*BgpExtendedCommunityTransitiveIpv4AddressType_Choice) Descriptor() ([]byte, []int)deprecated
- func (*BgpExtendedCommunityTransitiveIpv4AddressType_Choice) ProtoMessage()
- func (x *BgpExtendedCommunityTransitiveIpv4AddressType_Choice) ProtoReflect() protoreflect.Message
- func (x *BgpExtendedCommunityTransitiveIpv4AddressType_Choice) Reset()
- func (x *BgpExtendedCommunityTransitiveIpv4AddressType_Choice) String() string
- type BgpExtendedCommunityTransitiveIpv4AddressType_Choice_Enum
- func (BgpExtendedCommunityTransitiveIpv4AddressType_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x BgpExtendedCommunityTransitiveIpv4AddressType_Choice_Enum) Enum() *BgpExtendedCommunityTransitiveIpv4AddressType_Choice_Enum
- func (BgpExtendedCommunityTransitiveIpv4AddressType_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x BgpExtendedCommunityTransitiveIpv4AddressType_Choice_Enum) Number() protoreflect.EnumNumber
- func (x BgpExtendedCommunityTransitiveIpv4AddressType_Choice_Enum) String() string
- func (BgpExtendedCommunityTransitiveIpv4AddressType_Choice_Enum) Type() protoreflect.EnumType
- type BgpExtendedCommunityTransitiveOpaqueType
- func (*BgpExtendedCommunityTransitiveOpaqueType) Descriptor() ([]byte, []int)deprecated
- func (x *BgpExtendedCommunityTransitiveOpaqueType) GetChoice() BgpExtendedCommunityTransitiveOpaqueType_Choice_Enum
- func (x *BgpExtendedCommunityTransitiveOpaqueType) GetColorSubtype() *BgpExtendedCommunityTransitiveOpaqueTypeColor
- func (x *BgpExtendedCommunityTransitiveOpaqueType) GetEncapsulationSubtype() *BgpExtendedCommunityTransitiveOpaqueTypeEncapsulation
- func (*BgpExtendedCommunityTransitiveOpaqueType) ProtoMessage()
- func (x *BgpExtendedCommunityTransitiveOpaqueType) ProtoReflect() protoreflect.Message
- func (x *BgpExtendedCommunityTransitiveOpaqueType) Reset()
- func (x *BgpExtendedCommunityTransitiveOpaqueType) String() string
- type BgpExtendedCommunityTransitiveOpaqueTypeColor
- func (*BgpExtendedCommunityTransitiveOpaqueTypeColor) Descriptor() ([]byte, []int)deprecated
- func (x *BgpExtendedCommunityTransitiveOpaqueTypeColor) GetColor() uint32
- func (x *BgpExtendedCommunityTransitiveOpaqueTypeColor) GetFlags() uint32
- func (*BgpExtendedCommunityTransitiveOpaqueTypeColor) ProtoMessage()
- func (x *BgpExtendedCommunityTransitiveOpaqueTypeColor) ProtoReflect() protoreflect.Message
- func (x *BgpExtendedCommunityTransitiveOpaqueTypeColor) Reset()
- func (x *BgpExtendedCommunityTransitiveOpaqueTypeColor) String() string
- type BgpExtendedCommunityTransitiveOpaqueTypeEncapsulation
- func (*BgpExtendedCommunityTransitiveOpaqueTypeEncapsulation) Descriptor() ([]byte, []int)deprecated
- func (x *BgpExtendedCommunityTransitiveOpaqueTypeEncapsulation) GetReserved() uint32
- func (x *BgpExtendedCommunityTransitiveOpaqueTypeEncapsulation) GetTunnelType() uint32
- func (*BgpExtendedCommunityTransitiveOpaqueTypeEncapsulation) ProtoMessage()
- func (x *BgpExtendedCommunityTransitiveOpaqueTypeEncapsulation) ProtoReflect() protoreflect.Message
- func (x *BgpExtendedCommunityTransitiveOpaqueTypeEncapsulation) Reset()
- func (x *BgpExtendedCommunityTransitiveOpaqueTypeEncapsulation) String() string
- type BgpExtendedCommunityTransitiveOpaqueType_Choice
- func (*BgpExtendedCommunityTransitiveOpaqueType_Choice) Descriptor() ([]byte, []int)deprecated
- func (*BgpExtendedCommunityTransitiveOpaqueType_Choice) ProtoMessage()
- func (x *BgpExtendedCommunityTransitiveOpaqueType_Choice) ProtoReflect() protoreflect.Message
- func (x *BgpExtendedCommunityTransitiveOpaqueType_Choice) Reset()
- func (x *BgpExtendedCommunityTransitiveOpaqueType_Choice) String() string
- type BgpExtendedCommunityTransitiveOpaqueType_Choice_Enum
- func (BgpExtendedCommunityTransitiveOpaqueType_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x BgpExtendedCommunityTransitiveOpaqueType_Choice_Enum) Enum() *BgpExtendedCommunityTransitiveOpaqueType_Choice_Enum
- func (BgpExtendedCommunityTransitiveOpaqueType_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x BgpExtendedCommunityTransitiveOpaqueType_Choice_Enum) Number() protoreflect.EnumNumber
- func (x BgpExtendedCommunityTransitiveOpaqueType_Choice_Enum) String() string
- func (BgpExtendedCommunityTransitiveOpaqueType_Choice_Enum) Type() protoreflect.EnumType
- type BgpExtendedCommunity_Choice
- type BgpExtendedCommunity_Choice_Enum
- func (BgpExtendedCommunity_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x BgpExtendedCommunity_Choice_Enum) Enum() *BgpExtendedCommunity_Choice_Enum
- func (BgpExtendedCommunity_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x BgpExtendedCommunity_Choice_Enum) Number() protoreflect.EnumNumber
- func (x BgpExtendedCommunity_Choice_Enum) String() string
- func (BgpExtendedCommunity_Choice_Enum) Type() protoreflect.EnumType
- type BgpGracefulRestart
- func (*BgpGracefulRestart) Descriptor() ([]byte, []int)deprecated
- func (x *BgpGracefulRestart) GetEnableGr() bool
- func (x *BgpGracefulRestart) GetEnableLlgr() bool
- func (x *BgpGracefulRestart) GetEnableNotification() bool
- func (x *BgpGracefulRestart) GetRestartTime() uint32
- func (x *BgpGracefulRestart) GetStaleTime() uint32
- func (*BgpGracefulRestart) ProtoMessage()
- func (x *BgpGracefulRestart) ProtoReflect() protoreflect.Message
- func (x *BgpGracefulRestart) Reset()
- func (x *BgpGracefulRestart) String() string
- type BgpIpv4SrPolicyNLRIPrefix
- func (*BgpIpv4SrPolicyNLRIPrefix) Descriptor() ([]byte, []int)deprecated
- func (x *BgpIpv4SrPolicyNLRIPrefix) GetColor() uint32
- func (x *BgpIpv4SrPolicyNLRIPrefix) GetDistinguisher() uint32
- func (x *BgpIpv4SrPolicyNLRIPrefix) GetEndpoint() string
- func (*BgpIpv4SrPolicyNLRIPrefix) ProtoMessage()
- func (x *BgpIpv4SrPolicyNLRIPrefix) ProtoReflect() protoreflect.Message
- func (x *BgpIpv4SrPolicyNLRIPrefix) Reset()
- func (x *BgpIpv4SrPolicyNLRIPrefix) String() string
- type BgpIpv6SrPolicyNLRIPrefix
- func (*BgpIpv6SrPolicyNLRIPrefix) Descriptor() ([]byte, []int)deprecated
- func (x *BgpIpv6SrPolicyNLRIPrefix) GetColor() uint32
- func (x *BgpIpv6SrPolicyNLRIPrefix) GetDistinguisher() uint32
- func (x *BgpIpv6SrPolicyNLRIPrefix) GetEndpoint() string
- func (*BgpIpv6SrPolicyNLRIPrefix) ProtoMessage()
- func (x *BgpIpv6SrPolicyNLRIPrefix) ProtoReflect() protoreflect.Message
- func (x *BgpIpv6SrPolicyNLRIPrefix) Reset()
- func (x *BgpIpv6SrPolicyNLRIPrefix) String() string
- type BgpLearnedInformationFilter
- func (*BgpLearnedInformationFilter) Descriptor() ([]byte, []int)deprecated
- func (x *BgpLearnedInformationFilter) GetUnicastIpv4Prefix() bool
- func (x *BgpLearnedInformationFilter) GetUnicastIpv6Prefix() bool
- func (*BgpLearnedInformationFilter) ProtoMessage()
- func (x *BgpLearnedInformationFilter) ProtoReflect() protoreflect.Message
- func (x *BgpLearnedInformationFilter) Reset()
- func (x *BgpLearnedInformationFilter) String() string
- type BgpNLRIPrefixPathId
- func (*BgpNLRIPrefixPathId) Descriptor() ([]byte, []int)deprecated
- func (x *BgpNLRIPrefixPathId) GetValue() uint32
- func (*BgpNLRIPrefixPathId) ProtoMessage()
- func (x *BgpNLRIPrefixPathId) ProtoReflect() protoreflect.Message
- func (x *BgpNLRIPrefixPathId) Reset()
- func (x *BgpNLRIPrefixPathId) String() string
- type BgpNLRIPrefixSegmentRoutingDistinguisher
- func (*BgpNLRIPrefixSegmentRoutingDistinguisher) Descriptor() ([]byte, []int)deprecated
- func (x *BgpNLRIPrefixSegmentRoutingDistinguisher) GetValue() uint32
- func (*BgpNLRIPrefixSegmentRoutingDistinguisher) ProtoMessage()
- func (x *BgpNLRIPrefixSegmentRoutingDistinguisher) ProtoReflect() protoreflect.Message
- func (x *BgpNLRIPrefixSegmentRoutingDistinguisher) Reset()
- func (x *BgpNLRIPrefixSegmentRoutingDistinguisher) String() string
- type BgpOneIpv4NLRIPrefix
- func (*BgpOneIpv4NLRIPrefix) Descriptor() ([]byte, []int)deprecated
- func (x *BgpOneIpv4NLRIPrefix) GetAddress() string
- func (x *BgpOneIpv4NLRIPrefix) GetPathId() *BgpNLRIPrefixPathId
- func (x *BgpOneIpv4NLRIPrefix) GetPrefix() uint32
- func (*BgpOneIpv4NLRIPrefix) ProtoMessage()
- func (x *BgpOneIpv4NLRIPrefix) ProtoReflect() protoreflect.Message
- func (x *BgpOneIpv4NLRIPrefix) Reset()
- func (x *BgpOneIpv4NLRIPrefix) String() string
- type BgpOneIpv6NLRIPrefix
- func (*BgpOneIpv6NLRIPrefix) Descriptor() ([]byte, []int)deprecated
- func (x *BgpOneIpv6NLRIPrefix) GetAddress() string
- func (x *BgpOneIpv6NLRIPrefix) GetPathId() *BgpNLRIPrefixPathId
- func (x *BgpOneIpv6NLRIPrefix) GetPrefix() uint32
- func (*BgpOneIpv6NLRIPrefix) ProtoMessage()
- func (x *BgpOneIpv6NLRIPrefix) ProtoReflect() protoreflect.Message
- func (x *BgpOneIpv6NLRIPrefix) Reset()
- func (x *BgpOneIpv6NLRIPrefix) String() string
- type BgpOneStructuredUpdateReplay
- func (*BgpOneStructuredUpdateReplay) Descriptor() ([]byte, []int)deprecated
- func (x *BgpOneStructuredUpdateReplay) GetPathAttributes() *BgpAttributes
- func (x *BgpOneStructuredUpdateReplay) GetTimeGap() uint32
- func (x *BgpOneStructuredUpdateReplay) GetTraditionalReachNlris() []*BgpOneTraditionalNlriPrefix
- func (x *BgpOneStructuredUpdateReplay) GetTraditionalUnreachNlris() []*BgpOneTraditionalNlriPrefix
- func (*BgpOneStructuredUpdateReplay) ProtoMessage()
- func (x *BgpOneStructuredUpdateReplay) ProtoReflect() protoreflect.Message
- func (x *BgpOneStructuredUpdateReplay) Reset()
- func (x *BgpOneStructuredUpdateReplay) String() string
- type BgpOneTraditionalNlriPrefix
- func (*BgpOneTraditionalNlriPrefix) Descriptor() ([]byte, []int)deprecated
- func (x *BgpOneTraditionalNlriPrefix) GetAddress() string
- func (x *BgpOneTraditionalNlriPrefix) GetPathId() *BgpNLRIPrefixPathId
- func (x *BgpOneTraditionalNlriPrefix) GetPrefix() uint32
- func (*BgpOneTraditionalNlriPrefix) ProtoMessage()
- func (x *BgpOneTraditionalNlriPrefix) ProtoReflect() protoreflect.Message
- func (x *BgpOneTraditionalNlriPrefix) Reset()
- func (x *BgpOneTraditionalNlriPrefix) String() string
- type BgpOneUpdateReplay
- func (*BgpOneUpdateReplay) Descriptor() ([]byte, []int)deprecated
- func (x *BgpOneUpdateReplay) GetTimeGap() uint32
- func (x *BgpOneUpdateReplay) GetUpdateBytes() string
- func (*BgpOneUpdateReplay) ProtoMessage()
- func (x *BgpOneUpdateReplay) ProtoReflect() protoreflect.Message
- func (x *BgpOneUpdateReplay) Reset()
- func (x *BgpOneUpdateReplay) String() string
- type BgpPrefixIpv4UnicastFilter
- func (*BgpPrefixIpv4UnicastFilter) Descriptor() ([]byte, []int)deprecated
- func (x *BgpPrefixIpv4UnicastFilter) GetAddresses() []string
- func (x *BgpPrefixIpv4UnicastFilter) GetOrigin() BgpPrefixIpv4UnicastFilter_Origin_Enum
- func (x *BgpPrefixIpv4UnicastFilter) GetPathId() uint32
- func (x *BgpPrefixIpv4UnicastFilter) GetPrefixLength() uint32
- func (*BgpPrefixIpv4UnicastFilter) ProtoMessage()
- func (x *BgpPrefixIpv4UnicastFilter) ProtoReflect() protoreflect.Message
- func (x *BgpPrefixIpv4UnicastFilter) Reset()
- func (x *BgpPrefixIpv4UnicastFilter) String() string
- type BgpPrefixIpv4UnicastFilter_Origin
- func (*BgpPrefixIpv4UnicastFilter_Origin) Descriptor() ([]byte, []int)deprecated
- func (*BgpPrefixIpv4UnicastFilter_Origin) ProtoMessage()
- func (x *BgpPrefixIpv4UnicastFilter_Origin) ProtoReflect() protoreflect.Message
- func (x *BgpPrefixIpv4UnicastFilter_Origin) Reset()
- func (x *BgpPrefixIpv4UnicastFilter_Origin) String() string
- type BgpPrefixIpv4UnicastFilter_Origin_Enum
- func (BgpPrefixIpv4UnicastFilter_Origin_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x BgpPrefixIpv4UnicastFilter_Origin_Enum) Enum() *BgpPrefixIpv4UnicastFilter_Origin_Enum
- func (BgpPrefixIpv4UnicastFilter_Origin_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x BgpPrefixIpv4UnicastFilter_Origin_Enum) Number() protoreflect.EnumNumber
- func (x BgpPrefixIpv4UnicastFilter_Origin_Enum) String() string
- func (BgpPrefixIpv4UnicastFilter_Origin_Enum) Type() protoreflect.EnumType
- type BgpPrefixIpv4UnicastState
- func (*BgpPrefixIpv4UnicastState) Descriptor() ([]byte, []int)deprecated
- func (x *BgpPrefixIpv4UnicastState) GetAsPath() *ResultBgpAsPath
- func (x *BgpPrefixIpv4UnicastState) GetCommunities() []*ResultBgpCommunity
- func (x *BgpPrefixIpv4UnicastState) GetExtendedCommunities() []*ResultExtendedCommunity
- func (x *BgpPrefixIpv4UnicastState) GetIpv4Address() string
- func (x *BgpPrefixIpv4UnicastState) GetIpv4NextHop() string
- func (x *BgpPrefixIpv4UnicastState) GetIpv6NextHop() string
- func (x *BgpPrefixIpv4UnicastState) GetLocalPreference() uint32
- func (x *BgpPrefixIpv4UnicastState) GetMultiExitDiscriminator() uint32
- func (x *BgpPrefixIpv4UnicastState) GetOrigin() BgpPrefixIpv4UnicastState_Origin_Enum
- func (x *BgpPrefixIpv4UnicastState) GetPathId() uint32
- func (x *BgpPrefixIpv4UnicastState) GetPrefixLength() uint32
- func (*BgpPrefixIpv4UnicastState) ProtoMessage()
- func (x *BgpPrefixIpv4UnicastState) ProtoReflect() protoreflect.Message
- func (x *BgpPrefixIpv4UnicastState) Reset()
- func (x *BgpPrefixIpv4UnicastState) String() string
- type BgpPrefixIpv4UnicastState_Origin
- func (*BgpPrefixIpv4UnicastState_Origin) Descriptor() ([]byte, []int)deprecated
- func (*BgpPrefixIpv4UnicastState_Origin) ProtoMessage()
- func (x *BgpPrefixIpv4UnicastState_Origin) ProtoReflect() protoreflect.Message
- func (x *BgpPrefixIpv4UnicastState_Origin) Reset()
- func (x *BgpPrefixIpv4UnicastState_Origin) String() string
- type BgpPrefixIpv4UnicastState_Origin_Enum
- func (BgpPrefixIpv4UnicastState_Origin_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x BgpPrefixIpv4UnicastState_Origin_Enum) Enum() *BgpPrefixIpv4UnicastState_Origin_Enum
- func (BgpPrefixIpv4UnicastState_Origin_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x BgpPrefixIpv4UnicastState_Origin_Enum) Number() protoreflect.EnumNumber
- func (x BgpPrefixIpv4UnicastState_Origin_Enum) String() string
- func (BgpPrefixIpv4UnicastState_Origin_Enum) Type() protoreflect.EnumType
- type BgpPrefixIpv6UnicastFilter
- func (*BgpPrefixIpv6UnicastFilter) Descriptor() ([]byte, []int)deprecated
- func (x *BgpPrefixIpv6UnicastFilter) GetAddresses() []string
- func (x *BgpPrefixIpv6UnicastFilter) GetOrigin() BgpPrefixIpv6UnicastFilter_Origin_Enum
- func (x *BgpPrefixIpv6UnicastFilter) GetPathId() uint32
- func (x *BgpPrefixIpv6UnicastFilter) GetPrefixLength() uint32
- func (*BgpPrefixIpv6UnicastFilter) ProtoMessage()
- func (x *BgpPrefixIpv6UnicastFilter) ProtoReflect() protoreflect.Message
- func (x *BgpPrefixIpv6UnicastFilter) Reset()
- func (x *BgpPrefixIpv6UnicastFilter) String() string
- type BgpPrefixIpv6UnicastFilter_Origin
- func (*BgpPrefixIpv6UnicastFilter_Origin) Descriptor() ([]byte, []int)deprecated
- func (*BgpPrefixIpv6UnicastFilter_Origin) ProtoMessage()
- func (x *BgpPrefixIpv6UnicastFilter_Origin) ProtoReflect() protoreflect.Message
- func (x *BgpPrefixIpv6UnicastFilter_Origin) Reset()
- func (x *BgpPrefixIpv6UnicastFilter_Origin) String() string
- type BgpPrefixIpv6UnicastFilter_Origin_Enum
- func (BgpPrefixIpv6UnicastFilter_Origin_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x BgpPrefixIpv6UnicastFilter_Origin_Enum) Enum() *BgpPrefixIpv6UnicastFilter_Origin_Enum
- func (BgpPrefixIpv6UnicastFilter_Origin_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x BgpPrefixIpv6UnicastFilter_Origin_Enum) Number() protoreflect.EnumNumber
- func (x BgpPrefixIpv6UnicastFilter_Origin_Enum) String() string
- func (BgpPrefixIpv6UnicastFilter_Origin_Enum) Type() protoreflect.EnumType
- type BgpPrefixIpv6UnicastState
- func (*BgpPrefixIpv6UnicastState) Descriptor() ([]byte, []int)deprecated
- func (x *BgpPrefixIpv6UnicastState) GetAsPath() *ResultBgpAsPath
- func (x *BgpPrefixIpv6UnicastState) GetCommunities() []*ResultBgpCommunity
- func (x *BgpPrefixIpv6UnicastState) GetExtendedCommunities() []*ResultExtendedCommunity
- func (x *BgpPrefixIpv6UnicastState) GetIpv4NextHop() string
- func (x *BgpPrefixIpv6UnicastState) GetIpv6Address() string
- func (x *BgpPrefixIpv6UnicastState) GetIpv6NextHop() string
- func (x *BgpPrefixIpv6UnicastState) GetLocalPreference() uint32
- func (x *BgpPrefixIpv6UnicastState) GetMultiExitDiscriminator() uint32
- func (x *BgpPrefixIpv6UnicastState) GetOrigin() BgpPrefixIpv6UnicastState_Origin_Enum
- func (x *BgpPrefixIpv6UnicastState) GetPathId() uint32
- func (x *BgpPrefixIpv6UnicastState) GetPrefixLength() uint32
- func (*BgpPrefixIpv6UnicastState) ProtoMessage()
- func (x *BgpPrefixIpv6UnicastState) ProtoReflect() protoreflect.Message
- func (x *BgpPrefixIpv6UnicastState) Reset()
- func (x *BgpPrefixIpv6UnicastState) String() string
- type BgpPrefixIpv6UnicastState_Origin
- func (*BgpPrefixIpv6UnicastState_Origin) Descriptor() ([]byte, []int)deprecated
- func (*BgpPrefixIpv6UnicastState_Origin) ProtoMessage()
- func (x *BgpPrefixIpv6UnicastState_Origin) ProtoReflect() protoreflect.Message
- func (x *BgpPrefixIpv6UnicastState_Origin) Reset()
- func (x *BgpPrefixIpv6UnicastState_Origin) String() string
- type BgpPrefixIpv6UnicastState_Origin_Enum
- func (BgpPrefixIpv6UnicastState_Origin_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x BgpPrefixIpv6UnicastState_Origin_Enum) Enum() *BgpPrefixIpv6UnicastState_Origin_Enum
- func (BgpPrefixIpv6UnicastState_Origin_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x BgpPrefixIpv6UnicastState_Origin_Enum) Number() protoreflect.EnumNumber
- func (x BgpPrefixIpv6UnicastState_Origin_Enum) String() string
- func (BgpPrefixIpv6UnicastState_Origin_Enum) Type() protoreflect.EnumType
- type BgpPrefixStateRequest
- func (*BgpPrefixStateRequest) Descriptor() ([]byte, []int)deprecated
- func (x *BgpPrefixStateRequest) GetBgpPeerNames() []string
- func (x *BgpPrefixStateRequest) GetIpv4UnicastFilters() []*BgpPrefixIpv4UnicastFilter
- func (x *BgpPrefixStateRequest) GetIpv6UnicastFilters() []*BgpPrefixIpv6UnicastFilter
- func (x *BgpPrefixStateRequest) GetPrefixFilters() []BgpPrefixStateRequest_PrefixFilters_Enum
- func (*BgpPrefixStateRequest) ProtoMessage()
- func (x *BgpPrefixStateRequest) ProtoReflect() protoreflect.Message
- func (x *BgpPrefixStateRequest) Reset()
- func (x *BgpPrefixStateRequest) String() string
- type BgpPrefixStateRequest_PrefixFilters
- func (*BgpPrefixStateRequest_PrefixFilters) Descriptor() ([]byte, []int)deprecated
- func (*BgpPrefixStateRequest_PrefixFilters) ProtoMessage()
- func (x *BgpPrefixStateRequest_PrefixFilters) ProtoReflect() protoreflect.Message
- func (x *BgpPrefixStateRequest_PrefixFilters) Reset()
- func (x *BgpPrefixStateRequest_PrefixFilters) String() string
- type BgpPrefixStateRequest_PrefixFilters_Enum
- func (BgpPrefixStateRequest_PrefixFilters_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x BgpPrefixStateRequest_PrefixFilters_Enum) Enum() *BgpPrefixStateRequest_PrefixFilters_Enum
- func (BgpPrefixStateRequest_PrefixFilters_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x BgpPrefixStateRequest_PrefixFilters_Enum) Number() protoreflect.EnumNumber
- func (x BgpPrefixStateRequest_PrefixFilters_Enum) String() string
- func (BgpPrefixStateRequest_PrefixFilters_Enum) Type() protoreflect.EnumType
- type BgpPrefixesState
- func (*BgpPrefixesState) Descriptor() ([]byte, []int)deprecated
- func (x *BgpPrefixesState) GetBgpPeerName() string
- func (x *BgpPrefixesState) GetIpv4UnicastPrefixes() []*BgpPrefixIpv4UnicastState
- func (x *BgpPrefixesState) GetIpv6UnicastPrefixes() []*BgpPrefixIpv6UnicastState
- func (*BgpPrefixesState) ProtoMessage()
- func (x *BgpPrefixesState) ProtoReflect() protoreflect.Message
- func (x *BgpPrefixesState) Reset()
- func (x *BgpPrefixesState) String() string
- type BgpRawBytes
- type BgpRouteAdvanced
- func (*BgpRouteAdvanced) Descriptor() ([]byte, []int)deprecated
- func (x *BgpRouteAdvanced) GetIncludeLocalPreference() bool
- func (x *BgpRouteAdvanced) GetIncludeMultiExitDiscriminator() bool
- func (x *BgpRouteAdvanced) GetIncludeOrigin() bool
- func (x *BgpRouteAdvanced) GetLocalPreference() uint32
- func (x *BgpRouteAdvanced) GetMultiExitDiscriminator() uint32
- func (x *BgpRouteAdvanced) GetOrigin() BgpRouteAdvanced_Origin_Enum
- func (*BgpRouteAdvanced) ProtoMessage()
- func (x *BgpRouteAdvanced) ProtoReflect() protoreflect.Message
- func (x *BgpRouteAdvanced) Reset()
- func (x *BgpRouteAdvanced) String() string
- type BgpRouteAdvanced_Origin
- type BgpRouteAdvanced_Origin_Enum
- func (BgpRouteAdvanced_Origin_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x BgpRouteAdvanced_Origin_Enum) Enum() *BgpRouteAdvanced_Origin_Enum
- func (BgpRouteAdvanced_Origin_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x BgpRouteAdvanced_Origin_Enum) Number() protoreflect.EnumNumber
- func (x BgpRouteAdvanced_Origin_Enum) String() string
- func (BgpRouteAdvanced_Origin_Enum) Type() protoreflect.EnumType
- type BgpRouteDistinguisher
- func (*BgpRouteDistinguisher) Descriptor() ([]byte, []int)deprecated
- func (x *BgpRouteDistinguisher) GetAutoConfigRdIpAddr() bool
- func (x *BgpRouteDistinguisher) GetRdType() BgpRouteDistinguisher_RdType_Enum
- func (x *BgpRouteDistinguisher) GetRdValue() string
- func (*BgpRouteDistinguisher) ProtoMessage()
- func (x *BgpRouteDistinguisher) ProtoReflect() protoreflect.Message
- func (x *BgpRouteDistinguisher) Reset()
- func (x *BgpRouteDistinguisher) String() string
- type BgpRouteDistinguisher_RdType
- func (*BgpRouteDistinguisher_RdType) Descriptor() ([]byte, []int)deprecated
- func (*BgpRouteDistinguisher_RdType) ProtoMessage()
- func (x *BgpRouteDistinguisher_RdType) ProtoReflect() protoreflect.Message
- func (x *BgpRouteDistinguisher_RdType) Reset()
- func (x *BgpRouteDistinguisher_RdType) String() string
- type BgpRouteDistinguisher_RdType_Enum
- func (BgpRouteDistinguisher_RdType_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x BgpRouteDistinguisher_RdType_Enum) Enum() *BgpRouteDistinguisher_RdType_Enum
- func (BgpRouteDistinguisher_RdType_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x BgpRouteDistinguisher_RdType_Enum) Number() protoreflect.EnumNumber
- func (x BgpRouteDistinguisher_RdType_Enum) String() string
- func (BgpRouteDistinguisher_RdType_Enum) Type() protoreflect.EnumType
- type BgpRouteTarget
- func (*BgpRouteTarget) Descriptor() ([]byte, []int)deprecated
- func (x *BgpRouteTarget) GetRtType() BgpRouteTarget_RtType_Enum
- func (x *BgpRouteTarget) GetRtValue() string
- func (*BgpRouteTarget) ProtoMessage()
- func (x *BgpRouteTarget) ProtoReflect() protoreflect.Message
- func (x *BgpRouteTarget) Reset()
- func (x *BgpRouteTarget) String() string
- type BgpRouteTarget_RtType
- type BgpRouteTarget_RtType_Enum
- func (BgpRouteTarget_RtType_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x BgpRouteTarget_RtType_Enum) Enum() *BgpRouteTarget_RtType_Enum
- func (BgpRouteTarget_RtType_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x BgpRouteTarget_RtType_Enum) Number() protoreflect.EnumNumber
- func (x BgpRouteTarget_RtType_Enum) String() string
- func (BgpRouteTarget_RtType_Enum) Type() protoreflect.EnumType
- type BgpSrteBindingSubTlv
- func (*BgpSrteBindingSubTlv) Descriptor() ([]byte, []int)deprecated
- func (x *BgpSrteBindingSubTlv) GetBindingSidType() BgpSrteBindingSubTlv_BindingSidType_Enum
- func (x *BgpSrteBindingSubTlv) GetFourOctetSid() uint32
- func (x *BgpSrteBindingSubTlv) GetIFlag() bool
- func (x *BgpSrteBindingSubTlv) GetIpv6Sid() string
- func (x *BgpSrteBindingSubTlv) GetSFlag() bool
- func (*BgpSrteBindingSubTlv) ProtoMessage()
- func (x *BgpSrteBindingSubTlv) ProtoReflect() protoreflect.Message
- func (x *BgpSrteBindingSubTlv) Reset()
- func (x *BgpSrteBindingSubTlv) String() string
- type BgpSrteBindingSubTlv_BindingSidType
- func (*BgpSrteBindingSubTlv_BindingSidType) Descriptor() ([]byte, []int)deprecated
- func (*BgpSrteBindingSubTlv_BindingSidType) ProtoMessage()
- func (x *BgpSrteBindingSubTlv_BindingSidType) ProtoReflect() protoreflect.Message
- func (x *BgpSrteBindingSubTlv_BindingSidType) Reset()
- func (x *BgpSrteBindingSubTlv_BindingSidType) String() string
- type BgpSrteBindingSubTlv_BindingSidType_Enum
- func (BgpSrteBindingSubTlv_BindingSidType_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x BgpSrteBindingSubTlv_BindingSidType_Enum) Enum() *BgpSrteBindingSubTlv_BindingSidType_Enum
- func (BgpSrteBindingSubTlv_BindingSidType_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x BgpSrteBindingSubTlv_BindingSidType_Enum) Number() protoreflect.EnumNumber
- func (x BgpSrteBindingSubTlv_BindingSidType_Enum) String() string
- func (BgpSrteBindingSubTlv_BindingSidType_Enum) Type() protoreflect.EnumType
- type BgpSrteColorSubTlv
- func (*BgpSrteColorSubTlv) Descriptor() ([]byte, []int)deprecated
- func (x *BgpSrteColorSubTlv) GetColor() string
- func (*BgpSrteColorSubTlv) ProtoMessage()
- func (x *BgpSrteColorSubTlv) ProtoReflect() protoreflect.Message
- func (x *BgpSrteColorSubTlv) Reset()
- func (x *BgpSrteColorSubTlv) String() string
- type BgpSrteExplicitNullLabelPolicySubTlv
- func (*BgpSrteExplicitNullLabelPolicySubTlv) Descriptor() ([]byte, []int)deprecated
- func (x *BgpSrteExplicitNullLabelPolicySubTlv) GetExplicitNullLabelPolicy() BgpSrteExplicitNullLabelPolicySubTlv_ExplicitNullLabelPolicy_Enum
- func (*BgpSrteExplicitNullLabelPolicySubTlv) ProtoMessage()
- func (x *BgpSrteExplicitNullLabelPolicySubTlv) ProtoReflect() protoreflect.Message
- func (x *BgpSrteExplicitNullLabelPolicySubTlv) Reset()
- func (x *BgpSrteExplicitNullLabelPolicySubTlv) String() string
- type BgpSrteExplicitNullLabelPolicySubTlv_ExplicitNullLabelPolicy
- func (*BgpSrteExplicitNullLabelPolicySubTlv_ExplicitNullLabelPolicy) Descriptor() ([]byte, []int)deprecated
- func (*BgpSrteExplicitNullLabelPolicySubTlv_ExplicitNullLabelPolicy) ProtoMessage()
- func (x *BgpSrteExplicitNullLabelPolicySubTlv_ExplicitNullLabelPolicy) ProtoReflect() protoreflect.Message
- func (x *BgpSrteExplicitNullLabelPolicySubTlv_ExplicitNullLabelPolicy) Reset()
- func (x *BgpSrteExplicitNullLabelPolicySubTlv_ExplicitNullLabelPolicy) String() string
- type BgpSrteExplicitNullLabelPolicySubTlv_ExplicitNullLabelPolicy_Enum
- func (BgpSrteExplicitNullLabelPolicySubTlv_ExplicitNullLabelPolicy_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x BgpSrteExplicitNullLabelPolicySubTlv_ExplicitNullLabelPolicy_Enum) Enum() *BgpSrteExplicitNullLabelPolicySubTlv_ExplicitNullLabelPolicy_Enum
- func (BgpSrteExplicitNullLabelPolicySubTlv_ExplicitNullLabelPolicy_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x BgpSrteExplicitNullLabelPolicySubTlv_ExplicitNullLabelPolicy_Enum) Number() protoreflect.EnumNumber
- func (x BgpSrteExplicitNullLabelPolicySubTlv_ExplicitNullLabelPolicy_Enum) String() string
- func (BgpSrteExplicitNullLabelPolicySubTlv_ExplicitNullLabelPolicy_Enum) Type() protoreflect.EnumType
- type BgpSrtePolicyNameSubTlv
- func (*BgpSrtePolicyNameSubTlv) Descriptor() ([]byte, []int)deprecated
- func (x *BgpSrtePolicyNameSubTlv) GetPolicyName() string
- func (*BgpSrtePolicyNameSubTlv) ProtoMessage()
- func (x *BgpSrtePolicyNameSubTlv) ProtoReflect() protoreflect.Message
- func (x *BgpSrtePolicyNameSubTlv) Reset()
- func (x *BgpSrtePolicyNameSubTlv) String() string
- type BgpSrtePolicyPrioritySubTlv
- func (*BgpSrtePolicyPrioritySubTlv) Descriptor() ([]byte, []int)deprecated
- func (x *BgpSrtePolicyPrioritySubTlv) GetPolicyPriority() uint32
- func (*BgpSrtePolicyPrioritySubTlv) ProtoMessage()
- func (x *BgpSrtePolicyPrioritySubTlv) ProtoReflect() protoreflect.Message
- func (x *BgpSrtePolicyPrioritySubTlv) Reset()
- func (x *BgpSrtePolicyPrioritySubTlv) String() string
- type BgpSrtePreferenceSubTlv
- func (*BgpSrtePreferenceSubTlv) Descriptor() ([]byte, []int)deprecated
- func (x *BgpSrtePreferenceSubTlv) GetPreference() uint32
- func (*BgpSrtePreferenceSubTlv) ProtoMessage()
- func (x *BgpSrtePreferenceSubTlv) ProtoReflect() protoreflect.Message
- func (x *BgpSrtePreferenceSubTlv) Reset()
- func (x *BgpSrtePreferenceSubTlv) String() string
- type BgpSrteRemoteEndpointSubTlv
- func (*BgpSrteRemoteEndpointSubTlv) Descriptor() ([]byte, []int)deprecated
- func (x *BgpSrteRemoteEndpointSubTlv) GetAddressFamily() BgpSrteRemoteEndpointSubTlv_AddressFamily_Enum
- func (x *BgpSrteRemoteEndpointSubTlv) GetAsNumber() uint32
- func (x *BgpSrteRemoteEndpointSubTlv) GetIpv4Address() string
- func (x *BgpSrteRemoteEndpointSubTlv) GetIpv6Address() string
- func (*BgpSrteRemoteEndpointSubTlv) ProtoMessage()
- func (x *BgpSrteRemoteEndpointSubTlv) ProtoReflect() protoreflect.Message
- func (x *BgpSrteRemoteEndpointSubTlv) Reset()
- func (x *BgpSrteRemoteEndpointSubTlv) String() string
- type BgpSrteRemoteEndpointSubTlv_AddressFamily
- func (*BgpSrteRemoteEndpointSubTlv_AddressFamily) Descriptor() ([]byte, []int)deprecated
- func (*BgpSrteRemoteEndpointSubTlv_AddressFamily) ProtoMessage()
- func (x *BgpSrteRemoteEndpointSubTlv_AddressFamily) ProtoReflect() protoreflect.Message
- func (x *BgpSrteRemoteEndpointSubTlv_AddressFamily) Reset()
- func (x *BgpSrteRemoteEndpointSubTlv_AddressFamily) String() string
- type BgpSrteRemoteEndpointSubTlv_AddressFamily_Enum
- func (BgpSrteRemoteEndpointSubTlv_AddressFamily_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x BgpSrteRemoteEndpointSubTlv_AddressFamily_Enum) Enum() *BgpSrteRemoteEndpointSubTlv_AddressFamily_Enum
- func (BgpSrteRemoteEndpointSubTlv_AddressFamily_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x BgpSrteRemoteEndpointSubTlv_AddressFamily_Enum) Number() protoreflect.EnumNumber
- func (x BgpSrteRemoteEndpointSubTlv_AddressFamily_Enum) String() string
- func (BgpSrteRemoteEndpointSubTlv_AddressFamily_Enum) Type() protoreflect.EnumType
- type BgpSrteSRv6SIDEndpointBehaviorAndStructure
- func (*BgpSrteSRv6SIDEndpointBehaviorAndStructure) Descriptor() ([]byte, []int)deprecated
- func (x *BgpSrteSRv6SIDEndpointBehaviorAndStructure) GetArgLength() uint32
- func (x *BgpSrteSRv6SIDEndpointBehaviorAndStructure) GetFuncLength() uint32
- func (x *BgpSrteSRv6SIDEndpointBehaviorAndStructure) GetLbLength() uint32
- func (x *BgpSrteSRv6SIDEndpointBehaviorAndStructure) GetLnLength() uint32
- func (*BgpSrteSRv6SIDEndpointBehaviorAndStructure) ProtoMessage()
- func (x *BgpSrteSRv6SIDEndpointBehaviorAndStructure) ProtoReflect() protoreflect.Message
- func (x *BgpSrteSRv6SIDEndpointBehaviorAndStructure) Reset()
- func (x *BgpSrteSRv6SIDEndpointBehaviorAndStructure) String() string
- type BgpSrteSegment
- func (*BgpSrteSegment) Descriptor() ([]byte, []int)deprecated
- func (x *BgpSrteSegment) GetActive() bool
- func (x *BgpSrteSegment) GetName() string
- func (x *BgpSrteSegment) GetSegmentType() BgpSrteSegment_SegmentType_Enum
- func (x *BgpSrteSegment) GetTypeA() *BgpSrteSegmentATypeSubTlv
- func (x *BgpSrteSegment) GetTypeB() *BgpSrteSegmentBTypeSubTlv
- func (x *BgpSrteSegment) GetTypeC() *BgpSrteSegmentCTypeSubTlv
- func (x *BgpSrteSegment) GetTypeD() *BgpSrteSegmentDTypeSubTlv
- func (x *BgpSrteSegment) GetTypeE() *BgpSrteSegmentETypeSubTlv
- func (x *BgpSrteSegment) GetTypeF() *BgpSrteSegmentFTypeSubTlv
- func (x *BgpSrteSegment) GetTypeG() *BgpSrteSegmentGTypeSubTlv
- func (x *BgpSrteSegment) GetTypeH() *BgpSrteSegmentHTypeSubTlv
- func (x *BgpSrteSegment) GetTypeI() *BgpSrteSegmentITypeSubTlv
- func (x *BgpSrteSegment) GetTypeJ() *BgpSrteSegmentJTypeSubTlv
- func (x *BgpSrteSegment) GetTypeK() *BgpSrteSegmentKTypeSubTlv
- func (*BgpSrteSegment) ProtoMessage()
- func (x *BgpSrteSegment) ProtoReflect() protoreflect.Message
- func (x *BgpSrteSegment) Reset()
- func (x *BgpSrteSegment) String() string
- type BgpSrteSegmentATypeSubTlv
- func (*BgpSrteSegmentATypeSubTlv) Descriptor() ([]byte, []int)deprecated
- func (x *BgpSrteSegmentATypeSubTlv) GetFlags() string
- func (x *BgpSrteSegmentATypeSubTlv) GetLabel() uint32
- func (x *BgpSrteSegmentATypeSubTlv) GetSBit() bool
- func (x *BgpSrteSegmentATypeSubTlv) GetTc() uint32
- func (x *BgpSrteSegmentATypeSubTlv) GetTtl() uint32
- func (*BgpSrteSegmentATypeSubTlv) ProtoMessage()
- func (x *BgpSrteSegmentATypeSubTlv) ProtoReflect() protoreflect.Message
- func (x *BgpSrteSegmentATypeSubTlv) Reset()
- func (x *BgpSrteSegmentATypeSubTlv) String() string
- type BgpSrteSegmentBTypeSubTlv
- func (*BgpSrteSegmentBTypeSubTlv) Descriptor() ([]byte, []int)deprecated
- func (x *BgpSrteSegmentBTypeSubTlv) GetFlags() string
- func (x *BgpSrteSegmentBTypeSubTlv) GetSrv6Sid() string
- func (x *BgpSrteSegmentBTypeSubTlv) GetSrv6SidEndpointBehavior() *BgpSrteSRv6SIDEndpointBehaviorAndStructure
- func (*BgpSrteSegmentBTypeSubTlv) ProtoMessage()
- func (x *BgpSrteSegmentBTypeSubTlv) ProtoReflect() protoreflect.Message
- func (x *BgpSrteSegmentBTypeSubTlv) Reset()
- func (x *BgpSrteSegmentBTypeSubTlv) String() string
- type BgpSrteSegmentCTypeSubTlv
- func (*BgpSrteSegmentCTypeSubTlv) Descriptor() ([]byte, []int)deprecated
- func (x *BgpSrteSegmentCTypeSubTlv) GetFlags() string
- func (x *BgpSrteSegmentCTypeSubTlv) GetIpv4NodeAddress() string
- func (x *BgpSrteSegmentCTypeSubTlv) GetSrAlgorithm() uint32
- func (x *BgpSrteSegmentCTypeSubTlv) GetSrMplsSid() *BgpSrteSrMplsSid
- func (*BgpSrteSegmentCTypeSubTlv) ProtoMessage()
- func (x *BgpSrteSegmentCTypeSubTlv) ProtoReflect() protoreflect.Message
- func (x *BgpSrteSegmentCTypeSubTlv) Reset()
- func (x *BgpSrteSegmentCTypeSubTlv) String() string
- type BgpSrteSegmentDTypeSubTlv
- func (*BgpSrteSegmentDTypeSubTlv) Descriptor() ([]byte, []int)deprecated
- func (x *BgpSrteSegmentDTypeSubTlv) GetFlags() string
- func (x *BgpSrteSegmentDTypeSubTlv) GetIpv6NodeAddress() string
- func (x *BgpSrteSegmentDTypeSubTlv) GetSrAlgorithm() uint32
- func (x *BgpSrteSegmentDTypeSubTlv) GetSrMplsSid() *BgpSrteSrMplsSid
- func (*BgpSrteSegmentDTypeSubTlv) ProtoMessage()
- func (x *BgpSrteSegmentDTypeSubTlv) ProtoReflect() protoreflect.Message
- func (x *BgpSrteSegmentDTypeSubTlv) Reset()
- func (x *BgpSrteSegmentDTypeSubTlv) String() string
- type BgpSrteSegmentETypeSubTlv
- func (*BgpSrteSegmentETypeSubTlv) Descriptor() ([]byte, []int)deprecated
- func (x *BgpSrteSegmentETypeSubTlv) GetFlags() string
- func (x *BgpSrteSegmentETypeSubTlv) GetIpv4NodeAddress() string
- func (x *BgpSrteSegmentETypeSubTlv) GetLocalInterfaceId() uint32
- func (x *BgpSrteSegmentETypeSubTlv) GetSrMplsSid() *BgpSrteSrMplsSid
- func (*BgpSrteSegmentETypeSubTlv) ProtoMessage()
- func (x *BgpSrteSegmentETypeSubTlv) ProtoReflect() protoreflect.Message
- func (x *BgpSrteSegmentETypeSubTlv) Reset()
- func (x *BgpSrteSegmentETypeSubTlv) String() string
- type BgpSrteSegmentFTypeSubTlv
- func (*BgpSrteSegmentFTypeSubTlv) Descriptor() ([]byte, []int)deprecated
- func (x *BgpSrteSegmentFTypeSubTlv) GetFlags() string
- func (x *BgpSrteSegmentFTypeSubTlv) GetLocalIpv4Address() string
- func (x *BgpSrteSegmentFTypeSubTlv) GetRemoteIpv4Address() string
- func (x *BgpSrteSegmentFTypeSubTlv) GetSrMplsSid() *BgpSrteSrMplsSid
- func (*BgpSrteSegmentFTypeSubTlv) ProtoMessage()
- func (x *BgpSrteSegmentFTypeSubTlv) ProtoReflect() protoreflect.Message
- func (x *BgpSrteSegmentFTypeSubTlv) Reset()
- func (x *BgpSrteSegmentFTypeSubTlv) String() string
- type BgpSrteSegmentGTypeSubTlv
- func (*BgpSrteSegmentGTypeSubTlv) Descriptor() ([]byte, []int)deprecated
- func (x *BgpSrteSegmentGTypeSubTlv) GetFlags() string
- func (x *BgpSrteSegmentGTypeSubTlv) GetLocalInterfaceId() uint32
- func (x *BgpSrteSegmentGTypeSubTlv) GetLocalIpv6NodeAddress() string
- func (x *BgpSrteSegmentGTypeSubTlv) GetRemoteInterfaceId() uint32
- func (x *BgpSrteSegmentGTypeSubTlv) GetRemoteIpv6NodeAddress() string
- func (x *BgpSrteSegmentGTypeSubTlv) GetSrMplsSid() *BgpSrteSrMplsSid
- func (*BgpSrteSegmentGTypeSubTlv) ProtoMessage()
- func (x *BgpSrteSegmentGTypeSubTlv) ProtoReflect() protoreflect.Message
- func (x *BgpSrteSegmentGTypeSubTlv) Reset()
- func (x *BgpSrteSegmentGTypeSubTlv) String() string
- type BgpSrteSegmentHTypeSubTlv
- func (*BgpSrteSegmentHTypeSubTlv) Descriptor() ([]byte, []int)deprecated
- func (x *BgpSrteSegmentHTypeSubTlv) GetFlags() string
- func (x *BgpSrteSegmentHTypeSubTlv) GetLocalIpv6Address() string
- func (x *BgpSrteSegmentHTypeSubTlv) GetRemoteIpv6Address() string
- func (x *BgpSrteSegmentHTypeSubTlv) GetSrMplsSid() *BgpSrteSrMplsSid
- func (*BgpSrteSegmentHTypeSubTlv) ProtoMessage()
- func (x *BgpSrteSegmentHTypeSubTlv) ProtoReflect() protoreflect.Message
- func (x *BgpSrteSegmentHTypeSubTlv) Reset()
- func (x *BgpSrteSegmentHTypeSubTlv) String() string
- type BgpSrteSegmentITypeSubTlv
- func (*BgpSrteSegmentITypeSubTlv) Descriptor() ([]byte, []int)deprecated
- func (x *BgpSrteSegmentITypeSubTlv) GetFlags() string
- func (x *BgpSrteSegmentITypeSubTlv) GetIpv6NodeAddress() string
- func (x *BgpSrteSegmentITypeSubTlv) GetSrv6Sid() string
- func (x *BgpSrteSegmentITypeSubTlv) GetSrv6SidEndpointBehavior() *BgpSrteSRv6SIDEndpointBehaviorAndStructure
- func (*BgpSrteSegmentITypeSubTlv) ProtoMessage()
- func (x *BgpSrteSegmentITypeSubTlv) ProtoReflect() protoreflect.Message
- func (x *BgpSrteSegmentITypeSubTlv) Reset()
- func (x *BgpSrteSegmentITypeSubTlv) String() string
- type BgpSrteSegmentJTypeSubTlv
- func (*BgpSrteSegmentJTypeSubTlv) Descriptor() ([]byte, []int)deprecated
- func (x *BgpSrteSegmentJTypeSubTlv) GetFlags() string
- func (x *BgpSrteSegmentJTypeSubTlv) GetLocalInterfaceId() uint32
- func (x *BgpSrteSegmentJTypeSubTlv) GetLocalIpv6NodeAddress() string
- func (x *BgpSrteSegmentJTypeSubTlv) GetRemoteInterfaceId() uint32
- func (x *BgpSrteSegmentJTypeSubTlv) GetRemoteIpv6NodeAddress() string
- func (x *BgpSrteSegmentJTypeSubTlv) GetSrAlgorithm() uint32
- func (x *BgpSrteSegmentJTypeSubTlv) GetSrv6Sid() string
- func (x *BgpSrteSegmentJTypeSubTlv) GetSrv6SidEndpointBehavior() *BgpSrteSRv6SIDEndpointBehaviorAndStructure
- func (*BgpSrteSegmentJTypeSubTlv) ProtoMessage()
- func (x *BgpSrteSegmentJTypeSubTlv) ProtoReflect() protoreflect.Message
- func (x *BgpSrteSegmentJTypeSubTlv) Reset()
- func (x *BgpSrteSegmentJTypeSubTlv) String() string
- type BgpSrteSegmentKTypeSubTlv
- func (*BgpSrteSegmentKTypeSubTlv) Descriptor() ([]byte, []int)deprecated
- func (x *BgpSrteSegmentKTypeSubTlv) GetFlags() string
- func (x *BgpSrteSegmentKTypeSubTlv) GetLocalIpv6Address() string
- func (x *BgpSrteSegmentKTypeSubTlv) GetRemoteIpv6Address() string
- func (x *BgpSrteSegmentKTypeSubTlv) GetSrAlgorithm() uint32
- func (x *BgpSrteSegmentKTypeSubTlv) GetSrv6Sid() string
- func (x *BgpSrteSegmentKTypeSubTlv) GetSrv6SidEndpointBehavior() *BgpSrteSRv6SIDEndpointBehaviorAndStructure
- func (*BgpSrteSegmentKTypeSubTlv) ProtoMessage()
- func (x *BgpSrteSegmentKTypeSubTlv) ProtoReflect() protoreflect.Message
- func (x *BgpSrteSegmentKTypeSubTlv) Reset()
- func (x *BgpSrteSegmentKTypeSubTlv) String() string
- type BgpSrteSegmentList
- func (*BgpSrteSegmentList) Descriptor() ([]byte, []int)deprecated
- func (x *BgpSrteSegmentList) GetActive() bool
- func (x *BgpSrteSegmentList) GetName() string
- func (x *BgpSrteSegmentList) GetSegments() []*BgpSrteSegment
- func (x *BgpSrteSegmentList) GetWeight() uint32
- func (*BgpSrteSegmentList) ProtoMessage()
- func (x *BgpSrteSegmentList) ProtoReflect() protoreflect.Message
- func (x *BgpSrteSegmentList) Reset()
- func (x *BgpSrteSegmentList) String() string
- type BgpSrteSegment_SegmentType
- type BgpSrteSegment_SegmentType_Enum
- func (BgpSrteSegment_SegmentType_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x BgpSrteSegment_SegmentType_Enum) Enum() *BgpSrteSegment_SegmentType_Enum
- func (BgpSrteSegment_SegmentType_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x BgpSrteSegment_SegmentType_Enum) Number() protoreflect.EnumNumber
- func (x BgpSrteSegment_SegmentType_Enum) String() string
- func (BgpSrteSegment_SegmentType_Enum) Type() protoreflect.EnumType
- type BgpSrteSrMplsSid
- func (*BgpSrteSrMplsSid) Descriptor() ([]byte, []int)deprecated
- func (x *BgpSrteSrMplsSid) GetLabel() uint32
- func (x *BgpSrteSrMplsSid) GetSBit() bool
- func (x *BgpSrteSrMplsSid) GetTc() uint32
- func (x *BgpSrteSrMplsSid) GetTtl() uint32
- func (*BgpSrteSrMplsSid) ProtoMessage()
- func (x *BgpSrteSrMplsSid) ProtoReflect() protoreflect.Message
- func (x *BgpSrteSrMplsSid) Reset()
- func (x *BgpSrteSrMplsSid) String() string
- type BgpSrteV4Policy
- func (*BgpSrteV4Policy) Descriptor() ([]byte, []int)deprecated
- func (x *BgpSrteV4Policy) GetActive() bool
- func (x *BgpSrteV4Policy) GetAddPath() *BgpAddPath
- func (x *BgpSrteV4Policy) GetAdvanced() *BgpRouteAdvanced
- func (x *BgpSrteV4Policy) GetAsPath() *BgpAsPath
- func (x *BgpSrteV4Policy) GetColor() uint32
- func (x *BgpSrteV4Policy) GetCommunities() []*BgpCommunity
- func (x *BgpSrteV4Policy) GetDistinguisher() uint32
- func (x *BgpSrteV4Policy) GetExtCommunities() []*BgpExtCommunity
- func (x *BgpSrteV4Policy) GetIpv4Endpoint() string
- func (x *BgpSrteV4Policy) GetName() string
- func (x *BgpSrteV4Policy) GetNextHopAddressType() BgpSrteV4Policy_NextHopAddressType_Enum
- func (x *BgpSrteV4Policy) GetNextHopIpv4Address() string
- func (x *BgpSrteV4Policy) GetNextHopIpv6Address() string
- func (x *BgpSrteV4Policy) GetNextHopMode() BgpSrteV4Policy_NextHopMode_Enum
- func (x *BgpSrteV4Policy) GetTunnelTlvs() []*BgpSrteV4TunnelTlv
- func (*BgpSrteV4Policy) ProtoMessage()
- func (x *BgpSrteV4Policy) ProtoReflect() protoreflect.Message
- func (x *BgpSrteV4Policy) Reset()
- func (x *BgpSrteV4Policy) String() string
- type BgpSrteV4Policy_NextHopAddressType
- func (*BgpSrteV4Policy_NextHopAddressType) Descriptor() ([]byte, []int)deprecated
- func (*BgpSrteV4Policy_NextHopAddressType) ProtoMessage()
- func (x *BgpSrteV4Policy_NextHopAddressType) ProtoReflect() protoreflect.Message
- func (x *BgpSrteV4Policy_NextHopAddressType) Reset()
- func (x *BgpSrteV4Policy_NextHopAddressType) String() string
- type BgpSrteV4Policy_NextHopAddressType_Enum
- func (BgpSrteV4Policy_NextHopAddressType_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x BgpSrteV4Policy_NextHopAddressType_Enum) Enum() *BgpSrteV4Policy_NextHopAddressType_Enum
- func (BgpSrteV4Policy_NextHopAddressType_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x BgpSrteV4Policy_NextHopAddressType_Enum) Number() protoreflect.EnumNumber
- func (x BgpSrteV4Policy_NextHopAddressType_Enum) String() string
- func (BgpSrteV4Policy_NextHopAddressType_Enum) Type() protoreflect.EnumType
- type BgpSrteV4Policy_NextHopMode
- type BgpSrteV4Policy_NextHopMode_Enum
- func (BgpSrteV4Policy_NextHopMode_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x BgpSrteV4Policy_NextHopMode_Enum) Enum() *BgpSrteV4Policy_NextHopMode_Enum
- func (BgpSrteV4Policy_NextHopMode_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x BgpSrteV4Policy_NextHopMode_Enum) Number() protoreflect.EnumNumber
- func (x BgpSrteV4Policy_NextHopMode_Enum) String() string
- func (BgpSrteV4Policy_NextHopMode_Enum) Type() protoreflect.EnumType
- type BgpSrteV4TunnelTlv
- func (*BgpSrteV4TunnelTlv) Descriptor() ([]byte, []int)deprecated
- func (x *BgpSrteV4TunnelTlv) GetActive() bool
- func (x *BgpSrteV4TunnelTlv) GetBindingSubTlv() *BgpSrteBindingSubTlv
- func (x *BgpSrteV4TunnelTlv) GetColorSubTlv() *BgpSrteColorSubTlv
- func (x *BgpSrteV4TunnelTlv) GetExplicitNullLabelPolicySubTlv() *BgpSrteExplicitNullLabelPolicySubTlv
- func (x *BgpSrteV4TunnelTlv) GetName() string
- func (x *BgpSrteV4TunnelTlv) GetPolicyNameSubTlv() *BgpSrtePolicyNameSubTlv
- func (x *BgpSrteV4TunnelTlv) GetPolicyPrioritySubTlv() *BgpSrtePolicyPrioritySubTlv
- func (x *BgpSrteV4TunnelTlv) GetPreferenceSubTlv() *BgpSrtePreferenceSubTlv
- func (x *BgpSrteV4TunnelTlv) GetRemoteEndpointSubTlv() *BgpSrteRemoteEndpointSubTlv
- func (x *BgpSrteV4TunnelTlv) GetSegmentLists() []*BgpSrteSegmentList
- func (*BgpSrteV4TunnelTlv) ProtoMessage()
- func (x *BgpSrteV4TunnelTlv) ProtoReflect() protoreflect.Message
- func (x *BgpSrteV4TunnelTlv) Reset()
- func (x *BgpSrteV4TunnelTlv) String() string
- type BgpSrteV6Policy
- func (*BgpSrteV6Policy) Descriptor() ([]byte, []int)deprecated
- func (x *BgpSrteV6Policy) GetActive() bool
- func (x *BgpSrteV6Policy) GetAddPath() *BgpAddPath
- func (x *BgpSrteV6Policy) GetAdvanced() *BgpRouteAdvanced
- func (x *BgpSrteV6Policy) GetAsPath() *BgpAsPath
- func (x *BgpSrteV6Policy) GetColor() uint32
- func (x *BgpSrteV6Policy) GetCommunities() []*BgpCommunity
- func (x *BgpSrteV6Policy) GetDistinguisher() uint32
- func (x *BgpSrteV6Policy) GetExtcommunities() []*BgpExtCommunity
- func (x *BgpSrteV6Policy) GetIpv6Endpoint() string
- func (x *BgpSrteV6Policy) GetName() string
- func (x *BgpSrteV6Policy) GetNextHopAddressType() BgpSrteV6Policy_NextHopAddressType_Enum
- func (x *BgpSrteV6Policy) GetNextHopIpv4Address() string
- func (x *BgpSrteV6Policy) GetNextHopIpv6Address() string
- func (x *BgpSrteV6Policy) GetNextHopMode() BgpSrteV6Policy_NextHopMode_Enum
- func (x *BgpSrteV6Policy) GetTunnelTlvs() []*BgpSrteV6TunnelTlv
- func (*BgpSrteV6Policy) ProtoMessage()
- func (x *BgpSrteV6Policy) ProtoReflect() protoreflect.Message
- func (x *BgpSrteV6Policy) Reset()
- func (x *BgpSrteV6Policy) String() string
- type BgpSrteV6Policy_NextHopAddressType
- func (*BgpSrteV6Policy_NextHopAddressType) Descriptor() ([]byte, []int)deprecated
- func (*BgpSrteV6Policy_NextHopAddressType) ProtoMessage()
- func (x *BgpSrteV6Policy_NextHopAddressType) ProtoReflect() protoreflect.Message
- func (x *BgpSrteV6Policy_NextHopAddressType) Reset()
- func (x *BgpSrteV6Policy_NextHopAddressType) String() string
- type BgpSrteV6Policy_NextHopAddressType_Enum
- func (BgpSrteV6Policy_NextHopAddressType_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x BgpSrteV6Policy_NextHopAddressType_Enum) Enum() *BgpSrteV6Policy_NextHopAddressType_Enum
- func (BgpSrteV6Policy_NextHopAddressType_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x BgpSrteV6Policy_NextHopAddressType_Enum) Number() protoreflect.EnumNumber
- func (x BgpSrteV6Policy_NextHopAddressType_Enum) String() string
- func (BgpSrteV6Policy_NextHopAddressType_Enum) Type() protoreflect.EnumType
- type BgpSrteV6Policy_NextHopMode
- type BgpSrteV6Policy_NextHopMode_Enum
- func (BgpSrteV6Policy_NextHopMode_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x BgpSrteV6Policy_NextHopMode_Enum) Enum() *BgpSrteV6Policy_NextHopMode_Enum
- func (BgpSrteV6Policy_NextHopMode_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x BgpSrteV6Policy_NextHopMode_Enum) Number() protoreflect.EnumNumber
- func (x BgpSrteV6Policy_NextHopMode_Enum) String() string
- func (BgpSrteV6Policy_NextHopMode_Enum) Type() protoreflect.EnumType
- type BgpSrteV6TunnelTlv
- func (*BgpSrteV6TunnelTlv) Descriptor() ([]byte, []int)deprecated
- func (x *BgpSrteV6TunnelTlv) GetActive() bool
- func (x *BgpSrteV6TunnelTlv) GetBindingSubTlv() *BgpSrteBindingSubTlv
- func (x *BgpSrteV6TunnelTlv) GetColorSubTlv() *BgpSrteColorSubTlv
- func (x *BgpSrteV6TunnelTlv) GetExplicitNullLabelPolicySubTlv() *BgpSrteExplicitNullLabelPolicySubTlv
- func (x *BgpSrteV6TunnelTlv) GetName() string
- func (x *BgpSrteV6TunnelTlv) GetPolicyNameSubTlv() *BgpSrtePolicyNameSubTlv
- func (x *BgpSrteV6TunnelTlv) GetPolicyPrioritySubTlv() *BgpSrtePolicyPrioritySubTlv
- func (x *BgpSrteV6TunnelTlv) GetPreferenceSubTlv() *BgpSrtePreferenceSubTlv
- func (x *BgpSrteV6TunnelTlv) GetRemoteEndpointSubTlv() *BgpSrteRemoteEndpointSubTlv
- func (x *BgpSrteV6TunnelTlv) GetSegmentLists() []*BgpSrteSegmentList
- func (*BgpSrteV6TunnelTlv) ProtoMessage()
- func (x *BgpSrteV6TunnelTlv) ProtoReflect() protoreflect.Message
- func (x *BgpSrteV6TunnelTlv) Reset()
- func (x *BgpSrteV6TunnelTlv) String() string
- type BgpStructuredPdus
- func (*BgpStructuredPdus) Descriptor() ([]byte, []int)deprecated
- func (x *BgpStructuredPdus) GetUpdates() []*BgpOneStructuredUpdateReplay
- func (*BgpStructuredPdus) ProtoMessage()
- func (x *BgpStructuredPdus) ProtoReflect() protoreflect.Message
- func (x *BgpStructuredPdus) Reset()
- func (x *BgpStructuredPdus) String() string
- type BgpUpdateReplay
- func (*BgpUpdateReplay) Descriptor() ([]byte, []int)deprecated
- func (x *BgpUpdateReplay) GetChoice() BgpUpdateReplay_Choice_Enum
- func (x *BgpUpdateReplay) GetRawBytes() *BgpRawBytes
- func (x *BgpUpdateReplay) GetStructuredPdus() *BgpStructuredPdus
- func (*BgpUpdateReplay) ProtoMessage()
- func (x *BgpUpdateReplay) ProtoReflect() protoreflect.Message
- func (x *BgpUpdateReplay) Reset()
- func (x *BgpUpdateReplay) String() string
- type BgpUpdateReplay_Choice
- type BgpUpdateReplay_Choice_Enum
- func (BgpUpdateReplay_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x BgpUpdateReplay_Choice_Enum) Enum() *BgpUpdateReplay_Choice_Enum
- func (BgpUpdateReplay_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x BgpUpdateReplay_Choice_Enum) Number() protoreflect.EnumNumber
- func (x BgpUpdateReplay_Choice_Enum) String() string
- func (BgpUpdateReplay_Choice_Enum) Type() protoreflect.EnumType
- type BgpV4EthernetSegment
- func (*BgpV4EthernetSegment) Descriptor() ([]byte, []int)deprecated
- func (x *BgpV4EthernetSegment) GetActiveMode() BgpV4EthernetSegment_ActiveMode_Enum
- func (x *BgpV4EthernetSegment) GetAdvanced() *BgpRouteAdvanced
- func (x *BgpV4EthernetSegment) GetAsPath() *BgpAsPath
- func (x *BgpV4EthernetSegment) GetCommunities() []*BgpCommunity
- func (x *BgpV4EthernetSegment) GetDfElection() *BgpEthernetSegmentDfElection
- func (x *BgpV4EthernetSegment) GetEsi() string
- func (x *BgpV4EthernetSegment) GetEsiLabel() uint32
- func (x *BgpV4EthernetSegment) GetEvis() []*BgpV4EvpnEvis
- func (x *BgpV4EthernetSegment) GetExtCommunities() []*BgpExtCommunity
- func (*BgpV4EthernetSegment) ProtoMessage()
- func (x *BgpV4EthernetSegment) ProtoReflect() protoreflect.Message
- func (x *BgpV4EthernetSegment) Reset()
- func (x *BgpV4EthernetSegment) String() string
- type BgpV4EthernetSegment_ActiveMode
- func (*BgpV4EthernetSegment_ActiveMode) Descriptor() ([]byte, []int)deprecated
- func (*BgpV4EthernetSegment_ActiveMode) ProtoMessage()
- func (x *BgpV4EthernetSegment_ActiveMode) ProtoReflect() protoreflect.Message
- func (x *BgpV4EthernetSegment_ActiveMode) Reset()
- func (x *BgpV4EthernetSegment_ActiveMode) String() string
- type BgpV4EthernetSegment_ActiveMode_Enum
- func (BgpV4EthernetSegment_ActiveMode_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x BgpV4EthernetSegment_ActiveMode_Enum) Enum() *BgpV4EthernetSegment_ActiveMode_Enum
- func (BgpV4EthernetSegment_ActiveMode_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x BgpV4EthernetSegment_ActiveMode_Enum) Number() protoreflect.EnumNumber
- func (x BgpV4EthernetSegment_ActiveMode_Enum) String() string
- func (BgpV4EthernetSegment_ActiveMode_Enum) Type() protoreflect.EnumType
- type BgpV4EviVxlan
- func (*BgpV4EviVxlan) Descriptor() ([]byte, []int)deprecated
- func (x *BgpV4EviVxlan) GetAdLabel() uint32
- func (x *BgpV4EviVxlan) GetAdvanced() *BgpRouteAdvanced
- func (x *BgpV4EviVxlan) GetAsPath() *BgpAsPath
- func (x *BgpV4EviVxlan) GetBroadcastDomains() []*BgpV4EviVxlanBroadcastDomain
- func (x *BgpV4EviVxlan) GetCommunities() []*BgpCommunity
- func (x *BgpV4EviVxlan) GetExtCommunities() []*BgpExtCommunity
- func (x *BgpV4EviVxlan) GetL3RouteTargetExport() []*BgpRouteTarget
- func (x *BgpV4EviVxlan) GetL3RouteTargetImport() []*BgpRouteTarget
- func (x *BgpV4EviVxlan) GetPmsiLabel() uint32
- func (x *BgpV4EviVxlan) GetReplicationType() BgpV4EviVxlan_ReplicationType_Enum
- func (x *BgpV4EviVxlan) GetRouteDistinguisher() *BgpRouteDistinguisher
- func (x *BgpV4EviVxlan) GetRouteTargetExport() []*BgpRouteTarget
- func (x *BgpV4EviVxlan) GetRouteTargetImport() []*BgpRouteTarget
- func (*BgpV4EviVxlan) ProtoMessage()
- func (x *BgpV4EviVxlan) ProtoReflect() protoreflect.Message
- func (x *BgpV4EviVxlan) Reset()
- func (x *BgpV4EviVxlan) String() string
- type BgpV4EviVxlanBroadcastDomain
- func (*BgpV4EviVxlanBroadcastDomain) Descriptor() ([]byte, []int)deprecated
- func (x *BgpV4EviVxlanBroadcastDomain) GetCmacIpRange() []*BgpCMacIpRange
- func (x *BgpV4EviVxlanBroadcastDomain) GetEthernetTagId() uint32
- func (x *BgpV4EviVxlanBroadcastDomain) GetVlanAwareService() bool
- func (*BgpV4EviVxlanBroadcastDomain) ProtoMessage()
- func (x *BgpV4EviVxlanBroadcastDomain) ProtoReflect() protoreflect.Message
- func (x *BgpV4EviVxlanBroadcastDomain) Reset()
- func (x *BgpV4EviVxlanBroadcastDomain) String() string
- type BgpV4EviVxlan_ReplicationType
- func (*BgpV4EviVxlan_ReplicationType) Descriptor() ([]byte, []int)deprecated
- func (*BgpV4EviVxlan_ReplicationType) ProtoMessage()
- func (x *BgpV4EviVxlan_ReplicationType) ProtoReflect() protoreflect.Message
- func (x *BgpV4EviVxlan_ReplicationType) Reset()
- func (x *BgpV4EviVxlan_ReplicationType) String() string
- type BgpV4EviVxlan_ReplicationType_Enum
- func (BgpV4EviVxlan_ReplicationType_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x BgpV4EviVxlan_ReplicationType_Enum) Enum() *BgpV4EviVxlan_ReplicationType_Enum
- func (BgpV4EviVxlan_ReplicationType_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x BgpV4EviVxlan_ReplicationType_Enum) Number() protoreflect.EnumNumber
- func (x BgpV4EviVxlan_ReplicationType_Enum) String() string
- func (BgpV4EviVxlan_ReplicationType_Enum) Type() protoreflect.EnumType
- type BgpV4EvpnEvis
- func (*BgpV4EvpnEvis) Descriptor() ([]byte, []int)deprecated
- func (x *BgpV4EvpnEvis) GetChoice() BgpV4EvpnEvis_Choice_Enum
- func (x *BgpV4EvpnEvis) GetEviVxlan() *BgpV4EviVxlan
- func (*BgpV4EvpnEvis) ProtoMessage()
- func (x *BgpV4EvpnEvis) ProtoReflect() protoreflect.Message
- func (x *BgpV4EvpnEvis) Reset()
- func (x *BgpV4EvpnEvis) String() string
- type BgpV4EvpnEvis_Choice
- type BgpV4EvpnEvis_Choice_Enum
- func (BgpV4EvpnEvis_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x BgpV4EvpnEvis_Choice_Enum) Enum() *BgpV4EvpnEvis_Choice_Enum
- func (BgpV4EvpnEvis_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x BgpV4EvpnEvis_Choice_Enum) Number() protoreflect.EnumNumber
- func (x BgpV4EvpnEvis_Choice_Enum) String() string
- func (BgpV4EvpnEvis_Choice_Enum) Type() protoreflect.EnumType
- type BgpV4Interface
- func (*BgpV4Interface) Descriptor() ([]byte, []int)deprecated
- func (x *BgpV4Interface) GetIpv4Name() string
- func (x *BgpV4Interface) GetPeers() []*BgpV4Peer
- func (*BgpV4Interface) ProtoMessage()
- func (x *BgpV4Interface) ProtoReflect() protoreflect.Message
- func (x *BgpV4Interface) Reset()
- func (x *BgpV4Interface) String() string
- type BgpV4Peer
- func (*BgpV4Peer) Descriptor() ([]byte, []int)deprecated
- func (x *BgpV4Peer) GetAdvanced() *BgpAdvanced
- func (x *BgpV4Peer) GetAsNumber() uint32
- func (x *BgpV4Peer) GetAsNumberWidth() BgpV4Peer_AsNumberWidth_Enum
- func (x *BgpV4Peer) GetAsType() BgpV4Peer_AsType_Enum
- func (x *BgpV4Peer) GetCapability() *BgpCapability
- func (x *BgpV4Peer) GetEvpnEthernetSegments() []*BgpV4EthernetSegment
- func (x *BgpV4Peer) GetGracefulRestart() *BgpGracefulRestart
- func (x *BgpV4Peer) GetLearnedInformationFilter() *BgpLearnedInformationFilter
- func (x *BgpV4Peer) GetName() string
- func (x *BgpV4Peer) GetPeerAddress() string
- func (x *BgpV4Peer) GetReplayUpdates() *BgpUpdateReplay
- func (x *BgpV4Peer) GetV4Routes() []*BgpV4RouteRange
- func (x *BgpV4Peer) GetV4SrtePolicies() []*BgpSrteV4Policy
- func (x *BgpV4Peer) GetV6Routes() []*BgpV6RouteRange
- func (x *BgpV4Peer) GetV6SrtePolicies() []*BgpSrteV6Policy
- func (*BgpV4Peer) ProtoMessage()
- func (x *BgpV4Peer) ProtoReflect() protoreflect.Message
- func (x *BgpV4Peer) Reset()
- func (x *BgpV4Peer) String() string
- type BgpV4Peer_AsNumberWidth
- type BgpV4Peer_AsNumberWidth_Enum
- func (BgpV4Peer_AsNumberWidth_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x BgpV4Peer_AsNumberWidth_Enum) Enum() *BgpV4Peer_AsNumberWidth_Enum
- func (BgpV4Peer_AsNumberWidth_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x BgpV4Peer_AsNumberWidth_Enum) Number() protoreflect.EnumNumber
- func (x BgpV4Peer_AsNumberWidth_Enum) String() string
- func (BgpV4Peer_AsNumberWidth_Enum) Type() protoreflect.EnumType
- type BgpV4Peer_AsType
- type BgpV4Peer_AsType_Enum
- func (BgpV4Peer_AsType_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x BgpV4Peer_AsType_Enum) Enum() *BgpV4Peer_AsType_Enum
- func (BgpV4Peer_AsType_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x BgpV4Peer_AsType_Enum) Number() protoreflect.EnumNumber
- func (x BgpV4Peer_AsType_Enum) String() string
- func (BgpV4Peer_AsType_Enum) Type() protoreflect.EnumType
- type BgpV4RouteRange
- func (*BgpV4RouteRange) Descriptor() ([]byte, []int)deprecated
- func (x *BgpV4RouteRange) GetAddPath() *BgpAddPath
- func (x *BgpV4RouteRange) GetAddresses() []*V4RouteAddress
- func (x *BgpV4RouteRange) GetAdvanced() *BgpRouteAdvanced
- func (x *BgpV4RouteRange) GetAsPath() *BgpAsPath
- func (x *BgpV4RouteRange) GetCommunities() []*BgpCommunity
- func (x *BgpV4RouteRange) GetExtCommunities() []*BgpExtCommunity
- func (x *BgpV4RouteRange) GetExtendedCommunities() []*BgpExtendedCommunity
- func (x *BgpV4RouteRange) GetName() string
- func (x *BgpV4RouteRange) GetNextHopAddressType() BgpV4RouteRange_NextHopAddressType_Enum
- func (x *BgpV4RouteRange) GetNextHopIpv4Address() string
- func (x *BgpV4RouteRange) GetNextHopIpv6Address() string
- func (x *BgpV4RouteRange) GetNextHopMode() BgpV4RouteRange_NextHopMode_Enum
- func (*BgpV4RouteRange) ProtoMessage()
- func (x *BgpV4RouteRange) ProtoReflect() protoreflect.Message
- func (x *BgpV4RouteRange) Reset()
- func (x *BgpV4RouteRange) String() string
- type BgpV4RouteRange_NextHopAddressType
- func (*BgpV4RouteRange_NextHopAddressType) Descriptor() ([]byte, []int)deprecated
- func (*BgpV4RouteRange_NextHopAddressType) ProtoMessage()
- func (x *BgpV4RouteRange_NextHopAddressType) ProtoReflect() protoreflect.Message
- func (x *BgpV4RouteRange_NextHopAddressType) Reset()
- func (x *BgpV4RouteRange_NextHopAddressType) String() string
- type BgpV4RouteRange_NextHopAddressType_Enum
- func (BgpV4RouteRange_NextHopAddressType_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x BgpV4RouteRange_NextHopAddressType_Enum) Enum() *BgpV4RouteRange_NextHopAddressType_Enum
- func (BgpV4RouteRange_NextHopAddressType_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x BgpV4RouteRange_NextHopAddressType_Enum) Number() protoreflect.EnumNumber
- func (x BgpV4RouteRange_NextHopAddressType_Enum) String() string
- func (BgpV4RouteRange_NextHopAddressType_Enum) Type() protoreflect.EnumType
- type BgpV4RouteRange_NextHopMode
- type BgpV4RouteRange_NextHopMode_Enum
- func (BgpV4RouteRange_NextHopMode_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x BgpV4RouteRange_NextHopMode_Enum) Enum() *BgpV4RouteRange_NextHopMode_Enum
- func (BgpV4RouteRange_NextHopMode_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x BgpV4RouteRange_NextHopMode_Enum) Number() protoreflect.EnumNumber
- func (x BgpV4RouteRange_NextHopMode_Enum) String() string
- func (BgpV4RouteRange_NextHopMode_Enum) Type() protoreflect.EnumType
- type BgpV6EthernetSegment
- func (*BgpV6EthernetSegment) Descriptor() ([]byte, []int)deprecated
- func (x *BgpV6EthernetSegment) GetActiveMode() BgpV6EthernetSegment_ActiveMode_Enum
- func (x *BgpV6EthernetSegment) GetAdvanced() *BgpRouteAdvanced
- func (x *BgpV6EthernetSegment) GetAsPath() *BgpAsPath
- func (x *BgpV6EthernetSegment) GetCommunities() []*BgpCommunity
- func (x *BgpV6EthernetSegment) GetDfElection() *BgpEthernetSegmentDfElection
- func (x *BgpV6EthernetSegment) GetEsi() string
- func (x *BgpV6EthernetSegment) GetEsiLabel() uint32
- func (x *BgpV6EthernetSegment) GetEvis() []*BgpV6EvpnEvis
- func (x *BgpV6EthernetSegment) GetExtCommunities() []*BgpExtCommunity
- func (*BgpV6EthernetSegment) ProtoMessage()
- func (x *BgpV6EthernetSegment) ProtoReflect() protoreflect.Message
- func (x *BgpV6EthernetSegment) Reset()
- func (x *BgpV6EthernetSegment) String() string
- type BgpV6EthernetSegment_ActiveMode
- func (*BgpV6EthernetSegment_ActiveMode) Descriptor() ([]byte, []int)deprecated
- func (*BgpV6EthernetSegment_ActiveMode) ProtoMessage()
- func (x *BgpV6EthernetSegment_ActiveMode) ProtoReflect() protoreflect.Message
- func (x *BgpV6EthernetSegment_ActiveMode) Reset()
- func (x *BgpV6EthernetSegment_ActiveMode) String() string
- type BgpV6EthernetSegment_ActiveMode_Enum
- func (BgpV6EthernetSegment_ActiveMode_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x BgpV6EthernetSegment_ActiveMode_Enum) Enum() *BgpV6EthernetSegment_ActiveMode_Enum
- func (BgpV6EthernetSegment_ActiveMode_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x BgpV6EthernetSegment_ActiveMode_Enum) Number() protoreflect.EnumNumber
- func (x BgpV6EthernetSegment_ActiveMode_Enum) String() string
- func (BgpV6EthernetSegment_ActiveMode_Enum) Type() protoreflect.EnumType
- type BgpV6EviVxlan
- func (*BgpV6EviVxlan) Descriptor() ([]byte, []int)deprecated
- func (x *BgpV6EviVxlan) GetAdLabel() uint32
- func (x *BgpV6EviVxlan) GetAdvanced() *BgpRouteAdvanced
- func (x *BgpV6EviVxlan) GetAsPath() *BgpAsPath
- func (x *BgpV6EviVxlan) GetBroadcastDomains() []*BgpV6EviVxlanBroadcastDomain
- func (x *BgpV6EviVxlan) GetCommunities() []*BgpCommunity
- func (x *BgpV6EviVxlan) GetExtCommunities() []*BgpExtCommunity
- func (x *BgpV6EviVxlan) GetL3RouteTargetExport() []*BgpRouteTarget
- func (x *BgpV6EviVxlan) GetL3RouteTargetImport() []*BgpRouteTarget
- func (x *BgpV6EviVxlan) GetPmsiLabel() uint32
- func (x *BgpV6EviVxlan) GetReplicationType() BgpV6EviVxlan_ReplicationType_Enum
- func (x *BgpV6EviVxlan) GetRouteDistinguisher() *BgpRouteDistinguisher
- func (x *BgpV6EviVxlan) GetRouteTargetExport() []*BgpRouteTarget
- func (x *BgpV6EviVxlan) GetRouteTargetImport() []*BgpRouteTarget
- func (*BgpV6EviVxlan) ProtoMessage()
- func (x *BgpV6EviVxlan) ProtoReflect() protoreflect.Message
- func (x *BgpV6EviVxlan) Reset()
- func (x *BgpV6EviVxlan) String() string
- type BgpV6EviVxlanBroadcastDomain
- func (*BgpV6EviVxlanBroadcastDomain) Descriptor() ([]byte, []int)deprecated
- func (x *BgpV6EviVxlanBroadcastDomain) GetCmacIpRange() []*BgpCMacIpRange
- func (x *BgpV6EviVxlanBroadcastDomain) GetEthernetTagId() uint32
- func (x *BgpV6EviVxlanBroadcastDomain) GetVlanAwareService() bool
- func (*BgpV6EviVxlanBroadcastDomain) ProtoMessage()
- func (x *BgpV6EviVxlanBroadcastDomain) ProtoReflect() protoreflect.Message
- func (x *BgpV6EviVxlanBroadcastDomain) Reset()
- func (x *BgpV6EviVxlanBroadcastDomain) String() string
- type BgpV6EviVxlan_ReplicationType
- func (*BgpV6EviVxlan_ReplicationType) Descriptor() ([]byte, []int)deprecated
- func (*BgpV6EviVxlan_ReplicationType) ProtoMessage()
- func (x *BgpV6EviVxlan_ReplicationType) ProtoReflect() protoreflect.Message
- func (x *BgpV6EviVxlan_ReplicationType) Reset()
- func (x *BgpV6EviVxlan_ReplicationType) String() string
- type BgpV6EviVxlan_ReplicationType_Enum
- func (BgpV6EviVxlan_ReplicationType_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x BgpV6EviVxlan_ReplicationType_Enum) Enum() *BgpV6EviVxlan_ReplicationType_Enum
- func (BgpV6EviVxlan_ReplicationType_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x BgpV6EviVxlan_ReplicationType_Enum) Number() protoreflect.EnumNumber
- func (x BgpV6EviVxlan_ReplicationType_Enum) String() string
- func (BgpV6EviVxlan_ReplicationType_Enum) Type() protoreflect.EnumType
- type BgpV6EvpnEvis
- func (*BgpV6EvpnEvis) Descriptor() ([]byte, []int)deprecated
- func (x *BgpV6EvpnEvis) GetChoice() BgpV6EvpnEvis_Choice_Enum
- func (x *BgpV6EvpnEvis) GetEviVxlan() *BgpV6EviVxlan
- func (*BgpV6EvpnEvis) ProtoMessage()
- func (x *BgpV6EvpnEvis) ProtoReflect() protoreflect.Message
- func (x *BgpV6EvpnEvis) Reset()
- func (x *BgpV6EvpnEvis) String() string
- type BgpV6EvpnEvis_Choice
- type BgpV6EvpnEvis_Choice_Enum
- func (BgpV6EvpnEvis_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x BgpV6EvpnEvis_Choice_Enum) Enum() *BgpV6EvpnEvis_Choice_Enum
- func (BgpV6EvpnEvis_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x BgpV6EvpnEvis_Choice_Enum) Number() protoreflect.EnumNumber
- func (x BgpV6EvpnEvis_Choice_Enum) String() string
- func (BgpV6EvpnEvis_Choice_Enum) Type() protoreflect.EnumType
- type BgpV6Interface
- func (*BgpV6Interface) Descriptor() ([]byte, []int)deprecated
- func (x *BgpV6Interface) GetIpv6Name() string
- func (x *BgpV6Interface) GetPeers() []*BgpV6Peer
- func (*BgpV6Interface) ProtoMessage()
- func (x *BgpV6Interface) ProtoReflect() protoreflect.Message
- func (x *BgpV6Interface) Reset()
- func (x *BgpV6Interface) String() string
- type BgpV6Peer
- func (*BgpV6Peer) Descriptor() ([]byte, []int)deprecated
- func (x *BgpV6Peer) GetAdvanced() *BgpAdvanced
- func (x *BgpV6Peer) GetAsNumber() uint32
- func (x *BgpV6Peer) GetAsNumberWidth() BgpV6Peer_AsNumberWidth_Enum
- func (x *BgpV6Peer) GetAsType() BgpV6Peer_AsType_Enum
- func (x *BgpV6Peer) GetCapability() *BgpCapability
- func (x *BgpV6Peer) GetEvpnEthernetSegments() []*BgpV6EthernetSegment
- func (x *BgpV6Peer) GetGracefulRestart() *BgpGracefulRestart
- func (x *BgpV6Peer) GetLearnedInformationFilter() *BgpLearnedInformationFilter
- func (x *BgpV6Peer) GetName() string
- func (x *BgpV6Peer) GetPeerAddress() string
- func (x *BgpV6Peer) GetReplayUpdates() *BgpUpdateReplay
- func (x *BgpV6Peer) GetSegmentRouting() *BgpV6SegmentRouting
- func (x *BgpV6Peer) GetV4Routes() []*BgpV4RouteRange
- func (x *BgpV6Peer) GetV4SrtePolicies() []*BgpSrteV4Policy
- func (x *BgpV6Peer) GetV6Routes() []*BgpV6RouteRange
- func (x *BgpV6Peer) GetV6SrtePolicies() []*BgpSrteV6Policy
- func (*BgpV6Peer) ProtoMessage()
- func (x *BgpV6Peer) ProtoReflect() protoreflect.Message
- func (x *BgpV6Peer) Reset()
- func (x *BgpV6Peer) String() string
- type BgpV6Peer_AsNumberWidth
- type BgpV6Peer_AsNumberWidth_Enum
- func (BgpV6Peer_AsNumberWidth_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x BgpV6Peer_AsNumberWidth_Enum) Enum() *BgpV6Peer_AsNumberWidth_Enum
- func (BgpV6Peer_AsNumberWidth_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x BgpV6Peer_AsNumberWidth_Enum) Number() protoreflect.EnumNumber
- func (x BgpV6Peer_AsNumberWidth_Enum) String() string
- func (BgpV6Peer_AsNumberWidth_Enum) Type() protoreflect.EnumType
- type BgpV6Peer_AsType
- type BgpV6Peer_AsType_Enum
- func (BgpV6Peer_AsType_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x BgpV6Peer_AsType_Enum) Enum() *BgpV6Peer_AsType_Enum
- func (BgpV6Peer_AsType_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x BgpV6Peer_AsType_Enum) Number() protoreflect.EnumNumber
- func (x BgpV6Peer_AsType_Enum) String() string
- func (BgpV6Peer_AsType_Enum) Type() protoreflect.EnumType
- type BgpV6RouteRange
- func (*BgpV6RouteRange) Descriptor() ([]byte, []int)deprecated
- func (x *BgpV6RouteRange) GetAddPath() *BgpAddPath
- func (x *BgpV6RouteRange) GetAddresses() []*V6RouteAddress
- func (x *BgpV6RouteRange) GetAdvanced() *BgpRouteAdvanced
- func (x *BgpV6RouteRange) GetAsPath() *BgpAsPath
- func (x *BgpV6RouteRange) GetCommunities() []*BgpCommunity
- func (x *BgpV6RouteRange) GetExtCommunities() []*BgpExtCommunity
- func (x *BgpV6RouteRange) GetExtendedCommunities() []*BgpExtendedCommunity
- func (x *BgpV6RouteRange) GetName() string
- func (x *BgpV6RouteRange) GetNextHopAddressType() BgpV6RouteRange_NextHopAddressType_Enum
- func (x *BgpV6RouteRange) GetNextHopIpv4Address() string
- func (x *BgpV6RouteRange) GetNextHopIpv6Address() string
- func (x *BgpV6RouteRange) GetNextHopMode() BgpV6RouteRange_NextHopMode_Enum
- func (*BgpV6RouteRange) ProtoMessage()
- func (x *BgpV6RouteRange) ProtoReflect() protoreflect.Message
- func (x *BgpV6RouteRange) Reset()
- func (x *BgpV6RouteRange) String() string
- type BgpV6RouteRange_NextHopAddressType
- func (*BgpV6RouteRange_NextHopAddressType) Descriptor() ([]byte, []int)deprecated
- func (*BgpV6RouteRange_NextHopAddressType) ProtoMessage()
- func (x *BgpV6RouteRange_NextHopAddressType) ProtoReflect() protoreflect.Message
- func (x *BgpV6RouteRange_NextHopAddressType) Reset()
- func (x *BgpV6RouteRange_NextHopAddressType) String() string
- type BgpV6RouteRange_NextHopAddressType_Enum
- func (BgpV6RouteRange_NextHopAddressType_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x BgpV6RouteRange_NextHopAddressType_Enum) Enum() *BgpV6RouteRange_NextHopAddressType_Enum
- func (BgpV6RouteRange_NextHopAddressType_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x BgpV6RouteRange_NextHopAddressType_Enum) Number() protoreflect.EnumNumber
- func (x BgpV6RouteRange_NextHopAddressType_Enum) String() string
- func (BgpV6RouteRange_NextHopAddressType_Enum) Type() protoreflect.EnumType
- type BgpV6RouteRange_NextHopMode
- type BgpV6RouteRange_NextHopMode_Enum
- func (BgpV6RouteRange_NextHopMode_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x BgpV6RouteRange_NextHopMode_Enum) Enum() *BgpV6RouteRange_NextHopMode_Enum
- func (BgpV6RouteRange_NextHopMode_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x BgpV6RouteRange_NextHopMode_Enum) Number() protoreflect.EnumNumber
- func (x BgpV6RouteRange_NextHopMode_Enum) String() string
- func (BgpV6RouteRange_NextHopMode_Enum) Type() protoreflect.EnumType
- type BgpV6SegmentRouting
- func (*BgpV6SegmentRouting) Descriptor() ([]byte, []int)deprecated
- func (x *BgpV6SegmentRouting) GetAdvertiseSrTePolicy() bool
- func (x *BgpV6SegmentRouting) GetAutoGenerateSegmentLeftValue() bool
- func (x *BgpV6SegmentRouting) GetCopyTimeToLive() bool
- func (x *BgpV6SegmentRouting) GetIngressSupportsVpn() bool
- func (x *BgpV6SegmentRouting) GetMaxSidsPerSrh() uint32
- func (x *BgpV6SegmentRouting) GetReducedEncapsulation() bool
- func (x *BgpV6SegmentRouting) GetSegmentLeftValue() uint32
- func (x *BgpV6SegmentRouting) GetTimeToLive() uint32
- func (*BgpV6SegmentRouting) ProtoMessage()
- func (x *BgpV6SegmentRouting) ProtoReflect() protoreflect.Message
- func (x *BgpV6SegmentRouting) Reset()
- func (x *BgpV6SegmentRouting) String() string
- type Bgpv4Metric
- func (*Bgpv4Metric) Descriptor() ([]byte, []int)deprecated
- func (x *Bgpv4Metric) GetEndOfRibReceived() uint64
- func (x *Bgpv4Metric) GetFsmState() Bgpv4Metric_FsmState_Enum
- func (x *Bgpv4Metric) GetKeepalivesReceived() uint64
- func (x *Bgpv4Metric) GetKeepalivesSent() uint64
- func (x *Bgpv4Metric) GetName() string
- func (x *Bgpv4Metric) GetNotificationsReceived() uint64
- func (x *Bgpv4Metric) GetNotificationsSent() uint64
- func (x *Bgpv4Metric) GetOpensReceived() uint64
- func (x *Bgpv4Metric) GetOpensSent() uint64
- func (x *Bgpv4Metric) GetRouteWithdrawsReceived() uint64
- func (x *Bgpv4Metric) GetRouteWithdrawsSent() uint64
- func (x *Bgpv4Metric) GetRoutesAdvertised() uint64
- func (x *Bgpv4Metric) GetRoutesReceived() uint64
- func (x *Bgpv4Metric) GetSessionFlapCount() uint64
- func (x *Bgpv4Metric) GetSessionState() Bgpv4Metric_SessionState_Enum
- func (x *Bgpv4Metric) GetUpdatesReceived() uint64
- func (x *Bgpv4Metric) GetUpdatesSent() uint64
- func (*Bgpv4Metric) ProtoMessage()
- func (x *Bgpv4Metric) ProtoReflect() protoreflect.Message
- func (x *Bgpv4Metric) Reset()
- func (x *Bgpv4Metric) String() string
- type Bgpv4Metric_FsmState
- type Bgpv4Metric_FsmState_Enum
- func (Bgpv4Metric_FsmState_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x Bgpv4Metric_FsmState_Enum) Enum() *Bgpv4Metric_FsmState_Enum
- func (Bgpv4Metric_FsmState_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x Bgpv4Metric_FsmState_Enum) Number() protoreflect.EnumNumber
- func (x Bgpv4Metric_FsmState_Enum) String() string
- func (Bgpv4Metric_FsmState_Enum) Type() protoreflect.EnumType
- type Bgpv4Metric_SessionState
- type Bgpv4Metric_SessionState_Enum
- func (Bgpv4Metric_SessionState_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x Bgpv4Metric_SessionState_Enum) Enum() *Bgpv4Metric_SessionState_Enum
- func (Bgpv4Metric_SessionState_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x Bgpv4Metric_SessionState_Enum) Number() protoreflect.EnumNumber
- func (x Bgpv4Metric_SessionState_Enum) String() string
- func (Bgpv4Metric_SessionState_Enum) Type() protoreflect.EnumType
- type Bgpv4MetricsRequest
- func (*Bgpv4MetricsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *Bgpv4MetricsRequest) GetColumnNames() []Bgpv4MetricsRequest_ColumnNames_Enum
- func (x *Bgpv4MetricsRequest) GetPeerNames() []string
- func (*Bgpv4MetricsRequest) ProtoMessage()
- func (x *Bgpv4MetricsRequest) ProtoReflect() protoreflect.Message
- func (x *Bgpv4MetricsRequest) Reset()
- func (x *Bgpv4MetricsRequest) String() string
- type Bgpv4MetricsRequest_ColumnNames
- func (*Bgpv4MetricsRequest_ColumnNames) Descriptor() ([]byte, []int)deprecated
- func (*Bgpv4MetricsRequest_ColumnNames) ProtoMessage()
- func (x *Bgpv4MetricsRequest_ColumnNames) ProtoReflect() protoreflect.Message
- func (x *Bgpv4MetricsRequest_ColumnNames) Reset()
- func (x *Bgpv4MetricsRequest_ColumnNames) String() string
- type Bgpv4MetricsRequest_ColumnNames_Enum
- func (Bgpv4MetricsRequest_ColumnNames_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x Bgpv4MetricsRequest_ColumnNames_Enum) Enum() *Bgpv4MetricsRequest_ColumnNames_Enum
- func (Bgpv4MetricsRequest_ColumnNames_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x Bgpv4MetricsRequest_ColumnNames_Enum) Number() protoreflect.EnumNumber
- func (x Bgpv4MetricsRequest_ColumnNames_Enum) String() string
- func (Bgpv4MetricsRequest_ColumnNames_Enum) Type() protoreflect.EnumType
- type Bgpv6Metric
- func (*Bgpv6Metric) Descriptor() ([]byte, []int)deprecated
- func (x *Bgpv6Metric) GetEndOfRibReceived() uint64
- func (x *Bgpv6Metric) GetFsmState() Bgpv6Metric_FsmState_Enum
- func (x *Bgpv6Metric) GetKeepalivesReceived() uint64
- func (x *Bgpv6Metric) GetKeepalivesSent() uint64
- func (x *Bgpv6Metric) GetName() string
- func (x *Bgpv6Metric) GetNotificationsReceived() uint64
- func (x *Bgpv6Metric) GetNotificationsSent() uint64
- func (x *Bgpv6Metric) GetOpensReceived() uint64
- func (x *Bgpv6Metric) GetOpensSent() uint64
- func (x *Bgpv6Metric) GetRouteWithdrawsReceived() uint64
- func (x *Bgpv6Metric) GetRouteWithdrawsSent() uint64
- func (x *Bgpv6Metric) GetRoutesAdvertised() uint64
- func (x *Bgpv6Metric) GetRoutesReceived() uint64
- func (x *Bgpv6Metric) GetSessionFlapCount() uint64
- func (x *Bgpv6Metric) GetSessionState() Bgpv6Metric_SessionState_Enum
- func (x *Bgpv6Metric) GetUpdatesReceived() uint64
- func (x *Bgpv6Metric) GetUpdatesSent() uint64
- func (*Bgpv6Metric) ProtoMessage()
- func (x *Bgpv6Metric) ProtoReflect() protoreflect.Message
- func (x *Bgpv6Metric) Reset()
- func (x *Bgpv6Metric) String() string
- type Bgpv6Metric_FsmState
- type Bgpv6Metric_FsmState_Enum
- func (Bgpv6Metric_FsmState_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x Bgpv6Metric_FsmState_Enum) Enum() *Bgpv6Metric_FsmState_Enum
- func (Bgpv6Metric_FsmState_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x Bgpv6Metric_FsmState_Enum) Number() protoreflect.EnumNumber
- func (x Bgpv6Metric_FsmState_Enum) String() string
- func (Bgpv6Metric_FsmState_Enum) Type() protoreflect.EnumType
- type Bgpv6Metric_SessionState
- type Bgpv6Metric_SessionState_Enum
- func (Bgpv6Metric_SessionState_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x Bgpv6Metric_SessionState_Enum) Enum() *Bgpv6Metric_SessionState_Enum
- func (Bgpv6Metric_SessionState_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x Bgpv6Metric_SessionState_Enum) Number() protoreflect.EnumNumber
- func (x Bgpv6Metric_SessionState_Enum) String() string
- func (Bgpv6Metric_SessionState_Enum) Type() protoreflect.EnumType
- type Bgpv6MetricsRequest
- func (*Bgpv6MetricsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *Bgpv6MetricsRequest) GetColumnNames() []Bgpv6MetricsRequest_ColumnNames_Enum
- func (x *Bgpv6MetricsRequest) GetPeerNames() []string
- func (*Bgpv6MetricsRequest) ProtoMessage()
- func (x *Bgpv6MetricsRequest) ProtoReflect() protoreflect.Message
- func (x *Bgpv6MetricsRequest) Reset()
- func (x *Bgpv6MetricsRequest) String() string
- type Bgpv6MetricsRequest_ColumnNames
- func (*Bgpv6MetricsRequest_ColumnNames) Descriptor() ([]byte, []int)deprecated
- func (*Bgpv6MetricsRequest_ColumnNames) ProtoMessage()
- func (x *Bgpv6MetricsRequest_ColumnNames) ProtoReflect() protoreflect.Message
- func (x *Bgpv6MetricsRequest_ColumnNames) Reset()
- func (x *Bgpv6MetricsRequest_ColumnNames) String() string
- type Bgpv6MetricsRequest_ColumnNames_Enum
- func (Bgpv6MetricsRequest_ColumnNames_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x Bgpv6MetricsRequest_ColumnNames_Enum) Enum() *Bgpv6MetricsRequest_ColumnNames_Enum
- func (Bgpv6MetricsRequest_ColumnNames_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x Bgpv6MetricsRequest_ColumnNames_Enum) Number() protoreflect.EnumNumber
- func (x Bgpv6MetricsRequest_ColumnNames_Enum) String() string
- func (Bgpv6MetricsRequest_ColumnNames_Enum) Type() protoreflect.EnumType
- type Capture
- func (*Capture) Descriptor() ([]byte, []int)deprecated
- func (x *Capture) GetFilters() []*CaptureFilter
- func (x *Capture) GetFormat() Capture_Format_Enum
- func (x *Capture) GetName() string
- func (x *Capture) GetOverwrite() bool
- func (x *Capture) GetPacketSize() uint32
- func (x *Capture) GetPortNames() []string
- func (*Capture) ProtoMessage()
- func (x *Capture) ProtoReflect() protoreflect.Message
- func (x *Capture) Reset()
- func (x *Capture) String() string
- type CaptureCustom
- func (*CaptureCustom) Descriptor() ([]byte, []int)deprecated
- func (x *CaptureCustom) GetBitLength() uint32
- func (x *CaptureCustom) GetMask() string
- func (x *CaptureCustom) GetNegate() bool
- func (x *CaptureCustom) GetOffset() uint32
- func (x *CaptureCustom) GetValue() string
- func (*CaptureCustom) ProtoMessage()
- func (x *CaptureCustom) ProtoReflect() protoreflect.Message
- func (x *CaptureCustom) Reset()
- func (x *CaptureCustom) String() string
- type CaptureEthernet
- func (*CaptureEthernet) Descriptor() ([]byte, []int)deprecated
- func (x *CaptureEthernet) GetDst() *CaptureField
- func (x *CaptureEthernet) GetEtherType() *CaptureField
- func (x *CaptureEthernet) GetPfcQueue() *CaptureField
- func (x *CaptureEthernet) GetSrc() *CaptureField
- func (*CaptureEthernet) ProtoMessage()
- func (x *CaptureEthernet) ProtoReflect() protoreflect.Message
- func (x *CaptureEthernet) Reset()
- func (x *CaptureEthernet) String() string
- type CaptureField
- func (*CaptureField) Descriptor() ([]byte, []int)deprecated
- func (x *CaptureField) GetMask() string
- func (x *CaptureField) GetNegate() bool
- func (x *CaptureField) GetValue() string
- func (*CaptureField) ProtoMessage()
- func (x *CaptureField) ProtoReflect() protoreflect.Message
- func (x *CaptureField) Reset()
- func (x *CaptureField) String() string
- type CaptureFilter
- func (*CaptureFilter) Descriptor() ([]byte, []int)deprecated
- func (x *CaptureFilter) GetChoice() CaptureFilter_Choice_Enum
- func (x *CaptureFilter) GetCustom() *CaptureCustom
- func (x *CaptureFilter) GetEthernet() *CaptureEthernet
- func (x *CaptureFilter) GetIpv4() *CaptureIpv4
- func (x *CaptureFilter) GetIpv6() *CaptureIpv6
- func (x *CaptureFilter) GetVlan() *CaptureVlan
- func (*CaptureFilter) ProtoMessage()
- func (x *CaptureFilter) ProtoReflect() protoreflect.Message
- func (x *CaptureFilter) Reset()
- func (x *CaptureFilter) String() string
- type CaptureFilter_Choice
- type CaptureFilter_Choice_Enum
- func (CaptureFilter_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x CaptureFilter_Choice_Enum) Enum() *CaptureFilter_Choice_Enum
- func (CaptureFilter_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x CaptureFilter_Choice_Enum) Number() protoreflect.EnumNumber
- func (x CaptureFilter_Choice_Enum) String() string
- func (CaptureFilter_Choice_Enum) Type() protoreflect.EnumType
- type CaptureIpv4
- func (*CaptureIpv4) Descriptor() ([]byte, []int)deprecated
- func (x *CaptureIpv4) GetDontFragment() *CaptureField
- func (x *CaptureIpv4) GetDst() *CaptureField
- func (x *CaptureIpv4) GetFragmentOffset() *CaptureField
- func (x *CaptureIpv4) GetHeaderChecksum() *CaptureField
- func (x *CaptureIpv4) GetHeaderLength() *CaptureField
- func (x *CaptureIpv4) GetIdentification() *CaptureField
- func (x *CaptureIpv4) GetMoreFragments() *CaptureField
- func (x *CaptureIpv4) GetPriority() *CaptureField
- func (x *CaptureIpv4) GetProtocol() *CaptureField
- func (x *CaptureIpv4) GetReserved() *CaptureField
- func (x *CaptureIpv4) GetSrc() *CaptureField
- func (x *CaptureIpv4) GetTimeToLive() *CaptureField
- func (x *CaptureIpv4) GetTotalLength() *CaptureField
- func (x *CaptureIpv4) GetVersion() *CaptureField
- func (*CaptureIpv4) ProtoMessage()
- func (x *CaptureIpv4) ProtoReflect() protoreflect.Message
- func (x *CaptureIpv4) Reset()
- func (x *CaptureIpv4) String() string
- type CaptureIpv6
- func (*CaptureIpv6) Descriptor() ([]byte, []int)deprecated
- func (x *CaptureIpv6) GetDst() *CaptureField
- func (x *CaptureIpv6) GetFlowLabel() *CaptureField
- func (x *CaptureIpv6) GetHopLimit() *CaptureField
- func (x *CaptureIpv6) GetNextHeader() *CaptureField
- func (x *CaptureIpv6) GetPayloadLength() *CaptureField
- func (x *CaptureIpv6) GetSrc() *CaptureField
- func (x *CaptureIpv6) GetTrafficClass() *CaptureField
- func (x *CaptureIpv6) GetVersion() *CaptureField
- func (*CaptureIpv6) ProtoMessage()
- func (x *CaptureIpv6) ProtoReflect() protoreflect.Message
- func (x *CaptureIpv6) Reset()
- func (x *CaptureIpv6) String() string
- type CaptureRequest
- type CaptureVlan
- func (*CaptureVlan) Descriptor() ([]byte, []int)deprecated
- func (x *CaptureVlan) GetCfi() *CaptureField
- func (x *CaptureVlan) GetId() *CaptureField
- func (x *CaptureVlan) GetPriority() *CaptureField
- func (x *CaptureVlan) GetProtocol() *CaptureField
- func (*CaptureVlan) ProtoMessage()
- func (x *CaptureVlan) ProtoReflect() protoreflect.Message
- func (x *CaptureVlan) Reset()
- func (x *CaptureVlan) String() string
- type Capture_Format
- type Capture_Format_Enum
- func (Capture_Format_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x Capture_Format_Enum) Enum() *Capture_Format_Enum
- func (Capture_Format_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x Capture_Format_Enum) Number() protoreflect.EnumNumber
- func (x Capture_Format_Enum) String() string
- func (Capture_Format_Enum) Type() protoreflect.EnumType
- type Config
- func (*Config) Descriptor() ([]byte, []int)deprecated
- func (x *Config) GetCaptures() []*Capture
- func (x *Config) GetDevices() []*Device
- func (x *Config) GetEvents() *Event
- func (x *Config) GetFlows() []*Flow
- func (x *Config) GetLags() []*Lag
- func (x *Config) GetLayer1() []*Layer1
- func (x *Config) GetLldp() []*Lldp
- func (x *Config) GetOptions() *ConfigOptions
- func (x *Config) GetPorts() []*Port
- func (*Config) ProtoMessage()
- func (x *Config) ProtoReflect() protoreflect.Message
- func (x *Config) Reset()
- func (x *Config) String() string
- type ConfigOptions
- func (*ConfigOptions) Descriptor() ([]byte, []int)deprecated
- func (x *ConfigOptions) GetPortOptions() *PortOptions
- func (x *ConfigOptions) GetProtocolOptions() *ProtocolOptions
- func (*ConfigOptions) ProtoMessage()
- func (x *ConfigOptions) ProtoReflect() protoreflect.Message
- func (x *ConfigOptions) Reset()
- func (x *ConfigOptions) String() string
- type ConfigUpdate
- func (*ConfigUpdate) Descriptor() ([]byte, []int)deprecated
- func (x *ConfigUpdate) GetChoice() ConfigUpdate_Choice_Enum
- func (x *ConfigUpdate) GetFlows() *FlowsUpdate
- func (*ConfigUpdate) ProtoMessage()
- func (x *ConfigUpdate) ProtoReflect() protoreflect.Message
- func (x *ConfigUpdate) Reset()
- func (x *ConfigUpdate) String() string
- type ConfigUpdate_Choice
- type ConfigUpdate_Choice_Enum
- func (ConfigUpdate_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x ConfigUpdate_Choice_Enum) Enum() *ConfigUpdate_Choice_Enum
- func (ConfigUpdate_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x ConfigUpdate_Choice_Enum) Number() protoreflect.EnumNumber
- func (x ConfigUpdate_Choice_Enum) String() string
- func (ConfigUpdate_Choice_Enum) Type() protoreflect.EnumType
- type ControlAction
- func (*ControlAction) Descriptor() ([]byte, []int)deprecated
- func (x *ControlAction) GetChoice() ControlAction_Choice_Enum
- func (x *ControlAction) GetProtocol() *ActionProtocol
- func (*ControlAction) ProtoMessage()
- func (x *ControlAction) ProtoReflect() protoreflect.Message
- func (x *ControlAction) Reset()
- func (x *ControlAction) String() string
- type ControlActionResponse
- func (*ControlActionResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ControlActionResponse) GetResponse() *ActionResponse
- func (x *ControlActionResponse) GetWarnings() []string
- func (*ControlActionResponse) ProtoMessage()
- func (x *ControlActionResponse) ProtoReflect() protoreflect.Message
- func (x *ControlActionResponse) Reset()
- func (x *ControlActionResponse) String() string
- type ControlAction_Choice
- type ControlAction_Choice_Enum
- func (ControlAction_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x ControlAction_Choice_Enum) Enum() *ControlAction_Choice_Enum
- func (ControlAction_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x ControlAction_Choice_Enum) Number() protoreflect.EnumNumber
- func (x ControlAction_Choice_Enum) String() string
- func (ControlAction_Choice_Enum) Type() protoreflect.EnumType
- type ControlState
- func (*ControlState) Descriptor() ([]byte, []int)deprecated
- func (x *ControlState) GetChoice() ControlState_Choice_Enum
- func (x *ControlState) GetPort() *StatePort
- func (x *ControlState) GetProtocol() *StateProtocol
- func (x *ControlState) GetTraffic() *StateTraffic
- func (*ControlState) ProtoMessage()
- func (x *ControlState) ProtoReflect() protoreflect.Message
- func (x *ControlState) Reset()
- func (x *ControlState) String() string
- type ControlState_Choice
- type ControlState_Choice_Enum
- func (ControlState_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x ControlState_Choice_Enum) Enum() *ControlState_Choice_Enum
- func (ControlState_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x ControlState_Choice_Enum) Number() protoreflect.EnumNumber
- func (x ControlState_Choice_Enum) String() string
- func (ControlState_Choice_Enum) Type() protoreflect.EnumType
- type ConvergenceEvent
- func (*ConvergenceEvent) Descriptor() ([]byte, []int)deprecated
- func (x *ConvergenceEvent) GetBeginTimestampNs() float64
- func (x *ConvergenceEvent) GetEndTimestampNs() float64
- func (x *ConvergenceEvent) GetSource() string
- func (x *ConvergenceEvent) GetType() ConvergenceEvent_Type_Enum
- func (*ConvergenceEvent) ProtoMessage()
- func (x *ConvergenceEvent) ProtoReflect() protoreflect.Message
- func (x *ConvergenceEvent) Reset()
- func (x *ConvergenceEvent) String() string
- type ConvergenceEvent_Type
- type ConvergenceEvent_Type_Enum
- func (ConvergenceEvent_Type_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x ConvergenceEvent_Type_Enum) Enum() *ConvergenceEvent_Type_Enum
- func (ConvergenceEvent_Type_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x ConvergenceEvent_Type_Enum) Number() protoreflect.EnumNumber
- func (x ConvergenceEvent_Type_Enum) String() string
- func (ConvergenceEvent_Type_Enum) Type() protoreflect.EnumType
- type ConvergenceMetric
- func (*ConvergenceMetric) Descriptor() ([]byte, []int)deprecated
- func (x *ConvergenceMetric) GetControlPlaneDataPlaneConvergenceUs() float64
- func (x *ConvergenceMetric) GetDataPlaneConvergenceUs() float64
- func (x *ConvergenceMetric) GetEvents() []*ConvergenceEvent
- func (x *ConvergenceMetric) GetName() string
- func (*ConvergenceMetric) ProtoMessage()
- func (x *ConvergenceMetric) ProtoReflect() protoreflect.Message
- func (x *ConvergenceMetric) Reset()
- func (x *ConvergenceMetric) String() string
- type ConvergenceRequest
- func (*ConvergenceRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ConvergenceRequest) GetFlowNames() []string
- func (*ConvergenceRequest) ProtoMessage()
- func (x *ConvergenceRequest) ProtoReflect() protoreflect.Message
- func (x *ConvergenceRequest) Reset()
- func (x *ConvergenceRequest) String() string
- type Device
- func (*Device) Descriptor() ([]byte, []int)deprecated
- func (x *Device) GetBgp() *DeviceBgpRouter
- func (x *Device) GetDhcpServer() *DeviceDhcpServer
- func (x *Device) GetEthernets() []*DeviceEthernet
- func (x *Device) GetIpv4Loopbacks() []*DeviceIpv4Loopback
- func (x *Device) GetIpv6Loopbacks() []*DeviceIpv6Loopback
- func (x *Device) GetIsis() *DeviceIsisRouter
- func (x *Device) GetName() string
- func (x *Device) GetOspfv2() *DeviceOspfv2Router
- func (x *Device) GetRsvp() *DeviceRsvp
- func (x *Device) GetVxlan() *DeviceVxlan
- func (*Device) ProtoMessage()
- func (x *Device) ProtoReflect() protoreflect.Message
- func (x *Device) Reset()
- func (x *Device) String() string
- type DeviceBgpCeaseError
- func (*DeviceBgpCeaseError) Descriptor() ([]byte, []int)deprecated
- func (x *DeviceBgpCeaseError) GetSubcode() DeviceBgpCeaseError_Subcode_Enum
- func (*DeviceBgpCeaseError) ProtoMessage()
- func (x *DeviceBgpCeaseError) ProtoReflect() protoreflect.Message
- func (x *DeviceBgpCeaseError) Reset()
- func (x *DeviceBgpCeaseError) String() string
- type DeviceBgpCeaseError_Subcode
- type DeviceBgpCeaseError_Subcode_Enum
- func (DeviceBgpCeaseError_Subcode_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x DeviceBgpCeaseError_Subcode_Enum) Enum() *DeviceBgpCeaseError_Subcode_Enum
- func (DeviceBgpCeaseError_Subcode_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x DeviceBgpCeaseError_Subcode_Enum) Number() protoreflect.EnumNumber
- func (x DeviceBgpCeaseError_Subcode_Enum) String() string
- func (DeviceBgpCeaseError_Subcode_Enum) Type() protoreflect.EnumType
- type DeviceBgpCustomError
- func (*DeviceBgpCustomError) Descriptor() ([]byte, []int)deprecated
- func (x *DeviceBgpCustomError) GetCode() uint32
- func (x *DeviceBgpCustomError) GetSubcode() uint32
- func (*DeviceBgpCustomError) ProtoMessage()
- func (x *DeviceBgpCustomError) ProtoReflect() protoreflect.Message
- func (x *DeviceBgpCustomError) Reset()
- func (x *DeviceBgpCustomError) String() string
- type DeviceBgpFiniteStateMachineError
- func (*DeviceBgpFiniteStateMachineError) Descriptor() ([]byte, []int)deprecated
- func (*DeviceBgpFiniteStateMachineError) ProtoMessage()
- func (x *DeviceBgpFiniteStateMachineError) ProtoReflect() protoreflect.Message
- func (x *DeviceBgpFiniteStateMachineError) Reset()
- func (x *DeviceBgpFiniteStateMachineError) String() string
- type DeviceBgpHoldTimerExpired
- type DeviceBgpMessageHeaderError
- func (*DeviceBgpMessageHeaderError) Descriptor() ([]byte, []int)deprecated
- func (x *DeviceBgpMessageHeaderError) GetSubcode() DeviceBgpMessageHeaderError_Subcode_Enum
- func (*DeviceBgpMessageHeaderError) ProtoMessage()
- func (x *DeviceBgpMessageHeaderError) ProtoReflect() protoreflect.Message
- func (x *DeviceBgpMessageHeaderError) Reset()
- func (x *DeviceBgpMessageHeaderError) String() string
- type DeviceBgpMessageHeaderError_Subcode
- func (*DeviceBgpMessageHeaderError_Subcode) Descriptor() ([]byte, []int)deprecated
- func (*DeviceBgpMessageHeaderError_Subcode) ProtoMessage()
- func (x *DeviceBgpMessageHeaderError_Subcode) ProtoReflect() protoreflect.Message
- func (x *DeviceBgpMessageHeaderError_Subcode) Reset()
- func (x *DeviceBgpMessageHeaderError_Subcode) String() string
- type DeviceBgpMessageHeaderError_Subcode_Enum
- func (DeviceBgpMessageHeaderError_Subcode_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x DeviceBgpMessageHeaderError_Subcode_Enum) Enum() *DeviceBgpMessageHeaderError_Subcode_Enum
- func (DeviceBgpMessageHeaderError_Subcode_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x DeviceBgpMessageHeaderError_Subcode_Enum) Number() protoreflect.EnumNumber
- func (x DeviceBgpMessageHeaderError_Subcode_Enum) String() string
- func (DeviceBgpMessageHeaderError_Subcode_Enum) Type() protoreflect.EnumType
- type DeviceBgpOpenMessageError
- func (*DeviceBgpOpenMessageError) Descriptor() ([]byte, []int)deprecated
- func (x *DeviceBgpOpenMessageError) GetSubcode() DeviceBgpOpenMessageError_Subcode_Enum
- func (*DeviceBgpOpenMessageError) ProtoMessage()
- func (x *DeviceBgpOpenMessageError) ProtoReflect() protoreflect.Message
- func (x *DeviceBgpOpenMessageError) Reset()
- func (x *DeviceBgpOpenMessageError) String() string
- type DeviceBgpOpenMessageError_Subcode
- func (*DeviceBgpOpenMessageError_Subcode) Descriptor() ([]byte, []int)deprecated
- func (*DeviceBgpOpenMessageError_Subcode) ProtoMessage()
- func (x *DeviceBgpOpenMessageError_Subcode) ProtoReflect() protoreflect.Message
- func (x *DeviceBgpOpenMessageError_Subcode) Reset()
- func (x *DeviceBgpOpenMessageError_Subcode) String() string
- type DeviceBgpOpenMessageError_Subcode_Enum
- func (DeviceBgpOpenMessageError_Subcode_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x DeviceBgpOpenMessageError_Subcode_Enum) Enum() *DeviceBgpOpenMessageError_Subcode_Enum
- func (DeviceBgpOpenMessageError_Subcode_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x DeviceBgpOpenMessageError_Subcode_Enum) Number() protoreflect.EnumNumber
- func (x DeviceBgpOpenMessageError_Subcode_Enum) String() string
- func (DeviceBgpOpenMessageError_Subcode_Enum) Type() protoreflect.EnumType
- type DeviceBgpRouter
- func (*DeviceBgpRouter) Descriptor() ([]byte, []int)deprecated
- func (x *DeviceBgpRouter) GetIpv4Interfaces() []*BgpV4Interface
- func (x *DeviceBgpRouter) GetIpv6Interfaces() []*BgpV6Interface
- func (x *DeviceBgpRouter) GetRouterId() string
- func (*DeviceBgpRouter) ProtoMessage()
- func (x *DeviceBgpRouter) ProtoReflect() protoreflect.Message
- func (x *DeviceBgpRouter) Reset()
- func (x *DeviceBgpRouter) String() string
- type DeviceBgpUpdateMessageError
- func (*DeviceBgpUpdateMessageError) Descriptor() ([]byte, []int)deprecated
- func (x *DeviceBgpUpdateMessageError) GetSubcode() DeviceBgpUpdateMessageError_Subcode_Enum
- func (*DeviceBgpUpdateMessageError) ProtoMessage()
- func (x *DeviceBgpUpdateMessageError) ProtoReflect() protoreflect.Message
- func (x *DeviceBgpUpdateMessageError) Reset()
- func (x *DeviceBgpUpdateMessageError) String() string
- type DeviceBgpUpdateMessageError_Subcode
- func (*DeviceBgpUpdateMessageError_Subcode) Descriptor() ([]byte, []int)deprecated
- func (*DeviceBgpUpdateMessageError_Subcode) ProtoMessage()
- func (x *DeviceBgpUpdateMessageError_Subcode) ProtoReflect() protoreflect.Message
- func (x *DeviceBgpUpdateMessageError_Subcode) Reset()
- func (x *DeviceBgpUpdateMessageError_Subcode) String() string
- type DeviceBgpUpdateMessageError_Subcode_Enum
- func (DeviceBgpUpdateMessageError_Subcode_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x DeviceBgpUpdateMessageError_Subcode_Enum) Enum() *DeviceBgpUpdateMessageError_Subcode_Enum
- func (DeviceBgpUpdateMessageError_Subcode_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x DeviceBgpUpdateMessageError_Subcode_Enum) Number() protoreflect.EnumNumber
- func (x DeviceBgpUpdateMessageError_Subcode_Enum) String() string
- func (DeviceBgpUpdateMessageError_Subcode_Enum) Type() protoreflect.EnumType
- type DeviceDhcpServer
- func (*DeviceDhcpServer) Descriptor() ([]byte, []int)deprecated
- func (x *DeviceDhcpServer) GetIpv4Interfaces() []*DhcpServerV4
- func (x *DeviceDhcpServer) GetIpv6Interfaces() []*DhcpServerV6
- func (*DeviceDhcpServer) ProtoMessage()
- func (x *DeviceDhcpServer) ProtoReflect() protoreflect.Message
- func (x *DeviceDhcpServer) Reset()
- func (x *DeviceDhcpServer) String() string
- type DeviceDhcpv4Client
- func (*DeviceDhcpv4Client) Descriptor() ([]byte, []int)deprecated
- func (x *DeviceDhcpv4Client) GetBroadcast() bool
- func (x *DeviceDhcpv4Client) GetChoice() DeviceDhcpv4Client_Choice_Enum
- func (x *DeviceDhcpv4Client) GetName() string
- func (x *DeviceDhcpv4Client) GetParametersRequestList() *Dhcpv4ClientParams
- func (x *DeviceDhcpv4Client) GetServerAddress() string
- func (*DeviceDhcpv4Client) ProtoMessage()
- func (x *DeviceDhcpv4Client) ProtoReflect() protoreflect.Message
- func (x *DeviceDhcpv4Client) Reset()
- func (x *DeviceDhcpv4Client) String() string
- type DeviceDhcpv4Client_Choice
- type DeviceDhcpv4Client_Choice_Enum
- func (DeviceDhcpv4Client_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x DeviceDhcpv4Client_Choice_Enum) Enum() *DeviceDhcpv4Client_Choice_Enum
- func (DeviceDhcpv4Client_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x DeviceDhcpv4Client_Choice_Enum) Number() protoreflect.EnumNumber
- func (x DeviceDhcpv4Client_Choice_Enum) String() string
- func (DeviceDhcpv4Client_Choice_Enum) Type() protoreflect.EnumType
- type DeviceDhcpv6Client
- func (*DeviceDhcpv6Client) Descriptor() ([]byte, []int)deprecated
- func (x *DeviceDhcpv6Client) GetDuidType() *DeviceDhcpv6ClientDuidType
- func (x *DeviceDhcpv6Client) GetIaType() *DeviceDhcpv6ClientIaType
- func (x *DeviceDhcpv6Client) GetName() string
- func (x *DeviceDhcpv6Client) GetOptions() *DeviceDhcpv6ClientOptions
- func (x *DeviceDhcpv6Client) GetOptionsRequest() *DeviceDhcpv6ClientOptionsRequest
- func (x *DeviceDhcpv6Client) GetRapidCommit() bool
- func (*DeviceDhcpv6Client) ProtoMessage()
- func (x *DeviceDhcpv6Client) ProtoReflect() protoreflect.Message
- func (x *DeviceDhcpv6Client) Reset()
- func (x *DeviceDhcpv6Client) String() string
- type DeviceDhcpv6ClientDuidType
- func (*DeviceDhcpv6ClientDuidType) Descriptor() ([]byte, []int)deprecated
- func (x *DeviceDhcpv6ClientDuidType) GetChoice() DeviceDhcpv6ClientDuidType_Choice_Enum
- func (x *DeviceDhcpv6ClientDuidType) GetEn() *DeviceDhcpv6ClientDuidValue
- func (x *DeviceDhcpv6ClientDuidType) GetLl() *DeviceDhcpv6ClientNoDuid
- func (x *DeviceDhcpv6ClientDuidType) GetLlt() *DeviceDhcpv6ClientNoDuid
- func (*DeviceDhcpv6ClientDuidType) ProtoMessage()
- func (x *DeviceDhcpv6ClientDuidType) ProtoReflect() protoreflect.Message
- func (x *DeviceDhcpv6ClientDuidType) Reset()
- func (x *DeviceDhcpv6ClientDuidType) String() string
- type DeviceDhcpv6ClientDuidType_Choice
- func (*DeviceDhcpv6ClientDuidType_Choice) Descriptor() ([]byte, []int)deprecated
- func (*DeviceDhcpv6ClientDuidType_Choice) ProtoMessage()
- func (x *DeviceDhcpv6ClientDuidType_Choice) ProtoReflect() protoreflect.Message
- func (x *DeviceDhcpv6ClientDuidType_Choice) Reset()
- func (x *DeviceDhcpv6ClientDuidType_Choice) String() string
- type DeviceDhcpv6ClientDuidType_Choice_Enum
- func (DeviceDhcpv6ClientDuidType_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x DeviceDhcpv6ClientDuidType_Choice_Enum) Enum() *DeviceDhcpv6ClientDuidType_Choice_Enum
- func (DeviceDhcpv6ClientDuidType_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x DeviceDhcpv6ClientDuidType_Choice_Enum) Number() protoreflect.EnumNumber
- func (x DeviceDhcpv6ClientDuidType_Choice_Enum) String() string
- func (DeviceDhcpv6ClientDuidType_Choice_Enum) Type() protoreflect.EnumType
- type DeviceDhcpv6ClientDuidValue
- func (*DeviceDhcpv6ClientDuidValue) Descriptor() ([]byte, []int)deprecated
- func (x *DeviceDhcpv6ClientDuidValue) GetEnterpriseId() uint32
- func (x *DeviceDhcpv6ClientDuidValue) GetVendorId() uint32
- func (*DeviceDhcpv6ClientDuidValue) ProtoMessage()
- func (x *DeviceDhcpv6ClientDuidValue) ProtoReflect() protoreflect.Message
- func (x *DeviceDhcpv6ClientDuidValue) Reset()
- func (x *DeviceDhcpv6ClientDuidValue) String() string
- type DeviceDhcpv6ClientIaTimeValue
- func (*DeviceDhcpv6ClientIaTimeValue) Descriptor() ([]byte, []int)deprecated
- func (x *DeviceDhcpv6ClientIaTimeValue) GetT1() uint32
- func (x *DeviceDhcpv6ClientIaTimeValue) GetT2() uint32
- func (*DeviceDhcpv6ClientIaTimeValue) ProtoMessage()
- func (x *DeviceDhcpv6ClientIaTimeValue) ProtoReflect() protoreflect.Message
- func (x *DeviceDhcpv6ClientIaTimeValue) Reset()
- func (x *DeviceDhcpv6ClientIaTimeValue) String() string
- type DeviceDhcpv6ClientIaType
- func (*DeviceDhcpv6ClientIaType) Descriptor() ([]byte, []int)deprecated
- func (x *DeviceDhcpv6ClientIaType) GetChoice() DeviceDhcpv6ClientIaType_Choice_Enum
- func (x *DeviceDhcpv6ClientIaType) GetIana() *DeviceDhcpv6ClientIaTimeValue
- func (x *DeviceDhcpv6ClientIaType) GetIanapd() *DeviceDhcpv6ClientIaTimeValue
- func (x *DeviceDhcpv6ClientIaType) GetIapd() *DeviceDhcpv6ClientIaTimeValue
- func (*DeviceDhcpv6ClientIaType) ProtoMessage()
- func (x *DeviceDhcpv6ClientIaType) ProtoReflect() protoreflect.Message
- func (x *DeviceDhcpv6ClientIaType) Reset()
- func (x *DeviceDhcpv6ClientIaType) String() string
- type DeviceDhcpv6ClientIaType_Choice
- func (*DeviceDhcpv6ClientIaType_Choice) Descriptor() ([]byte, []int)deprecated
- func (*DeviceDhcpv6ClientIaType_Choice) ProtoMessage()
- func (x *DeviceDhcpv6ClientIaType_Choice) ProtoReflect() protoreflect.Message
- func (x *DeviceDhcpv6ClientIaType_Choice) Reset()
- func (x *DeviceDhcpv6ClientIaType_Choice) String() string
- type DeviceDhcpv6ClientIaType_Choice_Enum
- func (DeviceDhcpv6ClientIaType_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x DeviceDhcpv6ClientIaType_Choice_Enum) Enum() *DeviceDhcpv6ClientIaType_Choice_Enum
- func (DeviceDhcpv6ClientIaType_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x DeviceDhcpv6ClientIaType_Choice_Enum) Number() protoreflect.EnumNumber
- func (x DeviceDhcpv6ClientIaType_Choice_Enum) String() string
- func (DeviceDhcpv6ClientIaType_Choice_Enum) Type() protoreflect.EnumType
- type DeviceDhcpv6ClientNoDuid
- type DeviceDhcpv6ClientOptions
- func (*DeviceDhcpv6ClientOptions) Descriptor() ([]byte, []int)deprecated
- func (x *DeviceDhcpv6ClientOptions) GetFqdn() *Dhcpv6ClientOptionsFqdn
- func (x *DeviceDhcpv6ClientOptions) GetServerIdentifier() *Dhcpv6ClientOptionsServerIdentifier
- func (x *DeviceDhcpv6ClientOptions) GetVendorClass() *Dhcpv6ClientOptionsVendorClass
- func (x *DeviceDhcpv6ClientOptions) GetVendorInfo() *Dhcpv6ClientOptionsVendorInfo
- func (*DeviceDhcpv6ClientOptions) ProtoMessage()
- func (x *DeviceDhcpv6ClientOptions) ProtoReflect() protoreflect.Message
- func (x *DeviceDhcpv6ClientOptions) Reset()
- func (x *DeviceDhcpv6ClientOptions) String() string
- type DeviceDhcpv6ClientOptionsRequest
- func (*DeviceDhcpv6ClientOptionsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeviceDhcpv6ClientOptionsRequest) GetAssociatedDhcpMessages() *Dhcpv6ClientOptionsIncludedMessages
- func (x *DeviceDhcpv6ClientOptionsRequest) GetRequest() []*Dhcpv6ClientOptionsOptionsRequest
- func (*DeviceDhcpv6ClientOptionsRequest) ProtoMessage()
- func (x *DeviceDhcpv6ClientOptionsRequest) ProtoReflect() protoreflect.Message
- func (x *DeviceDhcpv6ClientOptionsRequest) Reset()
- func (x *DeviceDhcpv6ClientOptionsRequest) String() string
- type DeviceEthernet
- func (*DeviceEthernet) Descriptor() ([]byte, []int)deprecated
- func (x *DeviceEthernet) GetConnection() *EthernetConnection
- func (x *DeviceEthernet) GetDhcpv4Interfaces() []*DeviceDhcpv4Client
- func (x *DeviceEthernet) GetDhcpv6Interfaces() []*DeviceDhcpv6Client
- func (x *DeviceEthernet) GetIpv4Addresses() []*DeviceIpv4
- func (x *DeviceEthernet) GetIpv6Addresses() []*DeviceIpv6
- func (x *DeviceEthernet) GetMac() string
- func (x *DeviceEthernet) GetMtu() uint32
- func (x *DeviceEthernet) GetName() string
- func (x *DeviceEthernet) GetVlans() []*DeviceVlan
- func (*DeviceEthernet) ProtoMessage()
- func (x *DeviceEthernet) ProtoReflect() protoreflect.Message
- func (x *DeviceEthernet) Reset()
- func (x *DeviceEthernet) String() string
- type DeviceEthernetBase
- func (*DeviceEthernetBase) Descriptor() ([]byte, []int)deprecated
- func (x *DeviceEthernetBase) GetMac() string
- func (x *DeviceEthernetBase) GetMtu() uint32
- func (x *DeviceEthernetBase) GetName() string
- func (x *DeviceEthernetBase) GetVlans() []*DeviceVlan
- func (*DeviceEthernetBase) ProtoMessage()
- func (x *DeviceEthernetBase) ProtoReflect() protoreflect.Message
- func (x *DeviceEthernetBase) Reset()
- func (x *DeviceEthernetBase) String() string
- type DeviceIpv4
- func (*DeviceIpv4) Descriptor() ([]byte, []int)deprecated
- func (x *DeviceIpv4) GetAddress() string
- func (x *DeviceIpv4) GetGateway() string
- func (x *DeviceIpv4) GetGatewayMac() *DeviceIpv4GatewayMAC
- func (x *DeviceIpv4) GetName() string
- func (x *DeviceIpv4) GetPrefix() uint32
- func (*DeviceIpv4) ProtoMessage()
- func (x *DeviceIpv4) ProtoReflect() protoreflect.Message
- func (x *DeviceIpv4) Reset()
- func (x *DeviceIpv4) String() string
- type DeviceIpv4GatewayMAC
- func (*DeviceIpv4GatewayMAC) Descriptor() ([]byte, []int)deprecated
- func (x *DeviceIpv4GatewayMAC) GetAuto() string
- func (x *DeviceIpv4GatewayMAC) GetChoice() DeviceIpv4GatewayMAC_Choice_Enum
- func (x *DeviceIpv4GatewayMAC) GetValue() string
- func (*DeviceIpv4GatewayMAC) ProtoMessage()
- func (x *DeviceIpv4GatewayMAC) ProtoReflect() protoreflect.Message
- func (x *DeviceIpv4GatewayMAC) Reset()
- func (x *DeviceIpv4GatewayMAC) String() string
- type DeviceIpv4GatewayMAC_Choice
- type DeviceIpv4GatewayMAC_Choice_Enum
- func (DeviceIpv4GatewayMAC_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x DeviceIpv4GatewayMAC_Choice_Enum) Enum() *DeviceIpv4GatewayMAC_Choice_Enum
- func (DeviceIpv4GatewayMAC_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x DeviceIpv4GatewayMAC_Choice_Enum) Number() protoreflect.EnumNumber
- func (x DeviceIpv4GatewayMAC_Choice_Enum) String() string
- func (DeviceIpv4GatewayMAC_Choice_Enum) Type() protoreflect.EnumType
- type DeviceIpv4Loopback
- func (*DeviceIpv4Loopback) Descriptor() ([]byte, []int)deprecated
- func (x *DeviceIpv4Loopback) GetAddress() string
- func (x *DeviceIpv4Loopback) GetEthName() string
- func (x *DeviceIpv4Loopback) GetName() string
- func (*DeviceIpv4Loopback) ProtoMessage()
- func (x *DeviceIpv4Loopback) ProtoReflect() protoreflect.Message
- func (x *DeviceIpv4Loopback) Reset()
- func (x *DeviceIpv4Loopback) String() string
- type DeviceIpv6
- func (*DeviceIpv6) Descriptor() ([]byte, []int)deprecated
- func (x *DeviceIpv6) GetAddress() string
- func (x *DeviceIpv6) GetGateway() string
- func (x *DeviceIpv6) GetGatewayMac() *DeviceIpv6GatewayMAC
- func (x *DeviceIpv6) GetName() string
- func (x *DeviceIpv6) GetPrefix() uint32
- func (*DeviceIpv6) ProtoMessage()
- func (x *DeviceIpv6) ProtoReflect() protoreflect.Message
- func (x *DeviceIpv6) Reset()
- func (x *DeviceIpv6) String() string
- type DeviceIpv6GatewayMAC
- func (*DeviceIpv6GatewayMAC) Descriptor() ([]byte, []int)deprecated
- func (x *DeviceIpv6GatewayMAC) GetAuto() string
- func (x *DeviceIpv6GatewayMAC) GetChoice() DeviceIpv6GatewayMAC_Choice_Enum
- func (x *DeviceIpv6GatewayMAC) GetValue() string
- func (*DeviceIpv6GatewayMAC) ProtoMessage()
- func (x *DeviceIpv6GatewayMAC) ProtoReflect() protoreflect.Message
- func (x *DeviceIpv6GatewayMAC) Reset()
- func (x *DeviceIpv6GatewayMAC) String() string
- type DeviceIpv6GatewayMAC_Choice
- type DeviceIpv6GatewayMAC_Choice_Enum
- func (DeviceIpv6GatewayMAC_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x DeviceIpv6GatewayMAC_Choice_Enum) Enum() *DeviceIpv6GatewayMAC_Choice_Enum
- func (DeviceIpv6GatewayMAC_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x DeviceIpv6GatewayMAC_Choice_Enum) Number() protoreflect.EnumNumber
- func (x DeviceIpv6GatewayMAC_Choice_Enum) String() string
- func (DeviceIpv6GatewayMAC_Choice_Enum) Type() protoreflect.EnumType
- type DeviceIpv6Loopback
- func (*DeviceIpv6Loopback) Descriptor() ([]byte, []int)deprecated
- func (x *DeviceIpv6Loopback) GetAddress() string
- func (x *DeviceIpv6Loopback) GetEthName() string
- func (x *DeviceIpv6Loopback) GetName() string
- func (*DeviceIpv6Loopback) ProtoMessage()
- func (x *DeviceIpv6Loopback) ProtoReflect() protoreflect.Message
- func (x *DeviceIpv6Loopback) Reset()
- func (x *DeviceIpv6Loopback) String() string
- type DeviceIsisMultiInstance
- func (*DeviceIsisMultiInstance) Descriptor() ([]byte, []int)deprecated
- func (x *DeviceIsisMultiInstance) GetIid() uint32
- func (x *DeviceIsisMultiInstance) GetItids() []uint32
- func (*DeviceIsisMultiInstance) ProtoMessage()
- func (x *DeviceIsisMultiInstance) ProtoReflect() protoreflect.Message
- func (x *DeviceIsisMultiInstance) Reset()
- func (x *DeviceIsisMultiInstance) String() string
- type DeviceIsisRouter
- func (*DeviceIsisRouter) Descriptor() ([]byte, []int)deprecated
- func (x *DeviceIsisRouter) GetAdvanced() *IsisAdvanced
- func (x *DeviceIsisRouter) GetBasic() *IsisBasic
- func (x *DeviceIsisRouter) GetInstance() *DeviceIsisMultiInstance
- func (x *DeviceIsisRouter) GetInterfaces() []*IsisInterface
- func (x *DeviceIsisRouter) GetName() string
- func (x *DeviceIsisRouter) GetRouterAuth() *IsisAuthentication
- func (x *DeviceIsisRouter) GetSystemId() string
- func (x *DeviceIsisRouter) GetV4Routes() []*IsisV4RouteRange
- func (x *DeviceIsisRouter) GetV6Routes() []*IsisV6RouteRange
- func (*DeviceIsisRouter) ProtoMessage()
- func (x *DeviceIsisRouter) ProtoReflect() protoreflect.Message
- func (x *DeviceIsisRouter) Reset()
- func (x *DeviceIsisRouter) String() string
- type DeviceOspfv2Router
- func (*DeviceOspfv2Router) Descriptor() ([]byte, []int)deprecated
- func (x *DeviceOspfv2Router) GetCapabilities() *Ospfv2Options
- func (x *DeviceOspfv2Router) GetGracefulRestart() *Ospfv2GracefulRestart
- func (x *DeviceOspfv2Router) GetInterBurstLsuInterval() uint32
- func (x *DeviceOspfv2Router) GetInterfaces() []*Ospfv2Interface
- func (x *DeviceOspfv2Router) GetLsaRefreshTime() uint32
- func (x *DeviceOspfv2Router) GetLsaRetransmitTime() uint32
- func (x *DeviceOspfv2Router) GetMaxFloodLsuPerBurst() uint32
- func (x *DeviceOspfv2Router) GetName() string
- func (x *DeviceOspfv2Router) GetRouterId() *Ospfv2RouterId
- func (x *DeviceOspfv2Router) GetStoreLsa() bool
- func (x *DeviceOspfv2Router) GetV4Routes() []*Ospfv2V4RouteRange
- func (*DeviceOspfv2Router) ProtoMessage()
- func (x *DeviceOspfv2Router) ProtoReflect() protoreflect.Message
- func (x *DeviceOspfv2Router) Reset()
- func (x *DeviceOspfv2Router) String() string
- type DeviceRsvp
- func (*DeviceRsvp) Descriptor() ([]byte, []int)deprecated
- func (x *DeviceRsvp) GetIpv4Interfaces() []*RsvpIpv4Interface
- func (x *DeviceRsvp) GetLspIpv4Interfaces() []*RsvpLspIpv4Interface
- func (x *DeviceRsvp) GetName() string
- func (*DeviceRsvp) ProtoMessage()
- func (x *DeviceRsvp) ProtoReflect() protoreflect.Message
- func (x *DeviceRsvp) Reset()
- func (x *DeviceRsvp) String() string
- type DeviceVlan
- func (*DeviceVlan) Descriptor() ([]byte, []int)deprecated
- func (x *DeviceVlan) GetId() uint32
- func (x *DeviceVlan) GetName() string
- func (x *DeviceVlan) GetPriority() uint32
- func (x *DeviceVlan) GetTpid() DeviceVlan_Tpid_Enum
- func (*DeviceVlan) ProtoMessage()
- func (x *DeviceVlan) ProtoReflect() protoreflect.Message
- func (x *DeviceVlan) Reset()
- func (x *DeviceVlan) String() string
- type DeviceVlan_Tpid
- type DeviceVlan_Tpid_Enum
- func (DeviceVlan_Tpid_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x DeviceVlan_Tpid_Enum) Enum() *DeviceVlan_Tpid_Enum
- func (DeviceVlan_Tpid_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x DeviceVlan_Tpid_Enum) Number() protoreflect.EnumNumber
- func (x DeviceVlan_Tpid_Enum) String() string
- func (DeviceVlan_Tpid_Enum) Type() protoreflect.EnumType
- type DeviceVxlan
- func (*DeviceVxlan) Descriptor() ([]byte, []int)deprecated
- func (x *DeviceVxlan) GetV4Tunnels() []*VxlanV4Tunnel
- func (x *DeviceVxlan) GetV6Tunnels() []*VxlanV6Tunnel
- func (*DeviceVxlan) ProtoMessage()
- func (x *DeviceVxlan) ProtoReflect() protoreflect.Message
- func (x *DeviceVxlan) Reset()
- func (x *DeviceVxlan) String() string
- type DhcpServerV4
- func (*DhcpServerV4) Descriptor() ([]byte, []int)deprecated
- func (x *DhcpServerV4) GetAddressPools() []*DhcpServerV4Pool
- func (x *DhcpServerV4) GetIpv4Name() string
- func (x *DhcpServerV4) GetName() string
- func (*DhcpServerV4) ProtoMessage()
- func (x *DhcpServerV4) ProtoReflect() protoreflect.Message
- func (x *DhcpServerV4) Reset()
- func (x *DhcpServerV4) String() string
- type DhcpServerV4Pool
- func (*DhcpServerV4Pool) Descriptor() ([]byte, []int)deprecated
- func (x *DhcpServerV4Pool) GetCount() uint32
- func (x *DhcpServerV4Pool) GetLeaseTime() uint32
- func (x *DhcpServerV4Pool) GetName() string
- func (x *DhcpServerV4Pool) GetOptions() *DhcpServerV4PoolOption
- func (x *DhcpServerV4Pool) GetPrefixLength() uint32
- func (x *DhcpServerV4Pool) GetStartAddress() string
- func (x *DhcpServerV4Pool) GetStep() uint32
- func (*DhcpServerV4Pool) ProtoMessage()
- func (x *DhcpServerV4Pool) ProtoReflect() protoreflect.Message
- func (x *DhcpServerV4Pool) Reset()
- func (x *DhcpServerV4Pool) String() string
- type DhcpServerV4PoolOption
- func (*DhcpServerV4PoolOption) Descriptor() ([]byte, []int)deprecated
- func (x *DhcpServerV4PoolOption) GetEchoRelayWithTlv_82() bool
- func (x *DhcpServerV4PoolOption) GetPrimaryDnsServer() string
- func (x *DhcpServerV4PoolOption) GetRouterAddress() string
- func (x *DhcpServerV4PoolOption) GetSecondaryDnsServer() string
- func (*DhcpServerV4PoolOption) ProtoMessage()
- func (x *DhcpServerV4PoolOption) ProtoReflect() protoreflect.Message
- func (x *DhcpServerV4PoolOption) Reset()
- func (x *DhcpServerV4PoolOption) String() string
- type DhcpServerV6
- func (*DhcpServerV6) Descriptor() ([]byte, []int)deprecated
- func (x *DhcpServerV6) GetIpv6Name() string
- func (x *DhcpServerV6) GetLeases() []*DhcpV6ServerLease
- func (x *DhcpServerV6) GetName() string
- func (x *DhcpServerV6) GetOptions() *Dhcpv6ServerOptions
- func (x *DhcpServerV6) GetRapidCommit() bool
- func (x *DhcpServerV6) GetReconfigureViaRelayAgent() bool
- func (*DhcpServerV6) ProtoMessage()
- func (x *DhcpServerV6) ProtoReflect() protoreflect.Message
- func (x *DhcpServerV6) Reset()
- func (x *DhcpServerV6) String() string
- type DhcpV6ServerDns
- func (*DhcpV6ServerDns) Descriptor() ([]byte, []int)deprecated
- func (x *DhcpV6ServerDns) GetPrimary() string
- func (x *DhcpV6ServerDns) GetSecondaryDns() []*DhcpV6ServerSecondaryDns
- func (*DhcpV6ServerDns) ProtoMessage()
- func (x *DhcpV6ServerDns) ProtoReflect() protoreflect.Message
- func (x *DhcpV6ServerDns) Reset()
- func (x *DhcpV6ServerDns) String() string
- type DhcpV6ServerLease
- func (*DhcpV6ServerLease) Descriptor() ([]byte, []int)deprecated
- func (x *DhcpV6ServerLease) GetIaType() *Dhcpv6ServerIaType
- func (x *DhcpV6ServerLease) GetLeaseTime() uint32
- func (*DhcpV6ServerLease) ProtoMessage()
- func (x *DhcpV6ServerLease) ProtoReflect() protoreflect.Message
- func (x *DhcpV6ServerLease) Reset()
- func (x *DhcpV6ServerLease) String() string
- type DhcpV6ServerSecondaryDns
- func (*DhcpV6ServerSecondaryDns) Descriptor() ([]byte, []int)deprecated
- func (x *DhcpV6ServerSecondaryDns) GetIp() string
- func (*DhcpV6ServerSecondaryDns) ProtoMessage()
- func (x *DhcpV6ServerSecondaryDns) ProtoReflect() protoreflect.Message
- func (x *DhcpV6ServerSecondaryDns) Reset()
- func (x *DhcpV6ServerSecondaryDns) String() string
- type Dhcpv4ClientMetric
- func (*Dhcpv4ClientMetric) Descriptor() ([]byte, []int)deprecated
- func (x *Dhcpv4ClientMetric) GetAcksReceived() uint64
- func (x *Dhcpv4ClientMetric) GetDeclinesSent() uint64
- func (x *Dhcpv4ClientMetric) GetDiscoversSent() uint64
- func (x *Dhcpv4ClientMetric) GetNacksReceived() uint64
- func (x *Dhcpv4ClientMetric) GetName() string
- func (x *Dhcpv4ClientMetric) GetOffersReceived() uint64
- func (x *Dhcpv4ClientMetric) GetReleasesSent() uint64
- func (x *Dhcpv4ClientMetric) GetRequestsSent() uint64
- func (*Dhcpv4ClientMetric) ProtoMessage()
- func (x *Dhcpv4ClientMetric) ProtoReflect() protoreflect.Message
- func (x *Dhcpv4ClientMetric) Reset()
- func (x *Dhcpv4ClientMetric) String() string
- type Dhcpv4ClientMetricsRequest
- func (*Dhcpv4ClientMetricsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *Dhcpv4ClientMetricsRequest) GetClientNames() []string
- func (x *Dhcpv4ClientMetricsRequest) GetColumnNames() []Dhcpv4ClientMetricsRequest_ColumnNames_Enum
- func (*Dhcpv4ClientMetricsRequest) ProtoMessage()
- func (x *Dhcpv4ClientMetricsRequest) ProtoReflect() protoreflect.Message
- func (x *Dhcpv4ClientMetricsRequest) Reset()
- func (x *Dhcpv4ClientMetricsRequest) String() string
- type Dhcpv4ClientMetricsRequest_ColumnNames
- func (*Dhcpv4ClientMetricsRequest_ColumnNames) Descriptor() ([]byte, []int)deprecated
- func (*Dhcpv4ClientMetricsRequest_ColumnNames) ProtoMessage()
- func (x *Dhcpv4ClientMetricsRequest_ColumnNames) ProtoReflect() protoreflect.Message
- func (x *Dhcpv4ClientMetricsRequest_ColumnNames) Reset()
- func (x *Dhcpv4ClientMetricsRequest_ColumnNames) String() string
- type Dhcpv4ClientMetricsRequest_ColumnNames_Enum
- func (Dhcpv4ClientMetricsRequest_ColumnNames_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x Dhcpv4ClientMetricsRequest_ColumnNames_Enum) Enum() *Dhcpv4ClientMetricsRequest_ColumnNames_Enum
- func (Dhcpv4ClientMetricsRequest_ColumnNames_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x Dhcpv4ClientMetricsRequest_ColumnNames_Enum) Number() protoreflect.EnumNumber
- func (x Dhcpv4ClientMetricsRequest_ColumnNames_Enum) String() string
- func (Dhcpv4ClientMetricsRequest_ColumnNames_Enum) Type() protoreflect.EnumType
- type Dhcpv4ClientParams
- func (*Dhcpv4ClientParams) Descriptor() ([]byte, []int)deprecated
- func (x *Dhcpv4ClientParams) GetRebindingTimer() bool
- func (x *Dhcpv4ClientParams) GetRenewalTimer() bool
- func (x *Dhcpv4ClientParams) GetRouter() bool
- func (x *Dhcpv4ClientParams) GetSubnetMask() bool
- func (*Dhcpv4ClientParams) ProtoMessage()
- func (x *Dhcpv4ClientParams) ProtoReflect() protoreflect.Message
- func (x *Dhcpv4ClientParams) Reset()
- func (x *Dhcpv4ClientParams) String() string
- type Dhcpv4InterfaceState
- func (*Dhcpv4InterfaceState) Descriptor() ([]byte, []int)deprecated
- func (x *Dhcpv4InterfaceState) GetDhcpClientName() string
- func (x *Dhcpv4InterfaceState) GetGatewayAddress() string
- func (x *Dhcpv4InterfaceState) GetIpv4Address() string
- func (x *Dhcpv4InterfaceState) GetLeaseTime() uint32
- func (x *Dhcpv4InterfaceState) GetPrefixLength() uint32
- func (x *Dhcpv4InterfaceState) GetRebindTime() uint32
- func (x *Dhcpv4InterfaceState) GetRenewTime() uint32
- func (*Dhcpv4InterfaceState) ProtoMessage()
- func (x *Dhcpv4InterfaceState) ProtoReflect() protoreflect.Message
- func (x *Dhcpv4InterfaceState) Reset()
- func (x *Dhcpv4InterfaceState) String() string
- type Dhcpv4InterfaceStateRequest
- func (*Dhcpv4InterfaceStateRequest) Descriptor() ([]byte, []int)deprecated
- func (x *Dhcpv4InterfaceStateRequest) GetDhcpClientNames() []string
- func (*Dhcpv4InterfaceStateRequest) ProtoMessage()
- func (x *Dhcpv4InterfaceStateRequest) ProtoReflect() protoreflect.Message
- func (x *Dhcpv4InterfaceStateRequest) Reset()
- func (x *Dhcpv4InterfaceStateRequest) String() string
- type Dhcpv4LeaseState
- func (*Dhcpv4LeaseState) Descriptor() ([]byte, []int)deprecated
- func (x *Dhcpv4LeaseState) GetAddress() string
- func (x *Dhcpv4LeaseState) GetCircuitId() string
- func (x *Dhcpv4LeaseState) GetClientId() string
- func (x *Dhcpv4LeaseState) GetPreferredTime() uint32
- func (x *Dhcpv4LeaseState) GetRebindTime() uint32
- func (x *Dhcpv4LeaseState) GetRemoteId() string
- func (x *Dhcpv4LeaseState) GetRenewTime() uint32
- func (x *Dhcpv4LeaseState) GetValidTime() uint32
- func (*Dhcpv4LeaseState) ProtoMessage()
- func (x *Dhcpv4LeaseState) ProtoReflect() protoreflect.Message
- func (x *Dhcpv4LeaseState) Reset()
- func (x *Dhcpv4LeaseState) String() string
- type Dhcpv4LeaseStateRequest
- func (*Dhcpv4LeaseStateRequest) Descriptor() ([]byte, []int)deprecated
- func (x *Dhcpv4LeaseStateRequest) GetDhcpServerNames() []string
- func (*Dhcpv4LeaseStateRequest) ProtoMessage()
- func (x *Dhcpv4LeaseStateRequest) ProtoReflect() protoreflect.Message
- func (x *Dhcpv4LeaseStateRequest) Reset()
- func (x *Dhcpv4LeaseStateRequest) String() string
- type Dhcpv4LeasesState
- func (*Dhcpv4LeasesState) Descriptor() ([]byte, []int)deprecated
- func (x *Dhcpv4LeasesState) GetDhcpServerName() string
- func (x *Dhcpv4LeasesState) GetLeases() []*Dhcpv4LeaseState
- func (*Dhcpv4LeasesState) ProtoMessage()
- func (x *Dhcpv4LeasesState) ProtoReflect() protoreflect.Message
- func (x *Dhcpv4LeasesState) Reset()
- func (x *Dhcpv4LeasesState) String() string
- type Dhcpv4ServerMetric
- func (*Dhcpv4ServerMetric) Descriptor() ([]byte, []int)deprecated
- func (x *Dhcpv4ServerMetric) GetAcksSent() uint64
- func (x *Dhcpv4ServerMetric) GetDeclinesReceived() uint64
- func (x *Dhcpv4ServerMetric) GetDiscoversReceived() uint64
- func (x *Dhcpv4ServerMetric) GetNacksSent() uint64
- func (x *Dhcpv4ServerMetric) GetName() string
- func (x *Dhcpv4ServerMetric) GetOffersSent() uint64
- func (x *Dhcpv4ServerMetric) GetReleasesReceived() uint64
- func (x *Dhcpv4ServerMetric) GetRequestsReceived() uint64
- func (*Dhcpv4ServerMetric) ProtoMessage()
- func (x *Dhcpv4ServerMetric) ProtoReflect() protoreflect.Message
- func (x *Dhcpv4ServerMetric) Reset()
- func (x *Dhcpv4ServerMetric) String() string
- type Dhcpv4ServerMetricsRequest
- func (*Dhcpv4ServerMetricsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *Dhcpv4ServerMetricsRequest) GetColumnNames() []Dhcpv4ServerMetricsRequest_ColumnNames_Enum
- func (x *Dhcpv4ServerMetricsRequest) GetServerNames() []string
- func (*Dhcpv4ServerMetricsRequest) ProtoMessage()
- func (x *Dhcpv4ServerMetricsRequest) ProtoReflect() protoreflect.Message
- func (x *Dhcpv4ServerMetricsRequest) Reset()
- func (x *Dhcpv4ServerMetricsRequest) String() string
- type Dhcpv4ServerMetricsRequest_ColumnNames
- func (*Dhcpv4ServerMetricsRequest_ColumnNames) Descriptor() ([]byte, []int)deprecated
- func (*Dhcpv4ServerMetricsRequest_ColumnNames) ProtoMessage()
- func (x *Dhcpv4ServerMetricsRequest_ColumnNames) ProtoReflect() protoreflect.Message
- func (x *Dhcpv4ServerMetricsRequest_ColumnNames) Reset()
- func (x *Dhcpv4ServerMetricsRequest_ColumnNames) String() string
- type Dhcpv4ServerMetricsRequest_ColumnNames_Enum
- func (Dhcpv4ServerMetricsRequest_ColumnNames_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x Dhcpv4ServerMetricsRequest_ColumnNames_Enum) Enum() *Dhcpv4ServerMetricsRequest_ColumnNames_Enum
- func (Dhcpv4ServerMetricsRequest_ColumnNames_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x Dhcpv4ServerMetricsRequest_ColumnNames_Enum) Number() protoreflect.EnumNumber
- func (x Dhcpv4ServerMetricsRequest_ColumnNames_Enum) String() string
- func (Dhcpv4ServerMetricsRequest_ColumnNames_Enum) Type() protoreflect.EnumType
- type Dhcpv6ClientMetric
- func (*Dhcpv6ClientMetric) Descriptor() ([]byte, []int)deprecated
- func (x *Dhcpv6ClientMetric) GetAdvertisementsIgnored() uint64
- func (x *Dhcpv6ClientMetric) GetAdvertisementsReceived() uint64
- func (x *Dhcpv6ClientMetric) GetInformationRequestsSent() uint64
- func (x *Dhcpv6ClientMetric) GetNacksReceived() uint64
- func (x *Dhcpv6ClientMetric) GetName() string
- func (x *Dhcpv6ClientMetric) GetRapidCommitRepliesReceived() uint64
- func (x *Dhcpv6ClientMetric) GetRapidCommitSolicitsSent() uint64
- func (x *Dhcpv6ClientMetric) GetRebindsSent() uint64
- func (x *Dhcpv6ClientMetric) GetReconfiguresReceived() uint64
- func (x *Dhcpv6ClientMetric) GetReleasesSent() uint64
- func (x *Dhcpv6ClientMetric) GetRenewsSent() uint64
- func (x *Dhcpv6ClientMetric) GetRepliesReceived() uint64
- func (x *Dhcpv6ClientMetric) GetRequestsSent() uint64
- func (x *Dhcpv6ClientMetric) GetSolicitsSent() uint64
- func (*Dhcpv6ClientMetric) ProtoMessage()
- func (x *Dhcpv6ClientMetric) ProtoReflect() protoreflect.Message
- func (x *Dhcpv6ClientMetric) Reset()
- func (x *Dhcpv6ClientMetric) String() string
- type Dhcpv6ClientMetricsRequest
- func (*Dhcpv6ClientMetricsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *Dhcpv6ClientMetricsRequest) GetClientNames() []string
- func (x *Dhcpv6ClientMetricsRequest) GetColumnNames() []Dhcpv6ClientMetricsRequest_ColumnNames_Enum
- func (*Dhcpv6ClientMetricsRequest) ProtoMessage()
- func (x *Dhcpv6ClientMetricsRequest) ProtoReflect() protoreflect.Message
- func (x *Dhcpv6ClientMetricsRequest) Reset()
- func (x *Dhcpv6ClientMetricsRequest) String() string
- type Dhcpv6ClientMetricsRequest_ColumnNames
- func (*Dhcpv6ClientMetricsRequest_ColumnNames) Descriptor() ([]byte, []int)deprecated
- func (*Dhcpv6ClientMetricsRequest_ColumnNames) ProtoMessage()
- func (x *Dhcpv6ClientMetricsRequest_ColumnNames) ProtoReflect() protoreflect.Message
- func (x *Dhcpv6ClientMetricsRequest_ColumnNames) Reset()
- func (x *Dhcpv6ClientMetricsRequest_ColumnNames) String() string
- type Dhcpv6ClientMetricsRequest_ColumnNames_Enum
- func (Dhcpv6ClientMetricsRequest_ColumnNames_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x Dhcpv6ClientMetricsRequest_ColumnNames_Enum) Enum() *Dhcpv6ClientMetricsRequest_ColumnNames_Enum
- func (Dhcpv6ClientMetricsRequest_ColumnNames_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x Dhcpv6ClientMetricsRequest_ColumnNames_Enum) Number() protoreflect.EnumNumber
- func (x Dhcpv6ClientMetricsRequest_ColumnNames_Enum) String() string
- func (Dhcpv6ClientMetricsRequest_ColumnNames_Enum) Type() protoreflect.EnumType
- type Dhcpv6ClientOptionsCustom
- func (*Dhcpv6ClientOptionsCustom) Descriptor() ([]byte, []int)deprecated
- func (x *Dhcpv6ClientOptionsCustom) GetType() uint32
- func (*Dhcpv6ClientOptionsCustom) ProtoMessage()
- func (x *Dhcpv6ClientOptionsCustom) ProtoReflect() protoreflect.Message
- func (x *Dhcpv6ClientOptionsCustom) Reset()
- func (x *Dhcpv6ClientOptionsCustom) String() string
- type Dhcpv6ClientOptionsDuidEn
- func (*Dhcpv6ClientOptionsDuidEn) Descriptor() ([]byte, []int)deprecated
- func (x *Dhcpv6ClientOptionsDuidEn) GetEnterpriseNumber() uint32
- func (x *Dhcpv6ClientOptionsDuidEn) GetIdentifier() string
- func (*Dhcpv6ClientOptionsDuidEn) ProtoMessage()
- func (x *Dhcpv6ClientOptionsDuidEn) ProtoReflect() protoreflect.Message
- func (x *Dhcpv6ClientOptionsDuidEn) Reset()
- func (x *Dhcpv6ClientOptionsDuidEn) String() string
- type Dhcpv6ClientOptionsDuidLl
- func (*Dhcpv6ClientOptionsDuidLl) Descriptor() ([]byte, []int)deprecated
- func (x *Dhcpv6ClientOptionsDuidLl) GetLinkLayerAddress() *Dhcpv6ClientOptionsLinkLayerAddress
- func (*Dhcpv6ClientOptionsDuidLl) ProtoMessage()
- func (x *Dhcpv6ClientOptionsDuidLl) ProtoReflect() protoreflect.Message
- func (x *Dhcpv6ClientOptionsDuidLl) Reset()
- func (x *Dhcpv6ClientOptionsDuidLl) String() string
- type Dhcpv6ClientOptionsDuidLlt
- func (*Dhcpv6ClientOptionsDuidLlt) Descriptor() ([]byte, []int)deprecated
- func (x *Dhcpv6ClientOptionsDuidLlt) GetLinkLayerAddress() *Dhcpv6ClientOptionsLinkLayerAddress
- func (x *Dhcpv6ClientOptionsDuidLlt) GetTime() uint32
- func (*Dhcpv6ClientOptionsDuidLlt) ProtoMessage()
- func (x *Dhcpv6ClientOptionsDuidLlt) ProtoReflect() protoreflect.Message
- func (x *Dhcpv6ClientOptionsDuidLlt) Reset()
- func (x *Dhcpv6ClientOptionsDuidLlt) String() string
- type Dhcpv6ClientOptionsDuidUuid
- func (*Dhcpv6ClientOptionsDuidUuid) Descriptor() ([]byte, []int)deprecated
- func (x *Dhcpv6ClientOptionsDuidUuid) GetClockSeqHiAndReserved() uint32
- func (x *Dhcpv6ClientOptionsDuidUuid) GetClockSeqLow() uint32
- func (x *Dhcpv6ClientOptionsDuidUuid) GetNode() string
- func (x *Dhcpv6ClientOptionsDuidUuid) GetTimeHiAndVersion() uint32
- func (x *Dhcpv6ClientOptionsDuidUuid) GetTimeLow() uint32
- func (x *Dhcpv6ClientOptionsDuidUuid) GetTimeMid() uint32
- func (x *Dhcpv6ClientOptionsDuidUuid) GetVariant() *Dhcpv6ClientOptionsDuidUuidVariant
- func (x *Dhcpv6ClientOptionsDuidUuid) GetVersion() *Dhcpv6ClientOptionsDuidUuidVersion
- func (*Dhcpv6ClientOptionsDuidUuid) ProtoMessage()
- func (x *Dhcpv6ClientOptionsDuidUuid) ProtoReflect() protoreflect.Message
- func (x *Dhcpv6ClientOptionsDuidUuid) Reset()
- func (x *Dhcpv6ClientOptionsDuidUuid) String() string
- type Dhcpv6ClientOptionsDuidUuidVariant
- func (*Dhcpv6ClientOptionsDuidUuidVariant) Descriptor() ([]byte, []int)deprecated
- func (x *Dhcpv6ClientOptionsDuidUuidVariant) GetChoice() Dhcpv6ClientOptionsDuidUuidVariant_Choice_Enum
- func (*Dhcpv6ClientOptionsDuidUuidVariant) ProtoMessage()
- func (x *Dhcpv6ClientOptionsDuidUuidVariant) ProtoReflect() protoreflect.Message
- func (x *Dhcpv6ClientOptionsDuidUuidVariant) Reset()
- func (x *Dhcpv6ClientOptionsDuidUuidVariant) String() string
- type Dhcpv6ClientOptionsDuidUuidVariant_Choice
- func (*Dhcpv6ClientOptionsDuidUuidVariant_Choice) Descriptor() ([]byte, []int)deprecated
- func (*Dhcpv6ClientOptionsDuidUuidVariant_Choice) ProtoMessage()
- func (x *Dhcpv6ClientOptionsDuidUuidVariant_Choice) ProtoReflect() protoreflect.Message
- func (x *Dhcpv6ClientOptionsDuidUuidVariant_Choice) Reset()
- func (x *Dhcpv6ClientOptionsDuidUuidVariant_Choice) String() string
- type Dhcpv6ClientOptionsDuidUuidVariant_Choice_Enum
- func (Dhcpv6ClientOptionsDuidUuidVariant_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x Dhcpv6ClientOptionsDuidUuidVariant_Choice_Enum) Enum() *Dhcpv6ClientOptionsDuidUuidVariant_Choice_Enum
- func (Dhcpv6ClientOptionsDuidUuidVariant_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x Dhcpv6ClientOptionsDuidUuidVariant_Choice_Enum) Number() protoreflect.EnumNumber
- func (x Dhcpv6ClientOptionsDuidUuidVariant_Choice_Enum) String() string
- func (Dhcpv6ClientOptionsDuidUuidVariant_Choice_Enum) Type() protoreflect.EnumType
- type Dhcpv6ClientOptionsDuidUuidVersion
- func (*Dhcpv6ClientOptionsDuidUuidVersion) Descriptor() ([]byte, []int)deprecated
- func (x *Dhcpv6ClientOptionsDuidUuidVersion) GetChoice() Dhcpv6ClientOptionsDuidUuidVersion_Choice_Enum
- func (*Dhcpv6ClientOptionsDuidUuidVersion) ProtoMessage()
- func (x *Dhcpv6ClientOptionsDuidUuidVersion) ProtoReflect() protoreflect.Message
- func (x *Dhcpv6ClientOptionsDuidUuidVersion) Reset()
- func (x *Dhcpv6ClientOptionsDuidUuidVersion) String() string
- type Dhcpv6ClientOptionsDuidUuidVersion_Choice
- func (*Dhcpv6ClientOptionsDuidUuidVersion_Choice) Descriptor() ([]byte, []int)deprecated
- func (*Dhcpv6ClientOptionsDuidUuidVersion_Choice) ProtoMessage()
- func (x *Dhcpv6ClientOptionsDuidUuidVersion_Choice) ProtoReflect() protoreflect.Message
- func (x *Dhcpv6ClientOptionsDuidUuidVersion_Choice) Reset()
- func (x *Dhcpv6ClientOptionsDuidUuidVersion_Choice) String() string
- type Dhcpv6ClientOptionsDuidUuidVersion_Choice_Enum
- func (Dhcpv6ClientOptionsDuidUuidVersion_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x Dhcpv6ClientOptionsDuidUuidVersion_Choice_Enum) Enum() *Dhcpv6ClientOptionsDuidUuidVersion_Choice_Enum
- func (Dhcpv6ClientOptionsDuidUuidVersion_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x Dhcpv6ClientOptionsDuidUuidVersion_Choice_Enum) Number() protoreflect.EnumNumber
- func (x Dhcpv6ClientOptionsDuidUuidVersion_Choice_Enum) String() string
- func (Dhcpv6ClientOptionsDuidUuidVersion_Choice_Enum) Type() protoreflect.EnumType
- type Dhcpv6ClientOptionsFqdn
- func (*Dhcpv6ClientOptionsFqdn) Descriptor() ([]byte, []int)deprecated
- func (x *Dhcpv6ClientOptionsFqdn) GetAssociatedDhcpMessages() *Dhcpv6ClientOptionsIncludedMessages
- func (x *Dhcpv6ClientOptionsFqdn) GetDomainName() string
- func (x *Dhcpv6ClientOptionsFqdn) GetFlagN() bool
- func (x *Dhcpv6ClientOptionsFqdn) GetFlagO() bool
- func (x *Dhcpv6ClientOptionsFqdn) GetFlagS() bool
- func (*Dhcpv6ClientOptionsFqdn) ProtoMessage()
- func (x *Dhcpv6ClientOptionsFqdn) ProtoReflect() protoreflect.Message
- func (x *Dhcpv6ClientOptionsFqdn) Reset()
- func (x *Dhcpv6ClientOptionsFqdn) String() string
- type Dhcpv6ClientOptionsIncludedMessages
- func (*Dhcpv6ClientOptionsIncludedMessages) Descriptor() ([]byte, []int)deprecated
- func (x *Dhcpv6ClientOptionsIncludedMessages) GetChoice() Dhcpv6ClientOptionsIncludedMessages_Choice_Enum
- func (x *Dhcpv6ClientOptionsIncludedMessages) GetMsgTypes() []*Dhcpv6ClientOptionsMessageType
- func (*Dhcpv6ClientOptionsIncludedMessages) ProtoMessage()
- func (x *Dhcpv6ClientOptionsIncludedMessages) ProtoReflect() protoreflect.Message
- func (x *Dhcpv6ClientOptionsIncludedMessages) Reset()
- func (x *Dhcpv6ClientOptionsIncludedMessages) String() string
- type Dhcpv6ClientOptionsIncludedMessages_Choice
- func (*Dhcpv6ClientOptionsIncludedMessages_Choice) Descriptor() ([]byte, []int)deprecated
- func (*Dhcpv6ClientOptionsIncludedMessages_Choice) ProtoMessage()
- func (x *Dhcpv6ClientOptionsIncludedMessages_Choice) ProtoReflect() protoreflect.Message
- func (x *Dhcpv6ClientOptionsIncludedMessages_Choice) Reset()
- func (x *Dhcpv6ClientOptionsIncludedMessages_Choice) String() string
- type Dhcpv6ClientOptionsIncludedMessages_Choice_Enum
- func (Dhcpv6ClientOptionsIncludedMessages_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x Dhcpv6ClientOptionsIncludedMessages_Choice_Enum) Enum() *Dhcpv6ClientOptionsIncludedMessages_Choice_Enum
- func (Dhcpv6ClientOptionsIncludedMessages_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x Dhcpv6ClientOptionsIncludedMessages_Choice_Enum) Number() protoreflect.EnumNumber
- func (x Dhcpv6ClientOptionsIncludedMessages_Choice_Enum) String() string
- func (Dhcpv6ClientOptionsIncludedMessages_Choice_Enum) Type() protoreflect.EnumType
- type Dhcpv6ClientOptionsLinkLayerAddress
- func (*Dhcpv6ClientOptionsLinkLayerAddress) Descriptor() ([]byte, []int)deprecated
- func (x *Dhcpv6ClientOptionsLinkLayerAddress) GetValue() string
- func (*Dhcpv6ClientOptionsLinkLayerAddress) ProtoMessage()
- func (x *Dhcpv6ClientOptionsLinkLayerAddress) ProtoReflect() protoreflect.Message
- func (x *Dhcpv6ClientOptionsLinkLayerAddress) Reset()
- func (x *Dhcpv6ClientOptionsLinkLayerAddress) String() string
- type Dhcpv6ClientOptionsMessageType
- func (*Dhcpv6ClientOptionsMessageType) Descriptor() ([]byte, []int)deprecated
- func (x *Dhcpv6ClientOptionsMessageType) GetChoice() Dhcpv6ClientOptionsMessageType_Choice_Enum
- func (*Dhcpv6ClientOptionsMessageType) ProtoMessage()
- func (x *Dhcpv6ClientOptionsMessageType) ProtoReflect() protoreflect.Message
- func (x *Dhcpv6ClientOptionsMessageType) Reset()
- func (x *Dhcpv6ClientOptionsMessageType) String() string
- type Dhcpv6ClientOptionsMessageType_Choice
- func (*Dhcpv6ClientOptionsMessageType_Choice) Descriptor() ([]byte, []int)deprecated
- func (*Dhcpv6ClientOptionsMessageType_Choice) ProtoMessage()
- func (x *Dhcpv6ClientOptionsMessageType_Choice) ProtoReflect() protoreflect.Message
- func (x *Dhcpv6ClientOptionsMessageType_Choice) Reset()
- func (x *Dhcpv6ClientOptionsMessageType_Choice) String() string
- type Dhcpv6ClientOptionsMessageType_Choice_Enum
- func (Dhcpv6ClientOptionsMessageType_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x Dhcpv6ClientOptionsMessageType_Choice_Enum) Enum() *Dhcpv6ClientOptionsMessageType_Choice_Enum
- func (Dhcpv6ClientOptionsMessageType_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x Dhcpv6ClientOptionsMessageType_Choice_Enum) Number() protoreflect.EnumNumber
- func (x Dhcpv6ClientOptionsMessageType_Choice_Enum) String() string
- func (Dhcpv6ClientOptionsMessageType_Choice_Enum) Type() protoreflect.EnumType
- type Dhcpv6ClientOptionsOptionsRequest
- func (*Dhcpv6ClientOptionsOptionsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *Dhcpv6ClientOptionsOptionsRequest) GetChoice() Dhcpv6ClientOptionsOptionsRequest_Choice_Enum
- func (x *Dhcpv6ClientOptionsOptionsRequest) GetCustom() *Dhcpv6ClientOptionsCustom
- func (*Dhcpv6ClientOptionsOptionsRequest) ProtoMessage()
- func (x *Dhcpv6ClientOptionsOptionsRequest) ProtoReflect() protoreflect.Message
- func (x *Dhcpv6ClientOptionsOptionsRequest) Reset()
- func (x *Dhcpv6ClientOptionsOptionsRequest) String() string
- type Dhcpv6ClientOptionsOptionsRequest_Choice
- func (*Dhcpv6ClientOptionsOptionsRequest_Choice) Descriptor() ([]byte, []int)deprecated
- func (*Dhcpv6ClientOptionsOptionsRequest_Choice) ProtoMessage()
- func (x *Dhcpv6ClientOptionsOptionsRequest_Choice) ProtoReflect() protoreflect.Message
- func (x *Dhcpv6ClientOptionsOptionsRequest_Choice) Reset()
- func (x *Dhcpv6ClientOptionsOptionsRequest_Choice) String() string
- type Dhcpv6ClientOptionsOptionsRequest_Choice_Enum
- func (Dhcpv6ClientOptionsOptionsRequest_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x Dhcpv6ClientOptionsOptionsRequest_Choice_Enum) Enum() *Dhcpv6ClientOptionsOptionsRequest_Choice_Enum
- func (Dhcpv6ClientOptionsOptionsRequest_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x Dhcpv6ClientOptionsOptionsRequest_Choice_Enum) Number() protoreflect.EnumNumber
- func (x Dhcpv6ClientOptionsOptionsRequest_Choice_Enum) String() string
- func (Dhcpv6ClientOptionsOptionsRequest_Choice_Enum) Type() protoreflect.EnumType
- type Dhcpv6ClientOptionsServerIdentifier
- func (*Dhcpv6ClientOptionsServerIdentifier) Descriptor() ([]byte, []int)deprecated
- func (x *Dhcpv6ClientOptionsServerIdentifier) GetChoice() Dhcpv6ClientOptionsServerIdentifier_Choice_Enum
- func (x *Dhcpv6ClientOptionsServerIdentifier) GetDuidEn() *Dhcpv6ClientOptionsDuidEn
- func (x *Dhcpv6ClientOptionsServerIdentifier) GetDuidLl() *Dhcpv6ClientOptionsDuidLl
- func (x *Dhcpv6ClientOptionsServerIdentifier) GetDuidLlt() *Dhcpv6ClientOptionsDuidLlt
- func (x *Dhcpv6ClientOptionsServerIdentifier) GetDuidUuid() *Dhcpv6ClientOptionsDuidUuid
- func (*Dhcpv6ClientOptionsServerIdentifier) ProtoMessage()
- func (x *Dhcpv6ClientOptionsServerIdentifier) ProtoReflect() protoreflect.Message
- func (x *Dhcpv6ClientOptionsServerIdentifier) Reset()
- func (x *Dhcpv6ClientOptionsServerIdentifier) String() string
- type Dhcpv6ClientOptionsServerIdentifier_Choice
- func (*Dhcpv6ClientOptionsServerIdentifier_Choice) Descriptor() ([]byte, []int)deprecated
- func (*Dhcpv6ClientOptionsServerIdentifier_Choice) ProtoMessage()
- func (x *Dhcpv6ClientOptionsServerIdentifier_Choice) ProtoReflect() protoreflect.Message
- func (x *Dhcpv6ClientOptionsServerIdentifier_Choice) Reset()
- func (x *Dhcpv6ClientOptionsServerIdentifier_Choice) String() string
- type Dhcpv6ClientOptionsServerIdentifier_Choice_Enum
- func (Dhcpv6ClientOptionsServerIdentifier_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x Dhcpv6ClientOptionsServerIdentifier_Choice_Enum) Enum() *Dhcpv6ClientOptionsServerIdentifier_Choice_Enum
- func (Dhcpv6ClientOptionsServerIdentifier_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x Dhcpv6ClientOptionsServerIdentifier_Choice_Enum) Number() protoreflect.EnumNumber
- func (x Dhcpv6ClientOptionsServerIdentifier_Choice_Enum) String() string
- func (Dhcpv6ClientOptionsServerIdentifier_Choice_Enum) Type() protoreflect.EnumType
- type Dhcpv6ClientOptionsVendorClass
- func (*Dhcpv6ClientOptionsVendorClass) Descriptor() ([]byte, []int)deprecated
- func (x *Dhcpv6ClientOptionsVendorClass) GetAssociatedDhcpMessages() *Dhcpv6ClientOptionsIncludedMessages
- func (x *Dhcpv6ClientOptionsVendorClass) GetClassData() []string
- func (x *Dhcpv6ClientOptionsVendorClass) GetEnterpriseNumber() uint32
- func (*Dhcpv6ClientOptionsVendorClass) ProtoMessage()
- func (x *Dhcpv6ClientOptionsVendorClass) ProtoReflect() protoreflect.Message
- func (x *Dhcpv6ClientOptionsVendorClass) Reset()
- func (x *Dhcpv6ClientOptionsVendorClass) String() string
- type Dhcpv6ClientOptionsVendorInfo
- func (*Dhcpv6ClientOptionsVendorInfo) Descriptor() ([]byte, []int)deprecated
- func (x *Dhcpv6ClientOptionsVendorInfo) GetAssociatedDhcpMessages() *Dhcpv6ClientOptionsIncludedMessages
- func (x *Dhcpv6ClientOptionsVendorInfo) GetEnterpriseNumber() uint32
- func (x *Dhcpv6ClientOptionsVendorInfo) GetOptionData() []*Dhcpv6OptionsVendorSpecificOptions
- func (*Dhcpv6ClientOptionsVendorInfo) ProtoMessage()
- func (x *Dhcpv6ClientOptionsVendorInfo) ProtoReflect() protoreflect.Message
- func (x *Dhcpv6ClientOptionsVendorInfo) Reset()
- func (x *Dhcpv6ClientOptionsVendorInfo) String() string
- type Dhcpv6InterfaceIa
- func (*Dhcpv6InterfaceIa) Descriptor() ([]byte, []int)deprecated
- func (x *Dhcpv6InterfaceIa) GetAddress() string
- func (x *Dhcpv6InterfaceIa) GetGateway() string
- func (x *Dhcpv6InterfaceIa) GetLeaseTime() uint32
- func (*Dhcpv6InterfaceIa) ProtoMessage()
- func (x *Dhcpv6InterfaceIa) ProtoReflect() protoreflect.Message
- func (x *Dhcpv6InterfaceIa) Reset()
- func (x *Dhcpv6InterfaceIa) String() string
- type Dhcpv6InterfaceIapd
- func (*Dhcpv6InterfaceIapd) Descriptor() ([]byte, []int)deprecated
- func (x *Dhcpv6InterfaceIapd) GetAddress() string
- func (x *Dhcpv6InterfaceIapd) GetLeaseTime() uint32
- func (x *Dhcpv6InterfaceIapd) GetPrefixLength() uint32
- func (*Dhcpv6InterfaceIapd) ProtoMessage()
- func (x *Dhcpv6InterfaceIapd) ProtoReflect() protoreflect.Message
- func (x *Dhcpv6InterfaceIapd) Reset()
- func (x *Dhcpv6InterfaceIapd) String() string
- type Dhcpv6InterfaceState
- func (*Dhcpv6InterfaceState) Descriptor() ([]byte, []int)deprecated
- func (x *Dhcpv6InterfaceState) GetDhcpClientName() string
- func (x *Dhcpv6InterfaceState) GetIaAddresses() []*Dhcpv6InterfaceIa
- func (x *Dhcpv6InterfaceState) GetIapdAddresses() []*Dhcpv6InterfaceIapd
- func (*Dhcpv6InterfaceState) ProtoMessage()
- func (x *Dhcpv6InterfaceState) ProtoReflect() protoreflect.Message
- func (x *Dhcpv6InterfaceState) Reset()
- func (x *Dhcpv6InterfaceState) String() string
- type Dhcpv6InterfaceStateRequest
- func (*Dhcpv6InterfaceStateRequest) Descriptor() ([]byte, []int)deprecated
- func (x *Dhcpv6InterfaceStateRequest) GetDhcpClientNames() []string
- func (*Dhcpv6InterfaceStateRequest) ProtoMessage()
- func (x *Dhcpv6InterfaceStateRequest) ProtoReflect() protoreflect.Message
- func (x *Dhcpv6InterfaceStateRequest) Reset()
- func (x *Dhcpv6InterfaceStateRequest) String() string
- type Dhcpv6LeaseStateRequest
- func (*Dhcpv6LeaseStateRequest) Descriptor() ([]byte, []int)deprecated
- func (x *Dhcpv6LeaseStateRequest) GetDhcpServerNames() []string
- func (*Dhcpv6LeaseStateRequest) ProtoMessage()
- func (x *Dhcpv6LeaseStateRequest) ProtoReflect() protoreflect.Message
- func (x *Dhcpv6LeaseStateRequest) Reset()
- func (x *Dhcpv6LeaseStateRequest) String() string
- type Dhcpv6LeasesState
- func (*Dhcpv6LeasesState) Descriptor() ([]byte, []int)deprecated
- func (x *Dhcpv6LeasesState) GetDhcpServerName() string
- func (x *Dhcpv6LeasesState) GetLeases() []*Dhcpv6ServerLeaseState
- func (*Dhcpv6LeasesState) ProtoMessage()
- func (x *Dhcpv6LeasesState) ProtoReflect() protoreflect.Message
- func (x *Dhcpv6LeasesState) Reset()
- func (x *Dhcpv6LeasesState) String() string
- type Dhcpv6OptionsVendorSpecificOptions
- func (*Dhcpv6OptionsVendorSpecificOptions) Descriptor() ([]byte, []int)deprecated
- func (x *Dhcpv6OptionsVendorSpecificOptions) GetCode() uint32
- func (x *Dhcpv6OptionsVendorSpecificOptions) GetData() string
- func (*Dhcpv6OptionsVendorSpecificOptions) ProtoMessage()
- func (x *Dhcpv6OptionsVendorSpecificOptions) ProtoReflect() protoreflect.Message
- func (x *Dhcpv6OptionsVendorSpecificOptions) Reset()
- func (x *Dhcpv6OptionsVendorSpecificOptions) String() string
- type Dhcpv6ServerIaType
- func (*Dhcpv6ServerIaType) Descriptor() ([]byte, []int)deprecated
- func (x *Dhcpv6ServerIaType) GetChoice() Dhcpv6ServerIaType_Choice_Enum
- func (x *Dhcpv6ServerIaType) GetIana() *Dhcpv6ServerPoolInfo
- func (x *Dhcpv6ServerIaType) GetIanapd() *Dhcpv6ServerIanapdPoolInfo
- func (x *Dhcpv6ServerIaType) GetIapd() *Dhcpv6ServerIapdPoolInfo
- func (x *Dhcpv6ServerIaType) GetIata() *Dhcpv6ServerPoolInfo
- func (*Dhcpv6ServerIaType) ProtoMessage()
- func (x *Dhcpv6ServerIaType) ProtoReflect() protoreflect.Message
- func (x *Dhcpv6ServerIaType) Reset()
- func (x *Dhcpv6ServerIaType) String() string
- type Dhcpv6ServerIaType_Choice
- type Dhcpv6ServerIaType_Choice_Enum
- func (Dhcpv6ServerIaType_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x Dhcpv6ServerIaType_Choice_Enum) Enum() *Dhcpv6ServerIaType_Choice_Enum
- func (Dhcpv6ServerIaType_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x Dhcpv6ServerIaType_Choice_Enum) Number() protoreflect.EnumNumber
- func (x Dhcpv6ServerIaType_Choice_Enum) String() string
- func (Dhcpv6ServerIaType_Choice_Enum) Type() protoreflect.EnumType
- type Dhcpv6ServerIanapdPoolInfo
- func (*Dhcpv6ServerIanapdPoolInfo) Descriptor() ([]byte, []int)deprecated
- func (x *Dhcpv6ServerIanapdPoolInfo) GetIana() *Dhcpv6ServerPoolInfo
- func (x *Dhcpv6ServerIanapdPoolInfo) GetIapd() *Dhcpv6ServerIapdPoolInfo
- func (*Dhcpv6ServerIanapdPoolInfo) ProtoMessage()
- func (x *Dhcpv6ServerIanapdPoolInfo) ProtoReflect() protoreflect.Message
- func (x *Dhcpv6ServerIanapdPoolInfo) Reset()
- func (x *Dhcpv6ServerIanapdPoolInfo) String() string
- type Dhcpv6ServerIapdPoolInfo
- func (*Dhcpv6ServerIapdPoolInfo) Descriptor() ([]byte, []int)deprecated
- func (x *Dhcpv6ServerIapdPoolInfo) GetAdvertisedPrefixLen() uint32
- func (x *Dhcpv6ServerIapdPoolInfo) GetConfiguredPrefixLen() uint32
- func (x *Dhcpv6ServerIapdPoolInfo) GetPrefixSize() uint32
- func (x *Dhcpv6ServerIapdPoolInfo) GetPrefixStep() uint32
- func (x *Dhcpv6ServerIapdPoolInfo) GetStartPrefixAddress() string
- func (*Dhcpv6ServerIapdPoolInfo) ProtoMessage()
- func (x *Dhcpv6ServerIapdPoolInfo) ProtoReflect() protoreflect.Message
- func (x *Dhcpv6ServerIapdPoolInfo) Reset()
- func (x *Dhcpv6ServerIapdPoolInfo) String() string
- type Dhcpv6ServerLeaseState
- func (*Dhcpv6ServerLeaseState) Descriptor() ([]byte, []int)deprecated
- func (x *Dhcpv6ServerLeaseState) GetAddress() string
- func (x *Dhcpv6ServerLeaseState) GetClientId() string
- func (x *Dhcpv6ServerLeaseState) GetInterfaceId() string
- func (x *Dhcpv6ServerLeaseState) GetPreferredTime() uint32
- func (x *Dhcpv6ServerLeaseState) GetRebindTime() uint32
- func (x *Dhcpv6ServerLeaseState) GetRemoteId() string
- func (x *Dhcpv6ServerLeaseState) GetRenewTime() uint32
- func (x *Dhcpv6ServerLeaseState) GetValidTime() uint32
- func (*Dhcpv6ServerLeaseState) ProtoMessage()
- func (x *Dhcpv6ServerLeaseState) ProtoReflect() protoreflect.Message
- func (x *Dhcpv6ServerLeaseState) Reset()
- func (x *Dhcpv6ServerLeaseState) String() string
- type Dhcpv6ServerMetric
- func (*Dhcpv6ServerMetric) Descriptor() ([]byte, []int)deprecated
- func (x *Dhcpv6ServerMetric) GetAdvertisementsSent() uint64
- func (x *Dhcpv6ServerMetric) GetConfirmsReceived() uint64
- func (x *Dhcpv6ServerMetric) GetDeclinesReceived() uint64
- func (x *Dhcpv6ServerMetric) GetInformationRequestsReceived() uint64
- func (x *Dhcpv6ServerMetric) GetNacksSent() uint64
- func (x *Dhcpv6ServerMetric) GetName() string
- func (x *Dhcpv6ServerMetric) GetRebindsReceived() uint64
- func (x *Dhcpv6ServerMetric) GetReconfiguresSent() uint64
- func (x *Dhcpv6ServerMetric) GetRelayForwardsReceived() uint64
- func (x *Dhcpv6ServerMetric) GetRelayRepliesSent() uint64
- func (x *Dhcpv6ServerMetric) GetReleasesReceived() uint64
- func (x *Dhcpv6ServerMetric) GetRenewalsReceived() uint64
- func (x *Dhcpv6ServerMetric) GetRepliesSent() uint64
- func (x *Dhcpv6ServerMetric) GetRequestsReceived() uint64
- func (x *Dhcpv6ServerMetric) GetSolicitsIgnored() uint64
- func (x *Dhcpv6ServerMetric) GetSolicitsReceived() uint64
- func (*Dhcpv6ServerMetric) ProtoMessage()
- func (x *Dhcpv6ServerMetric) ProtoReflect() protoreflect.Message
- func (x *Dhcpv6ServerMetric) Reset()
- func (x *Dhcpv6ServerMetric) String() string
- type Dhcpv6ServerMetricsRequest
- func (*Dhcpv6ServerMetricsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *Dhcpv6ServerMetricsRequest) GetColumnNames() []Dhcpv6ServerMetricsRequest_ColumnNames_Enum
- func (x *Dhcpv6ServerMetricsRequest) GetServerNames() []string
- func (*Dhcpv6ServerMetricsRequest) ProtoMessage()
- func (x *Dhcpv6ServerMetricsRequest) ProtoReflect() protoreflect.Message
- func (x *Dhcpv6ServerMetricsRequest) Reset()
- func (x *Dhcpv6ServerMetricsRequest) String() string
- type Dhcpv6ServerMetricsRequest_ColumnNames
- func (*Dhcpv6ServerMetricsRequest_ColumnNames) Descriptor() ([]byte, []int)deprecated
- func (*Dhcpv6ServerMetricsRequest_ColumnNames) ProtoMessage()
- func (x *Dhcpv6ServerMetricsRequest_ColumnNames) ProtoReflect() protoreflect.Message
- func (x *Dhcpv6ServerMetricsRequest_ColumnNames) Reset()
- func (x *Dhcpv6ServerMetricsRequest_ColumnNames) String() string
- type Dhcpv6ServerMetricsRequest_ColumnNames_Enum
- func (Dhcpv6ServerMetricsRequest_ColumnNames_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x Dhcpv6ServerMetricsRequest_ColumnNames_Enum) Enum() *Dhcpv6ServerMetricsRequest_ColumnNames_Enum
- func (Dhcpv6ServerMetricsRequest_ColumnNames_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x Dhcpv6ServerMetricsRequest_ColumnNames_Enum) Number() protoreflect.EnumNumber
- func (x Dhcpv6ServerMetricsRequest_ColumnNames_Enum) String() string
- func (Dhcpv6ServerMetricsRequest_ColumnNames_Enum) Type() protoreflect.EnumType
- type Dhcpv6ServerOptions
- func (*Dhcpv6ServerOptions) Descriptor() ([]byte, []int)deprecated
- func (x *Dhcpv6ServerOptions) GetBootfileUrl() *Dhcpv6ServerOptionsBootfileUrl
- func (x *Dhcpv6ServerOptions) GetDns() *DhcpV6ServerDns
- func (x *Dhcpv6ServerOptions) GetVendorInfo() *Dhcpv6ServerOptionsVendorInfo
- func (*Dhcpv6ServerOptions) ProtoMessage()
- func (x *Dhcpv6ServerOptions) ProtoReflect() protoreflect.Message
- func (x *Dhcpv6ServerOptions) Reset()
- func (x *Dhcpv6ServerOptions) String() string
- type Dhcpv6ServerOptionsBootFileParams
- func (*Dhcpv6ServerOptionsBootFileParams) Descriptor() ([]byte, []int)deprecated
- func (x *Dhcpv6ServerOptionsBootFileParams) GetParameter() string
- func (*Dhcpv6ServerOptionsBootFileParams) ProtoMessage()
- func (x *Dhcpv6ServerOptionsBootFileParams) ProtoReflect() protoreflect.Message
- func (x *Dhcpv6ServerOptionsBootFileParams) Reset()
- func (x *Dhcpv6ServerOptionsBootFileParams) String() string
- type Dhcpv6ServerOptionsBootfileUrl
- func (*Dhcpv6ServerOptionsBootfileUrl) Descriptor() ([]byte, []int)deprecated
- func (x *Dhcpv6ServerOptionsBootfileUrl) GetAssociatedDhcpMessages() *Dhcpv6ServerOptionsIncludedMessages
- func (x *Dhcpv6ServerOptionsBootfileUrl) GetBootfileParams() []*Dhcpv6ServerOptionsBootFileParams
- func (x *Dhcpv6ServerOptionsBootfileUrl) GetUrl() string
- func (*Dhcpv6ServerOptionsBootfileUrl) ProtoMessage()
- func (x *Dhcpv6ServerOptionsBootfileUrl) ProtoReflect() protoreflect.Message
- func (x *Dhcpv6ServerOptionsBootfileUrl) Reset()
- func (x *Dhcpv6ServerOptionsBootfileUrl) String() string
- type Dhcpv6ServerOptionsIncludedMessages
- func (*Dhcpv6ServerOptionsIncludedMessages) Descriptor() ([]byte, []int)deprecated
- func (x *Dhcpv6ServerOptionsIncludedMessages) GetChoice() Dhcpv6ServerOptionsIncludedMessages_Choice_Enum
- func (x *Dhcpv6ServerOptionsIncludedMessages) GetMsgTypes() []*Dhcpv6ServerOptionsMessageType
- func (*Dhcpv6ServerOptionsIncludedMessages) ProtoMessage()
- func (x *Dhcpv6ServerOptionsIncludedMessages) ProtoReflect() protoreflect.Message
- func (x *Dhcpv6ServerOptionsIncludedMessages) Reset()
- func (x *Dhcpv6ServerOptionsIncludedMessages) String() string
- type Dhcpv6ServerOptionsIncludedMessages_Choice
- func (*Dhcpv6ServerOptionsIncludedMessages_Choice) Descriptor() ([]byte, []int)deprecated
- func (*Dhcpv6ServerOptionsIncludedMessages_Choice) ProtoMessage()
- func (x *Dhcpv6ServerOptionsIncludedMessages_Choice) ProtoReflect() protoreflect.Message
- func (x *Dhcpv6ServerOptionsIncludedMessages_Choice) Reset()
- func (x *Dhcpv6ServerOptionsIncludedMessages_Choice) String() string
- type Dhcpv6ServerOptionsIncludedMessages_Choice_Enum
- func (Dhcpv6ServerOptionsIncludedMessages_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x Dhcpv6ServerOptionsIncludedMessages_Choice_Enum) Enum() *Dhcpv6ServerOptionsIncludedMessages_Choice_Enum
- func (Dhcpv6ServerOptionsIncludedMessages_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x Dhcpv6ServerOptionsIncludedMessages_Choice_Enum) Number() protoreflect.EnumNumber
- func (x Dhcpv6ServerOptionsIncludedMessages_Choice_Enum) String() string
- func (Dhcpv6ServerOptionsIncludedMessages_Choice_Enum) Type() protoreflect.EnumType
- type Dhcpv6ServerOptionsMessageType
- func (*Dhcpv6ServerOptionsMessageType) Descriptor() ([]byte, []int)deprecated
- func (x *Dhcpv6ServerOptionsMessageType) GetChoice() Dhcpv6ServerOptionsMessageType_Choice_Enum
- func (*Dhcpv6ServerOptionsMessageType) ProtoMessage()
- func (x *Dhcpv6ServerOptionsMessageType) ProtoReflect() protoreflect.Message
- func (x *Dhcpv6ServerOptionsMessageType) Reset()
- func (x *Dhcpv6ServerOptionsMessageType) String() string
- type Dhcpv6ServerOptionsMessageType_Choice
- func (*Dhcpv6ServerOptionsMessageType_Choice) Descriptor() ([]byte, []int)deprecated
- func (*Dhcpv6ServerOptionsMessageType_Choice) ProtoMessage()
- func (x *Dhcpv6ServerOptionsMessageType_Choice) ProtoReflect() protoreflect.Message
- func (x *Dhcpv6ServerOptionsMessageType_Choice) Reset()
- func (x *Dhcpv6ServerOptionsMessageType_Choice) String() string
- type Dhcpv6ServerOptionsMessageType_Choice_Enum
- func (Dhcpv6ServerOptionsMessageType_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x Dhcpv6ServerOptionsMessageType_Choice_Enum) Enum() *Dhcpv6ServerOptionsMessageType_Choice_Enum
- func (Dhcpv6ServerOptionsMessageType_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x Dhcpv6ServerOptionsMessageType_Choice_Enum) Number() protoreflect.EnumNumber
- func (x Dhcpv6ServerOptionsMessageType_Choice_Enum) String() string
- func (Dhcpv6ServerOptionsMessageType_Choice_Enum) Type() protoreflect.EnumType
- type Dhcpv6ServerOptionsVendorInfo
- func (*Dhcpv6ServerOptionsVendorInfo) Descriptor() ([]byte, []int)deprecated
- func (x *Dhcpv6ServerOptionsVendorInfo) GetAssociatedDhcpMessages() *Dhcpv6ServerOptionsIncludedMessages
- func (x *Dhcpv6ServerOptionsVendorInfo) GetEnterpriseNumber() uint32
- func (x *Dhcpv6ServerOptionsVendorInfo) GetOptionData() []*Dhcpv6OptionsVendorSpecificOptions
- func (*Dhcpv6ServerOptionsVendorInfo) ProtoMessage()
- func (x *Dhcpv6ServerOptionsVendorInfo) ProtoReflect() protoreflect.Message
- func (x *Dhcpv6ServerOptionsVendorInfo) Reset()
- func (x *Dhcpv6ServerOptionsVendorInfo) String() string
- type Dhcpv6ServerPoolInfo
- func (*Dhcpv6ServerPoolInfo) Descriptor() ([]byte, []int)deprecated
- func (x *Dhcpv6ServerPoolInfo) GetPrefixLen() uint32
- func (x *Dhcpv6ServerPoolInfo) GetSize() uint32
- func (x *Dhcpv6ServerPoolInfo) GetStartAddress() string
- func (x *Dhcpv6ServerPoolInfo) GetStep() uint32
- func (*Dhcpv6ServerPoolInfo) ProtoMessage()
- func (x *Dhcpv6ServerPoolInfo) ProtoReflect() protoreflect.Message
- func (x *Dhcpv6ServerPoolInfo) Reset()
- func (x *Dhcpv6ServerPoolInfo) String() string
- type Error
- func (*Error) Descriptor() ([]byte, []int)deprecated
- func (x *Error) GetCode() int32
- func (x *Error) GetErrors() []string
- func (x *Error) GetKind() Error_Kind_Enum
- func (*Error) ProtoMessage()
- func (x *Error) ProtoReflect() protoreflect.Message
- func (x *Error) Reset()
- func (x *Error) String() string
- type Error_Kind
- type Error_Kind_Enum
- func (Error_Kind_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x Error_Kind_Enum) Enum() *Error_Kind_Enum
- func (Error_Kind_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x Error_Kind_Enum) Number() protoreflect.EnumNumber
- func (x Error_Kind_Enum) String() string
- func (Error_Kind_Enum) Type() protoreflect.EnumType
- type EthernetConnection
- func (*EthernetConnection) Descriptor() ([]byte, []int)deprecated
- func (x *EthernetConnection) GetChoice() EthernetConnection_Choice_Enum
- func (x *EthernetConnection) GetLagName() string
- func (x *EthernetConnection) GetPortName() string
- func (x *EthernetConnection) GetSimulatedLink() *EthernetSimulatedLink
- func (x *EthernetConnection) GetVxlanName() string
- func (*EthernetConnection) ProtoMessage()
- func (x *EthernetConnection) ProtoReflect() protoreflect.Message
- func (x *EthernetConnection) Reset()
- func (x *EthernetConnection) String() string
- type EthernetConnection_Choice
- type EthernetConnection_Choice_Enum
- func (EthernetConnection_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x EthernetConnection_Choice_Enum) Enum() *EthernetConnection_Choice_Enum
- func (EthernetConnection_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x EthernetConnection_Choice_Enum) Number() protoreflect.EnumNumber
- func (x EthernetConnection_Choice_Enum) String() string
- func (EthernetConnection_Choice_Enum) Type() protoreflect.EnumType
- type EthernetSimulatedLink
- func (*EthernetSimulatedLink) Descriptor() ([]byte, []int)deprecated
- func (x *EthernetSimulatedLink) GetLinkType() EthernetSimulatedLink_LinkType_Enum
- func (x *EthernetSimulatedLink) GetRemoteSimulatedLink() string
- func (*EthernetSimulatedLink) ProtoMessage()
- func (x *EthernetSimulatedLink) ProtoReflect() protoreflect.Message
- func (x *EthernetSimulatedLink) Reset()
- func (x *EthernetSimulatedLink) String() string
- type EthernetSimulatedLink_LinkType
- func (*EthernetSimulatedLink_LinkType) Descriptor() ([]byte, []int)deprecated
- func (*EthernetSimulatedLink_LinkType) ProtoMessage()
- func (x *EthernetSimulatedLink_LinkType) ProtoReflect() protoreflect.Message
- func (x *EthernetSimulatedLink_LinkType) Reset()
- func (x *EthernetSimulatedLink_LinkType) String() string
- type EthernetSimulatedLink_LinkType_Enum
- func (EthernetSimulatedLink_LinkType_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x EthernetSimulatedLink_LinkType_Enum) Enum() *EthernetSimulatedLink_LinkType_Enum
- func (EthernetSimulatedLink_LinkType_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x EthernetSimulatedLink_LinkType_Enum) Number() protoreflect.EnumNumber
- func (x EthernetSimulatedLink_LinkType_Enum) String() string
- func (EthernetSimulatedLink_LinkType_Enum) Type() protoreflect.EnumType
- type Event
- type EventCPEvents
- type EventDPEvents
- func (*EventDPEvents) Descriptor() ([]byte, []int)deprecated
- func (x *EventDPEvents) GetEnable() bool
- func (x *EventDPEvents) GetRxRateThreshold() float32
- func (*EventDPEvents) ProtoMessage()
- func (x *EventDPEvents) ProtoReflect() protoreflect.Message
- func (x *EventDPEvents) Reset()
- func (x *EventDPEvents) String() string
- type EventRequest
- func (*EventRequest) Descriptor() ([]byte, []int)deprecated
- func (x *EventRequest) GetSource() []string
- func (x *EventRequest) GetType() []EventRequest_Type_Enum
- func (*EventRequest) ProtoMessage()
- func (x *EventRequest) ProtoReflect() protoreflect.Message
- func (x *EventRequest) Reset()
- func (x *EventRequest) String() string
- type EventRequest_Type
- type EventRequest_Type_Enum
- func (EventRequest_Type_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x EventRequest_Type_Enum) Enum() *EventRequest_Type_Enum
- func (EventRequest_Type_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x EventRequest_Type_Enum) Number() protoreflect.EnumNumber
- func (x EventRequest_Type_Enum) String() string
- func (EventRequest_Type_Enum) Type() protoreflect.EnumType
- type EventSubscription
- func (*EventSubscription) Descriptor() ([]byte, []int)deprecated
- func (x *EventSubscription) GetCallbackUrl() string
- func (x *EventSubscription) GetEvents() *EventRequest
- func (*EventSubscription) ProtoMessage()
- func (x *EventSubscription) ProtoReflect() protoreflect.Message
- func (x *EventSubscription) Reset()
- func (x *EventSubscription) String() string
- type Failure
- type Flow
- func (*Flow) Descriptor() ([]byte, []int)deprecated
- func (x *Flow) GetDuration() *FlowDuration
- func (x *Flow) GetEgressPacket() []*FlowHeader
- func (x *Flow) GetMetrics() *FlowMetrics
- func (x *Flow) GetName() string
- func (x *Flow) GetPacket() []*FlowHeader
- func (x *Flow) GetRate() *FlowRate
- func (x *Flow) GetSize() *FlowSize
- func (x *Flow) GetTxRx() *FlowTxRx
- func (*Flow) ProtoMessage()
- func (x *Flow) ProtoReflect() protoreflect.Message
- func (x *Flow) Reset()
- func (x *Flow) String() string
- type FlowArp
- func (*FlowArp) Descriptor() ([]byte, []int)deprecated
- func (x *FlowArp) GetHardwareLength() *PatternFlowArpHardwareLength
- func (x *FlowArp) GetHardwareType() *PatternFlowArpHardwareType
- func (x *FlowArp) GetOperation() *PatternFlowArpOperation
- func (x *FlowArp) GetProtocolLength() *PatternFlowArpProtocolLength
- func (x *FlowArp) GetProtocolType() *PatternFlowArpProtocolType
- func (x *FlowArp) GetSenderHardwareAddr() *PatternFlowArpSenderHardwareAddr
- func (x *FlowArp) GetSenderProtocolAddr() *PatternFlowArpSenderProtocolAddr
- func (x *FlowArp) GetTargetHardwareAddr() *PatternFlowArpTargetHardwareAddr
- func (x *FlowArp) GetTargetProtocolAddr() *PatternFlowArpTargetProtocolAddr
- func (*FlowArp) ProtoMessage()
- func (x *FlowArp) ProtoReflect() protoreflect.Message
- func (x *FlowArp) Reset()
- func (x *FlowArp) String() string
- type FlowBurst
- func (*FlowBurst) Descriptor() ([]byte, []int)deprecated
- func (x *FlowBurst) GetBursts() uint32
- func (x *FlowBurst) GetGap() uint32
- func (x *FlowBurst) GetInterBurstGap() *FlowDurationInterBurstGap
- func (x *FlowBurst) GetPackets() uint32
- func (*FlowBurst) ProtoMessage()
- func (x *FlowBurst) ProtoReflect() protoreflect.Message
- func (x *FlowBurst) Reset()
- func (x *FlowBurst) String() string
- type FlowContinuous
- func (*FlowContinuous) Descriptor() ([]byte, []int)deprecated
- func (x *FlowContinuous) GetDelay() *FlowDelay
- func (x *FlowContinuous) GetGap() uint32
- func (*FlowContinuous) ProtoMessage()
- func (x *FlowContinuous) ProtoReflect() protoreflect.Message
- func (x *FlowContinuous) Reset()
- func (x *FlowContinuous) String() string
- type FlowCustom
- func (*FlowCustom) Descriptor() ([]byte, []int)deprecated
- func (x *FlowCustom) GetBytes() string
- func (x *FlowCustom) GetMetricTags() []*FlowCustomMetricTag
- func (*FlowCustom) ProtoMessage()
- func (x *FlowCustom) ProtoReflect() protoreflect.Message
- func (x *FlowCustom) Reset()
- func (x *FlowCustom) String() string
- type FlowCustomMetricTag
- func (*FlowCustomMetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *FlowCustomMetricTag) GetLength() uint32
- func (x *FlowCustomMetricTag) GetName() string
- func (x *FlowCustomMetricTag) GetOffset() uint32
- func (*FlowCustomMetricTag) ProtoMessage()
- func (x *FlowCustomMetricTag) ProtoReflect() protoreflect.Message
- func (x *FlowCustomMetricTag) Reset()
- func (x *FlowCustomMetricTag) String() string
- type FlowDelay
- func (*FlowDelay) Descriptor() ([]byte, []int)deprecated
- func (x *FlowDelay) GetBytes() float32
- func (x *FlowDelay) GetChoice() FlowDelay_Choice_Enum
- func (x *FlowDelay) GetMicroseconds() float32
- func (x *FlowDelay) GetNanoseconds() float32
- func (*FlowDelay) ProtoMessage()
- func (x *FlowDelay) ProtoReflect() protoreflect.Message
- func (x *FlowDelay) Reset()
- func (x *FlowDelay) String() string
- type FlowDelay_Choice
- type FlowDelay_Choice_Enum
- func (FlowDelay_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x FlowDelay_Choice_Enum) Enum() *FlowDelay_Choice_Enum
- func (FlowDelay_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x FlowDelay_Choice_Enum) Number() protoreflect.EnumNumber
- func (x FlowDelay_Choice_Enum) String() string
- func (FlowDelay_Choice_Enum) Type() protoreflect.EnumType
- type FlowDuration
- func (*FlowDuration) Descriptor() ([]byte, []int)deprecated
- func (x *FlowDuration) GetBurst() *FlowBurst
- func (x *FlowDuration) GetChoice() FlowDuration_Choice_Enum
- func (x *FlowDuration) GetContinuous() *FlowContinuous
- func (x *FlowDuration) GetFixedPackets() *FlowFixedPackets
- func (x *FlowDuration) GetFixedSeconds() *FlowFixedSeconds
- func (*FlowDuration) ProtoMessage()
- func (x *FlowDuration) ProtoReflect() protoreflect.Message
- func (x *FlowDuration) Reset()
- func (x *FlowDuration) String() string
- type FlowDurationInterBurstGap
- func (*FlowDurationInterBurstGap) Descriptor() ([]byte, []int)deprecated
- func (x *FlowDurationInterBurstGap) GetBytes() float64
- func (x *FlowDurationInterBurstGap) GetChoice() FlowDurationInterBurstGap_Choice_Enum
- func (x *FlowDurationInterBurstGap) GetMicroseconds() float64
- func (x *FlowDurationInterBurstGap) GetNanoseconds() float64
- func (*FlowDurationInterBurstGap) ProtoMessage()
- func (x *FlowDurationInterBurstGap) ProtoReflect() protoreflect.Message
- func (x *FlowDurationInterBurstGap) Reset()
- func (x *FlowDurationInterBurstGap) String() string
- type FlowDurationInterBurstGap_Choice
- func (*FlowDurationInterBurstGap_Choice) Descriptor() ([]byte, []int)deprecated
- func (*FlowDurationInterBurstGap_Choice) ProtoMessage()
- func (x *FlowDurationInterBurstGap_Choice) ProtoReflect() protoreflect.Message
- func (x *FlowDurationInterBurstGap_Choice) Reset()
- func (x *FlowDurationInterBurstGap_Choice) String() string
- type FlowDurationInterBurstGap_Choice_Enum
- func (FlowDurationInterBurstGap_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x FlowDurationInterBurstGap_Choice_Enum) Enum() *FlowDurationInterBurstGap_Choice_Enum
- func (FlowDurationInterBurstGap_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x FlowDurationInterBurstGap_Choice_Enum) Number() protoreflect.EnumNumber
- func (x FlowDurationInterBurstGap_Choice_Enum) String() string
- func (FlowDurationInterBurstGap_Choice_Enum) Type() protoreflect.EnumType
- type FlowDuration_Choice
- type FlowDuration_Choice_Enum
- func (FlowDuration_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x FlowDuration_Choice_Enum) Enum() *FlowDuration_Choice_Enum
- func (FlowDuration_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x FlowDuration_Choice_Enum) Number() protoreflect.EnumNumber
- func (x FlowDuration_Choice_Enum) String() string
- func (FlowDuration_Choice_Enum) Type() protoreflect.EnumType
- type FlowEthernet
- func (*FlowEthernet) Descriptor() ([]byte, []int)deprecated
- func (x *FlowEthernet) GetDst() *PatternFlowEthernetDst
- func (x *FlowEthernet) GetEtherType() *PatternFlowEthernetEtherType
- func (x *FlowEthernet) GetPfcQueue() *PatternFlowEthernetPfcQueue
- func (x *FlowEthernet) GetSrc() *PatternFlowEthernetSrc
- func (*FlowEthernet) ProtoMessage()
- func (x *FlowEthernet) ProtoReflect() protoreflect.Message
- func (x *FlowEthernet) Reset()
- func (x *FlowEthernet) String() string
- type FlowEthernetPause
- func (*FlowEthernetPause) Descriptor() ([]byte, []int)deprecated
- func (x *FlowEthernetPause) GetControlOpCode() *PatternFlowEthernetPauseControlOpCode
- func (x *FlowEthernetPause) GetDst() *PatternFlowEthernetPauseDst
- func (x *FlowEthernetPause) GetEtherType() *PatternFlowEthernetPauseEtherType
- func (x *FlowEthernetPause) GetSrc() *PatternFlowEthernetPauseSrc
- func (x *FlowEthernetPause) GetTime() *PatternFlowEthernetPauseTime
- func (*FlowEthernetPause) ProtoMessage()
- func (x *FlowEthernetPause) ProtoReflect() protoreflect.Message
- func (x *FlowEthernetPause) Reset()
- func (x *FlowEthernetPause) String() string
- type FlowFixedPackets
- func (*FlowFixedPackets) Descriptor() ([]byte, []int)deprecated
- func (x *FlowFixedPackets) GetDelay() *FlowDelay
- func (x *FlowFixedPackets) GetGap() uint32
- func (x *FlowFixedPackets) GetPackets() uint32
- func (*FlowFixedPackets) ProtoMessage()
- func (x *FlowFixedPackets) ProtoReflect() protoreflect.Message
- func (x *FlowFixedPackets) Reset()
- func (x *FlowFixedPackets) String() string
- type FlowFixedSeconds
- func (*FlowFixedSeconds) Descriptor() ([]byte, []int)deprecated
- func (x *FlowFixedSeconds) GetDelay() *FlowDelay
- func (x *FlowFixedSeconds) GetGap() uint32
- func (x *FlowFixedSeconds) GetSeconds() float32
- func (*FlowFixedSeconds) ProtoMessage()
- func (x *FlowFixedSeconds) ProtoReflect() protoreflect.Message
- func (x *FlowFixedSeconds) Reset()
- func (x *FlowFixedSeconds) String() string
- type FlowGre
- func (*FlowGre) Descriptor() ([]byte, []int)deprecated
- func (x *FlowGre) GetChecksum() *PatternFlowGreChecksum
- func (x *FlowGre) GetChecksumPresent() *PatternFlowGreChecksumPresent
- func (x *FlowGre) GetProtocol() *PatternFlowGreProtocol
- func (x *FlowGre) GetReserved0() *PatternFlowGreReserved0
- func (x *FlowGre) GetReserved1() *PatternFlowGreReserved1
- func (x *FlowGre) GetVersion() *PatternFlowGreVersion
- func (*FlowGre) ProtoMessage()
- func (x *FlowGre) ProtoReflect() protoreflect.Message
- func (x *FlowGre) Reset()
- func (x *FlowGre) String() string
- type FlowGtpExtension
- func (*FlowGtpExtension) Descriptor() ([]byte, []int)deprecated
- func (x *FlowGtpExtension) GetContents() *PatternFlowGtpExtensionContents
- func (x *FlowGtpExtension) GetExtensionLength() *PatternFlowGtpExtensionExtensionLength
- func (x *FlowGtpExtension) GetNextExtensionHeader() *PatternFlowGtpExtensionNextExtensionHeader
- func (*FlowGtpExtension) ProtoMessage()
- func (x *FlowGtpExtension) ProtoReflect() protoreflect.Message
- func (x *FlowGtpExtension) Reset()
- func (x *FlowGtpExtension) String() string
- type FlowGtpv1
- func (*FlowGtpv1) Descriptor() ([]byte, []int)deprecated
- func (x *FlowGtpv1) GetEFlag() *PatternFlowGtpv1EFlag
- func (x *FlowGtpv1) GetExtensionHeaders() []*FlowGtpExtension
- func (x *FlowGtpv1) GetMessageLength() *PatternFlowGtpv1MessageLength
- func (x *FlowGtpv1) GetMessageType() *PatternFlowGtpv1MessageType
- func (x *FlowGtpv1) GetNPduNumber() *PatternFlowGtpv1NPduNumber
- func (x *FlowGtpv1) GetNextExtensionHeaderType() *PatternFlowGtpv1NextExtensionHeaderType
- func (x *FlowGtpv1) GetPnFlag() *PatternFlowGtpv1PnFlag
- func (x *FlowGtpv1) GetProtocolType() *PatternFlowGtpv1ProtocolType
- func (x *FlowGtpv1) GetReserved() *PatternFlowGtpv1Reserved
- func (x *FlowGtpv1) GetSFlag() *PatternFlowGtpv1SFlag
- func (x *FlowGtpv1) GetSquenceNumber() *PatternFlowGtpv1SquenceNumber
- func (x *FlowGtpv1) GetTeid() *PatternFlowGtpv1Teid
- func (x *FlowGtpv1) GetVersion() *PatternFlowGtpv1Version
- func (*FlowGtpv1) ProtoMessage()
- func (x *FlowGtpv1) ProtoReflect() protoreflect.Message
- func (x *FlowGtpv1) Reset()
- func (x *FlowGtpv1) String() string
- type FlowGtpv2
- func (*FlowGtpv2) Descriptor() ([]byte, []int)deprecated
- func (x *FlowGtpv2) GetMessageLength() *PatternFlowGtpv2MessageLength
- func (x *FlowGtpv2) GetMessageType() *PatternFlowGtpv2MessageType
- func (x *FlowGtpv2) GetPiggybackingFlag() *PatternFlowGtpv2PiggybackingFlag
- func (x *FlowGtpv2) GetSequenceNumber() *PatternFlowGtpv2SequenceNumber
- func (x *FlowGtpv2) GetSpare1() *PatternFlowGtpv2Spare1
- func (x *FlowGtpv2) GetSpare2() *PatternFlowGtpv2Spare2
- func (x *FlowGtpv2) GetTeid() *PatternFlowGtpv2Teid
- func (x *FlowGtpv2) GetTeidFlag() *PatternFlowGtpv2TeidFlag
- func (x *FlowGtpv2) GetVersion() *PatternFlowGtpv2Version
- func (*FlowGtpv2) ProtoMessage()
- func (x *FlowGtpv2) ProtoReflect() protoreflect.Message
- func (x *FlowGtpv2) Reset()
- func (x *FlowGtpv2) String() string
- type FlowHeader
- func (*FlowHeader) Descriptor() ([]byte, []int)deprecated
- func (x *FlowHeader) GetArp() *FlowArp
- func (x *FlowHeader) GetChoice() FlowHeader_Choice_Enum
- func (x *FlowHeader) GetCustom() *FlowCustom
- func (x *FlowHeader) GetEthernet() *FlowEthernet
- func (x *FlowHeader) GetEthernetpause() *FlowEthernetPause
- func (x *FlowHeader) GetGre() *FlowGre
- func (x *FlowHeader) GetGtpv1() *FlowGtpv1
- func (x *FlowHeader) GetGtpv2() *FlowGtpv2
- func (x *FlowHeader) GetIcmp() *FlowIcmp
- func (x *FlowHeader) GetIcmpv6() *FlowIcmpv6
- func (x *FlowHeader) GetIgmpv1() *FlowIgmpv1
- func (x *FlowHeader) GetIpv4() *FlowIpv4
- func (x *FlowHeader) GetIpv6() *FlowIpv6
- func (x *FlowHeader) GetMpls() *FlowMpls
- func (x *FlowHeader) GetPfcpause() *FlowPfcPause
- func (x *FlowHeader) GetPpp() *FlowPpp
- func (x *FlowHeader) GetRsvp() *FlowRsvp
- func (x *FlowHeader) GetSnmpv2C() *FlowSnmpv2C
- func (x *FlowHeader) GetTcp() *FlowTcp
- func (x *FlowHeader) GetUdp() *FlowUdp
- func (x *FlowHeader) GetVlan() *FlowVlan
- func (x *FlowHeader) GetVxlan() *FlowVxlan
- func (*FlowHeader) ProtoMessage()
- func (x *FlowHeader) ProtoReflect() protoreflect.Message
- func (x *FlowHeader) Reset()
- func (x *FlowHeader) String() string
- type FlowHeader_Choice
- type FlowHeader_Choice_Enum
- func (FlowHeader_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x FlowHeader_Choice_Enum) Enum() *FlowHeader_Choice_Enum
- func (FlowHeader_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x FlowHeader_Choice_Enum) Number() protoreflect.EnumNumber
- func (x FlowHeader_Choice_Enum) String() string
- func (FlowHeader_Choice_Enum) Type() protoreflect.EnumType
- type FlowIcmp
- type FlowIcmpEcho
- func (*FlowIcmpEcho) Descriptor() ([]byte, []int)deprecated
- func (x *FlowIcmpEcho) GetChecksum() *PatternFlowIcmpEchoChecksum
- func (x *FlowIcmpEcho) GetCode() *PatternFlowIcmpEchoCode
- func (x *FlowIcmpEcho) GetIdentifier() *PatternFlowIcmpEchoIdentifier
- func (x *FlowIcmpEcho) GetSequenceNumber() *PatternFlowIcmpEchoSequenceNumber
- func (x *FlowIcmpEcho) GetType() *PatternFlowIcmpEchoType
- func (*FlowIcmpEcho) ProtoMessage()
- func (x *FlowIcmpEcho) ProtoReflect() protoreflect.Message
- func (x *FlowIcmpEcho) Reset()
- func (x *FlowIcmpEcho) String() string
- type FlowIcmp_Choice
- type FlowIcmp_Choice_Enum
- func (FlowIcmp_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x FlowIcmp_Choice_Enum) Enum() *FlowIcmp_Choice_Enum
- func (FlowIcmp_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x FlowIcmp_Choice_Enum) Number() protoreflect.EnumNumber
- func (x FlowIcmp_Choice_Enum) String() string
- func (FlowIcmp_Choice_Enum) Type() protoreflect.EnumType
- type FlowIcmpv6
- func (*FlowIcmpv6) Descriptor() ([]byte, []int)deprecated
- func (x *FlowIcmpv6) GetChoice() FlowIcmpv6_Choice_Enum
- func (x *FlowIcmpv6) GetEcho() *FlowIcmpv6Echo
- func (*FlowIcmpv6) ProtoMessage()
- func (x *FlowIcmpv6) ProtoReflect() protoreflect.Message
- func (x *FlowIcmpv6) Reset()
- func (x *FlowIcmpv6) String() string
- type FlowIcmpv6Echo
- func (*FlowIcmpv6Echo) Descriptor() ([]byte, []int)deprecated
- func (x *FlowIcmpv6Echo) GetChecksum() *PatternFlowIcmpv6EchoChecksum
- func (x *FlowIcmpv6Echo) GetCode() *PatternFlowIcmpv6EchoCode
- func (x *FlowIcmpv6Echo) GetIdentifier() *PatternFlowIcmpv6EchoIdentifier
- func (x *FlowIcmpv6Echo) GetSequenceNumber() *PatternFlowIcmpv6EchoSequenceNumber
- func (x *FlowIcmpv6Echo) GetType() *PatternFlowIcmpv6EchoType
- func (*FlowIcmpv6Echo) ProtoMessage()
- func (x *FlowIcmpv6Echo) ProtoReflect() protoreflect.Message
- func (x *FlowIcmpv6Echo) Reset()
- func (x *FlowIcmpv6Echo) String() string
- type FlowIcmpv6_Choice
- type FlowIcmpv6_Choice_Enum
- func (FlowIcmpv6_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x FlowIcmpv6_Choice_Enum) Enum() *FlowIcmpv6_Choice_Enum
- func (FlowIcmpv6_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x FlowIcmpv6_Choice_Enum) Number() protoreflect.EnumNumber
- func (x FlowIcmpv6_Choice_Enum) String() string
- func (FlowIcmpv6_Choice_Enum) Type() protoreflect.EnumType
- type FlowIgmpv1
- func (*FlowIgmpv1) Descriptor() ([]byte, []int)deprecated
- func (x *FlowIgmpv1) GetChecksum() *PatternFlowIgmpv1Checksum
- func (x *FlowIgmpv1) GetGroupAddress() *PatternFlowIgmpv1GroupAddress
- func (x *FlowIgmpv1) GetType() *PatternFlowIgmpv1Type
- func (x *FlowIgmpv1) GetUnused() *PatternFlowIgmpv1Unused
- func (x *FlowIgmpv1) GetVersion() *PatternFlowIgmpv1Version
- func (*FlowIgmpv1) ProtoMessage()
- func (x *FlowIgmpv1) ProtoReflect() protoreflect.Message
- func (x *FlowIgmpv1) Reset()
- func (x *FlowIgmpv1) String() string
- type FlowIpv4
- func (*FlowIpv4) Descriptor() ([]byte, []int)deprecated
- func (x *FlowIpv4) GetDontFragment() *PatternFlowIpv4DontFragment
- func (x *FlowIpv4) GetDst() *PatternFlowIpv4Dst
- func (x *FlowIpv4) GetFragmentOffset() *PatternFlowIpv4FragmentOffset
- func (x *FlowIpv4) GetHeaderChecksum() *PatternFlowIpv4HeaderChecksum
- func (x *FlowIpv4) GetHeaderLength() *PatternFlowIpv4HeaderLength
- func (x *FlowIpv4) GetIdentification() *PatternFlowIpv4Identification
- func (x *FlowIpv4) GetMoreFragments() *PatternFlowIpv4MoreFragments
- func (x *FlowIpv4) GetOptions() []*FlowIpv4Options
- func (x *FlowIpv4) GetPriority() *FlowIpv4Priority
- func (x *FlowIpv4) GetProtocol() *PatternFlowIpv4Protocol
- func (x *FlowIpv4) GetReserved() *PatternFlowIpv4Reserved
- func (x *FlowIpv4) GetSrc() *PatternFlowIpv4Src
- func (x *FlowIpv4) GetTimeToLive() *PatternFlowIpv4TimeToLive
- func (x *FlowIpv4) GetTotalLength() *PatternFlowIpv4TotalLength
- func (x *FlowIpv4) GetVersion() *PatternFlowIpv4Version
- func (*FlowIpv4) ProtoMessage()
- func (x *FlowIpv4) ProtoReflect() protoreflect.Message
- func (x *FlowIpv4) Reset()
- func (x *FlowIpv4) String() string
- type FlowIpv4Auto
- type FlowIpv4Auto_Choice
- type FlowIpv4Auto_Choice_Enum
- func (FlowIpv4Auto_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x FlowIpv4Auto_Choice_Enum) Enum() *FlowIpv4Auto_Choice_Enum
- func (FlowIpv4Auto_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x FlowIpv4Auto_Choice_Enum) Number() protoreflect.EnumNumber
- func (x FlowIpv4Auto_Choice_Enum) String() string
- func (FlowIpv4Auto_Choice_Enum) Type() protoreflect.EnumType
- type FlowIpv4Dscp
- func (*FlowIpv4Dscp) Descriptor() ([]byte, []int)deprecated
- func (x *FlowIpv4Dscp) GetEcn() *PatternFlowIpv4DscpEcn
- func (x *FlowIpv4Dscp) GetPhb() *PatternFlowIpv4DscpPhb
- func (*FlowIpv4Dscp) ProtoMessage()
- func (x *FlowIpv4Dscp) ProtoReflect() protoreflect.Message
- func (x *FlowIpv4Dscp) Reset()
- func (x *FlowIpv4Dscp) String() string
- type FlowIpv4Options
- func (*FlowIpv4Options) Descriptor() ([]byte, []int)deprecated
- func (x *FlowIpv4Options) GetChoice() FlowIpv4Options_Choice_Enum
- func (x *FlowIpv4Options) GetCustom() *FlowIpv4OptionsCustom
- func (*FlowIpv4Options) ProtoMessage()
- func (x *FlowIpv4Options) ProtoReflect() protoreflect.Message
- func (x *FlowIpv4Options) Reset()
- func (x *FlowIpv4Options) String() string
- type FlowIpv4OptionsCustom
- func (*FlowIpv4OptionsCustom) Descriptor() ([]byte, []int)deprecated
- func (x *FlowIpv4OptionsCustom) GetLength() *FlowIpv4OptionsCustomLength
- func (x *FlowIpv4OptionsCustom) GetType() *FlowIpv4OptionsCustomType
- func (x *FlowIpv4OptionsCustom) GetValue() string
- func (*FlowIpv4OptionsCustom) ProtoMessage()
- func (x *FlowIpv4OptionsCustom) ProtoReflect() protoreflect.Message
- func (x *FlowIpv4OptionsCustom) Reset()
- func (x *FlowIpv4OptionsCustom) String() string
- type FlowIpv4OptionsCustomLength
- func (*FlowIpv4OptionsCustomLength) Descriptor() ([]byte, []int)deprecated
- func (x *FlowIpv4OptionsCustomLength) GetAuto() uint32
- func (x *FlowIpv4OptionsCustomLength) GetChoice() FlowIpv4OptionsCustomLength_Choice_Enum
- func (x *FlowIpv4OptionsCustomLength) GetValue() uint32
- func (*FlowIpv4OptionsCustomLength) ProtoMessage()
- func (x *FlowIpv4OptionsCustomLength) ProtoReflect() protoreflect.Message
- func (x *FlowIpv4OptionsCustomLength) Reset()
- func (x *FlowIpv4OptionsCustomLength) String() string
- type FlowIpv4OptionsCustomLength_Choice
- func (*FlowIpv4OptionsCustomLength_Choice) Descriptor() ([]byte, []int)deprecated
- func (*FlowIpv4OptionsCustomLength_Choice) ProtoMessage()
- func (x *FlowIpv4OptionsCustomLength_Choice) ProtoReflect() protoreflect.Message
- func (x *FlowIpv4OptionsCustomLength_Choice) Reset()
- func (x *FlowIpv4OptionsCustomLength_Choice) String() string
- type FlowIpv4OptionsCustomLength_Choice_Enum
- func (FlowIpv4OptionsCustomLength_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x FlowIpv4OptionsCustomLength_Choice_Enum) Enum() *FlowIpv4OptionsCustomLength_Choice_Enum
- func (FlowIpv4OptionsCustomLength_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x FlowIpv4OptionsCustomLength_Choice_Enum) Number() protoreflect.EnumNumber
- func (x FlowIpv4OptionsCustomLength_Choice_Enum) String() string
- func (FlowIpv4OptionsCustomLength_Choice_Enum) Type() protoreflect.EnumType
- type FlowIpv4OptionsCustomType
- func (*FlowIpv4OptionsCustomType) Descriptor() ([]byte, []int)deprecated
- func (x *FlowIpv4OptionsCustomType) GetCopiedFlag() *PatternFlowIpv4OptionsCustomTypeCopiedFlag
- func (x *FlowIpv4OptionsCustomType) GetOptionClass() *PatternFlowIpv4OptionsCustomTypeOptionClass
- func (x *FlowIpv4OptionsCustomType) GetOptionNumber() *PatternFlowIpv4OptionsCustomTypeOptionNumber
- func (*FlowIpv4OptionsCustomType) ProtoMessage()
- func (x *FlowIpv4OptionsCustomType) ProtoReflect() protoreflect.Message
- func (x *FlowIpv4OptionsCustomType) Reset()
- func (x *FlowIpv4OptionsCustomType) String() string
- type FlowIpv4Options_Choice
- type FlowIpv4Options_Choice_Enum
- func (FlowIpv4Options_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x FlowIpv4Options_Choice_Enum) Enum() *FlowIpv4Options_Choice_Enum
- func (FlowIpv4Options_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x FlowIpv4Options_Choice_Enum) Number() protoreflect.EnumNumber
- func (x FlowIpv4Options_Choice_Enum) String() string
- func (FlowIpv4Options_Choice_Enum) Type() protoreflect.EnumType
- type FlowIpv4Priority
- func (*FlowIpv4Priority) Descriptor() ([]byte, []int)deprecated
- func (x *FlowIpv4Priority) GetChoice() FlowIpv4Priority_Choice_Enum
- func (x *FlowIpv4Priority) GetDscp() *FlowIpv4Dscp
- func (x *FlowIpv4Priority) GetRaw() *PatternFlowIpv4PriorityRaw
- func (x *FlowIpv4Priority) GetTos() *FlowIpv4Tos
- func (*FlowIpv4Priority) ProtoMessage()
- func (x *FlowIpv4Priority) ProtoReflect() protoreflect.Message
- func (x *FlowIpv4Priority) Reset()
- func (x *FlowIpv4Priority) String() string
- type FlowIpv4Priority_Choice
- type FlowIpv4Priority_Choice_Enum
- func (FlowIpv4Priority_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x FlowIpv4Priority_Choice_Enum) Enum() *FlowIpv4Priority_Choice_Enum
- func (FlowIpv4Priority_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x FlowIpv4Priority_Choice_Enum) Number() protoreflect.EnumNumber
- func (x FlowIpv4Priority_Choice_Enum) String() string
- func (FlowIpv4Priority_Choice_Enum) Type() protoreflect.EnumType
- type FlowIpv4Tos
- func (*FlowIpv4Tos) Descriptor() ([]byte, []int)deprecated
- func (x *FlowIpv4Tos) GetDelay() *PatternFlowIpv4TosDelay
- func (x *FlowIpv4Tos) GetMonetary() *PatternFlowIpv4TosMonetary
- func (x *FlowIpv4Tos) GetPrecedence() *PatternFlowIpv4TosPrecedence
- func (x *FlowIpv4Tos) GetReliability() *PatternFlowIpv4TosReliability
- func (x *FlowIpv4Tos) GetThroughput() *PatternFlowIpv4TosThroughput
- func (x *FlowIpv4Tos) GetUnused() *PatternFlowIpv4TosUnused
- func (*FlowIpv4Tos) ProtoMessage()
- func (x *FlowIpv4Tos) ProtoReflect() protoreflect.Message
- func (x *FlowIpv4Tos) Reset()
- func (x *FlowIpv4Tos) String() string
- type FlowIpv6
- func (*FlowIpv6) Descriptor() ([]byte, []int)deprecated
- func (x *FlowIpv6) GetDst() *PatternFlowIpv6Dst
- func (x *FlowIpv6) GetFlowLabel() *PatternFlowIpv6FlowLabel
- func (x *FlowIpv6) GetHopLimit() *PatternFlowIpv6HopLimit
- func (x *FlowIpv6) GetNextHeader() *PatternFlowIpv6NextHeader
- func (x *FlowIpv6) GetPayloadLength() *PatternFlowIpv6PayloadLength
- func (x *FlowIpv6) GetSrc() *PatternFlowIpv6Src
- func (x *FlowIpv6) GetTrafficClass() *PatternFlowIpv6TrafficClass
- func (x *FlowIpv6) GetVersion() *PatternFlowIpv6Version
- func (*FlowIpv6) ProtoMessage()
- func (x *FlowIpv6) ProtoReflect() protoreflect.Message
- func (x *FlowIpv6) Reset()
- func (x *FlowIpv6) String() string
- type FlowIpv6Auto
- type FlowIpv6Auto_Choice
- type FlowIpv6Auto_Choice_Enum
- func (FlowIpv6Auto_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x FlowIpv6Auto_Choice_Enum) Enum() *FlowIpv6Auto_Choice_Enum
- func (FlowIpv6Auto_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x FlowIpv6Auto_Choice_Enum) Number() protoreflect.EnumNumber
- func (x FlowIpv6Auto_Choice_Enum) String() string
- func (FlowIpv6Auto_Choice_Enum) Type() protoreflect.EnumType
- type FlowLatencyMetrics
- func (*FlowLatencyMetrics) Descriptor() ([]byte, []int)deprecated
- func (x *FlowLatencyMetrics) GetEnable() bool
- func (x *FlowLatencyMetrics) GetMode() FlowLatencyMetrics_Mode_Enum
- func (*FlowLatencyMetrics) ProtoMessage()
- func (x *FlowLatencyMetrics) ProtoReflect() protoreflect.Message
- func (x *FlowLatencyMetrics) Reset()
- func (x *FlowLatencyMetrics) String() string
- type FlowLatencyMetrics_Mode
- type FlowLatencyMetrics_Mode_Enum
- func (FlowLatencyMetrics_Mode_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x FlowLatencyMetrics_Mode_Enum) Enum() *FlowLatencyMetrics_Mode_Enum
- func (FlowLatencyMetrics_Mode_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x FlowLatencyMetrics_Mode_Enum) Number() protoreflect.EnumNumber
- func (x FlowLatencyMetrics_Mode_Enum) String() string
- func (FlowLatencyMetrics_Mode_Enum) Type() protoreflect.EnumType
- type FlowMetric
- func (*FlowMetric) Descriptor() ([]byte, []int)deprecated
- func (x *FlowMetric) GetBytesRx() uint64
- func (x *FlowMetric) GetBytesTx() uint64
- func (x *FlowMetric) GetFramesRx() uint64
- func (x *FlowMetric) GetFramesRxRate() float32
- func (x *FlowMetric) GetFramesTx() uint64
- func (x *FlowMetric) GetFramesTxRate() float32
- func (x *FlowMetric) GetLatency() *MetricLatency
- func (x *FlowMetric) GetLoss() float32
- func (x *FlowMetric) GetName() string
- func (x *FlowMetric) GetPortRx() string
- func (x *FlowMetric) GetPortTx() string
- func (x *FlowMetric) GetRxL1RateBps() float32
- func (x *FlowMetric) GetRxRateBps() float32
- func (x *FlowMetric) GetRxRateBytes() float32
- func (x *FlowMetric) GetRxRateKbps() float32
- func (x *FlowMetric) GetRxRateMbps() float32
- func (x *FlowMetric) GetTaggedMetrics() []*FlowTaggedMetric
- func (x *FlowMetric) GetTimestamps() *MetricTimestamp
- func (x *FlowMetric) GetTransmit() FlowMetric_Transmit_Enum
- func (x *FlowMetric) GetTxL1RateBps() float32
- func (x *FlowMetric) GetTxRateBps() float32
- func (x *FlowMetric) GetTxRateBytes() float32
- func (x *FlowMetric) GetTxRateKbps() float32
- func (x *FlowMetric) GetTxRateMbps() float32
- func (*FlowMetric) ProtoMessage()
- func (x *FlowMetric) ProtoReflect() protoreflect.Message
- func (x *FlowMetric) Reset()
- func (x *FlowMetric) String() string
- type FlowMetricTag
- func (*FlowMetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *FlowMetricTag) GetName() string
- func (x *FlowMetricTag) GetValue() *FlowMetricTagValue
- func (*FlowMetricTag) ProtoMessage()
- func (x *FlowMetricTag) ProtoReflect() protoreflect.Message
- func (x *FlowMetricTag) Reset()
- func (x *FlowMetricTag) String() string
- type FlowMetricTagFilter
- func (*FlowMetricTagFilter) Descriptor() ([]byte, []int)deprecated
- func (x *FlowMetricTagFilter) GetName() string
- func (x *FlowMetricTagFilter) GetValues() []string
- func (*FlowMetricTagFilter) ProtoMessage()
- func (x *FlowMetricTagFilter) ProtoReflect() protoreflect.Message
- func (x *FlowMetricTagFilter) Reset()
- func (x *FlowMetricTagFilter) String() string
- type FlowMetricTagValue
- func (*FlowMetricTagValue) Descriptor() ([]byte, []int)deprecated
- func (x *FlowMetricTagValue) GetChoice() FlowMetricTagValue_Choice_Enum
- func (x *FlowMetricTagValue) GetHex() string
- func (x *FlowMetricTagValue) GetStr() string
- func (*FlowMetricTagValue) ProtoMessage()
- func (x *FlowMetricTagValue) ProtoReflect() protoreflect.Message
- func (x *FlowMetricTagValue) Reset()
- func (x *FlowMetricTagValue) String() string
- type FlowMetricTagValue_Choice
- type FlowMetricTagValue_Choice_Enum
- func (FlowMetricTagValue_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x FlowMetricTagValue_Choice_Enum) Enum() *FlowMetricTagValue_Choice_Enum
- func (FlowMetricTagValue_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x FlowMetricTagValue_Choice_Enum) Number() protoreflect.EnumNumber
- func (x FlowMetricTagValue_Choice_Enum) String() string
- func (FlowMetricTagValue_Choice_Enum) Type() protoreflect.EnumType
- type FlowMetric_Transmit
- type FlowMetric_Transmit_Enum
- func (FlowMetric_Transmit_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x FlowMetric_Transmit_Enum) Enum() *FlowMetric_Transmit_Enum
- func (FlowMetric_Transmit_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x FlowMetric_Transmit_Enum) Number() protoreflect.EnumNumber
- func (x FlowMetric_Transmit_Enum) String() string
- func (FlowMetric_Transmit_Enum) Type() protoreflect.EnumType
- type FlowMetrics
- func (*FlowMetrics) Descriptor() ([]byte, []int)deprecated
- func (x *FlowMetrics) GetEnable() bool
- func (x *FlowMetrics) GetLatency() *FlowLatencyMetrics
- func (x *FlowMetrics) GetLoss() bool
- func (x *FlowMetrics) GetPredefinedMetricTags() *FlowPredefinedTags
- func (x *FlowMetrics) GetRxTxRatio() *FlowRxTxRatio
- func (x *FlowMetrics) GetTimestamps() bool
- func (*FlowMetrics) ProtoMessage()
- func (x *FlowMetrics) ProtoReflect() protoreflect.Message
- func (x *FlowMetrics) Reset()
- func (x *FlowMetrics) String() string
- type FlowMetricsRequest
- func (*FlowMetricsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *FlowMetricsRequest) GetFlowNames() []string
- func (x *FlowMetricsRequest) GetMetricNames() []FlowMetricsRequest_MetricNames_Enum
- func (x *FlowMetricsRequest) GetTaggedMetrics() *FlowTaggedMetricsFilter
- func (*FlowMetricsRequest) ProtoMessage()
- func (x *FlowMetricsRequest) ProtoReflect() protoreflect.Message
- func (x *FlowMetricsRequest) Reset()
- func (x *FlowMetricsRequest) String() string
- type FlowMetricsRequest_MetricNames
- func (*FlowMetricsRequest_MetricNames) Descriptor() ([]byte, []int)deprecated
- func (*FlowMetricsRequest_MetricNames) ProtoMessage()
- func (x *FlowMetricsRequest_MetricNames) ProtoReflect() protoreflect.Message
- func (x *FlowMetricsRequest_MetricNames) Reset()
- func (x *FlowMetricsRequest_MetricNames) String() string
- type FlowMetricsRequest_MetricNames_Enum
- func (FlowMetricsRequest_MetricNames_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x FlowMetricsRequest_MetricNames_Enum) Enum() *FlowMetricsRequest_MetricNames_Enum
- func (FlowMetricsRequest_MetricNames_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x FlowMetricsRequest_MetricNames_Enum) Number() protoreflect.EnumNumber
- func (x FlowMetricsRequest_MetricNames_Enum) String() string
- func (FlowMetricsRequest_MetricNames_Enum) Type() protoreflect.EnumType
- type FlowMpls
- func (*FlowMpls) Descriptor() ([]byte, []int)deprecated
- func (x *FlowMpls) GetBottomOfStack() *PatternFlowMplsBottomOfStack
- func (x *FlowMpls) GetLabel() *PatternFlowMplsLabel
- func (x *FlowMpls) GetTimeToLive() *PatternFlowMplsTimeToLive
- func (x *FlowMpls) GetTrafficClass() *PatternFlowMplsTrafficClass
- func (*FlowMpls) ProtoMessage()
- func (x *FlowMpls) ProtoReflect() protoreflect.Message
- func (x *FlowMpls) Reset()
- func (x *FlowMpls) String() string
- type FlowPfcPause
- func (*FlowPfcPause) Descriptor() ([]byte, []int)deprecated
- func (x *FlowPfcPause) GetClassEnableVector() *PatternFlowPfcPauseClassEnableVector
- func (x *FlowPfcPause) GetControlOpCode() *PatternFlowPfcPauseControlOpCode
- func (x *FlowPfcPause) GetDst() *PatternFlowPfcPauseDst
- func (x *FlowPfcPause) GetEtherType() *PatternFlowPfcPauseEtherType
- func (x *FlowPfcPause) GetPauseClass_0() *PatternFlowPfcPausePauseClass0
- func (x *FlowPfcPause) GetPauseClass_1() *PatternFlowPfcPausePauseClass1
- func (x *FlowPfcPause) GetPauseClass_2() *PatternFlowPfcPausePauseClass2
- func (x *FlowPfcPause) GetPauseClass_3() *PatternFlowPfcPausePauseClass3
- func (x *FlowPfcPause) GetPauseClass_4() *PatternFlowPfcPausePauseClass4
- func (x *FlowPfcPause) GetPauseClass_5() *PatternFlowPfcPausePauseClass5
- func (x *FlowPfcPause) GetPauseClass_6() *PatternFlowPfcPausePauseClass6
- func (x *FlowPfcPause) GetPauseClass_7() *PatternFlowPfcPausePauseClass7
- func (x *FlowPfcPause) GetSrc() *PatternFlowPfcPauseSrc
- func (*FlowPfcPause) ProtoMessage()
- func (x *FlowPfcPause) ProtoReflect() protoreflect.Message
- func (x *FlowPfcPause) Reset()
- func (x *FlowPfcPause) String() string
- type FlowPort
- func (*FlowPort) Descriptor() ([]byte, []int)deprecated
- func (x *FlowPort) GetRxName() string
- func (x *FlowPort) GetRxNames() []string
- func (x *FlowPort) GetTxName() string
- func (*FlowPort) ProtoMessage()
- func (x *FlowPort) ProtoReflect() protoreflect.Message
- func (x *FlowPort) Reset()
- func (x *FlowPort) String() string
- type FlowPpp
- func (*FlowPpp) Descriptor() ([]byte, []int)deprecated
- func (x *FlowPpp) GetAddress() *PatternFlowPppAddress
- func (x *FlowPpp) GetControl() *PatternFlowPppControl
- func (x *FlowPpp) GetProtocolType() *PatternFlowPppProtocolType
- func (*FlowPpp) ProtoMessage()
- func (x *FlowPpp) ProtoReflect() protoreflect.Message
- func (x *FlowPpp) Reset()
- func (x *FlowPpp) String() string
- type FlowPredefinedTags
- func (*FlowPredefinedTags) Descriptor() ([]byte, []int)deprecated
- func (x *FlowPredefinedTags) GetRxName() bool
- func (*FlowPredefinedTags) ProtoMessage()
- func (x *FlowPredefinedTags) ProtoReflect() protoreflect.Message
- func (x *FlowPredefinedTags) Reset()
- func (x *FlowPredefinedTags) String() string
- type FlowRSVPExplicitRouteASNumberLength
- func (*FlowRSVPExplicitRouteASNumberLength) Descriptor() ([]byte, []int)deprecated
- func (x *FlowRSVPExplicitRouteASNumberLength) GetAuto() uint32
- func (x *FlowRSVPExplicitRouteASNumberLength) GetChoice() FlowRSVPExplicitRouteASNumberLength_Choice_Enum
- func (x *FlowRSVPExplicitRouteASNumberLength) GetValue() uint32
- func (*FlowRSVPExplicitRouteASNumberLength) ProtoMessage()
- func (x *FlowRSVPExplicitRouteASNumberLength) ProtoReflect() protoreflect.Message
- func (x *FlowRSVPExplicitRouteASNumberLength) Reset()
- func (x *FlowRSVPExplicitRouteASNumberLength) String() string
- type FlowRSVPExplicitRouteASNumberLength_Choice
- func (*FlowRSVPExplicitRouteASNumberLength_Choice) Descriptor() ([]byte, []int)deprecated
- func (*FlowRSVPExplicitRouteASNumberLength_Choice) ProtoMessage()
- func (x *FlowRSVPExplicitRouteASNumberLength_Choice) ProtoReflect() protoreflect.Message
- func (x *FlowRSVPExplicitRouteASNumberLength_Choice) Reset()
- func (x *FlowRSVPExplicitRouteASNumberLength_Choice) String() string
- type FlowRSVPExplicitRouteASNumberLength_Choice_Enum
- func (FlowRSVPExplicitRouteASNumberLength_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x FlowRSVPExplicitRouteASNumberLength_Choice_Enum) Enum() *FlowRSVPExplicitRouteASNumberLength_Choice_Enum
- func (FlowRSVPExplicitRouteASNumberLength_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x FlowRSVPExplicitRouteASNumberLength_Choice_Enum) Number() protoreflect.EnumNumber
- func (x FlowRSVPExplicitRouteASNumberLength_Choice_Enum) String() string
- func (FlowRSVPExplicitRouteASNumberLength_Choice_Enum) Type() protoreflect.EnumType
- type FlowRSVPExplicitRouteLength
- func (*FlowRSVPExplicitRouteLength) Descriptor() ([]byte, []int)deprecated
- func (x *FlowRSVPExplicitRouteLength) GetAuto() uint32
- func (x *FlowRSVPExplicitRouteLength) GetChoice() FlowRSVPExplicitRouteLength_Choice_Enum
- func (x *FlowRSVPExplicitRouteLength) GetValue() uint32
- func (*FlowRSVPExplicitRouteLength) ProtoMessage()
- func (x *FlowRSVPExplicitRouteLength) ProtoReflect() protoreflect.Message
- func (x *FlowRSVPExplicitRouteLength) Reset()
- func (x *FlowRSVPExplicitRouteLength) String() string
- type FlowRSVPExplicitRouteLength_Choice
- func (*FlowRSVPExplicitRouteLength_Choice) Descriptor() ([]byte, []int)deprecated
- func (*FlowRSVPExplicitRouteLength_Choice) ProtoMessage()
- func (x *FlowRSVPExplicitRouteLength_Choice) ProtoReflect() protoreflect.Message
- func (x *FlowRSVPExplicitRouteLength_Choice) Reset()
- func (x *FlowRSVPExplicitRouteLength_Choice) String() string
- type FlowRSVPExplicitRouteLength_Choice_Enum
- func (FlowRSVPExplicitRouteLength_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x FlowRSVPExplicitRouteLength_Choice_Enum) Enum() *FlowRSVPExplicitRouteLength_Choice_Enum
- func (FlowRSVPExplicitRouteLength_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x FlowRSVPExplicitRouteLength_Choice_Enum) Number() protoreflect.EnumNumber
- func (x FlowRSVPExplicitRouteLength_Choice_Enum) String() string
- func (FlowRSVPExplicitRouteLength_Choice_Enum) Type() protoreflect.EnumType
- type FlowRSVPLength
- func (*FlowRSVPLength) Descriptor() ([]byte, []int)deprecated
- func (x *FlowRSVPLength) GetAuto() uint32
- func (x *FlowRSVPLength) GetChoice() FlowRSVPLength_Choice_Enum
- func (x *FlowRSVPLength) GetValue() uint32
- func (*FlowRSVPLength) ProtoMessage()
- func (x *FlowRSVPLength) ProtoReflect() protoreflect.Message
- func (x *FlowRSVPLength) Reset()
- func (x *FlowRSVPLength) String() string
- type FlowRSVPLength_Choice
- type FlowRSVPLength_Choice_Enum
- func (FlowRSVPLength_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x FlowRSVPLength_Choice_Enum) Enum() *FlowRSVPLength_Choice_Enum
- func (FlowRSVPLength_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x FlowRSVPLength_Choice_Enum) Number() protoreflect.EnumNumber
- func (x FlowRSVPLength_Choice_Enum) String() string
- func (FlowRSVPLength_Choice_Enum) Type() protoreflect.EnumType
- type FlowRSVPLspTunnelFlag
- func (*FlowRSVPLspTunnelFlag) Descriptor() ([]byte, []int)deprecated
- func (x *FlowRSVPLspTunnelFlag) GetChoice() FlowRSVPLspTunnelFlag_Choice_Enum
- func (*FlowRSVPLspTunnelFlag) ProtoMessage()
- func (x *FlowRSVPLspTunnelFlag) ProtoReflect() protoreflect.Message
- func (x *FlowRSVPLspTunnelFlag) Reset()
- func (x *FlowRSVPLspTunnelFlag) String() string
- type FlowRSVPLspTunnelFlag_Choice
- func (*FlowRSVPLspTunnelFlag_Choice) Descriptor() ([]byte, []int)deprecated
- func (*FlowRSVPLspTunnelFlag_Choice) ProtoMessage()
- func (x *FlowRSVPLspTunnelFlag_Choice) ProtoReflect() protoreflect.Message
- func (x *FlowRSVPLspTunnelFlag_Choice) Reset()
- func (x *FlowRSVPLspTunnelFlag_Choice) String() string
- type FlowRSVPLspTunnelFlag_Choice_Enum
- func (FlowRSVPLspTunnelFlag_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x FlowRSVPLspTunnelFlag_Choice_Enum) Enum() *FlowRSVPLspTunnelFlag_Choice_Enum
- func (FlowRSVPLspTunnelFlag_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x FlowRSVPLspTunnelFlag_Choice_Enum) Number() protoreflect.EnumNumber
- func (x FlowRSVPLspTunnelFlag_Choice_Enum) String() string
- func (FlowRSVPLspTunnelFlag_Choice_Enum) Type() protoreflect.EnumType
- type FlowRSVPMessage
- func (*FlowRSVPMessage) Descriptor() ([]byte, []int)deprecated
- func (x *FlowRSVPMessage) GetChoice() FlowRSVPMessage_Choice_Enum
- func (x *FlowRSVPMessage) GetPath() *FlowRSVPPathMessage
- func (*FlowRSVPMessage) ProtoMessage()
- func (x *FlowRSVPMessage) ProtoReflect() protoreflect.Message
- func (x *FlowRSVPMessage) Reset()
- func (x *FlowRSVPMessage) String() string
- type FlowRSVPMessage_Choice
- type FlowRSVPMessage_Choice_Enum
- func (FlowRSVPMessage_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x FlowRSVPMessage_Choice_Enum) Enum() *FlowRSVPMessage_Choice_Enum
- func (FlowRSVPMessage_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x FlowRSVPMessage_Choice_Enum) Number() protoreflect.EnumNumber
- func (x FlowRSVPMessage_Choice_Enum) String() string
- func (FlowRSVPMessage_Choice_Enum) Type() protoreflect.EnumType
- type FlowRSVPObjectLength
- func (*FlowRSVPObjectLength) Descriptor() ([]byte, []int)deprecated
- func (x *FlowRSVPObjectLength) GetAuto() uint32
- func (x *FlowRSVPObjectLength) GetChoice() FlowRSVPObjectLength_Choice_Enum
- func (x *FlowRSVPObjectLength) GetValue() uint32
- func (*FlowRSVPObjectLength) ProtoMessage()
- func (x *FlowRSVPObjectLength) ProtoReflect() protoreflect.Message
- func (x *FlowRSVPObjectLength) Reset()
- func (x *FlowRSVPObjectLength) String() string
- type FlowRSVPObjectLength_Choice
- type FlowRSVPObjectLength_Choice_Enum
- func (FlowRSVPObjectLength_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x FlowRSVPObjectLength_Choice_Enum) Enum() *FlowRSVPObjectLength_Choice_Enum
- func (FlowRSVPObjectLength_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x FlowRSVPObjectLength_Choice_Enum) Number() protoreflect.EnumNumber
- func (x FlowRSVPObjectLength_Choice_Enum) String() string
- func (FlowRSVPObjectLength_Choice_Enum) Type() protoreflect.EnumType
- type FlowRSVPPathExplicitRouteType1
- func (*FlowRSVPPathExplicitRouteType1) Descriptor() ([]byte, []int)deprecated
- func (x *FlowRSVPPathExplicitRouteType1) GetSubobjects() []*FlowRSVPType1ExplicitRouteSubobjects
- func (*FlowRSVPPathExplicitRouteType1) ProtoMessage()
- func (x *FlowRSVPPathExplicitRouteType1) ProtoReflect() protoreflect.Message
- func (x *FlowRSVPPathExplicitRouteType1) Reset()
- func (x *FlowRSVPPathExplicitRouteType1) String() string
- type FlowRSVPPathExplicitRouteType1ASNumber
- func (*FlowRSVPPathExplicitRouteType1ASNumber) Descriptor() ([]byte, []int)deprecated
- func (x *FlowRSVPPathExplicitRouteType1ASNumber) GetAsNumber() uint32
- func (x *FlowRSVPPathExplicitRouteType1ASNumber) GetLBit() *PatternFlowRSVPPathExplicitRouteType1ASNumberLBit
- func (x *FlowRSVPPathExplicitRouteType1ASNumber) GetLength() *FlowRSVPExplicitRouteASNumberLength
- func (*FlowRSVPPathExplicitRouteType1ASNumber) ProtoMessage()
- func (x *FlowRSVPPathExplicitRouteType1ASNumber) ProtoReflect() protoreflect.Message
- func (x *FlowRSVPPathExplicitRouteType1ASNumber) Reset()
- func (x *FlowRSVPPathExplicitRouteType1ASNumber) String() string
- type FlowRSVPPathExplicitRouteType1Ipv4Prefix
- func (*FlowRSVPPathExplicitRouteType1Ipv4Prefix) Descriptor() ([]byte, []int)deprecated
- func (x *FlowRSVPPathExplicitRouteType1Ipv4Prefix) GetIpv4Address() *PatternFlowRSVPPathExplicitRouteType1Ipv4PrefixIpv4Address
- func (x *FlowRSVPPathExplicitRouteType1Ipv4Prefix) GetLBit() *PatternFlowRSVPPathExplicitRouteType1Ipv4PrefixLBit
- func (x *FlowRSVPPathExplicitRouteType1Ipv4Prefix) GetLength() *FlowRSVPExplicitRouteLength
- func (x *FlowRSVPPathExplicitRouteType1Ipv4Prefix) GetPrefix() uint32
- func (*FlowRSVPPathExplicitRouteType1Ipv4Prefix) ProtoMessage()
- func (x *FlowRSVPPathExplicitRouteType1Ipv4Prefix) ProtoReflect() protoreflect.Message
- func (x *FlowRSVPPathExplicitRouteType1Ipv4Prefix) Reset()
- func (x *FlowRSVPPathExplicitRouteType1Ipv4Prefix) String() string
- type FlowRSVPPathLabelRequestWithoutLabelRange
- func (*FlowRSVPPathLabelRequestWithoutLabelRange) Descriptor() ([]byte, []int)deprecated
- func (x *FlowRSVPPathLabelRequestWithoutLabelRange) GetL3Pid() *PatternFlowRSVPPathLabelRequestWithoutLabelRangeL3Pid
- func (x *FlowRSVPPathLabelRequestWithoutLabelRange) GetReserved() *PatternFlowRSVPPathLabelRequestWithoutLabelRangeReserved
- func (*FlowRSVPPathLabelRequestWithoutLabelRange) ProtoMessage()
- func (x *FlowRSVPPathLabelRequestWithoutLabelRange) ProtoReflect() protoreflect.Message
- func (x *FlowRSVPPathLabelRequestWithoutLabelRange) Reset()
- func (x *FlowRSVPPathLabelRequestWithoutLabelRange) String() string
- type FlowRSVPPathMessage
- func (*FlowRSVPPathMessage) Descriptor() ([]byte, []int)deprecated
- func (x *FlowRSVPPathMessage) GetObjects() []*FlowRSVPPathObjects
- func (*FlowRSVPPathMessage) ProtoMessage()
- func (x *FlowRSVPPathMessage) ProtoReflect() protoreflect.Message
- func (x *FlowRSVPPathMessage) Reset()
- func (x *FlowRSVPPathMessage) String() string
- type FlowRSVPPathObjects
- func (*FlowRSVPPathObjects) Descriptor() ([]byte, []int)deprecated
- func (x *FlowRSVPPathObjects) GetClassNum() *FlowRSVPPathObjectsClass
- func (*FlowRSVPPathObjects) ProtoMessage()
- func (x *FlowRSVPPathObjects) ProtoReflect() protoreflect.Message
- func (x *FlowRSVPPathObjects) Reset()
- func (x *FlowRSVPPathObjects) String() string
- type FlowRSVPPathObjectsClass
- func (*FlowRSVPPathObjectsClass) Descriptor() ([]byte, []int)deprecated
- func (x *FlowRSVPPathObjectsClass) GetChoice() FlowRSVPPathObjectsClass_Choice_Enum
- func (x *FlowRSVPPathObjectsClass) GetCustom() *FlowRSVPPathObjectsCustom
- func (x *FlowRSVPPathObjectsClass) GetExplicitRoute() *FlowRSVPPathObjectsClassExplicitRoute
- func (x *FlowRSVPPathObjectsClass) GetLabelRequest() *FlowRSVPPathObjectsClassLabelRequest
- func (x *FlowRSVPPathObjectsClass) GetRecordRoute() *FlowRSVPPathObjectsClassRecordRoute
- func (x *FlowRSVPPathObjectsClass) GetRsvpHop() *FlowRSVPPathObjectsClassRsvpHop
- func (x *FlowRSVPPathObjectsClass) GetSenderTemplate() *FlowRSVPPathObjectsClassSenderTemplate
- func (x *FlowRSVPPathObjectsClass) GetSenderTspec() *FlowRSVPPathObjectsClassSenderTspec
- func (x *FlowRSVPPathObjectsClass) GetSession() *FlowRSVPPathObjectsClassSession
- func (x *FlowRSVPPathObjectsClass) GetSessionAttribute() *FlowRSVPPathObjectsClassSessionAttribute
- func (x *FlowRSVPPathObjectsClass) GetTimeValues() *FlowRSVPPathObjectsClassTimeValues
- func (*FlowRSVPPathObjectsClass) ProtoMessage()
- func (x *FlowRSVPPathObjectsClass) ProtoReflect() protoreflect.Message
- func (x *FlowRSVPPathObjectsClass) Reset()
- func (x *FlowRSVPPathObjectsClass) String() string
- type FlowRSVPPathObjectsClassExplicitRoute
- func (*FlowRSVPPathObjectsClassExplicitRoute) Descriptor() ([]byte, []int)deprecated
- func (x *FlowRSVPPathObjectsClassExplicitRoute) GetCType() *FlowRSVPPathObjectsClassExplicitRouteCType
- func (x *FlowRSVPPathObjectsClassExplicitRoute) GetLength() *FlowRSVPObjectLength
- func (*FlowRSVPPathObjectsClassExplicitRoute) ProtoMessage()
- func (x *FlowRSVPPathObjectsClassExplicitRoute) ProtoReflect() protoreflect.Message
- func (x *FlowRSVPPathObjectsClassExplicitRoute) Reset()
- func (x *FlowRSVPPathObjectsClassExplicitRoute) String() string
- type FlowRSVPPathObjectsClassExplicitRouteCType
- func (*FlowRSVPPathObjectsClassExplicitRouteCType) Descriptor() ([]byte, []int)deprecated
- func (x *FlowRSVPPathObjectsClassExplicitRouteCType) GetChoice() FlowRSVPPathObjectsClassExplicitRouteCType_Choice_Enum
- func (x *FlowRSVPPathObjectsClassExplicitRouteCType) GetType_1() *FlowRSVPPathExplicitRouteType1
- func (*FlowRSVPPathObjectsClassExplicitRouteCType) ProtoMessage()
- func (x *FlowRSVPPathObjectsClassExplicitRouteCType) ProtoReflect() protoreflect.Message
- func (x *FlowRSVPPathObjectsClassExplicitRouteCType) Reset()
- func (x *FlowRSVPPathObjectsClassExplicitRouteCType) String() string
- type FlowRSVPPathObjectsClassExplicitRouteCType_Choice
- func (*FlowRSVPPathObjectsClassExplicitRouteCType_Choice) Descriptor() ([]byte, []int)deprecated
- func (*FlowRSVPPathObjectsClassExplicitRouteCType_Choice) ProtoMessage()
- func (x *FlowRSVPPathObjectsClassExplicitRouteCType_Choice) ProtoReflect() protoreflect.Message
- func (x *FlowRSVPPathObjectsClassExplicitRouteCType_Choice) Reset()
- func (x *FlowRSVPPathObjectsClassExplicitRouteCType_Choice) String() string
- type FlowRSVPPathObjectsClassExplicitRouteCType_Choice_Enum
- func (FlowRSVPPathObjectsClassExplicitRouteCType_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x FlowRSVPPathObjectsClassExplicitRouteCType_Choice_Enum) Enum() *FlowRSVPPathObjectsClassExplicitRouteCType_Choice_Enum
- func (FlowRSVPPathObjectsClassExplicitRouteCType_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x FlowRSVPPathObjectsClassExplicitRouteCType_Choice_Enum) Number() protoreflect.EnumNumber
- func (x FlowRSVPPathObjectsClassExplicitRouteCType_Choice_Enum) String() string
- func (FlowRSVPPathObjectsClassExplicitRouteCType_Choice_Enum) Type() protoreflect.EnumType
- type FlowRSVPPathObjectsClassLabelRequest
- func (*FlowRSVPPathObjectsClassLabelRequest) Descriptor() ([]byte, []int)deprecated
- func (x *FlowRSVPPathObjectsClassLabelRequest) GetCType() *FlowRSVPPathObjectsLabelRequestCType
- func (x *FlowRSVPPathObjectsClassLabelRequest) GetLength() *FlowRSVPObjectLength
- func (*FlowRSVPPathObjectsClassLabelRequest) ProtoMessage()
- func (x *FlowRSVPPathObjectsClassLabelRequest) ProtoReflect() protoreflect.Message
- func (x *FlowRSVPPathObjectsClassLabelRequest) Reset()
- func (x *FlowRSVPPathObjectsClassLabelRequest) String() string
- type FlowRSVPPathObjectsClassRecordRoute
- func (*FlowRSVPPathObjectsClassRecordRoute) Descriptor() ([]byte, []int)deprecated
- func (x *FlowRSVPPathObjectsClassRecordRoute) GetCType() *FlowRSVPPathObjectsRecordRouteCType
- func (x *FlowRSVPPathObjectsClassRecordRoute) GetLength() *FlowRSVPObjectLength
- func (*FlowRSVPPathObjectsClassRecordRoute) ProtoMessage()
- func (x *FlowRSVPPathObjectsClassRecordRoute) ProtoReflect() protoreflect.Message
- func (x *FlowRSVPPathObjectsClassRecordRoute) Reset()
- func (x *FlowRSVPPathObjectsClassRecordRoute) String() string
- type FlowRSVPPathObjectsClassRsvpHop
- func (*FlowRSVPPathObjectsClassRsvpHop) Descriptor() ([]byte, []int)deprecated
- func (x *FlowRSVPPathObjectsClassRsvpHop) GetCType() *FlowRSVPPathObjectsRsvpHopCType
- func (x *FlowRSVPPathObjectsClassRsvpHop) GetLength() *FlowRSVPObjectLength
- func (*FlowRSVPPathObjectsClassRsvpHop) ProtoMessage()
- func (x *FlowRSVPPathObjectsClassRsvpHop) ProtoReflect() protoreflect.Message
- func (x *FlowRSVPPathObjectsClassRsvpHop) Reset()
- func (x *FlowRSVPPathObjectsClassRsvpHop) String() string
- type FlowRSVPPathObjectsClassSenderTemplate
- func (*FlowRSVPPathObjectsClassSenderTemplate) Descriptor() ([]byte, []int)deprecated
- func (x *FlowRSVPPathObjectsClassSenderTemplate) GetCType() *FlowRSVPPathObjectsSenderTemplateCType
- func (x *FlowRSVPPathObjectsClassSenderTemplate) GetLength() *FlowRSVPObjectLength
- func (*FlowRSVPPathObjectsClassSenderTemplate) ProtoMessage()
- func (x *FlowRSVPPathObjectsClassSenderTemplate) ProtoReflect() protoreflect.Message
- func (x *FlowRSVPPathObjectsClassSenderTemplate) Reset()
- func (x *FlowRSVPPathObjectsClassSenderTemplate) String() string
- type FlowRSVPPathObjectsClassSenderTspec
- func (*FlowRSVPPathObjectsClassSenderTspec) Descriptor() ([]byte, []int)deprecated
- func (x *FlowRSVPPathObjectsClassSenderTspec) GetCType() *FlowRSVPPathObjectsSenderTspecCType
- func (x *FlowRSVPPathObjectsClassSenderTspec) GetLength() *FlowRSVPObjectLength
- func (*FlowRSVPPathObjectsClassSenderTspec) ProtoMessage()
- func (x *FlowRSVPPathObjectsClassSenderTspec) ProtoReflect() protoreflect.Message
- func (x *FlowRSVPPathObjectsClassSenderTspec) Reset()
- func (x *FlowRSVPPathObjectsClassSenderTspec) String() string
- type FlowRSVPPathObjectsClassSession
- func (*FlowRSVPPathObjectsClassSession) Descriptor() ([]byte, []int)deprecated
- func (x *FlowRSVPPathObjectsClassSession) GetCType() *FlowRSVPPathObjectsSessionCType
- func (x *FlowRSVPPathObjectsClassSession) GetLength() *FlowRSVPObjectLength
- func (*FlowRSVPPathObjectsClassSession) ProtoMessage()
- func (x *FlowRSVPPathObjectsClassSession) ProtoReflect() protoreflect.Message
- func (x *FlowRSVPPathObjectsClassSession) Reset()
- func (x *FlowRSVPPathObjectsClassSession) String() string
- type FlowRSVPPathObjectsClassSessionAttribute
- func (*FlowRSVPPathObjectsClassSessionAttribute) Descriptor() ([]byte, []int)deprecated
- func (x *FlowRSVPPathObjectsClassSessionAttribute) GetCType() *FlowRSVPPathObjectsSessionAttributeCType
- func (x *FlowRSVPPathObjectsClassSessionAttribute) GetLength() *FlowRSVPObjectLength
- func (*FlowRSVPPathObjectsClassSessionAttribute) ProtoMessage()
- func (x *FlowRSVPPathObjectsClassSessionAttribute) ProtoReflect() protoreflect.Message
- func (x *FlowRSVPPathObjectsClassSessionAttribute) Reset()
- func (x *FlowRSVPPathObjectsClassSessionAttribute) String() string
- type FlowRSVPPathObjectsClassTimeValues
- func (*FlowRSVPPathObjectsClassTimeValues) Descriptor() ([]byte, []int)deprecated
- func (x *FlowRSVPPathObjectsClassTimeValues) GetCType() *FlowRSVPPathObjectsTimeValuesCType
- func (x *FlowRSVPPathObjectsClassTimeValues) GetLength() *FlowRSVPObjectLength
- func (*FlowRSVPPathObjectsClassTimeValues) ProtoMessage()
- func (x *FlowRSVPPathObjectsClassTimeValues) ProtoReflect() protoreflect.Message
- func (x *FlowRSVPPathObjectsClassTimeValues) Reset()
- func (x *FlowRSVPPathObjectsClassTimeValues) String() string
- type FlowRSVPPathObjectsClass_Choice
- func (*FlowRSVPPathObjectsClass_Choice) Descriptor() ([]byte, []int)deprecated
- func (*FlowRSVPPathObjectsClass_Choice) ProtoMessage()
- func (x *FlowRSVPPathObjectsClass_Choice) ProtoReflect() protoreflect.Message
- func (x *FlowRSVPPathObjectsClass_Choice) Reset()
- func (x *FlowRSVPPathObjectsClass_Choice) String() string
- type FlowRSVPPathObjectsClass_Choice_Enum
- func (FlowRSVPPathObjectsClass_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x FlowRSVPPathObjectsClass_Choice_Enum) Enum() *FlowRSVPPathObjectsClass_Choice_Enum
- func (FlowRSVPPathObjectsClass_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x FlowRSVPPathObjectsClass_Choice_Enum) Number() protoreflect.EnumNumber
- func (x FlowRSVPPathObjectsClass_Choice_Enum) String() string
- func (FlowRSVPPathObjectsClass_Choice_Enum) Type() protoreflect.EnumType
- type FlowRSVPPathObjectsCustom
- func (*FlowRSVPPathObjectsCustom) Descriptor() ([]byte, []int)deprecated
- func (x *FlowRSVPPathObjectsCustom) GetBytes() string
- func (x *FlowRSVPPathObjectsCustom) GetLength() *FlowRSVPObjectLength
- func (x *FlowRSVPPathObjectsCustom) GetType() *PatternFlowRSVPPathObjectsCustomType
- func (*FlowRSVPPathObjectsCustom) ProtoMessage()
- func (x *FlowRSVPPathObjectsCustom) ProtoReflect() protoreflect.Message
- func (x *FlowRSVPPathObjectsCustom) Reset()
- func (x *FlowRSVPPathObjectsCustom) String() string
- type FlowRSVPPathObjectsLabelRequestCType
- func (*FlowRSVPPathObjectsLabelRequestCType) Descriptor() ([]byte, []int)deprecated
- func (x *FlowRSVPPathObjectsLabelRequestCType) GetChoice() FlowRSVPPathObjectsLabelRequestCType_Choice_Enum
- func (x *FlowRSVPPathObjectsLabelRequestCType) GetWithoutLabelRange() *FlowRSVPPathLabelRequestWithoutLabelRange
- func (*FlowRSVPPathObjectsLabelRequestCType) ProtoMessage()
- func (x *FlowRSVPPathObjectsLabelRequestCType) ProtoReflect() protoreflect.Message
- func (x *FlowRSVPPathObjectsLabelRequestCType) Reset()
- func (x *FlowRSVPPathObjectsLabelRequestCType) String() string
- type FlowRSVPPathObjectsLabelRequestCType_Choice
- func (*FlowRSVPPathObjectsLabelRequestCType_Choice) Descriptor() ([]byte, []int)deprecated
- func (*FlowRSVPPathObjectsLabelRequestCType_Choice) ProtoMessage()
- func (x *FlowRSVPPathObjectsLabelRequestCType_Choice) ProtoReflect() protoreflect.Message
- func (x *FlowRSVPPathObjectsLabelRequestCType_Choice) Reset()
- func (x *FlowRSVPPathObjectsLabelRequestCType_Choice) String() string
- type FlowRSVPPathObjectsLabelRequestCType_Choice_Enum
- func (FlowRSVPPathObjectsLabelRequestCType_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x FlowRSVPPathObjectsLabelRequestCType_Choice_Enum) Enum() *FlowRSVPPathObjectsLabelRequestCType_Choice_Enum
- func (FlowRSVPPathObjectsLabelRequestCType_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x FlowRSVPPathObjectsLabelRequestCType_Choice_Enum) Number() protoreflect.EnumNumber
- func (x FlowRSVPPathObjectsLabelRequestCType_Choice_Enum) String() string
- func (FlowRSVPPathObjectsLabelRequestCType_Choice_Enum) Type() protoreflect.EnumType
- type FlowRSVPPathObjectsRecordRouteCType
- func (*FlowRSVPPathObjectsRecordRouteCType) Descriptor() ([]byte, []int)deprecated
- func (x *FlowRSVPPathObjectsRecordRouteCType) GetChoice() FlowRSVPPathObjectsRecordRouteCType_Choice_Enum
- func (x *FlowRSVPPathObjectsRecordRouteCType) GetType_1() *FlowRSVPPathRecordRouteType1
- func (*FlowRSVPPathObjectsRecordRouteCType) ProtoMessage()
- func (x *FlowRSVPPathObjectsRecordRouteCType) ProtoReflect() protoreflect.Message
- func (x *FlowRSVPPathObjectsRecordRouteCType) Reset()
- func (x *FlowRSVPPathObjectsRecordRouteCType) String() string
- type FlowRSVPPathObjectsRecordRouteCType_Choice
- func (*FlowRSVPPathObjectsRecordRouteCType_Choice) Descriptor() ([]byte, []int)deprecated
- func (*FlowRSVPPathObjectsRecordRouteCType_Choice) ProtoMessage()
- func (x *FlowRSVPPathObjectsRecordRouteCType_Choice) ProtoReflect() protoreflect.Message
- func (x *FlowRSVPPathObjectsRecordRouteCType_Choice) Reset()
- func (x *FlowRSVPPathObjectsRecordRouteCType_Choice) String() string
- type FlowRSVPPathObjectsRecordRouteCType_Choice_Enum
- func (FlowRSVPPathObjectsRecordRouteCType_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x FlowRSVPPathObjectsRecordRouteCType_Choice_Enum) Enum() *FlowRSVPPathObjectsRecordRouteCType_Choice_Enum
- func (FlowRSVPPathObjectsRecordRouteCType_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x FlowRSVPPathObjectsRecordRouteCType_Choice_Enum) Number() protoreflect.EnumNumber
- func (x FlowRSVPPathObjectsRecordRouteCType_Choice_Enum) String() string
- func (FlowRSVPPathObjectsRecordRouteCType_Choice_Enum) Type() protoreflect.EnumType
- type FlowRSVPPathObjectsRecordRouteSubObjectType
- func (*FlowRSVPPathObjectsRecordRouteSubObjectType) Descriptor() ([]byte, []int)deprecated
- func (x *FlowRSVPPathObjectsRecordRouteSubObjectType) GetChoice() FlowRSVPPathObjectsRecordRouteSubObjectType_Choice_Enum
- func (x *FlowRSVPPathObjectsRecordRouteSubObjectType) GetIpv4Address() *FlowRSVPPathRecordRouteType1Ipv4Address
- func (x *FlowRSVPPathObjectsRecordRouteSubObjectType) GetLabel() *FlowRSVPPathRecordRouteType1Label
- func (*FlowRSVPPathObjectsRecordRouteSubObjectType) ProtoMessage()
- func (x *FlowRSVPPathObjectsRecordRouteSubObjectType) ProtoReflect() protoreflect.Message
- func (x *FlowRSVPPathObjectsRecordRouteSubObjectType) Reset()
- func (x *FlowRSVPPathObjectsRecordRouteSubObjectType) String() string
- type FlowRSVPPathObjectsRecordRouteSubObjectType_Choice
- func (*FlowRSVPPathObjectsRecordRouteSubObjectType_Choice) Descriptor() ([]byte, []int)deprecated
- func (*FlowRSVPPathObjectsRecordRouteSubObjectType_Choice) ProtoMessage()
- func (x *FlowRSVPPathObjectsRecordRouteSubObjectType_Choice) ProtoReflect() protoreflect.Message
- func (x *FlowRSVPPathObjectsRecordRouteSubObjectType_Choice) Reset()
- func (x *FlowRSVPPathObjectsRecordRouteSubObjectType_Choice) String() string
- type FlowRSVPPathObjectsRecordRouteSubObjectType_Choice_Enum
- func (FlowRSVPPathObjectsRecordRouteSubObjectType_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x FlowRSVPPathObjectsRecordRouteSubObjectType_Choice_Enum) Enum() *FlowRSVPPathObjectsRecordRouteSubObjectType_Choice_Enum
- func (FlowRSVPPathObjectsRecordRouteSubObjectType_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x FlowRSVPPathObjectsRecordRouteSubObjectType_Choice_Enum) Number() protoreflect.EnumNumber
- func (x FlowRSVPPathObjectsRecordRouteSubObjectType_Choice_Enum) String() string
- func (FlowRSVPPathObjectsRecordRouteSubObjectType_Choice_Enum) Type() protoreflect.EnumType
- type FlowRSVPPathObjectsRsvpHopCType
- func (*FlowRSVPPathObjectsRsvpHopCType) Descriptor() ([]byte, []int)deprecated
- func (x *FlowRSVPPathObjectsRsvpHopCType) GetChoice() FlowRSVPPathObjectsRsvpHopCType_Choice_Enum
- func (x *FlowRSVPPathObjectsRsvpHopCType) GetIpv4() *FlowRSVPPathRsvpHopIpv4
- func (*FlowRSVPPathObjectsRsvpHopCType) ProtoMessage()
- func (x *FlowRSVPPathObjectsRsvpHopCType) ProtoReflect() protoreflect.Message
- func (x *FlowRSVPPathObjectsRsvpHopCType) Reset()
- func (x *FlowRSVPPathObjectsRsvpHopCType) String() string
- type FlowRSVPPathObjectsRsvpHopCType_Choice
- func (*FlowRSVPPathObjectsRsvpHopCType_Choice) Descriptor() ([]byte, []int)deprecated
- func (*FlowRSVPPathObjectsRsvpHopCType_Choice) ProtoMessage()
- func (x *FlowRSVPPathObjectsRsvpHopCType_Choice) ProtoReflect() protoreflect.Message
- func (x *FlowRSVPPathObjectsRsvpHopCType_Choice) Reset()
- func (x *FlowRSVPPathObjectsRsvpHopCType_Choice) String() string
- type FlowRSVPPathObjectsRsvpHopCType_Choice_Enum
- func (FlowRSVPPathObjectsRsvpHopCType_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x FlowRSVPPathObjectsRsvpHopCType_Choice_Enum) Enum() *FlowRSVPPathObjectsRsvpHopCType_Choice_Enum
- func (FlowRSVPPathObjectsRsvpHopCType_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x FlowRSVPPathObjectsRsvpHopCType_Choice_Enum) Number() protoreflect.EnumNumber
- func (x FlowRSVPPathObjectsRsvpHopCType_Choice_Enum) String() string
- func (FlowRSVPPathObjectsRsvpHopCType_Choice_Enum) Type() protoreflect.EnumType
- type FlowRSVPPathObjectsSenderTemplateCType
- func (*FlowRSVPPathObjectsSenderTemplateCType) Descriptor() ([]byte, []int)deprecated
- func (x *FlowRSVPPathObjectsSenderTemplateCType) GetChoice() FlowRSVPPathObjectsSenderTemplateCType_Choice_Enum
- func (x *FlowRSVPPathObjectsSenderTemplateCType) GetLspTunnelIpv4() *FlowRSVPPathSenderTemplateLspTunnelIpv4
- func (*FlowRSVPPathObjectsSenderTemplateCType) ProtoMessage()
- func (x *FlowRSVPPathObjectsSenderTemplateCType) ProtoReflect() protoreflect.Message
- func (x *FlowRSVPPathObjectsSenderTemplateCType) Reset()
- func (x *FlowRSVPPathObjectsSenderTemplateCType) String() string
- type FlowRSVPPathObjectsSenderTemplateCType_Choice
- func (*FlowRSVPPathObjectsSenderTemplateCType_Choice) Descriptor() ([]byte, []int)deprecated
- func (*FlowRSVPPathObjectsSenderTemplateCType_Choice) ProtoMessage()
- func (x *FlowRSVPPathObjectsSenderTemplateCType_Choice) ProtoReflect() protoreflect.Message
- func (x *FlowRSVPPathObjectsSenderTemplateCType_Choice) Reset()
- func (x *FlowRSVPPathObjectsSenderTemplateCType_Choice) String() string
- type FlowRSVPPathObjectsSenderTemplateCType_Choice_Enum
- func (FlowRSVPPathObjectsSenderTemplateCType_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x FlowRSVPPathObjectsSenderTemplateCType_Choice_Enum) Enum() *FlowRSVPPathObjectsSenderTemplateCType_Choice_Enum
- func (FlowRSVPPathObjectsSenderTemplateCType_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x FlowRSVPPathObjectsSenderTemplateCType_Choice_Enum) Number() protoreflect.EnumNumber
- func (x FlowRSVPPathObjectsSenderTemplateCType_Choice_Enum) String() string
- func (FlowRSVPPathObjectsSenderTemplateCType_Choice_Enum) Type() protoreflect.EnumType
- type FlowRSVPPathObjectsSenderTspecCType
- func (*FlowRSVPPathObjectsSenderTspecCType) Descriptor() ([]byte, []int)deprecated
- func (x *FlowRSVPPathObjectsSenderTspecCType) GetChoice() FlowRSVPPathObjectsSenderTspecCType_Choice_Enum
- func (x *FlowRSVPPathObjectsSenderTspecCType) GetIntServ() *FlowRSVPPathSenderTspecIntServ
- func (*FlowRSVPPathObjectsSenderTspecCType) ProtoMessage()
- func (x *FlowRSVPPathObjectsSenderTspecCType) ProtoReflect() protoreflect.Message
- func (x *FlowRSVPPathObjectsSenderTspecCType) Reset()
- func (x *FlowRSVPPathObjectsSenderTspecCType) String() string
- type FlowRSVPPathObjectsSenderTspecCType_Choice
- func (*FlowRSVPPathObjectsSenderTspecCType_Choice) Descriptor() ([]byte, []int)deprecated
- func (*FlowRSVPPathObjectsSenderTspecCType_Choice) ProtoMessage()
- func (x *FlowRSVPPathObjectsSenderTspecCType_Choice) ProtoReflect() protoreflect.Message
- func (x *FlowRSVPPathObjectsSenderTspecCType_Choice) Reset()
- func (x *FlowRSVPPathObjectsSenderTspecCType_Choice) String() string
- type FlowRSVPPathObjectsSenderTspecCType_Choice_Enum
- func (FlowRSVPPathObjectsSenderTspecCType_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x FlowRSVPPathObjectsSenderTspecCType_Choice_Enum) Enum() *FlowRSVPPathObjectsSenderTspecCType_Choice_Enum
- func (FlowRSVPPathObjectsSenderTspecCType_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x FlowRSVPPathObjectsSenderTspecCType_Choice_Enum) Number() protoreflect.EnumNumber
- func (x FlowRSVPPathObjectsSenderTspecCType_Choice_Enum) String() string
- func (FlowRSVPPathObjectsSenderTspecCType_Choice_Enum) Type() protoreflect.EnumType
- type FlowRSVPPathObjectsSessionAttributeCType
- func (*FlowRSVPPathObjectsSessionAttributeCType) Descriptor() ([]byte, []int)deprecated
- func (x *FlowRSVPPathObjectsSessionAttributeCType) GetChoice() FlowRSVPPathObjectsSessionAttributeCType_Choice_Enum
- func (x *FlowRSVPPathObjectsSessionAttributeCType) GetLspTunnel() *FlowRSVPPathSessionAttributeLspTunnel
- func (x *FlowRSVPPathObjectsSessionAttributeCType) GetLspTunnelRa() *FlowRSVPPathSessionAttributeLspTunnelRa
- func (*FlowRSVPPathObjectsSessionAttributeCType) ProtoMessage()
- func (x *FlowRSVPPathObjectsSessionAttributeCType) ProtoReflect() protoreflect.Message
- func (x *FlowRSVPPathObjectsSessionAttributeCType) Reset()
- func (x *FlowRSVPPathObjectsSessionAttributeCType) String() string
- type FlowRSVPPathObjectsSessionAttributeCType_Choice
- func (*FlowRSVPPathObjectsSessionAttributeCType_Choice) Descriptor() ([]byte, []int)deprecated
- func (*FlowRSVPPathObjectsSessionAttributeCType_Choice) ProtoMessage()
- func (x *FlowRSVPPathObjectsSessionAttributeCType_Choice) ProtoReflect() protoreflect.Message
- func (x *FlowRSVPPathObjectsSessionAttributeCType_Choice) Reset()
- func (x *FlowRSVPPathObjectsSessionAttributeCType_Choice) String() string
- type FlowRSVPPathObjectsSessionAttributeCType_Choice_Enum
- func (FlowRSVPPathObjectsSessionAttributeCType_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x FlowRSVPPathObjectsSessionAttributeCType_Choice_Enum) Enum() *FlowRSVPPathObjectsSessionAttributeCType_Choice_Enum
- func (FlowRSVPPathObjectsSessionAttributeCType_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x FlowRSVPPathObjectsSessionAttributeCType_Choice_Enum) Number() protoreflect.EnumNumber
- func (x FlowRSVPPathObjectsSessionAttributeCType_Choice_Enum) String() string
- func (FlowRSVPPathObjectsSessionAttributeCType_Choice_Enum) Type() protoreflect.EnumType
- type FlowRSVPPathObjectsSessionCType
- func (*FlowRSVPPathObjectsSessionCType) Descriptor() ([]byte, []int)deprecated
- func (x *FlowRSVPPathObjectsSessionCType) GetChoice() FlowRSVPPathObjectsSessionCType_Choice_Enum
- func (x *FlowRSVPPathObjectsSessionCType) GetLspTunnelIpv4() *FlowRSVPPathSessionLspTunnelIpv4
- func (*FlowRSVPPathObjectsSessionCType) ProtoMessage()
- func (x *FlowRSVPPathObjectsSessionCType) ProtoReflect() protoreflect.Message
- func (x *FlowRSVPPathObjectsSessionCType) Reset()
- func (x *FlowRSVPPathObjectsSessionCType) String() string
- type FlowRSVPPathObjectsSessionCType_Choice
- func (*FlowRSVPPathObjectsSessionCType_Choice) Descriptor() ([]byte, []int)deprecated
- func (*FlowRSVPPathObjectsSessionCType_Choice) ProtoMessage()
- func (x *FlowRSVPPathObjectsSessionCType_Choice) ProtoReflect() protoreflect.Message
- func (x *FlowRSVPPathObjectsSessionCType_Choice) Reset()
- func (x *FlowRSVPPathObjectsSessionCType_Choice) String() string
- type FlowRSVPPathObjectsSessionCType_Choice_Enum
- func (FlowRSVPPathObjectsSessionCType_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x FlowRSVPPathObjectsSessionCType_Choice_Enum) Enum() *FlowRSVPPathObjectsSessionCType_Choice_Enum
- func (FlowRSVPPathObjectsSessionCType_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x FlowRSVPPathObjectsSessionCType_Choice_Enum) Number() protoreflect.EnumNumber
- func (x FlowRSVPPathObjectsSessionCType_Choice_Enum) String() string
- func (FlowRSVPPathObjectsSessionCType_Choice_Enum) Type() protoreflect.EnumType
- type FlowRSVPPathObjectsTimeValuesCType
- func (*FlowRSVPPathObjectsTimeValuesCType) Descriptor() ([]byte, []int)deprecated
- func (x *FlowRSVPPathObjectsTimeValuesCType) GetChoice() FlowRSVPPathObjectsTimeValuesCType_Choice_Enum
- func (x *FlowRSVPPathObjectsTimeValuesCType) GetType_1() *FlowRSVPPathTimeValuesType1
- func (*FlowRSVPPathObjectsTimeValuesCType) ProtoMessage()
- func (x *FlowRSVPPathObjectsTimeValuesCType) ProtoReflect() protoreflect.Message
- func (x *FlowRSVPPathObjectsTimeValuesCType) Reset()
- func (x *FlowRSVPPathObjectsTimeValuesCType) String() string
- type FlowRSVPPathObjectsTimeValuesCType_Choice
- func (*FlowRSVPPathObjectsTimeValuesCType_Choice) Descriptor() ([]byte, []int)deprecated
- func (*FlowRSVPPathObjectsTimeValuesCType_Choice) ProtoMessage()
- func (x *FlowRSVPPathObjectsTimeValuesCType_Choice) ProtoReflect() protoreflect.Message
- func (x *FlowRSVPPathObjectsTimeValuesCType_Choice) Reset()
- func (x *FlowRSVPPathObjectsTimeValuesCType_Choice) String() string
- type FlowRSVPPathObjectsTimeValuesCType_Choice_Enum
- func (FlowRSVPPathObjectsTimeValuesCType_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x FlowRSVPPathObjectsTimeValuesCType_Choice_Enum) Enum() *FlowRSVPPathObjectsTimeValuesCType_Choice_Enum
- func (FlowRSVPPathObjectsTimeValuesCType_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x FlowRSVPPathObjectsTimeValuesCType_Choice_Enum) Number() protoreflect.EnumNumber
- func (x FlowRSVPPathObjectsTimeValuesCType_Choice_Enum) String() string
- func (FlowRSVPPathObjectsTimeValuesCType_Choice_Enum) Type() protoreflect.EnumType
- type FlowRSVPPathRecordRouteLabel
- func (*FlowRSVPPathRecordRouteLabel) Descriptor() ([]byte, []int)deprecated
- func (x *FlowRSVPPathRecordRouteLabel) GetAsHex() string
- func (x *FlowRSVPPathRecordRouteLabel) GetAsInteger() uint32
- func (x *FlowRSVPPathRecordRouteLabel) GetChoice() FlowRSVPPathRecordRouteLabel_Choice_Enum
- func (*FlowRSVPPathRecordRouteLabel) ProtoMessage()
- func (x *FlowRSVPPathRecordRouteLabel) ProtoReflect() protoreflect.Message
- func (x *FlowRSVPPathRecordRouteLabel) Reset()
- func (x *FlowRSVPPathRecordRouteLabel) String() string
- type FlowRSVPPathRecordRouteLabel_Choice
- func (*FlowRSVPPathRecordRouteLabel_Choice) Descriptor() ([]byte, []int)deprecated
- func (*FlowRSVPPathRecordRouteLabel_Choice) ProtoMessage()
- func (x *FlowRSVPPathRecordRouteLabel_Choice) ProtoReflect() protoreflect.Message
- func (x *FlowRSVPPathRecordRouteLabel_Choice) Reset()
- func (x *FlowRSVPPathRecordRouteLabel_Choice) String() string
- type FlowRSVPPathRecordRouteLabel_Choice_Enum
- func (FlowRSVPPathRecordRouteLabel_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x FlowRSVPPathRecordRouteLabel_Choice_Enum) Enum() *FlowRSVPPathRecordRouteLabel_Choice_Enum
- func (FlowRSVPPathRecordRouteLabel_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x FlowRSVPPathRecordRouteLabel_Choice_Enum) Number() protoreflect.EnumNumber
- func (x FlowRSVPPathRecordRouteLabel_Choice_Enum) String() string
- func (FlowRSVPPathRecordRouteLabel_Choice_Enum) Type() protoreflect.EnumType
- type FlowRSVPPathRecordRouteType1
- func (*FlowRSVPPathRecordRouteType1) Descriptor() ([]byte, []int)deprecated
- func (x *FlowRSVPPathRecordRouteType1) GetSubobjects() []*FlowRSVPType1RecordRouteSubobjects
- func (*FlowRSVPPathRecordRouteType1) ProtoMessage()
- func (x *FlowRSVPPathRecordRouteType1) ProtoReflect() protoreflect.Message
- func (x *FlowRSVPPathRecordRouteType1) Reset()
- func (x *FlowRSVPPathRecordRouteType1) String() string
- type FlowRSVPPathRecordRouteType1Ipv4Address
- func (*FlowRSVPPathRecordRouteType1Ipv4Address) Descriptor() ([]byte, []int)deprecated
- func (x *FlowRSVPPathRecordRouteType1Ipv4Address) GetFlags() *FlowRSVPRecordRouteIPv4Flag
- func (x *FlowRSVPPathRecordRouteType1Ipv4Address) GetIpv4Address() *PatternFlowRSVPPathRecordRouteType1Ipv4AddressIpv4Address
- func (x *FlowRSVPPathRecordRouteType1Ipv4Address) GetLength() *FlowRSVPRouteRecordLength
- func (x *FlowRSVPPathRecordRouteType1Ipv4Address) GetPrefixLength() *PatternFlowRSVPPathRecordRouteType1Ipv4AddressPrefixLength
- func (*FlowRSVPPathRecordRouteType1Ipv4Address) ProtoMessage()
- func (x *FlowRSVPPathRecordRouteType1Ipv4Address) ProtoReflect() protoreflect.Message
- func (x *FlowRSVPPathRecordRouteType1Ipv4Address) Reset()
- func (x *FlowRSVPPathRecordRouteType1Ipv4Address) String() string
- type FlowRSVPPathRecordRouteType1Label
- func (*FlowRSVPPathRecordRouteType1Label) Descriptor() ([]byte, []int)deprecated
- func (x *FlowRSVPPathRecordRouteType1Label) GetCType() *PatternFlowRSVPPathRecordRouteType1LabelCType
- func (x *FlowRSVPPathRecordRouteType1Label) GetFlags() *PatternFlowRSVPPathRecordRouteType1LabelFlags
- func (x *FlowRSVPPathRecordRouteType1Label) GetLabel() *FlowRSVPPathRecordRouteLabel
- func (x *FlowRSVPPathRecordRouteType1Label) GetLength() *FlowRSVPRouteRecordLength
- func (*FlowRSVPPathRecordRouteType1Label) ProtoMessage()
- func (x *FlowRSVPPathRecordRouteType1Label) ProtoReflect() protoreflect.Message
- func (x *FlowRSVPPathRecordRouteType1Label) Reset()
- func (x *FlowRSVPPathRecordRouteType1Label) String() string
- type FlowRSVPPathRsvpHopIpv4
- func (*FlowRSVPPathRsvpHopIpv4) Descriptor() ([]byte, []int)deprecated
- func (x *FlowRSVPPathRsvpHopIpv4) GetIpv4Address() *PatternFlowRSVPPathRsvpHopIpv4Ipv4Address
- func (x *FlowRSVPPathRsvpHopIpv4) GetLogicalInterfaceHandle() *PatternFlowRSVPPathRsvpHopIpv4LogicalInterfaceHandle
- func (*FlowRSVPPathRsvpHopIpv4) ProtoMessage()
- func (x *FlowRSVPPathRsvpHopIpv4) ProtoReflect() protoreflect.Message
- func (x *FlowRSVPPathRsvpHopIpv4) Reset()
- func (x *FlowRSVPPathRsvpHopIpv4) String() string
- type FlowRSVPPathSenderTemplateLspTunnelIpv4
- func (*FlowRSVPPathSenderTemplateLspTunnelIpv4) Descriptor() ([]byte, []int)deprecated
- func (x *FlowRSVPPathSenderTemplateLspTunnelIpv4) GetIpv4TunnelSenderAddress() *PatternFlowRSVPPathSenderTemplateLspTunnelIpv4Ipv4TunnelSenderAddress
- func (x *FlowRSVPPathSenderTemplateLspTunnelIpv4) GetLspId() *PatternFlowRSVPPathSenderTemplateLspTunnelIpv4LspId
- func (x *FlowRSVPPathSenderTemplateLspTunnelIpv4) GetReserved() *PatternFlowRSVPPathSenderTemplateLspTunnelIpv4Reserved
- func (*FlowRSVPPathSenderTemplateLspTunnelIpv4) ProtoMessage()
- func (x *FlowRSVPPathSenderTemplateLspTunnelIpv4) ProtoReflect() protoreflect.Message
- func (x *FlowRSVPPathSenderTemplateLspTunnelIpv4) Reset()
- func (x *FlowRSVPPathSenderTemplateLspTunnelIpv4) String() string
- type FlowRSVPPathSenderTspecIntServ
- func (*FlowRSVPPathSenderTspecIntServ) Descriptor() ([]byte, []int)deprecated
- func (x *FlowRSVPPathSenderTspecIntServ) GetLengthOfServiceData() *PatternFlowRSVPPathSenderTspecIntServLengthOfServiceData
- func (x *FlowRSVPPathSenderTspecIntServ) GetMaximumPacketSize() *PatternFlowRSVPPathSenderTspecIntServMaximumPacketSize
- func (x *FlowRSVPPathSenderTspecIntServ) GetMinimumPolicedUnit() *PatternFlowRSVPPathSenderTspecIntServMinimumPolicedUnit
- func (x *FlowRSVPPathSenderTspecIntServ) GetOverallLength() *PatternFlowRSVPPathSenderTspecIntServOverallLength
- func (x *FlowRSVPPathSenderTspecIntServ) GetParameterIdTokenBucketTspec() *PatternFlowRSVPPathSenderTspecIntServParameterIdTokenBucketTspec
- func (x *FlowRSVPPathSenderTspecIntServ) GetParameter_127Flag() *PatternFlowRSVPPathSenderTspecIntServParameter127Flag
- func (x *FlowRSVPPathSenderTspecIntServ) GetParameter_127Length() *PatternFlowRSVPPathSenderTspecIntServParameter127Length
- func (x *FlowRSVPPathSenderTspecIntServ) GetPeakDataRate() float32
- func (x *FlowRSVPPathSenderTspecIntServ) GetReserved1() *PatternFlowRSVPPathSenderTspecIntServReserved1
- func (x *FlowRSVPPathSenderTspecIntServ) GetReserved2() *PatternFlowRSVPPathSenderTspecIntServReserved2
- func (x *FlowRSVPPathSenderTspecIntServ) GetServiceHeader() *PatternFlowRSVPPathSenderTspecIntServServiceHeader
- func (x *FlowRSVPPathSenderTspecIntServ) GetTokenBucketRate() float32
- func (x *FlowRSVPPathSenderTspecIntServ) GetTokenBucketSize() float32
- func (x *FlowRSVPPathSenderTspecIntServ) GetVersion() *PatternFlowRSVPPathSenderTspecIntServVersion
- func (x *FlowRSVPPathSenderTspecIntServ) GetZeroBit() *PatternFlowRSVPPathSenderTspecIntServZeroBit
- func (*FlowRSVPPathSenderTspecIntServ) ProtoMessage()
- func (x *FlowRSVPPathSenderTspecIntServ) ProtoReflect() protoreflect.Message
- func (x *FlowRSVPPathSenderTspecIntServ) Reset()
- func (x *FlowRSVPPathSenderTspecIntServ) String() string
- type FlowRSVPPathSessionAttributeLspTunnel
- func (*FlowRSVPPathSessionAttributeLspTunnel) Descriptor() ([]byte, []int)deprecated
- func (x *FlowRSVPPathSessionAttributeLspTunnel) GetFlags() *FlowRSVPLspTunnelFlag
- func (x *FlowRSVPPathSessionAttributeLspTunnel) GetHoldingPriority() uint32
- func (x *FlowRSVPPathSessionAttributeLspTunnel) GetNameLength() *FlowRSVPSessionAttributeNameLength
- func (x *FlowRSVPPathSessionAttributeLspTunnel) GetSessionName() string
- func (x *FlowRSVPPathSessionAttributeLspTunnel) GetSetupPriority() uint32
- func (*FlowRSVPPathSessionAttributeLspTunnel) ProtoMessage()
- func (x *FlowRSVPPathSessionAttributeLspTunnel) ProtoReflect() protoreflect.Message
- func (x *FlowRSVPPathSessionAttributeLspTunnel) Reset()
- func (x *FlowRSVPPathSessionAttributeLspTunnel) String() string
- type FlowRSVPPathSessionAttributeLspTunnelRa
- func (*FlowRSVPPathSessionAttributeLspTunnelRa) Descriptor() ([]byte, []int)deprecated
- func (x *FlowRSVPPathSessionAttributeLspTunnelRa) GetExcludeAny() string
- func (x *FlowRSVPPathSessionAttributeLspTunnelRa) GetFlags() *FlowRSVPLspTunnelFlag
- func (x *FlowRSVPPathSessionAttributeLspTunnelRa) GetHoldingPriority() uint32
- func (x *FlowRSVPPathSessionAttributeLspTunnelRa) GetIncludeAll() string
- func (x *FlowRSVPPathSessionAttributeLspTunnelRa) GetIncludeAny() string
- func (x *FlowRSVPPathSessionAttributeLspTunnelRa) GetNameLength() *FlowRSVPSessionAttributeNameLength
- func (x *FlowRSVPPathSessionAttributeLspTunnelRa) GetSessionName() string
- func (x *FlowRSVPPathSessionAttributeLspTunnelRa) GetSetupPriority() uint32
- func (*FlowRSVPPathSessionAttributeLspTunnelRa) ProtoMessage()
- func (x *FlowRSVPPathSessionAttributeLspTunnelRa) ProtoReflect() protoreflect.Message
- func (x *FlowRSVPPathSessionAttributeLspTunnelRa) Reset()
- func (x *FlowRSVPPathSessionAttributeLspTunnelRa) String() string
- type FlowRSVPPathSessionExtTunnelId
- func (*FlowRSVPPathSessionExtTunnelId) Descriptor() ([]byte, []int)deprecated
- func (x *FlowRSVPPathSessionExtTunnelId) GetAsInteger() *PatternFlowRSVPPathSessionExtTunnelIdAsInteger
- func (x *FlowRSVPPathSessionExtTunnelId) GetAsIpv4() *PatternFlowRSVPPathSessionExtTunnelIdAsIpv4
- func (x *FlowRSVPPathSessionExtTunnelId) GetChoice() FlowRSVPPathSessionExtTunnelId_Choice_Enum
- func (*FlowRSVPPathSessionExtTunnelId) ProtoMessage()
- func (x *FlowRSVPPathSessionExtTunnelId) ProtoReflect() protoreflect.Message
- func (x *FlowRSVPPathSessionExtTunnelId) Reset()
- func (x *FlowRSVPPathSessionExtTunnelId) String() string
- type FlowRSVPPathSessionExtTunnelId_Choice
- func (*FlowRSVPPathSessionExtTunnelId_Choice) Descriptor() ([]byte, []int)deprecated
- func (*FlowRSVPPathSessionExtTunnelId_Choice) ProtoMessage()
- func (x *FlowRSVPPathSessionExtTunnelId_Choice) ProtoReflect() protoreflect.Message
- func (x *FlowRSVPPathSessionExtTunnelId_Choice) Reset()
- func (x *FlowRSVPPathSessionExtTunnelId_Choice) String() string
- type FlowRSVPPathSessionExtTunnelId_Choice_Enum
- func (FlowRSVPPathSessionExtTunnelId_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x FlowRSVPPathSessionExtTunnelId_Choice_Enum) Enum() *FlowRSVPPathSessionExtTunnelId_Choice_Enum
- func (FlowRSVPPathSessionExtTunnelId_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x FlowRSVPPathSessionExtTunnelId_Choice_Enum) Number() protoreflect.EnumNumber
- func (x FlowRSVPPathSessionExtTunnelId_Choice_Enum) String() string
- func (FlowRSVPPathSessionExtTunnelId_Choice_Enum) Type() protoreflect.EnumType
- type FlowRSVPPathSessionLspTunnelIpv4
- func (*FlowRSVPPathSessionLspTunnelIpv4) Descriptor() ([]byte, []int)deprecated
- func (x *FlowRSVPPathSessionLspTunnelIpv4) GetExtendedTunnelId() *FlowRSVPPathSessionExtTunnelId
- func (x *FlowRSVPPathSessionLspTunnelIpv4) GetIpv4TunnelEndPointAddress() *PatternFlowRSVPPathSessionLspTunnelIpv4Ipv4TunnelEndPointAddress
- func (x *FlowRSVPPathSessionLspTunnelIpv4) GetReserved() *PatternFlowRSVPPathSessionLspTunnelIpv4Reserved
- func (x *FlowRSVPPathSessionLspTunnelIpv4) GetTunnelId() *PatternFlowRSVPPathSessionLspTunnelIpv4TunnelId
- func (*FlowRSVPPathSessionLspTunnelIpv4) ProtoMessage()
- func (x *FlowRSVPPathSessionLspTunnelIpv4) ProtoReflect() protoreflect.Message
- func (x *FlowRSVPPathSessionLspTunnelIpv4) Reset()
- func (x *FlowRSVPPathSessionLspTunnelIpv4) String() string
- type FlowRSVPPathTimeValuesType1
- func (*FlowRSVPPathTimeValuesType1) Descriptor() ([]byte, []int)deprecated
- func (x *FlowRSVPPathTimeValuesType1) GetRefreshPeriodR() *PatternFlowRSVPPathTimeValuesType1RefreshPeriodR
- func (*FlowRSVPPathTimeValuesType1) ProtoMessage()
- func (x *FlowRSVPPathTimeValuesType1) ProtoReflect() protoreflect.Message
- func (x *FlowRSVPPathTimeValuesType1) Reset()
- func (x *FlowRSVPPathTimeValuesType1) String() string
- type FlowRSVPRecordRouteIPv4Flag
- func (*FlowRSVPRecordRouteIPv4Flag) Descriptor() ([]byte, []int)deprecated
- func (x *FlowRSVPRecordRouteIPv4Flag) GetChoice() FlowRSVPRecordRouteIPv4Flag_Choice_Enum
- func (*FlowRSVPRecordRouteIPv4Flag) ProtoMessage()
- func (x *FlowRSVPRecordRouteIPv4Flag) ProtoReflect() protoreflect.Message
- func (x *FlowRSVPRecordRouteIPv4Flag) Reset()
- func (x *FlowRSVPRecordRouteIPv4Flag) String() string
- type FlowRSVPRecordRouteIPv4Flag_Choice
- func (*FlowRSVPRecordRouteIPv4Flag_Choice) Descriptor() ([]byte, []int)deprecated
- func (*FlowRSVPRecordRouteIPv4Flag_Choice) ProtoMessage()
- func (x *FlowRSVPRecordRouteIPv4Flag_Choice) ProtoReflect() protoreflect.Message
- func (x *FlowRSVPRecordRouteIPv4Flag_Choice) Reset()
- func (x *FlowRSVPRecordRouteIPv4Flag_Choice) String() string
- type FlowRSVPRecordRouteIPv4Flag_Choice_Enum
- func (FlowRSVPRecordRouteIPv4Flag_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x FlowRSVPRecordRouteIPv4Flag_Choice_Enum) Enum() *FlowRSVPRecordRouteIPv4Flag_Choice_Enum
- func (FlowRSVPRecordRouteIPv4Flag_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x FlowRSVPRecordRouteIPv4Flag_Choice_Enum) Number() protoreflect.EnumNumber
- func (x FlowRSVPRecordRouteIPv4Flag_Choice_Enum) String() string
- func (FlowRSVPRecordRouteIPv4Flag_Choice_Enum) Type() protoreflect.EnumType
- type FlowRSVPRouteRecordLength
- func (*FlowRSVPRouteRecordLength) Descriptor() ([]byte, []int)deprecated
- func (x *FlowRSVPRouteRecordLength) GetAuto() uint32
- func (x *FlowRSVPRouteRecordLength) GetChoice() FlowRSVPRouteRecordLength_Choice_Enum
- func (x *FlowRSVPRouteRecordLength) GetValue() uint32
- func (*FlowRSVPRouteRecordLength) ProtoMessage()
- func (x *FlowRSVPRouteRecordLength) ProtoReflect() protoreflect.Message
- func (x *FlowRSVPRouteRecordLength) Reset()
- func (x *FlowRSVPRouteRecordLength) String() string
- type FlowRSVPRouteRecordLength_Choice
- func (*FlowRSVPRouteRecordLength_Choice) Descriptor() ([]byte, []int)deprecated
- func (*FlowRSVPRouteRecordLength_Choice) ProtoMessage()
- func (x *FlowRSVPRouteRecordLength_Choice) ProtoReflect() protoreflect.Message
- func (x *FlowRSVPRouteRecordLength_Choice) Reset()
- func (x *FlowRSVPRouteRecordLength_Choice) String() string
- type FlowRSVPRouteRecordLength_Choice_Enum
- func (FlowRSVPRouteRecordLength_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x FlowRSVPRouteRecordLength_Choice_Enum) Enum() *FlowRSVPRouteRecordLength_Choice_Enum
- func (FlowRSVPRouteRecordLength_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x FlowRSVPRouteRecordLength_Choice_Enum) Number() protoreflect.EnumNumber
- func (x FlowRSVPRouteRecordLength_Choice_Enum) String() string
- func (FlowRSVPRouteRecordLength_Choice_Enum) Type() protoreflect.EnumType
- type FlowRSVPSessionAttributeNameLength
- func (*FlowRSVPSessionAttributeNameLength) Descriptor() ([]byte, []int)deprecated
- func (x *FlowRSVPSessionAttributeNameLength) GetAuto() uint32
- func (x *FlowRSVPSessionAttributeNameLength) GetChoice() FlowRSVPSessionAttributeNameLength_Choice_Enum
- func (x *FlowRSVPSessionAttributeNameLength) GetValue() uint32
- func (*FlowRSVPSessionAttributeNameLength) ProtoMessage()
- func (x *FlowRSVPSessionAttributeNameLength) ProtoReflect() protoreflect.Message
- func (x *FlowRSVPSessionAttributeNameLength) Reset()
- func (x *FlowRSVPSessionAttributeNameLength) String() string
- type FlowRSVPSessionAttributeNameLength_Choice
- func (*FlowRSVPSessionAttributeNameLength_Choice) Descriptor() ([]byte, []int)deprecated
- func (*FlowRSVPSessionAttributeNameLength_Choice) ProtoMessage()
- func (x *FlowRSVPSessionAttributeNameLength_Choice) ProtoReflect() protoreflect.Message
- func (x *FlowRSVPSessionAttributeNameLength_Choice) Reset()
- func (x *FlowRSVPSessionAttributeNameLength_Choice) String() string
- type FlowRSVPSessionAttributeNameLength_Choice_Enum
- func (FlowRSVPSessionAttributeNameLength_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x FlowRSVPSessionAttributeNameLength_Choice_Enum) Enum() *FlowRSVPSessionAttributeNameLength_Choice_Enum
- func (FlowRSVPSessionAttributeNameLength_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x FlowRSVPSessionAttributeNameLength_Choice_Enum) Number() protoreflect.EnumNumber
- func (x FlowRSVPSessionAttributeNameLength_Choice_Enum) String() string
- func (FlowRSVPSessionAttributeNameLength_Choice_Enum) Type() protoreflect.EnumType
- type FlowRSVPType1ExplicitRouteSubobjects
- func (*FlowRSVPType1ExplicitRouteSubobjects) Descriptor() ([]byte, []int)deprecated
- func (x *FlowRSVPType1ExplicitRouteSubobjects) GetType() *FlowRSVPType1ExplicitRouteSubobjectsType
- func (*FlowRSVPType1ExplicitRouteSubobjects) ProtoMessage()
- func (x *FlowRSVPType1ExplicitRouteSubobjects) ProtoReflect() protoreflect.Message
- func (x *FlowRSVPType1ExplicitRouteSubobjects) Reset()
- func (x *FlowRSVPType1ExplicitRouteSubobjects) String() string
- type FlowRSVPType1ExplicitRouteSubobjectsType
- func (*FlowRSVPType1ExplicitRouteSubobjectsType) Descriptor() ([]byte, []int)deprecated
- func (x *FlowRSVPType1ExplicitRouteSubobjectsType) GetAsNumber() *FlowRSVPPathExplicitRouteType1ASNumber
- func (x *FlowRSVPType1ExplicitRouteSubobjectsType) GetChoice() FlowRSVPType1ExplicitRouteSubobjectsType_Choice_Enum
- func (x *FlowRSVPType1ExplicitRouteSubobjectsType) GetIpv4Prefix() *FlowRSVPPathExplicitRouteType1Ipv4Prefix
- func (*FlowRSVPType1ExplicitRouteSubobjectsType) ProtoMessage()
- func (x *FlowRSVPType1ExplicitRouteSubobjectsType) ProtoReflect() protoreflect.Message
- func (x *FlowRSVPType1ExplicitRouteSubobjectsType) Reset()
- func (x *FlowRSVPType1ExplicitRouteSubobjectsType) String() string
- type FlowRSVPType1ExplicitRouteSubobjectsType_Choice
- func (*FlowRSVPType1ExplicitRouteSubobjectsType_Choice) Descriptor() ([]byte, []int)deprecated
- func (*FlowRSVPType1ExplicitRouteSubobjectsType_Choice) ProtoMessage()
- func (x *FlowRSVPType1ExplicitRouteSubobjectsType_Choice) ProtoReflect() protoreflect.Message
- func (x *FlowRSVPType1ExplicitRouteSubobjectsType_Choice) Reset()
- func (x *FlowRSVPType1ExplicitRouteSubobjectsType_Choice) String() string
- type FlowRSVPType1ExplicitRouteSubobjectsType_Choice_Enum
- func (FlowRSVPType1ExplicitRouteSubobjectsType_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x FlowRSVPType1ExplicitRouteSubobjectsType_Choice_Enum) Enum() *FlowRSVPType1ExplicitRouteSubobjectsType_Choice_Enum
- func (FlowRSVPType1ExplicitRouteSubobjectsType_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x FlowRSVPType1ExplicitRouteSubobjectsType_Choice_Enum) Number() protoreflect.EnumNumber
- func (x FlowRSVPType1ExplicitRouteSubobjectsType_Choice_Enum) String() string
- func (FlowRSVPType1ExplicitRouteSubobjectsType_Choice_Enum) Type() protoreflect.EnumType
- type FlowRSVPType1RecordRouteSubobjects
- func (*FlowRSVPType1RecordRouteSubobjects) Descriptor() ([]byte, []int)deprecated
- func (x *FlowRSVPType1RecordRouteSubobjects) GetType() *FlowRSVPPathObjectsRecordRouteSubObjectType
- func (*FlowRSVPType1RecordRouteSubobjects) ProtoMessage()
- func (x *FlowRSVPType1RecordRouteSubobjects) ProtoReflect() protoreflect.Message
- func (x *FlowRSVPType1RecordRouteSubobjects) Reset()
- func (x *FlowRSVPType1RecordRouteSubobjects) String() string
- type FlowRate
- func (*FlowRate) Descriptor() ([]byte, []int)deprecated
- func (x *FlowRate) GetBps() uint64
- func (x *FlowRate) GetChoice() FlowRate_Choice_Enum
- func (x *FlowRate) GetGbps() uint32
- func (x *FlowRate) GetKbps() uint64
- func (x *FlowRate) GetMbps() uint64
- func (x *FlowRate) GetPercentage() float32
- func (x *FlowRate) GetPps() uint64
- func (*FlowRate) ProtoMessage()
- func (x *FlowRate) ProtoReflect() protoreflect.Message
- func (x *FlowRate) Reset()
- func (x *FlowRate) String() string
- type FlowRate_Choice
- type FlowRate_Choice_Enum
- func (FlowRate_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x FlowRate_Choice_Enum) Enum() *FlowRate_Choice_Enum
- func (FlowRate_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x FlowRate_Choice_Enum) Number() protoreflect.EnumNumber
- func (x FlowRate_Choice_Enum) String() string
- func (FlowRate_Choice_Enum) Type() protoreflect.EnumType
- type FlowRouter
- func (*FlowRouter) Descriptor() ([]byte, []int)deprecated
- func (x *FlowRouter) GetMode() FlowRouter_Mode_Enum
- func (x *FlowRouter) GetRxNames() []string
- func (x *FlowRouter) GetTxNames() []string
- func (*FlowRouter) ProtoMessage()
- func (x *FlowRouter) ProtoReflect() protoreflect.Message
- func (x *FlowRouter) Reset()
- func (x *FlowRouter) String() string
- type FlowRouter_Mode
- type FlowRouter_Mode_Enum
- func (FlowRouter_Mode_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x FlowRouter_Mode_Enum) Enum() *FlowRouter_Mode_Enum
- func (FlowRouter_Mode_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x FlowRouter_Mode_Enum) Number() protoreflect.EnumNumber
- func (x FlowRouter_Mode_Enum) String() string
- func (FlowRouter_Mode_Enum) Type() protoreflect.EnumType
- type FlowRsvp
- func (*FlowRsvp) Descriptor() ([]byte, []int)deprecated
- func (x *FlowRsvp) GetFlag() FlowRsvp_Flag_Enum
- func (x *FlowRsvp) GetMessageType() *FlowRSVPMessage
- func (x *FlowRsvp) GetReserved() *PatternFlowRsvpReserved
- func (x *FlowRsvp) GetRsvpChecksum() *PatternFlowRsvpRsvpChecksum
- func (x *FlowRsvp) GetRsvpLength() *FlowRSVPLength
- func (x *FlowRsvp) GetTimeToLive() *PatternFlowRsvpTimeToLive
- func (x *FlowRsvp) GetVersion() uint32
- func (*FlowRsvp) ProtoMessage()
- func (x *FlowRsvp) ProtoReflect() protoreflect.Message
- func (x *FlowRsvp) Reset()
- func (x *FlowRsvp) String() string
- type FlowRsvp_Flag
- type FlowRsvp_Flag_Enum
- func (FlowRsvp_Flag_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x FlowRsvp_Flag_Enum) Enum() *FlowRsvp_Flag_Enum
- func (FlowRsvp_Flag_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x FlowRsvp_Flag_Enum) Number() protoreflect.EnumNumber
- func (x FlowRsvp_Flag_Enum) String() string
- func (FlowRsvp_Flag_Enum) Type() protoreflect.EnumType
- type FlowRxTxRatio
- func (*FlowRxTxRatio) Descriptor() ([]byte, []int)deprecated
- func (x *FlowRxTxRatio) GetChoice() FlowRxTxRatio_Choice_Enum
- func (x *FlowRxTxRatio) GetRxCount() *FlowRxTxRatioRxCount
- func (x *FlowRxTxRatio) GetValue() float32
- func (*FlowRxTxRatio) ProtoMessage()
- func (x *FlowRxTxRatio) ProtoReflect() protoreflect.Message
- func (x *FlowRxTxRatio) Reset()
- func (x *FlowRxTxRatio) String() string
- type FlowRxTxRatioRxCount
- type FlowRxTxRatio_Choice
- type FlowRxTxRatio_Choice_Enum
- func (FlowRxTxRatio_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x FlowRxTxRatio_Choice_Enum) Enum() *FlowRxTxRatio_Choice_Enum
- func (FlowRxTxRatio_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x FlowRxTxRatio_Choice_Enum) Number() protoreflect.EnumNumber
- func (x FlowRxTxRatio_Choice_Enum) String() string
- func (FlowRxTxRatio_Choice_Enum) Type() protoreflect.EnumType
- type FlowSize
- func (*FlowSize) Descriptor() ([]byte, []int)deprecated
- func (x *FlowSize) GetChoice() FlowSize_Choice_Enum
- func (x *FlowSize) GetFixed() uint32
- func (x *FlowSize) GetIncrement() *FlowSizeIncrement
- func (x *FlowSize) GetRandom() *FlowSizeRandom
- func (x *FlowSize) GetWeightPairs() *FlowSizeWeightPairs
- func (*FlowSize) ProtoMessage()
- func (x *FlowSize) ProtoReflect() protoreflect.Message
- func (x *FlowSize) Reset()
- func (x *FlowSize) String() string
- type FlowSizeIncrement
- func (*FlowSizeIncrement) Descriptor() ([]byte, []int)deprecated
- func (x *FlowSizeIncrement) GetEnd() uint32
- func (x *FlowSizeIncrement) GetStart() uint32
- func (x *FlowSizeIncrement) GetStep() uint32
- func (*FlowSizeIncrement) ProtoMessage()
- func (x *FlowSizeIncrement) ProtoReflect() protoreflect.Message
- func (x *FlowSizeIncrement) Reset()
- func (x *FlowSizeIncrement) String() string
- type FlowSizeRandom
- func (*FlowSizeRandom) Descriptor() ([]byte, []int)deprecated
- func (x *FlowSizeRandom) GetMax() uint32
- func (x *FlowSizeRandom) GetMin() uint32
- func (*FlowSizeRandom) ProtoMessage()
- func (x *FlowSizeRandom) ProtoReflect() protoreflect.Message
- func (x *FlowSizeRandom) Reset()
- func (x *FlowSizeRandom) String() string
- type FlowSizeWeightPairs
- func (*FlowSizeWeightPairs) Descriptor() ([]byte, []int)deprecated
- func (x *FlowSizeWeightPairs) GetChoice() FlowSizeWeightPairs_Choice_Enum
- func (x *FlowSizeWeightPairs) GetCustom() []*FlowSizeWeightPairsCustom
- func (x *FlowSizeWeightPairs) GetPredefined() FlowSizeWeightPairs_Predefined_Enum
- func (*FlowSizeWeightPairs) ProtoMessage()
- func (x *FlowSizeWeightPairs) ProtoReflect() protoreflect.Message
- func (x *FlowSizeWeightPairs) Reset()
- func (x *FlowSizeWeightPairs) String() string
- type FlowSizeWeightPairsCustom
- func (*FlowSizeWeightPairsCustom) Descriptor() ([]byte, []int)deprecated
- func (x *FlowSizeWeightPairsCustom) GetSize() uint32
- func (x *FlowSizeWeightPairsCustom) GetWeight() float32
- func (*FlowSizeWeightPairsCustom) ProtoMessage()
- func (x *FlowSizeWeightPairsCustom) ProtoReflect() protoreflect.Message
- func (x *FlowSizeWeightPairsCustom) Reset()
- func (x *FlowSizeWeightPairsCustom) String() string
- type FlowSizeWeightPairs_Choice
- type FlowSizeWeightPairs_Choice_Enum
- func (FlowSizeWeightPairs_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x FlowSizeWeightPairs_Choice_Enum) Enum() *FlowSizeWeightPairs_Choice_Enum
- func (FlowSizeWeightPairs_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x FlowSizeWeightPairs_Choice_Enum) Number() protoreflect.EnumNumber
- func (x FlowSizeWeightPairs_Choice_Enum) String() string
- func (FlowSizeWeightPairs_Choice_Enum) Type() protoreflect.EnumType
- type FlowSizeWeightPairs_Predefined
- func (*FlowSizeWeightPairs_Predefined) Descriptor() ([]byte, []int)deprecated
- func (*FlowSizeWeightPairs_Predefined) ProtoMessage()
- func (x *FlowSizeWeightPairs_Predefined) ProtoReflect() protoreflect.Message
- func (x *FlowSizeWeightPairs_Predefined) Reset()
- func (x *FlowSizeWeightPairs_Predefined) String() string
- type FlowSizeWeightPairs_Predefined_Enum
- func (FlowSizeWeightPairs_Predefined_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x FlowSizeWeightPairs_Predefined_Enum) Enum() *FlowSizeWeightPairs_Predefined_Enum
- func (FlowSizeWeightPairs_Predefined_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x FlowSizeWeightPairs_Predefined_Enum) Number() protoreflect.EnumNumber
- func (x FlowSizeWeightPairs_Predefined_Enum) String() string
- func (FlowSizeWeightPairs_Predefined_Enum) Type() protoreflect.EnumType
- type FlowSize_Choice
- type FlowSize_Choice_Enum
- func (FlowSize_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x FlowSize_Choice_Enum) Enum() *FlowSize_Choice_Enum
- func (FlowSize_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x FlowSize_Choice_Enum) Number() protoreflect.EnumNumber
- func (x FlowSize_Choice_Enum) String() string
- func (FlowSize_Choice_Enum) Type() protoreflect.EnumType
- type FlowSnmpv2C
- func (*FlowSnmpv2C) Descriptor() ([]byte, []int)deprecated
- func (x *FlowSnmpv2C) GetCommunity() string
- func (x *FlowSnmpv2C) GetData() *FlowSnmpv2CData
- func (x *FlowSnmpv2C) GetVersion() *PatternFlowSnmpv2CVersion
- func (*FlowSnmpv2C) ProtoMessage()
- func (x *FlowSnmpv2C) ProtoReflect() protoreflect.Message
- func (x *FlowSnmpv2C) Reset()
- func (x *FlowSnmpv2C) String() string
- type FlowSnmpv2CBulkPDU
- func (*FlowSnmpv2CBulkPDU) Descriptor() ([]byte, []int)deprecated
- func (x *FlowSnmpv2CBulkPDU) GetMaxRepetitions() *PatternFlowSnmpv2CBulkPDUMaxRepetitions
- func (x *FlowSnmpv2CBulkPDU) GetNonRepeaters() *PatternFlowSnmpv2CBulkPDUNonRepeaters
- func (x *FlowSnmpv2CBulkPDU) GetRequestId() *PatternFlowSnmpv2CBulkPDURequestId
- func (x *FlowSnmpv2CBulkPDU) GetVariableBindings() []*FlowSnmpv2CVariableBinding
- func (*FlowSnmpv2CBulkPDU) ProtoMessage()
- func (x *FlowSnmpv2CBulkPDU) ProtoReflect() protoreflect.Message
- func (x *FlowSnmpv2CBulkPDU) Reset()
- func (x *FlowSnmpv2CBulkPDU) String() string
- type FlowSnmpv2CData
- func (*FlowSnmpv2CData) Descriptor() ([]byte, []int)deprecated
- func (x *FlowSnmpv2CData) GetChoice() FlowSnmpv2CData_Choice_Enum
- func (x *FlowSnmpv2CData) GetGetBulkRequest() *FlowSnmpv2CBulkPDU
- func (x *FlowSnmpv2CData) GetGetNextRequest() *FlowSnmpv2CPDU
- func (x *FlowSnmpv2CData) GetGetRequest() *FlowSnmpv2CPDU
- func (x *FlowSnmpv2CData) GetInformRequest() *FlowSnmpv2CPDU
- func (x *FlowSnmpv2CData) GetReport() *FlowSnmpv2CPDU
- func (x *FlowSnmpv2CData) GetResponse() *FlowSnmpv2CPDU
- func (x *FlowSnmpv2CData) GetSetRequest() *FlowSnmpv2CPDU
- func (x *FlowSnmpv2CData) GetSnmpv2Trap() *FlowSnmpv2CPDU
- func (*FlowSnmpv2CData) ProtoMessage()
- func (x *FlowSnmpv2CData) ProtoReflect() protoreflect.Message
- func (x *FlowSnmpv2CData) Reset()
- func (x *FlowSnmpv2CData) String() string
- type FlowSnmpv2CData_Choice
- type FlowSnmpv2CData_Choice_Enum
- func (FlowSnmpv2CData_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x FlowSnmpv2CData_Choice_Enum) Enum() *FlowSnmpv2CData_Choice_Enum
- func (FlowSnmpv2CData_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x FlowSnmpv2CData_Choice_Enum) Number() protoreflect.EnumNumber
- func (x FlowSnmpv2CData_Choice_Enum) String() string
- func (FlowSnmpv2CData_Choice_Enum) Type() protoreflect.EnumType
- type FlowSnmpv2CPDU
- func (*FlowSnmpv2CPDU) Descriptor() ([]byte, []int)deprecated
- func (x *FlowSnmpv2CPDU) GetErrorIndex() *PatternFlowSnmpv2CPDUErrorIndex
- func (x *FlowSnmpv2CPDU) GetErrorStatus() FlowSnmpv2CPDU_ErrorStatus_Enum
- func (x *FlowSnmpv2CPDU) GetRequestId() *PatternFlowSnmpv2CPDURequestId
- func (x *FlowSnmpv2CPDU) GetVariableBindings() []*FlowSnmpv2CVariableBinding
- func (*FlowSnmpv2CPDU) ProtoMessage()
- func (x *FlowSnmpv2CPDU) ProtoReflect() protoreflect.Message
- func (x *FlowSnmpv2CPDU) Reset()
- func (x *FlowSnmpv2CPDU) String() string
- type FlowSnmpv2CPDU_ErrorStatus
- type FlowSnmpv2CPDU_ErrorStatus_Enum
- func (FlowSnmpv2CPDU_ErrorStatus_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x FlowSnmpv2CPDU_ErrorStatus_Enum) Enum() *FlowSnmpv2CPDU_ErrorStatus_Enum
- func (FlowSnmpv2CPDU_ErrorStatus_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x FlowSnmpv2CPDU_ErrorStatus_Enum) Number() protoreflect.EnumNumber
- func (x FlowSnmpv2CPDU_ErrorStatus_Enum) String() string
- func (FlowSnmpv2CPDU_ErrorStatus_Enum) Type() protoreflect.EnumType
- type FlowSnmpv2CVariableBinding
- func (*FlowSnmpv2CVariableBinding) Descriptor() ([]byte, []int)deprecated
- func (x *FlowSnmpv2CVariableBinding) GetObjectIdentifier() string
- func (x *FlowSnmpv2CVariableBinding) GetValue() *FlowSnmpv2CVariableBindingValue
- func (*FlowSnmpv2CVariableBinding) ProtoMessage()
- func (x *FlowSnmpv2CVariableBinding) ProtoReflect() protoreflect.Message
- func (x *FlowSnmpv2CVariableBinding) Reset()
- func (x *FlowSnmpv2CVariableBinding) String() string
- type FlowSnmpv2CVariableBindingStringValue
- func (*FlowSnmpv2CVariableBindingStringValue) Descriptor() ([]byte, []int)deprecated
- func (x *FlowSnmpv2CVariableBindingStringValue) GetAscii() string
- func (x *FlowSnmpv2CVariableBindingStringValue) GetChoice() FlowSnmpv2CVariableBindingStringValue_Choice_Enum
- func (x *FlowSnmpv2CVariableBindingStringValue) GetRaw() string
- func (*FlowSnmpv2CVariableBindingStringValue) ProtoMessage()
- func (x *FlowSnmpv2CVariableBindingStringValue) ProtoReflect() protoreflect.Message
- func (x *FlowSnmpv2CVariableBindingStringValue) Reset()
- func (x *FlowSnmpv2CVariableBindingStringValue) String() string
- type FlowSnmpv2CVariableBindingStringValue_Choice
- func (*FlowSnmpv2CVariableBindingStringValue_Choice) Descriptor() ([]byte, []int)deprecated
- func (*FlowSnmpv2CVariableBindingStringValue_Choice) ProtoMessage()
- func (x *FlowSnmpv2CVariableBindingStringValue_Choice) ProtoReflect() protoreflect.Message
- func (x *FlowSnmpv2CVariableBindingStringValue_Choice) Reset()
- func (x *FlowSnmpv2CVariableBindingStringValue_Choice) String() string
- type FlowSnmpv2CVariableBindingStringValue_Choice_Enum
- func (FlowSnmpv2CVariableBindingStringValue_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x FlowSnmpv2CVariableBindingStringValue_Choice_Enum) Enum() *FlowSnmpv2CVariableBindingStringValue_Choice_Enum
- func (FlowSnmpv2CVariableBindingStringValue_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x FlowSnmpv2CVariableBindingStringValue_Choice_Enum) Number() protoreflect.EnumNumber
- func (x FlowSnmpv2CVariableBindingStringValue_Choice_Enum) String() string
- func (FlowSnmpv2CVariableBindingStringValue_Choice_Enum) Type() protoreflect.EnumType
- type FlowSnmpv2CVariableBindingValue
- func (*FlowSnmpv2CVariableBindingValue) Descriptor() ([]byte, []int)deprecated
- func (x *FlowSnmpv2CVariableBindingValue) GetArbitraryValue() string
- func (x *FlowSnmpv2CVariableBindingValue) GetBigCounterValue() *PatternFlowSnmpv2CVariableBindingValueBigCounterValue
- func (x *FlowSnmpv2CVariableBindingValue) GetChoice() FlowSnmpv2CVariableBindingValue_Choice_Enum
- func (x *FlowSnmpv2CVariableBindingValue) GetCounterValue() *PatternFlowSnmpv2CVariableBindingValueCounterValue
- func (x *FlowSnmpv2CVariableBindingValue) GetIntegerValue() *PatternFlowSnmpv2CVariableBindingValueIntegerValue
- func (x *FlowSnmpv2CVariableBindingValue) GetIpAddressValue() *PatternFlowSnmpv2CVariableBindingValueIpAddressValue
- func (x *FlowSnmpv2CVariableBindingValue) GetObjectIdentifierValue() string
- func (x *FlowSnmpv2CVariableBindingValue) GetStringValue() *FlowSnmpv2CVariableBindingStringValue
- func (x *FlowSnmpv2CVariableBindingValue) GetTimeticksValue() *PatternFlowSnmpv2CVariableBindingValueTimeticksValue
- func (x *FlowSnmpv2CVariableBindingValue) GetUnsignedIntegerValue() *PatternFlowSnmpv2CVariableBindingValueUnsignedIntegerValue
- func (*FlowSnmpv2CVariableBindingValue) ProtoMessage()
- func (x *FlowSnmpv2CVariableBindingValue) ProtoReflect() protoreflect.Message
- func (x *FlowSnmpv2CVariableBindingValue) Reset()
- func (x *FlowSnmpv2CVariableBindingValue) String() string
- type FlowSnmpv2CVariableBindingValue_Choice
- func (*FlowSnmpv2CVariableBindingValue_Choice) Descriptor() ([]byte, []int)deprecated
- func (*FlowSnmpv2CVariableBindingValue_Choice) ProtoMessage()
- func (x *FlowSnmpv2CVariableBindingValue_Choice) ProtoReflect() protoreflect.Message
- func (x *FlowSnmpv2CVariableBindingValue_Choice) Reset()
- func (x *FlowSnmpv2CVariableBindingValue_Choice) String() string
- type FlowSnmpv2CVariableBindingValue_Choice_Enum
- func (FlowSnmpv2CVariableBindingValue_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x FlowSnmpv2CVariableBindingValue_Choice_Enum) Enum() *FlowSnmpv2CVariableBindingValue_Choice_Enum
- func (FlowSnmpv2CVariableBindingValue_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x FlowSnmpv2CVariableBindingValue_Choice_Enum) Number() protoreflect.EnumNumber
- func (x FlowSnmpv2CVariableBindingValue_Choice_Enum) String() string
- func (FlowSnmpv2CVariableBindingValue_Choice_Enum) Type() protoreflect.EnumType
- type FlowTaggedMetric
- func (*FlowTaggedMetric) Descriptor() ([]byte, []int)deprecated
- func (x *FlowTaggedMetric) GetBytesRx() uint64
- func (x *FlowTaggedMetric) GetBytesTx() uint64
- func (x *FlowTaggedMetric) GetFramesRx() uint64
- func (x *FlowTaggedMetric) GetFramesRxRate() float32
- func (x *FlowTaggedMetric) GetFramesTx() uint64
- func (x *FlowTaggedMetric) GetFramesTxRate() float32
- func (x *FlowTaggedMetric) GetLatency() *MetricLatency
- func (x *FlowTaggedMetric) GetLoss() float32
- func (x *FlowTaggedMetric) GetRxL1RateBps() float32
- func (x *FlowTaggedMetric) GetRxRateBps() float32
- func (x *FlowTaggedMetric) GetRxRateBytes() float32
- func (x *FlowTaggedMetric) GetRxRateKbps() float32
- func (x *FlowTaggedMetric) GetRxRateMbps() float32
- func (x *FlowTaggedMetric) GetTags() []*FlowMetricTag
- func (x *FlowTaggedMetric) GetTimestamps() *MetricTimestamp
- func (x *FlowTaggedMetric) GetTxL1RateBps() float32
- func (x *FlowTaggedMetric) GetTxRateBps() float32
- func (x *FlowTaggedMetric) GetTxRateBytes() float32
- func (x *FlowTaggedMetric) GetTxRateKbps() float32
- func (x *FlowTaggedMetric) GetTxRateMbps() float32
- func (*FlowTaggedMetric) ProtoMessage()
- func (x *FlowTaggedMetric) ProtoReflect() protoreflect.Message
- func (x *FlowTaggedMetric) Reset()
- func (x *FlowTaggedMetric) String() string
- type FlowTaggedMetricsFilter
- func (*FlowTaggedMetricsFilter) Descriptor() ([]byte, []int)deprecated
- func (x *FlowTaggedMetricsFilter) GetFilters() []*FlowMetricTagFilter
- func (x *FlowTaggedMetricsFilter) GetInclude() bool
- func (x *FlowTaggedMetricsFilter) GetIncludeEmptyMetrics() bool
- func (x *FlowTaggedMetricsFilter) GetMetricNames() []FlowTaggedMetricsFilter_MetricNames_Enum
- func (*FlowTaggedMetricsFilter) ProtoMessage()
- func (x *FlowTaggedMetricsFilter) ProtoReflect() protoreflect.Message
- func (x *FlowTaggedMetricsFilter) Reset()
- func (x *FlowTaggedMetricsFilter) String() string
- type FlowTaggedMetricsFilter_MetricNames
- func (*FlowTaggedMetricsFilter_MetricNames) Descriptor() ([]byte, []int)deprecated
- func (*FlowTaggedMetricsFilter_MetricNames) ProtoMessage()
- func (x *FlowTaggedMetricsFilter_MetricNames) ProtoReflect() protoreflect.Message
- func (x *FlowTaggedMetricsFilter_MetricNames) Reset()
- func (x *FlowTaggedMetricsFilter_MetricNames) String() string
- type FlowTaggedMetricsFilter_MetricNames_Enum
- func (FlowTaggedMetricsFilter_MetricNames_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x FlowTaggedMetricsFilter_MetricNames_Enum) Enum() *FlowTaggedMetricsFilter_MetricNames_Enum
- func (FlowTaggedMetricsFilter_MetricNames_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x FlowTaggedMetricsFilter_MetricNames_Enum) Number() protoreflect.EnumNumber
- func (x FlowTaggedMetricsFilter_MetricNames_Enum) String() string
- func (FlowTaggedMetricsFilter_MetricNames_Enum) Type() protoreflect.EnumType
- type FlowTcp
- func (*FlowTcp) Descriptor() ([]byte, []int)deprecated
- func (x *FlowTcp) GetAckNum() *PatternFlowTcpAckNum
- func (x *FlowTcp) GetChecksum() *PatternFlowTcpChecksum
- func (x *FlowTcp) GetCtlAck() *PatternFlowTcpCtlAck
- func (x *FlowTcp) GetCtlFin() *PatternFlowTcpCtlFin
- func (x *FlowTcp) GetCtlPsh() *PatternFlowTcpCtlPsh
- func (x *FlowTcp) GetCtlRst() *PatternFlowTcpCtlRst
- func (x *FlowTcp) GetCtlSyn() *PatternFlowTcpCtlSyn
- func (x *FlowTcp) GetCtlUrg() *PatternFlowTcpCtlUrg
- func (x *FlowTcp) GetDataOffset() *PatternFlowTcpDataOffset
- func (x *FlowTcp) GetDstPort() *PatternFlowTcpDstPort
- func (x *FlowTcp) GetEcnCwr() *PatternFlowTcpEcnCwr
- func (x *FlowTcp) GetEcnEcho() *PatternFlowTcpEcnEcho
- func (x *FlowTcp) GetEcnNs() *PatternFlowTcpEcnNs
- func (x *FlowTcp) GetSeqNum() *PatternFlowTcpSeqNum
- func (x *FlowTcp) GetSrcPort() *PatternFlowTcpSrcPort
- func (x *FlowTcp) GetWindow() *PatternFlowTcpWindow
- func (*FlowTcp) ProtoMessage()
- func (x *FlowTcp) ProtoReflect() protoreflect.Message
- func (x *FlowTcp) Reset()
- func (x *FlowTcp) String() string
- type FlowTxRx
- func (*FlowTxRx) Descriptor() ([]byte, []int)deprecated
- func (x *FlowTxRx) GetChoice() FlowTxRx_Choice_Enum
- func (x *FlowTxRx) GetDevice() *FlowRouter
- func (x *FlowTxRx) GetPort() *FlowPort
- func (*FlowTxRx) ProtoMessage()
- func (x *FlowTxRx) ProtoReflect() protoreflect.Message
- func (x *FlowTxRx) Reset()
- func (x *FlowTxRx) String() string
- type FlowTxRx_Choice
- type FlowTxRx_Choice_Enum
- func (FlowTxRx_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x FlowTxRx_Choice_Enum) Enum() *FlowTxRx_Choice_Enum
- func (FlowTxRx_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x FlowTxRx_Choice_Enum) Number() protoreflect.EnumNumber
- func (x FlowTxRx_Choice_Enum) String() string
- func (FlowTxRx_Choice_Enum) Type() protoreflect.EnumType
- type FlowUdp
- func (*FlowUdp) Descriptor() ([]byte, []int)deprecated
- func (x *FlowUdp) GetChecksum() *PatternFlowUdpChecksum
- func (x *FlowUdp) GetDstPort() *PatternFlowUdpDstPort
- func (x *FlowUdp) GetLength() *PatternFlowUdpLength
- func (x *FlowUdp) GetSrcPort() *PatternFlowUdpSrcPort
- func (*FlowUdp) ProtoMessage()
- func (x *FlowUdp) ProtoReflect() protoreflect.Message
- func (x *FlowUdp) Reset()
- func (x *FlowUdp) String() string
- type FlowVlan
- func (*FlowVlan) Descriptor() ([]byte, []int)deprecated
- func (x *FlowVlan) GetCfi() *PatternFlowVlanCfi
- func (x *FlowVlan) GetId() *PatternFlowVlanId
- func (x *FlowVlan) GetPriority() *PatternFlowVlanPriority
- func (x *FlowVlan) GetTpid() *PatternFlowVlanTpid
- func (*FlowVlan) ProtoMessage()
- func (x *FlowVlan) ProtoReflect() protoreflect.Message
- func (x *FlowVlan) Reset()
- func (x *FlowVlan) String() string
- type FlowVxlan
- func (*FlowVxlan) Descriptor() ([]byte, []int)deprecated
- func (x *FlowVxlan) GetFlags() *PatternFlowVxlanFlags
- func (x *FlowVxlan) GetReserved0() *PatternFlowVxlanReserved0
- func (x *FlowVxlan) GetReserved1() *PatternFlowVxlanReserved1
- func (x *FlowVxlan) GetVni() *PatternFlowVxlanVni
- func (*FlowVxlan) ProtoMessage()
- func (x *FlowVxlan) ProtoReflect() protoreflect.Message
- func (x *FlowVxlan) Reset()
- func (x *FlowVxlan) String() string
- type FlowsUpdate
- func (*FlowsUpdate) Descriptor() ([]byte, []int)deprecated
- func (x *FlowsUpdate) GetFlows() []*Flow
- func (x *FlowsUpdate) GetPropertyNames() []FlowsUpdate_PropertyNames_Enum
- func (*FlowsUpdate) ProtoMessage()
- func (x *FlowsUpdate) ProtoReflect() protoreflect.Message
- func (x *FlowsUpdate) Reset()
- func (x *FlowsUpdate) String() string
- type FlowsUpdate_PropertyNames
- type FlowsUpdate_PropertyNames_Enum
- func (FlowsUpdate_PropertyNames_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x FlowsUpdate_PropertyNames_Enum) Enum() *FlowsUpdate_PropertyNames_Enum
- func (FlowsUpdate_PropertyNames_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x FlowsUpdate_PropertyNames_Enum) Number() protoreflect.EnumNumber
- func (x FlowsUpdate_PropertyNames_Enum) String() string
- func (FlowsUpdate_PropertyNames_Enum) Type() protoreflect.EnumType
- type GetCaptureRequest
- func (*GetCaptureRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetCaptureRequest) GetCaptureRequest() *CaptureRequest
- func (*GetCaptureRequest) ProtoMessage()
- func (x *GetCaptureRequest) ProtoReflect() protoreflect.Message
- func (x *GetCaptureRequest) Reset()
- func (x *GetCaptureRequest) String() string
- type GetCaptureResponse
- func (*GetCaptureResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetCaptureResponse) GetResponseBytes() []byte
- func (*GetCaptureResponse) ProtoMessage()
- func (x *GetCaptureResponse) ProtoReflect() protoreflect.Message
- func (x *GetCaptureResponse) Reset()
- func (x *GetCaptureResponse) String() string
- type GetConfigResponse
- type GetMetricsRequest
- func (*GetMetricsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetMetricsRequest) GetMetricsRequest() *MetricsRequest
- func (*GetMetricsRequest) ProtoMessage()
- func (x *GetMetricsRequest) ProtoReflect() protoreflect.Message
- func (x *GetMetricsRequest) Reset()
- func (x *GetMetricsRequest) String() string
- type GetMetricsResponse
- func (*GetMetricsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetMetricsResponse) GetMetricsResponse() *MetricsResponse
- func (*GetMetricsResponse) ProtoMessage()
- func (x *GetMetricsResponse) ProtoReflect() protoreflect.Message
- func (x *GetMetricsResponse) Reset()
- func (x *GetMetricsResponse) String() string
- type GetStatesRequest
- func (*GetStatesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetStatesRequest) GetStatesRequest() *StatesRequest
- func (*GetStatesRequest) ProtoMessage()
- func (x *GetStatesRequest) ProtoReflect() protoreflect.Message
- func (x *GetStatesRequest) Reset()
- func (x *GetStatesRequest) String() string
- type GetStatesResponse
- func (*GetStatesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetStatesResponse) GetStatesResponse() *StatesResponse
- func (*GetStatesResponse) ProtoMessage()
- func (x *GetStatesResponse) ProtoReflect() protoreflect.Message
- func (x *GetStatesResponse) Reset()
- func (x *GetStatesResponse) String() string
- type GetVersionResponse
- func (*GetVersionResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetVersionResponse) GetVersion() *Version
- func (*GetVersionResponse) ProtoMessage()
- func (x *GetVersionResponse) ProtoReflect() protoreflect.Message
- func (x *GetVersionResponse) Reset()
- func (x *GetVersionResponse) String() string
- type IsisAdvanced
- func (*IsisAdvanced) Descriptor() ([]byte, []int)deprecated
- func (x *IsisAdvanced) GetAreaAddresses() []string
- func (x *IsisAdvanced) GetCsnpInterval() uint32
- func (x *IsisAdvanced) GetEnableAttachedBit() bool
- func (x *IsisAdvanced) GetEnableHelloPadding() bool
- func (x *IsisAdvanced) GetLspLifetime() uint32
- func (x *IsisAdvanced) GetLspMgroupMinTransInterval() uint32
- func (x *IsisAdvanced) GetLspRefreshRate() uint32
- func (x *IsisAdvanced) GetMaxAreaAddresses() uint32
- func (x *IsisAdvanced) GetMaxLspSize() uint32
- func (x *IsisAdvanced) GetPsnpInterval() uint32
- func (*IsisAdvanced) ProtoMessage()
- func (x *IsisAdvanced) ProtoReflect() protoreflect.Message
- func (x *IsisAdvanced) Reset()
- func (x *IsisAdvanced) String() string
- type IsisAuthentication
- func (*IsisAuthentication) Descriptor() ([]byte, []int)deprecated
- func (x *IsisAuthentication) GetAreaAuth() *IsisAuthenticationBase
- func (x *IsisAuthentication) GetDomainAuth() *IsisAuthenticationBase
- func (x *IsisAuthentication) GetIgnoreReceiveMd5() bool
- func (*IsisAuthentication) ProtoMessage()
- func (x *IsisAuthentication) ProtoReflect() protoreflect.Message
- func (x *IsisAuthentication) Reset()
- func (x *IsisAuthentication) String() string
- type IsisAuthenticationBase
- func (*IsisAuthenticationBase) Descriptor() ([]byte, []int)deprecated
- func (x *IsisAuthenticationBase) GetAuthType() IsisAuthenticationBase_AuthType_Enum
- func (x *IsisAuthenticationBase) GetMd5() string
- func (x *IsisAuthenticationBase) GetPassword() string
- func (*IsisAuthenticationBase) ProtoMessage()
- func (x *IsisAuthenticationBase) ProtoReflect() protoreflect.Message
- func (x *IsisAuthenticationBase) Reset()
- func (x *IsisAuthenticationBase) String() string
- type IsisAuthenticationBase_AuthType
- func (*IsisAuthenticationBase_AuthType) Descriptor() ([]byte, []int)deprecated
- func (*IsisAuthenticationBase_AuthType) ProtoMessage()
- func (x *IsisAuthenticationBase_AuthType) ProtoReflect() protoreflect.Message
- func (x *IsisAuthenticationBase_AuthType) Reset()
- func (x *IsisAuthenticationBase_AuthType) String() string
- type IsisAuthenticationBase_AuthType_Enum
- func (IsisAuthenticationBase_AuthType_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x IsisAuthenticationBase_AuthType_Enum) Enum() *IsisAuthenticationBase_AuthType_Enum
- func (IsisAuthenticationBase_AuthType_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x IsisAuthenticationBase_AuthType_Enum) Number() protoreflect.EnumNumber
- func (x IsisAuthenticationBase_AuthType_Enum) String() string
- func (IsisAuthenticationBase_AuthType_Enum) Type() protoreflect.EnumType
- type IsisBasic
- func (*IsisBasic) Descriptor() ([]byte, []int)deprecated
- func (x *IsisBasic) GetEnableWideMetric() bool
- func (x *IsisBasic) GetHostname() string
- func (x *IsisBasic) GetIpv4TeRouterId() string
- func (x *IsisBasic) GetLearnedLspFilter() bool
- func (*IsisBasic) ProtoMessage()
- func (x *IsisBasic) ProtoReflect() protoreflect.Message
- func (x *IsisBasic) Reset()
- func (x *IsisBasic) String() string
- type IsisInterface
- func (*IsisInterface) Descriptor() ([]byte, []int)deprecated
- func (x *IsisInterface) GetAdvanced() *IsisInterfaceAdvanced
- func (x *IsisInterface) GetAuthentication() *IsisInterfaceAuthentication
- func (x *IsisInterface) GetEthName() string
- func (x *IsisInterface) GetL1Settings() *IsisInterfaceLevel
- func (x *IsisInterface) GetL2Settings() *IsisInterfaceLevel
- func (x *IsisInterface) GetLevelType() IsisInterface_LevelType_Enum
- func (x *IsisInterface) GetLinkProtection() *IsisInterfaceLinkProtection
- func (x *IsisInterface) GetMetric() uint32
- func (x *IsisInterface) GetMultiTopologyIds() []*IsisMT
- func (x *IsisInterface) GetName() string
- func (x *IsisInterface) GetNetworkType() IsisInterface_NetworkType_Enum
- func (x *IsisInterface) GetSrlgValues() []uint32
- func (x *IsisInterface) GetTrafficEngineering() []*LinkStateTE
- func (*IsisInterface) ProtoMessage()
- func (x *IsisInterface) ProtoReflect() protoreflect.Message
- func (x *IsisInterface) Reset()
- func (x *IsisInterface) String() string
- type IsisInterfaceAdvanced
- func (*IsisInterfaceAdvanced) Descriptor() ([]byte, []int)deprecated
- func (x *IsisInterfaceAdvanced) GetAutoAdjustArea() bool
- func (x *IsisInterfaceAdvanced) GetAutoAdjustMtu() bool
- func (x *IsisInterfaceAdvanced) GetAutoAdjustSupportedProtocols() bool
- func (x *IsisInterfaceAdvanced) GetEnable_3WayHandshake() bool
- func (x *IsisInterfaceAdvanced) GetP2PHellosToUnicastMac() bool
- func (*IsisInterfaceAdvanced) ProtoMessage()
- func (x *IsisInterfaceAdvanced) ProtoReflect() protoreflect.Message
- func (x *IsisInterfaceAdvanced) Reset()
- func (x *IsisInterfaceAdvanced) String() string
- type IsisInterfaceAuthentication
- func (*IsisInterfaceAuthentication) Descriptor() ([]byte, []int)deprecated
- func (x *IsisInterfaceAuthentication) GetAuthType() IsisInterfaceAuthentication_AuthType_Enum
- func (x *IsisInterfaceAuthentication) GetMd5() string
- func (x *IsisInterfaceAuthentication) GetPassword() string
- func (*IsisInterfaceAuthentication) ProtoMessage()
- func (x *IsisInterfaceAuthentication) ProtoReflect() protoreflect.Message
- func (x *IsisInterfaceAuthentication) Reset()
- func (x *IsisInterfaceAuthentication) String() string
- type IsisInterfaceAuthentication_AuthType
- func (*IsisInterfaceAuthentication_AuthType) Descriptor() ([]byte, []int)deprecated
- func (*IsisInterfaceAuthentication_AuthType) ProtoMessage()
- func (x *IsisInterfaceAuthentication_AuthType) ProtoReflect() protoreflect.Message
- func (x *IsisInterfaceAuthentication_AuthType) Reset()
- func (x *IsisInterfaceAuthentication_AuthType) String() string
- type IsisInterfaceAuthentication_AuthType_Enum
- func (IsisInterfaceAuthentication_AuthType_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x IsisInterfaceAuthentication_AuthType_Enum) Enum() *IsisInterfaceAuthentication_AuthType_Enum
- func (IsisInterfaceAuthentication_AuthType_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x IsisInterfaceAuthentication_AuthType_Enum) Number() protoreflect.EnumNumber
- func (x IsisInterfaceAuthentication_AuthType_Enum) String() string
- func (IsisInterfaceAuthentication_AuthType_Enum) Type() protoreflect.EnumType
- type IsisInterfaceLevel
- func (*IsisInterfaceLevel) Descriptor() ([]byte, []int)deprecated
- func (x *IsisInterfaceLevel) GetDeadInterval() uint32
- func (x *IsisInterfaceLevel) GetHelloInterval() uint32
- func (x *IsisInterfaceLevel) GetPriority() uint32
- func (*IsisInterfaceLevel) ProtoMessage()
- func (x *IsisInterfaceLevel) ProtoReflect() protoreflect.Message
- func (x *IsisInterfaceLevel) Reset()
- func (x *IsisInterfaceLevel) String() string
- type IsisInterfaceLinkProtection
- func (*IsisInterfaceLinkProtection) Descriptor() ([]byte, []int)deprecated
- func (x *IsisInterfaceLinkProtection) GetDedicated_1Plus_1() bool
- func (x *IsisInterfaceLinkProtection) GetDedicated_1To_1() bool
- func (x *IsisInterfaceLinkProtection) GetEnhanced() bool
- func (x *IsisInterfaceLinkProtection) GetExtraTraffic() bool
- func (x *IsisInterfaceLinkProtection) GetReserved_40() bool
- func (x *IsisInterfaceLinkProtection) GetReserved_80() bool
- func (x *IsisInterfaceLinkProtection) GetShared() bool
- func (x *IsisInterfaceLinkProtection) GetUnprotected() bool
- func (*IsisInterfaceLinkProtection) ProtoMessage()
- func (x *IsisInterfaceLinkProtection) ProtoReflect() protoreflect.Message
- func (x *IsisInterfaceLinkProtection) Reset()
- func (x *IsisInterfaceLinkProtection) String() string
- type IsisInterface_LevelType
- type IsisInterface_LevelType_Enum
- func (IsisInterface_LevelType_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x IsisInterface_LevelType_Enum) Enum() *IsisInterface_LevelType_Enum
- func (IsisInterface_LevelType_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x IsisInterface_LevelType_Enum) Number() protoreflect.EnumNumber
- func (x IsisInterface_LevelType_Enum) String() string
- func (IsisInterface_LevelType_Enum) Type() protoreflect.EnumType
- type IsisInterface_NetworkType
- type IsisInterface_NetworkType_Enum
- func (IsisInterface_NetworkType_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x IsisInterface_NetworkType_Enum) Enum() *IsisInterface_NetworkType_Enum
- func (IsisInterface_NetworkType_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x IsisInterface_NetworkType_Enum) Number() protoreflect.EnumNumber
- func (x IsisInterface_NetworkType_Enum) String() string
- func (IsisInterface_NetworkType_Enum) Type() protoreflect.EnumType
- type IsisLspExtendedIpv4ReachabilityTlv
- func (*IsisLspExtendedIpv4ReachabilityTlv) Descriptor() ([]byte, []int)deprecated
- func (x *IsisLspExtendedIpv4ReachabilityTlv) GetPrefixes() []*IsisLspExtendedV4Prefix
- func (*IsisLspExtendedIpv4ReachabilityTlv) ProtoMessage()
- func (x *IsisLspExtendedIpv4ReachabilityTlv) ProtoReflect() protoreflect.Message
- func (x *IsisLspExtendedIpv4ReachabilityTlv) Reset()
- func (x *IsisLspExtendedIpv4ReachabilityTlv) String() string
- type IsisLspExtendedIsReachabilityTlv
- func (*IsisLspExtendedIsReachabilityTlv) Descriptor() ([]byte, []int)deprecated
- func (x *IsisLspExtendedIsReachabilityTlv) GetNeighbors() []*IsisLspneighbor
- func (*IsisLspExtendedIsReachabilityTlv) ProtoMessage()
- func (x *IsisLspExtendedIsReachabilityTlv) ProtoReflect() protoreflect.Message
- func (x *IsisLspExtendedIsReachabilityTlv) Reset()
- func (x *IsisLspExtendedIsReachabilityTlv) String() string
- type IsisLspExtendedV4Prefix
- func (*IsisLspExtendedV4Prefix) Descriptor() ([]byte, []int)deprecated
- func (x *IsisLspExtendedV4Prefix) GetIpv4Address() string
- func (x *IsisLspExtendedV4Prefix) GetMetric() uint32
- func (x *IsisLspExtendedV4Prefix) GetPrefixAttributes() *IsisLspPrefixAttributes
- func (x *IsisLspExtendedV4Prefix) GetPrefixLength() uint32
- func (x *IsisLspExtendedV4Prefix) GetRedistributionType() IsisLspExtendedV4Prefix_RedistributionType_Enum
- func (*IsisLspExtendedV4Prefix) ProtoMessage()
- func (x *IsisLspExtendedV4Prefix) ProtoReflect() protoreflect.Message
- func (x *IsisLspExtendedV4Prefix) Reset()
- func (x *IsisLspExtendedV4Prefix) String() string
- type IsisLspExtendedV4Prefix_RedistributionType
- func (*IsisLspExtendedV4Prefix_RedistributionType) Descriptor() ([]byte, []int)deprecated
- func (*IsisLspExtendedV4Prefix_RedistributionType) ProtoMessage()
- func (x *IsisLspExtendedV4Prefix_RedistributionType) ProtoReflect() protoreflect.Message
- func (x *IsisLspExtendedV4Prefix_RedistributionType) Reset()
- func (x *IsisLspExtendedV4Prefix_RedistributionType) String() string
- type IsisLspExtendedV4Prefix_RedistributionType_Enum
- func (IsisLspExtendedV4Prefix_RedistributionType_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x IsisLspExtendedV4Prefix_RedistributionType_Enum) Enum() *IsisLspExtendedV4Prefix_RedistributionType_Enum
- func (IsisLspExtendedV4Prefix_RedistributionType_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x IsisLspExtendedV4Prefix_RedistributionType_Enum) Number() protoreflect.EnumNumber
- func (x IsisLspExtendedV4Prefix_RedistributionType_Enum) String() string
- func (IsisLspExtendedV4Prefix_RedistributionType_Enum) Type() protoreflect.EnumType
- type IsisLspFlags
- func (*IsisLspFlags) Descriptor() ([]byte, []int)deprecated
- func (x *IsisLspFlags) GetAttachedDefault() bool
- func (x *IsisLspFlags) GetAttachedDelay() bool
- func (x *IsisLspFlags) GetAttachedError() bool
- func (x *IsisLspFlags) GetAttachedExpense() bool
- func (x *IsisLspFlags) GetOverload() bool
- func (x *IsisLspFlags) GetPartitionRepair() bool
- func (*IsisLspFlags) ProtoMessage()
- func (x *IsisLspFlags) ProtoReflect() protoreflect.Message
- func (x *IsisLspFlags) Reset()
- func (x *IsisLspFlags) String() string
- type IsisLspHostname
- type IsisLspIpv4ExternalReachabilityTlv
- func (*IsisLspIpv4ExternalReachabilityTlv) Descriptor() ([]byte, []int)deprecated
- func (x *IsisLspIpv4ExternalReachabilityTlv) GetPrefixes() []*IsisLspV4Prefix
- func (*IsisLspIpv4ExternalReachabilityTlv) ProtoMessage()
- func (x *IsisLspIpv4ExternalReachabilityTlv) ProtoReflect() protoreflect.Message
- func (x *IsisLspIpv4ExternalReachabilityTlv) Reset()
- func (x *IsisLspIpv4ExternalReachabilityTlv) String() string
- type IsisLspIpv4InternalReachabilityTlv
- func (*IsisLspIpv4InternalReachabilityTlv) Descriptor() ([]byte, []int)deprecated
- func (x *IsisLspIpv4InternalReachabilityTlv) GetPrefixes() []*IsisLspV4Prefix
- func (*IsisLspIpv4InternalReachabilityTlv) ProtoMessage()
- func (x *IsisLspIpv4InternalReachabilityTlv) ProtoReflect() protoreflect.Message
- func (x *IsisLspIpv4InternalReachabilityTlv) Reset()
- func (x *IsisLspIpv4InternalReachabilityTlv) String() string
- type IsisLspIpv6ReachabilityTlv
- func (*IsisLspIpv6ReachabilityTlv) Descriptor() ([]byte, []int)deprecated
- func (x *IsisLspIpv6ReachabilityTlv) GetPrefixes() []*IsisLspV6Prefix
- func (*IsisLspIpv6ReachabilityTlv) ProtoMessage()
- func (x *IsisLspIpv6ReachabilityTlv) ProtoReflect() protoreflect.Message
- func (x *IsisLspIpv6ReachabilityTlv) Reset()
- func (x *IsisLspIpv6ReachabilityTlv) String() string
- type IsisLspIsReachabilityTlv
- func (*IsisLspIsReachabilityTlv) Descriptor() ([]byte, []int)deprecated
- func (x *IsisLspIsReachabilityTlv) GetNeighbors() []*IsisLspneighbor
- func (*IsisLspIsReachabilityTlv) ProtoMessage()
- func (x *IsisLspIsReachabilityTlv) ProtoReflect() protoreflect.Message
- func (x *IsisLspIsReachabilityTlv) Reset()
- func (x *IsisLspIsReachabilityTlv) String() string
- type IsisLspPrefixAttributes
- func (*IsisLspPrefixAttributes) Descriptor() ([]byte, []int)deprecated
- func (x *IsisLspPrefixAttributes) GetNFlag() bool
- func (x *IsisLspPrefixAttributes) GetRFlag() bool
- func (x *IsisLspPrefixAttributes) GetXFlag() bool
- func (*IsisLspPrefixAttributes) ProtoMessage()
- func (x *IsisLspPrefixAttributes) ProtoReflect() protoreflect.Message
- func (x *IsisLspPrefixAttributes) Reset()
- func (x *IsisLspPrefixAttributes) String() string
- type IsisLspState
- func (*IsisLspState) Descriptor() ([]byte, []int)deprecated
- func (x *IsisLspState) GetFlags() *IsisLspFlags
- func (x *IsisLspState) GetIsType() uint32
- func (x *IsisLspState) GetLspId() string
- func (x *IsisLspState) GetPduLength() uint32
- func (x *IsisLspState) GetPduType() IsisLspState_PduType_Enum
- func (x *IsisLspState) GetRemainingLifetime() uint32
- func (x *IsisLspState) GetSequenceNumber() uint64
- func (x *IsisLspState) GetTlvs() *IsisLspTlvs
- func (*IsisLspState) ProtoMessage()
- func (x *IsisLspState) ProtoReflect() protoreflect.Message
- func (x *IsisLspState) Reset()
- func (x *IsisLspState) String() string
- type IsisLspState_PduType
- type IsisLspState_PduType_Enum
- func (IsisLspState_PduType_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x IsisLspState_PduType_Enum) Enum() *IsisLspState_PduType_Enum
- func (IsisLspState_PduType_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x IsisLspState_PduType_Enum) Number() protoreflect.EnumNumber
- func (x IsisLspState_PduType_Enum) String() string
- func (IsisLspState_PduType_Enum) Type() protoreflect.EnumType
- type IsisLspTlvs
- func (*IsisLspTlvs) Descriptor() ([]byte, []int)deprecated
- func (x *IsisLspTlvs) GetExtendedIpv4ReachabilityTlvs() []*IsisLspExtendedIpv4ReachabilityTlv
- func (x *IsisLspTlvs) GetExtendedIsReachabilityTlvs() []*IsisLspExtendedIsReachabilityTlv
- func (x *IsisLspTlvs) GetHostnameTlvs() []*IsisLspHostname
- func (x *IsisLspTlvs) GetIpv4ExternalReachabilityTlvs() []*IsisLspIpv4ExternalReachabilityTlv
- func (x *IsisLspTlvs) GetIpv4InternalReachabilityTlvs() []*IsisLspIpv4InternalReachabilityTlv
- func (x *IsisLspTlvs) GetIpv6ReachabilityTlvs() []*IsisLspIpv6ReachabilityTlv
- func (x *IsisLspTlvs) GetIsReachabilityTlvs() []*IsisLspIsReachabilityTlv
- func (*IsisLspTlvs) ProtoMessage()
- func (x *IsisLspTlvs) ProtoReflect() protoreflect.Message
- func (x *IsisLspTlvs) Reset()
- func (x *IsisLspTlvs) String() string
- type IsisLspV4Prefix
- func (*IsisLspV4Prefix) Descriptor() ([]byte, []int)deprecated
- func (x *IsisLspV4Prefix) GetDefaultMetric() uint32
- func (x *IsisLspV4Prefix) GetIpv4Address() string
- func (x *IsisLspV4Prefix) GetOriginType() IsisLspV4Prefix_OriginType_Enum
- func (x *IsisLspV4Prefix) GetPrefixLength() uint32
- func (x *IsisLspV4Prefix) GetRedistributionType() IsisLspV4Prefix_RedistributionType_Enum
- func (*IsisLspV4Prefix) ProtoMessage()
- func (x *IsisLspV4Prefix) ProtoReflect() protoreflect.Message
- func (x *IsisLspV4Prefix) Reset()
- func (x *IsisLspV4Prefix) String() string
- type IsisLspV4Prefix_OriginType
- type IsisLspV4Prefix_OriginType_Enum
- func (IsisLspV4Prefix_OriginType_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x IsisLspV4Prefix_OriginType_Enum) Enum() *IsisLspV4Prefix_OriginType_Enum
- func (IsisLspV4Prefix_OriginType_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x IsisLspV4Prefix_OriginType_Enum) Number() protoreflect.EnumNumber
- func (x IsisLspV4Prefix_OriginType_Enum) String() string
- func (IsisLspV4Prefix_OriginType_Enum) Type() protoreflect.EnumType
- type IsisLspV4Prefix_RedistributionType
- func (*IsisLspV4Prefix_RedistributionType) Descriptor() ([]byte, []int)deprecated
- func (*IsisLspV4Prefix_RedistributionType) ProtoMessage()
- func (x *IsisLspV4Prefix_RedistributionType) ProtoReflect() protoreflect.Message
- func (x *IsisLspV4Prefix_RedistributionType) Reset()
- func (x *IsisLspV4Prefix_RedistributionType) String() string
- type IsisLspV4Prefix_RedistributionType_Enum
- func (IsisLspV4Prefix_RedistributionType_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x IsisLspV4Prefix_RedistributionType_Enum) Enum() *IsisLspV4Prefix_RedistributionType_Enum
- func (IsisLspV4Prefix_RedistributionType_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x IsisLspV4Prefix_RedistributionType_Enum) Number() protoreflect.EnumNumber
- func (x IsisLspV4Prefix_RedistributionType_Enum) String() string
- func (IsisLspV4Prefix_RedistributionType_Enum) Type() protoreflect.EnumType
- type IsisLspV6Prefix
- func (*IsisLspV6Prefix) Descriptor() ([]byte, []int)deprecated
- func (x *IsisLspV6Prefix) GetIpv6Address() string
- func (x *IsisLspV6Prefix) GetMetric() uint32
- func (x *IsisLspV6Prefix) GetOriginType() IsisLspV6Prefix_OriginType_Enum
- func (x *IsisLspV6Prefix) GetPrefixAttributes() *IsisLspPrefixAttributes
- func (x *IsisLspV6Prefix) GetPrefixLength() uint32
- func (x *IsisLspV6Prefix) GetRedistributionType() IsisLspV6Prefix_RedistributionType_Enum
- func (*IsisLspV6Prefix) ProtoMessage()
- func (x *IsisLspV6Prefix) ProtoReflect() protoreflect.Message
- func (x *IsisLspV6Prefix) Reset()
- func (x *IsisLspV6Prefix) String() string
- type IsisLspV6Prefix_OriginType
- type IsisLspV6Prefix_OriginType_Enum
- func (IsisLspV6Prefix_OriginType_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x IsisLspV6Prefix_OriginType_Enum) Enum() *IsisLspV6Prefix_OriginType_Enum
- func (IsisLspV6Prefix_OriginType_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x IsisLspV6Prefix_OriginType_Enum) Number() protoreflect.EnumNumber
- func (x IsisLspV6Prefix_OriginType_Enum) String() string
- func (IsisLspV6Prefix_OriginType_Enum) Type() protoreflect.EnumType
- type IsisLspV6Prefix_RedistributionType
- func (*IsisLspV6Prefix_RedistributionType) Descriptor() ([]byte, []int)deprecated
- func (*IsisLspV6Prefix_RedistributionType) ProtoMessage()
- func (x *IsisLspV6Prefix_RedistributionType) ProtoReflect() protoreflect.Message
- func (x *IsisLspV6Prefix_RedistributionType) Reset()
- func (x *IsisLspV6Prefix_RedistributionType) String() string
- type IsisLspV6Prefix_RedistributionType_Enum
- func (IsisLspV6Prefix_RedistributionType_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x IsisLspV6Prefix_RedistributionType_Enum) Enum() *IsisLspV6Prefix_RedistributionType_Enum
- func (IsisLspV6Prefix_RedistributionType_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x IsisLspV6Prefix_RedistributionType_Enum) Number() protoreflect.EnumNumber
- func (x IsisLspV6Prefix_RedistributionType_Enum) String() string
- func (IsisLspV6Prefix_RedistributionType_Enum) Type() protoreflect.EnumType
- type IsisLspneighbor
- type IsisLspsState
- func (*IsisLspsState) Descriptor() ([]byte, []int)deprecated
- func (x *IsisLspsState) GetIsisRouterName() string
- func (x *IsisLspsState) GetLsps() []*IsisLspState
- func (*IsisLspsState) ProtoMessage()
- func (x *IsisLspsState) ProtoReflect() protoreflect.Message
- func (x *IsisLspsState) Reset()
- func (x *IsisLspsState) String() string
- type IsisLspsStateRequest
- func (*IsisLspsStateRequest) Descriptor() ([]byte, []int)deprecated
- func (x *IsisLspsStateRequest) GetIsisRouterNames() []string
- func (*IsisLspsStateRequest) ProtoMessage()
- func (x *IsisLspsStateRequest) ProtoReflect() protoreflect.Message
- func (x *IsisLspsStateRequest) Reset()
- func (x *IsisLspsStateRequest) String() string
- type IsisMT
- type IsisMetric
- func (*IsisMetric) Descriptor() ([]byte, []int)deprecated
- func (x *IsisMetric) GetL1BroadcastHellosReceived() uint64
- func (x *IsisMetric) GetL1BroadcastHellosSent() uint64
- func (x *IsisMetric) GetL1CsnpReceived() uint64
- func (x *IsisMetric) GetL1CsnpSent() uint64
- func (x *IsisMetric) GetL1DatabaseSize() uint64
- func (x *IsisMetric) GetL1LspReceived() uint64
- func (x *IsisMetric) GetL1LspSent() uint64
- func (x *IsisMetric) GetL1PointToPointHellosReceived() uint64
- func (x *IsisMetric) GetL1PointToPointHellosSent() uint64
- func (x *IsisMetric) GetL1PsnpReceived() uint64
- func (x *IsisMetric) GetL1PsnpSent() uint64
- func (x *IsisMetric) GetL1SessionFlap() uint64
- func (x *IsisMetric) GetL1SessionsUp() uint32
- func (x *IsisMetric) GetL2BroadcastHellosReceived() uint64
- func (x *IsisMetric) GetL2BroadcastHellosSent() uint64
- func (x *IsisMetric) GetL2CsnpReceived() uint64
- func (x *IsisMetric) GetL2CsnpSent() uint64
- func (x *IsisMetric) GetL2DatabaseSize() uint64
- func (x *IsisMetric) GetL2LspReceived() uint64
- func (x *IsisMetric) GetL2LspSent() uint64
- func (x *IsisMetric) GetL2PointToPointHellosReceived() uint64
- func (x *IsisMetric) GetL2PointToPointHellosSent() uint64
- func (x *IsisMetric) GetL2PsnpReceived() uint64
- func (x *IsisMetric) GetL2PsnpSent() uint64
- func (x *IsisMetric) GetL2SessionFlap() uint64
- func (x *IsisMetric) GetL2SessionsUp() uint32
- func (x *IsisMetric) GetName() string
- func (*IsisMetric) ProtoMessage()
- func (x *IsisMetric) ProtoReflect() protoreflect.Message
- func (x *IsisMetric) Reset()
- func (x *IsisMetric) String() string
- type IsisMetricsRequest
- func (*IsisMetricsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *IsisMetricsRequest) GetColumnNames() []IsisMetricsRequest_ColumnNames_Enum
- func (x *IsisMetricsRequest) GetRouterNames() []string
- func (*IsisMetricsRequest) ProtoMessage()
- func (x *IsisMetricsRequest) ProtoReflect() protoreflect.Message
- func (x *IsisMetricsRequest) Reset()
- func (x *IsisMetricsRequest) String() string
- type IsisMetricsRequest_ColumnNames
- func (*IsisMetricsRequest_ColumnNames) Descriptor() ([]byte, []int)deprecated
- func (*IsisMetricsRequest_ColumnNames) ProtoMessage()
- func (x *IsisMetricsRequest_ColumnNames) ProtoReflect() protoreflect.Message
- func (x *IsisMetricsRequest_ColumnNames) Reset()
- func (x *IsisMetricsRequest_ColumnNames) String() string
- type IsisMetricsRequest_ColumnNames_Enum
- func (IsisMetricsRequest_ColumnNames_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x IsisMetricsRequest_ColumnNames_Enum) Enum() *IsisMetricsRequest_ColumnNames_Enum
- func (IsisMetricsRequest_ColumnNames_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x IsisMetricsRequest_ColumnNames_Enum) Number() protoreflect.EnumNumber
- func (x IsisMetricsRequest_ColumnNames_Enum) String() string
- func (IsisMetricsRequest_ColumnNames_Enum) Type() protoreflect.EnumType
- type IsisV4RouteRange
- func (*IsisV4RouteRange) Descriptor() ([]byte, []int)deprecated
- func (x *IsisV4RouteRange) GetAddresses() []*V4RouteAddress
- func (x *IsisV4RouteRange) GetLinkMetric() uint32
- func (x *IsisV4RouteRange) GetNFlag() bool
- func (x *IsisV4RouteRange) GetName() string
- func (x *IsisV4RouteRange) GetOriginType() IsisV4RouteRange_OriginType_Enum
- func (x *IsisV4RouteRange) GetPrefixAttrEnabled() bool
- func (x *IsisV4RouteRange) GetRFlag() bool
- func (x *IsisV4RouteRange) GetRedistributionType() IsisV4RouteRange_RedistributionType_Enum
- func (x *IsisV4RouteRange) GetXFlag() bool
- func (*IsisV4RouteRange) ProtoMessage()
- func (x *IsisV4RouteRange) ProtoReflect() protoreflect.Message
- func (x *IsisV4RouteRange) Reset()
- func (x *IsisV4RouteRange) String() string
- type IsisV4RouteRange_OriginType
- type IsisV4RouteRange_OriginType_Enum
- func (IsisV4RouteRange_OriginType_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x IsisV4RouteRange_OriginType_Enum) Enum() *IsisV4RouteRange_OriginType_Enum
- func (IsisV4RouteRange_OriginType_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x IsisV4RouteRange_OriginType_Enum) Number() protoreflect.EnumNumber
- func (x IsisV4RouteRange_OriginType_Enum) String() string
- func (IsisV4RouteRange_OriginType_Enum) Type() protoreflect.EnumType
- type IsisV4RouteRange_RedistributionType
- func (*IsisV4RouteRange_RedistributionType) Descriptor() ([]byte, []int)deprecated
- func (*IsisV4RouteRange_RedistributionType) ProtoMessage()
- func (x *IsisV4RouteRange_RedistributionType) ProtoReflect() protoreflect.Message
- func (x *IsisV4RouteRange_RedistributionType) Reset()
- func (x *IsisV4RouteRange_RedistributionType) String() string
- type IsisV4RouteRange_RedistributionType_Enum
- func (IsisV4RouteRange_RedistributionType_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x IsisV4RouteRange_RedistributionType_Enum) Enum() *IsisV4RouteRange_RedistributionType_Enum
- func (IsisV4RouteRange_RedistributionType_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x IsisV4RouteRange_RedistributionType_Enum) Number() protoreflect.EnumNumber
- func (x IsisV4RouteRange_RedistributionType_Enum) String() string
- func (IsisV4RouteRange_RedistributionType_Enum) Type() protoreflect.EnumType
- type IsisV6RouteRange
- func (*IsisV6RouteRange) Descriptor() ([]byte, []int)deprecated
- func (x *IsisV6RouteRange) GetAddresses() []*V6RouteAddress
- func (x *IsisV6RouteRange) GetLinkMetric() uint32
- func (x *IsisV6RouteRange) GetNFlag() bool
- func (x *IsisV6RouteRange) GetName() string
- func (x *IsisV6RouteRange) GetOriginType() IsisV6RouteRange_OriginType_Enum
- func (x *IsisV6RouteRange) GetPrefixAttrEnabled() bool
- func (x *IsisV6RouteRange) GetRFlag() bool
- func (x *IsisV6RouteRange) GetRedistributionType() IsisV6RouteRange_RedistributionType_Enum
- func (x *IsisV6RouteRange) GetXFlag() bool
- func (*IsisV6RouteRange) ProtoMessage()
- func (x *IsisV6RouteRange) ProtoReflect() protoreflect.Message
- func (x *IsisV6RouteRange) Reset()
- func (x *IsisV6RouteRange) String() string
- type IsisV6RouteRange_OriginType
- type IsisV6RouteRange_OriginType_Enum
- func (IsisV6RouteRange_OriginType_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x IsisV6RouteRange_OriginType_Enum) Enum() *IsisV6RouteRange_OriginType_Enum
- func (IsisV6RouteRange_OriginType_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x IsisV6RouteRange_OriginType_Enum) Number() protoreflect.EnumNumber
- func (x IsisV6RouteRange_OriginType_Enum) String() string
- func (IsisV6RouteRange_OriginType_Enum) Type() protoreflect.EnumType
- type IsisV6RouteRange_RedistributionType
- func (*IsisV6RouteRange_RedistributionType) Descriptor() ([]byte, []int)deprecated
- func (*IsisV6RouteRange_RedistributionType) ProtoMessage()
- func (x *IsisV6RouteRange_RedistributionType) ProtoReflect() protoreflect.Message
- func (x *IsisV6RouteRange_RedistributionType) Reset()
- func (x *IsisV6RouteRange_RedistributionType) String() string
- type IsisV6RouteRange_RedistributionType_Enum
- func (IsisV6RouteRange_RedistributionType_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x IsisV6RouteRange_RedistributionType_Enum) Enum() *IsisV6RouteRange_RedistributionType_Enum
- func (IsisV6RouteRange_RedistributionType_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x IsisV6RouteRange_RedistributionType_Enum) Number() protoreflect.EnumNumber
- func (x IsisV6RouteRange_RedistributionType_Enum) String() string
- func (IsisV6RouteRange_RedistributionType_Enum) Type() protoreflect.EnumType
- type LacpMetric
- func (*LacpMetric) Descriptor() ([]byte, []int)deprecated
- func (x *LacpMetric) GetActivity() LacpMetric_Activity_Enum
- func (x *LacpMetric) GetAggregatable() bool
- func (x *LacpMetric) GetCollecting() bool
- func (x *LacpMetric) GetDistributing() bool
- func (x *LacpMetric) GetLacpPacketsRx() uint64
- func (x *LacpMetric) GetLacpPacketsTx() uint64
- func (x *LacpMetric) GetLacpRxErrors() uint64
- func (x *LacpMetric) GetLagMemberPortName() string
- func (x *LacpMetric) GetLagName() string
- func (x *LacpMetric) GetOperKey() uint32
- func (x *LacpMetric) GetPartnerId() string
- func (x *LacpMetric) GetPartnerKey() uint32
- func (x *LacpMetric) GetPartnerPortNum() uint32
- func (x *LacpMetric) GetPortNum() uint32
- func (x *LacpMetric) GetSynchronization() LacpMetric_Synchronization_Enum
- func (x *LacpMetric) GetSystemId() string
- func (x *LacpMetric) GetTimeout() LacpMetric_Timeout_Enum
- func (*LacpMetric) ProtoMessage()
- func (x *LacpMetric) ProtoReflect() protoreflect.Message
- func (x *LacpMetric) Reset()
- func (x *LacpMetric) String() string
- type LacpMetric_Activity
- type LacpMetric_Activity_Enum
- func (LacpMetric_Activity_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x LacpMetric_Activity_Enum) Enum() *LacpMetric_Activity_Enum
- func (LacpMetric_Activity_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x LacpMetric_Activity_Enum) Number() protoreflect.EnumNumber
- func (x LacpMetric_Activity_Enum) String() string
- func (LacpMetric_Activity_Enum) Type() protoreflect.EnumType
- type LacpMetric_Synchronization
- type LacpMetric_Synchronization_Enum
- func (LacpMetric_Synchronization_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x LacpMetric_Synchronization_Enum) Enum() *LacpMetric_Synchronization_Enum
- func (LacpMetric_Synchronization_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x LacpMetric_Synchronization_Enum) Number() protoreflect.EnumNumber
- func (x LacpMetric_Synchronization_Enum) String() string
- func (LacpMetric_Synchronization_Enum) Type() protoreflect.EnumType
- type LacpMetric_Timeout
- type LacpMetric_Timeout_Enum
- func (LacpMetric_Timeout_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x LacpMetric_Timeout_Enum) Enum() *LacpMetric_Timeout_Enum
- func (LacpMetric_Timeout_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x LacpMetric_Timeout_Enum) Number() protoreflect.EnumNumber
- func (x LacpMetric_Timeout_Enum) String() string
- func (LacpMetric_Timeout_Enum) Type() protoreflect.EnumType
- type LacpMetricsRequest
- func (*LacpMetricsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *LacpMetricsRequest) GetColumnNames() []LacpMetricsRequest_ColumnNames_Enum
- func (x *LacpMetricsRequest) GetLagMemberPortNames() []string
- func (x *LacpMetricsRequest) GetLagNames() []string
- func (*LacpMetricsRequest) ProtoMessage()
- func (x *LacpMetricsRequest) ProtoReflect() protoreflect.Message
- func (x *LacpMetricsRequest) Reset()
- func (x *LacpMetricsRequest) String() string
- type LacpMetricsRequest_ColumnNames
- func (*LacpMetricsRequest_ColumnNames) Descriptor() ([]byte, []int)deprecated
- func (*LacpMetricsRequest_ColumnNames) ProtoMessage()
- func (x *LacpMetricsRequest_ColumnNames) ProtoReflect() protoreflect.Message
- func (x *LacpMetricsRequest_ColumnNames) Reset()
- func (x *LacpMetricsRequest_ColumnNames) String() string
- type LacpMetricsRequest_ColumnNames_Enum
- func (LacpMetricsRequest_ColumnNames_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x LacpMetricsRequest_ColumnNames_Enum) Enum() *LacpMetricsRequest_ColumnNames_Enum
- func (LacpMetricsRequest_ColumnNames_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x LacpMetricsRequest_ColumnNames_Enum) Number() protoreflect.EnumNumber
- func (x LacpMetricsRequest_ColumnNames_Enum) String() string
- func (LacpMetricsRequest_ColumnNames_Enum) Type() protoreflect.EnumType
- type Lag
- func (*Lag) Descriptor() ([]byte, []int)deprecated
- func (x *Lag) GetMinLinks() uint32
- func (x *Lag) GetName() string
- func (x *Lag) GetPorts() []*LagPort
- func (x *Lag) GetProtocol() *LagProtocol
- func (*Lag) ProtoMessage()
- func (x *Lag) ProtoReflect() protoreflect.Message
- func (x *Lag) Reset()
- func (x *Lag) String() string
- type LagMetric
- func (*LagMetric) Descriptor() ([]byte, []int)deprecated
- func (x *LagMetric) GetBytesRx() uint64
- func (x *LagMetric) GetBytesRxRate() float32
- func (x *LagMetric) GetBytesTx() uint64
- func (x *LagMetric) GetBytesTxRate() float32
- func (x *LagMetric) GetFramesRx() uint64
- func (x *LagMetric) GetFramesRxRate() float32
- func (x *LagMetric) GetFramesTx() uint64
- func (x *LagMetric) GetFramesTxRate() float32
- func (x *LagMetric) GetMemberPortsUp() uint32
- func (x *LagMetric) GetName() string
- func (x *LagMetric) GetOperStatus() LagMetric_OperStatus_Enum
- func (*LagMetric) ProtoMessage()
- func (x *LagMetric) ProtoReflect() protoreflect.Message
- func (x *LagMetric) Reset()
- func (x *LagMetric) String() string
- type LagMetric_OperStatus
- type LagMetric_OperStatus_Enum
- func (LagMetric_OperStatus_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x LagMetric_OperStatus_Enum) Enum() *LagMetric_OperStatus_Enum
- func (LagMetric_OperStatus_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x LagMetric_OperStatus_Enum) Number() protoreflect.EnumNumber
- func (x LagMetric_OperStatus_Enum) String() string
- func (LagMetric_OperStatus_Enum) Type() protoreflect.EnumType
- type LagMetricsRequest
- func (*LagMetricsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *LagMetricsRequest) GetColumnNames() []LagMetricsRequest_ColumnNames_Enum
- func (x *LagMetricsRequest) GetLagNames() []string
- func (*LagMetricsRequest) ProtoMessage()
- func (x *LagMetricsRequest) ProtoReflect() protoreflect.Message
- func (x *LagMetricsRequest) Reset()
- func (x *LagMetricsRequest) String() string
- type LagMetricsRequest_ColumnNames
- func (*LagMetricsRequest_ColumnNames) Descriptor() ([]byte, []int)deprecated
- func (*LagMetricsRequest_ColumnNames) ProtoMessage()
- func (x *LagMetricsRequest_ColumnNames) ProtoReflect() protoreflect.Message
- func (x *LagMetricsRequest_ColumnNames) Reset()
- func (x *LagMetricsRequest_ColumnNames) String() string
- type LagMetricsRequest_ColumnNames_Enum
- func (LagMetricsRequest_ColumnNames_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x LagMetricsRequest_ColumnNames_Enum) Enum() *LagMetricsRequest_ColumnNames_Enum
- func (LagMetricsRequest_ColumnNames_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x LagMetricsRequest_ColumnNames_Enum) Number() protoreflect.EnumNumber
- func (x LagMetricsRequest_ColumnNames_Enum) String() string
- func (LagMetricsRequest_ColumnNames_Enum) Type() protoreflect.EnumType
- type LagPort
- func (*LagPort) Descriptor() ([]byte, []int)deprecated
- func (x *LagPort) GetEthernet() *DeviceEthernetBase
- func (x *LagPort) GetLacp() *LagPortLacp
- func (x *LagPort) GetPortName() string
- func (*LagPort) ProtoMessage()
- func (x *LagPort) ProtoReflect() protoreflect.Message
- func (x *LagPort) Reset()
- func (x *LagPort) String() string
- type LagPortLacp
- func (*LagPortLacp) Descriptor() ([]byte, []int)deprecated
- func (x *LagPortLacp) GetActorActivity() LagPortLacp_ActorActivity_Enum
- func (x *LagPortLacp) GetActorPortNumber() uint32
- func (x *LagPortLacp) GetActorPortPriority() uint32
- func (x *LagPortLacp) GetLacpduPeriodicTimeInterval() uint32
- func (x *LagPortLacp) GetLacpduTimeout() uint32
- func (*LagPortLacp) ProtoMessage()
- func (x *LagPortLacp) ProtoReflect() protoreflect.Message
- func (x *LagPortLacp) Reset()
- func (x *LagPortLacp) String() string
- type LagPortLacp_ActorActivity
- type LagPortLacp_ActorActivity_Enum
- func (LagPortLacp_ActorActivity_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x LagPortLacp_ActorActivity_Enum) Enum() *LagPortLacp_ActorActivity_Enum
- func (LagPortLacp_ActorActivity_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x LagPortLacp_ActorActivity_Enum) Number() protoreflect.EnumNumber
- func (x LagPortLacp_ActorActivity_Enum) String() string
- func (LagPortLacp_ActorActivity_Enum) Type() protoreflect.EnumType
- type LagProtocol
- func (*LagProtocol) Descriptor() ([]byte, []int)deprecated
- func (x *LagProtocol) GetChoice() LagProtocol_Choice_Enum
- func (x *LagProtocol) GetLacp() *LagProtocolLacp
- func (x *LagProtocol) GetStatic() *LagProtocolStatic
- func (*LagProtocol) ProtoMessage()
- func (x *LagProtocol) ProtoReflect() protoreflect.Message
- func (x *LagProtocol) Reset()
- func (x *LagProtocol) String() string
- type LagProtocolLacp
- func (*LagProtocolLacp) Descriptor() ([]byte, []int)deprecated
- func (x *LagProtocolLacp) GetActorKey() uint32
- func (x *LagProtocolLacp) GetActorSystemId() string
- func (x *LagProtocolLacp) GetActorSystemPriority() uint32
- func (*LagProtocolLacp) ProtoMessage()
- func (x *LagProtocolLacp) ProtoReflect() protoreflect.Message
- func (x *LagProtocolLacp) Reset()
- func (x *LagProtocolLacp) String() string
- type LagProtocolStatic
- type LagProtocol_Choice
- type LagProtocol_Choice_Enum
- func (LagProtocol_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x LagProtocol_Choice_Enum) Enum() *LagProtocol_Choice_Enum
- func (LagProtocol_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x LagProtocol_Choice_Enum) Number() protoreflect.EnumNumber
- func (x LagProtocol_Choice_Enum) String() string
- func (LagProtocol_Choice_Enum) Type() protoreflect.EnumType
- type Layer1
- func (*Layer1) Descriptor() ([]byte, []int)deprecated
- func (x *Layer1) GetAutoNegotiate() bool
- func (x *Layer1) GetAutoNegotiation() *Layer1AutoNegotiation
- func (x *Layer1) GetFlowControl() *Layer1FlowControl
- func (x *Layer1) GetIeeeMediaDefaults() bool
- func (x *Layer1) GetMedia() Layer1_Media_Enum
- func (x *Layer1) GetMtu() uint32
- func (x *Layer1) GetName() string
- func (x *Layer1) GetPortNames() []string
- func (x *Layer1) GetPromiscuous() bool
- func (x *Layer1) GetSpeed() Layer1_Speed_Enum
- func (*Layer1) ProtoMessage()
- func (x *Layer1) ProtoReflect() protoreflect.Message
- func (x *Layer1) Reset()
- func (x *Layer1) String() string
- type Layer1AutoNegotiation
- func (*Layer1AutoNegotiation) Descriptor() ([]byte, []int)deprecated
- func (x *Layer1AutoNegotiation) GetAdvertise_1000Mbps() bool
- func (x *Layer1AutoNegotiation) GetAdvertise_100FdMbps() bool
- func (x *Layer1AutoNegotiation) GetAdvertise_100HdMbps() bool
- func (x *Layer1AutoNegotiation) GetAdvertise_10FdMbps() bool
- func (x *Layer1AutoNegotiation) GetAdvertise_10HdMbps() bool
- func (x *Layer1AutoNegotiation) GetLinkTraining() bool
- func (x *Layer1AutoNegotiation) GetRsFec() bool
- func (*Layer1AutoNegotiation) ProtoMessage()
- func (x *Layer1AutoNegotiation) ProtoReflect() protoreflect.Message
- func (x *Layer1AutoNegotiation) Reset()
- func (x *Layer1AutoNegotiation) String() string
- type Layer1FlowControl
- func (*Layer1FlowControl) Descriptor() ([]byte, []int)deprecated
- func (x *Layer1FlowControl) GetChoice() Layer1FlowControl_Choice_Enum
- func (x *Layer1FlowControl) GetDirectedAddress() string
- func (x *Layer1FlowControl) GetIeee_802_1Qbb() *Layer1Ieee8021Qbb
- func (x *Layer1FlowControl) GetIeee_802_3X() *Layer1Ieee8023X
- func (*Layer1FlowControl) ProtoMessage()
- func (x *Layer1FlowControl) ProtoReflect() protoreflect.Message
- func (x *Layer1FlowControl) Reset()
- func (x *Layer1FlowControl) String() string
- type Layer1FlowControl_Choice
- type Layer1FlowControl_Choice_Enum
- func (Layer1FlowControl_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x Layer1FlowControl_Choice_Enum) Enum() *Layer1FlowControl_Choice_Enum
- func (Layer1FlowControl_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x Layer1FlowControl_Choice_Enum) Number() protoreflect.EnumNumber
- func (x Layer1FlowControl_Choice_Enum) String() string
- func (Layer1FlowControl_Choice_Enum) Type() protoreflect.EnumType
- type Layer1Ieee8021Qbb
- func (*Layer1Ieee8021Qbb) Descriptor() ([]byte, []int)deprecated
- func (x *Layer1Ieee8021Qbb) GetPfcClass_0() uint32
- func (x *Layer1Ieee8021Qbb) GetPfcClass_1() uint32
- func (x *Layer1Ieee8021Qbb) GetPfcClass_2() uint32
- func (x *Layer1Ieee8021Qbb) GetPfcClass_3() uint32
- func (x *Layer1Ieee8021Qbb) GetPfcClass_4() uint32
- func (x *Layer1Ieee8021Qbb) GetPfcClass_5() uint32
- func (x *Layer1Ieee8021Qbb) GetPfcClass_6() uint32
- func (x *Layer1Ieee8021Qbb) GetPfcClass_7() uint32
- func (x *Layer1Ieee8021Qbb) GetPfcDelay() uint32
- func (*Layer1Ieee8021Qbb) ProtoMessage()
- func (x *Layer1Ieee8021Qbb) ProtoReflect() protoreflect.Message
- func (x *Layer1Ieee8021Qbb) Reset()
- func (x *Layer1Ieee8021Qbb) String() string
- type Layer1Ieee8023X
- type Layer1_Media
- type Layer1_Media_Enum
- func (Layer1_Media_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x Layer1_Media_Enum) Enum() *Layer1_Media_Enum
- func (Layer1_Media_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x Layer1_Media_Enum) Number() protoreflect.EnumNumber
- func (x Layer1_Media_Enum) String() string
- func (Layer1_Media_Enum) Type() protoreflect.EnumType
- type Layer1_Speed
- type Layer1_Speed_Enum
- func (Layer1_Speed_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x Layer1_Speed_Enum) Enum() *Layer1_Speed_Enum
- func (Layer1_Speed_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x Layer1_Speed_Enum) Number() protoreflect.EnumNumber
- func (x Layer1_Speed_Enum) String() string
- func (Layer1_Speed_Enum) Type() protoreflect.EnumType
- type LinkStateTE
- func (*LinkStateTE) Descriptor() ([]byte, []int)deprecated
- func (x *LinkStateTE) GetAdministrativeGroup() string
- func (x *LinkStateTE) GetMaxBandwith() uint32
- func (x *LinkStateTE) GetMaxReservableBandwidth() uint32
- func (x *LinkStateTE) GetMetricLevel() uint32
- func (x *LinkStateTE) GetPriorityBandwidths() *LinkStatepriorityBandwidths
- func (*LinkStateTE) ProtoMessage()
- func (x *LinkStateTE) ProtoReflect() protoreflect.Message
- func (x *LinkStateTE) Reset()
- func (x *LinkStateTE) String() string
- type LinkStatepriorityBandwidths
- func (*LinkStatepriorityBandwidths) Descriptor() ([]byte, []int)deprecated
- func (x *LinkStatepriorityBandwidths) GetPb0() uint32
- func (x *LinkStatepriorityBandwidths) GetPb1() uint32
- func (x *LinkStatepriorityBandwidths) GetPb2() uint32
- func (x *LinkStatepriorityBandwidths) GetPb3() uint32
- func (x *LinkStatepriorityBandwidths) GetPb4() uint32
- func (x *LinkStatepriorityBandwidths) GetPb5() uint32
- func (x *LinkStatepriorityBandwidths) GetPb6() uint32
- func (x *LinkStatepriorityBandwidths) GetPb7() uint32
- func (*LinkStatepriorityBandwidths) ProtoMessage()
- func (x *LinkStatepriorityBandwidths) ProtoReflect() protoreflect.Message
- func (x *LinkStatepriorityBandwidths) Reset()
- func (x *LinkStatepriorityBandwidths) String() string
- type Lldp
- func (*Lldp) Descriptor() ([]byte, []int)deprecated
- func (x *Lldp) GetAdvertisementInterval() uint32
- func (x *Lldp) GetChassisId() *LldpChassisId
- func (x *Lldp) GetConnection() *LldpConnection
- func (x *Lldp) GetHoldTime() uint32
- func (x *Lldp) GetName() string
- func (x *Lldp) GetOrgInfos() []*LldpOrgInfo
- func (x *Lldp) GetPortId() *LldpPortId
- func (x *Lldp) GetSystemName() *LldpSystemName
- func (*Lldp) ProtoMessage()
- func (x *Lldp) ProtoReflect() protoreflect.Message
- func (x *Lldp) Reset()
- func (x *Lldp) String() string
- type LldpCapabilityState
- func (*LldpCapabilityState) Descriptor() ([]byte, []int)deprecated
- func (x *LldpCapabilityState) GetCapabilityEnabled() bool
- func (x *LldpCapabilityState) GetCapabilityName() LldpCapabilityState_CapabilityName_Enum
- func (*LldpCapabilityState) ProtoMessage()
- func (x *LldpCapabilityState) ProtoReflect() protoreflect.Message
- func (x *LldpCapabilityState) Reset()
- func (x *LldpCapabilityState) String() string
- type LldpCapabilityState_CapabilityName
- func (*LldpCapabilityState_CapabilityName) Descriptor() ([]byte, []int)deprecated
- func (*LldpCapabilityState_CapabilityName) ProtoMessage()
- func (x *LldpCapabilityState_CapabilityName) ProtoReflect() protoreflect.Message
- func (x *LldpCapabilityState_CapabilityName) Reset()
- func (x *LldpCapabilityState_CapabilityName) String() string
- type LldpCapabilityState_CapabilityName_Enum
- func (LldpCapabilityState_CapabilityName_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x LldpCapabilityState_CapabilityName_Enum) Enum() *LldpCapabilityState_CapabilityName_Enum
- func (LldpCapabilityState_CapabilityName_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x LldpCapabilityState_CapabilityName_Enum) Number() protoreflect.EnumNumber
- func (x LldpCapabilityState_CapabilityName_Enum) String() string
- func (LldpCapabilityState_CapabilityName_Enum) Type() protoreflect.EnumType
- type LldpChassisId
- func (*LldpChassisId) Descriptor() ([]byte, []int)deprecated
- func (x *LldpChassisId) GetChoice() LldpChassisId_Choice_Enum
- func (x *LldpChassisId) GetInterfaceNameSubtype() string
- func (x *LldpChassisId) GetLocalSubtype() string
- func (x *LldpChassisId) GetMacAddressSubtype() *LldpChassisMacSubType
- func (*LldpChassisId) ProtoMessage()
- func (x *LldpChassisId) ProtoReflect() protoreflect.Message
- func (x *LldpChassisId) Reset()
- func (x *LldpChassisId) String() string
- type LldpChassisId_Choice
- type LldpChassisId_Choice_Enum
- func (LldpChassisId_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x LldpChassisId_Choice_Enum) Enum() *LldpChassisId_Choice_Enum
- func (LldpChassisId_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x LldpChassisId_Choice_Enum) Number() protoreflect.EnumNumber
- func (x LldpChassisId_Choice_Enum) String() string
- func (LldpChassisId_Choice_Enum) Type() protoreflect.EnumType
- type LldpChassisMacSubType
- func (*LldpChassisMacSubType) Descriptor() ([]byte, []int)deprecated
- func (x *LldpChassisMacSubType) GetAuto() string
- func (x *LldpChassisMacSubType) GetChoice() LldpChassisMacSubType_Choice_Enum
- func (x *LldpChassisMacSubType) GetValue() string
- func (*LldpChassisMacSubType) ProtoMessage()
- func (x *LldpChassisMacSubType) ProtoReflect() protoreflect.Message
- func (x *LldpChassisMacSubType) Reset()
- func (x *LldpChassisMacSubType) String() string
- type LldpChassisMacSubType_Choice
- func (*LldpChassisMacSubType_Choice) Descriptor() ([]byte, []int)deprecated
- func (*LldpChassisMacSubType_Choice) ProtoMessage()
- func (x *LldpChassisMacSubType_Choice) ProtoReflect() protoreflect.Message
- func (x *LldpChassisMacSubType_Choice) Reset()
- func (x *LldpChassisMacSubType_Choice) String() string
- type LldpChassisMacSubType_Choice_Enum
- func (LldpChassisMacSubType_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x LldpChassisMacSubType_Choice_Enum) Enum() *LldpChassisMacSubType_Choice_Enum
- func (LldpChassisMacSubType_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x LldpChassisMacSubType_Choice_Enum) Number() protoreflect.EnumNumber
- func (x LldpChassisMacSubType_Choice_Enum) String() string
- func (LldpChassisMacSubType_Choice_Enum) Type() protoreflect.EnumType
- type LldpConnection
- func (*LldpConnection) Descriptor() ([]byte, []int)deprecated
- func (x *LldpConnection) GetChoice() LldpConnection_Choice_Enum
- func (x *LldpConnection) GetPortName() string
- func (*LldpConnection) ProtoMessage()
- func (x *LldpConnection) ProtoReflect() protoreflect.Message
- func (x *LldpConnection) Reset()
- func (x *LldpConnection) String() string
- type LldpConnection_Choice
- type LldpConnection_Choice_Enum
- func (LldpConnection_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x LldpConnection_Choice_Enum) Enum() *LldpConnection_Choice_Enum
- func (LldpConnection_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x LldpConnection_Choice_Enum) Number() protoreflect.EnumNumber
- func (x LldpConnection_Choice_Enum) String() string
- func (LldpConnection_Choice_Enum) Type() protoreflect.EnumType
- type LldpCustomTLVState
- func (*LldpCustomTLVState) Descriptor() ([]byte, []int)deprecated
- func (x *LldpCustomTLVState) GetCustomType() uint32
- func (x *LldpCustomTLVState) GetInformation() string
- func (x *LldpCustomTLVState) GetOui() string
- func (x *LldpCustomTLVState) GetOuiSubtype() uint32
- func (*LldpCustomTLVState) ProtoMessage()
- func (x *LldpCustomTLVState) ProtoReflect() protoreflect.Message
- func (x *LldpCustomTLVState) Reset()
- func (x *LldpCustomTLVState) String() string
- type LldpMetric
- func (*LldpMetric) Descriptor() ([]byte, []int)deprecated
- func (x *LldpMetric) GetFramesDiscard() uint64
- func (x *LldpMetric) GetFramesErrorRx() uint64
- func (x *LldpMetric) GetFramesRx() uint64
- func (x *LldpMetric) GetFramesTx() uint64
- func (x *LldpMetric) GetName() string
- func (x *LldpMetric) GetTlvsDiscard() uint64
- func (x *LldpMetric) GetTlvsUnknown() uint64
- func (*LldpMetric) ProtoMessage()
- func (x *LldpMetric) ProtoReflect() protoreflect.Message
- func (x *LldpMetric) Reset()
- func (x *LldpMetric) String() string
- type LldpMetricsRequest
- func (*LldpMetricsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *LldpMetricsRequest) GetColumnNames() []LldpMetricsRequest_ColumnNames_Enum
- func (x *LldpMetricsRequest) GetLldpNames() []string
- func (*LldpMetricsRequest) ProtoMessage()
- func (x *LldpMetricsRequest) ProtoReflect() protoreflect.Message
- func (x *LldpMetricsRequest) Reset()
- func (x *LldpMetricsRequest) String() string
- type LldpMetricsRequest_ColumnNames
- func (*LldpMetricsRequest_ColumnNames) Descriptor() ([]byte, []int)deprecated
- func (*LldpMetricsRequest_ColumnNames) ProtoMessage()
- func (x *LldpMetricsRequest_ColumnNames) ProtoReflect() protoreflect.Message
- func (x *LldpMetricsRequest_ColumnNames) Reset()
- func (x *LldpMetricsRequest_ColumnNames) String() string
- type LldpMetricsRequest_ColumnNames_Enum
- func (LldpMetricsRequest_ColumnNames_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x LldpMetricsRequest_ColumnNames_Enum) Enum() *LldpMetricsRequest_ColumnNames_Enum
- func (LldpMetricsRequest_ColumnNames_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x LldpMetricsRequest_ColumnNames_Enum) Number() protoreflect.EnumNumber
- func (x LldpMetricsRequest_ColumnNames_Enum) String() string
- func (LldpMetricsRequest_ColumnNames_Enum) Type() protoreflect.EnumType
- type LldpNeighborsState
- func (*LldpNeighborsState) Descriptor() ([]byte, []int)deprecated
- func (x *LldpNeighborsState) GetAge() uint32
- func (x *LldpNeighborsState) GetCapabilities() []*LldpCapabilityState
- func (x *LldpNeighborsState) GetChassisId() string
- func (x *LldpNeighborsState) GetChassisIdType() LldpNeighborsState_ChassisIdType_Enum
- func (x *LldpNeighborsState) GetCustomTlvs() []*LldpCustomTLVState
- func (x *LldpNeighborsState) GetLastUpdate() uint32
- func (x *LldpNeighborsState) GetLldpName() string
- func (x *LldpNeighborsState) GetManagementAddress() string
- func (x *LldpNeighborsState) GetManagementAddressType() string
- func (x *LldpNeighborsState) GetNeighborId() string
- func (x *LldpNeighborsState) GetPortDescription() string
- func (x *LldpNeighborsState) GetPortId() string
- func (x *LldpNeighborsState) GetPortIdType() LldpNeighborsState_PortIdType_Enum
- func (x *LldpNeighborsState) GetSystemDescription() string
- func (x *LldpNeighborsState) GetSystemName() string
- func (x *LldpNeighborsState) GetTtl() uint32
- func (*LldpNeighborsState) ProtoMessage()
- func (x *LldpNeighborsState) ProtoReflect() protoreflect.Message
- func (x *LldpNeighborsState) Reset()
- func (x *LldpNeighborsState) String() string
- type LldpNeighborsStateRequest
- func (*LldpNeighborsStateRequest) Descriptor() ([]byte, []int)deprecated
- func (x *LldpNeighborsStateRequest) GetLldpNames() []string
- func (x *LldpNeighborsStateRequest) GetNeighborIdFilters() []string
- func (*LldpNeighborsStateRequest) ProtoMessage()
- func (x *LldpNeighborsStateRequest) ProtoReflect() protoreflect.Message
- func (x *LldpNeighborsStateRequest) Reset()
- func (x *LldpNeighborsStateRequest) String() string
- type LldpNeighborsState_ChassisIdType
- func (*LldpNeighborsState_ChassisIdType) Descriptor() ([]byte, []int)deprecated
- func (*LldpNeighborsState_ChassisIdType) ProtoMessage()
- func (x *LldpNeighborsState_ChassisIdType) ProtoReflect() protoreflect.Message
- func (x *LldpNeighborsState_ChassisIdType) Reset()
- func (x *LldpNeighborsState_ChassisIdType) String() string
- type LldpNeighborsState_ChassisIdType_Enum
- func (LldpNeighborsState_ChassisIdType_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x LldpNeighborsState_ChassisIdType_Enum) Enum() *LldpNeighborsState_ChassisIdType_Enum
- func (LldpNeighborsState_ChassisIdType_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x LldpNeighborsState_ChassisIdType_Enum) Number() protoreflect.EnumNumber
- func (x LldpNeighborsState_ChassisIdType_Enum) String() string
- func (LldpNeighborsState_ChassisIdType_Enum) Type() protoreflect.EnumType
- type LldpNeighborsState_PortIdType
- func (*LldpNeighborsState_PortIdType) Descriptor() ([]byte, []int)deprecated
- func (*LldpNeighborsState_PortIdType) ProtoMessage()
- func (x *LldpNeighborsState_PortIdType) ProtoReflect() protoreflect.Message
- func (x *LldpNeighborsState_PortIdType) Reset()
- func (x *LldpNeighborsState_PortIdType) String() string
- type LldpNeighborsState_PortIdType_Enum
- func (LldpNeighborsState_PortIdType_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x LldpNeighborsState_PortIdType_Enum) Enum() *LldpNeighborsState_PortIdType_Enum
- func (LldpNeighborsState_PortIdType_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x LldpNeighborsState_PortIdType_Enum) Number() protoreflect.EnumNumber
- func (x LldpNeighborsState_PortIdType_Enum) String() string
- func (LldpNeighborsState_PortIdType_Enum) Type() protoreflect.EnumType
- type LldpOrgInfo
- func (*LldpOrgInfo) Descriptor() ([]byte, []int)deprecated
- func (x *LldpOrgInfo) GetInformation() *LldpOrgInfoType
- func (x *LldpOrgInfo) GetOui() string
- func (x *LldpOrgInfo) GetSubtype() uint32
- func (*LldpOrgInfo) ProtoMessage()
- func (x *LldpOrgInfo) ProtoReflect() protoreflect.Message
- func (x *LldpOrgInfo) Reset()
- func (x *LldpOrgInfo) String() string
- type LldpOrgInfoType
- func (*LldpOrgInfoType) Descriptor() ([]byte, []int)deprecated
- func (x *LldpOrgInfoType) GetChoice() LldpOrgInfoType_Choice_Enum
- func (x *LldpOrgInfoType) GetInfo() string
- func (*LldpOrgInfoType) ProtoMessage()
- func (x *LldpOrgInfoType) ProtoReflect() protoreflect.Message
- func (x *LldpOrgInfoType) Reset()
- func (x *LldpOrgInfoType) String() string
- type LldpOrgInfoType_Choice
- type LldpOrgInfoType_Choice_Enum
- func (LldpOrgInfoType_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x LldpOrgInfoType_Choice_Enum) Enum() *LldpOrgInfoType_Choice_Enum
- func (LldpOrgInfoType_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x LldpOrgInfoType_Choice_Enum) Number() protoreflect.EnumNumber
- func (x LldpOrgInfoType_Choice_Enum) String() string
- func (LldpOrgInfoType_Choice_Enum) Type() protoreflect.EnumType
- type LldpPortId
- func (*LldpPortId) Descriptor() ([]byte, []int)deprecated
- func (x *LldpPortId) GetChoice() LldpPortId_Choice_Enum
- func (x *LldpPortId) GetInterfaceNameSubtype() *LldpPortInterfaceNameSubType
- func (x *LldpPortId) GetLocalSubtype() string
- func (x *LldpPortId) GetMacAddressSubtype() string
- func (*LldpPortId) ProtoMessage()
- func (x *LldpPortId) ProtoReflect() protoreflect.Message
- func (x *LldpPortId) Reset()
- func (x *LldpPortId) String() string
- type LldpPortId_Choice
- type LldpPortId_Choice_Enum
- func (LldpPortId_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x LldpPortId_Choice_Enum) Enum() *LldpPortId_Choice_Enum
- func (LldpPortId_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x LldpPortId_Choice_Enum) Number() protoreflect.EnumNumber
- func (x LldpPortId_Choice_Enum) String() string
- func (LldpPortId_Choice_Enum) Type() protoreflect.EnumType
- type LldpPortInterfaceNameSubType
- func (*LldpPortInterfaceNameSubType) Descriptor() ([]byte, []int)deprecated
- func (x *LldpPortInterfaceNameSubType) GetAuto() string
- func (x *LldpPortInterfaceNameSubType) GetChoice() LldpPortInterfaceNameSubType_Choice_Enum
- func (x *LldpPortInterfaceNameSubType) GetValue() string
- func (*LldpPortInterfaceNameSubType) ProtoMessage()
- func (x *LldpPortInterfaceNameSubType) ProtoReflect() protoreflect.Message
- func (x *LldpPortInterfaceNameSubType) Reset()
- func (x *LldpPortInterfaceNameSubType) String() string
- type LldpPortInterfaceNameSubType_Choice
- func (*LldpPortInterfaceNameSubType_Choice) Descriptor() ([]byte, []int)deprecated
- func (*LldpPortInterfaceNameSubType_Choice) ProtoMessage()
- func (x *LldpPortInterfaceNameSubType_Choice) ProtoReflect() protoreflect.Message
- func (x *LldpPortInterfaceNameSubType_Choice) Reset()
- func (x *LldpPortInterfaceNameSubType_Choice) String() string
- type LldpPortInterfaceNameSubType_Choice_Enum
- func (LldpPortInterfaceNameSubType_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x LldpPortInterfaceNameSubType_Choice_Enum) Enum() *LldpPortInterfaceNameSubType_Choice_Enum
- func (LldpPortInterfaceNameSubType_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x LldpPortInterfaceNameSubType_Choice_Enum) Number() protoreflect.EnumNumber
- func (x LldpPortInterfaceNameSubType_Choice_Enum) String() string
- func (LldpPortInterfaceNameSubType_Choice_Enum) Type() protoreflect.EnumType
- type LldpSystemName
- func (*LldpSystemName) Descriptor() ([]byte, []int)deprecated
- func (x *LldpSystemName) GetAuto() string
- func (x *LldpSystemName) GetChoice() LldpSystemName_Choice_Enum
- func (x *LldpSystemName) GetValue() string
- func (*LldpSystemName) ProtoMessage()
- func (x *LldpSystemName) ProtoReflect() protoreflect.Message
- func (x *LldpSystemName) Reset()
- func (x *LldpSystemName) String() string
- type LldpSystemName_Choice
- type LldpSystemName_Choice_Enum
- func (LldpSystemName_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x LldpSystemName_Choice_Enum) Enum() *LldpSystemName_Choice_Enum
- func (LldpSystemName_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x LldpSystemName_Choice_Enum) Number() protoreflect.EnumNumber
- func (x LldpSystemName_Choice_Enum) String() string
- func (LldpSystemName_Choice_Enum) Type() protoreflect.EnumType
- type MACRouteAddress
- func (*MACRouteAddress) Descriptor() ([]byte, []int)deprecated
- func (x *MACRouteAddress) GetAddress() string
- func (x *MACRouteAddress) GetCount() uint32
- func (x *MACRouteAddress) GetPrefix() uint32
- func (x *MACRouteAddress) GetStep() uint32
- func (*MACRouteAddress) ProtoMessage()
- func (x *MACRouteAddress) ProtoReflect() protoreflect.Message
- func (x *MACRouteAddress) Reset()
- func (x *MACRouteAddress) String() string
- type MetricLatency
- func (*MetricLatency) Descriptor() ([]byte, []int)deprecated
- func (x *MetricLatency) GetAverageNs() float64
- func (x *MetricLatency) GetMaximumNs() float64
- func (x *MetricLatency) GetMinimumNs() float64
- func (*MetricLatency) ProtoMessage()
- func (x *MetricLatency) ProtoReflect() protoreflect.Message
- func (x *MetricLatency) Reset()
- func (x *MetricLatency) String() string
- type MetricTimestamp
- func (*MetricTimestamp) Descriptor() ([]byte, []int)deprecated
- func (x *MetricTimestamp) GetFirstTimestampNs() float64
- func (x *MetricTimestamp) GetLastTimestampNs() float64
- func (*MetricTimestamp) ProtoMessage()
- func (x *MetricTimestamp) ProtoReflect() protoreflect.Message
- func (x *MetricTimestamp) Reset()
- func (x *MetricTimestamp) String() string
- type MetricsRequest
- func (*MetricsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *MetricsRequest) GetBgpv4() *Bgpv4MetricsRequest
- func (x *MetricsRequest) GetBgpv6() *Bgpv6MetricsRequest
- func (x *MetricsRequest) GetChoice() MetricsRequest_Choice_Enum
- func (x *MetricsRequest) GetConvergence() *ConvergenceRequest
- func (x *MetricsRequest) GetDhcpv4Client() *Dhcpv4ClientMetricsRequest
- func (x *MetricsRequest) GetDhcpv4Server() *Dhcpv4ServerMetricsRequest
- func (x *MetricsRequest) GetDhcpv6Client() *Dhcpv6ClientMetricsRequest
- func (x *MetricsRequest) GetDhcpv6Server() *Dhcpv6ServerMetricsRequest
- func (x *MetricsRequest) GetFlow() *FlowMetricsRequest
- func (x *MetricsRequest) GetIsis() *IsisMetricsRequest
- func (x *MetricsRequest) GetLacp() *LacpMetricsRequest
- func (x *MetricsRequest) GetLag() *LagMetricsRequest
- func (x *MetricsRequest) GetLldp() *LldpMetricsRequest
- func (x *MetricsRequest) GetOspfv2() *Ospfv2MetricsRequest
- func (x *MetricsRequest) GetPort() *PortMetricsRequest
- func (x *MetricsRequest) GetRsvp() *RsvpMetricsRequest
- func (*MetricsRequest) ProtoMessage()
- func (x *MetricsRequest) ProtoReflect() protoreflect.Message
- func (x *MetricsRequest) Reset()
- func (x *MetricsRequest) String() string
- type MetricsRequest_Choice
- type MetricsRequest_Choice_Enum
- func (MetricsRequest_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x MetricsRequest_Choice_Enum) Enum() *MetricsRequest_Choice_Enum
- func (MetricsRequest_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x MetricsRequest_Choice_Enum) Number() protoreflect.EnumNumber
- func (x MetricsRequest_Choice_Enum) String() string
- func (MetricsRequest_Choice_Enum) Type() protoreflect.EnumType
- type MetricsResponse
- func (*MetricsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *MetricsResponse) GetBgpv4Metrics() []*Bgpv4Metric
- func (x *MetricsResponse) GetBgpv6Metrics() []*Bgpv6Metric
- func (x *MetricsResponse) GetChoice() MetricsResponse_Choice_Enum
- func (x *MetricsResponse) GetConvergenceMetrics() []*ConvergenceMetric
- func (x *MetricsResponse) GetDhcpv4ClientMetrics() []*Dhcpv4ClientMetric
- func (x *MetricsResponse) GetDhcpv4ServerMetrics() []*Dhcpv4ServerMetric
- func (x *MetricsResponse) GetDhcpv6ClientMetrics() []*Dhcpv6ClientMetric
- func (x *MetricsResponse) GetDhcpv6ServerMetrics() []*Dhcpv6ServerMetric
- func (x *MetricsResponse) GetFlowMetrics() []*FlowMetric
- func (x *MetricsResponse) GetIsisMetrics() []*IsisMetric
- func (x *MetricsResponse) GetLacpMetrics() []*LacpMetric
- func (x *MetricsResponse) GetLagMetrics() []*LagMetric
- func (x *MetricsResponse) GetLldpMetrics() []*LldpMetric
- func (x *MetricsResponse) GetOspfv2Metrics() []*Ospfv2Metric
- func (x *MetricsResponse) GetPortMetrics() []*PortMetric
- func (x *MetricsResponse) GetRsvpMetrics() []*RsvpMetric
- func (*MetricsResponse) ProtoMessage()
- func (x *MetricsResponse) ProtoReflect() protoreflect.Message
- func (x *MetricsResponse) Reset()
- func (x *MetricsResponse) String() string
- type MetricsResponse_Choice
- type MetricsResponse_Choice_Enum
- func (MetricsResponse_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x MetricsResponse_Choice_Enum) Enum() *MetricsResponse_Choice_Enum
- func (MetricsResponse_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x MetricsResponse_Choice_Enum) Number() protoreflect.EnumNumber
- func (x MetricsResponse_Choice_Enum) String() string
- func (MetricsResponse_Choice_Enum) Type() protoreflect.EnumType
- type Neighborsv4State
- func (*Neighborsv4State) Descriptor() ([]byte, []int)deprecated
- func (x *Neighborsv4State) GetEthernetName() string
- func (x *Neighborsv4State) GetIpv4Address() string
- func (x *Neighborsv4State) GetLinkLayerAddress() string
- func (*Neighborsv4State) ProtoMessage()
- func (x *Neighborsv4State) ProtoReflect() protoreflect.Message
- func (x *Neighborsv4State) Reset()
- func (x *Neighborsv4State) String() string
- type Neighborsv4StatesRequest
- func (*Neighborsv4StatesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *Neighborsv4StatesRequest) GetEthernetNames() []string
- func (*Neighborsv4StatesRequest) ProtoMessage()
- func (x *Neighborsv4StatesRequest) ProtoReflect() protoreflect.Message
- func (x *Neighborsv4StatesRequest) Reset()
- func (x *Neighborsv4StatesRequest) String() string
- type Neighborsv6State
- func (*Neighborsv6State) Descriptor() ([]byte, []int)deprecated
- func (x *Neighborsv6State) GetEthernetName() string
- func (x *Neighborsv6State) GetIpv6Address() string
- func (x *Neighborsv6State) GetLinkLayerAddress() string
- func (*Neighborsv6State) ProtoMessage()
- func (x *Neighborsv6State) ProtoReflect() protoreflect.Message
- func (x *Neighborsv6State) Reset()
- func (x *Neighborsv6State) String() string
- type Neighborsv6StatesRequest
- func (*Neighborsv6StatesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *Neighborsv6StatesRequest) GetEthernetNames() []string
- func (*Neighborsv6StatesRequest) ProtoMessage()
- func (x *Neighborsv6StatesRequest) ProtoReflect() protoreflect.Message
- func (x *Neighborsv6StatesRequest) Reset()
- func (x *Neighborsv6StatesRequest) String() string
- type OpenapiClient
- type OpenapiServer
- type Ospfv2AuthenticationMd5
- func (*Ospfv2AuthenticationMd5) Descriptor() ([]byte, []int)deprecated
- func (x *Ospfv2AuthenticationMd5) GetKey() string
- func (x *Ospfv2AuthenticationMd5) GetKeyId() uint32
- func (*Ospfv2AuthenticationMd5) ProtoMessage()
- func (x *Ospfv2AuthenticationMd5) ProtoReflect() protoreflect.Message
- func (x *Ospfv2AuthenticationMd5) Reset()
- func (x *Ospfv2AuthenticationMd5) String() string
- type Ospfv2ExternalAsLsa
- func (*Ospfv2ExternalAsLsa) Descriptor() ([]byte, []int)deprecated
- func (x *Ospfv2ExternalAsLsa) GetHeader() *Ospfv2LsaHeader
- func (x *Ospfv2ExternalAsLsa) GetMetric() uint32
- func (x *Ospfv2ExternalAsLsa) GetMetricType() uint32
- func (x *Ospfv2ExternalAsLsa) GetNetworkMask() string
- func (*Ospfv2ExternalAsLsa) ProtoMessage()
- func (x *Ospfv2ExternalAsLsa) ProtoReflect() protoreflect.Message
- func (x *Ospfv2ExternalAsLsa) Reset()
- func (x *Ospfv2ExternalAsLsa) String() string
- type Ospfv2GracefulRestart
- func (*Ospfv2GracefulRestart) Descriptor() ([]byte, []int)deprecated
- func (x *Ospfv2GracefulRestart) GetHelperMode() bool
- func (*Ospfv2GracefulRestart) ProtoMessage()
- func (x *Ospfv2GracefulRestart) ProtoReflect() protoreflect.Message
- func (x *Ospfv2GracefulRestart) Reset()
- func (x *Ospfv2GracefulRestart) String() string
- type Ospfv2Interface
- func (*Ospfv2Interface) Descriptor() ([]byte, []int)deprecated
- func (x *Ospfv2Interface) GetAdvanced() *Ospfv2InterfaceAdvanced
- func (x *Ospfv2Interface) GetArea() *Ospfv2InterfaceArea
- func (x *Ospfv2Interface) GetAuthentication() *Ospfv2InterfaceAuthentication
- func (x *Ospfv2Interface) GetIpv4Name() string
- func (x *Ospfv2Interface) GetLinkProtection() *Ospfv2InterfaceLinkProtection
- func (x *Ospfv2Interface) GetName() string
- func (x *Ospfv2Interface) GetNetworkType() *Ospfv2InterfaceNetworkType
- func (x *Ospfv2Interface) GetSrlgValues() []uint32
- func (x *Ospfv2Interface) GetTrafficEngineering() []*LinkStateTE
- func (*Ospfv2Interface) ProtoMessage()
- func (x *Ospfv2Interface) ProtoReflect() protoreflect.Message
- func (x *Ospfv2Interface) Reset()
- func (x *Ospfv2Interface) String() string
- type Ospfv2InterfaceAdvanced
- func (*Ospfv2InterfaceAdvanced) Descriptor() ([]byte, []int)deprecated
- func (x *Ospfv2InterfaceAdvanced) GetDeadInterval() uint32
- func (x *Ospfv2InterfaceAdvanced) GetHelloInterval() uint32
- func (x *Ospfv2InterfaceAdvanced) GetPriority() uint32
- func (x *Ospfv2InterfaceAdvanced) GetRoutingMetric() uint32
- func (x *Ospfv2InterfaceAdvanced) GetValidateReceivedMtu() bool
- func (*Ospfv2InterfaceAdvanced) ProtoMessage()
- func (x *Ospfv2InterfaceAdvanced) ProtoReflect() protoreflect.Message
- func (x *Ospfv2InterfaceAdvanced) Reset()
- func (x *Ospfv2InterfaceAdvanced) String() string
- type Ospfv2InterfaceArea
- func (*Ospfv2InterfaceArea) Descriptor() ([]byte, []int)deprecated
- func (x *Ospfv2InterfaceArea) GetChoice() Ospfv2InterfaceArea_Choice_Enum
- func (x *Ospfv2InterfaceArea) GetId() uint32
- func (x *Ospfv2InterfaceArea) GetIp() string
- func (*Ospfv2InterfaceArea) ProtoMessage()
- func (x *Ospfv2InterfaceArea) ProtoReflect() protoreflect.Message
- func (x *Ospfv2InterfaceArea) Reset()
- func (x *Ospfv2InterfaceArea) String() string
- type Ospfv2InterfaceArea_Choice
- type Ospfv2InterfaceArea_Choice_Enum
- func (Ospfv2InterfaceArea_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x Ospfv2InterfaceArea_Choice_Enum) Enum() *Ospfv2InterfaceArea_Choice_Enum
- func (Ospfv2InterfaceArea_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x Ospfv2InterfaceArea_Choice_Enum) Number() protoreflect.EnumNumber
- func (x Ospfv2InterfaceArea_Choice_Enum) String() string
- func (Ospfv2InterfaceArea_Choice_Enum) Type() protoreflect.EnumType
- type Ospfv2InterfaceAuthentication
- func (*Ospfv2InterfaceAuthentication) Descriptor() ([]byte, []int)deprecated
- func (x *Ospfv2InterfaceAuthentication) GetChoice() Ospfv2InterfaceAuthentication_Choice_Enum
- func (x *Ospfv2InterfaceAuthentication) GetClearText() string
- func (x *Ospfv2InterfaceAuthentication) GetMd5S() []*Ospfv2AuthenticationMd5
- func (*Ospfv2InterfaceAuthentication) ProtoMessage()
- func (x *Ospfv2InterfaceAuthentication) ProtoReflect() protoreflect.Message
- func (x *Ospfv2InterfaceAuthentication) Reset()
- func (x *Ospfv2InterfaceAuthentication) String() string
- type Ospfv2InterfaceAuthentication_Choice
- func (*Ospfv2InterfaceAuthentication_Choice) Descriptor() ([]byte, []int)deprecated
- func (*Ospfv2InterfaceAuthentication_Choice) ProtoMessage()
- func (x *Ospfv2InterfaceAuthentication_Choice) ProtoReflect() protoreflect.Message
- func (x *Ospfv2InterfaceAuthentication_Choice) Reset()
- func (x *Ospfv2InterfaceAuthentication_Choice) String() string
- type Ospfv2InterfaceAuthentication_Choice_Enum
- func (Ospfv2InterfaceAuthentication_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x Ospfv2InterfaceAuthentication_Choice_Enum) Enum() *Ospfv2InterfaceAuthentication_Choice_Enum
- func (Ospfv2InterfaceAuthentication_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x Ospfv2InterfaceAuthentication_Choice_Enum) Number() protoreflect.EnumNumber
- func (x Ospfv2InterfaceAuthentication_Choice_Enum) String() string
- func (Ospfv2InterfaceAuthentication_Choice_Enum) Type() protoreflect.EnumType
- type Ospfv2InterfaceLinkProtection
- func (*Ospfv2InterfaceLinkProtection) Descriptor() ([]byte, []int)deprecated
- func (x *Ospfv2InterfaceLinkProtection) GetDedicated_1Plus_1() bool
- func (x *Ospfv2InterfaceLinkProtection) GetDedicated_1To_1() bool
- func (x *Ospfv2InterfaceLinkProtection) GetEnhanced() bool
- func (x *Ospfv2InterfaceLinkProtection) GetExtraTraffic() bool
- func (x *Ospfv2InterfaceLinkProtection) GetReserved_40() bool
- func (x *Ospfv2InterfaceLinkProtection) GetReserved_80() bool
- func (x *Ospfv2InterfaceLinkProtection) GetShared() bool
- func (x *Ospfv2InterfaceLinkProtection) GetUnprotected() bool
- func (*Ospfv2InterfaceLinkProtection) ProtoMessage()
- func (x *Ospfv2InterfaceLinkProtection) ProtoReflect() protoreflect.Message
- func (x *Ospfv2InterfaceLinkProtection) Reset()
- func (x *Ospfv2InterfaceLinkProtection) String() string
- type Ospfv2InterfaceNeighbor
- func (*Ospfv2InterfaceNeighbor) Descriptor() ([]byte, []int)deprecated
- func (x *Ospfv2InterfaceNeighbor) GetNeighborIp() string
- func (*Ospfv2InterfaceNeighbor) ProtoMessage()
- func (x *Ospfv2InterfaceNeighbor) ProtoReflect() protoreflect.Message
- func (x *Ospfv2InterfaceNeighbor) Reset()
- func (x *Ospfv2InterfaceNeighbor) String() string
- type Ospfv2InterfaceNetworkType
- func (*Ospfv2InterfaceNetworkType) Descriptor() ([]byte, []int)deprecated
- func (x *Ospfv2InterfaceNetworkType) GetChoice() Ospfv2InterfaceNetworkType_Choice_Enum
- func (x *Ospfv2InterfaceNetworkType) GetPointToMultipoint() []*Ospfv2InterfaceNeighbor
- func (*Ospfv2InterfaceNetworkType) ProtoMessage()
- func (x *Ospfv2InterfaceNetworkType) ProtoReflect() protoreflect.Message
- func (x *Ospfv2InterfaceNetworkType) Reset()
- func (x *Ospfv2InterfaceNetworkType) String() string
- type Ospfv2InterfaceNetworkType_Choice
- func (*Ospfv2InterfaceNetworkType_Choice) Descriptor() ([]byte, []int)deprecated
- func (*Ospfv2InterfaceNetworkType_Choice) ProtoMessage()
- func (x *Ospfv2InterfaceNetworkType_Choice) ProtoReflect() protoreflect.Message
- func (x *Ospfv2InterfaceNetworkType_Choice) Reset()
- func (x *Ospfv2InterfaceNetworkType_Choice) String() string
- type Ospfv2InterfaceNetworkType_Choice_Enum
- func (Ospfv2InterfaceNetworkType_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x Ospfv2InterfaceNetworkType_Choice_Enum) Enum() *Ospfv2InterfaceNetworkType_Choice_Enum
- func (Ospfv2InterfaceNetworkType_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x Ospfv2InterfaceNetworkType_Choice_Enum) Number() protoreflect.EnumNumber
- func (x Ospfv2InterfaceNetworkType_Choice_Enum) String() string
- func (Ospfv2InterfaceNetworkType_Choice_Enum) Type() protoreflect.EnumType
- type Ospfv2InterfaceOptions
- func (*Ospfv2InterfaceOptions) Descriptor() ([]byte, []int)deprecated
- func (x *Ospfv2InterfaceOptions) GetDcBit() bool
- func (x *Ospfv2InterfaceOptions) GetEBit() bool
- func (x *Ospfv2InterfaceOptions) GetEaBit() bool
- func (x *Ospfv2InterfaceOptions) GetMcBit() bool
- func (x *Ospfv2InterfaceOptions) GetNpBit() bool
- func (x *Ospfv2InterfaceOptions) GetOBit() bool
- func (x *Ospfv2InterfaceOptions) GetTBit() bool
- func (x *Ospfv2InterfaceOptions) GetUnusedBit() bool
- func (*Ospfv2InterfaceOptions) ProtoMessage()
- func (x *Ospfv2InterfaceOptions) ProtoReflect() protoreflect.Message
- func (x *Ospfv2InterfaceOptions) Reset()
- func (x *Ospfv2InterfaceOptions) String() string
- type Ospfv2Link
- func (*Ospfv2Link) Descriptor() ([]byte, []int)deprecated
- func (x *Ospfv2Link) GetData() string
- func (x *Ospfv2Link) GetId() string
- func (x *Ospfv2Link) GetMetric() uint32
- func (x *Ospfv2Link) GetType() Ospfv2Link_Type_Enum
- func (*Ospfv2Link) ProtoMessage()
- func (x *Ospfv2Link) ProtoReflect() protoreflect.Message
- func (x *Ospfv2Link) Reset()
- func (x *Ospfv2Link) String() string
- type Ospfv2Link_Type
- type Ospfv2Link_Type_Enum
- func (Ospfv2Link_Type_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x Ospfv2Link_Type_Enum) Enum() *Ospfv2Link_Type_Enum
- func (Ospfv2Link_Type_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x Ospfv2Link_Type_Enum) Number() protoreflect.EnumNumber
- func (x Ospfv2Link_Type_Enum) String() string
- func (Ospfv2Link_Type_Enum) Type() protoreflect.EnumType
- type Ospfv2LsaHeader
- func (*Ospfv2LsaHeader) Descriptor() ([]byte, []int)deprecated
- func (x *Ospfv2LsaHeader) GetAdvertisingRouterId() string
- func (x *Ospfv2LsaHeader) GetAge() uint32
- func (x *Ospfv2LsaHeader) GetLsaId() string
- func (x *Ospfv2LsaHeader) GetOptionBits() uint32
- func (x *Ospfv2LsaHeader) GetSequenceNumber() uint32
- func (*Ospfv2LsaHeader) ProtoMessage()
- func (x *Ospfv2LsaHeader) ProtoReflect() protoreflect.Message
- func (x *Ospfv2LsaHeader) Reset()
- func (x *Ospfv2LsaHeader) String() string
- type Ospfv2LsaState
- func (*Ospfv2LsaState) Descriptor() ([]byte, []int)deprecated
- func (x *Ospfv2LsaState) GetExternalAsLsas() []*Ospfv2ExternalAsLsa
- func (x *Ospfv2LsaState) GetNetworkLsas() []*Ospfv2NetworkLsa
- func (x *Ospfv2LsaState) GetNetworkSummaryLsas() []*Ospfv2NetworkSummaryLsa
- func (x *Ospfv2LsaState) GetNssaLsas() []*Ospfv2NssaLsa
- func (x *Ospfv2LsaState) GetOpaqueLsas() []*Ospfv2OpaqueLsa
- func (x *Ospfv2LsaState) GetRouterLsas() []*Ospfv2RouterLsa
- func (x *Ospfv2LsaState) GetRouterName() string
- func (x *Ospfv2LsaState) GetSummaryAsLsas() []*Ospfv2SummaryAsLsa
- func (*Ospfv2LsaState) ProtoMessage()
- func (x *Ospfv2LsaState) ProtoReflect() protoreflect.Message
- func (x *Ospfv2LsaState) Reset()
- func (x *Ospfv2LsaState) String() string
- type Ospfv2LsasStateRequest
- func (*Ospfv2LsasStateRequest) Descriptor() ([]byte, []int)deprecated
- func (x *Ospfv2LsasStateRequest) GetRouterNames() []string
- func (*Ospfv2LsasStateRequest) ProtoMessage()
- func (x *Ospfv2LsasStateRequest) ProtoReflect() protoreflect.Message
- func (x *Ospfv2LsasStateRequest) Reset()
- func (x *Ospfv2LsasStateRequest) String() string
- type Ospfv2Metric
- func (*Ospfv2Metric) Descriptor() ([]byte, []int)deprecated
- func (x *Ospfv2Metric) GetDbdReceived() uint64
- func (x *Ospfv2Metric) GetDbdSent() uint64
- func (x *Ospfv2Metric) GetDownStateCount() uint64
- func (x *Ospfv2Metric) GetExternalLsaReceived() uint64
- func (x *Ospfv2Metric) GetExternalLsaSent() uint64
- func (x *Ospfv2Metric) GetFullStateCount() uint64
- func (x *Ospfv2Metric) GetHellosReceived() uint64
- func (x *Ospfv2Metric) GetHellosSent() uint64
- func (x *Ospfv2Metric) GetLsAckReceived() uint64
- func (x *Ospfv2Metric) GetLsAckSent() uint64
- func (x *Ospfv2Metric) GetLsRequestReceived() uint64
- func (x *Ospfv2Metric) GetLsRequestSent() uint64
- func (x *Ospfv2Metric) GetLsUpdateReceived() uint64
- func (x *Ospfv2Metric) GetLsUpdateSent() uint64
- func (x *Ospfv2Metric) GetLsaAckReceived() uint64
- func (x *Ospfv2Metric) GetLsaAckSent() uint64
- func (x *Ospfv2Metric) GetLsaReceived() uint64
- func (x *Ospfv2Metric) GetLsaSent() uint64
- func (x *Ospfv2Metric) GetName() string
- func (x *Ospfv2Metric) GetNetworkLsaReceived() uint64
- func (x *Ospfv2Metric) GetNetworkLsaSent() uint64
- func (x *Ospfv2Metric) GetNssaLsaReceived() uint64
- func (x *Ospfv2Metric) GetNssaLsaSent() uint64
- func (x *Ospfv2Metric) GetOpaqueAreaReceived() uint64
- func (x *Ospfv2Metric) GetOpaqueAreaSent() uint64
- func (x *Ospfv2Metric) GetOpaqueDomainReceived() uint64
- func (x *Ospfv2Metric) GetOpaqueDomainSent() uint64
- func (x *Ospfv2Metric) GetOpaqueLocalReceived() uint64
- func (x *Ospfv2Metric) GetOpaqueLocalSent() uint64
- func (x *Ospfv2Metric) GetRouterLsaReceived() uint64
- func (x *Ospfv2Metric) GetRouterLsaSent() uint64
- func (x *Ospfv2Metric) GetSessionsFlap() uint64
- func (x *Ospfv2Metric) GetSummaryLsaReceived() uint64
- func (x *Ospfv2Metric) GetSummaryLsaSent() uint64
- func (*Ospfv2Metric) ProtoMessage()
- func (x *Ospfv2Metric) ProtoReflect() protoreflect.Message
- func (x *Ospfv2Metric) Reset()
- func (x *Ospfv2Metric) String() string
- type Ospfv2MetricsRequest
- func (*Ospfv2MetricsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *Ospfv2MetricsRequest) GetColumnNames() []Ospfv2MetricsRequest_ColumnNames_Enum
- func (x *Ospfv2MetricsRequest) GetRouterNames() []string
- func (*Ospfv2MetricsRequest) ProtoMessage()
- func (x *Ospfv2MetricsRequest) ProtoReflect() protoreflect.Message
- func (x *Ospfv2MetricsRequest) Reset()
- func (x *Ospfv2MetricsRequest) String() string
- type Ospfv2MetricsRequest_ColumnNames
- func (*Ospfv2MetricsRequest_ColumnNames) Descriptor() ([]byte, []int)deprecated
- func (*Ospfv2MetricsRequest_ColumnNames) ProtoMessage()
- func (x *Ospfv2MetricsRequest_ColumnNames) ProtoReflect() protoreflect.Message
- func (x *Ospfv2MetricsRequest_ColumnNames) Reset()
- func (x *Ospfv2MetricsRequest_ColumnNames) String() string
- type Ospfv2MetricsRequest_ColumnNames_Enum
- func (Ospfv2MetricsRequest_ColumnNames_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x Ospfv2MetricsRequest_ColumnNames_Enum) Enum() *Ospfv2MetricsRequest_ColumnNames_Enum
- func (Ospfv2MetricsRequest_ColumnNames_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x Ospfv2MetricsRequest_ColumnNames_Enum) Number() protoreflect.EnumNumber
- func (x Ospfv2MetricsRequest_ColumnNames_Enum) String() string
- func (Ospfv2MetricsRequest_ColumnNames_Enum) Type() protoreflect.EnumType
- type Ospfv2NetworkLsa
- func (*Ospfv2NetworkLsa) Descriptor() ([]byte, []int)deprecated
- func (x *Ospfv2NetworkLsa) GetHeader() *Ospfv2LsaHeader
- func (x *Ospfv2NetworkLsa) GetNeighborRouterIds() []string
- func (x *Ospfv2NetworkLsa) GetNetworkMask() string
- func (*Ospfv2NetworkLsa) ProtoMessage()
- func (x *Ospfv2NetworkLsa) ProtoReflect() protoreflect.Message
- func (x *Ospfv2NetworkLsa) Reset()
- func (x *Ospfv2NetworkLsa) String() string
- type Ospfv2NetworkSummaryLsa
- func (*Ospfv2NetworkSummaryLsa) Descriptor() ([]byte, []int)deprecated
- func (x *Ospfv2NetworkSummaryLsa) GetHeader() *Ospfv2LsaHeader
- func (x *Ospfv2NetworkSummaryLsa) GetMetric() uint32
- func (x *Ospfv2NetworkSummaryLsa) GetNetworkMask() string
- func (*Ospfv2NetworkSummaryLsa) ProtoMessage()
- func (x *Ospfv2NetworkSummaryLsa) ProtoReflect() protoreflect.Message
- func (x *Ospfv2NetworkSummaryLsa) Reset()
- func (x *Ospfv2NetworkSummaryLsa) String() string
- type Ospfv2NssaLsa
- func (*Ospfv2NssaLsa) Descriptor() ([]byte, []int)deprecated
- func (x *Ospfv2NssaLsa) GetForwardingAddress() string
- func (x *Ospfv2NssaLsa) GetHeader() *Ospfv2LsaHeader
- func (x *Ospfv2NssaLsa) GetMetric() uint32
- func (x *Ospfv2NssaLsa) GetMetricType() uint32
- func (x *Ospfv2NssaLsa) GetNetworkMask() string
- func (*Ospfv2NssaLsa) ProtoMessage()
- func (x *Ospfv2NssaLsa) ProtoReflect() protoreflect.Message
- func (x *Ospfv2NssaLsa) Reset()
- func (x *Ospfv2NssaLsa) String() string
- type Ospfv2OpaqueLsa
- func (*Ospfv2OpaqueLsa) Descriptor() ([]byte, []int)deprecated
- func (x *Ospfv2OpaqueLsa) GetHeader() *Ospfv2LsaHeader
- func (x *Ospfv2OpaqueLsa) GetType() Ospfv2OpaqueLsa_Type_Enum
- func (*Ospfv2OpaqueLsa) ProtoMessage()
- func (x *Ospfv2OpaqueLsa) ProtoReflect() protoreflect.Message
- func (x *Ospfv2OpaqueLsa) Reset()
- func (x *Ospfv2OpaqueLsa) String() string
- type Ospfv2OpaqueLsa_Type
- type Ospfv2OpaqueLsa_Type_Enum
- func (Ospfv2OpaqueLsa_Type_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x Ospfv2OpaqueLsa_Type_Enum) Enum() *Ospfv2OpaqueLsa_Type_Enum
- func (Ospfv2OpaqueLsa_Type_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x Ospfv2OpaqueLsa_Type_Enum) Number() protoreflect.EnumNumber
- func (x Ospfv2OpaqueLsa_Type_Enum) String() string
- func (Ospfv2OpaqueLsa_Type_Enum) Type() protoreflect.EnumType
- type Ospfv2Options
- func (*Ospfv2Options) Descriptor() ([]byte, []int)deprecated
- func (x *Ospfv2Options) GetDcBit() bool
- func (x *Ospfv2Options) GetEBit() bool
- func (x *Ospfv2Options) GetEaBit() bool
- func (x *Ospfv2Options) GetLsaBBit() bool
- func (x *Ospfv2Options) GetLsaEBit() bool
- func (x *Ospfv2Options) GetMcBit() bool
- func (x *Ospfv2Options) GetNpBit() bool
- func (x *Ospfv2Options) GetOBit() bool
- func (x *Ospfv2Options) GetTBit() bool
- func (x *Ospfv2Options) GetUnusedBit() bool
- func (*Ospfv2Options) ProtoMessage()
- func (x *Ospfv2Options) ProtoReflect() protoreflect.Message
- func (x *Ospfv2Options) Reset()
- func (x *Ospfv2Options) String() string
- type Ospfv2RouterId
- func (*Ospfv2RouterId) Descriptor() ([]byte, []int)deprecated
- func (x *Ospfv2RouterId) GetChoice() Ospfv2RouterId_Choice_Enum
- func (x *Ospfv2RouterId) GetCustom() string
- func (*Ospfv2RouterId) ProtoMessage()
- func (x *Ospfv2RouterId) ProtoReflect() protoreflect.Message
- func (x *Ospfv2RouterId) Reset()
- func (x *Ospfv2RouterId) String() string
- type Ospfv2RouterId_Choice
- type Ospfv2RouterId_Choice_Enum
- func (Ospfv2RouterId_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x Ospfv2RouterId_Choice_Enum) Enum() *Ospfv2RouterId_Choice_Enum
- func (Ospfv2RouterId_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x Ospfv2RouterId_Choice_Enum) Number() protoreflect.EnumNumber
- func (x Ospfv2RouterId_Choice_Enum) String() string
- func (Ospfv2RouterId_Choice_Enum) Type() protoreflect.EnumType
- type Ospfv2RouterLsa
- func (*Ospfv2RouterLsa) Descriptor() ([]byte, []int)deprecated
- func (x *Ospfv2RouterLsa) GetHeader() *Ospfv2LsaHeader
- func (x *Ospfv2RouterLsa) GetLinks() []*Ospfv2Link
- func (*Ospfv2RouterLsa) ProtoMessage()
- func (x *Ospfv2RouterLsa) ProtoReflect() protoreflect.Message
- func (x *Ospfv2RouterLsa) Reset()
- func (x *Ospfv2RouterLsa) String() string
- type Ospfv2SummaryAsLsa
- func (*Ospfv2SummaryAsLsa) Descriptor() ([]byte, []int)deprecated
- func (x *Ospfv2SummaryAsLsa) GetHeader() *Ospfv2LsaHeader
- func (x *Ospfv2SummaryAsLsa) GetMetric() uint32
- func (x *Ospfv2SummaryAsLsa) GetNetworkMask() string
- func (*Ospfv2SummaryAsLsa) ProtoMessage()
- func (x *Ospfv2SummaryAsLsa) ProtoReflect() protoreflect.Message
- func (x *Ospfv2SummaryAsLsa) Reset()
- func (x *Ospfv2SummaryAsLsa) String() string
- type Ospfv2V4RRExtdPrefixFlags
- func (*Ospfv2V4RRExtdPrefixFlags) Descriptor() ([]byte, []int)deprecated
- func (x *Ospfv2V4RRExtdPrefixFlags) GetAFlag() bool
- func (x *Ospfv2V4RRExtdPrefixFlags) GetNFlag() bool
- func (*Ospfv2V4RRExtdPrefixFlags) ProtoMessage()
- func (x *Ospfv2V4RRExtdPrefixFlags) ProtoReflect() protoreflect.Message
- func (x *Ospfv2V4RRExtdPrefixFlags) Reset()
- func (x *Ospfv2V4RRExtdPrefixFlags) String() string
- type Ospfv2V4RRExternalType1
- func (*Ospfv2V4RRExternalType1) Descriptor() ([]byte, []int)deprecated
- func (x *Ospfv2V4RRExternalType1) GetFlags() *Ospfv2V4RRExtdPrefixFlags
- func (*Ospfv2V4RRExternalType1) ProtoMessage()
- func (x *Ospfv2V4RRExternalType1) ProtoReflect() protoreflect.Message
- func (x *Ospfv2V4RRExternalType1) Reset()
- func (x *Ospfv2V4RRExternalType1) String() string
- type Ospfv2V4RRExternalType2
- func (*Ospfv2V4RRExternalType2) Descriptor() ([]byte, []int)deprecated
- func (x *Ospfv2V4RRExternalType2) GetFlags() *Ospfv2V4RRExtdPrefixFlags
- func (*Ospfv2V4RRExternalType2) ProtoMessage()
- func (x *Ospfv2V4RRExternalType2) ProtoReflect() protoreflect.Message
- func (x *Ospfv2V4RRExternalType2) Reset()
- func (x *Ospfv2V4RRExternalType2) String() string
- type Ospfv2V4RRInterArea
- func (*Ospfv2V4RRInterArea) Descriptor() ([]byte, []int)deprecated
- func (x *Ospfv2V4RRInterArea) GetFlags() *Ospfv2V4RRExtdPrefixFlags
- func (*Ospfv2V4RRInterArea) ProtoMessage()
- func (x *Ospfv2V4RRInterArea) ProtoReflect() protoreflect.Message
- func (x *Ospfv2V4RRInterArea) Reset()
- func (x *Ospfv2V4RRInterArea) String() string
- type Ospfv2V4RRIntraArea
- func (*Ospfv2V4RRIntraArea) Descriptor() ([]byte, []int)deprecated
- func (x *Ospfv2V4RRIntraArea) GetFlags() *Ospfv2V4RRExtdPrefixFlags
- func (*Ospfv2V4RRIntraArea) ProtoMessage()
- func (x *Ospfv2V4RRIntraArea) ProtoReflect() protoreflect.Message
- func (x *Ospfv2V4RRIntraArea) Reset()
- func (x *Ospfv2V4RRIntraArea) String() string
- type Ospfv2V4RRNssaExternal
- func (*Ospfv2V4RRNssaExternal) Descriptor() ([]byte, []int)deprecated
- func (x *Ospfv2V4RRNssaExternal) GetFlags() *Ospfv2V4RRExtdPrefixFlags
- func (x *Ospfv2V4RRNssaExternal) GetPropagation() bool
- func (*Ospfv2V4RRNssaExternal) ProtoMessage()
- func (x *Ospfv2V4RRNssaExternal) ProtoReflect() protoreflect.Message
- func (x *Ospfv2V4RRNssaExternal) Reset()
- func (x *Ospfv2V4RRNssaExternal) String() string
- type Ospfv2V4RRRouteOrigin
- func (*Ospfv2V4RRRouteOrigin) Descriptor() ([]byte, []int)deprecated
- func (x *Ospfv2V4RRRouteOrigin) GetChoice() Ospfv2V4RRRouteOrigin_Choice_Enum
- func (x *Ospfv2V4RRRouteOrigin) GetExternalType_1() *Ospfv2V4RRExternalType1
- func (x *Ospfv2V4RRRouteOrigin) GetExternalType_2() *Ospfv2V4RRExternalType2
- func (x *Ospfv2V4RRRouteOrigin) GetInterArea() *Ospfv2V4RRInterArea
- func (x *Ospfv2V4RRRouteOrigin) GetIntraArea() *Ospfv2V4RRIntraArea
- func (x *Ospfv2V4RRRouteOrigin) GetNssaExternal() *Ospfv2V4RRNssaExternal
- func (*Ospfv2V4RRRouteOrigin) ProtoMessage()
- func (x *Ospfv2V4RRRouteOrigin) ProtoReflect() protoreflect.Message
- func (x *Ospfv2V4RRRouteOrigin) Reset()
- func (x *Ospfv2V4RRRouteOrigin) String() string
- type Ospfv2V4RRRouteOrigin_Choice
- func (*Ospfv2V4RRRouteOrigin_Choice) Descriptor() ([]byte, []int)deprecated
- func (*Ospfv2V4RRRouteOrigin_Choice) ProtoMessage()
- func (x *Ospfv2V4RRRouteOrigin_Choice) ProtoReflect() protoreflect.Message
- func (x *Ospfv2V4RRRouteOrigin_Choice) Reset()
- func (x *Ospfv2V4RRRouteOrigin_Choice) String() string
- type Ospfv2V4RRRouteOrigin_Choice_Enum
- func (Ospfv2V4RRRouteOrigin_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x Ospfv2V4RRRouteOrigin_Choice_Enum) Enum() *Ospfv2V4RRRouteOrigin_Choice_Enum
- func (Ospfv2V4RRRouteOrigin_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x Ospfv2V4RRRouteOrigin_Choice_Enum) Number() protoreflect.EnumNumber
- func (x Ospfv2V4RRRouteOrigin_Choice_Enum) String() string
- func (Ospfv2V4RRRouteOrigin_Choice_Enum) Type() protoreflect.EnumType
- type Ospfv2V4RouteRange
- func (*Ospfv2V4RouteRange) Descriptor() ([]byte, []int)deprecated
- func (x *Ospfv2V4RouteRange) GetAddresses() []*V4RouteAddress
- func (x *Ospfv2V4RouteRange) GetMetric() uint32
- func (x *Ospfv2V4RouteRange) GetName() string
- func (x *Ospfv2V4RouteRange) GetRouteOrigin() *Ospfv2V4RRRouteOrigin
- func (*Ospfv2V4RouteRange) ProtoMessage()
- func (x *Ospfv2V4RouteRange) ProtoReflect() protoreflect.Message
- func (x *Ospfv2V4RouteRange) Reset()
- func (x *Ospfv2V4RouteRange) String() string
- type PatternFlowArpHardwareLength
- func (*PatternFlowArpHardwareLength) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowArpHardwareLength) GetChoice() PatternFlowArpHardwareLength_Choice_Enum
- func (x *PatternFlowArpHardwareLength) GetDecrement() *PatternFlowArpHardwareLengthCounter
- func (x *PatternFlowArpHardwareLength) GetIncrement() *PatternFlowArpHardwareLengthCounter
- func (x *PatternFlowArpHardwareLength) GetMetricTags() []*PatternFlowArpHardwareLengthMetricTag
- func (x *PatternFlowArpHardwareLength) GetValue() uint32
- func (x *PatternFlowArpHardwareLength) GetValues() []uint32
- func (*PatternFlowArpHardwareLength) ProtoMessage()
- func (x *PatternFlowArpHardwareLength) ProtoReflect() protoreflect.Message
- func (x *PatternFlowArpHardwareLength) Reset()
- func (x *PatternFlowArpHardwareLength) String() string
- type PatternFlowArpHardwareLengthCounter
- func (*PatternFlowArpHardwareLengthCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowArpHardwareLengthCounter) GetCount() uint32
- func (x *PatternFlowArpHardwareLengthCounter) GetStart() uint32
- func (x *PatternFlowArpHardwareLengthCounter) GetStep() uint32
- func (*PatternFlowArpHardwareLengthCounter) ProtoMessage()
- func (x *PatternFlowArpHardwareLengthCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowArpHardwareLengthCounter) Reset()
- func (x *PatternFlowArpHardwareLengthCounter) String() string
- type PatternFlowArpHardwareLengthMetricTag
- func (*PatternFlowArpHardwareLengthMetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowArpHardwareLengthMetricTag) GetLength() uint32
- func (x *PatternFlowArpHardwareLengthMetricTag) GetName() string
- func (x *PatternFlowArpHardwareLengthMetricTag) GetOffset() uint32
- func (*PatternFlowArpHardwareLengthMetricTag) ProtoMessage()
- func (x *PatternFlowArpHardwareLengthMetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowArpHardwareLengthMetricTag) Reset()
- func (x *PatternFlowArpHardwareLengthMetricTag) String() string
- type PatternFlowArpHardwareLength_Choice
- func (*PatternFlowArpHardwareLength_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowArpHardwareLength_Choice) ProtoMessage()
- func (x *PatternFlowArpHardwareLength_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowArpHardwareLength_Choice) Reset()
- func (x *PatternFlowArpHardwareLength_Choice) String() string
- type PatternFlowArpHardwareLength_Choice_Enum
- func (PatternFlowArpHardwareLength_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowArpHardwareLength_Choice_Enum) Enum() *PatternFlowArpHardwareLength_Choice_Enum
- func (PatternFlowArpHardwareLength_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowArpHardwareLength_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowArpHardwareLength_Choice_Enum) String() string
- func (PatternFlowArpHardwareLength_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowArpHardwareType
- func (*PatternFlowArpHardwareType) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowArpHardwareType) GetChoice() PatternFlowArpHardwareType_Choice_Enum
- func (x *PatternFlowArpHardwareType) GetDecrement() *PatternFlowArpHardwareTypeCounter
- func (x *PatternFlowArpHardwareType) GetIncrement() *PatternFlowArpHardwareTypeCounter
- func (x *PatternFlowArpHardwareType) GetMetricTags() []*PatternFlowArpHardwareTypeMetricTag
- func (x *PatternFlowArpHardwareType) GetValue() uint32
- func (x *PatternFlowArpHardwareType) GetValues() []uint32
- func (*PatternFlowArpHardwareType) ProtoMessage()
- func (x *PatternFlowArpHardwareType) ProtoReflect() protoreflect.Message
- func (x *PatternFlowArpHardwareType) Reset()
- func (x *PatternFlowArpHardwareType) String() string
- type PatternFlowArpHardwareTypeCounter
- func (*PatternFlowArpHardwareTypeCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowArpHardwareTypeCounter) GetCount() uint32
- func (x *PatternFlowArpHardwareTypeCounter) GetStart() uint32
- func (x *PatternFlowArpHardwareTypeCounter) GetStep() uint32
- func (*PatternFlowArpHardwareTypeCounter) ProtoMessage()
- func (x *PatternFlowArpHardwareTypeCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowArpHardwareTypeCounter) Reset()
- func (x *PatternFlowArpHardwareTypeCounter) String() string
- type PatternFlowArpHardwareTypeMetricTag
- func (*PatternFlowArpHardwareTypeMetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowArpHardwareTypeMetricTag) GetLength() uint32
- func (x *PatternFlowArpHardwareTypeMetricTag) GetName() string
- func (x *PatternFlowArpHardwareTypeMetricTag) GetOffset() uint32
- func (*PatternFlowArpHardwareTypeMetricTag) ProtoMessage()
- func (x *PatternFlowArpHardwareTypeMetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowArpHardwareTypeMetricTag) Reset()
- func (x *PatternFlowArpHardwareTypeMetricTag) String() string
- type PatternFlowArpHardwareType_Choice
- func (*PatternFlowArpHardwareType_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowArpHardwareType_Choice) ProtoMessage()
- func (x *PatternFlowArpHardwareType_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowArpHardwareType_Choice) Reset()
- func (x *PatternFlowArpHardwareType_Choice) String() string
- type PatternFlowArpHardwareType_Choice_Enum
- func (PatternFlowArpHardwareType_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowArpHardwareType_Choice_Enum) Enum() *PatternFlowArpHardwareType_Choice_Enum
- func (PatternFlowArpHardwareType_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowArpHardwareType_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowArpHardwareType_Choice_Enum) String() string
- func (PatternFlowArpHardwareType_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowArpOperation
- func (*PatternFlowArpOperation) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowArpOperation) GetChoice() PatternFlowArpOperation_Choice_Enum
- func (x *PatternFlowArpOperation) GetDecrement() *PatternFlowArpOperationCounter
- func (x *PatternFlowArpOperation) GetIncrement() *PatternFlowArpOperationCounter
- func (x *PatternFlowArpOperation) GetMetricTags() []*PatternFlowArpOperationMetricTag
- func (x *PatternFlowArpOperation) GetValue() uint32
- func (x *PatternFlowArpOperation) GetValues() []uint32
- func (*PatternFlowArpOperation) ProtoMessage()
- func (x *PatternFlowArpOperation) ProtoReflect() protoreflect.Message
- func (x *PatternFlowArpOperation) Reset()
- func (x *PatternFlowArpOperation) String() string
- type PatternFlowArpOperationCounter
- func (*PatternFlowArpOperationCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowArpOperationCounter) GetCount() uint32
- func (x *PatternFlowArpOperationCounter) GetStart() uint32
- func (x *PatternFlowArpOperationCounter) GetStep() uint32
- func (*PatternFlowArpOperationCounter) ProtoMessage()
- func (x *PatternFlowArpOperationCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowArpOperationCounter) Reset()
- func (x *PatternFlowArpOperationCounter) String() string
- type PatternFlowArpOperationMetricTag
- func (*PatternFlowArpOperationMetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowArpOperationMetricTag) GetLength() uint32
- func (x *PatternFlowArpOperationMetricTag) GetName() string
- func (x *PatternFlowArpOperationMetricTag) GetOffset() uint32
- func (*PatternFlowArpOperationMetricTag) ProtoMessage()
- func (x *PatternFlowArpOperationMetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowArpOperationMetricTag) Reset()
- func (x *PatternFlowArpOperationMetricTag) String() string
- type PatternFlowArpOperation_Choice
- func (*PatternFlowArpOperation_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowArpOperation_Choice) ProtoMessage()
- func (x *PatternFlowArpOperation_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowArpOperation_Choice) Reset()
- func (x *PatternFlowArpOperation_Choice) String() string
- type PatternFlowArpOperation_Choice_Enum
- func (PatternFlowArpOperation_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowArpOperation_Choice_Enum) Enum() *PatternFlowArpOperation_Choice_Enum
- func (PatternFlowArpOperation_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowArpOperation_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowArpOperation_Choice_Enum) String() string
- func (PatternFlowArpOperation_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowArpProtocolLength
- func (*PatternFlowArpProtocolLength) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowArpProtocolLength) GetChoice() PatternFlowArpProtocolLength_Choice_Enum
- func (x *PatternFlowArpProtocolLength) GetDecrement() *PatternFlowArpProtocolLengthCounter
- func (x *PatternFlowArpProtocolLength) GetIncrement() *PatternFlowArpProtocolLengthCounter
- func (x *PatternFlowArpProtocolLength) GetMetricTags() []*PatternFlowArpProtocolLengthMetricTag
- func (x *PatternFlowArpProtocolLength) GetValue() uint32
- func (x *PatternFlowArpProtocolLength) GetValues() []uint32
- func (*PatternFlowArpProtocolLength) ProtoMessage()
- func (x *PatternFlowArpProtocolLength) ProtoReflect() protoreflect.Message
- func (x *PatternFlowArpProtocolLength) Reset()
- func (x *PatternFlowArpProtocolLength) String() string
- type PatternFlowArpProtocolLengthCounter
- func (*PatternFlowArpProtocolLengthCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowArpProtocolLengthCounter) GetCount() uint32
- func (x *PatternFlowArpProtocolLengthCounter) GetStart() uint32
- func (x *PatternFlowArpProtocolLengthCounter) GetStep() uint32
- func (*PatternFlowArpProtocolLengthCounter) ProtoMessage()
- func (x *PatternFlowArpProtocolLengthCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowArpProtocolLengthCounter) Reset()
- func (x *PatternFlowArpProtocolLengthCounter) String() string
- type PatternFlowArpProtocolLengthMetricTag
- func (*PatternFlowArpProtocolLengthMetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowArpProtocolLengthMetricTag) GetLength() uint32
- func (x *PatternFlowArpProtocolLengthMetricTag) GetName() string
- func (x *PatternFlowArpProtocolLengthMetricTag) GetOffset() uint32
- func (*PatternFlowArpProtocolLengthMetricTag) ProtoMessage()
- func (x *PatternFlowArpProtocolLengthMetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowArpProtocolLengthMetricTag) Reset()
- func (x *PatternFlowArpProtocolLengthMetricTag) String() string
- type PatternFlowArpProtocolLength_Choice
- func (*PatternFlowArpProtocolLength_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowArpProtocolLength_Choice) ProtoMessage()
- func (x *PatternFlowArpProtocolLength_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowArpProtocolLength_Choice) Reset()
- func (x *PatternFlowArpProtocolLength_Choice) String() string
- type PatternFlowArpProtocolLength_Choice_Enum
- func (PatternFlowArpProtocolLength_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowArpProtocolLength_Choice_Enum) Enum() *PatternFlowArpProtocolLength_Choice_Enum
- func (PatternFlowArpProtocolLength_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowArpProtocolLength_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowArpProtocolLength_Choice_Enum) String() string
- func (PatternFlowArpProtocolLength_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowArpProtocolType
- func (*PatternFlowArpProtocolType) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowArpProtocolType) GetChoice() PatternFlowArpProtocolType_Choice_Enum
- func (x *PatternFlowArpProtocolType) GetDecrement() *PatternFlowArpProtocolTypeCounter
- func (x *PatternFlowArpProtocolType) GetIncrement() *PatternFlowArpProtocolTypeCounter
- func (x *PatternFlowArpProtocolType) GetMetricTags() []*PatternFlowArpProtocolTypeMetricTag
- func (x *PatternFlowArpProtocolType) GetValue() uint32
- func (x *PatternFlowArpProtocolType) GetValues() []uint32
- func (*PatternFlowArpProtocolType) ProtoMessage()
- func (x *PatternFlowArpProtocolType) ProtoReflect() protoreflect.Message
- func (x *PatternFlowArpProtocolType) Reset()
- func (x *PatternFlowArpProtocolType) String() string
- type PatternFlowArpProtocolTypeCounter
- func (*PatternFlowArpProtocolTypeCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowArpProtocolTypeCounter) GetCount() uint32
- func (x *PatternFlowArpProtocolTypeCounter) GetStart() uint32
- func (x *PatternFlowArpProtocolTypeCounter) GetStep() uint32
- func (*PatternFlowArpProtocolTypeCounter) ProtoMessage()
- func (x *PatternFlowArpProtocolTypeCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowArpProtocolTypeCounter) Reset()
- func (x *PatternFlowArpProtocolTypeCounter) String() string
- type PatternFlowArpProtocolTypeMetricTag
- func (*PatternFlowArpProtocolTypeMetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowArpProtocolTypeMetricTag) GetLength() uint32
- func (x *PatternFlowArpProtocolTypeMetricTag) GetName() string
- func (x *PatternFlowArpProtocolTypeMetricTag) GetOffset() uint32
- func (*PatternFlowArpProtocolTypeMetricTag) ProtoMessage()
- func (x *PatternFlowArpProtocolTypeMetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowArpProtocolTypeMetricTag) Reset()
- func (x *PatternFlowArpProtocolTypeMetricTag) String() string
- type PatternFlowArpProtocolType_Choice
- func (*PatternFlowArpProtocolType_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowArpProtocolType_Choice) ProtoMessage()
- func (x *PatternFlowArpProtocolType_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowArpProtocolType_Choice) Reset()
- func (x *PatternFlowArpProtocolType_Choice) String() string
- type PatternFlowArpProtocolType_Choice_Enum
- func (PatternFlowArpProtocolType_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowArpProtocolType_Choice_Enum) Enum() *PatternFlowArpProtocolType_Choice_Enum
- func (PatternFlowArpProtocolType_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowArpProtocolType_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowArpProtocolType_Choice_Enum) String() string
- func (PatternFlowArpProtocolType_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowArpSenderHardwareAddr
- func (*PatternFlowArpSenderHardwareAddr) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowArpSenderHardwareAddr) GetChoice() PatternFlowArpSenderHardwareAddr_Choice_Enum
- func (x *PatternFlowArpSenderHardwareAddr) GetDecrement() *PatternFlowArpSenderHardwareAddrCounter
- func (x *PatternFlowArpSenderHardwareAddr) GetIncrement() *PatternFlowArpSenderHardwareAddrCounter
- func (x *PatternFlowArpSenderHardwareAddr) GetMetricTags() []*PatternFlowArpSenderHardwareAddrMetricTag
- func (x *PatternFlowArpSenderHardwareAddr) GetValue() string
- func (x *PatternFlowArpSenderHardwareAddr) GetValues() []string
- func (*PatternFlowArpSenderHardwareAddr) ProtoMessage()
- func (x *PatternFlowArpSenderHardwareAddr) ProtoReflect() protoreflect.Message
- func (x *PatternFlowArpSenderHardwareAddr) Reset()
- func (x *PatternFlowArpSenderHardwareAddr) String() string
- type PatternFlowArpSenderHardwareAddrCounter
- func (*PatternFlowArpSenderHardwareAddrCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowArpSenderHardwareAddrCounter) GetCount() uint32
- func (x *PatternFlowArpSenderHardwareAddrCounter) GetStart() string
- func (x *PatternFlowArpSenderHardwareAddrCounter) GetStep() string
- func (*PatternFlowArpSenderHardwareAddrCounter) ProtoMessage()
- func (x *PatternFlowArpSenderHardwareAddrCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowArpSenderHardwareAddrCounter) Reset()
- func (x *PatternFlowArpSenderHardwareAddrCounter) String() string
- type PatternFlowArpSenderHardwareAddrMetricTag
- func (*PatternFlowArpSenderHardwareAddrMetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowArpSenderHardwareAddrMetricTag) GetLength() uint32
- func (x *PatternFlowArpSenderHardwareAddrMetricTag) GetName() string
- func (x *PatternFlowArpSenderHardwareAddrMetricTag) GetOffset() uint32
- func (*PatternFlowArpSenderHardwareAddrMetricTag) ProtoMessage()
- func (x *PatternFlowArpSenderHardwareAddrMetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowArpSenderHardwareAddrMetricTag) Reset()
- func (x *PatternFlowArpSenderHardwareAddrMetricTag) String() string
- type PatternFlowArpSenderHardwareAddr_Choice
- func (*PatternFlowArpSenderHardwareAddr_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowArpSenderHardwareAddr_Choice) ProtoMessage()
- func (x *PatternFlowArpSenderHardwareAddr_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowArpSenderHardwareAddr_Choice) Reset()
- func (x *PatternFlowArpSenderHardwareAddr_Choice) String() string
- type PatternFlowArpSenderHardwareAddr_Choice_Enum
- func (PatternFlowArpSenderHardwareAddr_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowArpSenderHardwareAddr_Choice_Enum) Enum() *PatternFlowArpSenderHardwareAddr_Choice_Enum
- func (PatternFlowArpSenderHardwareAddr_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowArpSenderHardwareAddr_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowArpSenderHardwareAddr_Choice_Enum) String() string
- func (PatternFlowArpSenderHardwareAddr_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowArpSenderProtocolAddr
- func (*PatternFlowArpSenderProtocolAddr) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowArpSenderProtocolAddr) GetChoice() PatternFlowArpSenderProtocolAddr_Choice_Enum
- func (x *PatternFlowArpSenderProtocolAddr) GetDecrement() *PatternFlowArpSenderProtocolAddrCounter
- func (x *PatternFlowArpSenderProtocolAddr) GetIncrement() *PatternFlowArpSenderProtocolAddrCounter
- func (x *PatternFlowArpSenderProtocolAddr) GetMetricTags() []*PatternFlowArpSenderProtocolAddrMetricTag
- func (x *PatternFlowArpSenderProtocolAddr) GetValue() string
- func (x *PatternFlowArpSenderProtocolAddr) GetValues() []string
- func (*PatternFlowArpSenderProtocolAddr) ProtoMessage()
- func (x *PatternFlowArpSenderProtocolAddr) ProtoReflect() protoreflect.Message
- func (x *PatternFlowArpSenderProtocolAddr) Reset()
- func (x *PatternFlowArpSenderProtocolAddr) String() string
- type PatternFlowArpSenderProtocolAddrCounter
- func (*PatternFlowArpSenderProtocolAddrCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowArpSenderProtocolAddrCounter) GetCount() uint32
- func (x *PatternFlowArpSenderProtocolAddrCounter) GetStart() string
- func (x *PatternFlowArpSenderProtocolAddrCounter) GetStep() string
- func (*PatternFlowArpSenderProtocolAddrCounter) ProtoMessage()
- func (x *PatternFlowArpSenderProtocolAddrCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowArpSenderProtocolAddrCounter) Reset()
- func (x *PatternFlowArpSenderProtocolAddrCounter) String() string
- type PatternFlowArpSenderProtocolAddrMetricTag
- func (*PatternFlowArpSenderProtocolAddrMetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowArpSenderProtocolAddrMetricTag) GetLength() uint32
- func (x *PatternFlowArpSenderProtocolAddrMetricTag) GetName() string
- func (x *PatternFlowArpSenderProtocolAddrMetricTag) GetOffset() uint32
- func (*PatternFlowArpSenderProtocolAddrMetricTag) ProtoMessage()
- func (x *PatternFlowArpSenderProtocolAddrMetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowArpSenderProtocolAddrMetricTag) Reset()
- func (x *PatternFlowArpSenderProtocolAddrMetricTag) String() string
- type PatternFlowArpSenderProtocolAddr_Choice
- func (*PatternFlowArpSenderProtocolAddr_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowArpSenderProtocolAddr_Choice) ProtoMessage()
- func (x *PatternFlowArpSenderProtocolAddr_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowArpSenderProtocolAddr_Choice) Reset()
- func (x *PatternFlowArpSenderProtocolAddr_Choice) String() string
- type PatternFlowArpSenderProtocolAddr_Choice_Enum
- func (PatternFlowArpSenderProtocolAddr_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowArpSenderProtocolAddr_Choice_Enum) Enum() *PatternFlowArpSenderProtocolAddr_Choice_Enum
- func (PatternFlowArpSenderProtocolAddr_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowArpSenderProtocolAddr_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowArpSenderProtocolAddr_Choice_Enum) String() string
- func (PatternFlowArpSenderProtocolAddr_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowArpTargetHardwareAddr
- func (*PatternFlowArpTargetHardwareAddr) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowArpTargetHardwareAddr) GetChoice() PatternFlowArpTargetHardwareAddr_Choice_Enum
- func (x *PatternFlowArpTargetHardwareAddr) GetDecrement() *PatternFlowArpTargetHardwareAddrCounter
- func (x *PatternFlowArpTargetHardwareAddr) GetIncrement() *PatternFlowArpTargetHardwareAddrCounter
- func (x *PatternFlowArpTargetHardwareAddr) GetMetricTags() []*PatternFlowArpTargetHardwareAddrMetricTag
- func (x *PatternFlowArpTargetHardwareAddr) GetValue() string
- func (x *PatternFlowArpTargetHardwareAddr) GetValues() []string
- func (*PatternFlowArpTargetHardwareAddr) ProtoMessage()
- func (x *PatternFlowArpTargetHardwareAddr) ProtoReflect() protoreflect.Message
- func (x *PatternFlowArpTargetHardwareAddr) Reset()
- func (x *PatternFlowArpTargetHardwareAddr) String() string
- type PatternFlowArpTargetHardwareAddrCounter
- func (*PatternFlowArpTargetHardwareAddrCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowArpTargetHardwareAddrCounter) GetCount() uint32
- func (x *PatternFlowArpTargetHardwareAddrCounter) GetStart() string
- func (x *PatternFlowArpTargetHardwareAddrCounter) GetStep() string
- func (*PatternFlowArpTargetHardwareAddrCounter) ProtoMessage()
- func (x *PatternFlowArpTargetHardwareAddrCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowArpTargetHardwareAddrCounter) Reset()
- func (x *PatternFlowArpTargetHardwareAddrCounter) String() string
- type PatternFlowArpTargetHardwareAddrMetricTag
- func (*PatternFlowArpTargetHardwareAddrMetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowArpTargetHardwareAddrMetricTag) GetLength() uint32
- func (x *PatternFlowArpTargetHardwareAddrMetricTag) GetName() string
- func (x *PatternFlowArpTargetHardwareAddrMetricTag) GetOffset() uint32
- func (*PatternFlowArpTargetHardwareAddrMetricTag) ProtoMessage()
- func (x *PatternFlowArpTargetHardwareAddrMetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowArpTargetHardwareAddrMetricTag) Reset()
- func (x *PatternFlowArpTargetHardwareAddrMetricTag) String() string
- type PatternFlowArpTargetHardwareAddr_Choice
- func (*PatternFlowArpTargetHardwareAddr_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowArpTargetHardwareAddr_Choice) ProtoMessage()
- func (x *PatternFlowArpTargetHardwareAddr_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowArpTargetHardwareAddr_Choice) Reset()
- func (x *PatternFlowArpTargetHardwareAddr_Choice) String() string
- type PatternFlowArpTargetHardwareAddr_Choice_Enum
- func (PatternFlowArpTargetHardwareAddr_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowArpTargetHardwareAddr_Choice_Enum) Enum() *PatternFlowArpTargetHardwareAddr_Choice_Enum
- func (PatternFlowArpTargetHardwareAddr_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowArpTargetHardwareAddr_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowArpTargetHardwareAddr_Choice_Enum) String() string
- func (PatternFlowArpTargetHardwareAddr_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowArpTargetProtocolAddr
- func (*PatternFlowArpTargetProtocolAddr) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowArpTargetProtocolAddr) GetChoice() PatternFlowArpTargetProtocolAddr_Choice_Enum
- func (x *PatternFlowArpTargetProtocolAddr) GetDecrement() *PatternFlowArpTargetProtocolAddrCounter
- func (x *PatternFlowArpTargetProtocolAddr) GetIncrement() *PatternFlowArpTargetProtocolAddrCounter
- func (x *PatternFlowArpTargetProtocolAddr) GetMetricTags() []*PatternFlowArpTargetProtocolAddrMetricTag
- func (x *PatternFlowArpTargetProtocolAddr) GetValue() string
- func (x *PatternFlowArpTargetProtocolAddr) GetValues() []string
- func (*PatternFlowArpTargetProtocolAddr) ProtoMessage()
- func (x *PatternFlowArpTargetProtocolAddr) ProtoReflect() protoreflect.Message
- func (x *PatternFlowArpTargetProtocolAddr) Reset()
- func (x *PatternFlowArpTargetProtocolAddr) String() string
- type PatternFlowArpTargetProtocolAddrCounter
- func (*PatternFlowArpTargetProtocolAddrCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowArpTargetProtocolAddrCounter) GetCount() uint32
- func (x *PatternFlowArpTargetProtocolAddrCounter) GetStart() string
- func (x *PatternFlowArpTargetProtocolAddrCounter) GetStep() string
- func (*PatternFlowArpTargetProtocolAddrCounter) ProtoMessage()
- func (x *PatternFlowArpTargetProtocolAddrCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowArpTargetProtocolAddrCounter) Reset()
- func (x *PatternFlowArpTargetProtocolAddrCounter) String() string
- type PatternFlowArpTargetProtocolAddrMetricTag
- func (*PatternFlowArpTargetProtocolAddrMetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowArpTargetProtocolAddrMetricTag) GetLength() uint32
- func (x *PatternFlowArpTargetProtocolAddrMetricTag) GetName() string
- func (x *PatternFlowArpTargetProtocolAddrMetricTag) GetOffset() uint32
- func (*PatternFlowArpTargetProtocolAddrMetricTag) ProtoMessage()
- func (x *PatternFlowArpTargetProtocolAddrMetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowArpTargetProtocolAddrMetricTag) Reset()
- func (x *PatternFlowArpTargetProtocolAddrMetricTag) String() string
- type PatternFlowArpTargetProtocolAddr_Choice
- func (*PatternFlowArpTargetProtocolAddr_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowArpTargetProtocolAddr_Choice) ProtoMessage()
- func (x *PatternFlowArpTargetProtocolAddr_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowArpTargetProtocolAddr_Choice) Reset()
- func (x *PatternFlowArpTargetProtocolAddr_Choice) String() string
- type PatternFlowArpTargetProtocolAddr_Choice_Enum
- func (PatternFlowArpTargetProtocolAddr_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowArpTargetProtocolAddr_Choice_Enum) Enum() *PatternFlowArpTargetProtocolAddr_Choice_Enum
- func (PatternFlowArpTargetProtocolAddr_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowArpTargetProtocolAddr_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowArpTargetProtocolAddr_Choice_Enum) String() string
- func (PatternFlowArpTargetProtocolAddr_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowEthernetDst
- func (*PatternFlowEthernetDst) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowEthernetDst) GetAuto() string
- func (x *PatternFlowEthernetDst) GetChoice() PatternFlowEthernetDst_Choice_Enum
- func (x *PatternFlowEthernetDst) GetDecrement() *PatternFlowEthernetDstCounter
- func (x *PatternFlowEthernetDst) GetIncrement() *PatternFlowEthernetDstCounter
- func (x *PatternFlowEthernetDst) GetMetricTags() []*PatternFlowEthernetDstMetricTag
- func (x *PatternFlowEthernetDst) GetValue() string
- func (x *PatternFlowEthernetDst) GetValues() []string
- func (*PatternFlowEthernetDst) ProtoMessage()
- func (x *PatternFlowEthernetDst) ProtoReflect() protoreflect.Message
- func (x *PatternFlowEthernetDst) Reset()
- func (x *PatternFlowEthernetDst) String() string
- type PatternFlowEthernetDstCounter
- func (*PatternFlowEthernetDstCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowEthernetDstCounter) GetCount() uint32
- func (x *PatternFlowEthernetDstCounter) GetStart() string
- func (x *PatternFlowEthernetDstCounter) GetStep() string
- func (*PatternFlowEthernetDstCounter) ProtoMessage()
- func (x *PatternFlowEthernetDstCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowEthernetDstCounter) Reset()
- func (x *PatternFlowEthernetDstCounter) String() string
- type PatternFlowEthernetDstMetricTag
- func (*PatternFlowEthernetDstMetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowEthernetDstMetricTag) GetLength() uint32
- func (x *PatternFlowEthernetDstMetricTag) GetName() string
- func (x *PatternFlowEthernetDstMetricTag) GetOffset() uint32
- func (*PatternFlowEthernetDstMetricTag) ProtoMessage()
- func (x *PatternFlowEthernetDstMetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowEthernetDstMetricTag) Reset()
- func (x *PatternFlowEthernetDstMetricTag) String() string
- type PatternFlowEthernetDst_Choice
- func (*PatternFlowEthernetDst_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowEthernetDst_Choice) ProtoMessage()
- func (x *PatternFlowEthernetDst_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowEthernetDst_Choice) Reset()
- func (x *PatternFlowEthernetDst_Choice) String() string
- type PatternFlowEthernetDst_Choice_Enum
- func (PatternFlowEthernetDst_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowEthernetDst_Choice_Enum) Enum() *PatternFlowEthernetDst_Choice_Enum
- func (PatternFlowEthernetDst_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowEthernetDst_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowEthernetDst_Choice_Enum) String() string
- func (PatternFlowEthernetDst_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowEthernetEtherType
- func (*PatternFlowEthernetEtherType) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowEthernetEtherType) GetAuto() uint32
- func (x *PatternFlowEthernetEtherType) GetChoice() PatternFlowEthernetEtherType_Choice_Enum
- func (x *PatternFlowEthernetEtherType) GetDecrement() *PatternFlowEthernetEtherTypeCounter
- func (x *PatternFlowEthernetEtherType) GetIncrement() *PatternFlowEthernetEtherTypeCounter
- func (x *PatternFlowEthernetEtherType) GetMetricTags() []*PatternFlowEthernetEtherTypeMetricTag
- func (x *PatternFlowEthernetEtherType) GetValue() uint32
- func (x *PatternFlowEthernetEtherType) GetValues() []uint32
- func (*PatternFlowEthernetEtherType) ProtoMessage()
- func (x *PatternFlowEthernetEtherType) ProtoReflect() protoreflect.Message
- func (x *PatternFlowEthernetEtherType) Reset()
- func (x *PatternFlowEthernetEtherType) String() string
- type PatternFlowEthernetEtherTypeCounter
- func (*PatternFlowEthernetEtherTypeCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowEthernetEtherTypeCounter) GetCount() uint32
- func (x *PatternFlowEthernetEtherTypeCounter) GetStart() uint32
- func (x *PatternFlowEthernetEtherTypeCounter) GetStep() uint32
- func (*PatternFlowEthernetEtherTypeCounter) ProtoMessage()
- func (x *PatternFlowEthernetEtherTypeCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowEthernetEtherTypeCounter) Reset()
- func (x *PatternFlowEthernetEtherTypeCounter) String() string
- type PatternFlowEthernetEtherTypeMetricTag
- func (*PatternFlowEthernetEtherTypeMetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowEthernetEtherTypeMetricTag) GetLength() uint32
- func (x *PatternFlowEthernetEtherTypeMetricTag) GetName() string
- func (x *PatternFlowEthernetEtherTypeMetricTag) GetOffset() uint32
- func (*PatternFlowEthernetEtherTypeMetricTag) ProtoMessage()
- func (x *PatternFlowEthernetEtherTypeMetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowEthernetEtherTypeMetricTag) Reset()
- func (x *PatternFlowEthernetEtherTypeMetricTag) String() string
- type PatternFlowEthernetEtherType_Choice
- func (*PatternFlowEthernetEtherType_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowEthernetEtherType_Choice) ProtoMessage()
- func (x *PatternFlowEthernetEtherType_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowEthernetEtherType_Choice) Reset()
- func (x *PatternFlowEthernetEtherType_Choice) String() string
- type PatternFlowEthernetEtherType_Choice_Enum
- func (PatternFlowEthernetEtherType_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowEthernetEtherType_Choice_Enum) Enum() *PatternFlowEthernetEtherType_Choice_Enum
- func (PatternFlowEthernetEtherType_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowEthernetEtherType_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowEthernetEtherType_Choice_Enum) String() string
- func (PatternFlowEthernetEtherType_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowEthernetPauseControlOpCode
- func (*PatternFlowEthernetPauseControlOpCode) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowEthernetPauseControlOpCode) GetChoice() PatternFlowEthernetPauseControlOpCode_Choice_Enum
- func (x *PatternFlowEthernetPauseControlOpCode) GetDecrement() *PatternFlowEthernetPauseControlOpCodeCounter
- func (x *PatternFlowEthernetPauseControlOpCode) GetIncrement() *PatternFlowEthernetPauseControlOpCodeCounter
- func (x *PatternFlowEthernetPauseControlOpCode) GetMetricTags() []*PatternFlowEthernetPauseControlOpCodeMetricTag
- func (x *PatternFlowEthernetPauseControlOpCode) GetValue() uint32
- func (x *PatternFlowEthernetPauseControlOpCode) GetValues() []uint32
- func (*PatternFlowEthernetPauseControlOpCode) ProtoMessage()
- func (x *PatternFlowEthernetPauseControlOpCode) ProtoReflect() protoreflect.Message
- func (x *PatternFlowEthernetPauseControlOpCode) Reset()
- func (x *PatternFlowEthernetPauseControlOpCode) String() string
- type PatternFlowEthernetPauseControlOpCodeCounter
- func (*PatternFlowEthernetPauseControlOpCodeCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowEthernetPauseControlOpCodeCounter) GetCount() uint32
- func (x *PatternFlowEthernetPauseControlOpCodeCounter) GetStart() uint32
- func (x *PatternFlowEthernetPauseControlOpCodeCounter) GetStep() uint32
- func (*PatternFlowEthernetPauseControlOpCodeCounter) ProtoMessage()
- func (x *PatternFlowEthernetPauseControlOpCodeCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowEthernetPauseControlOpCodeCounter) Reset()
- func (x *PatternFlowEthernetPauseControlOpCodeCounter) String() string
- type PatternFlowEthernetPauseControlOpCodeMetricTag
- func (*PatternFlowEthernetPauseControlOpCodeMetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowEthernetPauseControlOpCodeMetricTag) GetLength() uint32
- func (x *PatternFlowEthernetPauseControlOpCodeMetricTag) GetName() string
- func (x *PatternFlowEthernetPauseControlOpCodeMetricTag) GetOffset() uint32
- func (*PatternFlowEthernetPauseControlOpCodeMetricTag) ProtoMessage()
- func (x *PatternFlowEthernetPauseControlOpCodeMetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowEthernetPauseControlOpCodeMetricTag) Reset()
- func (x *PatternFlowEthernetPauseControlOpCodeMetricTag) String() string
- type PatternFlowEthernetPauseControlOpCode_Choice
- func (*PatternFlowEthernetPauseControlOpCode_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowEthernetPauseControlOpCode_Choice) ProtoMessage()
- func (x *PatternFlowEthernetPauseControlOpCode_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowEthernetPauseControlOpCode_Choice) Reset()
- func (x *PatternFlowEthernetPauseControlOpCode_Choice) String() string
- type PatternFlowEthernetPauseControlOpCode_Choice_Enum
- func (PatternFlowEthernetPauseControlOpCode_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowEthernetPauseControlOpCode_Choice_Enum) Enum() *PatternFlowEthernetPauseControlOpCode_Choice_Enum
- func (PatternFlowEthernetPauseControlOpCode_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowEthernetPauseControlOpCode_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowEthernetPauseControlOpCode_Choice_Enum) String() string
- func (PatternFlowEthernetPauseControlOpCode_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowEthernetPauseDst
- func (*PatternFlowEthernetPauseDst) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowEthernetPauseDst) GetChoice() PatternFlowEthernetPauseDst_Choice_Enum
- func (x *PatternFlowEthernetPauseDst) GetDecrement() *PatternFlowEthernetPauseDstCounter
- func (x *PatternFlowEthernetPauseDst) GetIncrement() *PatternFlowEthernetPauseDstCounter
- func (x *PatternFlowEthernetPauseDst) GetMetricTags() []*PatternFlowEthernetPauseDstMetricTag
- func (x *PatternFlowEthernetPauseDst) GetValue() string
- func (x *PatternFlowEthernetPauseDst) GetValues() []string
- func (*PatternFlowEthernetPauseDst) ProtoMessage()
- func (x *PatternFlowEthernetPauseDst) ProtoReflect() protoreflect.Message
- func (x *PatternFlowEthernetPauseDst) Reset()
- func (x *PatternFlowEthernetPauseDst) String() string
- type PatternFlowEthernetPauseDstCounter
- func (*PatternFlowEthernetPauseDstCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowEthernetPauseDstCounter) GetCount() uint32
- func (x *PatternFlowEthernetPauseDstCounter) GetStart() string
- func (x *PatternFlowEthernetPauseDstCounter) GetStep() string
- func (*PatternFlowEthernetPauseDstCounter) ProtoMessage()
- func (x *PatternFlowEthernetPauseDstCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowEthernetPauseDstCounter) Reset()
- func (x *PatternFlowEthernetPauseDstCounter) String() string
- type PatternFlowEthernetPauseDstMetricTag
- func (*PatternFlowEthernetPauseDstMetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowEthernetPauseDstMetricTag) GetLength() uint32
- func (x *PatternFlowEthernetPauseDstMetricTag) GetName() string
- func (x *PatternFlowEthernetPauseDstMetricTag) GetOffset() uint32
- func (*PatternFlowEthernetPauseDstMetricTag) ProtoMessage()
- func (x *PatternFlowEthernetPauseDstMetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowEthernetPauseDstMetricTag) Reset()
- func (x *PatternFlowEthernetPauseDstMetricTag) String() string
- type PatternFlowEthernetPauseDst_Choice
- func (*PatternFlowEthernetPauseDst_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowEthernetPauseDst_Choice) ProtoMessage()
- func (x *PatternFlowEthernetPauseDst_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowEthernetPauseDst_Choice) Reset()
- func (x *PatternFlowEthernetPauseDst_Choice) String() string
- type PatternFlowEthernetPauseDst_Choice_Enum
- func (PatternFlowEthernetPauseDst_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowEthernetPauseDst_Choice_Enum) Enum() *PatternFlowEthernetPauseDst_Choice_Enum
- func (PatternFlowEthernetPauseDst_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowEthernetPauseDst_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowEthernetPauseDst_Choice_Enum) String() string
- func (PatternFlowEthernetPauseDst_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowEthernetPauseEtherType
- func (*PatternFlowEthernetPauseEtherType) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowEthernetPauseEtherType) GetChoice() PatternFlowEthernetPauseEtherType_Choice_Enum
- func (x *PatternFlowEthernetPauseEtherType) GetDecrement() *PatternFlowEthernetPauseEtherTypeCounter
- func (x *PatternFlowEthernetPauseEtherType) GetIncrement() *PatternFlowEthernetPauseEtherTypeCounter
- func (x *PatternFlowEthernetPauseEtherType) GetMetricTags() []*PatternFlowEthernetPauseEtherTypeMetricTag
- func (x *PatternFlowEthernetPauseEtherType) GetValue() uint32
- func (x *PatternFlowEthernetPauseEtherType) GetValues() []uint32
- func (*PatternFlowEthernetPauseEtherType) ProtoMessage()
- func (x *PatternFlowEthernetPauseEtherType) ProtoReflect() protoreflect.Message
- func (x *PatternFlowEthernetPauseEtherType) Reset()
- func (x *PatternFlowEthernetPauseEtherType) String() string
- type PatternFlowEthernetPauseEtherTypeCounter
- func (*PatternFlowEthernetPauseEtherTypeCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowEthernetPauseEtherTypeCounter) GetCount() uint32
- func (x *PatternFlowEthernetPauseEtherTypeCounter) GetStart() uint32
- func (x *PatternFlowEthernetPauseEtherTypeCounter) GetStep() uint32
- func (*PatternFlowEthernetPauseEtherTypeCounter) ProtoMessage()
- func (x *PatternFlowEthernetPauseEtherTypeCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowEthernetPauseEtherTypeCounter) Reset()
- func (x *PatternFlowEthernetPauseEtherTypeCounter) String() string
- type PatternFlowEthernetPauseEtherTypeMetricTag
- func (*PatternFlowEthernetPauseEtherTypeMetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowEthernetPauseEtherTypeMetricTag) GetLength() uint32
- func (x *PatternFlowEthernetPauseEtherTypeMetricTag) GetName() string
- func (x *PatternFlowEthernetPauseEtherTypeMetricTag) GetOffset() uint32
- func (*PatternFlowEthernetPauseEtherTypeMetricTag) ProtoMessage()
- func (x *PatternFlowEthernetPauseEtherTypeMetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowEthernetPauseEtherTypeMetricTag) Reset()
- func (x *PatternFlowEthernetPauseEtherTypeMetricTag) String() string
- type PatternFlowEthernetPauseEtherType_Choice
- func (*PatternFlowEthernetPauseEtherType_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowEthernetPauseEtherType_Choice) ProtoMessage()
- func (x *PatternFlowEthernetPauseEtherType_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowEthernetPauseEtherType_Choice) Reset()
- func (x *PatternFlowEthernetPauseEtherType_Choice) String() string
- type PatternFlowEthernetPauseEtherType_Choice_Enum
- func (PatternFlowEthernetPauseEtherType_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowEthernetPauseEtherType_Choice_Enum) Enum() *PatternFlowEthernetPauseEtherType_Choice_Enum
- func (PatternFlowEthernetPauseEtherType_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowEthernetPauseEtherType_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowEthernetPauseEtherType_Choice_Enum) String() string
- func (PatternFlowEthernetPauseEtherType_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowEthernetPauseSrc
- func (*PatternFlowEthernetPauseSrc) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowEthernetPauseSrc) GetChoice() PatternFlowEthernetPauseSrc_Choice_Enum
- func (x *PatternFlowEthernetPauseSrc) GetDecrement() *PatternFlowEthernetPauseSrcCounter
- func (x *PatternFlowEthernetPauseSrc) GetIncrement() *PatternFlowEthernetPauseSrcCounter
- func (x *PatternFlowEthernetPauseSrc) GetMetricTags() []*PatternFlowEthernetPauseSrcMetricTag
- func (x *PatternFlowEthernetPauseSrc) GetValue() string
- func (x *PatternFlowEthernetPauseSrc) GetValues() []string
- func (*PatternFlowEthernetPauseSrc) ProtoMessage()
- func (x *PatternFlowEthernetPauseSrc) ProtoReflect() protoreflect.Message
- func (x *PatternFlowEthernetPauseSrc) Reset()
- func (x *PatternFlowEthernetPauseSrc) String() string
- type PatternFlowEthernetPauseSrcCounter
- func (*PatternFlowEthernetPauseSrcCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowEthernetPauseSrcCounter) GetCount() uint32
- func (x *PatternFlowEthernetPauseSrcCounter) GetStart() string
- func (x *PatternFlowEthernetPauseSrcCounter) GetStep() string
- func (*PatternFlowEthernetPauseSrcCounter) ProtoMessage()
- func (x *PatternFlowEthernetPauseSrcCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowEthernetPauseSrcCounter) Reset()
- func (x *PatternFlowEthernetPauseSrcCounter) String() string
- type PatternFlowEthernetPauseSrcMetricTag
- func (*PatternFlowEthernetPauseSrcMetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowEthernetPauseSrcMetricTag) GetLength() uint32
- func (x *PatternFlowEthernetPauseSrcMetricTag) GetName() string
- func (x *PatternFlowEthernetPauseSrcMetricTag) GetOffset() uint32
- func (*PatternFlowEthernetPauseSrcMetricTag) ProtoMessage()
- func (x *PatternFlowEthernetPauseSrcMetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowEthernetPauseSrcMetricTag) Reset()
- func (x *PatternFlowEthernetPauseSrcMetricTag) String() string
- type PatternFlowEthernetPauseSrc_Choice
- func (*PatternFlowEthernetPauseSrc_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowEthernetPauseSrc_Choice) ProtoMessage()
- func (x *PatternFlowEthernetPauseSrc_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowEthernetPauseSrc_Choice) Reset()
- func (x *PatternFlowEthernetPauseSrc_Choice) String() string
- type PatternFlowEthernetPauseSrc_Choice_Enum
- func (PatternFlowEthernetPauseSrc_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowEthernetPauseSrc_Choice_Enum) Enum() *PatternFlowEthernetPauseSrc_Choice_Enum
- func (PatternFlowEthernetPauseSrc_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowEthernetPauseSrc_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowEthernetPauseSrc_Choice_Enum) String() string
- func (PatternFlowEthernetPauseSrc_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowEthernetPauseTime
- func (*PatternFlowEthernetPauseTime) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowEthernetPauseTime) GetChoice() PatternFlowEthernetPauseTime_Choice_Enum
- func (x *PatternFlowEthernetPauseTime) GetDecrement() *PatternFlowEthernetPauseTimeCounter
- func (x *PatternFlowEthernetPauseTime) GetIncrement() *PatternFlowEthernetPauseTimeCounter
- func (x *PatternFlowEthernetPauseTime) GetMetricTags() []*PatternFlowEthernetPauseTimeMetricTag
- func (x *PatternFlowEthernetPauseTime) GetValue() uint32
- func (x *PatternFlowEthernetPauseTime) GetValues() []uint32
- func (*PatternFlowEthernetPauseTime) ProtoMessage()
- func (x *PatternFlowEthernetPauseTime) ProtoReflect() protoreflect.Message
- func (x *PatternFlowEthernetPauseTime) Reset()
- func (x *PatternFlowEthernetPauseTime) String() string
- type PatternFlowEthernetPauseTimeCounter
- func (*PatternFlowEthernetPauseTimeCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowEthernetPauseTimeCounter) GetCount() uint32
- func (x *PatternFlowEthernetPauseTimeCounter) GetStart() uint32
- func (x *PatternFlowEthernetPauseTimeCounter) GetStep() uint32
- func (*PatternFlowEthernetPauseTimeCounter) ProtoMessage()
- func (x *PatternFlowEthernetPauseTimeCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowEthernetPauseTimeCounter) Reset()
- func (x *PatternFlowEthernetPauseTimeCounter) String() string
- type PatternFlowEthernetPauseTimeMetricTag
- func (*PatternFlowEthernetPauseTimeMetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowEthernetPauseTimeMetricTag) GetLength() uint32
- func (x *PatternFlowEthernetPauseTimeMetricTag) GetName() string
- func (x *PatternFlowEthernetPauseTimeMetricTag) GetOffset() uint32
- func (*PatternFlowEthernetPauseTimeMetricTag) ProtoMessage()
- func (x *PatternFlowEthernetPauseTimeMetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowEthernetPauseTimeMetricTag) Reset()
- func (x *PatternFlowEthernetPauseTimeMetricTag) String() string
- type PatternFlowEthernetPauseTime_Choice
- func (*PatternFlowEthernetPauseTime_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowEthernetPauseTime_Choice) ProtoMessage()
- func (x *PatternFlowEthernetPauseTime_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowEthernetPauseTime_Choice) Reset()
- func (x *PatternFlowEthernetPauseTime_Choice) String() string
- type PatternFlowEthernetPauseTime_Choice_Enum
- func (PatternFlowEthernetPauseTime_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowEthernetPauseTime_Choice_Enum) Enum() *PatternFlowEthernetPauseTime_Choice_Enum
- func (PatternFlowEthernetPauseTime_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowEthernetPauseTime_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowEthernetPauseTime_Choice_Enum) String() string
- func (PatternFlowEthernetPauseTime_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowEthernetPfcQueue
- func (*PatternFlowEthernetPfcQueue) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowEthernetPfcQueue) GetChoice() PatternFlowEthernetPfcQueue_Choice_Enum
- func (x *PatternFlowEthernetPfcQueue) GetDecrement() *PatternFlowEthernetPfcQueueCounter
- func (x *PatternFlowEthernetPfcQueue) GetIncrement() *PatternFlowEthernetPfcQueueCounter
- func (x *PatternFlowEthernetPfcQueue) GetMetricTags() []*PatternFlowEthernetPfcQueueMetricTag
- func (x *PatternFlowEthernetPfcQueue) GetValue() uint32
- func (x *PatternFlowEthernetPfcQueue) GetValues() []uint32
- func (*PatternFlowEthernetPfcQueue) ProtoMessage()
- func (x *PatternFlowEthernetPfcQueue) ProtoReflect() protoreflect.Message
- func (x *PatternFlowEthernetPfcQueue) Reset()
- func (x *PatternFlowEthernetPfcQueue) String() string
- type PatternFlowEthernetPfcQueueCounter
- func (*PatternFlowEthernetPfcQueueCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowEthernetPfcQueueCounter) GetCount() uint32
- func (x *PatternFlowEthernetPfcQueueCounter) GetStart() uint32
- func (x *PatternFlowEthernetPfcQueueCounter) GetStep() uint32
- func (*PatternFlowEthernetPfcQueueCounter) ProtoMessage()
- func (x *PatternFlowEthernetPfcQueueCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowEthernetPfcQueueCounter) Reset()
- func (x *PatternFlowEthernetPfcQueueCounter) String() string
- type PatternFlowEthernetPfcQueueMetricTag
- func (*PatternFlowEthernetPfcQueueMetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowEthernetPfcQueueMetricTag) GetLength() uint32
- func (x *PatternFlowEthernetPfcQueueMetricTag) GetName() string
- func (x *PatternFlowEthernetPfcQueueMetricTag) GetOffset() uint32
- func (*PatternFlowEthernetPfcQueueMetricTag) ProtoMessage()
- func (x *PatternFlowEthernetPfcQueueMetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowEthernetPfcQueueMetricTag) Reset()
- func (x *PatternFlowEthernetPfcQueueMetricTag) String() string
- type PatternFlowEthernetPfcQueue_Choice
- func (*PatternFlowEthernetPfcQueue_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowEthernetPfcQueue_Choice) ProtoMessage()
- func (x *PatternFlowEthernetPfcQueue_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowEthernetPfcQueue_Choice) Reset()
- func (x *PatternFlowEthernetPfcQueue_Choice) String() string
- type PatternFlowEthernetPfcQueue_Choice_Enum
- func (PatternFlowEthernetPfcQueue_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowEthernetPfcQueue_Choice_Enum) Enum() *PatternFlowEthernetPfcQueue_Choice_Enum
- func (PatternFlowEthernetPfcQueue_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowEthernetPfcQueue_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowEthernetPfcQueue_Choice_Enum) String() string
- func (PatternFlowEthernetPfcQueue_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowEthernetSrc
- func (*PatternFlowEthernetSrc) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowEthernetSrc) GetChoice() PatternFlowEthernetSrc_Choice_Enum
- func (x *PatternFlowEthernetSrc) GetDecrement() *PatternFlowEthernetSrcCounter
- func (x *PatternFlowEthernetSrc) GetIncrement() *PatternFlowEthernetSrcCounter
- func (x *PatternFlowEthernetSrc) GetMetricTags() []*PatternFlowEthernetSrcMetricTag
- func (x *PatternFlowEthernetSrc) GetValue() string
- func (x *PatternFlowEthernetSrc) GetValues() []string
- func (*PatternFlowEthernetSrc) ProtoMessage()
- func (x *PatternFlowEthernetSrc) ProtoReflect() protoreflect.Message
- func (x *PatternFlowEthernetSrc) Reset()
- func (x *PatternFlowEthernetSrc) String() string
- type PatternFlowEthernetSrcCounter
- func (*PatternFlowEthernetSrcCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowEthernetSrcCounter) GetCount() uint32
- func (x *PatternFlowEthernetSrcCounter) GetStart() string
- func (x *PatternFlowEthernetSrcCounter) GetStep() string
- func (*PatternFlowEthernetSrcCounter) ProtoMessage()
- func (x *PatternFlowEthernetSrcCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowEthernetSrcCounter) Reset()
- func (x *PatternFlowEthernetSrcCounter) String() string
- type PatternFlowEthernetSrcMetricTag
- func (*PatternFlowEthernetSrcMetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowEthernetSrcMetricTag) GetLength() uint32
- func (x *PatternFlowEthernetSrcMetricTag) GetName() string
- func (x *PatternFlowEthernetSrcMetricTag) GetOffset() uint32
- func (*PatternFlowEthernetSrcMetricTag) ProtoMessage()
- func (x *PatternFlowEthernetSrcMetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowEthernetSrcMetricTag) Reset()
- func (x *PatternFlowEthernetSrcMetricTag) String() string
- type PatternFlowEthernetSrc_Choice
- func (*PatternFlowEthernetSrc_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowEthernetSrc_Choice) ProtoMessage()
- func (x *PatternFlowEthernetSrc_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowEthernetSrc_Choice) Reset()
- func (x *PatternFlowEthernetSrc_Choice) String() string
- type PatternFlowEthernetSrc_Choice_Enum
- func (PatternFlowEthernetSrc_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowEthernetSrc_Choice_Enum) Enum() *PatternFlowEthernetSrc_Choice_Enum
- func (PatternFlowEthernetSrc_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowEthernetSrc_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowEthernetSrc_Choice_Enum) String() string
- func (PatternFlowEthernetSrc_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowGreChecksum
- func (*PatternFlowGreChecksum) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowGreChecksum) GetChoice() PatternFlowGreChecksum_Choice_Enum
- func (x *PatternFlowGreChecksum) GetCustom() uint32
- func (x *PatternFlowGreChecksum) GetGenerated() PatternFlowGreChecksum_Generated_Enum
- func (*PatternFlowGreChecksum) ProtoMessage()
- func (x *PatternFlowGreChecksum) ProtoReflect() protoreflect.Message
- func (x *PatternFlowGreChecksum) Reset()
- func (x *PatternFlowGreChecksum) String() string
- type PatternFlowGreChecksumPresent
- func (*PatternFlowGreChecksumPresent) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowGreChecksumPresent) GetChoice() PatternFlowGreChecksumPresent_Choice_Enum
- func (x *PatternFlowGreChecksumPresent) GetDecrement() *PatternFlowGreChecksumPresentCounter
- func (x *PatternFlowGreChecksumPresent) GetIncrement() *PatternFlowGreChecksumPresentCounter
- func (x *PatternFlowGreChecksumPresent) GetMetricTags() []*PatternFlowGreChecksumPresentMetricTag
- func (x *PatternFlowGreChecksumPresent) GetValue() uint32
- func (x *PatternFlowGreChecksumPresent) GetValues() []uint32
- func (*PatternFlowGreChecksumPresent) ProtoMessage()
- func (x *PatternFlowGreChecksumPresent) ProtoReflect() protoreflect.Message
- func (x *PatternFlowGreChecksumPresent) Reset()
- func (x *PatternFlowGreChecksumPresent) String() string
- type PatternFlowGreChecksumPresentCounter
- func (*PatternFlowGreChecksumPresentCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowGreChecksumPresentCounter) GetCount() uint32
- func (x *PatternFlowGreChecksumPresentCounter) GetStart() uint32
- func (x *PatternFlowGreChecksumPresentCounter) GetStep() uint32
- func (*PatternFlowGreChecksumPresentCounter) ProtoMessage()
- func (x *PatternFlowGreChecksumPresentCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowGreChecksumPresentCounter) Reset()
- func (x *PatternFlowGreChecksumPresentCounter) String() string
- type PatternFlowGreChecksumPresentMetricTag
- func (*PatternFlowGreChecksumPresentMetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowGreChecksumPresentMetricTag) GetLength() uint32
- func (x *PatternFlowGreChecksumPresentMetricTag) GetName() string
- func (x *PatternFlowGreChecksumPresentMetricTag) GetOffset() uint32
- func (*PatternFlowGreChecksumPresentMetricTag) ProtoMessage()
- func (x *PatternFlowGreChecksumPresentMetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowGreChecksumPresentMetricTag) Reset()
- func (x *PatternFlowGreChecksumPresentMetricTag) String() string
- type PatternFlowGreChecksumPresent_Choice
- func (*PatternFlowGreChecksumPresent_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowGreChecksumPresent_Choice) ProtoMessage()
- func (x *PatternFlowGreChecksumPresent_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowGreChecksumPresent_Choice) Reset()
- func (x *PatternFlowGreChecksumPresent_Choice) String() string
- type PatternFlowGreChecksumPresent_Choice_Enum
- func (PatternFlowGreChecksumPresent_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowGreChecksumPresent_Choice_Enum) Enum() *PatternFlowGreChecksumPresent_Choice_Enum
- func (PatternFlowGreChecksumPresent_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowGreChecksumPresent_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowGreChecksumPresent_Choice_Enum) String() string
- func (PatternFlowGreChecksumPresent_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowGreChecksum_Choice
- func (*PatternFlowGreChecksum_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowGreChecksum_Choice) ProtoMessage()
- func (x *PatternFlowGreChecksum_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowGreChecksum_Choice) Reset()
- func (x *PatternFlowGreChecksum_Choice) String() string
- type PatternFlowGreChecksum_Choice_Enum
- func (PatternFlowGreChecksum_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowGreChecksum_Choice_Enum) Enum() *PatternFlowGreChecksum_Choice_Enum
- func (PatternFlowGreChecksum_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowGreChecksum_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowGreChecksum_Choice_Enum) String() string
- func (PatternFlowGreChecksum_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowGreChecksum_Generated
- func (*PatternFlowGreChecksum_Generated) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowGreChecksum_Generated) ProtoMessage()
- func (x *PatternFlowGreChecksum_Generated) ProtoReflect() protoreflect.Message
- func (x *PatternFlowGreChecksum_Generated) Reset()
- func (x *PatternFlowGreChecksum_Generated) String() string
- type PatternFlowGreChecksum_Generated_Enum
- func (PatternFlowGreChecksum_Generated_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowGreChecksum_Generated_Enum) Enum() *PatternFlowGreChecksum_Generated_Enum
- func (PatternFlowGreChecksum_Generated_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowGreChecksum_Generated_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowGreChecksum_Generated_Enum) String() string
- func (PatternFlowGreChecksum_Generated_Enum) Type() protoreflect.EnumType
- type PatternFlowGreProtocol
- func (*PatternFlowGreProtocol) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowGreProtocol) GetAuto() uint32
- func (x *PatternFlowGreProtocol) GetChoice() PatternFlowGreProtocol_Choice_Enum
- func (x *PatternFlowGreProtocol) GetDecrement() *PatternFlowGreProtocolCounter
- func (x *PatternFlowGreProtocol) GetIncrement() *PatternFlowGreProtocolCounter
- func (x *PatternFlowGreProtocol) GetMetricTags() []*PatternFlowGreProtocolMetricTag
- func (x *PatternFlowGreProtocol) GetValue() uint32
- func (x *PatternFlowGreProtocol) GetValues() []uint32
- func (*PatternFlowGreProtocol) ProtoMessage()
- func (x *PatternFlowGreProtocol) ProtoReflect() protoreflect.Message
- func (x *PatternFlowGreProtocol) Reset()
- func (x *PatternFlowGreProtocol) String() string
- type PatternFlowGreProtocolCounter
- func (*PatternFlowGreProtocolCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowGreProtocolCounter) GetCount() uint32
- func (x *PatternFlowGreProtocolCounter) GetStart() uint32
- func (x *PatternFlowGreProtocolCounter) GetStep() uint32
- func (*PatternFlowGreProtocolCounter) ProtoMessage()
- func (x *PatternFlowGreProtocolCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowGreProtocolCounter) Reset()
- func (x *PatternFlowGreProtocolCounter) String() string
- type PatternFlowGreProtocolMetricTag
- func (*PatternFlowGreProtocolMetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowGreProtocolMetricTag) GetLength() uint32
- func (x *PatternFlowGreProtocolMetricTag) GetName() string
- func (x *PatternFlowGreProtocolMetricTag) GetOffset() uint32
- func (*PatternFlowGreProtocolMetricTag) ProtoMessage()
- func (x *PatternFlowGreProtocolMetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowGreProtocolMetricTag) Reset()
- func (x *PatternFlowGreProtocolMetricTag) String() string
- type PatternFlowGreProtocol_Choice
- func (*PatternFlowGreProtocol_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowGreProtocol_Choice) ProtoMessage()
- func (x *PatternFlowGreProtocol_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowGreProtocol_Choice) Reset()
- func (x *PatternFlowGreProtocol_Choice) String() string
- type PatternFlowGreProtocol_Choice_Enum
- func (PatternFlowGreProtocol_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowGreProtocol_Choice_Enum) Enum() *PatternFlowGreProtocol_Choice_Enum
- func (PatternFlowGreProtocol_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowGreProtocol_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowGreProtocol_Choice_Enum) String() string
- func (PatternFlowGreProtocol_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowGreReserved0
- func (*PatternFlowGreReserved0) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowGreReserved0) GetChoice() PatternFlowGreReserved0_Choice_Enum
- func (x *PatternFlowGreReserved0) GetDecrement() *PatternFlowGreReserved0Counter
- func (x *PatternFlowGreReserved0) GetIncrement() *PatternFlowGreReserved0Counter
- func (x *PatternFlowGreReserved0) GetMetricTags() []*PatternFlowGreReserved0MetricTag
- func (x *PatternFlowGreReserved0) GetValue() uint32
- func (x *PatternFlowGreReserved0) GetValues() []uint32
- func (*PatternFlowGreReserved0) ProtoMessage()
- func (x *PatternFlowGreReserved0) ProtoReflect() protoreflect.Message
- func (x *PatternFlowGreReserved0) Reset()
- func (x *PatternFlowGreReserved0) String() string
- type PatternFlowGreReserved0Counter
- func (*PatternFlowGreReserved0Counter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowGreReserved0Counter) GetCount() uint32
- func (x *PatternFlowGreReserved0Counter) GetStart() uint32
- func (x *PatternFlowGreReserved0Counter) GetStep() uint32
- func (*PatternFlowGreReserved0Counter) ProtoMessage()
- func (x *PatternFlowGreReserved0Counter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowGreReserved0Counter) Reset()
- func (x *PatternFlowGreReserved0Counter) String() string
- type PatternFlowGreReserved0MetricTag
- func (*PatternFlowGreReserved0MetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowGreReserved0MetricTag) GetLength() uint32
- func (x *PatternFlowGreReserved0MetricTag) GetName() string
- func (x *PatternFlowGreReserved0MetricTag) GetOffset() uint32
- func (*PatternFlowGreReserved0MetricTag) ProtoMessage()
- func (x *PatternFlowGreReserved0MetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowGreReserved0MetricTag) Reset()
- func (x *PatternFlowGreReserved0MetricTag) String() string
- type PatternFlowGreReserved0_Choice
- func (*PatternFlowGreReserved0_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowGreReserved0_Choice) ProtoMessage()
- func (x *PatternFlowGreReserved0_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowGreReserved0_Choice) Reset()
- func (x *PatternFlowGreReserved0_Choice) String() string
- type PatternFlowGreReserved0_Choice_Enum
- func (PatternFlowGreReserved0_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowGreReserved0_Choice_Enum) Enum() *PatternFlowGreReserved0_Choice_Enum
- func (PatternFlowGreReserved0_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowGreReserved0_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowGreReserved0_Choice_Enum) String() string
- func (PatternFlowGreReserved0_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowGreReserved1
- func (*PatternFlowGreReserved1) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowGreReserved1) GetChoice() PatternFlowGreReserved1_Choice_Enum
- func (x *PatternFlowGreReserved1) GetDecrement() *PatternFlowGreReserved1Counter
- func (x *PatternFlowGreReserved1) GetIncrement() *PatternFlowGreReserved1Counter
- func (x *PatternFlowGreReserved1) GetMetricTags() []*PatternFlowGreReserved1MetricTag
- func (x *PatternFlowGreReserved1) GetValue() uint32
- func (x *PatternFlowGreReserved1) GetValues() []uint32
- func (*PatternFlowGreReserved1) ProtoMessage()
- func (x *PatternFlowGreReserved1) ProtoReflect() protoreflect.Message
- func (x *PatternFlowGreReserved1) Reset()
- func (x *PatternFlowGreReserved1) String() string
- type PatternFlowGreReserved1Counter
- func (*PatternFlowGreReserved1Counter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowGreReserved1Counter) GetCount() uint32
- func (x *PatternFlowGreReserved1Counter) GetStart() uint32
- func (x *PatternFlowGreReserved1Counter) GetStep() uint32
- func (*PatternFlowGreReserved1Counter) ProtoMessage()
- func (x *PatternFlowGreReserved1Counter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowGreReserved1Counter) Reset()
- func (x *PatternFlowGreReserved1Counter) String() string
- type PatternFlowGreReserved1MetricTag
- func (*PatternFlowGreReserved1MetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowGreReserved1MetricTag) GetLength() uint32
- func (x *PatternFlowGreReserved1MetricTag) GetName() string
- func (x *PatternFlowGreReserved1MetricTag) GetOffset() uint32
- func (*PatternFlowGreReserved1MetricTag) ProtoMessage()
- func (x *PatternFlowGreReserved1MetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowGreReserved1MetricTag) Reset()
- func (x *PatternFlowGreReserved1MetricTag) String() string
- type PatternFlowGreReserved1_Choice
- func (*PatternFlowGreReserved1_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowGreReserved1_Choice) ProtoMessage()
- func (x *PatternFlowGreReserved1_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowGreReserved1_Choice) Reset()
- func (x *PatternFlowGreReserved1_Choice) String() string
- type PatternFlowGreReserved1_Choice_Enum
- func (PatternFlowGreReserved1_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowGreReserved1_Choice_Enum) Enum() *PatternFlowGreReserved1_Choice_Enum
- func (PatternFlowGreReserved1_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowGreReserved1_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowGreReserved1_Choice_Enum) String() string
- func (PatternFlowGreReserved1_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowGreVersion
- func (*PatternFlowGreVersion) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowGreVersion) GetChoice() PatternFlowGreVersion_Choice_Enum
- func (x *PatternFlowGreVersion) GetDecrement() *PatternFlowGreVersionCounter
- func (x *PatternFlowGreVersion) GetIncrement() *PatternFlowGreVersionCounter
- func (x *PatternFlowGreVersion) GetMetricTags() []*PatternFlowGreVersionMetricTag
- func (x *PatternFlowGreVersion) GetValue() uint32
- func (x *PatternFlowGreVersion) GetValues() []uint32
- func (*PatternFlowGreVersion) ProtoMessage()
- func (x *PatternFlowGreVersion) ProtoReflect() protoreflect.Message
- func (x *PatternFlowGreVersion) Reset()
- func (x *PatternFlowGreVersion) String() string
- type PatternFlowGreVersionCounter
- func (*PatternFlowGreVersionCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowGreVersionCounter) GetCount() uint32
- func (x *PatternFlowGreVersionCounter) GetStart() uint32
- func (x *PatternFlowGreVersionCounter) GetStep() uint32
- func (*PatternFlowGreVersionCounter) ProtoMessage()
- func (x *PatternFlowGreVersionCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowGreVersionCounter) Reset()
- func (x *PatternFlowGreVersionCounter) String() string
- type PatternFlowGreVersionMetricTag
- func (*PatternFlowGreVersionMetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowGreVersionMetricTag) GetLength() uint32
- func (x *PatternFlowGreVersionMetricTag) GetName() string
- func (x *PatternFlowGreVersionMetricTag) GetOffset() uint32
- func (*PatternFlowGreVersionMetricTag) ProtoMessage()
- func (x *PatternFlowGreVersionMetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowGreVersionMetricTag) Reset()
- func (x *PatternFlowGreVersionMetricTag) String() string
- type PatternFlowGreVersion_Choice
- func (*PatternFlowGreVersion_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowGreVersion_Choice) ProtoMessage()
- func (x *PatternFlowGreVersion_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowGreVersion_Choice) Reset()
- func (x *PatternFlowGreVersion_Choice) String() string
- type PatternFlowGreVersion_Choice_Enum
- func (PatternFlowGreVersion_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowGreVersion_Choice_Enum) Enum() *PatternFlowGreVersion_Choice_Enum
- func (PatternFlowGreVersion_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowGreVersion_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowGreVersion_Choice_Enum) String() string
- func (PatternFlowGreVersion_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowGtpExtensionContents
- func (*PatternFlowGtpExtensionContents) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowGtpExtensionContents) GetChoice() PatternFlowGtpExtensionContents_Choice_Enum
- func (x *PatternFlowGtpExtensionContents) GetDecrement() *PatternFlowGtpExtensionContentsCounter
- func (x *PatternFlowGtpExtensionContents) GetIncrement() *PatternFlowGtpExtensionContentsCounter
- func (x *PatternFlowGtpExtensionContents) GetMetricTags() []*PatternFlowGtpExtensionContentsMetricTag
- func (x *PatternFlowGtpExtensionContents) GetValue() uint64
- func (x *PatternFlowGtpExtensionContents) GetValues() []uint64
- func (*PatternFlowGtpExtensionContents) ProtoMessage()
- func (x *PatternFlowGtpExtensionContents) ProtoReflect() protoreflect.Message
- func (x *PatternFlowGtpExtensionContents) Reset()
- func (x *PatternFlowGtpExtensionContents) String() string
- type PatternFlowGtpExtensionContentsCounter
- func (*PatternFlowGtpExtensionContentsCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowGtpExtensionContentsCounter) GetCount() uint64
- func (x *PatternFlowGtpExtensionContentsCounter) GetStart() uint64
- func (x *PatternFlowGtpExtensionContentsCounter) GetStep() uint64
- func (*PatternFlowGtpExtensionContentsCounter) ProtoMessage()
- func (x *PatternFlowGtpExtensionContentsCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowGtpExtensionContentsCounter) Reset()
- func (x *PatternFlowGtpExtensionContentsCounter) String() string
- type PatternFlowGtpExtensionContentsMetricTag
- func (*PatternFlowGtpExtensionContentsMetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowGtpExtensionContentsMetricTag) GetLength() uint64
- func (x *PatternFlowGtpExtensionContentsMetricTag) GetName() string
- func (x *PatternFlowGtpExtensionContentsMetricTag) GetOffset() uint64
- func (*PatternFlowGtpExtensionContentsMetricTag) ProtoMessage()
- func (x *PatternFlowGtpExtensionContentsMetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowGtpExtensionContentsMetricTag) Reset()
- func (x *PatternFlowGtpExtensionContentsMetricTag) String() string
- type PatternFlowGtpExtensionContents_Choice
- func (*PatternFlowGtpExtensionContents_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowGtpExtensionContents_Choice) ProtoMessage()
- func (x *PatternFlowGtpExtensionContents_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowGtpExtensionContents_Choice) Reset()
- func (x *PatternFlowGtpExtensionContents_Choice) String() string
- type PatternFlowGtpExtensionContents_Choice_Enum
- func (PatternFlowGtpExtensionContents_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowGtpExtensionContents_Choice_Enum) Enum() *PatternFlowGtpExtensionContents_Choice_Enum
- func (PatternFlowGtpExtensionContents_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowGtpExtensionContents_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowGtpExtensionContents_Choice_Enum) String() string
- func (PatternFlowGtpExtensionContents_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowGtpExtensionExtensionLength
- func (*PatternFlowGtpExtensionExtensionLength) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowGtpExtensionExtensionLength) GetChoice() PatternFlowGtpExtensionExtensionLength_Choice_Enum
- func (x *PatternFlowGtpExtensionExtensionLength) GetDecrement() *PatternFlowGtpExtensionExtensionLengthCounter
- func (x *PatternFlowGtpExtensionExtensionLength) GetIncrement() *PatternFlowGtpExtensionExtensionLengthCounter
- func (x *PatternFlowGtpExtensionExtensionLength) GetMetricTags() []*PatternFlowGtpExtensionExtensionLengthMetricTag
- func (x *PatternFlowGtpExtensionExtensionLength) GetValue() uint32
- func (x *PatternFlowGtpExtensionExtensionLength) GetValues() []uint32
- func (*PatternFlowGtpExtensionExtensionLength) ProtoMessage()
- func (x *PatternFlowGtpExtensionExtensionLength) ProtoReflect() protoreflect.Message
- func (x *PatternFlowGtpExtensionExtensionLength) Reset()
- func (x *PatternFlowGtpExtensionExtensionLength) String() string
- type PatternFlowGtpExtensionExtensionLengthCounter
- func (*PatternFlowGtpExtensionExtensionLengthCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowGtpExtensionExtensionLengthCounter) GetCount() uint32
- func (x *PatternFlowGtpExtensionExtensionLengthCounter) GetStart() uint32
- func (x *PatternFlowGtpExtensionExtensionLengthCounter) GetStep() uint32
- func (*PatternFlowGtpExtensionExtensionLengthCounter) ProtoMessage()
- func (x *PatternFlowGtpExtensionExtensionLengthCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowGtpExtensionExtensionLengthCounter) Reset()
- func (x *PatternFlowGtpExtensionExtensionLengthCounter) String() string
- type PatternFlowGtpExtensionExtensionLengthMetricTag
- func (*PatternFlowGtpExtensionExtensionLengthMetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowGtpExtensionExtensionLengthMetricTag) GetLength() uint32
- func (x *PatternFlowGtpExtensionExtensionLengthMetricTag) GetName() string
- func (x *PatternFlowGtpExtensionExtensionLengthMetricTag) GetOffset() uint32
- func (*PatternFlowGtpExtensionExtensionLengthMetricTag) ProtoMessage()
- func (x *PatternFlowGtpExtensionExtensionLengthMetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowGtpExtensionExtensionLengthMetricTag) Reset()
- func (x *PatternFlowGtpExtensionExtensionLengthMetricTag) String() string
- type PatternFlowGtpExtensionExtensionLength_Choice
- func (*PatternFlowGtpExtensionExtensionLength_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowGtpExtensionExtensionLength_Choice) ProtoMessage()
- func (x *PatternFlowGtpExtensionExtensionLength_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowGtpExtensionExtensionLength_Choice) Reset()
- func (x *PatternFlowGtpExtensionExtensionLength_Choice) String() string
- type PatternFlowGtpExtensionExtensionLength_Choice_Enum
- func (PatternFlowGtpExtensionExtensionLength_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowGtpExtensionExtensionLength_Choice_Enum) Enum() *PatternFlowGtpExtensionExtensionLength_Choice_Enum
- func (PatternFlowGtpExtensionExtensionLength_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowGtpExtensionExtensionLength_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowGtpExtensionExtensionLength_Choice_Enum) String() string
- func (PatternFlowGtpExtensionExtensionLength_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowGtpExtensionNextExtensionHeader
- func (*PatternFlowGtpExtensionNextExtensionHeader) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowGtpExtensionNextExtensionHeader) GetChoice() PatternFlowGtpExtensionNextExtensionHeader_Choice_Enum
- func (x *PatternFlowGtpExtensionNextExtensionHeader) GetDecrement() *PatternFlowGtpExtensionNextExtensionHeaderCounter
- func (x *PatternFlowGtpExtensionNextExtensionHeader) GetIncrement() *PatternFlowGtpExtensionNextExtensionHeaderCounter
- func (x *PatternFlowGtpExtensionNextExtensionHeader) GetMetricTags() []*PatternFlowGtpExtensionNextExtensionHeaderMetricTag
- func (x *PatternFlowGtpExtensionNextExtensionHeader) GetValue() uint32
- func (x *PatternFlowGtpExtensionNextExtensionHeader) GetValues() []uint32
- func (*PatternFlowGtpExtensionNextExtensionHeader) ProtoMessage()
- func (x *PatternFlowGtpExtensionNextExtensionHeader) ProtoReflect() protoreflect.Message
- func (x *PatternFlowGtpExtensionNextExtensionHeader) Reset()
- func (x *PatternFlowGtpExtensionNextExtensionHeader) String() string
- type PatternFlowGtpExtensionNextExtensionHeaderCounter
- func (*PatternFlowGtpExtensionNextExtensionHeaderCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowGtpExtensionNextExtensionHeaderCounter) GetCount() uint32
- func (x *PatternFlowGtpExtensionNextExtensionHeaderCounter) GetStart() uint32
- func (x *PatternFlowGtpExtensionNextExtensionHeaderCounter) GetStep() uint32
- func (*PatternFlowGtpExtensionNextExtensionHeaderCounter) ProtoMessage()
- func (x *PatternFlowGtpExtensionNextExtensionHeaderCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowGtpExtensionNextExtensionHeaderCounter) Reset()
- func (x *PatternFlowGtpExtensionNextExtensionHeaderCounter) String() string
- type PatternFlowGtpExtensionNextExtensionHeaderMetricTag
- func (*PatternFlowGtpExtensionNextExtensionHeaderMetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowGtpExtensionNextExtensionHeaderMetricTag) GetLength() uint32
- func (x *PatternFlowGtpExtensionNextExtensionHeaderMetricTag) GetName() string
- func (x *PatternFlowGtpExtensionNextExtensionHeaderMetricTag) GetOffset() uint32
- func (*PatternFlowGtpExtensionNextExtensionHeaderMetricTag) ProtoMessage()
- func (x *PatternFlowGtpExtensionNextExtensionHeaderMetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowGtpExtensionNextExtensionHeaderMetricTag) Reset()
- func (x *PatternFlowGtpExtensionNextExtensionHeaderMetricTag) String() string
- type PatternFlowGtpExtensionNextExtensionHeader_Choice
- func (*PatternFlowGtpExtensionNextExtensionHeader_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowGtpExtensionNextExtensionHeader_Choice) ProtoMessage()
- func (x *PatternFlowGtpExtensionNextExtensionHeader_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowGtpExtensionNextExtensionHeader_Choice) Reset()
- func (x *PatternFlowGtpExtensionNextExtensionHeader_Choice) String() string
- type PatternFlowGtpExtensionNextExtensionHeader_Choice_Enum
- func (PatternFlowGtpExtensionNextExtensionHeader_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowGtpExtensionNextExtensionHeader_Choice_Enum) Enum() *PatternFlowGtpExtensionNextExtensionHeader_Choice_Enum
- func (PatternFlowGtpExtensionNextExtensionHeader_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowGtpExtensionNextExtensionHeader_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowGtpExtensionNextExtensionHeader_Choice_Enum) String() string
- func (PatternFlowGtpExtensionNextExtensionHeader_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowGtpv1EFlag
- func (*PatternFlowGtpv1EFlag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowGtpv1EFlag) GetChoice() PatternFlowGtpv1EFlag_Choice_Enum
- func (x *PatternFlowGtpv1EFlag) GetDecrement() *PatternFlowGtpv1EFlagCounter
- func (x *PatternFlowGtpv1EFlag) GetIncrement() *PatternFlowGtpv1EFlagCounter
- func (x *PatternFlowGtpv1EFlag) GetMetricTags() []*PatternFlowGtpv1EFlagMetricTag
- func (x *PatternFlowGtpv1EFlag) GetValue() uint32
- func (x *PatternFlowGtpv1EFlag) GetValues() []uint32
- func (*PatternFlowGtpv1EFlag) ProtoMessage()
- func (x *PatternFlowGtpv1EFlag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowGtpv1EFlag) Reset()
- func (x *PatternFlowGtpv1EFlag) String() string
- type PatternFlowGtpv1EFlagCounter
- func (*PatternFlowGtpv1EFlagCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowGtpv1EFlagCounter) GetCount() uint32
- func (x *PatternFlowGtpv1EFlagCounter) GetStart() uint32
- func (x *PatternFlowGtpv1EFlagCounter) GetStep() uint32
- func (*PatternFlowGtpv1EFlagCounter) ProtoMessage()
- func (x *PatternFlowGtpv1EFlagCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowGtpv1EFlagCounter) Reset()
- func (x *PatternFlowGtpv1EFlagCounter) String() string
- type PatternFlowGtpv1EFlagMetricTag
- func (*PatternFlowGtpv1EFlagMetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowGtpv1EFlagMetricTag) GetLength() uint32
- func (x *PatternFlowGtpv1EFlagMetricTag) GetName() string
- func (x *PatternFlowGtpv1EFlagMetricTag) GetOffset() uint32
- func (*PatternFlowGtpv1EFlagMetricTag) ProtoMessage()
- func (x *PatternFlowGtpv1EFlagMetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowGtpv1EFlagMetricTag) Reset()
- func (x *PatternFlowGtpv1EFlagMetricTag) String() string
- type PatternFlowGtpv1EFlag_Choice
- func (*PatternFlowGtpv1EFlag_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowGtpv1EFlag_Choice) ProtoMessage()
- func (x *PatternFlowGtpv1EFlag_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowGtpv1EFlag_Choice) Reset()
- func (x *PatternFlowGtpv1EFlag_Choice) String() string
- type PatternFlowGtpv1EFlag_Choice_Enum
- func (PatternFlowGtpv1EFlag_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowGtpv1EFlag_Choice_Enum) Enum() *PatternFlowGtpv1EFlag_Choice_Enum
- func (PatternFlowGtpv1EFlag_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowGtpv1EFlag_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowGtpv1EFlag_Choice_Enum) String() string
- func (PatternFlowGtpv1EFlag_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowGtpv1MessageLength
- func (*PatternFlowGtpv1MessageLength) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowGtpv1MessageLength) GetChoice() PatternFlowGtpv1MessageLength_Choice_Enum
- func (x *PatternFlowGtpv1MessageLength) GetDecrement() *PatternFlowGtpv1MessageLengthCounter
- func (x *PatternFlowGtpv1MessageLength) GetIncrement() *PatternFlowGtpv1MessageLengthCounter
- func (x *PatternFlowGtpv1MessageLength) GetMetricTags() []*PatternFlowGtpv1MessageLengthMetricTag
- func (x *PatternFlowGtpv1MessageLength) GetValue() uint32
- func (x *PatternFlowGtpv1MessageLength) GetValues() []uint32
- func (*PatternFlowGtpv1MessageLength) ProtoMessage()
- func (x *PatternFlowGtpv1MessageLength) ProtoReflect() protoreflect.Message
- func (x *PatternFlowGtpv1MessageLength) Reset()
- func (x *PatternFlowGtpv1MessageLength) String() string
- type PatternFlowGtpv1MessageLengthCounter
- func (*PatternFlowGtpv1MessageLengthCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowGtpv1MessageLengthCounter) GetCount() uint32
- func (x *PatternFlowGtpv1MessageLengthCounter) GetStart() uint32
- func (x *PatternFlowGtpv1MessageLengthCounter) GetStep() uint32
- func (*PatternFlowGtpv1MessageLengthCounter) ProtoMessage()
- func (x *PatternFlowGtpv1MessageLengthCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowGtpv1MessageLengthCounter) Reset()
- func (x *PatternFlowGtpv1MessageLengthCounter) String() string
- type PatternFlowGtpv1MessageLengthMetricTag
- func (*PatternFlowGtpv1MessageLengthMetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowGtpv1MessageLengthMetricTag) GetLength() uint32
- func (x *PatternFlowGtpv1MessageLengthMetricTag) GetName() string
- func (x *PatternFlowGtpv1MessageLengthMetricTag) GetOffset() uint32
- func (*PatternFlowGtpv1MessageLengthMetricTag) ProtoMessage()
- func (x *PatternFlowGtpv1MessageLengthMetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowGtpv1MessageLengthMetricTag) Reset()
- func (x *PatternFlowGtpv1MessageLengthMetricTag) String() string
- type PatternFlowGtpv1MessageLength_Choice
- func (*PatternFlowGtpv1MessageLength_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowGtpv1MessageLength_Choice) ProtoMessage()
- func (x *PatternFlowGtpv1MessageLength_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowGtpv1MessageLength_Choice) Reset()
- func (x *PatternFlowGtpv1MessageLength_Choice) String() string
- type PatternFlowGtpv1MessageLength_Choice_Enum
- func (PatternFlowGtpv1MessageLength_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowGtpv1MessageLength_Choice_Enum) Enum() *PatternFlowGtpv1MessageLength_Choice_Enum
- func (PatternFlowGtpv1MessageLength_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowGtpv1MessageLength_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowGtpv1MessageLength_Choice_Enum) String() string
- func (PatternFlowGtpv1MessageLength_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowGtpv1MessageType
- func (*PatternFlowGtpv1MessageType) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowGtpv1MessageType) GetChoice() PatternFlowGtpv1MessageType_Choice_Enum
- func (x *PatternFlowGtpv1MessageType) GetDecrement() *PatternFlowGtpv1MessageTypeCounter
- func (x *PatternFlowGtpv1MessageType) GetIncrement() *PatternFlowGtpv1MessageTypeCounter
- func (x *PatternFlowGtpv1MessageType) GetMetricTags() []*PatternFlowGtpv1MessageTypeMetricTag
- func (x *PatternFlowGtpv1MessageType) GetValue() uint32
- func (x *PatternFlowGtpv1MessageType) GetValues() []uint32
- func (*PatternFlowGtpv1MessageType) ProtoMessage()
- func (x *PatternFlowGtpv1MessageType) ProtoReflect() protoreflect.Message
- func (x *PatternFlowGtpv1MessageType) Reset()
- func (x *PatternFlowGtpv1MessageType) String() string
- type PatternFlowGtpv1MessageTypeCounter
- func (*PatternFlowGtpv1MessageTypeCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowGtpv1MessageTypeCounter) GetCount() uint32
- func (x *PatternFlowGtpv1MessageTypeCounter) GetStart() uint32
- func (x *PatternFlowGtpv1MessageTypeCounter) GetStep() uint32
- func (*PatternFlowGtpv1MessageTypeCounter) ProtoMessage()
- func (x *PatternFlowGtpv1MessageTypeCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowGtpv1MessageTypeCounter) Reset()
- func (x *PatternFlowGtpv1MessageTypeCounter) String() string
- type PatternFlowGtpv1MessageTypeMetricTag
- func (*PatternFlowGtpv1MessageTypeMetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowGtpv1MessageTypeMetricTag) GetLength() uint32
- func (x *PatternFlowGtpv1MessageTypeMetricTag) GetName() string
- func (x *PatternFlowGtpv1MessageTypeMetricTag) GetOffset() uint32
- func (*PatternFlowGtpv1MessageTypeMetricTag) ProtoMessage()
- func (x *PatternFlowGtpv1MessageTypeMetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowGtpv1MessageTypeMetricTag) Reset()
- func (x *PatternFlowGtpv1MessageTypeMetricTag) String() string
- type PatternFlowGtpv1MessageType_Choice
- func (*PatternFlowGtpv1MessageType_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowGtpv1MessageType_Choice) ProtoMessage()
- func (x *PatternFlowGtpv1MessageType_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowGtpv1MessageType_Choice) Reset()
- func (x *PatternFlowGtpv1MessageType_Choice) String() string
- type PatternFlowGtpv1MessageType_Choice_Enum
- func (PatternFlowGtpv1MessageType_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowGtpv1MessageType_Choice_Enum) Enum() *PatternFlowGtpv1MessageType_Choice_Enum
- func (PatternFlowGtpv1MessageType_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowGtpv1MessageType_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowGtpv1MessageType_Choice_Enum) String() string
- func (PatternFlowGtpv1MessageType_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowGtpv1NPduNumber
- func (*PatternFlowGtpv1NPduNumber) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowGtpv1NPduNumber) GetChoice() PatternFlowGtpv1NPduNumber_Choice_Enum
- func (x *PatternFlowGtpv1NPduNumber) GetDecrement() *PatternFlowGtpv1NPduNumberCounter
- func (x *PatternFlowGtpv1NPduNumber) GetIncrement() *PatternFlowGtpv1NPduNumberCounter
- func (x *PatternFlowGtpv1NPduNumber) GetMetricTags() []*PatternFlowGtpv1NPduNumberMetricTag
- func (x *PatternFlowGtpv1NPduNumber) GetValue() uint32
- func (x *PatternFlowGtpv1NPduNumber) GetValues() []uint32
- func (*PatternFlowGtpv1NPduNumber) ProtoMessage()
- func (x *PatternFlowGtpv1NPduNumber) ProtoReflect() protoreflect.Message
- func (x *PatternFlowGtpv1NPduNumber) Reset()
- func (x *PatternFlowGtpv1NPduNumber) String() string
- type PatternFlowGtpv1NPduNumberCounter
- func (*PatternFlowGtpv1NPduNumberCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowGtpv1NPduNumberCounter) GetCount() uint32
- func (x *PatternFlowGtpv1NPduNumberCounter) GetStart() uint32
- func (x *PatternFlowGtpv1NPduNumberCounter) GetStep() uint32
- func (*PatternFlowGtpv1NPduNumberCounter) ProtoMessage()
- func (x *PatternFlowGtpv1NPduNumberCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowGtpv1NPduNumberCounter) Reset()
- func (x *PatternFlowGtpv1NPduNumberCounter) String() string
- type PatternFlowGtpv1NPduNumberMetricTag
- func (*PatternFlowGtpv1NPduNumberMetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowGtpv1NPduNumberMetricTag) GetLength() uint32
- func (x *PatternFlowGtpv1NPduNumberMetricTag) GetName() string
- func (x *PatternFlowGtpv1NPduNumberMetricTag) GetOffset() uint32
- func (*PatternFlowGtpv1NPduNumberMetricTag) ProtoMessage()
- func (x *PatternFlowGtpv1NPduNumberMetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowGtpv1NPduNumberMetricTag) Reset()
- func (x *PatternFlowGtpv1NPduNumberMetricTag) String() string
- type PatternFlowGtpv1NPduNumber_Choice
- func (*PatternFlowGtpv1NPduNumber_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowGtpv1NPduNumber_Choice) ProtoMessage()
- func (x *PatternFlowGtpv1NPduNumber_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowGtpv1NPduNumber_Choice) Reset()
- func (x *PatternFlowGtpv1NPduNumber_Choice) String() string
- type PatternFlowGtpv1NPduNumber_Choice_Enum
- func (PatternFlowGtpv1NPduNumber_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowGtpv1NPduNumber_Choice_Enum) Enum() *PatternFlowGtpv1NPduNumber_Choice_Enum
- func (PatternFlowGtpv1NPduNumber_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowGtpv1NPduNumber_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowGtpv1NPduNumber_Choice_Enum) String() string
- func (PatternFlowGtpv1NPduNumber_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowGtpv1NextExtensionHeaderType
- func (*PatternFlowGtpv1NextExtensionHeaderType) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowGtpv1NextExtensionHeaderType) GetChoice() PatternFlowGtpv1NextExtensionHeaderType_Choice_Enum
- func (x *PatternFlowGtpv1NextExtensionHeaderType) GetDecrement() *PatternFlowGtpv1NextExtensionHeaderTypeCounter
- func (x *PatternFlowGtpv1NextExtensionHeaderType) GetIncrement() *PatternFlowGtpv1NextExtensionHeaderTypeCounter
- func (x *PatternFlowGtpv1NextExtensionHeaderType) GetMetricTags() []*PatternFlowGtpv1NextExtensionHeaderTypeMetricTag
- func (x *PatternFlowGtpv1NextExtensionHeaderType) GetValue() uint32
- func (x *PatternFlowGtpv1NextExtensionHeaderType) GetValues() []uint32
- func (*PatternFlowGtpv1NextExtensionHeaderType) ProtoMessage()
- func (x *PatternFlowGtpv1NextExtensionHeaderType) ProtoReflect() protoreflect.Message
- func (x *PatternFlowGtpv1NextExtensionHeaderType) Reset()
- func (x *PatternFlowGtpv1NextExtensionHeaderType) String() string
- type PatternFlowGtpv1NextExtensionHeaderTypeCounter
- func (*PatternFlowGtpv1NextExtensionHeaderTypeCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowGtpv1NextExtensionHeaderTypeCounter) GetCount() uint32
- func (x *PatternFlowGtpv1NextExtensionHeaderTypeCounter) GetStart() uint32
- func (x *PatternFlowGtpv1NextExtensionHeaderTypeCounter) GetStep() uint32
- func (*PatternFlowGtpv1NextExtensionHeaderTypeCounter) ProtoMessage()
- func (x *PatternFlowGtpv1NextExtensionHeaderTypeCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowGtpv1NextExtensionHeaderTypeCounter) Reset()
- func (x *PatternFlowGtpv1NextExtensionHeaderTypeCounter) String() string
- type PatternFlowGtpv1NextExtensionHeaderTypeMetricTag
- func (*PatternFlowGtpv1NextExtensionHeaderTypeMetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowGtpv1NextExtensionHeaderTypeMetricTag) GetLength() uint32
- func (x *PatternFlowGtpv1NextExtensionHeaderTypeMetricTag) GetName() string
- func (x *PatternFlowGtpv1NextExtensionHeaderTypeMetricTag) GetOffset() uint32
- func (*PatternFlowGtpv1NextExtensionHeaderTypeMetricTag) ProtoMessage()
- func (x *PatternFlowGtpv1NextExtensionHeaderTypeMetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowGtpv1NextExtensionHeaderTypeMetricTag) Reset()
- func (x *PatternFlowGtpv1NextExtensionHeaderTypeMetricTag) String() string
- type PatternFlowGtpv1NextExtensionHeaderType_Choice
- func (*PatternFlowGtpv1NextExtensionHeaderType_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowGtpv1NextExtensionHeaderType_Choice) ProtoMessage()
- func (x *PatternFlowGtpv1NextExtensionHeaderType_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowGtpv1NextExtensionHeaderType_Choice) Reset()
- func (x *PatternFlowGtpv1NextExtensionHeaderType_Choice) String() string
- type PatternFlowGtpv1NextExtensionHeaderType_Choice_Enum
- func (PatternFlowGtpv1NextExtensionHeaderType_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowGtpv1NextExtensionHeaderType_Choice_Enum) Enum() *PatternFlowGtpv1NextExtensionHeaderType_Choice_Enum
- func (PatternFlowGtpv1NextExtensionHeaderType_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowGtpv1NextExtensionHeaderType_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowGtpv1NextExtensionHeaderType_Choice_Enum) String() string
- func (PatternFlowGtpv1NextExtensionHeaderType_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowGtpv1PnFlag
- func (*PatternFlowGtpv1PnFlag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowGtpv1PnFlag) GetChoice() PatternFlowGtpv1PnFlag_Choice_Enum
- func (x *PatternFlowGtpv1PnFlag) GetDecrement() *PatternFlowGtpv1PnFlagCounter
- func (x *PatternFlowGtpv1PnFlag) GetIncrement() *PatternFlowGtpv1PnFlagCounter
- func (x *PatternFlowGtpv1PnFlag) GetMetricTags() []*PatternFlowGtpv1PnFlagMetricTag
- func (x *PatternFlowGtpv1PnFlag) GetValue() uint32
- func (x *PatternFlowGtpv1PnFlag) GetValues() []uint32
- func (*PatternFlowGtpv1PnFlag) ProtoMessage()
- func (x *PatternFlowGtpv1PnFlag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowGtpv1PnFlag) Reset()
- func (x *PatternFlowGtpv1PnFlag) String() string
- type PatternFlowGtpv1PnFlagCounter
- func (*PatternFlowGtpv1PnFlagCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowGtpv1PnFlagCounter) GetCount() uint32
- func (x *PatternFlowGtpv1PnFlagCounter) GetStart() uint32
- func (x *PatternFlowGtpv1PnFlagCounter) GetStep() uint32
- func (*PatternFlowGtpv1PnFlagCounter) ProtoMessage()
- func (x *PatternFlowGtpv1PnFlagCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowGtpv1PnFlagCounter) Reset()
- func (x *PatternFlowGtpv1PnFlagCounter) String() string
- type PatternFlowGtpv1PnFlagMetricTag
- func (*PatternFlowGtpv1PnFlagMetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowGtpv1PnFlagMetricTag) GetLength() uint32
- func (x *PatternFlowGtpv1PnFlagMetricTag) GetName() string
- func (x *PatternFlowGtpv1PnFlagMetricTag) GetOffset() uint32
- func (*PatternFlowGtpv1PnFlagMetricTag) ProtoMessage()
- func (x *PatternFlowGtpv1PnFlagMetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowGtpv1PnFlagMetricTag) Reset()
- func (x *PatternFlowGtpv1PnFlagMetricTag) String() string
- type PatternFlowGtpv1PnFlag_Choice
- func (*PatternFlowGtpv1PnFlag_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowGtpv1PnFlag_Choice) ProtoMessage()
- func (x *PatternFlowGtpv1PnFlag_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowGtpv1PnFlag_Choice) Reset()
- func (x *PatternFlowGtpv1PnFlag_Choice) String() string
- type PatternFlowGtpv1PnFlag_Choice_Enum
- func (PatternFlowGtpv1PnFlag_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowGtpv1PnFlag_Choice_Enum) Enum() *PatternFlowGtpv1PnFlag_Choice_Enum
- func (PatternFlowGtpv1PnFlag_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowGtpv1PnFlag_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowGtpv1PnFlag_Choice_Enum) String() string
- func (PatternFlowGtpv1PnFlag_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowGtpv1ProtocolType
- func (*PatternFlowGtpv1ProtocolType) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowGtpv1ProtocolType) GetChoice() PatternFlowGtpv1ProtocolType_Choice_Enum
- func (x *PatternFlowGtpv1ProtocolType) GetDecrement() *PatternFlowGtpv1ProtocolTypeCounter
- func (x *PatternFlowGtpv1ProtocolType) GetIncrement() *PatternFlowGtpv1ProtocolTypeCounter
- func (x *PatternFlowGtpv1ProtocolType) GetMetricTags() []*PatternFlowGtpv1ProtocolTypeMetricTag
- func (x *PatternFlowGtpv1ProtocolType) GetValue() uint32
- func (x *PatternFlowGtpv1ProtocolType) GetValues() []uint32
- func (*PatternFlowGtpv1ProtocolType) ProtoMessage()
- func (x *PatternFlowGtpv1ProtocolType) ProtoReflect() protoreflect.Message
- func (x *PatternFlowGtpv1ProtocolType) Reset()
- func (x *PatternFlowGtpv1ProtocolType) String() string
- type PatternFlowGtpv1ProtocolTypeCounter
- func (*PatternFlowGtpv1ProtocolTypeCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowGtpv1ProtocolTypeCounter) GetCount() uint32
- func (x *PatternFlowGtpv1ProtocolTypeCounter) GetStart() uint32
- func (x *PatternFlowGtpv1ProtocolTypeCounter) GetStep() uint32
- func (*PatternFlowGtpv1ProtocolTypeCounter) ProtoMessage()
- func (x *PatternFlowGtpv1ProtocolTypeCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowGtpv1ProtocolTypeCounter) Reset()
- func (x *PatternFlowGtpv1ProtocolTypeCounter) String() string
- type PatternFlowGtpv1ProtocolTypeMetricTag
- func (*PatternFlowGtpv1ProtocolTypeMetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowGtpv1ProtocolTypeMetricTag) GetLength() uint32
- func (x *PatternFlowGtpv1ProtocolTypeMetricTag) GetName() string
- func (x *PatternFlowGtpv1ProtocolTypeMetricTag) GetOffset() uint32
- func (*PatternFlowGtpv1ProtocolTypeMetricTag) ProtoMessage()
- func (x *PatternFlowGtpv1ProtocolTypeMetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowGtpv1ProtocolTypeMetricTag) Reset()
- func (x *PatternFlowGtpv1ProtocolTypeMetricTag) String() string
- type PatternFlowGtpv1ProtocolType_Choice
- func (*PatternFlowGtpv1ProtocolType_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowGtpv1ProtocolType_Choice) ProtoMessage()
- func (x *PatternFlowGtpv1ProtocolType_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowGtpv1ProtocolType_Choice) Reset()
- func (x *PatternFlowGtpv1ProtocolType_Choice) String() string
- type PatternFlowGtpv1ProtocolType_Choice_Enum
- func (PatternFlowGtpv1ProtocolType_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowGtpv1ProtocolType_Choice_Enum) Enum() *PatternFlowGtpv1ProtocolType_Choice_Enum
- func (PatternFlowGtpv1ProtocolType_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowGtpv1ProtocolType_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowGtpv1ProtocolType_Choice_Enum) String() string
- func (PatternFlowGtpv1ProtocolType_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowGtpv1Reserved
- func (*PatternFlowGtpv1Reserved) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowGtpv1Reserved) GetChoice() PatternFlowGtpv1Reserved_Choice_Enum
- func (x *PatternFlowGtpv1Reserved) GetDecrement() *PatternFlowGtpv1ReservedCounter
- func (x *PatternFlowGtpv1Reserved) GetIncrement() *PatternFlowGtpv1ReservedCounter
- func (x *PatternFlowGtpv1Reserved) GetMetricTags() []*PatternFlowGtpv1ReservedMetricTag
- func (x *PatternFlowGtpv1Reserved) GetValue() uint32
- func (x *PatternFlowGtpv1Reserved) GetValues() []uint32
- func (*PatternFlowGtpv1Reserved) ProtoMessage()
- func (x *PatternFlowGtpv1Reserved) ProtoReflect() protoreflect.Message
- func (x *PatternFlowGtpv1Reserved) Reset()
- func (x *PatternFlowGtpv1Reserved) String() string
- type PatternFlowGtpv1ReservedCounter
- func (*PatternFlowGtpv1ReservedCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowGtpv1ReservedCounter) GetCount() uint32
- func (x *PatternFlowGtpv1ReservedCounter) GetStart() uint32
- func (x *PatternFlowGtpv1ReservedCounter) GetStep() uint32
- func (*PatternFlowGtpv1ReservedCounter) ProtoMessage()
- func (x *PatternFlowGtpv1ReservedCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowGtpv1ReservedCounter) Reset()
- func (x *PatternFlowGtpv1ReservedCounter) String() string
- type PatternFlowGtpv1ReservedMetricTag
- func (*PatternFlowGtpv1ReservedMetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowGtpv1ReservedMetricTag) GetLength() uint32
- func (x *PatternFlowGtpv1ReservedMetricTag) GetName() string
- func (x *PatternFlowGtpv1ReservedMetricTag) GetOffset() uint32
- func (*PatternFlowGtpv1ReservedMetricTag) ProtoMessage()
- func (x *PatternFlowGtpv1ReservedMetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowGtpv1ReservedMetricTag) Reset()
- func (x *PatternFlowGtpv1ReservedMetricTag) String() string
- type PatternFlowGtpv1Reserved_Choice
- func (*PatternFlowGtpv1Reserved_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowGtpv1Reserved_Choice) ProtoMessage()
- func (x *PatternFlowGtpv1Reserved_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowGtpv1Reserved_Choice) Reset()
- func (x *PatternFlowGtpv1Reserved_Choice) String() string
- type PatternFlowGtpv1Reserved_Choice_Enum
- func (PatternFlowGtpv1Reserved_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowGtpv1Reserved_Choice_Enum) Enum() *PatternFlowGtpv1Reserved_Choice_Enum
- func (PatternFlowGtpv1Reserved_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowGtpv1Reserved_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowGtpv1Reserved_Choice_Enum) String() string
- func (PatternFlowGtpv1Reserved_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowGtpv1SFlag
- func (*PatternFlowGtpv1SFlag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowGtpv1SFlag) GetChoice() PatternFlowGtpv1SFlag_Choice_Enum
- func (x *PatternFlowGtpv1SFlag) GetDecrement() *PatternFlowGtpv1SFlagCounter
- func (x *PatternFlowGtpv1SFlag) GetIncrement() *PatternFlowGtpv1SFlagCounter
- func (x *PatternFlowGtpv1SFlag) GetMetricTags() []*PatternFlowGtpv1SFlagMetricTag
- func (x *PatternFlowGtpv1SFlag) GetValue() uint32
- func (x *PatternFlowGtpv1SFlag) GetValues() []uint32
- func (*PatternFlowGtpv1SFlag) ProtoMessage()
- func (x *PatternFlowGtpv1SFlag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowGtpv1SFlag) Reset()
- func (x *PatternFlowGtpv1SFlag) String() string
- type PatternFlowGtpv1SFlagCounter
- func (*PatternFlowGtpv1SFlagCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowGtpv1SFlagCounter) GetCount() uint32
- func (x *PatternFlowGtpv1SFlagCounter) GetStart() uint32
- func (x *PatternFlowGtpv1SFlagCounter) GetStep() uint32
- func (*PatternFlowGtpv1SFlagCounter) ProtoMessage()
- func (x *PatternFlowGtpv1SFlagCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowGtpv1SFlagCounter) Reset()
- func (x *PatternFlowGtpv1SFlagCounter) String() string
- type PatternFlowGtpv1SFlagMetricTag
- func (*PatternFlowGtpv1SFlagMetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowGtpv1SFlagMetricTag) GetLength() uint32
- func (x *PatternFlowGtpv1SFlagMetricTag) GetName() string
- func (x *PatternFlowGtpv1SFlagMetricTag) GetOffset() uint32
- func (*PatternFlowGtpv1SFlagMetricTag) ProtoMessage()
- func (x *PatternFlowGtpv1SFlagMetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowGtpv1SFlagMetricTag) Reset()
- func (x *PatternFlowGtpv1SFlagMetricTag) String() string
- type PatternFlowGtpv1SFlag_Choice
- func (*PatternFlowGtpv1SFlag_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowGtpv1SFlag_Choice) ProtoMessage()
- func (x *PatternFlowGtpv1SFlag_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowGtpv1SFlag_Choice) Reset()
- func (x *PatternFlowGtpv1SFlag_Choice) String() string
- type PatternFlowGtpv1SFlag_Choice_Enum
- func (PatternFlowGtpv1SFlag_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowGtpv1SFlag_Choice_Enum) Enum() *PatternFlowGtpv1SFlag_Choice_Enum
- func (PatternFlowGtpv1SFlag_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowGtpv1SFlag_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowGtpv1SFlag_Choice_Enum) String() string
- func (PatternFlowGtpv1SFlag_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowGtpv1SquenceNumber
- func (*PatternFlowGtpv1SquenceNumber) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowGtpv1SquenceNumber) GetChoice() PatternFlowGtpv1SquenceNumber_Choice_Enum
- func (x *PatternFlowGtpv1SquenceNumber) GetDecrement() *PatternFlowGtpv1SquenceNumberCounter
- func (x *PatternFlowGtpv1SquenceNumber) GetIncrement() *PatternFlowGtpv1SquenceNumberCounter
- func (x *PatternFlowGtpv1SquenceNumber) GetMetricTags() []*PatternFlowGtpv1SquenceNumberMetricTag
- func (x *PatternFlowGtpv1SquenceNumber) GetValue() uint32
- func (x *PatternFlowGtpv1SquenceNumber) GetValues() []uint32
- func (*PatternFlowGtpv1SquenceNumber) ProtoMessage()
- func (x *PatternFlowGtpv1SquenceNumber) ProtoReflect() protoreflect.Message
- func (x *PatternFlowGtpv1SquenceNumber) Reset()
- func (x *PatternFlowGtpv1SquenceNumber) String() string
- type PatternFlowGtpv1SquenceNumberCounter
- func (*PatternFlowGtpv1SquenceNumberCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowGtpv1SquenceNumberCounter) GetCount() uint32
- func (x *PatternFlowGtpv1SquenceNumberCounter) GetStart() uint32
- func (x *PatternFlowGtpv1SquenceNumberCounter) GetStep() uint32
- func (*PatternFlowGtpv1SquenceNumberCounter) ProtoMessage()
- func (x *PatternFlowGtpv1SquenceNumberCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowGtpv1SquenceNumberCounter) Reset()
- func (x *PatternFlowGtpv1SquenceNumberCounter) String() string
- type PatternFlowGtpv1SquenceNumberMetricTag
- func (*PatternFlowGtpv1SquenceNumberMetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowGtpv1SquenceNumberMetricTag) GetLength() uint32
- func (x *PatternFlowGtpv1SquenceNumberMetricTag) GetName() string
- func (x *PatternFlowGtpv1SquenceNumberMetricTag) GetOffset() uint32
- func (*PatternFlowGtpv1SquenceNumberMetricTag) ProtoMessage()
- func (x *PatternFlowGtpv1SquenceNumberMetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowGtpv1SquenceNumberMetricTag) Reset()
- func (x *PatternFlowGtpv1SquenceNumberMetricTag) String() string
- type PatternFlowGtpv1SquenceNumber_Choice
- func (*PatternFlowGtpv1SquenceNumber_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowGtpv1SquenceNumber_Choice) ProtoMessage()
- func (x *PatternFlowGtpv1SquenceNumber_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowGtpv1SquenceNumber_Choice) Reset()
- func (x *PatternFlowGtpv1SquenceNumber_Choice) String() string
- type PatternFlowGtpv1SquenceNumber_Choice_Enum
- func (PatternFlowGtpv1SquenceNumber_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowGtpv1SquenceNumber_Choice_Enum) Enum() *PatternFlowGtpv1SquenceNumber_Choice_Enum
- func (PatternFlowGtpv1SquenceNumber_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowGtpv1SquenceNumber_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowGtpv1SquenceNumber_Choice_Enum) String() string
- func (PatternFlowGtpv1SquenceNumber_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowGtpv1Teid
- func (*PatternFlowGtpv1Teid) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowGtpv1Teid) GetChoice() PatternFlowGtpv1Teid_Choice_Enum
- func (x *PatternFlowGtpv1Teid) GetDecrement() *PatternFlowGtpv1TeidCounter
- func (x *PatternFlowGtpv1Teid) GetIncrement() *PatternFlowGtpv1TeidCounter
- func (x *PatternFlowGtpv1Teid) GetMetricTags() []*PatternFlowGtpv1TeidMetricTag
- func (x *PatternFlowGtpv1Teid) GetValue() uint32
- func (x *PatternFlowGtpv1Teid) GetValues() []uint32
- func (*PatternFlowGtpv1Teid) ProtoMessage()
- func (x *PatternFlowGtpv1Teid) ProtoReflect() protoreflect.Message
- func (x *PatternFlowGtpv1Teid) Reset()
- func (x *PatternFlowGtpv1Teid) String() string
- type PatternFlowGtpv1TeidCounter
- func (*PatternFlowGtpv1TeidCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowGtpv1TeidCounter) GetCount() uint32
- func (x *PatternFlowGtpv1TeidCounter) GetStart() uint32
- func (x *PatternFlowGtpv1TeidCounter) GetStep() uint32
- func (*PatternFlowGtpv1TeidCounter) ProtoMessage()
- func (x *PatternFlowGtpv1TeidCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowGtpv1TeidCounter) Reset()
- func (x *PatternFlowGtpv1TeidCounter) String() string
- type PatternFlowGtpv1TeidMetricTag
- func (*PatternFlowGtpv1TeidMetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowGtpv1TeidMetricTag) GetLength() uint32
- func (x *PatternFlowGtpv1TeidMetricTag) GetName() string
- func (x *PatternFlowGtpv1TeidMetricTag) GetOffset() uint32
- func (*PatternFlowGtpv1TeidMetricTag) ProtoMessage()
- func (x *PatternFlowGtpv1TeidMetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowGtpv1TeidMetricTag) Reset()
- func (x *PatternFlowGtpv1TeidMetricTag) String() string
- type PatternFlowGtpv1Teid_Choice
- type PatternFlowGtpv1Teid_Choice_Enum
- func (PatternFlowGtpv1Teid_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowGtpv1Teid_Choice_Enum) Enum() *PatternFlowGtpv1Teid_Choice_Enum
- func (PatternFlowGtpv1Teid_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowGtpv1Teid_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowGtpv1Teid_Choice_Enum) String() string
- func (PatternFlowGtpv1Teid_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowGtpv1Version
- func (*PatternFlowGtpv1Version) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowGtpv1Version) GetChoice() PatternFlowGtpv1Version_Choice_Enum
- func (x *PatternFlowGtpv1Version) GetDecrement() *PatternFlowGtpv1VersionCounter
- func (x *PatternFlowGtpv1Version) GetIncrement() *PatternFlowGtpv1VersionCounter
- func (x *PatternFlowGtpv1Version) GetMetricTags() []*PatternFlowGtpv1VersionMetricTag
- func (x *PatternFlowGtpv1Version) GetValue() uint32
- func (x *PatternFlowGtpv1Version) GetValues() []uint32
- func (*PatternFlowGtpv1Version) ProtoMessage()
- func (x *PatternFlowGtpv1Version) ProtoReflect() protoreflect.Message
- func (x *PatternFlowGtpv1Version) Reset()
- func (x *PatternFlowGtpv1Version) String() string
- type PatternFlowGtpv1VersionCounter
- func (*PatternFlowGtpv1VersionCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowGtpv1VersionCounter) GetCount() uint32
- func (x *PatternFlowGtpv1VersionCounter) GetStart() uint32
- func (x *PatternFlowGtpv1VersionCounter) GetStep() uint32
- func (*PatternFlowGtpv1VersionCounter) ProtoMessage()
- func (x *PatternFlowGtpv1VersionCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowGtpv1VersionCounter) Reset()
- func (x *PatternFlowGtpv1VersionCounter) String() string
- type PatternFlowGtpv1VersionMetricTag
- func (*PatternFlowGtpv1VersionMetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowGtpv1VersionMetricTag) GetLength() uint32
- func (x *PatternFlowGtpv1VersionMetricTag) GetName() string
- func (x *PatternFlowGtpv1VersionMetricTag) GetOffset() uint32
- func (*PatternFlowGtpv1VersionMetricTag) ProtoMessage()
- func (x *PatternFlowGtpv1VersionMetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowGtpv1VersionMetricTag) Reset()
- func (x *PatternFlowGtpv1VersionMetricTag) String() string
- type PatternFlowGtpv1Version_Choice
- func (*PatternFlowGtpv1Version_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowGtpv1Version_Choice) ProtoMessage()
- func (x *PatternFlowGtpv1Version_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowGtpv1Version_Choice) Reset()
- func (x *PatternFlowGtpv1Version_Choice) String() string
- type PatternFlowGtpv1Version_Choice_Enum
- func (PatternFlowGtpv1Version_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowGtpv1Version_Choice_Enum) Enum() *PatternFlowGtpv1Version_Choice_Enum
- func (PatternFlowGtpv1Version_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowGtpv1Version_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowGtpv1Version_Choice_Enum) String() string
- func (PatternFlowGtpv1Version_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowGtpv2MessageLength
- func (*PatternFlowGtpv2MessageLength) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowGtpv2MessageLength) GetChoice() PatternFlowGtpv2MessageLength_Choice_Enum
- func (x *PatternFlowGtpv2MessageLength) GetDecrement() *PatternFlowGtpv2MessageLengthCounter
- func (x *PatternFlowGtpv2MessageLength) GetIncrement() *PatternFlowGtpv2MessageLengthCounter
- func (x *PatternFlowGtpv2MessageLength) GetMetricTags() []*PatternFlowGtpv2MessageLengthMetricTag
- func (x *PatternFlowGtpv2MessageLength) GetValue() uint32
- func (x *PatternFlowGtpv2MessageLength) GetValues() []uint32
- func (*PatternFlowGtpv2MessageLength) ProtoMessage()
- func (x *PatternFlowGtpv2MessageLength) ProtoReflect() protoreflect.Message
- func (x *PatternFlowGtpv2MessageLength) Reset()
- func (x *PatternFlowGtpv2MessageLength) String() string
- type PatternFlowGtpv2MessageLengthCounter
- func (*PatternFlowGtpv2MessageLengthCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowGtpv2MessageLengthCounter) GetCount() uint32
- func (x *PatternFlowGtpv2MessageLengthCounter) GetStart() uint32
- func (x *PatternFlowGtpv2MessageLengthCounter) GetStep() uint32
- func (*PatternFlowGtpv2MessageLengthCounter) ProtoMessage()
- func (x *PatternFlowGtpv2MessageLengthCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowGtpv2MessageLengthCounter) Reset()
- func (x *PatternFlowGtpv2MessageLengthCounter) String() string
- type PatternFlowGtpv2MessageLengthMetricTag
- func (*PatternFlowGtpv2MessageLengthMetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowGtpv2MessageLengthMetricTag) GetLength() uint32
- func (x *PatternFlowGtpv2MessageLengthMetricTag) GetName() string
- func (x *PatternFlowGtpv2MessageLengthMetricTag) GetOffset() uint32
- func (*PatternFlowGtpv2MessageLengthMetricTag) ProtoMessage()
- func (x *PatternFlowGtpv2MessageLengthMetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowGtpv2MessageLengthMetricTag) Reset()
- func (x *PatternFlowGtpv2MessageLengthMetricTag) String() string
- type PatternFlowGtpv2MessageLength_Choice
- func (*PatternFlowGtpv2MessageLength_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowGtpv2MessageLength_Choice) ProtoMessage()
- func (x *PatternFlowGtpv2MessageLength_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowGtpv2MessageLength_Choice) Reset()
- func (x *PatternFlowGtpv2MessageLength_Choice) String() string
- type PatternFlowGtpv2MessageLength_Choice_Enum
- func (PatternFlowGtpv2MessageLength_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowGtpv2MessageLength_Choice_Enum) Enum() *PatternFlowGtpv2MessageLength_Choice_Enum
- func (PatternFlowGtpv2MessageLength_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowGtpv2MessageLength_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowGtpv2MessageLength_Choice_Enum) String() string
- func (PatternFlowGtpv2MessageLength_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowGtpv2MessageType
- func (*PatternFlowGtpv2MessageType) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowGtpv2MessageType) GetChoice() PatternFlowGtpv2MessageType_Choice_Enum
- func (x *PatternFlowGtpv2MessageType) GetDecrement() *PatternFlowGtpv2MessageTypeCounter
- func (x *PatternFlowGtpv2MessageType) GetIncrement() *PatternFlowGtpv2MessageTypeCounter
- func (x *PatternFlowGtpv2MessageType) GetMetricTags() []*PatternFlowGtpv2MessageTypeMetricTag
- func (x *PatternFlowGtpv2MessageType) GetValue() uint32
- func (x *PatternFlowGtpv2MessageType) GetValues() []uint32
- func (*PatternFlowGtpv2MessageType) ProtoMessage()
- func (x *PatternFlowGtpv2MessageType) ProtoReflect() protoreflect.Message
- func (x *PatternFlowGtpv2MessageType) Reset()
- func (x *PatternFlowGtpv2MessageType) String() string
- type PatternFlowGtpv2MessageTypeCounter
- func (*PatternFlowGtpv2MessageTypeCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowGtpv2MessageTypeCounter) GetCount() uint32
- func (x *PatternFlowGtpv2MessageTypeCounter) GetStart() uint32
- func (x *PatternFlowGtpv2MessageTypeCounter) GetStep() uint32
- func (*PatternFlowGtpv2MessageTypeCounter) ProtoMessage()
- func (x *PatternFlowGtpv2MessageTypeCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowGtpv2MessageTypeCounter) Reset()
- func (x *PatternFlowGtpv2MessageTypeCounter) String() string
- type PatternFlowGtpv2MessageTypeMetricTag
- func (*PatternFlowGtpv2MessageTypeMetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowGtpv2MessageTypeMetricTag) GetLength() uint32
- func (x *PatternFlowGtpv2MessageTypeMetricTag) GetName() string
- func (x *PatternFlowGtpv2MessageTypeMetricTag) GetOffset() uint32
- func (*PatternFlowGtpv2MessageTypeMetricTag) ProtoMessage()
- func (x *PatternFlowGtpv2MessageTypeMetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowGtpv2MessageTypeMetricTag) Reset()
- func (x *PatternFlowGtpv2MessageTypeMetricTag) String() string
- type PatternFlowGtpv2MessageType_Choice
- func (*PatternFlowGtpv2MessageType_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowGtpv2MessageType_Choice) ProtoMessage()
- func (x *PatternFlowGtpv2MessageType_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowGtpv2MessageType_Choice) Reset()
- func (x *PatternFlowGtpv2MessageType_Choice) String() string
- type PatternFlowGtpv2MessageType_Choice_Enum
- func (PatternFlowGtpv2MessageType_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowGtpv2MessageType_Choice_Enum) Enum() *PatternFlowGtpv2MessageType_Choice_Enum
- func (PatternFlowGtpv2MessageType_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowGtpv2MessageType_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowGtpv2MessageType_Choice_Enum) String() string
- func (PatternFlowGtpv2MessageType_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowGtpv2PiggybackingFlag
- func (*PatternFlowGtpv2PiggybackingFlag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowGtpv2PiggybackingFlag) GetChoice() PatternFlowGtpv2PiggybackingFlag_Choice_Enum
- func (x *PatternFlowGtpv2PiggybackingFlag) GetDecrement() *PatternFlowGtpv2PiggybackingFlagCounter
- func (x *PatternFlowGtpv2PiggybackingFlag) GetIncrement() *PatternFlowGtpv2PiggybackingFlagCounter
- func (x *PatternFlowGtpv2PiggybackingFlag) GetMetricTags() []*PatternFlowGtpv2PiggybackingFlagMetricTag
- func (x *PatternFlowGtpv2PiggybackingFlag) GetValue() uint32
- func (x *PatternFlowGtpv2PiggybackingFlag) GetValues() []uint32
- func (*PatternFlowGtpv2PiggybackingFlag) ProtoMessage()
- func (x *PatternFlowGtpv2PiggybackingFlag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowGtpv2PiggybackingFlag) Reset()
- func (x *PatternFlowGtpv2PiggybackingFlag) String() string
- type PatternFlowGtpv2PiggybackingFlagCounter
- func (*PatternFlowGtpv2PiggybackingFlagCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowGtpv2PiggybackingFlagCounter) GetCount() uint32
- func (x *PatternFlowGtpv2PiggybackingFlagCounter) GetStart() uint32
- func (x *PatternFlowGtpv2PiggybackingFlagCounter) GetStep() uint32
- func (*PatternFlowGtpv2PiggybackingFlagCounter) ProtoMessage()
- func (x *PatternFlowGtpv2PiggybackingFlagCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowGtpv2PiggybackingFlagCounter) Reset()
- func (x *PatternFlowGtpv2PiggybackingFlagCounter) String() string
- type PatternFlowGtpv2PiggybackingFlagMetricTag
- func (*PatternFlowGtpv2PiggybackingFlagMetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowGtpv2PiggybackingFlagMetricTag) GetLength() uint32
- func (x *PatternFlowGtpv2PiggybackingFlagMetricTag) GetName() string
- func (x *PatternFlowGtpv2PiggybackingFlagMetricTag) GetOffset() uint32
- func (*PatternFlowGtpv2PiggybackingFlagMetricTag) ProtoMessage()
- func (x *PatternFlowGtpv2PiggybackingFlagMetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowGtpv2PiggybackingFlagMetricTag) Reset()
- func (x *PatternFlowGtpv2PiggybackingFlagMetricTag) String() string
- type PatternFlowGtpv2PiggybackingFlag_Choice
- func (*PatternFlowGtpv2PiggybackingFlag_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowGtpv2PiggybackingFlag_Choice) ProtoMessage()
- func (x *PatternFlowGtpv2PiggybackingFlag_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowGtpv2PiggybackingFlag_Choice) Reset()
- func (x *PatternFlowGtpv2PiggybackingFlag_Choice) String() string
- type PatternFlowGtpv2PiggybackingFlag_Choice_Enum
- func (PatternFlowGtpv2PiggybackingFlag_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowGtpv2PiggybackingFlag_Choice_Enum) Enum() *PatternFlowGtpv2PiggybackingFlag_Choice_Enum
- func (PatternFlowGtpv2PiggybackingFlag_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowGtpv2PiggybackingFlag_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowGtpv2PiggybackingFlag_Choice_Enum) String() string
- func (PatternFlowGtpv2PiggybackingFlag_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowGtpv2SequenceNumber
- func (*PatternFlowGtpv2SequenceNumber) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowGtpv2SequenceNumber) GetChoice() PatternFlowGtpv2SequenceNumber_Choice_Enum
- func (x *PatternFlowGtpv2SequenceNumber) GetDecrement() *PatternFlowGtpv2SequenceNumberCounter
- func (x *PatternFlowGtpv2SequenceNumber) GetIncrement() *PatternFlowGtpv2SequenceNumberCounter
- func (x *PatternFlowGtpv2SequenceNumber) GetMetricTags() []*PatternFlowGtpv2SequenceNumberMetricTag
- func (x *PatternFlowGtpv2SequenceNumber) GetValue() uint32
- func (x *PatternFlowGtpv2SequenceNumber) GetValues() []uint32
- func (*PatternFlowGtpv2SequenceNumber) ProtoMessage()
- func (x *PatternFlowGtpv2SequenceNumber) ProtoReflect() protoreflect.Message
- func (x *PatternFlowGtpv2SequenceNumber) Reset()
- func (x *PatternFlowGtpv2SequenceNumber) String() string
- type PatternFlowGtpv2SequenceNumberCounter
- func (*PatternFlowGtpv2SequenceNumberCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowGtpv2SequenceNumberCounter) GetCount() uint32
- func (x *PatternFlowGtpv2SequenceNumberCounter) GetStart() uint32
- func (x *PatternFlowGtpv2SequenceNumberCounter) GetStep() uint32
- func (*PatternFlowGtpv2SequenceNumberCounter) ProtoMessage()
- func (x *PatternFlowGtpv2SequenceNumberCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowGtpv2SequenceNumberCounter) Reset()
- func (x *PatternFlowGtpv2SequenceNumberCounter) String() string
- type PatternFlowGtpv2SequenceNumberMetricTag
- func (*PatternFlowGtpv2SequenceNumberMetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowGtpv2SequenceNumberMetricTag) GetLength() uint32
- func (x *PatternFlowGtpv2SequenceNumberMetricTag) GetName() string
- func (x *PatternFlowGtpv2SequenceNumberMetricTag) GetOffset() uint32
- func (*PatternFlowGtpv2SequenceNumberMetricTag) ProtoMessage()
- func (x *PatternFlowGtpv2SequenceNumberMetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowGtpv2SequenceNumberMetricTag) Reset()
- func (x *PatternFlowGtpv2SequenceNumberMetricTag) String() string
- type PatternFlowGtpv2SequenceNumber_Choice
- func (*PatternFlowGtpv2SequenceNumber_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowGtpv2SequenceNumber_Choice) ProtoMessage()
- func (x *PatternFlowGtpv2SequenceNumber_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowGtpv2SequenceNumber_Choice) Reset()
- func (x *PatternFlowGtpv2SequenceNumber_Choice) String() string
- type PatternFlowGtpv2SequenceNumber_Choice_Enum
- func (PatternFlowGtpv2SequenceNumber_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowGtpv2SequenceNumber_Choice_Enum) Enum() *PatternFlowGtpv2SequenceNumber_Choice_Enum
- func (PatternFlowGtpv2SequenceNumber_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowGtpv2SequenceNumber_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowGtpv2SequenceNumber_Choice_Enum) String() string
- func (PatternFlowGtpv2SequenceNumber_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowGtpv2Spare1
- func (*PatternFlowGtpv2Spare1) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowGtpv2Spare1) GetChoice() PatternFlowGtpv2Spare1_Choice_Enum
- func (x *PatternFlowGtpv2Spare1) GetDecrement() *PatternFlowGtpv2Spare1Counter
- func (x *PatternFlowGtpv2Spare1) GetIncrement() *PatternFlowGtpv2Spare1Counter
- func (x *PatternFlowGtpv2Spare1) GetMetricTags() []*PatternFlowGtpv2Spare1MetricTag
- func (x *PatternFlowGtpv2Spare1) GetValue() uint32
- func (x *PatternFlowGtpv2Spare1) GetValues() []uint32
- func (*PatternFlowGtpv2Spare1) ProtoMessage()
- func (x *PatternFlowGtpv2Spare1) ProtoReflect() protoreflect.Message
- func (x *PatternFlowGtpv2Spare1) Reset()
- func (x *PatternFlowGtpv2Spare1) String() string
- type PatternFlowGtpv2Spare1Counter
- func (*PatternFlowGtpv2Spare1Counter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowGtpv2Spare1Counter) GetCount() uint32
- func (x *PatternFlowGtpv2Spare1Counter) GetStart() uint32
- func (x *PatternFlowGtpv2Spare1Counter) GetStep() uint32
- func (*PatternFlowGtpv2Spare1Counter) ProtoMessage()
- func (x *PatternFlowGtpv2Spare1Counter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowGtpv2Spare1Counter) Reset()
- func (x *PatternFlowGtpv2Spare1Counter) String() string
- type PatternFlowGtpv2Spare1MetricTag
- func (*PatternFlowGtpv2Spare1MetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowGtpv2Spare1MetricTag) GetLength() uint32
- func (x *PatternFlowGtpv2Spare1MetricTag) GetName() string
- func (x *PatternFlowGtpv2Spare1MetricTag) GetOffset() uint32
- func (*PatternFlowGtpv2Spare1MetricTag) ProtoMessage()
- func (x *PatternFlowGtpv2Spare1MetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowGtpv2Spare1MetricTag) Reset()
- func (x *PatternFlowGtpv2Spare1MetricTag) String() string
- type PatternFlowGtpv2Spare1_Choice
- func (*PatternFlowGtpv2Spare1_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowGtpv2Spare1_Choice) ProtoMessage()
- func (x *PatternFlowGtpv2Spare1_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowGtpv2Spare1_Choice) Reset()
- func (x *PatternFlowGtpv2Spare1_Choice) String() string
- type PatternFlowGtpv2Spare1_Choice_Enum
- func (PatternFlowGtpv2Spare1_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowGtpv2Spare1_Choice_Enum) Enum() *PatternFlowGtpv2Spare1_Choice_Enum
- func (PatternFlowGtpv2Spare1_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowGtpv2Spare1_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowGtpv2Spare1_Choice_Enum) String() string
- func (PatternFlowGtpv2Spare1_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowGtpv2Spare2
- func (*PatternFlowGtpv2Spare2) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowGtpv2Spare2) GetChoice() PatternFlowGtpv2Spare2_Choice_Enum
- func (x *PatternFlowGtpv2Spare2) GetDecrement() *PatternFlowGtpv2Spare2Counter
- func (x *PatternFlowGtpv2Spare2) GetIncrement() *PatternFlowGtpv2Spare2Counter
- func (x *PatternFlowGtpv2Spare2) GetMetricTags() []*PatternFlowGtpv2Spare2MetricTag
- func (x *PatternFlowGtpv2Spare2) GetValue() uint32
- func (x *PatternFlowGtpv2Spare2) GetValues() []uint32
- func (*PatternFlowGtpv2Spare2) ProtoMessage()
- func (x *PatternFlowGtpv2Spare2) ProtoReflect() protoreflect.Message
- func (x *PatternFlowGtpv2Spare2) Reset()
- func (x *PatternFlowGtpv2Spare2) String() string
- type PatternFlowGtpv2Spare2Counter
- func (*PatternFlowGtpv2Spare2Counter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowGtpv2Spare2Counter) GetCount() uint32
- func (x *PatternFlowGtpv2Spare2Counter) GetStart() uint32
- func (x *PatternFlowGtpv2Spare2Counter) GetStep() uint32
- func (*PatternFlowGtpv2Spare2Counter) ProtoMessage()
- func (x *PatternFlowGtpv2Spare2Counter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowGtpv2Spare2Counter) Reset()
- func (x *PatternFlowGtpv2Spare2Counter) String() string
- type PatternFlowGtpv2Spare2MetricTag
- func (*PatternFlowGtpv2Spare2MetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowGtpv2Spare2MetricTag) GetLength() uint32
- func (x *PatternFlowGtpv2Spare2MetricTag) GetName() string
- func (x *PatternFlowGtpv2Spare2MetricTag) GetOffset() uint32
- func (*PatternFlowGtpv2Spare2MetricTag) ProtoMessage()
- func (x *PatternFlowGtpv2Spare2MetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowGtpv2Spare2MetricTag) Reset()
- func (x *PatternFlowGtpv2Spare2MetricTag) String() string
- type PatternFlowGtpv2Spare2_Choice
- func (*PatternFlowGtpv2Spare2_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowGtpv2Spare2_Choice) ProtoMessage()
- func (x *PatternFlowGtpv2Spare2_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowGtpv2Spare2_Choice) Reset()
- func (x *PatternFlowGtpv2Spare2_Choice) String() string
- type PatternFlowGtpv2Spare2_Choice_Enum
- func (PatternFlowGtpv2Spare2_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowGtpv2Spare2_Choice_Enum) Enum() *PatternFlowGtpv2Spare2_Choice_Enum
- func (PatternFlowGtpv2Spare2_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowGtpv2Spare2_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowGtpv2Spare2_Choice_Enum) String() string
- func (PatternFlowGtpv2Spare2_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowGtpv2Teid
- func (*PatternFlowGtpv2Teid) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowGtpv2Teid) GetChoice() PatternFlowGtpv2Teid_Choice_Enum
- func (x *PatternFlowGtpv2Teid) GetDecrement() *PatternFlowGtpv2TeidCounter
- func (x *PatternFlowGtpv2Teid) GetIncrement() *PatternFlowGtpv2TeidCounter
- func (x *PatternFlowGtpv2Teid) GetMetricTags() []*PatternFlowGtpv2TeidMetricTag
- func (x *PatternFlowGtpv2Teid) GetValue() uint32
- func (x *PatternFlowGtpv2Teid) GetValues() []uint32
- func (*PatternFlowGtpv2Teid) ProtoMessage()
- func (x *PatternFlowGtpv2Teid) ProtoReflect() protoreflect.Message
- func (x *PatternFlowGtpv2Teid) Reset()
- func (x *PatternFlowGtpv2Teid) String() string
- type PatternFlowGtpv2TeidCounter
- func (*PatternFlowGtpv2TeidCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowGtpv2TeidCounter) GetCount() uint32
- func (x *PatternFlowGtpv2TeidCounter) GetStart() uint32
- func (x *PatternFlowGtpv2TeidCounter) GetStep() uint32
- func (*PatternFlowGtpv2TeidCounter) ProtoMessage()
- func (x *PatternFlowGtpv2TeidCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowGtpv2TeidCounter) Reset()
- func (x *PatternFlowGtpv2TeidCounter) String() string
- type PatternFlowGtpv2TeidFlag
- func (*PatternFlowGtpv2TeidFlag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowGtpv2TeidFlag) GetChoice() PatternFlowGtpv2TeidFlag_Choice_Enum
- func (x *PatternFlowGtpv2TeidFlag) GetDecrement() *PatternFlowGtpv2TeidFlagCounter
- func (x *PatternFlowGtpv2TeidFlag) GetIncrement() *PatternFlowGtpv2TeidFlagCounter
- func (x *PatternFlowGtpv2TeidFlag) GetMetricTags() []*PatternFlowGtpv2TeidFlagMetricTag
- func (x *PatternFlowGtpv2TeidFlag) GetValue() uint32
- func (x *PatternFlowGtpv2TeidFlag) GetValues() []uint32
- func (*PatternFlowGtpv2TeidFlag) ProtoMessage()
- func (x *PatternFlowGtpv2TeidFlag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowGtpv2TeidFlag) Reset()
- func (x *PatternFlowGtpv2TeidFlag) String() string
- type PatternFlowGtpv2TeidFlagCounter
- func (*PatternFlowGtpv2TeidFlagCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowGtpv2TeidFlagCounter) GetCount() uint32
- func (x *PatternFlowGtpv2TeidFlagCounter) GetStart() uint32
- func (x *PatternFlowGtpv2TeidFlagCounter) GetStep() uint32
- func (*PatternFlowGtpv2TeidFlagCounter) ProtoMessage()
- func (x *PatternFlowGtpv2TeidFlagCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowGtpv2TeidFlagCounter) Reset()
- func (x *PatternFlowGtpv2TeidFlagCounter) String() string
- type PatternFlowGtpv2TeidFlagMetricTag
- func (*PatternFlowGtpv2TeidFlagMetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowGtpv2TeidFlagMetricTag) GetLength() uint32
- func (x *PatternFlowGtpv2TeidFlagMetricTag) GetName() string
- func (x *PatternFlowGtpv2TeidFlagMetricTag) GetOffset() uint32
- func (*PatternFlowGtpv2TeidFlagMetricTag) ProtoMessage()
- func (x *PatternFlowGtpv2TeidFlagMetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowGtpv2TeidFlagMetricTag) Reset()
- func (x *PatternFlowGtpv2TeidFlagMetricTag) String() string
- type PatternFlowGtpv2TeidFlag_Choice
- func (*PatternFlowGtpv2TeidFlag_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowGtpv2TeidFlag_Choice) ProtoMessage()
- func (x *PatternFlowGtpv2TeidFlag_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowGtpv2TeidFlag_Choice) Reset()
- func (x *PatternFlowGtpv2TeidFlag_Choice) String() string
- type PatternFlowGtpv2TeidFlag_Choice_Enum
- func (PatternFlowGtpv2TeidFlag_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowGtpv2TeidFlag_Choice_Enum) Enum() *PatternFlowGtpv2TeidFlag_Choice_Enum
- func (PatternFlowGtpv2TeidFlag_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowGtpv2TeidFlag_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowGtpv2TeidFlag_Choice_Enum) String() string
- func (PatternFlowGtpv2TeidFlag_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowGtpv2TeidMetricTag
- func (*PatternFlowGtpv2TeidMetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowGtpv2TeidMetricTag) GetLength() uint32
- func (x *PatternFlowGtpv2TeidMetricTag) GetName() string
- func (x *PatternFlowGtpv2TeidMetricTag) GetOffset() uint32
- func (*PatternFlowGtpv2TeidMetricTag) ProtoMessage()
- func (x *PatternFlowGtpv2TeidMetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowGtpv2TeidMetricTag) Reset()
- func (x *PatternFlowGtpv2TeidMetricTag) String() string
- type PatternFlowGtpv2Teid_Choice
- type PatternFlowGtpv2Teid_Choice_Enum
- func (PatternFlowGtpv2Teid_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowGtpv2Teid_Choice_Enum) Enum() *PatternFlowGtpv2Teid_Choice_Enum
- func (PatternFlowGtpv2Teid_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowGtpv2Teid_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowGtpv2Teid_Choice_Enum) String() string
- func (PatternFlowGtpv2Teid_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowGtpv2Version
- func (*PatternFlowGtpv2Version) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowGtpv2Version) GetChoice() PatternFlowGtpv2Version_Choice_Enum
- func (x *PatternFlowGtpv2Version) GetDecrement() *PatternFlowGtpv2VersionCounter
- func (x *PatternFlowGtpv2Version) GetIncrement() *PatternFlowGtpv2VersionCounter
- func (x *PatternFlowGtpv2Version) GetMetricTags() []*PatternFlowGtpv2VersionMetricTag
- func (x *PatternFlowGtpv2Version) GetValue() uint32
- func (x *PatternFlowGtpv2Version) GetValues() []uint32
- func (*PatternFlowGtpv2Version) ProtoMessage()
- func (x *PatternFlowGtpv2Version) ProtoReflect() protoreflect.Message
- func (x *PatternFlowGtpv2Version) Reset()
- func (x *PatternFlowGtpv2Version) String() string
- type PatternFlowGtpv2VersionCounter
- func (*PatternFlowGtpv2VersionCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowGtpv2VersionCounter) GetCount() uint32
- func (x *PatternFlowGtpv2VersionCounter) GetStart() uint32
- func (x *PatternFlowGtpv2VersionCounter) GetStep() uint32
- func (*PatternFlowGtpv2VersionCounter) ProtoMessage()
- func (x *PatternFlowGtpv2VersionCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowGtpv2VersionCounter) Reset()
- func (x *PatternFlowGtpv2VersionCounter) String() string
- type PatternFlowGtpv2VersionMetricTag
- func (*PatternFlowGtpv2VersionMetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowGtpv2VersionMetricTag) GetLength() uint32
- func (x *PatternFlowGtpv2VersionMetricTag) GetName() string
- func (x *PatternFlowGtpv2VersionMetricTag) GetOffset() uint32
- func (*PatternFlowGtpv2VersionMetricTag) ProtoMessage()
- func (x *PatternFlowGtpv2VersionMetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowGtpv2VersionMetricTag) Reset()
- func (x *PatternFlowGtpv2VersionMetricTag) String() string
- type PatternFlowGtpv2Version_Choice
- func (*PatternFlowGtpv2Version_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowGtpv2Version_Choice) ProtoMessage()
- func (x *PatternFlowGtpv2Version_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowGtpv2Version_Choice) Reset()
- func (x *PatternFlowGtpv2Version_Choice) String() string
- type PatternFlowGtpv2Version_Choice_Enum
- func (PatternFlowGtpv2Version_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowGtpv2Version_Choice_Enum) Enum() *PatternFlowGtpv2Version_Choice_Enum
- func (PatternFlowGtpv2Version_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowGtpv2Version_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowGtpv2Version_Choice_Enum) String() string
- func (PatternFlowGtpv2Version_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowIcmpCommonChecksum
- func (*PatternFlowIcmpCommonChecksum) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIcmpCommonChecksum) GetChoice() PatternFlowIcmpCommonChecksum_Choice_Enum
- func (x *PatternFlowIcmpCommonChecksum) GetCustom() uint32
- func (x *PatternFlowIcmpCommonChecksum) GetGenerated() PatternFlowIcmpCommonChecksum_Generated_Enum
- func (*PatternFlowIcmpCommonChecksum) ProtoMessage()
- func (x *PatternFlowIcmpCommonChecksum) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIcmpCommonChecksum) Reset()
- func (x *PatternFlowIcmpCommonChecksum) String() string
- type PatternFlowIcmpCommonChecksum_Choice
- func (*PatternFlowIcmpCommonChecksum_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowIcmpCommonChecksum_Choice) ProtoMessage()
- func (x *PatternFlowIcmpCommonChecksum_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIcmpCommonChecksum_Choice) Reset()
- func (x *PatternFlowIcmpCommonChecksum_Choice) String() string
- type PatternFlowIcmpCommonChecksum_Choice_Enum
- func (PatternFlowIcmpCommonChecksum_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowIcmpCommonChecksum_Choice_Enum) Enum() *PatternFlowIcmpCommonChecksum_Choice_Enum
- func (PatternFlowIcmpCommonChecksum_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowIcmpCommonChecksum_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowIcmpCommonChecksum_Choice_Enum) String() string
- func (PatternFlowIcmpCommonChecksum_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowIcmpCommonChecksum_Generated
- func (*PatternFlowIcmpCommonChecksum_Generated) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowIcmpCommonChecksum_Generated) ProtoMessage()
- func (x *PatternFlowIcmpCommonChecksum_Generated) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIcmpCommonChecksum_Generated) Reset()
- func (x *PatternFlowIcmpCommonChecksum_Generated) String() string
- type PatternFlowIcmpCommonChecksum_Generated_Enum
- func (PatternFlowIcmpCommonChecksum_Generated_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowIcmpCommonChecksum_Generated_Enum) Enum() *PatternFlowIcmpCommonChecksum_Generated_Enum
- func (PatternFlowIcmpCommonChecksum_Generated_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowIcmpCommonChecksum_Generated_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowIcmpCommonChecksum_Generated_Enum) String() string
- func (PatternFlowIcmpCommonChecksum_Generated_Enum) Type() protoreflect.EnumType
- type PatternFlowIcmpEchoChecksum
- func (*PatternFlowIcmpEchoChecksum) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIcmpEchoChecksum) GetChoice() PatternFlowIcmpEchoChecksum_Choice_Enum
- func (x *PatternFlowIcmpEchoChecksum) GetCustom() uint32
- func (x *PatternFlowIcmpEchoChecksum) GetGenerated() PatternFlowIcmpEchoChecksum_Generated_Enum
- func (*PatternFlowIcmpEchoChecksum) ProtoMessage()
- func (x *PatternFlowIcmpEchoChecksum) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIcmpEchoChecksum) Reset()
- func (x *PatternFlowIcmpEchoChecksum) String() string
- type PatternFlowIcmpEchoChecksum_Choice
- func (*PatternFlowIcmpEchoChecksum_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowIcmpEchoChecksum_Choice) ProtoMessage()
- func (x *PatternFlowIcmpEchoChecksum_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIcmpEchoChecksum_Choice) Reset()
- func (x *PatternFlowIcmpEchoChecksum_Choice) String() string
- type PatternFlowIcmpEchoChecksum_Choice_Enum
- func (PatternFlowIcmpEchoChecksum_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowIcmpEchoChecksum_Choice_Enum) Enum() *PatternFlowIcmpEchoChecksum_Choice_Enum
- func (PatternFlowIcmpEchoChecksum_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowIcmpEchoChecksum_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowIcmpEchoChecksum_Choice_Enum) String() string
- func (PatternFlowIcmpEchoChecksum_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowIcmpEchoChecksum_Generated
- func (*PatternFlowIcmpEchoChecksum_Generated) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowIcmpEchoChecksum_Generated) ProtoMessage()
- func (x *PatternFlowIcmpEchoChecksum_Generated) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIcmpEchoChecksum_Generated) Reset()
- func (x *PatternFlowIcmpEchoChecksum_Generated) String() string
- type PatternFlowIcmpEchoChecksum_Generated_Enum
- func (PatternFlowIcmpEchoChecksum_Generated_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowIcmpEchoChecksum_Generated_Enum) Enum() *PatternFlowIcmpEchoChecksum_Generated_Enum
- func (PatternFlowIcmpEchoChecksum_Generated_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowIcmpEchoChecksum_Generated_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowIcmpEchoChecksum_Generated_Enum) String() string
- func (PatternFlowIcmpEchoChecksum_Generated_Enum) Type() protoreflect.EnumType
- type PatternFlowIcmpEchoCode
- func (*PatternFlowIcmpEchoCode) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIcmpEchoCode) GetChoice() PatternFlowIcmpEchoCode_Choice_Enum
- func (x *PatternFlowIcmpEchoCode) GetDecrement() *PatternFlowIcmpEchoCodeCounter
- func (x *PatternFlowIcmpEchoCode) GetIncrement() *PatternFlowIcmpEchoCodeCounter
- func (x *PatternFlowIcmpEchoCode) GetMetricTags() []*PatternFlowIcmpEchoCodeMetricTag
- func (x *PatternFlowIcmpEchoCode) GetValue() uint32
- func (x *PatternFlowIcmpEchoCode) GetValues() []uint32
- func (*PatternFlowIcmpEchoCode) ProtoMessage()
- func (x *PatternFlowIcmpEchoCode) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIcmpEchoCode) Reset()
- func (x *PatternFlowIcmpEchoCode) String() string
- type PatternFlowIcmpEchoCodeCounter
- func (*PatternFlowIcmpEchoCodeCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIcmpEchoCodeCounter) GetCount() uint32
- func (x *PatternFlowIcmpEchoCodeCounter) GetStart() uint32
- func (x *PatternFlowIcmpEchoCodeCounter) GetStep() uint32
- func (*PatternFlowIcmpEchoCodeCounter) ProtoMessage()
- func (x *PatternFlowIcmpEchoCodeCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIcmpEchoCodeCounter) Reset()
- func (x *PatternFlowIcmpEchoCodeCounter) String() string
- type PatternFlowIcmpEchoCodeMetricTag
- func (*PatternFlowIcmpEchoCodeMetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIcmpEchoCodeMetricTag) GetLength() uint32
- func (x *PatternFlowIcmpEchoCodeMetricTag) GetName() string
- func (x *PatternFlowIcmpEchoCodeMetricTag) GetOffset() uint32
- func (*PatternFlowIcmpEchoCodeMetricTag) ProtoMessage()
- func (x *PatternFlowIcmpEchoCodeMetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIcmpEchoCodeMetricTag) Reset()
- func (x *PatternFlowIcmpEchoCodeMetricTag) String() string
- type PatternFlowIcmpEchoCode_Choice
- func (*PatternFlowIcmpEchoCode_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowIcmpEchoCode_Choice) ProtoMessage()
- func (x *PatternFlowIcmpEchoCode_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIcmpEchoCode_Choice) Reset()
- func (x *PatternFlowIcmpEchoCode_Choice) String() string
- type PatternFlowIcmpEchoCode_Choice_Enum
- func (PatternFlowIcmpEchoCode_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowIcmpEchoCode_Choice_Enum) Enum() *PatternFlowIcmpEchoCode_Choice_Enum
- func (PatternFlowIcmpEchoCode_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowIcmpEchoCode_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowIcmpEchoCode_Choice_Enum) String() string
- func (PatternFlowIcmpEchoCode_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowIcmpEchoIdentifier
- func (*PatternFlowIcmpEchoIdentifier) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIcmpEchoIdentifier) GetChoice() PatternFlowIcmpEchoIdentifier_Choice_Enum
- func (x *PatternFlowIcmpEchoIdentifier) GetDecrement() *PatternFlowIcmpEchoIdentifierCounter
- func (x *PatternFlowIcmpEchoIdentifier) GetIncrement() *PatternFlowIcmpEchoIdentifierCounter
- func (x *PatternFlowIcmpEchoIdentifier) GetMetricTags() []*PatternFlowIcmpEchoIdentifierMetricTag
- func (x *PatternFlowIcmpEchoIdentifier) GetValue() uint32
- func (x *PatternFlowIcmpEchoIdentifier) GetValues() []uint32
- func (*PatternFlowIcmpEchoIdentifier) ProtoMessage()
- func (x *PatternFlowIcmpEchoIdentifier) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIcmpEchoIdentifier) Reset()
- func (x *PatternFlowIcmpEchoIdentifier) String() string
- type PatternFlowIcmpEchoIdentifierCounter
- func (*PatternFlowIcmpEchoIdentifierCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIcmpEchoIdentifierCounter) GetCount() uint32
- func (x *PatternFlowIcmpEchoIdentifierCounter) GetStart() uint32
- func (x *PatternFlowIcmpEchoIdentifierCounter) GetStep() uint32
- func (*PatternFlowIcmpEchoIdentifierCounter) ProtoMessage()
- func (x *PatternFlowIcmpEchoIdentifierCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIcmpEchoIdentifierCounter) Reset()
- func (x *PatternFlowIcmpEchoIdentifierCounter) String() string
- type PatternFlowIcmpEchoIdentifierMetricTag
- func (*PatternFlowIcmpEchoIdentifierMetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIcmpEchoIdentifierMetricTag) GetLength() uint32
- func (x *PatternFlowIcmpEchoIdentifierMetricTag) GetName() string
- func (x *PatternFlowIcmpEchoIdentifierMetricTag) GetOffset() uint32
- func (*PatternFlowIcmpEchoIdentifierMetricTag) ProtoMessage()
- func (x *PatternFlowIcmpEchoIdentifierMetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIcmpEchoIdentifierMetricTag) Reset()
- func (x *PatternFlowIcmpEchoIdentifierMetricTag) String() string
- type PatternFlowIcmpEchoIdentifier_Choice
- func (*PatternFlowIcmpEchoIdentifier_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowIcmpEchoIdentifier_Choice) ProtoMessage()
- func (x *PatternFlowIcmpEchoIdentifier_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIcmpEchoIdentifier_Choice) Reset()
- func (x *PatternFlowIcmpEchoIdentifier_Choice) String() string
- type PatternFlowIcmpEchoIdentifier_Choice_Enum
- func (PatternFlowIcmpEchoIdentifier_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowIcmpEchoIdentifier_Choice_Enum) Enum() *PatternFlowIcmpEchoIdentifier_Choice_Enum
- func (PatternFlowIcmpEchoIdentifier_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowIcmpEchoIdentifier_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowIcmpEchoIdentifier_Choice_Enum) String() string
- func (PatternFlowIcmpEchoIdentifier_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowIcmpEchoSequenceNumber
- func (*PatternFlowIcmpEchoSequenceNumber) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIcmpEchoSequenceNumber) GetChoice() PatternFlowIcmpEchoSequenceNumber_Choice_Enum
- func (x *PatternFlowIcmpEchoSequenceNumber) GetDecrement() *PatternFlowIcmpEchoSequenceNumberCounter
- func (x *PatternFlowIcmpEchoSequenceNumber) GetIncrement() *PatternFlowIcmpEchoSequenceNumberCounter
- func (x *PatternFlowIcmpEchoSequenceNumber) GetMetricTags() []*PatternFlowIcmpEchoSequenceNumberMetricTag
- func (x *PatternFlowIcmpEchoSequenceNumber) GetValue() uint32
- func (x *PatternFlowIcmpEchoSequenceNumber) GetValues() []uint32
- func (*PatternFlowIcmpEchoSequenceNumber) ProtoMessage()
- func (x *PatternFlowIcmpEchoSequenceNumber) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIcmpEchoSequenceNumber) Reset()
- func (x *PatternFlowIcmpEchoSequenceNumber) String() string
- type PatternFlowIcmpEchoSequenceNumberCounter
- func (*PatternFlowIcmpEchoSequenceNumberCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIcmpEchoSequenceNumberCounter) GetCount() uint32
- func (x *PatternFlowIcmpEchoSequenceNumberCounter) GetStart() uint32
- func (x *PatternFlowIcmpEchoSequenceNumberCounter) GetStep() uint32
- func (*PatternFlowIcmpEchoSequenceNumberCounter) ProtoMessage()
- func (x *PatternFlowIcmpEchoSequenceNumberCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIcmpEchoSequenceNumberCounter) Reset()
- func (x *PatternFlowIcmpEchoSequenceNumberCounter) String() string
- type PatternFlowIcmpEchoSequenceNumberMetricTag
- func (*PatternFlowIcmpEchoSequenceNumberMetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIcmpEchoSequenceNumberMetricTag) GetLength() uint32
- func (x *PatternFlowIcmpEchoSequenceNumberMetricTag) GetName() string
- func (x *PatternFlowIcmpEchoSequenceNumberMetricTag) GetOffset() uint32
- func (*PatternFlowIcmpEchoSequenceNumberMetricTag) ProtoMessage()
- func (x *PatternFlowIcmpEchoSequenceNumberMetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIcmpEchoSequenceNumberMetricTag) Reset()
- func (x *PatternFlowIcmpEchoSequenceNumberMetricTag) String() string
- type PatternFlowIcmpEchoSequenceNumber_Choice
- func (*PatternFlowIcmpEchoSequenceNumber_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowIcmpEchoSequenceNumber_Choice) ProtoMessage()
- func (x *PatternFlowIcmpEchoSequenceNumber_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIcmpEchoSequenceNumber_Choice) Reset()
- func (x *PatternFlowIcmpEchoSequenceNumber_Choice) String() string
- type PatternFlowIcmpEchoSequenceNumber_Choice_Enum
- func (PatternFlowIcmpEchoSequenceNumber_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowIcmpEchoSequenceNumber_Choice_Enum) Enum() *PatternFlowIcmpEchoSequenceNumber_Choice_Enum
- func (PatternFlowIcmpEchoSequenceNumber_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowIcmpEchoSequenceNumber_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowIcmpEchoSequenceNumber_Choice_Enum) String() string
- func (PatternFlowIcmpEchoSequenceNumber_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowIcmpEchoType
- func (*PatternFlowIcmpEchoType) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIcmpEchoType) GetChoice() PatternFlowIcmpEchoType_Choice_Enum
- func (x *PatternFlowIcmpEchoType) GetDecrement() *PatternFlowIcmpEchoTypeCounter
- func (x *PatternFlowIcmpEchoType) GetIncrement() *PatternFlowIcmpEchoTypeCounter
- func (x *PatternFlowIcmpEchoType) GetMetricTags() []*PatternFlowIcmpEchoTypeMetricTag
- func (x *PatternFlowIcmpEchoType) GetValue() uint32
- func (x *PatternFlowIcmpEchoType) GetValues() []uint32
- func (*PatternFlowIcmpEchoType) ProtoMessage()
- func (x *PatternFlowIcmpEchoType) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIcmpEchoType) Reset()
- func (x *PatternFlowIcmpEchoType) String() string
- type PatternFlowIcmpEchoTypeCounter
- func (*PatternFlowIcmpEchoTypeCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIcmpEchoTypeCounter) GetCount() uint32
- func (x *PatternFlowIcmpEchoTypeCounter) GetStart() uint32
- func (x *PatternFlowIcmpEchoTypeCounter) GetStep() uint32
- func (*PatternFlowIcmpEchoTypeCounter) ProtoMessage()
- func (x *PatternFlowIcmpEchoTypeCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIcmpEchoTypeCounter) Reset()
- func (x *PatternFlowIcmpEchoTypeCounter) String() string
- type PatternFlowIcmpEchoTypeMetricTag
- func (*PatternFlowIcmpEchoTypeMetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIcmpEchoTypeMetricTag) GetLength() uint32
- func (x *PatternFlowIcmpEchoTypeMetricTag) GetName() string
- func (x *PatternFlowIcmpEchoTypeMetricTag) GetOffset() uint32
- func (*PatternFlowIcmpEchoTypeMetricTag) ProtoMessage()
- func (x *PatternFlowIcmpEchoTypeMetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIcmpEchoTypeMetricTag) Reset()
- func (x *PatternFlowIcmpEchoTypeMetricTag) String() string
- type PatternFlowIcmpEchoType_Choice
- func (*PatternFlowIcmpEchoType_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowIcmpEchoType_Choice) ProtoMessage()
- func (x *PatternFlowIcmpEchoType_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIcmpEchoType_Choice) Reset()
- func (x *PatternFlowIcmpEchoType_Choice) String() string
- type PatternFlowIcmpEchoType_Choice_Enum
- func (PatternFlowIcmpEchoType_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowIcmpEchoType_Choice_Enum) Enum() *PatternFlowIcmpEchoType_Choice_Enum
- func (PatternFlowIcmpEchoType_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowIcmpEchoType_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowIcmpEchoType_Choice_Enum) String() string
- func (PatternFlowIcmpEchoType_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowIcmpNextFieldsIdentifier
- func (*PatternFlowIcmpNextFieldsIdentifier) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIcmpNextFieldsIdentifier) GetChoice() PatternFlowIcmpNextFieldsIdentifier_Choice_Enum
- func (x *PatternFlowIcmpNextFieldsIdentifier) GetDecrement() *PatternFlowIcmpNextFieldsIdentifierCounter
- func (x *PatternFlowIcmpNextFieldsIdentifier) GetIncrement() *PatternFlowIcmpNextFieldsIdentifierCounter
- func (x *PatternFlowIcmpNextFieldsIdentifier) GetMetricTags() []*PatternFlowIcmpNextFieldsIdentifierMetricTag
- func (x *PatternFlowIcmpNextFieldsIdentifier) GetValue() uint32
- func (x *PatternFlowIcmpNextFieldsIdentifier) GetValues() []uint32
- func (*PatternFlowIcmpNextFieldsIdentifier) ProtoMessage()
- func (x *PatternFlowIcmpNextFieldsIdentifier) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIcmpNextFieldsIdentifier) Reset()
- func (x *PatternFlowIcmpNextFieldsIdentifier) String() string
- type PatternFlowIcmpNextFieldsIdentifierCounter
- func (*PatternFlowIcmpNextFieldsIdentifierCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIcmpNextFieldsIdentifierCounter) GetCount() uint32
- func (x *PatternFlowIcmpNextFieldsIdentifierCounter) GetStart() uint32
- func (x *PatternFlowIcmpNextFieldsIdentifierCounter) GetStep() uint32
- func (*PatternFlowIcmpNextFieldsIdentifierCounter) ProtoMessage()
- func (x *PatternFlowIcmpNextFieldsIdentifierCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIcmpNextFieldsIdentifierCounter) Reset()
- func (x *PatternFlowIcmpNextFieldsIdentifierCounter) String() string
- type PatternFlowIcmpNextFieldsIdentifierMetricTag
- func (*PatternFlowIcmpNextFieldsIdentifierMetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIcmpNextFieldsIdentifierMetricTag) GetLength() uint32
- func (x *PatternFlowIcmpNextFieldsIdentifierMetricTag) GetName() string
- func (x *PatternFlowIcmpNextFieldsIdentifierMetricTag) GetOffset() uint32
- func (*PatternFlowIcmpNextFieldsIdentifierMetricTag) ProtoMessage()
- func (x *PatternFlowIcmpNextFieldsIdentifierMetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIcmpNextFieldsIdentifierMetricTag) Reset()
- func (x *PatternFlowIcmpNextFieldsIdentifierMetricTag) String() string
- type PatternFlowIcmpNextFieldsIdentifier_Choice
- func (*PatternFlowIcmpNextFieldsIdentifier_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowIcmpNextFieldsIdentifier_Choice) ProtoMessage()
- func (x *PatternFlowIcmpNextFieldsIdentifier_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIcmpNextFieldsIdentifier_Choice) Reset()
- func (x *PatternFlowIcmpNextFieldsIdentifier_Choice) String() string
- type PatternFlowIcmpNextFieldsIdentifier_Choice_Enum
- func (PatternFlowIcmpNextFieldsIdentifier_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowIcmpNextFieldsIdentifier_Choice_Enum) Enum() *PatternFlowIcmpNextFieldsIdentifier_Choice_Enum
- func (PatternFlowIcmpNextFieldsIdentifier_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowIcmpNextFieldsIdentifier_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowIcmpNextFieldsIdentifier_Choice_Enum) String() string
- func (PatternFlowIcmpNextFieldsIdentifier_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowIcmpNextFieldsSequenceNumber
- func (*PatternFlowIcmpNextFieldsSequenceNumber) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIcmpNextFieldsSequenceNumber) GetChoice() PatternFlowIcmpNextFieldsSequenceNumber_Choice_Enum
- func (x *PatternFlowIcmpNextFieldsSequenceNumber) GetDecrement() *PatternFlowIcmpNextFieldsSequenceNumberCounter
- func (x *PatternFlowIcmpNextFieldsSequenceNumber) GetIncrement() *PatternFlowIcmpNextFieldsSequenceNumberCounter
- func (x *PatternFlowIcmpNextFieldsSequenceNumber) GetMetricTags() []*PatternFlowIcmpNextFieldsSequenceNumberMetricTag
- func (x *PatternFlowIcmpNextFieldsSequenceNumber) GetValue() uint32
- func (x *PatternFlowIcmpNextFieldsSequenceNumber) GetValues() []uint32
- func (*PatternFlowIcmpNextFieldsSequenceNumber) ProtoMessage()
- func (x *PatternFlowIcmpNextFieldsSequenceNumber) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIcmpNextFieldsSequenceNumber) Reset()
- func (x *PatternFlowIcmpNextFieldsSequenceNumber) String() string
- type PatternFlowIcmpNextFieldsSequenceNumberCounter
- func (*PatternFlowIcmpNextFieldsSequenceNumberCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIcmpNextFieldsSequenceNumberCounter) GetCount() uint32
- func (x *PatternFlowIcmpNextFieldsSequenceNumberCounter) GetStart() uint32
- func (x *PatternFlowIcmpNextFieldsSequenceNumberCounter) GetStep() uint32
- func (*PatternFlowIcmpNextFieldsSequenceNumberCounter) ProtoMessage()
- func (x *PatternFlowIcmpNextFieldsSequenceNumberCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIcmpNextFieldsSequenceNumberCounter) Reset()
- func (x *PatternFlowIcmpNextFieldsSequenceNumberCounter) String() string
- type PatternFlowIcmpNextFieldsSequenceNumberMetricTag
- func (*PatternFlowIcmpNextFieldsSequenceNumberMetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIcmpNextFieldsSequenceNumberMetricTag) GetLength() uint32
- func (x *PatternFlowIcmpNextFieldsSequenceNumberMetricTag) GetName() string
- func (x *PatternFlowIcmpNextFieldsSequenceNumberMetricTag) GetOffset() uint32
- func (*PatternFlowIcmpNextFieldsSequenceNumberMetricTag) ProtoMessage()
- func (x *PatternFlowIcmpNextFieldsSequenceNumberMetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIcmpNextFieldsSequenceNumberMetricTag) Reset()
- func (x *PatternFlowIcmpNextFieldsSequenceNumberMetricTag) String() string
- type PatternFlowIcmpNextFieldsSequenceNumber_Choice
- func (*PatternFlowIcmpNextFieldsSequenceNumber_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowIcmpNextFieldsSequenceNumber_Choice) ProtoMessage()
- func (x *PatternFlowIcmpNextFieldsSequenceNumber_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIcmpNextFieldsSequenceNumber_Choice) Reset()
- func (x *PatternFlowIcmpNextFieldsSequenceNumber_Choice) String() string
- type PatternFlowIcmpNextFieldsSequenceNumber_Choice_Enum
- func (PatternFlowIcmpNextFieldsSequenceNumber_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowIcmpNextFieldsSequenceNumber_Choice_Enum) Enum() *PatternFlowIcmpNextFieldsSequenceNumber_Choice_Enum
- func (PatternFlowIcmpNextFieldsSequenceNumber_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowIcmpNextFieldsSequenceNumber_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowIcmpNextFieldsSequenceNumber_Choice_Enum) String() string
- func (PatternFlowIcmpNextFieldsSequenceNumber_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowIcmpv6CommonChecksum
- func (*PatternFlowIcmpv6CommonChecksum) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIcmpv6CommonChecksum) GetChoice() PatternFlowIcmpv6CommonChecksum_Choice_Enum
- func (x *PatternFlowIcmpv6CommonChecksum) GetCustom() uint32
- func (x *PatternFlowIcmpv6CommonChecksum) GetGenerated() PatternFlowIcmpv6CommonChecksum_Generated_Enum
- func (*PatternFlowIcmpv6CommonChecksum) ProtoMessage()
- func (x *PatternFlowIcmpv6CommonChecksum) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIcmpv6CommonChecksum) Reset()
- func (x *PatternFlowIcmpv6CommonChecksum) String() string
- type PatternFlowIcmpv6CommonChecksum_Choice
- func (*PatternFlowIcmpv6CommonChecksum_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowIcmpv6CommonChecksum_Choice) ProtoMessage()
- func (x *PatternFlowIcmpv6CommonChecksum_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIcmpv6CommonChecksum_Choice) Reset()
- func (x *PatternFlowIcmpv6CommonChecksum_Choice) String() string
- type PatternFlowIcmpv6CommonChecksum_Choice_Enum
- func (PatternFlowIcmpv6CommonChecksum_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowIcmpv6CommonChecksum_Choice_Enum) Enum() *PatternFlowIcmpv6CommonChecksum_Choice_Enum
- func (PatternFlowIcmpv6CommonChecksum_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowIcmpv6CommonChecksum_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowIcmpv6CommonChecksum_Choice_Enum) String() string
- func (PatternFlowIcmpv6CommonChecksum_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowIcmpv6CommonChecksum_Generated
- func (*PatternFlowIcmpv6CommonChecksum_Generated) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowIcmpv6CommonChecksum_Generated) ProtoMessage()
- func (x *PatternFlowIcmpv6CommonChecksum_Generated) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIcmpv6CommonChecksum_Generated) Reset()
- func (x *PatternFlowIcmpv6CommonChecksum_Generated) String() string
- type PatternFlowIcmpv6CommonChecksum_Generated_Enum
- func (PatternFlowIcmpv6CommonChecksum_Generated_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowIcmpv6CommonChecksum_Generated_Enum) Enum() *PatternFlowIcmpv6CommonChecksum_Generated_Enum
- func (PatternFlowIcmpv6CommonChecksum_Generated_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowIcmpv6CommonChecksum_Generated_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowIcmpv6CommonChecksum_Generated_Enum) String() string
- func (PatternFlowIcmpv6CommonChecksum_Generated_Enum) Type() protoreflect.EnumType
- type PatternFlowIcmpv6EchoChecksum
- func (*PatternFlowIcmpv6EchoChecksum) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIcmpv6EchoChecksum) GetChoice() PatternFlowIcmpv6EchoChecksum_Choice_Enum
- func (x *PatternFlowIcmpv6EchoChecksum) GetCustom() uint32
- func (x *PatternFlowIcmpv6EchoChecksum) GetGenerated() PatternFlowIcmpv6EchoChecksum_Generated_Enum
- func (*PatternFlowIcmpv6EchoChecksum) ProtoMessage()
- func (x *PatternFlowIcmpv6EchoChecksum) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIcmpv6EchoChecksum) Reset()
- func (x *PatternFlowIcmpv6EchoChecksum) String() string
- type PatternFlowIcmpv6EchoChecksum_Choice
- func (*PatternFlowIcmpv6EchoChecksum_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowIcmpv6EchoChecksum_Choice) ProtoMessage()
- func (x *PatternFlowIcmpv6EchoChecksum_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIcmpv6EchoChecksum_Choice) Reset()
- func (x *PatternFlowIcmpv6EchoChecksum_Choice) String() string
- type PatternFlowIcmpv6EchoChecksum_Choice_Enum
- func (PatternFlowIcmpv6EchoChecksum_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowIcmpv6EchoChecksum_Choice_Enum) Enum() *PatternFlowIcmpv6EchoChecksum_Choice_Enum
- func (PatternFlowIcmpv6EchoChecksum_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowIcmpv6EchoChecksum_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowIcmpv6EchoChecksum_Choice_Enum) String() string
- func (PatternFlowIcmpv6EchoChecksum_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowIcmpv6EchoChecksum_Generated
- func (*PatternFlowIcmpv6EchoChecksum_Generated) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowIcmpv6EchoChecksum_Generated) ProtoMessage()
- func (x *PatternFlowIcmpv6EchoChecksum_Generated) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIcmpv6EchoChecksum_Generated) Reset()
- func (x *PatternFlowIcmpv6EchoChecksum_Generated) String() string
- type PatternFlowIcmpv6EchoChecksum_Generated_Enum
- func (PatternFlowIcmpv6EchoChecksum_Generated_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowIcmpv6EchoChecksum_Generated_Enum) Enum() *PatternFlowIcmpv6EchoChecksum_Generated_Enum
- func (PatternFlowIcmpv6EchoChecksum_Generated_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowIcmpv6EchoChecksum_Generated_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowIcmpv6EchoChecksum_Generated_Enum) String() string
- func (PatternFlowIcmpv6EchoChecksum_Generated_Enum) Type() protoreflect.EnumType
- type PatternFlowIcmpv6EchoCode
- func (*PatternFlowIcmpv6EchoCode) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIcmpv6EchoCode) GetChoice() PatternFlowIcmpv6EchoCode_Choice_Enum
- func (x *PatternFlowIcmpv6EchoCode) GetDecrement() *PatternFlowIcmpv6EchoCodeCounter
- func (x *PatternFlowIcmpv6EchoCode) GetIncrement() *PatternFlowIcmpv6EchoCodeCounter
- func (x *PatternFlowIcmpv6EchoCode) GetMetricTags() []*PatternFlowIcmpv6EchoCodeMetricTag
- func (x *PatternFlowIcmpv6EchoCode) GetValue() uint32
- func (x *PatternFlowIcmpv6EchoCode) GetValues() []uint32
- func (*PatternFlowIcmpv6EchoCode) ProtoMessage()
- func (x *PatternFlowIcmpv6EchoCode) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIcmpv6EchoCode) Reset()
- func (x *PatternFlowIcmpv6EchoCode) String() string
- type PatternFlowIcmpv6EchoCodeCounter
- func (*PatternFlowIcmpv6EchoCodeCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIcmpv6EchoCodeCounter) GetCount() uint32
- func (x *PatternFlowIcmpv6EchoCodeCounter) GetStart() uint32
- func (x *PatternFlowIcmpv6EchoCodeCounter) GetStep() uint32
- func (*PatternFlowIcmpv6EchoCodeCounter) ProtoMessage()
- func (x *PatternFlowIcmpv6EchoCodeCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIcmpv6EchoCodeCounter) Reset()
- func (x *PatternFlowIcmpv6EchoCodeCounter) String() string
- type PatternFlowIcmpv6EchoCodeMetricTag
- func (*PatternFlowIcmpv6EchoCodeMetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIcmpv6EchoCodeMetricTag) GetLength() uint32
- func (x *PatternFlowIcmpv6EchoCodeMetricTag) GetName() string
- func (x *PatternFlowIcmpv6EchoCodeMetricTag) GetOffset() uint32
- func (*PatternFlowIcmpv6EchoCodeMetricTag) ProtoMessage()
- func (x *PatternFlowIcmpv6EchoCodeMetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIcmpv6EchoCodeMetricTag) Reset()
- func (x *PatternFlowIcmpv6EchoCodeMetricTag) String() string
- type PatternFlowIcmpv6EchoCode_Choice
- func (*PatternFlowIcmpv6EchoCode_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowIcmpv6EchoCode_Choice) ProtoMessage()
- func (x *PatternFlowIcmpv6EchoCode_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIcmpv6EchoCode_Choice) Reset()
- func (x *PatternFlowIcmpv6EchoCode_Choice) String() string
- type PatternFlowIcmpv6EchoCode_Choice_Enum
- func (PatternFlowIcmpv6EchoCode_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowIcmpv6EchoCode_Choice_Enum) Enum() *PatternFlowIcmpv6EchoCode_Choice_Enum
- func (PatternFlowIcmpv6EchoCode_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowIcmpv6EchoCode_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowIcmpv6EchoCode_Choice_Enum) String() string
- func (PatternFlowIcmpv6EchoCode_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowIcmpv6EchoIdentifier
- func (*PatternFlowIcmpv6EchoIdentifier) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIcmpv6EchoIdentifier) GetChoice() PatternFlowIcmpv6EchoIdentifier_Choice_Enum
- func (x *PatternFlowIcmpv6EchoIdentifier) GetDecrement() *PatternFlowIcmpv6EchoIdentifierCounter
- func (x *PatternFlowIcmpv6EchoIdentifier) GetIncrement() *PatternFlowIcmpv6EchoIdentifierCounter
- func (x *PatternFlowIcmpv6EchoIdentifier) GetMetricTags() []*PatternFlowIcmpv6EchoIdentifierMetricTag
- func (x *PatternFlowIcmpv6EchoIdentifier) GetValue() uint32
- func (x *PatternFlowIcmpv6EchoIdentifier) GetValues() []uint32
- func (*PatternFlowIcmpv6EchoIdentifier) ProtoMessage()
- func (x *PatternFlowIcmpv6EchoIdentifier) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIcmpv6EchoIdentifier) Reset()
- func (x *PatternFlowIcmpv6EchoIdentifier) String() string
- type PatternFlowIcmpv6EchoIdentifierCounter
- func (*PatternFlowIcmpv6EchoIdentifierCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIcmpv6EchoIdentifierCounter) GetCount() uint32
- func (x *PatternFlowIcmpv6EchoIdentifierCounter) GetStart() uint32
- func (x *PatternFlowIcmpv6EchoIdentifierCounter) GetStep() uint32
- func (*PatternFlowIcmpv6EchoIdentifierCounter) ProtoMessage()
- func (x *PatternFlowIcmpv6EchoIdentifierCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIcmpv6EchoIdentifierCounter) Reset()
- func (x *PatternFlowIcmpv6EchoIdentifierCounter) String() string
- type PatternFlowIcmpv6EchoIdentifierMetricTag
- func (*PatternFlowIcmpv6EchoIdentifierMetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIcmpv6EchoIdentifierMetricTag) GetLength() uint32
- func (x *PatternFlowIcmpv6EchoIdentifierMetricTag) GetName() string
- func (x *PatternFlowIcmpv6EchoIdentifierMetricTag) GetOffset() uint32
- func (*PatternFlowIcmpv6EchoIdentifierMetricTag) ProtoMessage()
- func (x *PatternFlowIcmpv6EchoIdentifierMetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIcmpv6EchoIdentifierMetricTag) Reset()
- func (x *PatternFlowIcmpv6EchoIdentifierMetricTag) String() string
- type PatternFlowIcmpv6EchoIdentifier_Choice
- func (*PatternFlowIcmpv6EchoIdentifier_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowIcmpv6EchoIdentifier_Choice) ProtoMessage()
- func (x *PatternFlowIcmpv6EchoIdentifier_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIcmpv6EchoIdentifier_Choice) Reset()
- func (x *PatternFlowIcmpv6EchoIdentifier_Choice) String() string
- type PatternFlowIcmpv6EchoIdentifier_Choice_Enum
- func (PatternFlowIcmpv6EchoIdentifier_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowIcmpv6EchoIdentifier_Choice_Enum) Enum() *PatternFlowIcmpv6EchoIdentifier_Choice_Enum
- func (PatternFlowIcmpv6EchoIdentifier_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowIcmpv6EchoIdentifier_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowIcmpv6EchoIdentifier_Choice_Enum) String() string
- func (PatternFlowIcmpv6EchoIdentifier_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowIcmpv6EchoSequenceNumber
- func (*PatternFlowIcmpv6EchoSequenceNumber) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIcmpv6EchoSequenceNumber) GetChoice() PatternFlowIcmpv6EchoSequenceNumber_Choice_Enum
- func (x *PatternFlowIcmpv6EchoSequenceNumber) GetDecrement() *PatternFlowIcmpv6EchoSequenceNumberCounter
- func (x *PatternFlowIcmpv6EchoSequenceNumber) GetIncrement() *PatternFlowIcmpv6EchoSequenceNumberCounter
- func (x *PatternFlowIcmpv6EchoSequenceNumber) GetMetricTags() []*PatternFlowIcmpv6EchoSequenceNumberMetricTag
- func (x *PatternFlowIcmpv6EchoSequenceNumber) GetValue() uint32
- func (x *PatternFlowIcmpv6EchoSequenceNumber) GetValues() []uint32
- func (*PatternFlowIcmpv6EchoSequenceNumber) ProtoMessage()
- func (x *PatternFlowIcmpv6EchoSequenceNumber) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIcmpv6EchoSequenceNumber) Reset()
- func (x *PatternFlowIcmpv6EchoSequenceNumber) String() string
- type PatternFlowIcmpv6EchoSequenceNumberCounter
- func (*PatternFlowIcmpv6EchoSequenceNumberCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIcmpv6EchoSequenceNumberCounter) GetCount() uint32
- func (x *PatternFlowIcmpv6EchoSequenceNumberCounter) GetStart() uint32
- func (x *PatternFlowIcmpv6EchoSequenceNumberCounter) GetStep() uint32
- func (*PatternFlowIcmpv6EchoSequenceNumberCounter) ProtoMessage()
- func (x *PatternFlowIcmpv6EchoSequenceNumberCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIcmpv6EchoSequenceNumberCounter) Reset()
- func (x *PatternFlowIcmpv6EchoSequenceNumberCounter) String() string
- type PatternFlowIcmpv6EchoSequenceNumberMetricTag
- func (*PatternFlowIcmpv6EchoSequenceNumberMetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIcmpv6EchoSequenceNumberMetricTag) GetLength() uint32
- func (x *PatternFlowIcmpv6EchoSequenceNumberMetricTag) GetName() string
- func (x *PatternFlowIcmpv6EchoSequenceNumberMetricTag) GetOffset() uint32
- func (*PatternFlowIcmpv6EchoSequenceNumberMetricTag) ProtoMessage()
- func (x *PatternFlowIcmpv6EchoSequenceNumberMetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIcmpv6EchoSequenceNumberMetricTag) Reset()
- func (x *PatternFlowIcmpv6EchoSequenceNumberMetricTag) String() string
- type PatternFlowIcmpv6EchoSequenceNumber_Choice
- func (*PatternFlowIcmpv6EchoSequenceNumber_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowIcmpv6EchoSequenceNumber_Choice) ProtoMessage()
- func (x *PatternFlowIcmpv6EchoSequenceNumber_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIcmpv6EchoSequenceNumber_Choice) Reset()
- func (x *PatternFlowIcmpv6EchoSequenceNumber_Choice) String() string
- type PatternFlowIcmpv6EchoSequenceNumber_Choice_Enum
- func (PatternFlowIcmpv6EchoSequenceNumber_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowIcmpv6EchoSequenceNumber_Choice_Enum) Enum() *PatternFlowIcmpv6EchoSequenceNumber_Choice_Enum
- func (PatternFlowIcmpv6EchoSequenceNumber_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowIcmpv6EchoSequenceNumber_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowIcmpv6EchoSequenceNumber_Choice_Enum) String() string
- func (PatternFlowIcmpv6EchoSequenceNumber_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowIcmpv6EchoType
- func (*PatternFlowIcmpv6EchoType) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIcmpv6EchoType) GetChoice() PatternFlowIcmpv6EchoType_Choice_Enum
- func (x *PatternFlowIcmpv6EchoType) GetDecrement() *PatternFlowIcmpv6EchoTypeCounter
- func (x *PatternFlowIcmpv6EchoType) GetIncrement() *PatternFlowIcmpv6EchoTypeCounter
- func (x *PatternFlowIcmpv6EchoType) GetMetricTags() []*PatternFlowIcmpv6EchoTypeMetricTag
- func (x *PatternFlowIcmpv6EchoType) GetValue() uint32
- func (x *PatternFlowIcmpv6EchoType) GetValues() []uint32
- func (*PatternFlowIcmpv6EchoType) ProtoMessage()
- func (x *PatternFlowIcmpv6EchoType) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIcmpv6EchoType) Reset()
- func (x *PatternFlowIcmpv6EchoType) String() string
- type PatternFlowIcmpv6EchoTypeCounter
- func (*PatternFlowIcmpv6EchoTypeCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIcmpv6EchoTypeCounter) GetCount() uint32
- func (x *PatternFlowIcmpv6EchoTypeCounter) GetStart() uint32
- func (x *PatternFlowIcmpv6EchoTypeCounter) GetStep() uint32
- func (*PatternFlowIcmpv6EchoTypeCounter) ProtoMessage()
- func (x *PatternFlowIcmpv6EchoTypeCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIcmpv6EchoTypeCounter) Reset()
- func (x *PatternFlowIcmpv6EchoTypeCounter) String() string
- type PatternFlowIcmpv6EchoTypeMetricTag
- func (*PatternFlowIcmpv6EchoTypeMetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIcmpv6EchoTypeMetricTag) GetLength() uint32
- func (x *PatternFlowIcmpv6EchoTypeMetricTag) GetName() string
- func (x *PatternFlowIcmpv6EchoTypeMetricTag) GetOffset() uint32
- func (*PatternFlowIcmpv6EchoTypeMetricTag) ProtoMessage()
- func (x *PatternFlowIcmpv6EchoTypeMetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIcmpv6EchoTypeMetricTag) Reset()
- func (x *PatternFlowIcmpv6EchoTypeMetricTag) String() string
- type PatternFlowIcmpv6EchoType_Choice
- func (*PatternFlowIcmpv6EchoType_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowIcmpv6EchoType_Choice) ProtoMessage()
- func (x *PatternFlowIcmpv6EchoType_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIcmpv6EchoType_Choice) Reset()
- func (x *PatternFlowIcmpv6EchoType_Choice) String() string
- type PatternFlowIcmpv6EchoType_Choice_Enum
- func (PatternFlowIcmpv6EchoType_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowIcmpv6EchoType_Choice_Enum) Enum() *PatternFlowIcmpv6EchoType_Choice_Enum
- func (PatternFlowIcmpv6EchoType_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowIcmpv6EchoType_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowIcmpv6EchoType_Choice_Enum) String() string
- func (PatternFlowIcmpv6EchoType_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowIgmpv1Checksum
- func (*PatternFlowIgmpv1Checksum) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIgmpv1Checksum) GetChoice() PatternFlowIgmpv1Checksum_Choice_Enum
- func (x *PatternFlowIgmpv1Checksum) GetCustom() uint32
- func (x *PatternFlowIgmpv1Checksum) GetGenerated() PatternFlowIgmpv1Checksum_Generated_Enum
- func (*PatternFlowIgmpv1Checksum) ProtoMessage()
- func (x *PatternFlowIgmpv1Checksum) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIgmpv1Checksum) Reset()
- func (x *PatternFlowIgmpv1Checksum) String() string
- type PatternFlowIgmpv1Checksum_Choice
- func (*PatternFlowIgmpv1Checksum_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowIgmpv1Checksum_Choice) ProtoMessage()
- func (x *PatternFlowIgmpv1Checksum_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIgmpv1Checksum_Choice) Reset()
- func (x *PatternFlowIgmpv1Checksum_Choice) String() string
- type PatternFlowIgmpv1Checksum_Choice_Enum
- func (PatternFlowIgmpv1Checksum_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowIgmpv1Checksum_Choice_Enum) Enum() *PatternFlowIgmpv1Checksum_Choice_Enum
- func (PatternFlowIgmpv1Checksum_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowIgmpv1Checksum_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowIgmpv1Checksum_Choice_Enum) String() string
- func (PatternFlowIgmpv1Checksum_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowIgmpv1Checksum_Generated
- func (*PatternFlowIgmpv1Checksum_Generated) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowIgmpv1Checksum_Generated) ProtoMessage()
- func (x *PatternFlowIgmpv1Checksum_Generated) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIgmpv1Checksum_Generated) Reset()
- func (x *PatternFlowIgmpv1Checksum_Generated) String() string
- type PatternFlowIgmpv1Checksum_Generated_Enum
- func (PatternFlowIgmpv1Checksum_Generated_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowIgmpv1Checksum_Generated_Enum) Enum() *PatternFlowIgmpv1Checksum_Generated_Enum
- func (PatternFlowIgmpv1Checksum_Generated_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowIgmpv1Checksum_Generated_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowIgmpv1Checksum_Generated_Enum) String() string
- func (PatternFlowIgmpv1Checksum_Generated_Enum) Type() protoreflect.EnumType
- type PatternFlowIgmpv1GroupAddress
- func (*PatternFlowIgmpv1GroupAddress) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIgmpv1GroupAddress) GetChoice() PatternFlowIgmpv1GroupAddress_Choice_Enum
- func (x *PatternFlowIgmpv1GroupAddress) GetDecrement() *PatternFlowIgmpv1GroupAddressCounter
- func (x *PatternFlowIgmpv1GroupAddress) GetIncrement() *PatternFlowIgmpv1GroupAddressCounter
- func (x *PatternFlowIgmpv1GroupAddress) GetMetricTags() []*PatternFlowIgmpv1GroupAddressMetricTag
- func (x *PatternFlowIgmpv1GroupAddress) GetValue() string
- func (x *PatternFlowIgmpv1GroupAddress) GetValues() []string
- func (*PatternFlowIgmpv1GroupAddress) ProtoMessage()
- func (x *PatternFlowIgmpv1GroupAddress) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIgmpv1GroupAddress) Reset()
- func (x *PatternFlowIgmpv1GroupAddress) String() string
- type PatternFlowIgmpv1GroupAddressCounter
- func (*PatternFlowIgmpv1GroupAddressCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIgmpv1GroupAddressCounter) GetCount() uint32
- func (x *PatternFlowIgmpv1GroupAddressCounter) GetStart() string
- func (x *PatternFlowIgmpv1GroupAddressCounter) GetStep() string
- func (*PatternFlowIgmpv1GroupAddressCounter) ProtoMessage()
- func (x *PatternFlowIgmpv1GroupAddressCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIgmpv1GroupAddressCounter) Reset()
- func (x *PatternFlowIgmpv1GroupAddressCounter) String() string
- type PatternFlowIgmpv1GroupAddressMetricTag
- func (*PatternFlowIgmpv1GroupAddressMetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIgmpv1GroupAddressMetricTag) GetLength() uint32
- func (x *PatternFlowIgmpv1GroupAddressMetricTag) GetName() string
- func (x *PatternFlowIgmpv1GroupAddressMetricTag) GetOffset() uint32
- func (*PatternFlowIgmpv1GroupAddressMetricTag) ProtoMessage()
- func (x *PatternFlowIgmpv1GroupAddressMetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIgmpv1GroupAddressMetricTag) Reset()
- func (x *PatternFlowIgmpv1GroupAddressMetricTag) String() string
- type PatternFlowIgmpv1GroupAddress_Choice
- func (*PatternFlowIgmpv1GroupAddress_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowIgmpv1GroupAddress_Choice) ProtoMessage()
- func (x *PatternFlowIgmpv1GroupAddress_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIgmpv1GroupAddress_Choice) Reset()
- func (x *PatternFlowIgmpv1GroupAddress_Choice) String() string
- type PatternFlowIgmpv1GroupAddress_Choice_Enum
- func (PatternFlowIgmpv1GroupAddress_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowIgmpv1GroupAddress_Choice_Enum) Enum() *PatternFlowIgmpv1GroupAddress_Choice_Enum
- func (PatternFlowIgmpv1GroupAddress_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowIgmpv1GroupAddress_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowIgmpv1GroupAddress_Choice_Enum) String() string
- func (PatternFlowIgmpv1GroupAddress_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowIgmpv1Type
- func (*PatternFlowIgmpv1Type) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIgmpv1Type) GetChoice() PatternFlowIgmpv1Type_Choice_Enum
- func (x *PatternFlowIgmpv1Type) GetDecrement() *PatternFlowIgmpv1TypeCounter
- func (x *PatternFlowIgmpv1Type) GetIncrement() *PatternFlowIgmpv1TypeCounter
- func (x *PatternFlowIgmpv1Type) GetMetricTags() []*PatternFlowIgmpv1TypeMetricTag
- func (x *PatternFlowIgmpv1Type) GetValue() uint32
- func (x *PatternFlowIgmpv1Type) GetValues() []uint32
- func (*PatternFlowIgmpv1Type) ProtoMessage()
- func (x *PatternFlowIgmpv1Type) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIgmpv1Type) Reset()
- func (x *PatternFlowIgmpv1Type) String() string
- type PatternFlowIgmpv1TypeCounter
- func (*PatternFlowIgmpv1TypeCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIgmpv1TypeCounter) GetCount() uint32
- func (x *PatternFlowIgmpv1TypeCounter) GetStart() uint32
- func (x *PatternFlowIgmpv1TypeCounter) GetStep() uint32
- func (*PatternFlowIgmpv1TypeCounter) ProtoMessage()
- func (x *PatternFlowIgmpv1TypeCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIgmpv1TypeCounter) Reset()
- func (x *PatternFlowIgmpv1TypeCounter) String() string
- type PatternFlowIgmpv1TypeMetricTag
- func (*PatternFlowIgmpv1TypeMetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIgmpv1TypeMetricTag) GetLength() uint32
- func (x *PatternFlowIgmpv1TypeMetricTag) GetName() string
- func (x *PatternFlowIgmpv1TypeMetricTag) GetOffset() uint32
- func (*PatternFlowIgmpv1TypeMetricTag) ProtoMessage()
- func (x *PatternFlowIgmpv1TypeMetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIgmpv1TypeMetricTag) Reset()
- func (x *PatternFlowIgmpv1TypeMetricTag) String() string
- type PatternFlowIgmpv1Type_Choice
- func (*PatternFlowIgmpv1Type_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowIgmpv1Type_Choice) ProtoMessage()
- func (x *PatternFlowIgmpv1Type_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIgmpv1Type_Choice) Reset()
- func (x *PatternFlowIgmpv1Type_Choice) String() string
- type PatternFlowIgmpv1Type_Choice_Enum
- func (PatternFlowIgmpv1Type_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowIgmpv1Type_Choice_Enum) Enum() *PatternFlowIgmpv1Type_Choice_Enum
- func (PatternFlowIgmpv1Type_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowIgmpv1Type_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowIgmpv1Type_Choice_Enum) String() string
- func (PatternFlowIgmpv1Type_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowIgmpv1Unused
- func (*PatternFlowIgmpv1Unused) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIgmpv1Unused) GetChoice() PatternFlowIgmpv1Unused_Choice_Enum
- func (x *PatternFlowIgmpv1Unused) GetDecrement() *PatternFlowIgmpv1UnusedCounter
- func (x *PatternFlowIgmpv1Unused) GetIncrement() *PatternFlowIgmpv1UnusedCounter
- func (x *PatternFlowIgmpv1Unused) GetMetricTags() []*PatternFlowIgmpv1UnusedMetricTag
- func (x *PatternFlowIgmpv1Unused) GetValue() uint32
- func (x *PatternFlowIgmpv1Unused) GetValues() []uint32
- func (*PatternFlowIgmpv1Unused) ProtoMessage()
- func (x *PatternFlowIgmpv1Unused) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIgmpv1Unused) Reset()
- func (x *PatternFlowIgmpv1Unused) String() string
- type PatternFlowIgmpv1UnusedCounter
- func (*PatternFlowIgmpv1UnusedCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIgmpv1UnusedCounter) GetCount() uint32
- func (x *PatternFlowIgmpv1UnusedCounter) GetStart() uint32
- func (x *PatternFlowIgmpv1UnusedCounter) GetStep() uint32
- func (*PatternFlowIgmpv1UnusedCounter) ProtoMessage()
- func (x *PatternFlowIgmpv1UnusedCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIgmpv1UnusedCounter) Reset()
- func (x *PatternFlowIgmpv1UnusedCounter) String() string
- type PatternFlowIgmpv1UnusedMetricTag
- func (*PatternFlowIgmpv1UnusedMetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIgmpv1UnusedMetricTag) GetLength() uint32
- func (x *PatternFlowIgmpv1UnusedMetricTag) GetName() string
- func (x *PatternFlowIgmpv1UnusedMetricTag) GetOffset() uint32
- func (*PatternFlowIgmpv1UnusedMetricTag) ProtoMessage()
- func (x *PatternFlowIgmpv1UnusedMetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIgmpv1UnusedMetricTag) Reset()
- func (x *PatternFlowIgmpv1UnusedMetricTag) String() string
- type PatternFlowIgmpv1Unused_Choice
- func (*PatternFlowIgmpv1Unused_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowIgmpv1Unused_Choice) ProtoMessage()
- func (x *PatternFlowIgmpv1Unused_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIgmpv1Unused_Choice) Reset()
- func (x *PatternFlowIgmpv1Unused_Choice) String() string
- type PatternFlowIgmpv1Unused_Choice_Enum
- func (PatternFlowIgmpv1Unused_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowIgmpv1Unused_Choice_Enum) Enum() *PatternFlowIgmpv1Unused_Choice_Enum
- func (PatternFlowIgmpv1Unused_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowIgmpv1Unused_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowIgmpv1Unused_Choice_Enum) String() string
- func (PatternFlowIgmpv1Unused_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowIgmpv1Version
- func (*PatternFlowIgmpv1Version) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIgmpv1Version) GetChoice() PatternFlowIgmpv1Version_Choice_Enum
- func (x *PatternFlowIgmpv1Version) GetDecrement() *PatternFlowIgmpv1VersionCounter
- func (x *PatternFlowIgmpv1Version) GetIncrement() *PatternFlowIgmpv1VersionCounter
- func (x *PatternFlowIgmpv1Version) GetMetricTags() []*PatternFlowIgmpv1VersionMetricTag
- func (x *PatternFlowIgmpv1Version) GetValue() uint32
- func (x *PatternFlowIgmpv1Version) GetValues() []uint32
- func (*PatternFlowIgmpv1Version) ProtoMessage()
- func (x *PatternFlowIgmpv1Version) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIgmpv1Version) Reset()
- func (x *PatternFlowIgmpv1Version) String() string
- type PatternFlowIgmpv1VersionCounter
- func (*PatternFlowIgmpv1VersionCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIgmpv1VersionCounter) GetCount() uint32
- func (x *PatternFlowIgmpv1VersionCounter) GetStart() uint32
- func (x *PatternFlowIgmpv1VersionCounter) GetStep() uint32
- func (*PatternFlowIgmpv1VersionCounter) ProtoMessage()
- func (x *PatternFlowIgmpv1VersionCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIgmpv1VersionCounter) Reset()
- func (x *PatternFlowIgmpv1VersionCounter) String() string
- type PatternFlowIgmpv1VersionMetricTag
- func (*PatternFlowIgmpv1VersionMetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIgmpv1VersionMetricTag) GetLength() uint32
- func (x *PatternFlowIgmpv1VersionMetricTag) GetName() string
- func (x *PatternFlowIgmpv1VersionMetricTag) GetOffset() uint32
- func (*PatternFlowIgmpv1VersionMetricTag) ProtoMessage()
- func (x *PatternFlowIgmpv1VersionMetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIgmpv1VersionMetricTag) Reset()
- func (x *PatternFlowIgmpv1VersionMetricTag) String() string
- type PatternFlowIgmpv1Version_Choice
- func (*PatternFlowIgmpv1Version_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowIgmpv1Version_Choice) ProtoMessage()
- func (x *PatternFlowIgmpv1Version_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIgmpv1Version_Choice) Reset()
- func (x *PatternFlowIgmpv1Version_Choice) String() string
- type PatternFlowIgmpv1Version_Choice_Enum
- func (PatternFlowIgmpv1Version_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowIgmpv1Version_Choice_Enum) Enum() *PatternFlowIgmpv1Version_Choice_Enum
- func (PatternFlowIgmpv1Version_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowIgmpv1Version_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowIgmpv1Version_Choice_Enum) String() string
- func (PatternFlowIgmpv1Version_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowIpv4DontFragment
- func (*PatternFlowIpv4DontFragment) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIpv4DontFragment) GetChoice() PatternFlowIpv4DontFragment_Choice_Enum
- func (x *PatternFlowIpv4DontFragment) GetDecrement() *PatternFlowIpv4DontFragmentCounter
- func (x *PatternFlowIpv4DontFragment) GetIncrement() *PatternFlowIpv4DontFragmentCounter
- func (x *PatternFlowIpv4DontFragment) GetMetricTags() []*PatternFlowIpv4DontFragmentMetricTag
- func (x *PatternFlowIpv4DontFragment) GetValue() uint32
- func (x *PatternFlowIpv4DontFragment) GetValues() []uint32
- func (*PatternFlowIpv4DontFragment) ProtoMessage()
- func (x *PatternFlowIpv4DontFragment) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIpv4DontFragment) Reset()
- func (x *PatternFlowIpv4DontFragment) String() string
- type PatternFlowIpv4DontFragmentCounter
- func (*PatternFlowIpv4DontFragmentCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIpv4DontFragmentCounter) GetCount() uint32
- func (x *PatternFlowIpv4DontFragmentCounter) GetStart() uint32
- func (x *PatternFlowIpv4DontFragmentCounter) GetStep() uint32
- func (*PatternFlowIpv4DontFragmentCounter) ProtoMessage()
- func (x *PatternFlowIpv4DontFragmentCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIpv4DontFragmentCounter) Reset()
- func (x *PatternFlowIpv4DontFragmentCounter) String() string
- type PatternFlowIpv4DontFragmentMetricTag
- func (*PatternFlowIpv4DontFragmentMetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIpv4DontFragmentMetricTag) GetLength() uint32
- func (x *PatternFlowIpv4DontFragmentMetricTag) GetName() string
- func (x *PatternFlowIpv4DontFragmentMetricTag) GetOffset() uint32
- func (*PatternFlowIpv4DontFragmentMetricTag) ProtoMessage()
- func (x *PatternFlowIpv4DontFragmentMetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIpv4DontFragmentMetricTag) Reset()
- func (x *PatternFlowIpv4DontFragmentMetricTag) String() string
- type PatternFlowIpv4DontFragment_Choice
- func (*PatternFlowIpv4DontFragment_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowIpv4DontFragment_Choice) ProtoMessage()
- func (x *PatternFlowIpv4DontFragment_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIpv4DontFragment_Choice) Reset()
- func (x *PatternFlowIpv4DontFragment_Choice) String() string
- type PatternFlowIpv4DontFragment_Choice_Enum
- func (PatternFlowIpv4DontFragment_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowIpv4DontFragment_Choice_Enum) Enum() *PatternFlowIpv4DontFragment_Choice_Enum
- func (PatternFlowIpv4DontFragment_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowIpv4DontFragment_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowIpv4DontFragment_Choice_Enum) String() string
- func (PatternFlowIpv4DontFragment_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowIpv4DscpEcn
- func (*PatternFlowIpv4DscpEcn) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIpv4DscpEcn) GetChoice() PatternFlowIpv4DscpEcn_Choice_Enum
- func (x *PatternFlowIpv4DscpEcn) GetDecrement() *PatternFlowIpv4DscpEcnCounter
- func (x *PatternFlowIpv4DscpEcn) GetIncrement() *PatternFlowIpv4DscpEcnCounter
- func (x *PatternFlowIpv4DscpEcn) GetMetricTags() []*PatternFlowIpv4DscpEcnMetricTag
- func (x *PatternFlowIpv4DscpEcn) GetValue() uint32
- func (x *PatternFlowIpv4DscpEcn) GetValues() []uint32
- func (*PatternFlowIpv4DscpEcn) ProtoMessage()
- func (x *PatternFlowIpv4DscpEcn) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIpv4DscpEcn) Reset()
- func (x *PatternFlowIpv4DscpEcn) String() string
- type PatternFlowIpv4DscpEcnCounter
- func (*PatternFlowIpv4DscpEcnCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIpv4DscpEcnCounter) GetCount() uint32
- func (x *PatternFlowIpv4DscpEcnCounter) GetStart() uint32
- func (x *PatternFlowIpv4DscpEcnCounter) GetStep() uint32
- func (*PatternFlowIpv4DscpEcnCounter) ProtoMessage()
- func (x *PatternFlowIpv4DscpEcnCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIpv4DscpEcnCounter) Reset()
- func (x *PatternFlowIpv4DscpEcnCounter) String() string
- type PatternFlowIpv4DscpEcnMetricTag
- func (*PatternFlowIpv4DscpEcnMetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIpv4DscpEcnMetricTag) GetLength() uint32
- func (x *PatternFlowIpv4DscpEcnMetricTag) GetName() string
- func (x *PatternFlowIpv4DscpEcnMetricTag) GetOffset() uint32
- func (*PatternFlowIpv4DscpEcnMetricTag) ProtoMessage()
- func (x *PatternFlowIpv4DscpEcnMetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIpv4DscpEcnMetricTag) Reset()
- func (x *PatternFlowIpv4DscpEcnMetricTag) String() string
- type PatternFlowIpv4DscpEcn_Choice
- func (*PatternFlowIpv4DscpEcn_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowIpv4DscpEcn_Choice) ProtoMessage()
- func (x *PatternFlowIpv4DscpEcn_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIpv4DscpEcn_Choice) Reset()
- func (x *PatternFlowIpv4DscpEcn_Choice) String() string
- type PatternFlowIpv4DscpEcn_Choice_Enum
- func (PatternFlowIpv4DscpEcn_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowIpv4DscpEcn_Choice_Enum) Enum() *PatternFlowIpv4DscpEcn_Choice_Enum
- func (PatternFlowIpv4DscpEcn_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowIpv4DscpEcn_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowIpv4DscpEcn_Choice_Enum) String() string
- func (PatternFlowIpv4DscpEcn_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowIpv4DscpPhb
- func (*PatternFlowIpv4DscpPhb) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIpv4DscpPhb) GetChoice() PatternFlowIpv4DscpPhb_Choice_Enum
- func (x *PatternFlowIpv4DscpPhb) GetDecrement() *PatternFlowIpv4DscpPhbCounter
- func (x *PatternFlowIpv4DscpPhb) GetIncrement() *PatternFlowIpv4DscpPhbCounter
- func (x *PatternFlowIpv4DscpPhb) GetMetricTags() []*PatternFlowIpv4DscpPhbMetricTag
- func (x *PatternFlowIpv4DscpPhb) GetValue() uint32
- func (x *PatternFlowIpv4DscpPhb) GetValues() []uint32
- func (*PatternFlowIpv4DscpPhb) ProtoMessage()
- func (x *PatternFlowIpv4DscpPhb) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIpv4DscpPhb) Reset()
- func (x *PatternFlowIpv4DscpPhb) String() string
- type PatternFlowIpv4DscpPhbCounter
- func (*PatternFlowIpv4DscpPhbCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIpv4DscpPhbCounter) GetCount() uint32
- func (x *PatternFlowIpv4DscpPhbCounter) GetStart() uint32
- func (x *PatternFlowIpv4DscpPhbCounter) GetStep() uint32
- func (*PatternFlowIpv4DscpPhbCounter) ProtoMessage()
- func (x *PatternFlowIpv4DscpPhbCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIpv4DscpPhbCounter) Reset()
- func (x *PatternFlowIpv4DscpPhbCounter) String() string
- type PatternFlowIpv4DscpPhbMetricTag
- func (*PatternFlowIpv4DscpPhbMetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIpv4DscpPhbMetricTag) GetLength() uint32
- func (x *PatternFlowIpv4DscpPhbMetricTag) GetName() string
- func (x *PatternFlowIpv4DscpPhbMetricTag) GetOffset() uint32
- func (*PatternFlowIpv4DscpPhbMetricTag) ProtoMessage()
- func (x *PatternFlowIpv4DscpPhbMetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIpv4DscpPhbMetricTag) Reset()
- func (x *PatternFlowIpv4DscpPhbMetricTag) String() string
- type PatternFlowIpv4DscpPhb_Choice
- func (*PatternFlowIpv4DscpPhb_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowIpv4DscpPhb_Choice) ProtoMessage()
- func (x *PatternFlowIpv4DscpPhb_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIpv4DscpPhb_Choice) Reset()
- func (x *PatternFlowIpv4DscpPhb_Choice) String() string
- type PatternFlowIpv4DscpPhb_Choice_Enum
- func (PatternFlowIpv4DscpPhb_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowIpv4DscpPhb_Choice_Enum) Enum() *PatternFlowIpv4DscpPhb_Choice_Enum
- func (PatternFlowIpv4DscpPhb_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowIpv4DscpPhb_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowIpv4DscpPhb_Choice_Enum) String() string
- func (PatternFlowIpv4DscpPhb_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowIpv4Dst
- func (*PatternFlowIpv4Dst) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIpv4Dst) GetAuto() *FlowIpv4Auto
- func (x *PatternFlowIpv4Dst) GetChoice() PatternFlowIpv4Dst_Choice_Enum
- func (x *PatternFlowIpv4Dst) GetDecrement() *PatternFlowIpv4DstCounter
- func (x *PatternFlowIpv4Dst) GetIncrement() *PatternFlowIpv4DstCounter
- func (x *PatternFlowIpv4Dst) GetMetricTags() []*PatternFlowIpv4DstMetricTag
- func (x *PatternFlowIpv4Dst) GetRandom() *PatternFlowIpv4DstRandom
- func (x *PatternFlowIpv4Dst) GetValue() string
- func (x *PatternFlowIpv4Dst) GetValues() []string
- func (*PatternFlowIpv4Dst) ProtoMessage()
- func (x *PatternFlowIpv4Dst) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIpv4Dst) Reset()
- func (x *PatternFlowIpv4Dst) String() string
- type PatternFlowIpv4DstCounter
- func (*PatternFlowIpv4DstCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIpv4DstCounter) GetCount() uint32
- func (x *PatternFlowIpv4DstCounter) GetStart() string
- func (x *PatternFlowIpv4DstCounter) GetStep() string
- func (*PatternFlowIpv4DstCounter) ProtoMessage()
- func (x *PatternFlowIpv4DstCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIpv4DstCounter) Reset()
- func (x *PatternFlowIpv4DstCounter) String() string
- type PatternFlowIpv4DstMetricTag
- func (*PatternFlowIpv4DstMetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIpv4DstMetricTag) GetLength() uint32
- func (x *PatternFlowIpv4DstMetricTag) GetName() string
- func (x *PatternFlowIpv4DstMetricTag) GetOffset() uint32
- func (*PatternFlowIpv4DstMetricTag) ProtoMessage()
- func (x *PatternFlowIpv4DstMetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIpv4DstMetricTag) Reset()
- func (x *PatternFlowIpv4DstMetricTag) String() string
- type PatternFlowIpv4DstRandom
- func (*PatternFlowIpv4DstRandom) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIpv4DstRandom) GetCount() uint32
- func (x *PatternFlowIpv4DstRandom) GetMax() string
- func (x *PatternFlowIpv4DstRandom) GetMin() string
- func (x *PatternFlowIpv4DstRandom) GetSeed() uint32
- func (*PatternFlowIpv4DstRandom) ProtoMessage()
- func (x *PatternFlowIpv4DstRandom) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIpv4DstRandom) Reset()
- func (x *PatternFlowIpv4DstRandom) String() string
- type PatternFlowIpv4Dst_Choice
- type PatternFlowIpv4Dst_Choice_Enum
- func (PatternFlowIpv4Dst_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowIpv4Dst_Choice_Enum) Enum() *PatternFlowIpv4Dst_Choice_Enum
- func (PatternFlowIpv4Dst_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowIpv4Dst_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowIpv4Dst_Choice_Enum) String() string
- func (PatternFlowIpv4Dst_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowIpv4FragmentOffset
- func (*PatternFlowIpv4FragmentOffset) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIpv4FragmentOffset) GetChoice() PatternFlowIpv4FragmentOffset_Choice_Enum
- func (x *PatternFlowIpv4FragmentOffset) GetDecrement() *PatternFlowIpv4FragmentOffsetCounter
- func (x *PatternFlowIpv4FragmentOffset) GetIncrement() *PatternFlowIpv4FragmentOffsetCounter
- func (x *PatternFlowIpv4FragmentOffset) GetMetricTags() []*PatternFlowIpv4FragmentOffsetMetricTag
- func (x *PatternFlowIpv4FragmentOffset) GetValue() uint32
- func (x *PatternFlowIpv4FragmentOffset) GetValues() []uint32
- func (*PatternFlowIpv4FragmentOffset) ProtoMessage()
- func (x *PatternFlowIpv4FragmentOffset) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIpv4FragmentOffset) Reset()
- func (x *PatternFlowIpv4FragmentOffset) String() string
- type PatternFlowIpv4FragmentOffsetCounter
- func (*PatternFlowIpv4FragmentOffsetCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIpv4FragmentOffsetCounter) GetCount() uint32
- func (x *PatternFlowIpv4FragmentOffsetCounter) GetStart() uint32
- func (x *PatternFlowIpv4FragmentOffsetCounter) GetStep() uint32
- func (*PatternFlowIpv4FragmentOffsetCounter) ProtoMessage()
- func (x *PatternFlowIpv4FragmentOffsetCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIpv4FragmentOffsetCounter) Reset()
- func (x *PatternFlowIpv4FragmentOffsetCounter) String() string
- type PatternFlowIpv4FragmentOffsetMetricTag
- func (*PatternFlowIpv4FragmentOffsetMetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIpv4FragmentOffsetMetricTag) GetLength() uint32
- func (x *PatternFlowIpv4FragmentOffsetMetricTag) GetName() string
- func (x *PatternFlowIpv4FragmentOffsetMetricTag) GetOffset() uint32
- func (*PatternFlowIpv4FragmentOffsetMetricTag) ProtoMessage()
- func (x *PatternFlowIpv4FragmentOffsetMetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIpv4FragmentOffsetMetricTag) Reset()
- func (x *PatternFlowIpv4FragmentOffsetMetricTag) String() string
- type PatternFlowIpv4FragmentOffset_Choice
- func (*PatternFlowIpv4FragmentOffset_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowIpv4FragmentOffset_Choice) ProtoMessage()
- func (x *PatternFlowIpv4FragmentOffset_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIpv4FragmentOffset_Choice) Reset()
- func (x *PatternFlowIpv4FragmentOffset_Choice) String() string
- type PatternFlowIpv4FragmentOffset_Choice_Enum
- func (PatternFlowIpv4FragmentOffset_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowIpv4FragmentOffset_Choice_Enum) Enum() *PatternFlowIpv4FragmentOffset_Choice_Enum
- func (PatternFlowIpv4FragmentOffset_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowIpv4FragmentOffset_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowIpv4FragmentOffset_Choice_Enum) String() string
- func (PatternFlowIpv4FragmentOffset_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowIpv4HeaderChecksum
- func (*PatternFlowIpv4HeaderChecksum) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIpv4HeaderChecksum) GetChoice() PatternFlowIpv4HeaderChecksum_Choice_Enum
- func (x *PatternFlowIpv4HeaderChecksum) GetCustom() uint32
- func (x *PatternFlowIpv4HeaderChecksum) GetGenerated() PatternFlowIpv4HeaderChecksum_Generated_Enum
- func (*PatternFlowIpv4HeaderChecksum) ProtoMessage()
- func (x *PatternFlowIpv4HeaderChecksum) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIpv4HeaderChecksum) Reset()
- func (x *PatternFlowIpv4HeaderChecksum) String() string
- type PatternFlowIpv4HeaderChecksum_Choice
- func (*PatternFlowIpv4HeaderChecksum_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowIpv4HeaderChecksum_Choice) ProtoMessage()
- func (x *PatternFlowIpv4HeaderChecksum_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIpv4HeaderChecksum_Choice) Reset()
- func (x *PatternFlowIpv4HeaderChecksum_Choice) String() string
- type PatternFlowIpv4HeaderChecksum_Choice_Enum
- func (PatternFlowIpv4HeaderChecksum_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowIpv4HeaderChecksum_Choice_Enum) Enum() *PatternFlowIpv4HeaderChecksum_Choice_Enum
- func (PatternFlowIpv4HeaderChecksum_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowIpv4HeaderChecksum_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowIpv4HeaderChecksum_Choice_Enum) String() string
- func (PatternFlowIpv4HeaderChecksum_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowIpv4HeaderChecksum_Generated
- func (*PatternFlowIpv4HeaderChecksum_Generated) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowIpv4HeaderChecksum_Generated) ProtoMessage()
- func (x *PatternFlowIpv4HeaderChecksum_Generated) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIpv4HeaderChecksum_Generated) Reset()
- func (x *PatternFlowIpv4HeaderChecksum_Generated) String() string
- type PatternFlowIpv4HeaderChecksum_Generated_Enum
- func (PatternFlowIpv4HeaderChecksum_Generated_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowIpv4HeaderChecksum_Generated_Enum) Enum() *PatternFlowIpv4HeaderChecksum_Generated_Enum
- func (PatternFlowIpv4HeaderChecksum_Generated_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowIpv4HeaderChecksum_Generated_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowIpv4HeaderChecksum_Generated_Enum) String() string
- func (PatternFlowIpv4HeaderChecksum_Generated_Enum) Type() protoreflect.EnumType
- type PatternFlowIpv4HeaderLength
- func (*PatternFlowIpv4HeaderLength) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIpv4HeaderLength) GetAuto() uint32
- func (x *PatternFlowIpv4HeaderLength) GetChoice() PatternFlowIpv4HeaderLength_Choice_Enum
- func (x *PatternFlowIpv4HeaderLength) GetDecrement() *PatternFlowIpv4HeaderLengthCounter
- func (x *PatternFlowIpv4HeaderLength) GetIncrement() *PatternFlowIpv4HeaderLengthCounter
- func (x *PatternFlowIpv4HeaderLength) GetMetricTags() []*PatternFlowIpv4HeaderLengthMetricTag
- func (x *PatternFlowIpv4HeaderLength) GetValue() uint32
- func (x *PatternFlowIpv4HeaderLength) GetValues() []uint32
- func (*PatternFlowIpv4HeaderLength) ProtoMessage()
- func (x *PatternFlowIpv4HeaderLength) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIpv4HeaderLength) Reset()
- func (x *PatternFlowIpv4HeaderLength) String() string
- type PatternFlowIpv4HeaderLengthCounter
- func (*PatternFlowIpv4HeaderLengthCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIpv4HeaderLengthCounter) GetCount() uint32
- func (x *PatternFlowIpv4HeaderLengthCounter) GetStart() uint32
- func (x *PatternFlowIpv4HeaderLengthCounter) GetStep() uint32
- func (*PatternFlowIpv4HeaderLengthCounter) ProtoMessage()
- func (x *PatternFlowIpv4HeaderLengthCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIpv4HeaderLengthCounter) Reset()
- func (x *PatternFlowIpv4HeaderLengthCounter) String() string
- type PatternFlowIpv4HeaderLengthMetricTag
- func (*PatternFlowIpv4HeaderLengthMetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIpv4HeaderLengthMetricTag) GetLength() uint32
- func (x *PatternFlowIpv4HeaderLengthMetricTag) GetName() string
- func (x *PatternFlowIpv4HeaderLengthMetricTag) GetOffset() uint32
- func (*PatternFlowIpv4HeaderLengthMetricTag) ProtoMessage()
- func (x *PatternFlowIpv4HeaderLengthMetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIpv4HeaderLengthMetricTag) Reset()
- func (x *PatternFlowIpv4HeaderLengthMetricTag) String() string
- type PatternFlowIpv4HeaderLength_Choice
- func (*PatternFlowIpv4HeaderLength_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowIpv4HeaderLength_Choice) ProtoMessage()
- func (x *PatternFlowIpv4HeaderLength_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIpv4HeaderLength_Choice) Reset()
- func (x *PatternFlowIpv4HeaderLength_Choice) String() string
- type PatternFlowIpv4HeaderLength_Choice_Enum
- func (PatternFlowIpv4HeaderLength_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowIpv4HeaderLength_Choice_Enum) Enum() *PatternFlowIpv4HeaderLength_Choice_Enum
- func (PatternFlowIpv4HeaderLength_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowIpv4HeaderLength_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowIpv4HeaderLength_Choice_Enum) String() string
- func (PatternFlowIpv4HeaderLength_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowIpv4Identification
- func (*PatternFlowIpv4Identification) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIpv4Identification) GetChoice() PatternFlowIpv4Identification_Choice_Enum
- func (x *PatternFlowIpv4Identification) GetDecrement() *PatternFlowIpv4IdentificationCounter
- func (x *PatternFlowIpv4Identification) GetIncrement() *PatternFlowIpv4IdentificationCounter
- func (x *PatternFlowIpv4Identification) GetMetricTags() []*PatternFlowIpv4IdentificationMetricTag
- func (x *PatternFlowIpv4Identification) GetValue() uint32
- func (x *PatternFlowIpv4Identification) GetValues() []uint32
- func (*PatternFlowIpv4Identification) ProtoMessage()
- func (x *PatternFlowIpv4Identification) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIpv4Identification) Reset()
- func (x *PatternFlowIpv4Identification) String() string
- type PatternFlowIpv4IdentificationCounter
- func (*PatternFlowIpv4IdentificationCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIpv4IdentificationCounter) GetCount() uint32
- func (x *PatternFlowIpv4IdentificationCounter) GetStart() uint32
- func (x *PatternFlowIpv4IdentificationCounter) GetStep() uint32
- func (*PatternFlowIpv4IdentificationCounter) ProtoMessage()
- func (x *PatternFlowIpv4IdentificationCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIpv4IdentificationCounter) Reset()
- func (x *PatternFlowIpv4IdentificationCounter) String() string
- type PatternFlowIpv4IdentificationMetricTag
- func (*PatternFlowIpv4IdentificationMetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIpv4IdentificationMetricTag) GetLength() uint32
- func (x *PatternFlowIpv4IdentificationMetricTag) GetName() string
- func (x *PatternFlowIpv4IdentificationMetricTag) GetOffset() uint32
- func (*PatternFlowIpv4IdentificationMetricTag) ProtoMessage()
- func (x *PatternFlowIpv4IdentificationMetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIpv4IdentificationMetricTag) Reset()
- func (x *PatternFlowIpv4IdentificationMetricTag) String() string
- type PatternFlowIpv4Identification_Choice
- func (*PatternFlowIpv4Identification_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowIpv4Identification_Choice) ProtoMessage()
- func (x *PatternFlowIpv4Identification_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIpv4Identification_Choice) Reset()
- func (x *PatternFlowIpv4Identification_Choice) String() string
- type PatternFlowIpv4Identification_Choice_Enum
- func (PatternFlowIpv4Identification_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowIpv4Identification_Choice_Enum) Enum() *PatternFlowIpv4Identification_Choice_Enum
- func (PatternFlowIpv4Identification_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowIpv4Identification_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowIpv4Identification_Choice_Enum) String() string
- func (PatternFlowIpv4Identification_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowIpv4MoreFragments
- func (*PatternFlowIpv4MoreFragments) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIpv4MoreFragments) GetChoice() PatternFlowIpv4MoreFragments_Choice_Enum
- func (x *PatternFlowIpv4MoreFragments) GetDecrement() *PatternFlowIpv4MoreFragmentsCounter
- func (x *PatternFlowIpv4MoreFragments) GetIncrement() *PatternFlowIpv4MoreFragmentsCounter
- func (x *PatternFlowIpv4MoreFragments) GetMetricTags() []*PatternFlowIpv4MoreFragmentsMetricTag
- func (x *PatternFlowIpv4MoreFragments) GetValue() uint32
- func (x *PatternFlowIpv4MoreFragments) GetValues() []uint32
- func (*PatternFlowIpv4MoreFragments) ProtoMessage()
- func (x *PatternFlowIpv4MoreFragments) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIpv4MoreFragments) Reset()
- func (x *PatternFlowIpv4MoreFragments) String() string
- type PatternFlowIpv4MoreFragmentsCounter
- func (*PatternFlowIpv4MoreFragmentsCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIpv4MoreFragmentsCounter) GetCount() uint32
- func (x *PatternFlowIpv4MoreFragmentsCounter) GetStart() uint32
- func (x *PatternFlowIpv4MoreFragmentsCounter) GetStep() uint32
- func (*PatternFlowIpv4MoreFragmentsCounter) ProtoMessage()
- func (x *PatternFlowIpv4MoreFragmentsCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIpv4MoreFragmentsCounter) Reset()
- func (x *PatternFlowIpv4MoreFragmentsCounter) String() string
- type PatternFlowIpv4MoreFragmentsMetricTag
- func (*PatternFlowIpv4MoreFragmentsMetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIpv4MoreFragmentsMetricTag) GetLength() uint32
- func (x *PatternFlowIpv4MoreFragmentsMetricTag) GetName() string
- func (x *PatternFlowIpv4MoreFragmentsMetricTag) GetOffset() uint32
- func (*PatternFlowIpv4MoreFragmentsMetricTag) ProtoMessage()
- func (x *PatternFlowIpv4MoreFragmentsMetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIpv4MoreFragmentsMetricTag) Reset()
- func (x *PatternFlowIpv4MoreFragmentsMetricTag) String() string
- type PatternFlowIpv4MoreFragments_Choice
- func (*PatternFlowIpv4MoreFragments_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowIpv4MoreFragments_Choice) ProtoMessage()
- func (x *PatternFlowIpv4MoreFragments_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIpv4MoreFragments_Choice) Reset()
- func (x *PatternFlowIpv4MoreFragments_Choice) String() string
- type PatternFlowIpv4MoreFragments_Choice_Enum
- func (PatternFlowIpv4MoreFragments_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowIpv4MoreFragments_Choice_Enum) Enum() *PatternFlowIpv4MoreFragments_Choice_Enum
- func (PatternFlowIpv4MoreFragments_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowIpv4MoreFragments_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowIpv4MoreFragments_Choice_Enum) String() string
- func (PatternFlowIpv4MoreFragments_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowIpv4OptionsCustomTypeCopiedFlag
- func (*PatternFlowIpv4OptionsCustomTypeCopiedFlag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIpv4OptionsCustomTypeCopiedFlag) GetChoice() PatternFlowIpv4OptionsCustomTypeCopiedFlag_Choice_Enum
- func (x *PatternFlowIpv4OptionsCustomTypeCopiedFlag) GetDecrement() *PatternFlowIpv4OptionsCustomTypeCopiedFlagCounter
- func (x *PatternFlowIpv4OptionsCustomTypeCopiedFlag) GetIncrement() *PatternFlowIpv4OptionsCustomTypeCopiedFlagCounter
- func (x *PatternFlowIpv4OptionsCustomTypeCopiedFlag) GetValue() uint32
- func (x *PatternFlowIpv4OptionsCustomTypeCopiedFlag) GetValues() []uint32
- func (*PatternFlowIpv4OptionsCustomTypeCopiedFlag) ProtoMessage()
- func (x *PatternFlowIpv4OptionsCustomTypeCopiedFlag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIpv4OptionsCustomTypeCopiedFlag) Reset()
- func (x *PatternFlowIpv4OptionsCustomTypeCopiedFlag) String() string
- type PatternFlowIpv4OptionsCustomTypeCopiedFlagCounter
- func (*PatternFlowIpv4OptionsCustomTypeCopiedFlagCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIpv4OptionsCustomTypeCopiedFlagCounter) GetCount() uint32
- func (x *PatternFlowIpv4OptionsCustomTypeCopiedFlagCounter) GetStart() uint32
- func (x *PatternFlowIpv4OptionsCustomTypeCopiedFlagCounter) GetStep() uint32
- func (*PatternFlowIpv4OptionsCustomTypeCopiedFlagCounter) ProtoMessage()
- func (x *PatternFlowIpv4OptionsCustomTypeCopiedFlagCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIpv4OptionsCustomTypeCopiedFlagCounter) Reset()
- func (x *PatternFlowIpv4OptionsCustomTypeCopiedFlagCounter) String() string
- type PatternFlowIpv4OptionsCustomTypeCopiedFlag_Choice
- func (*PatternFlowIpv4OptionsCustomTypeCopiedFlag_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowIpv4OptionsCustomTypeCopiedFlag_Choice) ProtoMessage()
- func (x *PatternFlowIpv4OptionsCustomTypeCopiedFlag_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIpv4OptionsCustomTypeCopiedFlag_Choice) Reset()
- func (x *PatternFlowIpv4OptionsCustomTypeCopiedFlag_Choice) String() string
- type PatternFlowIpv4OptionsCustomTypeCopiedFlag_Choice_Enum
- func (PatternFlowIpv4OptionsCustomTypeCopiedFlag_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowIpv4OptionsCustomTypeCopiedFlag_Choice_Enum) Enum() *PatternFlowIpv4OptionsCustomTypeCopiedFlag_Choice_Enum
- func (PatternFlowIpv4OptionsCustomTypeCopiedFlag_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowIpv4OptionsCustomTypeCopiedFlag_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowIpv4OptionsCustomTypeCopiedFlag_Choice_Enum) String() string
- func (PatternFlowIpv4OptionsCustomTypeCopiedFlag_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowIpv4OptionsCustomTypeOptionClass
- func (*PatternFlowIpv4OptionsCustomTypeOptionClass) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIpv4OptionsCustomTypeOptionClass) GetChoice() PatternFlowIpv4OptionsCustomTypeOptionClass_Choice_Enum
- func (x *PatternFlowIpv4OptionsCustomTypeOptionClass) GetDecrement() *PatternFlowIpv4OptionsCustomTypeOptionClassCounter
- func (x *PatternFlowIpv4OptionsCustomTypeOptionClass) GetIncrement() *PatternFlowIpv4OptionsCustomTypeOptionClassCounter
- func (x *PatternFlowIpv4OptionsCustomTypeOptionClass) GetValue() uint32
- func (x *PatternFlowIpv4OptionsCustomTypeOptionClass) GetValues() []uint32
- func (*PatternFlowIpv4OptionsCustomTypeOptionClass) ProtoMessage()
- func (x *PatternFlowIpv4OptionsCustomTypeOptionClass) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIpv4OptionsCustomTypeOptionClass) Reset()
- func (x *PatternFlowIpv4OptionsCustomTypeOptionClass) String() string
- type PatternFlowIpv4OptionsCustomTypeOptionClassCounter
- func (*PatternFlowIpv4OptionsCustomTypeOptionClassCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIpv4OptionsCustomTypeOptionClassCounter) GetCount() uint32
- func (x *PatternFlowIpv4OptionsCustomTypeOptionClassCounter) GetStart() uint32
- func (x *PatternFlowIpv4OptionsCustomTypeOptionClassCounter) GetStep() uint32
- func (*PatternFlowIpv4OptionsCustomTypeOptionClassCounter) ProtoMessage()
- func (x *PatternFlowIpv4OptionsCustomTypeOptionClassCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIpv4OptionsCustomTypeOptionClassCounter) Reset()
- func (x *PatternFlowIpv4OptionsCustomTypeOptionClassCounter) String() string
- type PatternFlowIpv4OptionsCustomTypeOptionClass_Choice
- func (*PatternFlowIpv4OptionsCustomTypeOptionClass_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowIpv4OptionsCustomTypeOptionClass_Choice) ProtoMessage()
- func (x *PatternFlowIpv4OptionsCustomTypeOptionClass_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIpv4OptionsCustomTypeOptionClass_Choice) Reset()
- func (x *PatternFlowIpv4OptionsCustomTypeOptionClass_Choice) String() string
- type PatternFlowIpv4OptionsCustomTypeOptionClass_Choice_Enum
- func (PatternFlowIpv4OptionsCustomTypeOptionClass_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowIpv4OptionsCustomTypeOptionClass_Choice_Enum) Enum() *PatternFlowIpv4OptionsCustomTypeOptionClass_Choice_Enum
- func (PatternFlowIpv4OptionsCustomTypeOptionClass_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowIpv4OptionsCustomTypeOptionClass_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowIpv4OptionsCustomTypeOptionClass_Choice_Enum) String() string
- func (PatternFlowIpv4OptionsCustomTypeOptionClass_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowIpv4OptionsCustomTypeOptionNumber
- func (*PatternFlowIpv4OptionsCustomTypeOptionNumber) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIpv4OptionsCustomTypeOptionNumber) GetChoice() PatternFlowIpv4OptionsCustomTypeOptionNumber_Choice_Enum
- func (x *PatternFlowIpv4OptionsCustomTypeOptionNumber) GetDecrement() *PatternFlowIpv4OptionsCustomTypeOptionNumberCounter
- func (x *PatternFlowIpv4OptionsCustomTypeOptionNumber) GetIncrement() *PatternFlowIpv4OptionsCustomTypeOptionNumberCounter
- func (x *PatternFlowIpv4OptionsCustomTypeOptionNumber) GetValue() uint32
- func (x *PatternFlowIpv4OptionsCustomTypeOptionNumber) GetValues() []uint32
- func (*PatternFlowIpv4OptionsCustomTypeOptionNumber) ProtoMessage()
- func (x *PatternFlowIpv4OptionsCustomTypeOptionNumber) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIpv4OptionsCustomTypeOptionNumber) Reset()
- func (x *PatternFlowIpv4OptionsCustomTypeOptionNumber) String() string
- type PatternFlowIpv4OptionsCustomTypeOptionNumberCounter
- func (*PatternFlowIpv4OptionsCustomTypeOptionNumberCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIpv4OptionsCustomTypeOptionNumberCounter) GetCount() uint32
- func (x *PatternFlowIpv4OptionsCustomTypeOptionNumberCounter) GetStart() uint32
- func (x *PatternFlowIpv4OptionsCustomTypeOptionNumberCounter) GetStep() uint32
- func (*PatternFlowIpv4OptionsCustomTypeOptionNumberCounter) ProtoMessage()
- func (x *PatternFlowIpv4OptionsCustomTypeOptionNumberCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIpv4OptionsCustomTypeOptionNumberCounter) Reset()
- func (x *PatternFlowIpv4OptionsCustomTypeOptionNumberCounter) String() string
- type PatternFlowIpv4OptionsCustomTypeOptionNumber_Choice
- func (*PatternFlowIpv4OptionsCustomTypeOptionNumber_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowIpv4OptionsCustomTypeOptionNumber_Choice) ProtoMessage()
- func (x *PatternFlowIpv4OptionsCustomTypeOptionNumber_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIpv4OptionsCustomTypeOptionNumber_Choice) Reset()
- func (x *PatternFlowIpv4OptionsCustomTypeOptionNumber_Choice) String() string
- type PatternFlowIpv4OptionsCustomTypeOptionNumber_Choice_Enum
- func (PatternFlowIpv4OptionsCustomTypeOptionNumber_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowIpv4OptionsCustomTypeOptionNumber_Choice_Enum) Enum() *PatternFlowIpv4OptionsCustomTypeOptionNumber_Choice_Enum
- func (PatternFlowIpv4OptionsCustomTypeOptionNumber_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowIpv4OptionsCustomTypeOptionNumber_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowIpv4OptionsCustomTypeOptionNumber_Choice_Enum) String() string
- func (PatternFlowIpv4OptionsCustomTypeOptionNumber_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowIpv4PriorityRaw
- func (*PatternFlowIpv4PriorityRaw) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIpv4PriorityRaw) GetChoice() PatternFlowIpv4PriorityRaw_Choice_Enum
- func (x *PatternFlowIpv4PriorityRaw) GetDecrement() *PatternFlowIpv4PriorityRawCounter
- func (x *PatternFlowIpv4PriorityRaw) GetIncrement() *PatternFlowIpv4PriorityRawCounter
- func (x *PatternFlowIpv4PriorityRaw) GetMetricTags() []*PatternFlowIpv4PriorityRawMetricTag
- func (x *PatternFlowIpv4PriorityRaw) GetValue() uint32
- func (x *PatternFlowIpv4PriorityRaw) GetValues() []uint32
- func (*PatternFlowIpv4PriorityRaw) ProtoMessage()
- func (x *PatternFlowIpv4PriorityRaw) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIpv4PriorityRaw) Reset()
- func (x *PatternFlowIpv4PriorityRaw) String() string
- type PatternFlowIpv4PriorityRawCounter
- func (*PatternFlowIpv4PriorityRawCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIpv4PriorityRawCounter) GetCount() uint32
- func (x *PatternFlowIpv4PriorityRawCounter) GetStart() uint32
- func (x *PatternFlowIpv4PriorityRawCounter) GetStep() uint32
- func (*PatternFlowIpv4PriorityRawCounter) ProtoMessage()
- func (x *PatternFlowIpv4PriorityRawCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIpv4PriorityRawCounter) Reset()
- func (x *PatternFlowIpv4PriorityRawCounter) String() string
- type PatternFlowIpv4PriorityRawMetricTag
- func (*PatternFlowIpv4PriorityRawMetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIpv4PriorityRawMetricTag) GetLength() uint32
- func (x *PatternFlowIpv4PriorityRawMetricTag) GetName() string
- func (x *PatternFlowIpv4PriorityRawMetricTag) GetOffset() uint32
- func (*PatternFlowIpv4PriorityRawMetricTag) ProtoMessage()
- func (x *PatternFlowIpv4PriorityRawMetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIpv4PriorityRawMetricTag) Reset()
- func (x *PatternFlowIpv4PriorityRawMetricTag) String() string
- type PatternFlowIpv4PriorityRaw_Choice
- func (*PatternFlowIpv4PriorityRaw_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowIpv4PriorityRaw_Choice) ProtoMessage()
- func (x *PatternFlowIpv4PriorityRaw_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIpv4PriorityRaw_Choice) Reset()
- func (x *PatternFlowIpv4PriorityRaw_Choice) String() string
- type PatternFlowIpv4PriorityRaw_Choice_Enum
- func (PatternFlowIpv4PriorityRaw_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowIpv4PriorityRaw_Choice_Enum) Enum() *PatternFlowIpv4PriorityRaw_Choice_Enum
- func (PatternFlowIpv4PriorityRaw_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowIpv4PriorityRaw_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowIpv4PriorityRaw_Choice_Enum) String() string
- func (PatternFlowIpv4PriorityRaw_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowIpv4Protocol
- func (*PatternFlowIpv4Protocol) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIpv4Protocol) GetAuto() uint32
- func (x *PatternFlowIpv4Protocol) GetChoice() PatternFlowIpv4Protocol_Choice_Enum
- func (x *PatternFlowIpv4Protocol) GetDecrement() *PatternFlowIpv4ProtocolCounter
- func (x *PatternFlowIpv4Protocol) GetIncrement() *PatternFlowIpv4ProtocolCounter
- func (x *PatternFlowIpv4Protocol) GetMetricTags() []*PatternFlowIpv4ProtocolMetricTag
- func (x *PatternFlowIpv4Protocol) GetValue() uint32
- func (x *PatternFlowIpv4Protocol) GetValues() []uint32
- func (*PatternFlowIpv4Protocol) ProtoMessage()
- func (x *PatternFlowIpv4Protocol) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIpv4Protocol) Reset()
- func (x *PatternFlowIpv4Protocol) String() string
- type PatternFlowIpv4ProtocolCounter
- func (*PatternFlowIpv4ProtocolCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIpv4ProtocolCounter) GetCount() uint32
- func (x *PatternFlowIpv4ProtocolCounter) GetStart() uint32
- func (x *PatternFlowIpv4ProtocolCounter) GetStep() uint32
- func (*PatternFlowIpv4ProtocolCounter) ProtoMessage()
- func (x *PatternFlowIpv4ProtocolCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIpv4ProtocolCounter) Reset()
- func (x *PatternFlowIpv4ProtocolCounter) String() string
- type PatternFlowIpv4ProtocolMetricTag
- func (*PatternFlowIpv4ProtocolMetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIpv4ProtocolMetricTag) GetLength() uint32
- func (x *PatternFlowIpv4ProtocolMetricTag) GetName() string
- func (x *PatternFlowIpv4ProtocolMetricTag) GetOffset() uint32
- func (*PatternFlowIpv4ProtocolMetricTag) ProtoMessage()
- func (x *PatternFlowIpv4ProtocolMetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIpv4ProtocolMetricTag) Reset()
- func (x *PatternFlowIpv4ProtocolMetricTag) String() string
- type PatternFlowIpv4Protocol_Choice
- func (*PatternFlowIpv4Protocol_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowIpv4Protocol_Choice) ProtoMessage()
- func (x *PatternFlowIpv4Protocol_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIpv4Protocol_Choice) Reset()
- func (x *PatternFlowIpv4Protocol_Choice) String() string
- type PatternFlowIpv4Protocol_Choice_Enum
- func (PatternFlowIpv4Protocol_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowIpv4Protocol_Choice_Enum) Enum() *PatternFlowIpv4Protocol_Choice_Enum
- func (PatternFlowIpv4Protocol_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowIpv4Protocol_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowIpv4Protocol_Choice_Enum) String() string
- func (PatternFlowIpv4Protocol_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowIpv4Reserved
- func (*PatternFlowIpv4Reserved) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIpv4Reserved) GetChoice() PatternFlowIpv4Reserved_Choice_Enum
- func (x *PatternFlowIpv4Reserved) GetDecrement() *PatternFlowIpv4ReservedCounter
- func (x *PatternFlowIpv4Reserved) GetIncrement() *PatternFlowIpv4ReservedCounter
- func (x *PatternFlowIpv4Reserved) GetMetricTags() []*PatternFlowIpv4ReservedMetricTag
- func (x *PatternFlowIpv4Reserved) GetValue() uint32
- func (x *PatternFlowIpv4Reserved) GetValues() []uint32
- func (*PatternFlowIpv4Reserved) ProtoMessage()
- func (x *PatternFlowIpv4Reserved) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIpv4Reserved) Reset()
- func (x *PatternFlowIpv4Reserved) String() string
- type PatternFlowIpv4ReservedCounter
- func (*PatternFlowIpv4ReservedCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIpv4ReservedCounter) GetCount() uint32
- func (x *PatternFlowIpv4ReservedCounter) GetStart() uint32
- func (x *PatternFlowIpv4ReservedCounter) GetStep() uint32
- func (*PatternFlowIpv4ReservedCounter) ProtoMessage()
- func (x *PatternFlowIpv4ReservedCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIpv4ReservedCounter) Reset()
- func (x *PatternFlowIpv4ReservedCounter) String() string
- type PatternFlowIpv4ReservedMetricTag
- func (*PatternFlowIpv4ReservedMetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIpv4ReservedMetricTag) GetLength() uint32
- func (x *PatternFlowIpv4ReservedMetricTag) GetName() string
- func (x *PatternFlowIpv4ReservedMetricTag) GetOffset() uint32
- func (*PatternFlowIpv4ReservedMetricTag) ProtoMessage()
- func (x *PatternFlowIpv4ReservedMetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIpv4ReservedMetricTag) Reset()
- func (x *PatternFlowIpv4ReservedMetricTag) String() string
- type PatternFlowIpv4Reserved_Choice
- func (*PatternFlowIpv4Reserved_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowIpv4Reserved_Choice) ProtoMessage()
- func (x *PatternFlowIpv4Reserved_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIpv4Reserved_Choice) Reset()
- func (x *PatternFlowIpv4Reserved_Choice) String() string
- type PatternFlowIpv4Reserved_Choice_Enum
- func (PatternFlowIpv4Reserved_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowIpv4Reserved_Choice_Enum) Enum() *PatternFlowIpv4Reserved_Choice_Enum
- func (PatternFlowIpv4Reserved_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowIpv4Reserved_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowIpv4Reserved_Choice_Enum) String() string
- func (PatternFlowIpv4Reserved_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowIpv4Src
- func (*PatternFlowIpv4Src) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIpv4Src) GetAuto() *FlowIpv4Auto
- func (x *PatternFlowIpv4Src) GetChoice() PatternFlowIpv4Src_Choice_Enum
- func (x *PatternFlowIpv4Src) GetDecrement() *PatternFlowIpv4SrcCounter
- func (x *PatternFlowIpv4Src) GetIncrement() *PatternFlowIpv4SrcCounter
- func (x *PatternFlowIpv4Src) GetMetricTags() []*PatternFlowIpv4SrcMetricTag
- func (x *PatternFlowIpv4Src) GetRandom() *PatternFlowIpv4SrcRandom
- func (x *PatternFlowIpv4Src) GetValue() string
- func (x *PatternFlowIpv4Src) GetValues() []string
- func (*PatternFlowIpv4Src) ProtoMessage()
- func (x *PatternFlowIpv4Src) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIpv4Src) Reset()
- func (x *PatternFlowIpv4Src) String() string
- type PatternFlowIpv4SrcCounter
- func (*PatternFlowIpv4SrcCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIpv4SrcCounter) GetCount() uint32
- func (x *PatternFlowIpv4SrcCounter) GetStart() string
- func (x *PatternFlowIpv4SrcCounter) GetStep() string
- func (*PatternFlowIpv4SrcCounter) ProtoMessage()
- func (x *PatternFlowIpv4SrcCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIpv4SrcCounter) Reset()
- func (x *PatternFlowIpv4SrcCounter) String() string
- type PatternFlowIpv4SrcMetricTag
- func (*PatternFlowIpv4SrcMetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIpv4SrcMetricTag) GetLength() uint32
- func (x *PatternFlowIpv4SrcMetricTag) GetName() string
- func (x *PatternFlowIpv4SrcMetricTag) GetOffset() uint32
- func (*PatternFlowIpv4SrcMetricTag) ProtoMessage()
- func (x *PatternFlowIpv4SrcMetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIpv4SrcMetricTag) Reset()
- func (x *PatternFlowIpv4SrcMetricTag) String() string
- type PatternFlowIpv4SrcRandom
- func (*PatternFlowIpv4SrcRandom) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIpv4SrcRandom) GetCount() uint32
- func (x *PatternFlowIpv4SrcRandom) GetMax() string
- func (x *PatternFlowIpv4SrcRandom) GetMin() string
- func (x *PatternFlowIpv4SrcRandom) GetSeed() uint32
- func (*PatternFlowIpv4SrcRandom) ProtoMessage()
- func (x *PatternFlowIpv4SrcRandom) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIpv4SrcRandom) Reset()
- func (x *PatternFlowIpv4SrcRandom) String() string
- type PatternFlowIpv4Src_Choice
- type PatternFlowIpv4Src_Choice_Enum
- func (PatternFlowIpv4Src_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowIpv4Src_Choice_Enum) Enum() *PatternFlowIpv4Src_Choice_Enum
- func (PatternFlowIpv4Src_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowIpv4Src_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowIpv4Src_Choice_Enum) String() string
- func (PatternFlowIpv4Src_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowIpv4TimeToLive
- func (*PatternFlowIpv4TimeToLive) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIpv4TimeToLive) GetChoice() PatternFlowIpv4TimeToLive_Choice_Enum
- func (x *PatternFlowIpv4TimeToLive) GetDecrement() *PatternFlowIpv4TimeToLiveCounter
- func (x *PatternFlowIpv4TimeToLive) GetIncrement() *PatternFlowIpv4TimeToLiveCounter
- func (x *PatternFlowIpv4TimeToLive) GetMetricTags() []*PatternFlowIpv4TimeToLiveMetricTag
- func (x *PatternFlowIpv4TimeToLive) GetValue() uint32
- func (x *PatternFlowIpv4TimeToLive) GetValues() []uint32
- func (*PatternFlowIpv4TimeToLive) ProtoMessage()
- func (x *PatternFlowIpv4TimeToLive) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIpv4TimeToLive) Reset()
- func (x *PatternFlowIpv4TimeToLive) String() string
- type PatternFlowIpv4TimeToLiveCounter
- func (*PatternFlowIpv4TimeToLiveCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIpv4TimeToLiveCounter) GetCount() uint32
- func (x *PatternFlowIpv4TimeToLiveCounter) GetStart() uint32
- func (x *PatternFlowIpv4TimeToLiveCounter) GetStep() uint32
- func (*PatternFlowIpv4TimeToLiveCounter) ProtoMessage()
- func (x *PatternFlowIpv4TimeToLiveCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIpv4TimeToLiveCounter) Reset()
- func (x *PatternFlowIpv4TimeToLiveCounter) String() string
- type PatternFlowIpv4TimeToLiveMetricTag
- func (*PatternFlowIpv4TimeToLiveMetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIpv4TimeToLiveMetricTag) GetLength() uint32
- func (x *PatternFlowIpv4TimeToLiveMetricTag) GetName() string
- func (x *PatternFlowIpv4TimeToLiveMetricTag) GetOffset() uint32
- func (*PatternFlowIpv4TimeToLiveMetricTag) ProtoMessage()
- func (x *PatternFlowIpv4TimeToLiveMetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIpv4TimeToLiveMetricTag) Reset()
- func (x *PatternFlowIpv4TimeToLiveMetricTag) String() string
- type PatternFlowIpv4TimeToLive_Choice
- func (*PatternFlowIpv4TimeToLive_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowIpv4TimeToLive_Choice) ProtoMessage()
- func (x *PatternFlowIpv4TimeToLive_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIpv4TimeToLive_Choice) Reset()
- func (x *PatternFlowIpv4TimeToLive_Choice) String() string
- type PatternFlowIpv4TimeToLive_Choice_Enum
- func (PatternFlowIpv4TimeToLive_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowIpv4TimeToLive_Choice_Enum) Enum() *PatternFlowIpv4TimeToLive_Choice_Enum
- func (PatternFlowIpv4TimeToLive_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowIpv4TimeToLive_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowIpv4TimeToLive_Choice_Enum) String() string
- func (PatternFlowIpv4TimeToLive_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowIpv4TosDelay
- func (*PatternFlowIpv4TosDelay) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIpv4TosDelay) GetChoice() PatternFlowIpv4TosDelay_Choice_Enum
- func (x *PatternFlowIpv4TosDelay) GetDecrement() *PatternFlowIpv4TosDelayCounter
- func (x *PatternFlowIpv4TosDelay) GetIncrement() *PatternFlowIpv4TosDelayCounter
- func (x *PatternFlowIpv4TosDelay) GetMetricTags() []*PatternFlowIpv4TosDelayMetricTag
- func (x *PatternFlowIpv4TosDelay) GetValue() uint32
- func (x *PatternFlowIpv4TosDelay) GetValues() []uint32
- func (*PatternFlowIpv4TosDelay) ProtoMessage()
- func (x *PatternFlowIpv4TosDelay) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIpv4TosDelay) Reset()
- func (x *PatternFlowIpv4TosDelay) String() string
- type PatternFlowIpv4TosDelayCounter
- func (*PatternFlowIpv4TosDelayCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIpv4TosDelayCounter) GetCount() uint32
- func (x *PatternFlowIpv4TosDelayCounter) GetStart() uint32
- func (x *PatternFlowIpv4TosDelayCounter) GetStep() uint32
- func (*PatternFlowIpv4TosDelayCounter) ProtoMessage()
- func (x *PatternFlowIpv4TosDelayCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIpv4TosDelayCounter) Reset()
- func (x *PatternFlowIpv4TosDelayCounter) String() string
- type PatternFlowIpv4TosDelayMetricTag
- func (*PatternFlowIpv4TosDelayMetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIpv4TosDelayMetricTag) GetLength() uint32
- func (x *PatternFlowIpv4TosDelayMetricTag) GetName() string
- func (x *PatternFlowIpv4TosDelayMetricTag) GetOffset() uint32
- func (*PatternFlowIpv4TosDelayMetricTag) ProtoMessage()
- func (x *PatternFlowIpv4TosDelayMetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIpv4TosDelayMetricTag) Reset()
- func (x *PatternFlowIpv4TosDelayMetricTag) String() string
- type PatternFlowIpv4TosDelay_Choice
- func (*PatternFlowIpv4TosDelay_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowIpv4TosDelay_Choice) ProtoMessage()
- func (x *PatternFlowIpv4TosDelay_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIpv4TosDelay_Choice) Reset()
- func (x *PatternFlowIpv4TosDelay_Choice) String() string
- type PatternFlowIpv4TosDelay_Choice_Enum
- func (PatternFlowIpv4TosDelay_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowIpv4TosDelay_Choice_Enum) Enum() *PatternFlowIpv4TosDelay_Choice_Enum
- func (PatternFlowIpv4TosDelay_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowIpv4TosDelay_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowIpv4TosDelay_Choice_Enum) String() string
- func (PatternFlowIpv4TosDelay_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowIpv4TosMonetary
- func (*PatternFlowIpv4TosMonetary) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIpv4TosMonetary) GetChoice() PatternFlowIpv4TosMonetary_Choice_Enum
- func (x *PatternFlowIpv4TosMonetary) GetDecrement() *PatternFlowIpv4TosMonetaryCounter
- func (x *PatternFlowIpv4TosMonetary) GetIncrement() *PatternFlowIpv4TosMonetaryCounter
- func (x *PatternFlowIpv4TosMonetary) GetMetricTags() []*PatternFlowIpv4TosMonetaryMetricTag
- func (x *PatternFlowIpv4TosMonetary) GetValue() uint32
- func (x *PatternFlowIpv4TosMonetary) GetValues() []uint32
- func (*PatternFlowIpv4TosMonetary) ProtoMessage()
- func (x *PatternFlowIpv4TosMonetary) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIpv4TosMonetary) Reset()
- func (x *PatternFlowIpv4TosMonetary) String() string
- type PatternFlowIpv4TosMonetaryCounter
- func (*PatternFlowIpv4TosMonetaryCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIpv4TosMonetaryCounter) GetCount() uint32
- func (x *PatternFlowIpv4TosMonetaryCounter) GetStart() uint32
- func (x *PatternFlowIpv4TosMonetaryCounter) GetStep() uint32
- func (*PatternFlowIpv4TosMonetaryCounter) ProtoMessage()
- func (x *PatternFlowIpv4TosMonetaryCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIpv4TosMonetaryCounter) Reset()
- func (x *PatternFlowIpv4TosMonetaryCounter) String() string
- type PatternFlowIpv4TosMonetaryMetricTag
- func (*PatternFlowIpv4TosMonetaryMetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIpv4TosMonetaryMetricTag) GetLength() uint32
- func (x *PatternFlowIpv4TosMonetaryMetricTag) GetName() string
- func (x *PatternFlowIpv4TosMonetaryMetricTag) GetOffset() uint32
- func (*PatternFlowIpv4TosMonetaryMetricTag) ProtoMessage()
- func (x *PatternFlowIpv4TosMonetaryMetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIpv4TosMonetaryMetricTag) Reset()
- func (x *PatternFlowIpv4TosMonetaryMetricTag) String() string
- type PatternFlowIpv4TosMonetary_Choice
- func (*PatternFlowIpv4TosMonetary_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowIpv4TosMonetary_Choice) ProtoMessage()
- func (x *PatternFlowIpv4TosMonetary_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIpv4TosMonetary_Choice) Reset()
- func (x *PatternFlowIpv4TosMonetary_Choice) String() string
- type PatternFlowIpv4TosMonetary_Choice_Enum
- func (PatternFlowIpv4TosMonetary_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowIpv4TosMonetary_Choice_Enum) Enum() *PatternFlowIpv4TosMonetary_Choice_Enum
- func (PatternFlowIpv4TosMonetary_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowIpv4TosMonetary_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowIpv4TosMonetary_Choice_Enum) String() string
- func (PatternFlowIpv4TosMonetary_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowIpv4TosPrecedence
- func (*PatternFlowIpv4TosPrecedence) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIpv4TosPrecedence) GetChoice() PatternFlowIpv4TosPrecedence_Choice_Enum
- func (x *PatternFlowIpv4TosPrecedence) GetDecrement() *PatternFlowIpv4TosPrecedenceCounter
- func (x *PatternFlowIpv4TosPrecedence) GetIncrement() *PatternFlowIpv4TosPrecedenceCounter
- func (x *PatternFlowIpv4TosPrecedence) GetMetricTags() []*PatternFlowIpv4TosPrecedenceMetricTag
- func (x *PatternFlowIpv4TosPrecedence) GetValue() uint32
- func (x *PatternFlowIpv4TosPrecedence) GetValues() []uint32
- func (*PatternFlowIpv4TosPrecedence) ProtoMessage()
- func (x *PatternFlowIpv4TosPrecedence) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIpv4TosPrecedence) Reset()
- func (x *PatternFlowIpv4TosPrecedence) String() string
- type PatternFlowIpv4TosPrecedenceCounter
- func (*PatternFlowIpv4TosPrecedenceCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIpv4TosPrecedenceCounter) GetCount() uint32
- func (x *PatternFlowIpv4TosPrecedenceCounter) GetStart() uint32
- func (x *PatternFlowIpv4TosPrecedenceCounter) GetStep() uint32
- func (*PatternFlowIpv4TosPrecedenceCounter) ProtoMessage()
- func (x *PatternFlowIpv4TosPrecedenceCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIpv4TosPrecedenceCounter) Reset()
- func (x *PatternFlowIpv4TosPrecedenceCounter) String() string
- type PatternFlowIpv4TosPrecedenceMetricTag
- func (*PatternFlowIpv4TosPrecedenceMetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIpv4TosPrecedenceMetricTag) GetLength() uint32
- func (x *PatternFlowIpv4TosPrecedenceMetricTag) GetName() string
- func (x *PatternFlowIpv4TosPrecedenceMetricTag) GetOffset() uint32
- func (*PatternFlowIpv4TosPrecedenceMetricTag) ProtoMessage()
- func (x *PatternFlowIpv4TosPrecedenceMetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIpv4TosPrecedenceMetricTag) Reset()
- func (x *PatternFlowIpv4TosPrecedenceMetricTag) String() string
- type PatternFlowIpv4TosPrecedence_Choice
- func (*PatternFlowIpv4TosPrecedence_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowIpv4TosPrecedence_Choice) ProtoMessage()
- func (x *PatternFlowIpv4TosPrecedence_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIpv4TosPrecedence_Choice) Reset()
- func (x *PatternFlowIpv4TosPrecedence_Choice) String() string
- type PatternFlowIpv4TosPrecedence_Choice_Enum
- func (PatternFlowIpv4TosPrecedence_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowIpv4TosPrecedence_Choice_Enum) Enum() *PatternFlowIpv4TosPrecedence_Choice_Enum
- func (PatternFlowIpv4TosPrecedence_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowIpv4TosPrecedence_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowIpv4TosPrecedence_Choice_Enum) String() string
- func (PatternFlowIpv4TosPrecedence_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowIpv4TosReliability
- func (*PatternFlowIpv4TosReliability) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIpv4TosReliability) GetChoice() PatternFlowIpv4TosReliability_Choice_Enum
- func (x *PatternFlowIpv4TosReliability) GetDecrement() *PatternFlowIpv4TosReliabilityCounter
- func (x *PatternFlowIpv4TosReliability) GetIncrement() *PatternFlowIpv4TosReliabilityCounter
- func (x *PatternFlowIpv4TosReliability) GetMetricTags() []*PatternFlowIpv4TosReliabilityMetricTag
- func (x *PatternFlowIpv4TosReliability) GetValue() uint32
- func (x *PatternFlowIpv4TosReliability) GetValues() []uint32
- func (*PatternFlowIpv4TosReliability) ProtoMessage()
- func (x *PatternFlowIpv4TosReliability) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIpv4TosReliability) Reset()
- func (x *PatternFlowIpv4TosReliability) String() string
- type PatternFlowIpv4TosReliabilityCounter
- func (*PatternFlowIpv4TosReliabilityCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIpv4TosReliabilityCounter) GetCount() uint32
- func (x *PatternFlowIpv4TosReliabilityCounter) GetStart() uint32
- func (x *PatternFlowIpv4TosReliabilityCounter) GetStep() uint32
- func (*PatternFlowIpv4TosReliabilityCounter) ProtoMessage()
- func (x *PatternFlowIpv4TosReliabilityCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIpv4TosReliabilityCounter) Reset()
- func (x *PatternFlowIpv4TosReliabilityCounter) String() string
- type PatternFlowIpv4TosReliabilityMetricTag
- func (*PatternFlowIpv4TosReliabilityMetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIpv4TosReliabilityMetricTag) GetLength() uint32
- func (x *PatternFlowIpv4TosReliabilityMetricTag) GetName() string
- func (x *PatternFlowIpv4TosReliabilityMetricTag) GetOffset() uint32
- func (*PatternFlowIpv4TosReliabilityMetricTag) ProtoMessage()
- func (x *PatternFlowIpv4TosReliabilityMetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIpv4TosReliabilityMetricTag) Reset()
- func (x *PatternFlowIpv4TosReliabilityMetricTag) String() string
- type PatternFlowIpv4TosReliability_Choice
- func (*PatternFlowIpv4TosReliability_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowIpv4TosReliability_Choice) ProtoMessage()
- func (x *PatternFlowIpv4TosReliability_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIpv4TosReliability_Choice) Reset()
- func (x *PatternFlowIpv4TosReliability_Choice) String() string
- type PatternFlowIpv4TosReliability_Choice_Enum
- func (PatternFlowIpv4TosReliability_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowIpv4TosReliability_Choice_Enum) Enum() *PatternFlowIpv4TosReliability_Choice_Enum
- func (PatternFlowIpv4TosReliability_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowIpv4TosReliability_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowIpv4TosReliability_Choice_Enum) String() string
- func (PatternFlowIpv4TosReliability_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowIpv4TosThroughput
- func (*PatternFlowIpv4TosThroughput) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIpv4TosThroughput) GetChoice() PatternFlowIpv4TosThroughput_Choice_Enum
- func (x *PatternFlowIpv4TosThroughput) GetDecrement() *PatternFlowIpv4TosThroughputCounter
- func (x *PatternFlowIpv4TosThroughput) GetIncrement() *PatternFlowIpv4TosThroughputCounter
- func (x *PatternFlowIpv4TosThroughput) GetMetricTags() []*PatternFlowIpv4TosThroughputMetricTag
- func (x *PatternFlowIpv4TosThroughput) GetValue() uint32
- func (x *PatternFlowIpv4TosThroughput) GetValues() []uint32
- func (*PatternFlowIpv4TosThroughput) ProtoMessage()
- func (x *PatternFlowIpv4TosThroughput) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIpv4TosThroughput) Reset()
- func (x *PatternFlowIpv4TosThroughput) String() string
- type PatternFlowIpv4TosThroughputCounter
- func (*PatternFlowIpv4TosThroughputCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIpv4TosThroughputCounter) GetCount() uint32
- func (x *PatternFlowIpv4TosThroughputCounter) GetStart() uint32
- func (x *PatternFlowIpv4TosThroughputCounter) GetStep() uint32
- func (*PatternFlowIpv4TosThroughputCounter) ProtoMessage()
- func (x *PatternFlowIpv4TosThroughputCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIpv4TosThroughputCounter) Reset()
- func (x *PatternFlowIpv4TosThroughputCounter) String() string
- type PatternFlowIpv4TosThroughputMetricTag
- func (*PatternFlowIpv4TosThroughputMetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIpv4TosThroughputMetricTag) GetLength() uint32
- func (x *PatternFlowIpv4TosThroughputMetricTag) GetName() string
- func (x *PatternFlowIpv4TosThroughputMetricTag) GetOffset() uint32
- func (*PatternFlowIpv4TosThroughputMetricTag) ProtoMessage()
- func (x *PatternFlowIpv4TosThroughputMetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIpv4TosThroughputMetricTag) Reset()
- func (x *PatternFlowIpv4TosThroughputMetricTag) String() string
- type PatternFlowIpv4TosThroughput_Choice
- func (*PatternFlowIpv4TosThroughput_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowIpv4TosThroughput_Choice) ProtoMessage()
- func (x *PatternFlowIpv4TosThroughput_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIpv4TosThroughput_Choice) Reset()
- func (x *PatternFlowIpv4TosThroughput_Choice) String() string
- type PatternFlowIpv4TosThroughput_Choice_Enum
- func (PatternFlowIpv4TosThroughput_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowIpv4TosThroughput_Choice_Enum) Enum() *PatternFlowIpv4TosThroughput_Choice_Enum
- func (PatternFlowIpv4TosThroughput_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowIpv4TosThroughput_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowIpv4TosThroughput_Choice_Enum) String() string
- func (PatternFlowIpv4TosThroughput_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowIpv4TosUnused
- func (*PatternFlowIpv4TosUnused) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIpv4TosUnused) GetChoice() PatternFlowIpv4TosUnused_Choice_Enum
- func (x *PatternFlowIpv4TosUnused) GetDecrement() *PatternFlowIpv4TosUnusedCounter
- func (x *PatternFlowIpv4TosUnused) GetIncrement() *PatternFlowIpv4TosUnusedCounter
- func (x *PatternFlowIpv4TosUnused) GetMetricTags() []*PatternFlowIpv4TosUnusedMetricTag
- func (x *PatternFlowIpv4TosUnused) GetValue() uint32
- func (x *PatternFlowIpv4TosUnused) GetValues() []uint32
- func (*PatternFlowIpv4TosUnused) ProtoMessage()
- func (x *PatternFlowIpv4TosUnused) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIpv4TosUnused) Reset()
- func (x *PatternFlowIpv4TosUnused) String() string
- type PatternFlowIpv4TosUnusedCounter
- func (*PatternFlowIpv4TosUnusedCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIpv4TosUnusedCounter) GetCount() uint32
- func (x *PatternFlowIpv4TosUnusedCounter) GetStart() uint32
- func (x *PatternFlowIpv4TosUnusedCounter) GetStep() uint32
- func (*PatternFlowIpv4TosUnusedCounter) ProtoMessage()
- func (x *PatternFlowIpv4TosUnusedCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIpv4TosUnusedCounter) Reset()
- func (x *PatternFlowIpv4TosUnusedCounter) String() string
- type PatternFlowIpv4TosUnusedMetricTag
- func (*PatternFlowIpv4TosUnusedMetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIpv4TosUnusedMetricTag) GetLength() uint32
- func (x *PatternFlowIpv4TosUnusedMetricTag) GetName() string
- func (x *PatternFlowIpv4TosUnusedMetricTag) GetOffset() uint32
- func (*PatternFlowIpv4TosUnusedMetricTag) ProtoMessage()
- func (x *PatternFlowIpv4TosUnusedMetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIpv4TosUnusedMetricTag) Reset()
- func (x *PatternFlowIpv4TosUnusedMetricTag) String() string
- type PatternFlowIpv4TosUnused_Choice
- func (*PatternFlowIpv4TosUnused_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowIpv4TosUnused_Choice) ProtoMessage()
- func (x *PatternFlowIpv4TosUnused_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIpv4TosUnused_Choice) Reset()
- func (x *PatternFlowIpv4TosUnused_Choice) String() string
- type PatternFlowIpv4TosUnused_Choice_Enum
- func (PatternFlowIpv4TosUnused_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowIpv4TosUnused_Choice_Enum) Enum() *PatternFlowIpv4TosUnused_Choice_Enum
- func (PatternFlowIpv4TosUnused_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowIpv4TosUnused_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowIpv4TosUnused_Choice_Enum) String() string
- func (PatternFlowIpv4TosUnused_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowIpv4TotalLength
- func (*PatternFlowIpv4TotalLength) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIpv4TotalLength) GetAuto() uint32
- func (x *PatternFlowIpv4TotalLength) GetChoice() PatternFlowIpv4TotalLength_Choice_Enum
- func (x *PatternFlowIpv4TotalLength) GetDecrement() *PatternFlowIpv4TotalLengthCounter
- func (x *PatternFlowIpv4TotalLength) GetIncrement() *PatternFlowIpv4TotalLengthCounter
- func (x *PatternFlowIpv4TotalLength) GetMetricTags() []*PatternFlowIpv4TotalLengthMetricTag
- func (x *PatternFlowIpv4TotalLength) GetValue() uint32
- func (x *PatternFlowIpv4TotalLength) GetValues() []uint32
- func (*PatternFlowIpv4TotalLength) ProtoMessage()
- func (x *PatternFlowIpv4TotalLength) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIpv4TotalLength) Reset()
- func (x *PatternFlowIpv4TotalLength) String() string
- type PatternFlowIpv4TotalLengthCounter
- func (*PatternFlowIpv4TotalLengthCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIpv4TotalLengthCounter) GetCount() uint32
- func (x *PatternFlowIpv4TotalLengthCounter) GetStart() uint32
- func (x *PatternFlowIpv4TotalLengthCounter) GetStep() uint32
- func (*PatternFlowIpv4TotalLengthCounter) ProtoMessage()
- func (x *PatternFlowIpv4TotalLengthCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIpv4TotalLengthCounter) Reset()
- func (x *PatternFlowIpv4TotalLengthCounter) String() string
- type PatternFlowIpv4TotalLengthMetricTag
- func (*PatternFlowIpv4TotalLengthMetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIpv4TotalLengthMetricTag) GetLength() uint32
- func (x *PatternFlowIpv4TotalLengthMetricTag) GetName() string
- func (x *PatternFlowIpv4TotalLengthMetricTag) GetOffset() uint32
- func (*PatternFlowIpv4TotalLengthMetricTag) ProtoMessage()
- func (x *PatternFlowIpv4TotalLengthMetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIpv4TotalLengthMetricTag) Reset()
- func (x *PatternFlowIpv4TotalLengthMetricTag) String() string
- type PatternFlowIpv4TotalLength_Choice
- func (*PatternFlowIpv4TotalLength_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowIpv4TotalLength_Choice) ProtoMessage()
- func (x *PatternFlowIpv4TotalLength_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIpv4TotalLength_Choice) Reset()
- func (x *PatternFlowIpv4TotalLength_Choice) String() string
- type PatternFlowIpv4TotalLength_Choice_Enum
- func (PatternFlowIpv4TotalLength_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowIpv4TotalLength_Choice_Enum) Enum() *PatternFlowIpv4TotalLength_Choice_Enum
- func (PatternFlowIpv4TotalLength_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowIpv4TotalLength_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowIpv4TotalLength_Choice_Enum) String() string
- func (PatternFlowIpv4TotalLength_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowIpv4Version
- func (*PatternFlowIpv4Version) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIpv4Version) GetChoice() PatternFlowIpv4Version_Choice_Enum
- func (x *PatternFlowIpv4Version) GetDecrement() *PatternFlowIpv4VersionCounter
- func (x *PatternFlowIpv4Version) GetIncrement() *PatternFlowIpv4VersionCounter
- func (x *PatternFlowIpv4Version) GetMetricTags() []*PatternFlowIpv4VersionMetricTag
- func (x *PatternFlowIpv4Version) GetValue() uint32
- func (x *PatternFlowIpv4Version) GetValues() []uint32
- func (*PatternFlowIpv4Version) ProtoMessage()
- func (x *PatternFlowIpv4Version) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIpv4Version) Reset()
- func (x *PatternFlowIpv4Version) String() string
- type PatternFlowIpv4VersionCounter
- func (*PatternFlowIpv4VersionCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIpv4VersionCounter) GetCount() uint32
- func (x *PatternFlowIpv4VersionCounter) GetStart() uint32
- func (x *PatternFlowIpv4VersionCounter) GetStep() uint32
- func (*PatternFlowIpv4VersionCounter) ProtoMessage()
- func (x *PatternFlowIpv4VersionCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIpv4VersionCounter) Reset()
- func (x *PatternFlowIpv4VersionCounter) String() string
- type PatternFlowIpv4VersionMetricTag
- func (*PatternFlowIpv4VersionMetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIpv4VersionMetricTag) GetLength() uint32
- func (x *PatternFlowIpv4VersionMetricTag) GetName() string
- func (x *PatternFlowIpv4VersionMetricTag) GetOffset() uint32
- func (*PatternFlowIpv4VersionMetricTag) ProtoMessage()
- func (x *PatternFlowIpv4VersionMetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIpv4VersionMetricTag) Reset()
- func (x *PatternFlowIpv4VersionMetricTag) String() string
- type PatternFlowIpv4Version_Choice
- func (*PatternFlowIpv4Version_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowIpv4Version_Choice) ProtoMessage()
- func (x *PatternFlowIpv4Version_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIpv4Version_Choice) Reset()
- func (x *PatternFlowIpv4Version_Choice) String() string
- type PatternFlowIpv4Version_Choice_Enum
- func (PatternFlowIpv4Version_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowIpv4Version_Choice_Enum) Enum() *PatternFlowIpv4Version_Choice_Enum
- func (PatternFlowIpv4Version_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowIpv4Version_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowIpv4Version_Choice_Enum) String() string
- func (PatternFlowIpv4Version_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowIpv6Dst
- func (*PatternFlowIpv6Dst) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIpv6Dst) GetAuto() *FlowIpv6Auto
- func (x *PatternFlowIpv6Dst) GetChoice() PatternFlowIpv6Dst_Choice_Enum
- func (x *PatternFlowIpv6Dst) GetDecrement() *PatternFlowIpv6DstCounter
- func (x *PatternFlowIpv6Dst) GetIncrement() *PatternFlowIpv6DstCounter
- func (x *PatternFlowIpv6Dst) GetMetricTags() []*PatternFlowIpv6DstMetricTag
- func (x *PatternFlowIpv6Dst) GetValue() string
- func (x *PatternFlowIpv6Dst) GetValues() []string
- func (*PatternFlowIpv6Dst) ProtoMessage()
- func (x *PatternFlowIpv6Dst) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIpv6Dst) Reset()
- func (x *PatternFlowIpv6Dst) String() string
- type PatternFlowIpv6DstCounter
- func (*PatternFlowIpv6DstCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIpv6DstCounter) GetCount() uint32
- func (x *PatternFlowIpv6DstCounter) GetStart() string
- func (x *PatternFlowIpv6DstCounter) GetStep() string
- func (*PatternFlowIpv6DstCounter) ProtoMessage()
- func (x *PatternFlowIpv6DstCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIpv6DstCounter) Reset()
- func (x *PatternFlowIpv6DstCounter) String() string
- type PatternFlowIpv6DstMetricTag
- func (*PatternFlowIpv6DstMetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIpv6DstMetricTag) GetLength() uint32
- func (x *PatternFlowIpv6DstMetricTag) GetName() string
- func (x *PatternFlowIpv6DstMetricTag) GetOffset() uint32
- func (*PatternFlowIpv6DstMetricTag) ProtoMessage()
- func (x *PatternFlowIpv6DstMetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIpv6DstMetricTag) Reset()
- func (x *PatternFlowIpv6DstMetricTag) String() string
- type PatternFlowIpv6Dst_Choice
- type PatternFlowIpv6Dst_Choice_Enum
- func (PatternFlowIpv6Dst_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowIpv6Dst_Choice_Enum) Enum() *PatternFlowIpv6Dst_Choice_Enum
- func (PatternFlowIpv6Dst_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowIpv6Dst_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowIpv6Dst_Choice_Enum) String() string
- func (PatternFlowIpv6Dst_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowIpv6FlowLabel
- func (*PatternFlowIpv6FlowLabel) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIpv6FlowLabel) GetChoice() PatternFlowIpv6FlowLabel_Choice_Enum
- func (x *PatternFlowIpv6FlowLabel) GetDecrement() *PatternFlowIpv6FlowLabelCounter
- func (x *PatternFlowIpv6FlowLabel) GetIncrement() *PatternFlowIpv6FlowLabelCounter
- func (x *PatternFlowIpv6FlowLabel) GetMetricTags() []*PatternFlowIpv6FlowLabelMetricTag
- func (x *PatternFlowIpv6FlowLabel) GetRandom() *PatternFlowIpv6FlowLabelRandom
- func (x *PatternFlowIpv6FlowLabel) GetValue() uint32
- func (x *PatternFlowIpv6FlowLabel) GetValues() []uint32
- func (*PatternFlowIpv6FlowLabel) ProtoMessage()
- func (x *PatternFlowIpv6FlowLabel) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIpv6FlowLabel) Reset()
- func (x *PatternFlowIpv6FlowLabel) String() string
- type PatternFlowIpv6FlowLabelCounter
- func (*PatternFlowIpv6FlowLabelCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIpv6FlowLabelCounter) GetCount() uint32
- func (x *PatternFlowIpv6FlowLabelCounter) GetStart() uint32
- func (x *PatternFlowIpv6FlowLabelCounter) GetStep() uint32
- func (*PatternFlowIpv6FlowLabelCounter) ProtoMessage()
- func (x *PatternFlowIpv6FlowLabelCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIpv6FlowLabelCounter) Reset()
- func (x *PatternFlowIpv6FlowLabelCounter) String() string
- type PatternFlowIpv6FlowLabelMetricTag
- func (*PatternFlowIpv6FlowLabelMetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIpv6FlowLabelMetricTag) GetLength() uint32
- func (x *PatternFlowIpv6FlowLabelMetricTag) GetName() string
- func (x *PatternFlowIpv6FlowLabelMetricTag) GetOffset() uint32
- func (*PatternFlowIpv6FlowLabelMetricTag) ProtoMessage()
- func (x *PatternFlowIpv6FlowLabelMetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIpv6FlowLabelMetricTag) Reset()
- func (x *PatternFlowIpv6FlowLabelMetricTag) String() string
- type PatternFlowIpv6FlowLabelRandom
- func (*PatternFlowIpv6FlowLabelRandom) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIpv6FlowLabelRandom) GetCount() uint32
- func (x *PatternFlowIpv6FlowLabelRandom) GetMax() uint32
- func (x *PatternFlowIpv6FlowLabelRandom) GetMin() uint32
- func (x *PatternFlowIpv6FlowLabelRandom) GetSeed() uint32
- func (*PatternFlowIpv6FlowLabelRandom) ProtoMessage()
- func (x *PatternFlowIpv6FlowLabelRandom) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIpv6FlowLabelRandom) Reset()
- func (x *PatternFlowIpv6FlowLabelRandom) String() string
- type PatternFlowIpv6FlowLabel_Choice
- func (*PatternFlowIpv6FlowLabel_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowIpv6FlowLabel_Choice) ProtoMessage()
- func (x *PatternFlowIpv6FlowLabel_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIpv6FlowLabel_Choice) Reset()
- func (x *PatternFlowIpv6FlowLabel_Choice) String() string
- type PatternFlowIpv6FlowLabel_Choice_Enum
- func (PatternFlowIpv6FlowLabel_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowIpv6FlowLabel_Choice_Enum) Enum() *PatternFlowIpv6FlowLabel_Choice_Enum
- func (PatternFlowIpv6FlowLabel_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowIpv6FlowLabel_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowIpv6FlowLabel_Choice_Enum) String() string
- func (PatternFlowIpv6FlowLabel_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowIpv6HopLimit
- func (*PatternFlowIpv6HopLimit) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIpv6HopLimit) GetChoice() PatternFlowIpv6HopLimit_Choice_Enum
- func (x *PatternFlowIpv6HopLimit) GetDecrement() *PatternFlowIpv6HopLimitCounter
- func (x *PatternFlowIpv6HopLimit) GetIncrement() *PatternFlowIpv6HopLimitCounter
- func (x *PatternFlowIpv6HopLimit) GetMetricTags() []*PatternFlowIpv6HopLimitMetricTag
- func (x *PatternFlowIpv6HopLimit) GetValue() uint32
- func (x *PatternFlowIpv6HopLimit) GetValues() []uint32
- func (*PatternFlowIpv6HopLimit) ProtoMessage()
- func (x *PatternFlowIpv6HopLimit) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIpv6HopLimit) Reset()
- func (x *PatternFlowIpv6HopLimit) String() string
- type PatternFlowIpv6HopLimitCounter
- func (*PatternFlowIpv6HopLimitCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIpv6HopLimitCounter) GetCount() uint32
- func (x *PatternFlowIpv6HopLimitCounter) GetStart() uint32
- func (x *PatternFlowIpv6HopLimitCounter) GetStep() uint32
- func (*PatternFlowIpv6HopLimitCounter) ProtoMessage()
- func (x *PatternFlowIpv6HopLimitCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIpv6HopLimitCounter) Reset()
- func (x *PatternFlowIpv6HopLimitCounter) String() string
- type PatternFlowIpv6HopLimitMetricTag
- func (*PatternFlowIpv6HopLimitMetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIpv6HopLimitMetricTag) GetLength() uint32
- func (x *PatternFlowIpv6HopLimitMetricTag) GetName() string
- func (x *PatternFlowIpv6HopLimitMetricTag) GetOffset() uint32
- func (*PatternFlowIpv6HopLimitMetricTag) ProtoMessage()
- func (x *PatternFlowIpv6HopLimitMetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIpv6HopLimitMetricTag) Reset()
- func (x *PatternFlowIpv6HopLimitMetricTag) String() string
- type PatternFlowIpv6HopLimit_Choice
- func (*PatternFlowIpv6HopLimit_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowIpv6HopLimit_Choice) ProtoMessage()
- func (x *PatternFlowIpv6HopLimit_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIpv6HopLimit_Choice) Reset()
- func (x *PatternFlowIpv6HopLimit_Choice) String() string
- type PatternFlowIpv6HopLimit_Choice_Enum
- func (PatternFlowIpv6HopLimit_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowIpv6HopLimit_Choice_Enum) Enum() *PatternFlowIpv6HopLimit_Choice_Enum
- func (PatternFlowIpv6HopLimit_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowIpv6HopLimit_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowIpv6HopLimit_Choice_Enum) String() string
- func (PatternFlowIpv6HopLimit_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowIpv6NextHeader
- func (*PatternFlowIpv6NextHeader) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIpv6NextHeader) GetAuto() uint32
- func (x *PatternFlowIpv6NextHeader) GetChoice() PatternFlowIpv6NextHeader_Choice_Enum
- func (x *PatternFlowIpv6NextHeader) GetDecrement() *PatternFlowIpv6NextHeaderCounter
- func (x *PatternFlowIpv6NextHeader) GetIncrement() *PatternFlowIpv6NextHeaderCounter
- func (x *PatternFlowIpv6NextHeader) GetMetricTags() []*PatternFlowIpv6NextHeaderMetricTag
- func (x *PatternFlowIpv6NextHeader) GetValue() uint32
- func (x *PatternFlowIpv6NextHeader) GetValues() []uint32
- func (*PatternFlowIpv6NextHeader) ProtoMessage()
- func (x *PatternFlowIpv6NextHeader) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIpv6NextHeader) Reset()
- func (x *PatternFlowIpv6NextHeader) String() string
- type PatternFlowIpv6NextHeaderCounter
- func (*PatternFlowIpv6NextHeaderCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIpv6NextHeaderCounter) GetCount() uint32
- func (x *PatternFlowIpv6NextHeaderCounter) GetStart() uint32
- func (x *PatternFlowIpv6NextHeaderCounter) GetStep() uint32
- func (*PatternFlowIpv6NextHeaderCounter) ProtoMessage()
- func (x *PatternFlowIpv6NextHeaderCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIpv6NextHeaderCounter) Reset()
- func (x *PatternFlowIpv6NextHeaderCounter) String() string
- type PatternFlowIpv6NextHeaderMetricTag
- func (*PatternFlowIpv6NextHeaderMetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIpv6NextHeaderMetricTag) GetLength() uint32
- func (x *PatternFlowIpv6NextHeaderMetricTag) GetName() string
- func (x *PatternFlowIpv6NextHeaderMetricTag) GetOffset() uint32
- func (*PatternFlowIpv6NextHeaderMetricTag) ProtoMessage()
- func (x *PatternFlowIpv6NextHeaderMetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIpv6NextHeaderMetricTag) Reset()
- func (x *PatternFlowIpv6NextHeaderMetricTag) String() string
- type PatternFlowIpv6NextHeader_Choice
- func (*PatternFlowIpv6NextHeader_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowIpv6NextHeader_Choice) ProtoMessage()
- func (x *PatternFlowIpv6NextHeader_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIpv6NextHeader_Choice) Reset()
- func (x *PatternFlowIpv6NextHeader_Choice) String() string
- type PatternFlowIpv6NextHeader_Choice_Enum
- func (PatternFlowIpv6NextHeader_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowIpv6NextHeader_Choice_Enum) Enum() *PatternFlowIpv6NextHeader_Choice_Enum
- func (PatternFlowIpv6NextHeader_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowIpv6NextHeader_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowIpv6NextHeader_Choice_Enum) String() string
- func (PatternFlowIpv6NextHeader_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowIpv6PayloadLength
- func (*PatternFlowIpv6PayloadLength) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIpv6PayloadLength) GetAuto() uint32
- func (x *PatternFlowIpv6PayloadLength) GetChoice() PatternFlowIpv6PayloadLength_Choice_Enum
- func (x *PatternFlowIpv6PayloadLength) GetDecrement() *PatternFlowIpv6PayloadLengthCounter
- func (x *PatternFlowIpv6PayloadLength) GetIncrement() *PatternFlowIpv6PayloadLengthCounter
- func (x *PatternFlowIpv6PayloadLength) GetMetricTags() []*PatternFlowIpv6PayloadLengthMetricTag
- func (x *PatternFlowIpv6PayloadLength) GetValue() uint32
- func (x *PatternFlowIpv6PayloadLength) GetValues() []uint32
- func (*PatternFlowIpv6PayloadLength) ProtoMessage()
- func (x *PatternFlowIpv6PayloadLength) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIpv6PayloadLength) Reset()
- func (x *PatternFlowIpv6PayloadLength) String() string
- type PatternFlowIpv6PayloadLengthCounter
- func (*PatternFlowIpv6PayloadLengthCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIpv6PayloadLengthCounter) GetCount() uint32
- func (x *PatternFlowIpv6PayloadLengthCounter) GetStart() uint32
- func (x *PatternFlowIpv6PayloadLengthCounter) GetStep() uint32
- func (*PatternFlowIpv6PayloadLengthCounter) ProtoMessage()
- func (x *PatternFlowIpv6PayloadLengthCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIpv6PayloadLengthCounter) Reset()
- func (x *PatternFlowIpv6PayloadLengthCounter) String() string
- type PatternFlowIpv6PayloadLengthMetricTag
- func (*PatternFlowIpv6PayloadLengthMetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIpv6PayloadLengthMetricTag) GetLength() uint32
- func (x *PatternFlowIpv6PayloadLengthMetricTag) GetName() string
- func (x *PatternFlowIpv6PayloadLengthMetricTag) GetOffset() uint32
- func (*PatternFlowIpv6PayloadLengthMetricTag) ProtoMessage()
- func (x *PatternFlowIpv6PayloadLengthMetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIpv6PayloadLengthMetricTag) Reset()
- func (x *PatternFlowIpv6PayloadLengthMetricTag) String() string
- type PatternFlowIpv6PayloadLength_Choice
- func (*PatternFlowIpv6PayloadLength_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowIpv6PayloadLength_Choice) ProtoMessage()
- func (x *PatternFlowIpv6PayloadLength_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIpv6PayloadLength_Choice) Reset()
- func (x *PatternFlowIpv6PayloadLength_Choice) String() string
- type PatternFlowIpv6PayloadLength_Choice_Enum
- func (PatternFlowIpv6PayloadLength_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowIpv6PayloadLength_Choice_Enum) Enum() *PatternFlowIpv6PayloadLength_Choice_Enum
- func (PatternFlowIpv6PayloadLength_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowIpv6PayloadLength_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowIpv6PayloadLength_Choice_Enum) String() string
- func (PatternFlowIpv6PayloadLength_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowIpv6Src
- func (*PatternFlowIpv6Src) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIpv6Src) GetAuto() *FlowIpv6Auto
- func (x *PatternFlowIpv6Src) GetChoice() PatternFlowIpv6Src_Choice_Enum
- func (x *PatternFlowIpv6Src) GetDecrement() *PatternFlowIpv6SrcCounter
- func (x *PatternFlowIpv6Src) GetIncrement() *PatternFlowIpv6SrcCounter
- func (x *PatternFlowIpv6Src) GetMetricTags() []*PatternFlowIpv6SrcMetricTag
- func (x *PatternFlowIpv6Src) GetValue() string
- func (x *PatternFlowIpv6Src) GetValues() []string
- func (*PatternFlowIpv6Src) ProtoMessage()
- func (x *PatternFlowIpv6Src) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIpv6Src) Reset()
- func (x *PatternFlowIpv6Src) String() string
- type PatternFlowIpv6SrcCounter
- func (*PatternFlowIpv6SrcCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIpv6SrcCounter) GetCount() uint32
- func (x *PatternFlowIpv6SrcCounter) GetStart() string
- func (x *PatternFlowIpv6SrcCounter) GetStep() string
- func (*PatternFlowIpv6SrcCounter) ProtoMessage()
- func (x *PatternFlowIpv6SrcCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIpv6SrcCounter) Reset()
- func (x *PatternFlowIpv6SrcCounter) String() string
- type PatternFlowIpv6SrcMetricTag
- func (*PatternFlowIpv6SrcMetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIpv6SrcMetricTag) GetLength() uint32
- func (x *PatternFlowIpv6SrcMetricTag) GetName() string
- func (x *PatternFlowIpv6SrcMetricTag) GetOffset() uint32
- func (*PatternFlowIpv6SrcMetricTag) ProtoMessage()
- func (x *PatternFlowIpv6SrcMetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIpv6SrcMetricTag) Reset()
- func (x *PatternFlowIpv6SrcMetricTag) String() string
- type PatternFlowIpv6Src_Choice
- type PatternFlowIpv6Src_Choice_Enum
- func (PatternFlowIpv6Src_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowIpv6Src_Choice_Enum) Enum() *PatternFlowIpv6Src_Choice_Enum
- func (PatternFlowIpv6Src_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowIpv6Src_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowIpv6Src_Choice_Enum) String() string
- func (PatternFlowIpv6Src_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowIpv6TrafficClass
- func (*PatternFlowIpv6TrafficClass) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIpv6TrafficClass) GetChoice() PatternFlowIpv6TrafficClass_Choice_Enum
- func (x *PatternFlowIpv6TrafficClass) GetDecrement() *PatternFlowIpv6TrafficClassCounter
- func (x *PatternFlowIpv6TrafficClass) GetIncrement() *PatternFlowIpv6TrafficClassCounter
- func (x *PatternFlowIpv6TrafficClass) GetMetricTags() []*PatternFlowIpv6TrafficClassMetricTag
- func (x *PatternFlowIpv6TrafficClass) GetValue() uint32
- func (x *PatternFlowIpv6TrafficClass) GetValues() []uint32
- func (*PatternFlowIpv6TrafficClass) ProtoMessage()
- func (x *PatternFlowIpv6TrafficClass) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIpv6TrafficClass) Reset()
- func (x *PatternFlowIpv6TrafficClass) String() string
- type PatternFlowIpv6TrafficClassCounter
- func (*PatternFlowIpv6TrafficClassCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIpv6TrafficClassCounter) GetCount() uint32
- func (x *PatternFlowIpv6TrafficClassCounter) GetStart() uint32
- func (x *PatternFlowIpv6TrafficClassCounter) GetStep() uint32
- func (*PatternFlowIpv6TrafficClassCounter) ProtoMessage()
- func (x *PatternFlowIpv6TrafficClassCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIpv6TrafficClassCounter) Reset()
- func (x *PatternFlowIpv6TrafficClassCounter) String() string
- type PatternFlowIpv6TrafficClassMetricTag
- func (*PatternFlowIpv6TrafficClassMetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIpv6TrafficClassMetricTag) GetLength() uint32
- func (x *PatternFlowIpv6TrafficClassMetricTag) GetName() string
- func (x *PatternFlowIpv6TrafficClassMetricTag) GetOffset() uint32
- func (*PatternFlowIpv6TrafficClassMetricTag) ProtoMessage()
- func (x *PatternFlowIpv6TrafficClassMetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIpv6TrafficClassMetricTag) Reset()
- func (x *PatternFlowIpv6TrafficClassMetricTag) String() string
- type PatternFlowIpv6TrafficClass_Choice
- func (*PatternFlowIpv6TrafficClass_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowIpv6TrafficClass_Choice) ProtoMessage()
- func (x *PatternFlowIpv6TrafficClass_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIpv6TrafficClass_Choice) Reset()
- func (x *PatternFlowIpv6TrafficClass_Choice) String() string
- type PatternFlowIpv6TrafficClass_Choice_Enum
- func (PatternFlowIpv6TrafficClass_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowIpv6TrafficClass_Choice_Enum) Enum() *PatternFlowIpv6TrafficClass_Choice_Enum
- func (PatternFlowIpv6TrafficClass_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowIpv6TrafficClass_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowIpv6TrafficClass_Choice_Enum) String() string
- func (PatternFlowIpv6TrafficClass_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowIpv6Version
- func (*PatternFlowIpv6Version) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIpv6Version) GetChoice() PatternFlowIpv6Version_Choice_Enum
- func (x *PatternFlowIpv6Version) GetDecrement() *PatternFlowIpv6VersionCounter
- func (x *PatternFlowIpv6Version) GetIncrement() *PatternFlowIpv6VersionCounter
- func (x *PatternFlowIpv6Version) GetMetricTags() []*PatternFlowIpv6VersionMetricTag
- func (x *PatternFlowIpv6Version) GetValue() uint32
- func (x *PatternFlowIpv6Version) GetValues() []uint32
- func (*PatternFlowIpv6Version) ProtoMessage()
- func (x *PatternFlowIpv6Version) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIpv6Version) Reset()
- func (x *PatternFlowIpv6Version) String() string
- type PatternFlowIpv6VersionCounter
- func (*PatternFlowIpv6VersionCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIpv6VersionCounter) GetCount() uint32
- func (x *PatternFlowIpv6VersionCounter) GetStart() uint32
- func (x *PatternFlowIpv6VersionCounter) GetStep() uint32
- func (*PatternFlowIpv6VersionCounter) ProtoMessage()
- func (x *PatternFlowIpv6VersionCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIpv6VersionCounter) Reset()
- func (x *PatternFlowIpv6VersionCounter) String() string
- type PatternFlowIpv6VersionMetricTag
- func (*PatternFlowIpv6VersionMetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowIpv6VersionMetricTag) GetLength() uint32
- func (x *PatternFlowIpv6VersionMetricTag) GetName() string
- func (x *PatternFlowIpv6VersionMetricTag) GetOffset() uint32
- func (*PatternFlowIpv6VersionMetricTag) ProtoMessage()
- func (x *PatternFlowIpv6VersionMetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIpv6VersionMetricTag) Reset()
- func (x *PatternFlowIpv6VersionMetricTag) String() string
- type PatternFlowIpv6Version_Choice
- func (*PatternFlowIpv6Version_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowIpv6Version_Choice) ProtoMessage()
- func (x *PatternFlowIpv6Version_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowIpv6Version_Choice) Reset()
- func (x *PatternFlowIpv6Version_Choice) String() string
- type PatternFlowIpv6Version_Choice_Enum
- func (PatternFlowIpv6Version_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowIpv6Version_Choice_Enum) Enum() *PatternFlowIpv6Version_Choice_Enum
- func (PatternFlowIpv6Version_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowIpv6Version_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowIpv6Version_Choice_Enum) String() string
- func (PatternFlowIpv6Version_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowMplsBottomOfStack
- func (*PatternFlowMplsBottomOfStack) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowMplsBottomOfStack) GetAuto() uint32
- func (x *PatternFlowMplsBottomOfStack) GetChoice() PatternFlowMplsBottomOfStack_Choice_Enum
- func (x *PatternFlowMplsBottomOfStack) GetDecrement() *PatternFlowMplsBottomOfStackCounter
- func (x *PatternFlowMplsBottomOfStack) GetIncrement() *PatternFlowMplsBottomOfStackCounter
- func (x *PatternFlowMplsBottomOfStack) GetMetricTags() []*PatternFlowMplsBottomOfStackMetricTag
- func (x *PatternFlowMplsBottomOfStack) GetValue() uint32
- func (x *PatternFlowMplsBottomOfStack) GetValues() []uint32
- func (*PatternFlowMplsBottomOfStack) ProtoMessage()
- func (x *PatternFlowMplsBottomOfStack) ProtoReflect() protoreflect.Message
- func (x *PatternFlowMplsBottomOfStack) Reset()
- func (x *PatternFlowMplsBottomOfStack) String() string
- type PatternFlowMplsBottomOfStackCounter
- func (*PatternFlowMplsBottomOfStackCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowMplsBottomOfStackCounter) GetCount() uint32
- func (x *PatternFlowMplsBottomOfStackCounter) GetStart() uint32
- func (x *PatternFlowMplsBottomOfStackCounter) GetStep() uint32
- func (*PatternFlowMplsBottomOfStackCounter) ProtoMessage()
- func (x *PatternFlowMplsBottomOfStackCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowMplsBottomOfStackCounter) Reset()
- func (x *PatternFlowMplsBottomOfStackCounter) String() string
- type PatternFlowMplsBottomOfStackMetricTag
- func (*PatternFlowMplsBottomOfStackMetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowMplsBottomOfStackMetricTag) GetLength() uint32
- func (x *PatternFlowMplsBottomOfStackMetricTag) GetName() string
- func (x *PatternFlowMplsBottomOfStackMetricTag) GetOffset() uint32
- func (*PatternFlowMplsBottomOfStackMetricTag) ProtoMessage()
- func (x *PatternFlowMplsBottomOfStackMetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowMplsBottomOfStackMetricTag) Reset()
- func (x *PatternFlowMplsBottomOfStackMetricTag) String() string
- type PatternFlowMplsBottomOfStack_Choice
- func (*PatternFlowMplsBottomOfStack_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowMplsBottomOfStack_Choice) ProtoMessage()
- func (x *PatternFlowMplsBottomOfStack_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowMplsBottomOfStack_Choice) Reset()
- func (x *PatternFlowMplsBottomOfStack_Choice) String() string
- type PatternFlowMplsBottomOfStack_Choice_Enum
- func (PatternFlowMplsBottomOfStack_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowMplsBottomOfStack_Choice_Enum) Enum() *PatternFlowMplsBottomOfStack_Choice_Enum
- func (PatternFlowMplsBottomOfStack_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowMplsBottomOfStack_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowMplsBottomOfStack_Choice_Enum) String() string
- func (PatternFlowMplsBottomOfStack_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowMplsLabel
- func (*PatternFlowMplsLabel) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowMplsLabel) GetAuto() uint32
- func (x *PatternFlowMplsLabel) GetChoice() PatternFlowMplsLabel_Choice_Enum
- func (x *PatternFlowMplsLabel) GetDecrement() *PatternFlowMplsLabelCounter
- func (x *PatternFlowMplsLabel) GetIncrement() *PatternFlowMplsLabelCounter
- func (x *PatternFlowMplsLabel) GetMetricTags() []*PatternFlowMplsLabelMetricTag
- func (x *PatternFlowMplsLabel) GetValue() uint32
- func (x *PatternFlowMplsLabel) GetValues() []uint32
- func (*PatternFlowMplsLabel) ProtoMessage()
- func (x *PatternFlowMplsLabel) ProtoReflect() protoreflect.Message
- func (x *PatternFlowMplsLabel) Reset()
- func (x *PatternFlowMplsLabel) String() string
- type PatternFlowMplsLabelCounter
- func (*PatternFlowMplsLabelCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowMplsLabelCounter) GetCount() uint32
- func (x *PatternFlowMplsLabelCounter) GetStart() uint32
- func (x *PatternFlowMplsLabelCounter) GetStep() uint32
- func (*PatternFlowMplsLabelCounter) ProtoMessage()
- func (x *PatternFlowMplsLabelCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowMplsLabelCounter) Reset()
- func (x *PatternFlowMplsLabelCounter) String() string
- type PatternFlowMplsLabelMetricTag
- func (*PatternFlowMplsLabelMetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowMplsLabelMetricTag) GetLength() uint32
- func (x *PatternFlowMplsLabelMetricTag) GetName() string
- func (x *PatternFlowMplsLabelMetricTag) GetOffset() uint32
- func (*PatternFlowMplsLabelMetricTag) ProtoMessage()
- func (x *PatternFlowMplsLabelMetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowMplsLabelMetricTag) Reset()
- func (x *PatternFlowMplsLabelMetricTag) String() string
- type PatternFlowMplsLabel_Choice
- type PatternFlowMplsLabel_Choice_Enum
- func (PatternFlowMplsLabel_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowMplsLabel_Choice_Enum) Enum() *PatternFlowMplsLabel_Choice_Enum
- func (PatternFlowMplsLabel_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowMplsLabel_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowMplsLabel_Choice_Enum) String() string
- func (PatternFlowMplsLabel_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowMplsTimeToLive
- func (*PatternFlowMplsTimeToLive) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowMplsTimeToLive) GetChoice() PatternFlowMplsTimeToLive_Choice_Enum
- func (x *PatternFlowMplsTimeToLive) GetDecrement() *PatternFlowMplsTimeToLiveCounter
- func (x *PatternFlowMplsTimeToLive) GetIncrement() *PatternFlowMplsTimeToLiveCounter
- func (x *PatternFlowMplsTimeToLive) GetMetricTags() []*PatternFlowMplsTimeToLiveMetricTag
- func (x *PatternFlowMplsTimeToLive) GetValue() uint32
- func (x *PatternFlowMplsTimeToLive) GetValues() []uint32
- func (*PatternFlowMplsTimeToLive) ProtoMessage()
- func (x *PatternFlowMplsTimeToLive) ProtoReflect() protoreflect.Message
- func (x *PatternFlowMplsTimeToLive) Reset()
- func (x *PatternFlowMplsTimeToLive) String() string
- type PatternFlowMplsTimeToLiveCounter
- func (*PatternFlowMplsTimeToLiveCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowMplsTimeToLiveCounter) GetCount() uint32
- func (x *PatternFlowMplsTimeToLiveCounter) GetStart() uint32
- func (x *PatternFlowMplsTimeToLiveCounter) GetStep() uint32
- func (*PatternFlowMplsTimeToLiveCounter) ProtoMessage()
- func (x *PatternFlowMplsTimeToLiveCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowMplsTimeToLiveCounter) Reset()
- func (x *PatternFlowMplsTimeToLiveCounter) String() string
- type PatternFlowMplsTimeToLiveMetricTag
- func (*PatternFlowMplsTimeToLiveMetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowMplsTimeToLiveMetricTag) GetLength() uint32
- func (x *PatternFlowMplsTimeToLiveMetricTag) GetName() string
- func (x *PatternFlowMplsTimeToLiveMetricTag) GetOffset() uint32
- func (*PatternFlowMplsTimeToLiveMetricTag) ProtoMessage()
- func (x *PatternFlowMplsTimeToLiveMetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowMplsTimeToLiveMetricTag) Reset()
- func (x *PatternFlowMplsTimeToLiveMetricTag) String() string
- type PatternFlowMplsTimeToLive_Choice
- func (*PatternFlowMplsTimeToLive_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowMplsTimeToLive_Choice) ProtoMessage()
- func (x *PatternFlowMplsTimeToLive_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowMplsTimeToLive_Choice) Reset()
- func (x *PatternFlowMplsTimeToLive_Choice) String() string
- type PatternFlowMplsTimeToLive_Choice_Enum
- func (PatternFlowMplsTimeToLive_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowMplsTimeToLive_Choice_Enum) Enum() *PatternFlowMplsTimeToLive_Choice_Enum
- func (PatternFlowMplsTimeToLive_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowMplsTimeToLive_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowMplsTimeToLive_Choice_Enum) String() string
- func (PatternFlowMplsTimeToLive_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowMplsTrafficClass
- func (*PatternFlowMplsTrafficClass) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowMplsTrafficClass) GetChoice() PatternFlowMplsTrafficClass_Choice_Enum
- func (x *PatternFlowMplsTrafficClass) GetDecrement() *PatternFlowMplsTrafficClassCounter
- func (x *PatternFlowMplsTrafficClass) GetIncrement() *PatternFlowMplsTrafficClassCounter
- func (x *PatternFlowMplsTrafficClass) GetMetricTags() []*PatternFlowMplsTrafficClassMetricTag
- func (x *PatternFlowMplsTrafficClass) GetValue() uint32
- func (x *PatternFlowMplsTrafficClass) GetValues() []uint32
- func (*PatternFlowMplsTrafficClass) ProtoMessage()
- func (x *PatternFlowMplsTrafficClass) ProtoReflect() protoreflect.Message
- func (x *PatternFlowMplsTrafficClass) Reset()
- func (x *PatternFlowMplsTrafficClass) String() string
- type PatternFlowMplsTrafficClassCounter
- func (*PatternFlowMplsTrafficClassCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowMplsTrafficClassCounter) GetCount() uint32
- func (x *PatternFlowMplsTrafficClassCounter) GetStart() uint32
- func (x *PatternFlowMplsTrafficClassCounter) GetStep() uint32
- func (*PatternFlowMplsTrafficClassCounter) ProtoMessage()
- func (x *PatternFlowMplsTrafficClassCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowMplsTrafficClassCounter) Reset()
- func (x *PatternFlowMplsTrafficClassCounter) String() string
- type PatternFlowMplsTrafficClassMetricTag
- func (*PatternFlowMplsTrafficClassMetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowMplsTrafficClassMetricTag) GetLength() uint32
- func (x *PatternFlowMplsTrafficClassMetricTag) GetName() string
- func (x *PatternFlowMplsTrafficClassMetricTag) GetOffset() uint32
- func (*PatternFlowMplsTrafficClassMetricTag) ProtoMessage()
- func (x *PatternFlowMplsTrafficClassMetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowMplsTrafficClassMetricTag) Reset()
- func (x *PatternFlowMplsTrafficClassMetricTag) String() string
- type PatternFlowMplsTrafficClass_Choice
- func (*PatternFlowMplsTrafficClass_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowMplsTrafficClass_Choice) ProtoMessage()
- func (x *PatternFlowMplsTrafficClass_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowMplsTrafficClass_Choice) Reset()
- func (x *PatternFlowMplsTrafficClass_Choice) String() string
- type PatternFlowMplsTrafficClass_Choice_Enum
- func (PatternFlowMplsTrafficClass_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowMplsTrafficClass_Choice_Enum) Enum() *PatternFlowMplsTrafficClass_Choice_Enum
- func (PatternFlowMplsTrafficClass_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowMplsTrafficClass_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowMplsTrafficClass_Choice_Enum) String() string
- func (PatternFlowMplsTrafficClass_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowPfcPauseClassEnableVector
- func (*PatternFlowPfcPauseClassEnableVector) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowPfcPauseClassEnableVector) GetChoice() PatternFlowPfcPauseClassEnableVector_Choice_Enum
- func (x *PatternFlowPfcPauseClassEnableVector) GetDecrement() *PatternFlowPfcPauseClassEnableVectorCounter
- func (x *PatternFlowPfcPauseClassEnableVector) GetIncrement() *PatternFlowPfcPauseClassEnableVectorCounter
- func (x *PatternFlowPfcPauseClassEnableVector) GetMetricTags() []*PatternFlowPfcPauseClassEnableVectorMetricTag
- func (x *PatternFlowPfcPauseClassEnableVector) GetValue() uint32
- func (x *PatternFlowPfcPauseClassEnableVector) GetValues() []uint32
- func (*PatternFlowPfcPauseClassEnableVector) ProtoMessage()
- func (x *PatternFlowPfcPauseClassEnableVector) ProtoReflect() protoreflect.Message
- func (x *PatternFlowPfcPauseClassEnableVector) Reset()
- func (x *PatternFlowPfcPauseClassEnableVector) String() string
- type PatternFlowPfcPauseClassEnableVectorCounter
- func (*PatternFlowPfcPauseClassEnableVectorCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowPfcPauseClassEnableVectorCounter) GetCount() uint32
- func (x *PatternFlowPfcPauseClassEnableVectorCounter) GetStart() uint32
- func (x *PatternFlowPfcPauseClassEnableVectorCounter) GetStep() uint32
- func (*PatternFlowPfcPauseClassEnableVectorCounter) ProtoMessage()
- func (x *PatternFlowPfcPauseClassEnableVectorCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowPfcPauseClassEnableVectorCounter) Reset()
- func (x *PatternFlowPfcPauseClassEnableVectorCounter) String() string
- type PatternFlowPfcPauseClassEnableVectorMetricTag
- func (*PatternFlowPfcPauseClassEnableVectorMetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowPfcPauseClassEnableVectorMetricTag) GetLength() uint32
- func (x *PatternFlowPfcPauseClassEnableVectorMetricTag) GetName() string
- func (x *PatternFlowPfcPauseClassEnableVectorMetricTag) GetOffset() uint32
- func (*PatternFlowPfcPauseClassEnableVectorMetricTag) ProtoMessage()
- func (x *PatternFlowPfcPauseClassEnableVectorMetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowPfcPauseClassEnableVectorMetricTag) Reset()
- func (x *PatternFlowPfcPauseClassEnableVectorMetricTag) String() string
- type PatternFlowPfcPauseClassEnableVector_Choice
- func (*PatternFlowPfcPauseClassEnableVector_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowPfcPauseClassEnableVector_Choice) ProtoMessage()
- func (x *PatternFlowPfcPauseClassEnableVector_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowPfcPauseClassEnableVector_Choice) Reset()
- func (x *PatternFlowPfcPauseClassEnableVector_Choice) String() string
- type PatternFlowPfcPauseClassEnableVector_Choice_Enum
- func (PatternFlowPfcPauseClassEnableVector_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowPfcPauseClassEnableVector_Choice_Enum) Enum() *PatternFlowPfcPauseClassEnableVector_Choice_Enum
- func (PatternFlowPfcPauseClassEnableVector_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowPfcPauseClassEnableVector_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowPfcPauseClassEnableVector_Choice_Enum) String() string
- func (PatternFlowPfcPauseClassEnableVector_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowPfcPauseControlOpCode
- func (*PatternFlowPfcPauseControlOpCode) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowPfcPauseControlOpCode) GetChoice() PatternFlowPfcPauseControlOpCode_Choice_Enum
- func (x *PatternFlowPfcPauseControlOpCode) GetDecrement() *PatternFlowPfcPauseControlOpCodeCounter
- func (x *PatternFlowPfcPauseControlOpCode) GetIncrement() *PatternFlowPfcPauseControlOpCodeCounter
- func (x *PatternFlowPfcPauseControlOpCode) GetMetricTags() []*PatternFlowPfcPauseControlOpCodeMetricTag
- func (x *PatternFlowPfcPauseControlOpCode) GetValue() uint32
- func (x *PatternFlowPfcPauseControlOpCode) GetValues() []uint32
- func (*PatternFlowPfcPauseControlOpCode) ProtoMessage()
- func (x *PatternFlowPfcPauseControlOpCode) ProtoReflect() protoreflect.Message
- func (x *PatternFlowPfcPauseControlOpCode) Reset()
- func (x *PatternFlowPfcPauseControlOpCode) String() string
- type PatternFlowPfcPauseControlOpCodeCounter
- func (*PatternFlowPfcPauseControlOpCodeCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowPfcPauseControlOpCodeCounter) GetCount() uint32
- func (x *PatternFlowPfcPauseControlOpCodeCounter) GetStart() uint32
- func (x *PatternFlowPfcPauseControlOpCodeCounter) GetStep() uint32
- func (*PatternFlowPfcPauseControlOpCodeCounter) ProtoMessage()
- func (x *PatternFlowPfcPauseControlOpCodeCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowPfcPauseControlOpCodeCounter) Reset()
- func (x *PatternFlowPfcPauseControlOpCodeCounter) String() string
- type PatternFlowPfcPauseControlOpCodeMetricTag
- func (*PatternFlowPfcPauseControlOpCodeMetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowPfcPauseControlOpCodeMetricTag) GetLength() uint32
- func (x *PatternFlowPfcPauseControlOpCodeMetricTag) GetName() string
- func (x *PatternFlowPfcPauseControlOpCodeMetricTag) GetOffset() uint32
- func (*PatternFlowPfcPauseControlOpCodeMetricTag) ProtoMessage()
- func (x *PatternFlowPfcPauseControlOpCodeMetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowPfcPauseControlOpCodeMetricTag) Reset()
- func (x *PatternFlowPfcPauseControlOpCodeMetricTag) String() string
- type PatternFlowPfcPauseControlOpCode_Choice
- func (*PatternFlowPfcPauseControlOpCode_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowPfcPauseControlOpCode_Choice) ProtoMessage()
- func (x *PatternFlowPfcPauseControlOpCode_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowPfcPauseControlOpCode_Choice) Reset()
- func (x *PatternFlowPfcPauseControlOpCode_Choice) String() string
- type PatternFlowPfcPauseControlOpCode_Choice_Enum
- func (PatternFlowPfcPauseControlOpCode_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowPfcPauseControlOpCode_Choice_Enum) Enum() *PatternFlowPfcPauseControlOpCode_Choice_Enum
- func (PatternFlowPfcPauseControlOpCode_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowPfcPauseControlOpCode_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowPfcPauseControlOpCode_Choice_Enum) String() string
- func (PatternFlowPfcPauseControlOpCode_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowPfcPauseDst
- func (*PatternFlowPfcPauseDst) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowPfcPauseDst) GetChoice() PatternFlowPfcPauseDst_Choice_Enum
- func (x *PatternFlowPfcPauseDst) GetDecrement() *PatternFlowPfcPauseDstCounter
- func (x *PatternFlowPfcPauseDst) GetIncrement() *PatternFlowPfcPauseDstCounter
- func (x *PatternFlowPfcPauseDst) GetMetricTags() []*PatternFlowPfcPauseDstMetricTag
- func (x *PatternFlowPfcPauseDst) GetValue() string
- func (x *PatternFlowPfcPauseDst) GetValues() []string
- func (*PatternFlowPfcPauseDst) ProtoMessage()
- func (x *PatternFlowPfcPauseDst) ProtoReflect() protoreflect.Message
- func (x *PatternFlowPfcPauseDst) Reset()
- func (x *PatternFlowPfcPauseDst) String() string
- type PatternFlowPfcPauseDstCounter
- func (*PatternFlowPfcPauseDstCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowPfcPauseDstCounter) GetCount() uint32
- func (x *PatternFlowPfcPauseDstCounter) GetStart() string
- func (x *PatternFlowPfcPauseDstCounter) GetStep() string
- func (*PatternFlowPfcPauseDstCounter) ProtoMessage()
- func (x *PatternFlowPfcPauseDstCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowPfcPauseDstCounter) Reset()
- func (x *PatternFlowPfcPauseDstCounter) String() string
- type PatternFlowPfcPauseDstMetricTag
- func (*PatternFlowPfcPauseDstMetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowPfcPauseDstMetricTag) GetLength() uint32
- func (x *PatternFlowPfcPauseDstMetricTag) GetName() string
- func (x *PatternFlowPfcPauseDstMetricTag) GetOffset() uint32
- func (*PatternFlowPfcPauseDstMetricTag) ProtoMessage()
- func (x *PatternFlowPfcPauseDstMetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowPfcPauseDstMetricTag) Reset()
- func (x *PatternFlowPfcPauseDstMetricTag) String() string
- type PatternFlowPfcPauseDst_Choice
- func (*PatternFlowPfcPauseDst_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowPfcPauseDst_Choice) ProtoMessage()
- func (x *PatternFlowPfcPauseDst_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowPfcPauseDst_Choice) Reset()
- func (x *PatternFlowPfcPauseDst_Choice) String() string
- type PatternFlowPfcPauseDst_Choice_Enum
- func (PatternFlowPfcPauseDst_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowPfcPauseDst_Choice_Enum) Enum() *PatternFlowPfcPauseDst_Choice_Enum
- func (PatternFlowPfcPauseDst_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowPfcPauseDst_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowPfcPauseDst_Choice_Enum) String() string
- func (PatternFlowPfcPauseDst_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowPfcPauseEtherType
- func (*PatternFlowPfcPauseEtherType) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowPfcPauseEtherType) GetChoice() PatternFlowPfcPauseEtherType_Choice_Enum
- func (x *PatternFlowPfcPauseEtherType) GetDecrement() *PatternFlowPfcPauseEtherTypeCounter
- func (x *PatternFlowPfcPauseEtherType) GetIncrement() *PatternFlowPfcPauseEtherTypeCounter
- func (x *PatternFlowPfcPauseEtherType) GetMetricTags() []*PatternFlowPfcPauseEtherTypeMetricTag
- func (x *PatternFlowPfcPauseEtherType) GetValue() uint32
- func (x *PatternFlowPfcPauseEtherType) GetValues() []uint32
- func (*PatternFlowPfcPauseEtherType) ProtoMessage()
- func (x *PatternFlowPfcPauseEtherType) ProtoReflect() protoreflect.Message
- func (x *PatternFlowPfcPauseEtherType) Reset()
- func (x *PatternFlowPfcPauseEtherType) String() string
- type PatternFlowPfcPauseEtherTypeCounter
- func (*PatternFlowPfcPauseEtherTypeCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowPfcPauseEtherTypeCounter) GetCount() uint32
- func (x *PatternFlowPfcPauseEtherTypeCounter) GetStart() uint32
- func (x *PatternFlowPfcPauseEtherTypeCounter) GetStep() uint32
- func (*PatternFlowPfcPauseEtherTypeCounter) ProtoMessage()
- func (x *PatternFlowPfcPauseEtherTypeCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowPfcPauseEtherTypeCounter) Reset()
- func (x *PatternFlowPfcPauseEtherTypeCounter) String() string
- type PatternFlowPfcPauseEtherTypeMetricTag
- func (*PatternFlowPfcPauseEtherTypeMetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowPfcPauseEtherTypeMetricTag) GetLength() uint32
- func (x *PatternFlowPfcPauseEtherTypeMetricTag) GetName() string
- func (x *PatternFlowPfcPauseEtherTypeMetricTag) GetOffset() uint32
- func (*PatternFlowPfcPauseEtherTypeMetricTag) ProtoMessage()
- func (x *PatternFlowPfcPauseEtherTypeMetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowPfcPauseEtherTypeMetricTag) Reset()
- func (x *PatternFlowPfcPauseEtherTypeMetricTag) String() string
- type PatternFlowPfcPauseEtherType_Choice
- func (*PatternFlowPfcPauseEtherType_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowPfcPauseEtherType_Choice) ProtoMessage()
- func (x *PatternFlowPfcPauseEtherType_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowPfcPauseEtherType_Choice) Reset()
- func (x *PatternFlowPfcPauseEtherType_Choice) String() string
- type PatternFlowPfcPauseEtherType_Choice_Enum
- func (PatternFlowPfcPauseEtherType_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowPfcPauseEtherType_Choice_Enum) Enum() *PatternFlowPfcPauseEtherType_Choice_Enum
- func (PatternFlowPfcPauseEtherType_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowPfcPauseEtherType_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowPfcPauseEtherType_Choice_Enum) String() string
- func (PatternFlowPfcPauseEtherType_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowPfcPausePauseClass0
- func (*PatternFlowPfcPausePauseClass0) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowPfcPausePauseClass0) GetChoice() PatternFlowPfcPausePauseClass0_Choice_Enum
- func (x *PatternFlowPfcPausePauseClass0) GetDecrement() *PatternFlowPfcPausePauseClass0Counter
- func (x *PatternFlowPfcPausePauseClass0) GetIncrement() *PatternFlowPfcPausePauseClass0Counter
- func (x *PatternFlowPfcPausePauseClass0) GetMetricTags() []*PatternFlowPfcPausePauseClass0MetricTag
- func (x *PatternFlowPfcPausePauseClass0) GetValue() uint32
- func (x *PatternFlowPfcPausePauseClass0) GetValues() []uint32
- func (*PatternFlowPfcPausePauseClass0) ProtoMessage()
- func (x *PatternFlowPfcPausePauseClass0) ProtoReflect() protoreflect.Message
- func (x *PatternFlowPfcPausePauseClass0) Reset()
- func (x *PatternFlowPfcPausePauseClass0) String() string
- type PatternFlowPfcPausePauseClass0Counter
- func (*PatternFlowPfcPausePauseClass0Counter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowPfcPausePauseClass0Counter) GetCount() uint32
- func (x *PatternFlowPfcPausePauseClass0Counter) GetStart() uint32
- func (x *PatternFlowPfcPausePauseClass0Counter) GetStep() uint32
- func (*PatternFlowPfcPausePauseClass0Counter) ProtoMessage()
- func (x *PatternFlowPfcPausePauseClass0Counter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowPfcPausePauseClass0Counter) Reset()
- func (x *PatternFlowPfcPausePauseClass0Counter) String() string
- type PatternFlowPfcPausePauseClass0MetricTag
- func (*PatternFlowPfcPausePauseClass0MetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowPfcPausePauseClass0MetricTag) GetLength() uint32
- func (x *PatternFlowPfcPausePauseClass0MetricTag) GetName() string
- func (x *PatternFlowPfcPausePauseClass0MetricTag) GetOffset() uint32
- func (*PatternFlowPfcPausePauseClass0MetricTag) ProtoMessage()
- func (x *PatternFlowPfcPausePauseClass0MetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowPfcPausePauseClass0MetricTag) Reset()
- func (x *PatternFlowPfcPausePauseClass0MetricTag) String() string
- type PatternFlowPfcPausePauseClass0_Choice
- func (*PatternFlowPfcPausePauseClass0_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowPfcPausePauseClass0_Choice) ProtoMessage()
- func (x *PatternFlowPfcPausePauseClass0_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowPfcPausePauseClass0_Choice) Reset()
- func (x *PatternFlowPfcPausePauseClass0_Choice) String() string
- type PatternFlowPfcPausePauseClass0_Choice_Enum
- func (PatternFlowPfcPausePauseClass0_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowPfcPausePauseClass0_Choice_Enum) Enum() *PatternFlowPfcPausePauseClass0_Choice_Enum
- func (PatternFlowPfcPausePauseClass0_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowPfcPausePauseClass0_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowPfcPausePauseClass0_Choice_Enum) String() string
- func (PatternFlowPfcPausePauseClass0_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowPfcPausePauseClass1
- func (*PatternFlowPfcPausePauseClass1) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowPfcPausePauseClass1) GetChoice() PatternFlowPfcPausePauseClass1_Choice_Enum
- func (x *PatternFlowPfcPausePauseClass1) GetDecrement() *PatternFlowPfcPausePauseClass1Counter
- func (x *PatternFlowPfcPausePauseClass1) GetIncrement() *PatternFlowPfcPausePauseClass1Counter
- func (x *PatternFlowPfcPausePauseClass1) GetMetricTags() []*PatternFlowPfcPausePauseClass1MetricTag
- func (x *PatternFlowPfcPausePauseClass1) GetValue() uint32
- func (x *PatternFlowPfcPausePauseClass1) GetValues() []uint32
- func (*PatternFlowPfcPausePauseClass1) ProtoMessage()
- func (x *PatternFlowPfcPausePauseClass1) ProtoReflect() protoreflect.Message
- func (x *PatternFlowPfcPausePauseClass1) Reset()
- func (x *PatternFlowPfcPausePauseClass1) String() string
- type PatternFlowPfcPausePauseClass1Counter
- func (*PatternFlowPfcPausePauseClass1Counter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowPfcPausePauseClass1Counter) GetCount() uint32
- func (x *PatternFlowPfcPausePauseClass1Counter) GetStart() uint32
- func (x *PatternFlowPfcPausePauseClass1Counter) GetStep() uint32
- func (*PatternFlowPfcPausePauseClass1Counter) ProtoMessage()
- func (x *PatternFlowPfcPausePauseClass1Counter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowPfcPausePauseClass1Counter) Reset()
- func (x *PatternFlowPfcPausePauseClass1Counter) String() string
- type PatternFlowPfcPausePauseClass1MetricTag
- func (*PatternFlowPfcPausePauseClass1MetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowPfcPausePauseClass1MetricTag) GetLength() uint32
- func (x *PatternFlowPfcPausePauseClass1MetricTag) GetName() string
- func (x *PatternFlowPfcPausePauseClass1MetricTag) GetOffset() uint32
- func (*PatternFlowPfcPausePauseClass1MetricTag) ProtoMessage()
- func (x *PatternFlowPfcPausePauseClass1MetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowPfcPausePauseClass1MetricTag) Reset()
- func (x *PatternFlowPfcPausePauseClass1MetricTag) String() string
- type PatternFlowPfcPausePauseClass1_Choice
- func (*PatternFlowPfcPausePauseClass1_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowPfcPausePauseClass1_Choice) ProtoMessage()
- func (x *PatternFlowPfcPausePauseClass1_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowPfcPausePauseClass1_Choice) Reset()
- func (x *PatternFlowPfcPausePauseClass1_Choice) String() string
- type PatternFlowPfcPausePauseClass1_Choice_Enum
- func (PatternFlowPfcPausePauseClass1_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowPfcPausePauseClass1_Choice_Enum) Enum() *PatternFlowPfcPausePauseClass1_Choice_Enum
- func (PatternFlowPfcPausePauseClass1_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowPfcPausePauseClass1_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowPfcPausePauseClass1_Choice_Enum) String() string
- func (PatternFlowPfcPausePauseClass1_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowPfcPausePauseClass2
- func (*PatternFlowPfcPausePauseClass2) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowPfcPausePauseClass2) GetChoice() PatternFlowPfcPausePauseClass2_Choice_Enum
- func (x *PatternFlowPfcPausePauseClass2) GetDecrement() *PatternFlowPfcPausePauseClass2Counter
- func (x *PatternFlowPfcPausePauseClass2) GetIncrement() *PatternFlowPfcPausePauseClass2Counter
- func (x *PatternFlowPfcPausePauseClass2) GetMetricTags() []*PatternFlowPfcPausePauseClass2MetricTag
- func (x *PatternFlowPfcPausePauseClass2) GetValue() uint32
- func (x *PatternFlowPfcPausePauseClass2) GetValues() []uint32
- func (*PatternFlowPfcPausePauseClass2) ProtoMessage()
- func (x *PatternFlowPfcPausePauseClass2) ProtoReflect() protoreflect.Message
- func (x *PatternFlowPfcPausePauseClass2) Reset()
- func (x *PatternFlowPfcPausePauseClass2) String() string
- type PatternFlowPfcPausePauseClass2Counter
- func (*PatternFlowPfcPausePauseClass2Counter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowPfcPausePauseClass2Counter) GetCount() uint32
- func (x *PatternFlowPfcPausePauseClass2Counter) GetStart() uint32
- func (x *PatternFlowPfcPausePauseClass2Counter) GetStep() uint32
- func (*PatternFlowPfcPausePauseClass2Counter) ProtoMessage()
- func (x *PatternFlowPfcPausePauseClass2Counter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowPfcPausePauseClass2Counter) Reset()
- func (x *PatternFlowPfcPausePauseClass2Counter) String() string
- type PatternFlowPfcPausePauseClass2MetricTag
- func (*PatternFlowPfcPausePauseClass2MetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowPfcPausePauseClass2MetricTag) GetLength() uint32
- func (x *PatternFlowPfcPausePauseClass2MetricTag) GetName() string
- func (x *PatternFlowPfcPausePauseClass2MetricTag) GetOffset() uint32
- func (*PatternFlowPfcPausePauseClass2MetricTag) ProtoMessage()
- func (x *PatternFlowPfcPausePauseClass2MetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowPfcPausePauseClass2MetricTag) Reset()
- func (x *PatternFlowPfcPausePauseClass2MetricTag) String() string
- type PatternFlowPfcPausePauseClass2_Choice
- func (*PatternFlowPfcPausePauseClass2_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowPfcPausePauseClass2_Choice) ProtoMessage()
- func (x *PatternFlowPfcPausePauseClass2_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowPfcPausePauseClass2_Choice) Reset()
- func (x *PatternFlowPfcPausePauseClass2_Choice) String() string
- type PatternFlowPfcPausePauseClass2_Choice_Enum
- func (PatternFlowPfcPausePauseClass2_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowPfcPausePauseClass2_Choice_Enum) Enum() *PatternFlowPfcPausePauseClass2_Choice_Enum
- func (PatternFlowPfcPausePauseClass2_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowPfcPausePauseClass2_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowPfcPausePauseClass2_Choice_Enum) String() string
- func (PatternFlowPfcPausePauseClass2_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowPfcPausePauseClass3
- func (*PatternFlowPfcPausePauseClass3) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowPfcPausePauseClass3) GetChoice() PatternFlowPfcPausePauseClass3_Choice_Enum
- func (x *PatternFlowPfcPausePauseClass3) GetDecrement() *PatternFlowPfcPausePauseClass3Counter
- func (x *PatternFlowPfcPausePauseClass3) GetIncrement() *PatternFlowPfcPausePauseClass3Counter
- func (x *PatternFlowPfcPausePauseClass3) GetMetricTags() []*PatternFlowPfcPausePauseClass3MetricTag
- func (x *PatternFlowPfcPausePauseClass3) GetValue() uint32
- func (x *PatternFlowPfcPausePauseClass3) GetValues() []uint32
- func (*PatternFlowPfcPausePauseClass3) ProtoMessage()
- func (x *PatternFlowPfcPausePauseClass3) ProtoReflect() protoreflect.Message
- func (x *PatternFlowPfcPausePauseClass3) Reset()
- func (x *PatternFlowPfcPausePauseClass3) String() string
- type PatternFlowPfcPausePauseClass3Counter
- func (*PatternFlowPfcPausePauseClass3Counter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowPfcPausePauseClass3Counter) GetCount() uint32
- func (x *PatternFlowPfcPausePauseClass3Counter) GetStart() uint32
- func (x *PatternFlowPfcPausePauseClass3Counter) GetStep() uint32
- func (*PatternFlowPfcPausePauseClass3Counter) ProtoMessage()
- func (x *PatternFlowPfcPausePauseClass3Counter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowPfcPausePauseClass3Counter) Reset()
- func (x *PatternFlowPfcPausePauseClass3Counter) String() string
- type PatternFlowPfcPausePauseClass3MetricTag
- func (*PatternFlowPfcPausePauseClass3MetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowPfcPausePauseClass3MetricTag) GetLength() uint32
- func (x *PatternFlowPfcPausePauseClass3MetricTag) GetName() string
- func (x *PatternFlowPfcPausePauseClass3MetricTag) GetOffset() uint32
- func (*PatternFlowPfcPausePauseClass3MetricTag) ProtoMessage()
- func (x *PatternFlowPfcPausePauseClass3MetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowPfcPausePauseClass3MetricTag) Reset()
- func (x *PatternFlowPfcPausePauseClass3MetricTag) String() string
- type PatternFlowPfcPausePauseClass3_Choice
- func (*PatternFlowPfcPausePauseClass3_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowPfcPausePauseClass3_Choice) ProtoMessage()
- func (x *PatternFlowPfcPausePauseClass3_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowPfcPausePauseClass3_Choice) Reset()
- func (x *PatternFlowPfcPausePauseClass3_Choice) String() string
- type PatternFlowPfcPausePauseClass3_Choice_Enum
- func (PatternFlowPfcPausePauseClass3_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowPfcPausePauseClass3_Choice_Enum) Enum() *PatternFlowPfcPausePauseClass3_Choice_Enum
- func (PatternFlowPfcPausePauseClass3_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowPfcPausePauseClass3_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowPfcPausePauseClass3_Choice_Enum) String() string
- func (PatternFlowPfcPausePauseClass3_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowPfcPausePauseClass4
- func (*PatternFlowPfcPausePauseClass4) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowPfcPausePauseClass4) GetChoice() PatternFlowPfcPausePauseClass4_Choice_Enum
- func (x *PatternFlowPfcPausePauseClass4) GetDecrement() *PatternFlowPfcPausePauseClass4Counter
- func (x *PatternFlowPfcPausePauseClass4) GetIncrement() *PatternFlowPfcPausePauseClass4Counter
- func (x *PatternFlowPfcPausePauseClass4) GetMetricTags() []*PatternFlowPfcPausePauseClass4MetricTag
- func (x *PatternFlowPfcPausePauseClass4) GetValue() uint32
- func (x *PatternFlowPfcPausePauseClass4) GetValues() []uint32
- func (*PatternFlowPfcPausePauseClass4) ProtoMessage()
- func (x *PatternFlowPfcPausePauseClass4) ProtoReflect() protoreflect.Message
- func (x *PatternFlowPfcPausePauseClass4) Reset()
- func (x *PatternFlowPfcPausePauseClass4) String() string
- type PatternFlowPfcPausePauseClass4Counter
- func (*PatternFlowPfcPausePauseClass4Counter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowPfcPausePauseClass4Counter) GetCount() uint32
- func (x *PatternFlowPfcPausePauseClass4Counter) GetStart() uint32
- func (x *PatternFlowPfcPausePauseClass4Counter) GetStep() uint32
- func (*PatternFlowPfcPausePauseClass4Counter) ProtoMessage()
- func (x *PatternFlowPfcPausePauseClass4Counter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowPfcPausePauseClass4Counter) Reset()
- func (x *PatternFlowPfcPausePauseClass4Counter) String() string
- type PatternFlowPfcPausePauseClass4MetricTag
- func (*PatternFlowPfcPausePauseClass4MetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowPfcPausePauseClass4MetricTag) GetLength() uint32
- func (x *PatternFlowPfcPausePauseClass4MetricTag) GetName() string
- func (x *PatternFlowPfcPausePauseClass4MetricTag) GetOffset() uint32
- func (*PatternFlowPfcPausePauseClass4MetricTag) ProtoMessage()
- func (x *PatternFlowPfcPausePauseClass4MetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowPfcPausePauseClass4MetricTag) Reset()
- func (x *PatternFlowPfcPausePauseClass4MetricTag) String() string
- type PatternFlowPfcPausePauseClass4_Choice
- func (*PatternFlowPfcPausePauseClass4_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowPfcPausePauseClass4_Choice) ProtoMessage()
- func (x *PatternFlowPfcPausePauseClass4_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowPfcPausePauseClass4_Choice) Reset()
- func (x *PatternFlowPfcPausePauseClass4_Choice) String() string
- type PatternFlowPfcPausePauseClass4_Choice_Enum
- func (PatternFlowPfcPausePauseClass4_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowPfcPausePauseClass4_Choice_Enum) Enum() *PatternFlowPfcPausePauseClass4_Choice_Enum
- func (PatternFlowPfcPausePauseClass4_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowPfcPausePauseClass4_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowPfcPausePauseClass4_Choice_Enum) String() string
- func (PatternFlowPfcPausePauseClass4_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowPfcPausePauseClass5
- func (*PatternFlowPfcPausePauseClass5) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowPfcPausePauseClass5) GetChoice() PatternFlowPfcPausePauseClass5_Choice_Enum
- func (x *PatternFlowPfcPausePauseClass5) GetDecrement() *PatternFlowPfcPausePauseClass5Counter
- func (x *PatternFlowPfcPausePauseClass5) GetIncrement() *PatternFlowPfcPausePauseClass5Counter
- func (x *PatternFlowPfcPausePauseClass5) GetMetricTags() []*PatternFlowPfcPausePauseClass5MetricTag
- func (x *PatternFlowPfcPausePauseClass5) GetValue() uint32
- func (x *PatternFlowPfcPausePauseClass5) GetValues() []uint32
- func (*PatternFlowPfcPausePauseClass5) ProtoMessage()
- func (x *PatternFlowPfcPausePauseClass5) ProtoReflect() protoreflect.Message
- func (x *PatternFlowPfcPausePauseClass5) Reset()
- func (x *PatternFlowPfcPausePauseClass5) String() string
- type PatternFlowPfcPausePauseClass5Counter
- func (*PatternFlowPfcPausePauseClass5Counter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowPfcPausePauseClass5Counter) GetCount() uint32
- func (x *PatternFlowPfcPausePauseClass5Counter) GetStart() uint32
- func (x *PatternFlowPfcPausePauseClass5Counter) GetStep() uint32
- func (*PatternFlowPfcPausePauseClass5Counter) ProtoMessage()
- func (x *PatternFlowPfcPausePauseClass5Counter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowPfcPausePauseClass5Counter) Reset()
- func (x *PatternFlowPfcPausePauseClass5Counter) String() string
- type PatternFlowPfcPausePauseClass5MetricTag
- func (*PatternFlowPfcPausePauseClass5MetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowPfcPausePauseClass5MetricTag) GetLength() uint32
- func (x *PatternFlowPfcPausePauseClass5MetricTag) GetName() string
- func (x *PatternFlowPfcPausePauseClass5MetricTag) GetOffset() uint32
- func (*PatternFlowPfcPausePauseClass5MetricTag) ProtoMessage()
- func (x *PatternFlowPfcPausePauseClass5MetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowPfcPausePauseClass5MetricTag) Reset()
- func (x *PatternFlowPfcPausePauseClass5MetricTag) String() string
- type PatternFlowPfcPausePauseClass5_Choice
- func (*PatternFlowPfcPausePauseClass5_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowPfcPausePauseClass5_Choice) ProtoMessage()
- func (x *PatternFlowPfcPausePauseClass5_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowPfcPausePauseClass5_Choice) Reset()
- func (x *PatternFlowPfcPausePauseClass5_Choice) String() string
- type PatternFlowPfcPausePauseClass5_Choice_Enum
- func (PatternFlowPfcPausePauseClass5_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowPfcPausePauseClass5_Choice_Enum) Enum() *PatternFlowPfcPausePauseClass5_Choice_Enum
- func (PatternFlowPfcPausePauseClass5_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowPfcPausePauseClass5_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowPfcPausePauseClass5_Choice_Enum) String() string
- func (PatternFlowPfcPausePauseClass5_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowPfcPausePauseClass6
- func (*PatternFlowPfcPausePauseClass6) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowPfcPausePauseClass6) GetChoice() PatternFlowPfcPausePauseClass6_Choice_Enum
- func (x *PatternFlowPfcPausePauseClass6) GetDecrement() *PatternFlowPfcPausePauseClass6Counter
- func (x *PatternFlowPfcPausePauseClass6) GetIncrement() *PatternFlowPfcPausePauseClass6Counter
- func (x *PatternFlowPfcPausePauseClass6) GetMetricTags() []*PatternFlowPfcPausePauseClass6MetricTag
- func (x *PatternFlowPfcPausePauseClass6) GetValue() uint32
- func (x *PatternFlowPfcPausePauseClass6) GetValues() []uint32
- func (*PatternFlowPfcPausePauseClass6) ProtoMessage()
- func (x *PatternFlowPfcPausePauseClass6) ProtoReflect() protoreflect.Message
- func (x *PatternFlowPfcPausePauseClass6) Reset()
- func (x *PatternFlowPfcPausePauseClass6) String() string
- type PatternFlowPfcPausePauseClass6Counter
- func (*PatternFlowPfcPausePauseClass6Counter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowPfcPausePauseClass6Counter) GetCount() uint32
- func (x *PatternFlowPfcPausePauseClass6Counter) GetStart() uint32
- func (x *PatternFlowPfcPausePauseClass6Counter) GetStep() uint32
- func (*PatternFlowPfcPausePauseClass6Counter) ProtoMessage()
- func (x *PatternFlowPfcPausePauseClass6Counter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowPfcPausePauseClass6Counter) Reset()
- func (x *PatternFlowPfcPausePauseClass6Counter) String() string
- type PatternFlowPfcPausePauseClass6MetricTag
- func (*PatternFlowPfcPausePauseClass6MetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowPfcPausePauseClass6MetricTag) GetLength() uint32
- func (x *PatternFlowPfcPausePauseClass6MetricTag) GetName() string
- func (x *PatternFlowPfcPausePauseClass6MetricTag) GetOffset() uint32
- func (*PatternFlowPfcPausePauseClass6MetricTag) ProtoMessage()
- func (x *PatternFlowPfcPausePauseClass6MetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowPfcPausePauseClass6MetricTag) Reset()
- func (x *PatternFlowPfcPausePauseClass6MetricTag) String() string
- type PatternFlowPfcPausePauseClass6_Choice
- func (*PatternFlowPfcPausePauseClass6_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowPfcPausePauseClass6_Choice) ProtoMessage()
- func (x *PatternFlowPfcPausePauseClass6_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowPfcPausePauseClass6_Choice) Reset()
- func (x *PatternFlowPfcPausePauseClass6_Choice) String() string
- type PatternFlowPfcPausePauseClass6_Choice_Enum
- func (PatternFlowPfcPausePauseClass6_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowPfcPausePauseClass6_Choice_Enum) Enum() *PatternFlowPfcPausePauseClass6_Choice_Enum
- func (PatternFlowPfcPausePauseClass6_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowPfcPausePauseClass6_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowPfcPausePauseClass6_Choice_Enum) String() string
- func (PatternFlowPfcPausePauseClass6_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowPfcPausePauseClass7
- func (*PatternFlowPfcPausePauseClass7) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowPfcPausePauseClass7) GetChoice() PatternFlowPfcPausePauseClass7_Choice_Enum
- func (x *PatternFlowPfcPausePauseClass7) GetDecrement() *PatternFlowPfcPausePauseClass7Counter
- func (x *PatternFlowPfcPausePauseClass7) GetIncrement() *PatternFlowPfcPausePauseClass7Counter
- func (x *PatternFlowPfcPausePauseClass7) GetMetricTags() []*PatternFlowPfcPausePauseClass7MetricTag
- func (x *PatternFlowPfcPausePauseClass7) GetValue() uint32
- func (x *PatternFlowPfcPausePauseClass7) GetValues() []uint32
- func (*PatternFlowPfcPausePauseClass7) ProtoMessage()
- func (x *PatternFlowPfcPausePauseClass7) ProtoReflect() protoreflect.Message
- func (x *PatternFlowPfcPausePauseClass7) Reset()
- func (x *PatternFlowPfcPausePauseClass7) String() string
- type PatternFlowPfcPausePauseClass7Counter
- func (*PatternFlowPfcPausePauseClass7Counter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowPfcPausePauseClass7Counter) GetCount() uint32
- func (x *PatternFlowPfcPausePauseClass7Counter) GetStart() uint32
- func (x *PatternFlowPfcPausePauseClass7Counter) GetStep() uint32
- func (*PatternFlowPfcPausePauseClass7Counter) ProtoMessage()
- func (x *PatternFlowPfcPausePauseClass7Counter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowPfcPausePauseClass7Counter) Reset()
- func (x *PatternFlowPfcPausePauseClass7Counter) String() string
- type PatternFlowPfcPausePauseClass7MetricTag
- func (*PatternFlowPfcPausePauseClass7MetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowPfcPausePauseClass7MetricTag) GetLength() uint32
- func (x *PatternFlowPfcPausePauseClass7MetricTag) GetName() string
- func (x *PatternFlowPfcPausePauseClass7MetricTag) GetOffset() uint32
- func (*PatternFlowPfcPausePauseClass7MetricTag) ProtoMessage()
- func (x *PatternFlowPfcPausePauseClass7MetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowPfcPausePauseClass7MetricTag) Reset()
- func (x *PatternFlowPfcPausePauseClass7MetricTag) String() string
- type PatternFlowPfcPausePauseClass7_Choice
- func (*PatternFlowPfcPausePauseClass7_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowPfcPausePauseClass7_Choice) ProtoMessage()
- func (x *PatternFlowPfcPausePauseClass7_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowPfcPausePauseClass7_Choice) Reset()
- func (x *PatternFlowPfcPausePauseClass7_Choice) String() string
- type PatternFlowPfcPausePauseClass7_Choice_Enum
- func (PatternFlowPfcPausePauseClass7_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowPfcPausePauseClass7_Choice_Enum) Enum() *PatternFlowPfcPausePauseClass7_Choice_Enum
- func (PatternFlowPfcPausePauseClass7_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowPfcPausePauseClass7_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowPfcPausePauseClass7_Choice_Enum) String() string
- func (PatternFlowPfcPausePauseClass7_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowPfcPauseSrc
- func (*PatternFlowPfcPauseSrc) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowPfcPauseSrc) GetChoice() PatternFlowPfcPauseSrc_Choice_Enum
- func (x *PatternFlowPfcPauseSrc) GetDecrement() *PatternFlowPfcPauseSrcCounter
- func (x *PatternFlowPfcPauseSrc) GetIncrement() *PatternFlowPfcPauseSrcCounter
- func (x *PatternFlowPfcPauseSrc) GetMetricTags() []*PatternFlowPfcPauseSrcMetricTag
- func (x *PatternFlowPfcPauseSrc) GetValue() string
- func (x *PatternFlowPfcPauseSrc) GetValues() []string
- func (*PatternFlowPfcPauseSrc) ProtoMessage()
- func (x *PatternFlowPfcPauseSrc) ProtoReflect() protoreflect.Message
- func (x *PatternFlowPfcPauseSrc) Reset()
- func (x *PatternFlowPfcPauseSrc) String() string
- type PatternFlowPfcPauseSrcCounter
- func (*PatternFlowPfcPauseSrcCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowPfcPauseSrcCounter) GetCount() uint32
- func (x *PatternFlowPfcPauseSrcCounter) GetStart() string
- func (x *PatternFlowPfcPauseSrcCounter) GetStep() string
- func (*PatternFlowPfcPauseSrcCounter) ProtoMessage()
- func (x *PatternFlowPfcPauseSrcCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowPfcPauseSrcCounter) Reset()
- func (x *PatternFlowPfcPauseSrcCounter) String() string
- type PatternFlowPfcPauseSrcMetricTag
- func (*PatternFlowPfcPauseSrcMetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowPfcPauseSrcMetricTag) GetLength() uint32
- func (x *PatternFlowPfcPauseSrcMetricTag) GetName() string
- func (x *PatternFlowPfcPauseSrcMetricTag) GetOffset() uint32
- func (*PatternFlowPfcPauseSrcMetricTag) ProtoMessage()
- func (x *PatternFlowPfcPauseSrcMetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowPfcPauseSrcMetricTag) Reset()
- func (x *PatternFlowPfcPauseSrcMetricTag) String() string
- type PatternFlowPfcPauseSrc_Choice
- func (*PatternFlowPfcPauseSrc_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowPfcPauseSrc_Choice) ProtoMessage()
- func (x *PatternFlowPfcPauseSrc_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowPfcPauseSrc_Choice) Reset()
- func (x *PatternFlowPfcPauseSrc_Choice) String() string
- type PatternFlowPfcPauseSrc_Choice_Enum
- func (PatternFlowPfcPauseSrc_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowPfcPauseSrc_Choice_Enum) Enum() *PatternFlowPfcPauseSrc_Choice_Enum
- func (PatternFlowPfcPauseSrc_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowPfcPauseSrc_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowPfcPauseSrc_Choice_Enum) String() string
- func (PatternFlowPfcPauseSrc_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowPppAddress
- func (*PatternFlowPppAddress) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowPppAddress) GetChoice() PatternFlowPppAddress_Choice_Enum
- func (x *PatternFlowPppAddress) GetDecrement() *PatternFlowPppAddressCounter
- func (x *PatternFlowPppAddress) GetIncrement() *PatternFlowPppAddressCounter
- func (x *PatternFlowPppAddress) GetMetricTags() []*PatternFlowPppAddressMetricTag
- func (x *PatternFlowPppAddress) GetValue() uint32
- func (x *PatternFlowPppAddress) GetValues() []uint32
- func (*PatternFlowPppAddress) ProtoMessage()
- func (x *PatternFlowPppAddress) ProtoReflect() protoreflect.Message
- func (x *PatternFlowPppAddress) Reset()
- func (x *PatternFlowPppAddress) String() string
- type PatternFlowPppAddressCounter
- func (*PatternFlowPppAddressCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowPppAddressCounter) GetCount() uint32
- func (x *PatternFlowPppAddressCounter) GetStart() uint32
- func (x *PatternFlowPppAddressCounter) GetStep() uint32
- func (*PatternFlowPppAddressCounter) ProtoMessage()
- func (x *PatternFlowPppAddressCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowPppAddressCounter) Reset()
- func (x *PatternFlowPppAddressCounter) String() string
- type PatternFlowPppAddressMetricTag
- func (*PatternFlowPppAddressMetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowPppAddressMetricTag) GetLength() uint32
- func (x *PatternFlowPppAddressMetricTag) GetName() string
- func (x *PatternFlowPppAddressMetricTag) GetOffset() uint32
- func (*PatternFlowPppAddressMetricTag) ProtoMessage()
- func (x *PatternFlowPppAddressMetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowPppAddressMetricTag) Reset()
- func (x *PatternFlowPppAddressMetricTag) String() string
- type PatternFlowPppAddress_Choice
- func (*PatternFlowPppAddress_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowPppAddress_Choice) ProtoMessage()
- func (x *PatternFlowPppAddress_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowPppAddress_Choice) Reset()
- func (x *PatternFlowPppAddress_Choice) String() string
- type PatternFlowPppAddress_Choice_Enum
- func (PatternFlowPppAddress_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowPppAddress_Choice_Enum) Enum() *PatternFlowPppAddress_Choice_Enum
- func (PatternFlowPppAddress_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowPppAddress_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowPppAddress_Choice_Enum) String() string
- func (PatternFlowPppAddress_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowPppControl
- func (*PatternFlowPppControl) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowPppControl) GetChoice() PatternFlowPppControl_Choice_Enum
- func (x *PatternFlowPppControl) GetDecrement() *PatternFlowPppControlCounter
- func (x *PatternFlowPppControl) GetIncrement() *PatternFlowPppControlCounter
- func (x *PatternFlowPppControl) GetMetricTags() []*PatternFlowPppControlMetricTag
- func (x *PatternFlowPppControl) GetValue() uint32
- func (x *PatternFlowPppControl) GetValues() []uint32
- func (*PatternFlowPppControl) ProtoMessage()
- func (x *PatternFlowPppControl) ProtoReflect() protoreflect.Message
- func (x *PatternFlowPppControl) Reset()
- func (x *PatternFlowPppControl) String() string
- type PatternFlowPppControlCounter
- func (*PatternFlowPppControlCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowPppControlCounter) GetCount() uint32
- func (x *PatternFlowPppControlCounter) GetStart() uint32
- func (x *PatternFlowPppControlCounter) GetStep() uint32
- func (*PatternFlowPppControlCounter) ProtoMessage()
- func (x *PatternFlowPppControlCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowPppControlCounter) Reset()
- func (x *PatternFlowPppControlCounter) String() string
- type PatternFlowPppControlMetricTag
- func (*PatternFlowPppControlMetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowPppControlMetricTag) GetLength() uint32
- func (x *PatternFlowPppControlMetricTag) GetName() string
- func (x *PatternFlowPppControlMetricTag) GetOffset() uint32
- func (*PatternFlowPppControlMetricTag) ProtoMessage()
- func (x *PatternFlowPppControlMetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowPppControlMetricTag) Reset()
- func (x *PatternFlowPppControlMetricTag) String() string
- type PatternFlowPppControl_Choice
- func (*PatternFlowPppControl_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowPppControl_Choice) ProtoMessage()
- func (x *PatternFlowPppControl_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowPppControl_Choice) Reset()
- func (x *PatternFlowPppControl_Choice) String() string
- type PatternFlowPppControl_Choice_Enum
- func (PatternFlowPppControl_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowPppControl_Choice_Enum) Enum() *PatternFlowPppControl_Choice_Enum
- func (PatternFlowPppControl_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowPppControl_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowPppControl_Choice_Enum) String() string
- func (PatternFlowPppControl_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowPppProtocolType
- func (*PatternFlowPppProtocolType) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowPppProtocolType) GetAuto() uint32
- func (x *PatternFlowPppProtocolType) GetChoice() PatternFlowPppProtocolType_Choice_Enum
- func (x *PatternFlowPppProtocolType) GetDecrement() *PatternFlowPppProtocolTypeCounter
- func (x *PatternFlowPppProtocolType) GetIncrement() *PatternFlowPppProtocolTypeCounter
- func (x *PatternFlowPppProtocolType) GetMetricTags() []*PatternFlowPppProtocolTypeMetricTag
- func (x *PatternFlowPppProtocolType) GetValue() uint32
- func (x *PatternFlowPppProtocolType) GetValues() []uint32
- func (*PatternFlowPppProtocolType) ProtoMessage()
- func (x *PatternFlowPppProtocolType) ProtoReflect() protoreflect.Message
- func (x *PatternFlowPppProtocolType) Reset()
- func (x *PatternFlowPppProtocolType) String() string
- type PatternFlowPppProtocolTypeCounter
- func (*PatternFlowPppProtocolTypeCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowPppProtocolTypeCounter) GetCount() uint32
- func (x *PatternFlowPppProtocolTypeCounter) GetStart() uint32
- func (x *PatternFlowPppProtocolTypeCounter) GetStep() uint32
- func (*PatternFlowPppProtocolTypeCounter) ProtoMessage()
- func (x *PatternFlowPppProtocolTypeCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowPppProtocolTypeCounter) Reset()
- func (x *PatternFlowPppProtocolTypeCounter) String() string
- type PatternFlowPppProtocolTypeMetricTag
- func (*PatternFlowPppProtocolTypeMetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowPppProtocolTypeMetricTag) GetLength() uint32
- func (x *PatternFlowPppProtocolTypeMetricTag) GetName() string
- func (x *PatternFlowPppProtocolTypeMetricTag) GetOffset() uint32
- func (*PatternFlowPppProtocolTypeMetricTag) ProtoMessage()
- func (x *PatternFlowPppProtocolTypeMetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowPppProtocolTypeMetricTag) Reset()
- func (x *PatternFlowPppProtocolTypeMetricTag) String() string
- type PatternFlowPppProtocolType_Choice
- func (*PatternFlowPppProtocolType_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowPppProtocolType_Choice) ProtoMessage()
- func (x *PatternFlowPppProtocolType_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowPppProtocolType_Choice) Reset()
- func (x *PatternFlowPppProtocolType_Choice) String() string
- type PatternFlowPppProtocolType_Choice_Enum
- func (PatternFlowPppProtocolType_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowPppProtocolType_Choice_Enum) Enum() *PatternFlowPppProtocolType_Choice_Enum
- func (PatternFlowPppProtocolType_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowPppProtocolType_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowPppProtocolType_Choice_Enum) String() string
- func (PatternFlowPppProtocolType_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowRSVPPathExplicitRouteType1ASNumberLBit
- func (*PatternFlowRSVPPathExplicitRouteType1ASNumberLBit) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowRSVPPathExplicitRouteType1ASNumberLBit) GetChoice() PatternFlowRSVPPathExplicitRouteType1ASNumberLBit_Choice_Enum
- func (x *PatternFlowRSVPPathExplicitRouteType1ASNumberLBit) GetDecrement() *PatternFlowRSVPPathExplicitRouteType1ASNumberLBitCounter
- func (x *PatternFlowRSVPPathExplicitRouteType1ASNumberLBit) GetIncrement() *PatternFlowRSVPPathExplicitRouteType1ASNumberLBitCounter
- func (x *PatternFlowRSVPPathExplicitRouteType1ASNumberLBit) GetValue() uint32
- func (x *PatternFlowRSVPPathExplicitRouteType1ASNumberLBit) GetValues() []uint32
- func (*PatternFlowRSVPPathExplicitRouteType1ASNumberLBit) ProtoMessage()
- func (x *PatternFlowRSVPPathExplicitRouteType1ASNumberLBit) ProtoReflect() protoreflect.Message
- func (x *PatternFlowRSVPPathExplicitRouteType1ASNumberLBit) Reset()
- func (x *PatternFlowRSVPPathExplicitRouteType1ASNumberLBit) String() string
- type PatternFlowRSVPPathExplicitRouteType1ASNumberLBitCounter
- func (*PatternFlowRSVPPathExplicitRouteType1ASNumberLBitCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowRSVPPathExplicitRouteType1ASNumberLBitCounter) GetCount() uint32
- func (x *PatternFlowRSVPPathExplicitRouteType1ASNumberLBitCounter) GetStart() uint32
- func (x *PatternFlowRSVPPathExplicitRouteType1ASNumberLBitCounter) GetStep() uint32
- func (*PatternFlowRSVPPathExplicitRouteType1ASNumberLBitCounter) ProtoMessage()
- func (x *PatternFlowRSVPPathExplicitRouteType1ASNumberLBitCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowRSVPPathExplicitRouteType1ASNumberLBitCounter) Reset()
- func (x *PatternFlowRSVPPathExplicitRouteType1ASNumberLBitCounter) String() string
- type PatternFlowRSVPPathExplicitRouteType1ASNumberLBit_Choice
- func (*PatternFlowRSVPPathExplicitRouteType1ASNumberLBit_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowRSVPPathExplicitRouteType1ASNumberLBit_Choice) ProtoMessage()
- func (x *PatternFlowRSVPPathExplicitRouteType1ASNumberLBit_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowRSVPPathExplicitRouteType1ASNumberLBit_Choice) Reset()
- func (x *PatternFlowRSVPPathExplicitRouteType1ASNumberLBit_Choice) String() string
- type PatternFlowRSVPPathExplicitRouteType1ASNumberLBit_Choice_Enum
- func (PatternFlowRSVPPathExplicitRouteType1ASNumberLBit_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowRSVPPathExplicitRouteType1ASNumberLBit_Choice_Enum) Enum() *PatternFlowRSVPPathExplicitRouteType1ASNumberLBit_Choice_Enum
- func (PatternFlowRSVPPathExplicitRouteType1ASNumberLBit_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowRSVPPathExplicitRouteType1ASNumberLBit_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowRSVPPathExplicitRouteType1ASNumberLBit_Choice_Enum) String() string
- func (PatternFlowRSVPPathExplicitRouteType1ASNumberLBit_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowRSVPPathExplicitRouteType1Ipv4PrefixIpv4Address
- func (*PatternFlowRSVPPathExplicitRouteType1Ipv4PrefixIpv4Address) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowRSVPPathExplicitRouteType1Ipv4PrefixIpv4Address) GetChoice() PatternFlowRSVPPathExplicitRouteType1Ipv4PrefixIpv4Address_Choice_Enum
- func (x *PatternFlowRSVPPathExplicitRouteType1Ipv4PrefixIpv4Address) GetDecrement() *PatternFlowRSVPPathExplicitRouteType1Ipv4PrefixIpv4AddressCounter
- func (x *PatternFlowRSVPPathExplicitRouteType1Ipv4PrefixIpv4Address) GetIncrement() *PatternFlowRSVPPathExplicitRouteType1Ipv4PrefixIpv4AddressCounter
- func (x *PatternFlowRSVPPathExplicitRouteType1Ipv4PrefixIpv4Address) GetValue() string
- func (x *PatternFlowRSVPPathExplicitRouteType1Ipv4PrefixIpv4Address) GetValues() []string
- func (*PatternFlowRSVPPathExplicitRouteType1Ipv4PrefixIpv4Address) ProtoMessage()
- func (x *PatternFlowRSVPPathExplicitRouteType1Ipv4PrefixIpv4Address) ProtoReflect() protoreflect.Message
- func (x *PatternFlowRSVPPathExplicitRouteType1Ipv4PrefixIpv4Address) Reset()
- func (x *PatternFlowRSVPPathExplicitRouteType1Ipv4PrefixIpv4Address) String() string
- type PatternFlowRSVPPathExplicitRouteType1Ipv4PrefixIpv4AddressCounter
- func (*PatternFlowRSVPPathExplicitRouteType1Ipv4PrefixIpv4AddressCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowRSVPPathExplicitRouteType1Ipv4PrefixIpv4AddressCounter) GetCount() uint32
- func (x *PatternFlowRSVPPathExplicitRouteType1Ipv4PrefixIpv4AddressCounter) GetStart() string
- func (x *PatternFlowRSVPPathExplicitRouteType1Ipv4PrefixIpv4AddressCounter) GetStep() string
- func (*PatternFlowRSVPPathExplicitRouteType1Ipv4PrefixIpv4AddressCounter) ProtoMessage()
- func (x *PatternFlowRSVPPathExplicitRouteType1Ipv4PrefixIpv4AddressCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowRSVPPathExplicitRouteType1Ipv4PrefixIpv4AddressCounter) Reset()
- func (x *PatternFlowRSVPPathExplicitRouteType1Ipv4PrefixIpv4AddressCounter) String() string
- type PatternFlowRSVPPathExplicitRouteType1Ipv4PrefixIpv4Address_Choice
- func (*PatternFlowRSVPPathExplicitRouteType1Ipv4PrefixIpv4Address_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowRSVPPathExplicitRouteType1Ipv4PrefixIpv4Address_Choice) ProtoMessage()
- func (x *PatternFlowRSVPPathExplicitRouteType1Ipv4PrefixIpv4Address_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowRSVPPathExplicitRouteType1Ipv4PrefixIpv4Address_Choice) Reset()
- func (x *PatternFlowRSVPPathExplicitRouteType1Ipv4PrefixIpv4Address_Choice) String() string
- type PatternFlowRSVPPathExplicitRouteType1Ipv4PrefixIpv4Address_Choice_Enum
- func (PatternFlowRSVPPathExplicitRouteType1Ipv4PrefixIpv4Address_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowRSVPPathExplicitRouteType1Ipv4PrefixIpv4Address_Choice_Enum) Enum() *PatternFlowRSVPPathExplicitRouteType1Ipv4PrefixIpv4Address_Choice_Enum
- func (PatternFlowRSVPPathExplicitRouteType1Ipv4PrefixIpv4Address_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowRSVPPathExplicitRouteType1Ipv4PrefixIpv4Address_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowRSVPPathExplicitRouteType1Ipv4PrefixIpv4Address_Choice_Enum) String() string
- func (PatternFlowRSVPPathExplicitRouteType1Ipv4PrefixIpv4Address_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowRSVPPathExplicitRouteType1Ipv4PrefixLBit
- func (*PatternFlowRSVPPathExplicitRouteType1Ipv4PrefixLBit) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowRSVPPathExplicitRouteType1Ipv4PrefixLBit) GetChoice() PatternFlowRSVPPathExplicitRouteType1Ipv4PrefixLBit_Choice_Enum
- func (x *PatternFlowRSVPPathExplicitRouteType1Ipv4PrefixLBit) GetDecrement() *PatternFlowRSVPPathExplicitRouteType1Ipv4PrefixLBitCounter
- func (x *PatternFlowRSVPPathExplicitRouteType1Ipv4PrefixLBit) GetIncrement() *PatternFlowRSVPPathExplicitRouteType1Ipv4PrefixLBitCounter
- func (x *PatternFlowRSVPPathExplicitRouteType1Ipv4PrefixLBit) GetValue() uint32
- func (x *PatternFlowRSVPPathExplicitRouteType1Ipv4PrefixLBit) GetValues() []uint32
- func (*PatternFlowRSVPPathExplicitRouteType1Ipv4PrefixLBit) ProtoMessage()
- func (x *PatternFlowRSVPPathExplicitRouteType1Ipv4PrefixLBit) ProtoReflect() protoreflect.Message
- func (x *PatternFlowRSVPPathExplicitRouteType1Ipv4PrefixLBit) Reset()
- func (x *PatternFlowRSVPPathExplicitRouteType1Ipv4PrefixLBit) String() string
- type PatternFlowRSVPPathExplicitRouteType1Ipv4PrefixLBitCounter
- func (*PatternFlowRSVPPathExplicitRouteType1Ipv4PrefixLBitCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowRSVPPathExplicitRouteType1Ipv4PrefixLBitCounter) GetCount() uint32
- func (x *PatternFlowRSVPPathExplicitRouteType1Ipv4PrefixLBitCounter) GetStart() uint32
- func (x *PatternFlowRSVPPathExplicitRouteType1Ipv4PrefixLBitCounter) GetStep() uint32
- func (*PatternFlowRSVPPathExplicitRouteType1Ipv4PrefixLBitCounter) ProtoMessage()
- func (x *PatternFlowRSVPPathExplicitRouteType1Ipv4PrefixLBitCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowRSVPPathExplicitRouteType1Ipv4PrefixLBitCounter) Reset()
- func (x *PatternFlowRSVPPathExplicitRouteType1Ipv4PrefixLBitCounter) String() string
- type PatternFlowRSVPPathExplicitRouteType1Ipv4PrefixLBit_Choice
- func (*PatternFlowRSVPPathExplicitRouteType1Ipv4PrefixLBit_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowRSVPPathExplicitRouteType1Ipv4PrefixLBit_Choice) ProtoMessage()
- func (x *PatternFlowRSVPPathExplicitRouteType1Ipv4PrefixLBit_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowRSVPPathExplicitRouteType1Ipv4PrefixLBit_Choice) Reset()
- func (x *PatternFlowRSVPPathExplicitRouteType1Ipv4PrefixLBit_Choice) String() string
- type PatternFlowRSVPPathExplicitRouteType1Ipv4PrefixLBit_Choice_Enum
- func (PatternFlowRSVPPathExplicitRouteType1Ipv4PrefixLBit_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowRSVPPathExplicitRouteType1Ipv4PrefixLBit_Choice_Enum) Enum() *PatternFlowRSVPPathExplicitRouteType1Ipv4PrefixLBit_Choice_Enum
- func (PatternFlowRSVPPathExplicitRouteType1Ipv4PrefixLBit_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowRSVPPathExplicitRouteType1Ipv4PrefixLBit_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowRSVPPathExplicitRouteType1Ipv4PrefixLBit_Choice_Enum) String() string
- func (PatternFlowRSVPPathExplicitRouteType1Ipv4PrefixLBit_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowRSVPPathLabelRequestWithoutLabelRangeL3Pid
- func (*PatternFlowRSVPPathLabelRequestWithoutLabelRangeL3Pid) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowRSVPPathLabelRequestWithoutLabelRangeL3Pid) GetChoice() PatternFlowRSVPPathLabelRequestWithoutLabelRangeL3Pid_Choice_Enum
- func (x *PatternFlowRSVPPathLabelRequestWithoutLabelRangeL3Pid) GetDecrement() *PatternFlowRSVPPathLabelRequestWithoutLabelRangeL3PidCounter
- func (x *PatternFlowRSVPPathLabelRequestWithoutLabelRangeL3Pid) GetIncrement() *PatternFlowRSVPPathLabelRequestWithoutLabelRangeL3PidCounter
- func (x *PatternFlowRSVPPathLabelRequestWithoutLabelRangeL3Pid) GetValue() uint32
- func (x *PatternFlowRSVPPathLabelRequestWithoutLabelRangeL3Pid) GetValues() []uint32
- func (*PatternFlowRSVPPathLabelRequestWithoutLabelRangeL3Pid) ProtoMessage()
- func (x *PatternFlowRSVPPathLabelRequestWithoutLabelRangeL3Pid) ProtoReflect() protoreflect.Message
- func (x *PatternFlowRSVPPathLabelRequestWithoutLabelRangeL3Pid) Reset()
- func (x *PatternFlowRSVPPathLabelRequestWithoutLabelRangeL3Pid) String() string
- type PatternFlowRSVPPathLabelRequestWithoutLabelRangeL3PidCounter
- func (*PatternFlowRSVPPathLabelRequestWithoutLabelRangeL3PidCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowRSVPPathLabelRequestWithoutLabelRangeL3PidCounter) GetCount() uint32
- func (x *PatternFlowRSVPPathLabelRequestWithoutLabelRangeL3PidCounter) GetStart() uint32
- func (x *PatternFlowRSVPPathLabelRequestWithoutLabelRangeL3PidCounter) GetStep() uint32
- func (*PatternFlowRSVPPathLabelRequestWithoutLabelRangeL3PidCounter) ProtoMessage()
- func (x *PatternFlowRSVPPathLabelRequestWithoutLabelRangeL3PidCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowRSVPPathLabelRequestWithoutLabelRangeL3PidCounter) Reset()
- func (x *PatternFlowRSVPPathLabelRequestWithoutLabelRangeL3PidCounter) String() string
- type PatternFlowRSVPPathLabelRequestWithoutLabelRangeL3Pid_Choice
- func (*PatternFlowRSVPPathLabelRequestWithoutLabelRangeL3Pid_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowRSVPPathLabelRequestWithoutLabelRangeL3Pid_Choice) ProtoMessage()
- func (x *PatternFlowRSVPPathLabelRequestWithoutLabelRangeL3Pid_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowRSVPPathLabelRequestWithoutLabelRangeL3Pid_Choice) Reset()
- func (x *PatternFlowRSVPPathLabelRequestWithoutLabelRangeL3Pid_Choice) String() string
- type PatternFlowRSVPPathLabelRequestWithoutLabelRangeL3Pid_Choice_Enum
- func (PatternFlowRSVPPathLabelRequestWithoutLabelRangeL3Pid_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowRSVPPathLabelRequestWithoutLabelRangeL3Pid_Choice_Enum) Enum() *PatternFlowRSVPPathLabelRequestWithoutLabelRangeL3Pid_Choice_Enum
- func (PatternFlowRSVPPathLabelRequestWithoutLabelRangeL3Pid_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowRSVPPathLabelRequestWithoutLabelRangeL3Pid_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowRSVPPathLabelRequestWithoutLabelRangeL3Pid_Choice_Enum) String() string
- func (PatternFlowRSVPPathLabelRequestWithoutLabelRangeL3Pid_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowRSVPPathLabelRequestWithoutLabelRangeReserved
- func (*PatternFlowRSVPPathLabelRequestWithoutLabelRangeReserved) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowRSVPPathLabelRequestWithoutLabelRangeReserved) GetChoice() PatternFlowRSVPPathLabelRequestWithoutLabelRangeReserved_Choice_Enum
- func (x *PatternFlowRSVPPathLabelRequestWithoutLabelRangeReserved) GetDecrement() *PatternFlowRSVPPathLabelRequestWithoutLabelRangeReservedCounter
- func (x *PatternFlowRSVPPathLabelRequestWithoutLabelRangeReserved) GetIncrement() *PatternFlowRSVPPathLabelRequestWithoutLabelRangeReservedCounter
- func (x *PatternFlowRSVPPathLabelRequestWithoutLabelRangeReserved) GetValue() uint32
- func (x *PatternFlowRSVPPathLabelRequestWithoutLabelRangeReserved) GetValues() []uint32
- func (*PatternFlowRSVPPathLabelRequestWithoutLabelRangeReserved) ProtoMessage()
- func (x *PatternFlowRSVPPathLabelRequestWithoutLabelRangeReserved) ProtoReflect() protoreflect.Message
- func (x *PatternFlowRSVPPathLabelRequestWithoutLabelRangeReserved) Reset()
- func (x *PatternFlowRSVPPathLabelRequestWithoutLabelRangeReserved) String() string
- type PatternFlowRSVPPathLabelRequestWithoutLabelRangeReservedCounter
- func (*PatternFlowRSVPPathLabelRequestWithoutLabelRangeReservedCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowRSVPPathLabelRequestWithoutLabelRangeReservedCounter) GetCount() uint32
- func (x *PatternFlowRSVPPathLabelRequestWithoutLabelRangeReservedCounter) GetStart() uint32
- func (x *PatternFlowRSVPPathLabelRequestWithoutLabelRangeReservedCounter) GetStep() uint32
- func (*PatternFlowRSVPPathLabelRequestWithoutLabelRangeReservedCounter) ProtoMessage()
- func (x *PatternFlowRSVPPathLabelRequestWithoutLabelRangeReservedCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowRSVPPathLabelRequestWithoutLabelRangeReservedCounter) Reset()
- func (x *PatternFlowRSVPPathLabelRequestWithoutLabelRangeReservedCounter) String() string
- type PatternFlowRSVPPathLabelRequestWithoutLabelRangeReserved_Choice
- func (*PatternFlowRSVPPathLabelRequestWithoutLabelRangeReserved_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowRSVPPathLabelRequestWithoutLabelRangeReserved_Choice) ProtoMessage()
- func (x *PatternFlowRSVPPathLabelRequestWithoutLabelRangeReserved_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowRSVPPathLabelRequestWithoutLabelRangeReserved_Choice) Reset()
- func (x *PatternFlowRSVPPathLabelRequestWithoutLabelRangeReserved_Choice) String() string
- type PatternFlowRSVPPathLabelRequestWithoutLabelRangeReserved_Choice_Enum
- func (PatternFlowRSVPPathLabelRequestWithoutLabelRangeReserved_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowRSVPPathLabelRequestWithoutLabelRangeReserved_Choice_Enum) Enum() *PatternFlowRSVPPathLabelRequestWithoutLabelRangeReserved_Choice_Enum
- func (PatternFlowRSVPPathLabelRequestWithoutLabelRangeReserved_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowRSVPPathLabelRequestWithoutLabelRangeReserved_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowRSVPPathLabelRequestWithoutLabelRangeReserved_Choice_Enum) String() string
- func (PatternFlowRSVPPathLabelRequestWithoutLabelRangeReserved_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowRSVPPathObjectsCustomType
- func (*PatternFlowRSVPPathObjectsCustomType) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowRSVPPathObjectsCustomType) GetChoice() PatternFlowRSVPPathObjectsCustomType_Choice_Enum
- func (x *PatternFlowRSVPPathObjectsCustomType) GetDecrement() *PatternFlowRSVPPathObjectsCustomTypeCounter
- func (x *PatternFlowRSVPPathObjectsCustomType) GetIncrement() *PatternFlowRSVPPathObjectsCustomTypeCounter
- func (x *PatternFlowRSVPPathObjectsCustomType) GetValue() uint32
- func (x *PatternFlowRSVPPathObjectsCustomType) GetValues() []uint32
- func (*PatternFlowRSVPPathObjectsCustomType) ProtoMessage()
- func (x *PatternFlowRSVPPathObjectsCustomType) ProtoReflect() protoreflect.Message
- func (x *PatternFlowRSVPPathObjectsCustomType) Reset()
- func (x *PatternFlowRSVPPathObjectsCustomType) String() string
- type PatternFlowRSVPPathObjectsCustomTypeCounter
- func (*PatternFlowRSVPPathObjectsCustomTypeCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowRSVPPathObjectsCustomTypeCounter) GetCount() uint32
- func (x *PatternFlowRSVPPathObjectsCustomTypeCounter) GetStart() uint32
- func (x *PatternFlowRSVPPathObjectsCustomTypeCounter) GetStep() uint32
- func (*PatternFlowRSVPPathObjectsCustomTypeCounter) ProtoMessage()
- func (x *PatternFlowRSVPPathObjectsCustomTypeCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowRSVPPathObjectsCustomTypeCounter) Reset()
- func (x *PatternFlowRSVPPathObjectsCustomTypeCounter) String() string
- type PatternFlowRSVPPathObjectsCustomType_Choice
- func (*PatternFlowRSVPPathObjectsCustomType_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowRSVPPathObjectsCustomType_Choice) ProtoMessage()
- func (x *PatternFlowRSVPPathObjectsCustomType_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowRSVPPathObjectsCustomType_Choice) Reset()
- func (x *PatternFlowRSVPPathObjectsCustomType_Choice) String() string
- type PatternFlowRSVPPathObjectsCustomType_Choice_Enum
- func (PatternFlowRSVPPathObjectsCustomType_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowRSVPPathObjectsCustomType_Choice_Enum) Enum() *PatternFlowRSVPPathObjectsCustomType_Choice_Enum
- func (PatternFlowRSVPPathObjectsCustomType_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowRSVPPathObjectsCustomType_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowRSVPPathObjectsCustomType_Choice_Enum) String() string
- func (PatternFlowRSVPPathObjectsCustomType_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowRSVPPathRecordRouteType1Ipv4AddressIpv4Address
- func (*PatternFlowRSVPPathRecordRouteType1Ipv4AddressIpv4Address) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowRSVPPathRecordRouteType1Ipv4AddressIpv4Address) GetChoice() PatternFlowRSVPPathRecordRouteType1Ipv4AddressIpv4Address_Choice_Enum
- func (x *PatternFlowRSVPPathRecordRouteType1Ipv4AddressIpv4Address) GetDecrement() *PatternFlowRSVPPathRecordRouteType1Ipv4AddressIpv4AddressCounter
- func (x *PatternFlowRSVPPathRecordRouteType1Ipv4AddressIpv4Address) GetIncrement() *PatternFlowRSVPPathRecordRouteType1Ipv4AddressIpv4AddressCounter
- func (x *PatternFlowRSVPPathRecordRouteType1Ipv4AddressIpv4Address) GetValue() string
- func (x *PatternFlowRSVPPathRecordRouteType1Ipv4AddressIpv4Address) GetValues() []string
- func (*PatternFlowRSVPPathRecordRouteType1Ipv4AddressIpv4Address) ProtoMessage()
- func (x *PatternFlowRSVPPathRecordRouteType1Ipv4AddressIpv4Address) ProtoReflect() protoreflect.Message
- func (x *PatternFlowRSVPPathRecordRouteType1Ipv4AddressIpv4Address) Reset()
- func (x *PatternFlowRSVPPathRecordRouteType1Ipv4AddressIpv4Address) String() string
- type PatternFlowRSVPPathRecordRouteType1Ipv4AddressIpv4AddressCounter
- func (*PatternFlowRSVPPathRecordRouteType1Ipv4AddressIpv4AddressCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowRSVPPathRecordRouteType1Ipv4AddressIpv4AddressCounter) GetCount() uint32
- func (x *PatternFlowRSVPPathRecordRouteType1Ipv4AddressIpv4AddressCounter) GetStart() string
- func (x *PatternFlowRSVPPathRecordRouteType1Ipv4AddressIpv4AddressCounter) GetStep() string
- func (*PatternFlowRSVPPathRecordRouteType1Ipv4AddressIpv4AddressCounter) ProtoMessage()
- func (x *PatternFlowRSVPPathRecordRouteType1Ipv4AddressIpv4AddressCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowRSVPPathRecordRouteType1Ipv4AddressIpv4AddressCounter) Reset()
- func (x *PatternFlowRSVPPathRecordRouteType1Ipv4AddressIpv4AddressCounter) String() string
- type PatternFlowRSVPPathRecordRouteType1Ipv4AddressIpv4Address_Choice
- func (*PatternFlowRSVPPathRecordRouteType1Ipv4AddressIpv4Address_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowRSVPPathRecordRouteType1Ipv4AddressIpv4Address_Choice) ProtoMessage()
- func (x *PatternFlowRSVPPathRecordRouteType1Ipv4AddressIpv4Address_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowRSVPPathRecordRouteType1Ipv4AddressIpv4Address_Choice) Reset()
- func (x *PatternFlowRSVPPathRecordRouteType1Ipv4AddressIpv4Address_Choice) String() string
- type PatternFlowRSVPPathRecordRouteType1Ipv4AddressIpv4Address_Choice_Enum
- func (PatternFlowRSVPPathRecordRouteType1Ipv4AddressIpv4Address_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowRSVPPathRecordRouteType1Ipv4AddressIpv4Address_Choice_Enum) Enum() *PatternFlowRSVPPathRecordRouteType1Ipv4AddressIpv4Address_Choice_Enum
- func (PatternFlowRSVPPathRecordRouteType1Ipv4AddressIpv4Address_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowRSVPPathRecordRouteType1Ipv4AddressIpv4Address_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowRSVPPathRecordRouteType1Ipv4AddressIpv4Address_Choice_Enum) String() string
- func (PatternFlowRSVPPathRecordRouteType1Ipv4AddressIpv4Address_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowRSVPPathRecordRouteType1Ipv4AddressPrefixLength
- func (*PatternFlowRSVPPathRecordRouteType1Ipv4AddressPrefixLength) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowRSVPPathRecordRouteType1Ipv4AddressPrefixLength) GetChoice() PatternFlowRSVPPathRecordRouteType1Ipv4AddressPrefixLength_Choice_Enum
- func (x *PatternFlowRSVPPathRecordRouteType1Ipv4AddressPrefixLength) GetDecrement() *PatternFlowRSVPPathRecordRouteType1Ipv4AddressPrefixLengthCounter
- func (x *PatternFlowRSVPPathRecordRouteType1Ipv4AddressPrefixLength) GetIncrement() *PatternFlowRSVPPathRecordRouteType1Ipv4AddressPrefixLengthCounter
- func (x *PatternFlowRSVPPathRecordRouteType1Ipv4AddressPrefixLength) GetValue() uint32
- func (x *PatternFlowRSVPPathRecordRouteType1Ipv4AddressPrefixLength) GetValues() []uint32
- func (*PatternFlowRSVPPathRecordRouteType1Ipv4AddressPrefixLength) ProtoMessage()
- func (x *PatternFlowRSVPPathRecordRouteType1Ipv4AddressPrefixLength) ProtoReflect() protoreflect.Message
- func (x *PatternFlowRSVPPathRecordRouteType1Ipv4AddressPrefixLength) Reset()
- func (x *PatternFlowRSVPPathRecordRouteType1Ipv4AddressPrefixLength) String() string
- type PatternFlowRSVPPathRecordRouteType1Ipv4AddressPrefixLengthCounter
- func (*PatternFlowRSVPPathRecordRouteType1Ipv4AddressPrefixLengthCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowRSVPPathRecordRouteType1Ipv4AddressPrefixLengthCounter) GetCount() uint32
- func (x *PatternFlowRSVPPathRecordRouteType1Ipv4AddressPrefixLengthCounter) GetStart() uint32
- func (x *PatternFlowRSVPPathRecordRouteType1Ipv4AddressPrefixLengthCounter) GetStep() uint32
- func (*PatternFlowRSVPPathRecordRouteType1Ipv4AddressPrefixLengthCounter) ProtoMessage()
- func (x *PatternFlowRSVPPathRecordRouteType1Ipv4AddressPrefixLengthCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowRSVPPathRecordRouteType1Ipv4AddressPrefixLengthCounter) Reset()
- func (x *PatternFlowRSVPPathRecordRouteType1Ipv4AddressPrefixLengthCounter) String() string
- type PatternFlowRSVPPathRecordRouteType1Ipv4AddressPrefixLength_Choice
- func (*PatternFlowRSVPPathRecordRouteType1Ipv4AddressPrefixLength_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowRSVPPathRecordRouteType1Ipv4AddressPrefixLength_Choice) ProtoMessage()
- func (x *PatternFlowRSVPPathRecordRouteType1Ipv4AddressPrefixLength_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowRSVPPathRecordRouteType1Ipv4AddressPrefixLength_Choice) Reset()
- func (x *PatternFlowRSVPPathRecordRouteType1Ipv4AddressPrefixLength_Choice) String() string
- type PatternFlowRSVPPathRecordRouteType1Ipv4AddressPrefixLength_Choice_Enum
- func (PatternFlowRSVPPathRecordRouteType1Ipv4AddressPrefixLength_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowRSVPPathRecordRouteType1Ipv4AddressPrefixLength_Choice_Enum) Enum() *PatternFlowRSVPPathRecordRouteType1Ipv4AddressPrefixLength_Choice_Enum
- func (PatternFlowRSVPPathRecordRouteType1Ipv4AddressPrefixLength_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowRSVPPathRecordRouteType1Ipv4AddressPrefixLength_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowRSVPPathRecordRouteType1Ipv4AddressPrefixLength_Choice_Enum) String() string
- func (PatternFlowRSVPPathRecordRouteType1Ipv4AddressPrefixLength_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowRSVPPathRecordRouteType1LabelCType
- func (*PatternFlowRSVPPathRecordRouteType1LabelCType) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowRSVPPathRecordRouteType1LabelCType) GetChoice() PatternFlowRSVPPathRecordRouteType1LabelCType_Choice_Enum
- func (x *PatternFlowRSVPPathRecordRouteType1LabelCType) GetValue() uint32
- func (x *PatternFlowRSVPPathRecordRouteType1LabelCType) GetValues() []uint32
- func (*PatternFlowRSVPPathRecordRouteType1LabelCType) ProtoMessage()
- func (x *PatternFlowRSVPPathRecordRouteType1LabelCType) ProtoReflect() protoreflect.Message
- func (x *PatternFlowRSVPPathRecordRouteType1LabelCType) Reset()
- func (x *PatternFlowRSVPPathRecordRouteType1LabelCType) String() string
- type PatternFlowRSVPPathRecordRouteType1LabelCType_Choice
- func (*PatternFlowRSVPPathRecordRouteType1LabelCType_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowRSVPPathRecordRouteType1LabelCType_Choice) ProtoMessage()
- func (x *PatternFlowRSVPPathRecordRouteType1LabelCType_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowRSVPPathRecordRouteType1LabelCType_Choice) Reset()
- func (x *PatternFlowRSVPPathRecordRouteType1LabelCType_Choice) String() string
- type PatternFlowRSVPPathRecordRouteType1LabelCType_Choice_Enum
- func (PatternFlowRSVPPathRecordRouteType1LabelCType_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowRSVPPathRecordRouteType1LabelCType_Choice_Enum) Enum() *PatternFlowRSVPPathRecordRouteType1LabelCType_Choice_Enum
- func (PatternFlowRSVPPathRecordRouteType1LabelCType_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowRSVPPathRecordRouteType1LabelCType_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowRSVPPathRecordRouteType1LabelCType_Choice_Enum) String() string
- func (PatternFlowRSVPPathRecordRouteType1LabelCType_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowRSVPPathRecordRouteType1LabelFlags
- func (*PatternFlowRSVPPathRecordRouteType1LabelFlags) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowRSVPPathRecordRouteType1LabelFlags) GetChoice() PatternFlowRSVPPathRecordRouteType1LabelFlags_Choice_Enum
- func (x *PatternFlowRSVPPathRecordRouteType1LabelFlags) GetValue() uint32
- func (x *PatternFlowRSVPPathRecordRouteType1LabelFlags) GetValues() []uint32
- func (*PatternFlowRSVPPathRecordRouteType1LabelFlags) ProtoMessage()
- func (x *PatternFlowRSVPPathRecordRouteType1LabelFlags) ProtoReflect() protoreflect.Message
- func (x *PatternFlowRSVPPathRecordRouteType1LabelFlags) Reset()
- func (x *PatternFlowRSVPPathRecordRouteType1LabelFlags) String() string
- type PatternFlowRSVPPathRecordRouteType1LabelFlags_Choice
- func (*PatternFlowRSVPPathRecordRouteType1LabelFlags_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowRSVPPathRecordRouteType1LabelFlags_Choice) ProtoMessage()
- func (x *PatternFlowRSVPPathRecordRouteType1LabelFlags_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowRSVPPathRecordRouteType1LabelFlags_Choice) Reset()
- func (x *PatternFlowRSVPPathRecordRouteType1LabelFlags_Choice) String() string
- type PatternFlowRSVPPathRecordRouteType1LabelFlags_Choice_Enum
- func (PatternFlowRSVPPathRecordRouteType1LabelFlags_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowRSVPPathRecordRouteType1LabelFlags_Choice_Enum) Enum() *PatternFlowRSVPPathRecordRouteType1LabelFlags_Choice_Enum
- func (PatternFlowRSVPPathRecordRouteType1LabelFlags_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowRSVPPathRecordRouteType1LabelFlags_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowRSVPPathRecordRouteType1LabelFlags_Choice_Enum) String() string
- func (PatternFlowRSVPPathRecordRouteType1LabelFlags_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowRSVPPathRsvpHopIpv4Ipv4Address
- func (*PatternFlowRSVPPathRsvpHopIpv4Ipv4Address) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowRSVPPathRsvpHopIpv4Ipv4Address) GetChoice() PatternFlowRSVPPathRsvpHopIpv4Ipv4Address_Choice_Enum
- func (x *PatternFlowRSVPPathRsvpHopIpv4Ipv4Address) GetDecrement() *PatternFlowRSVPPathRsvpHopIpv4Ipv4AddressCounter
- func (x *PatternFlowRSVPPathRsvpHopIpv4Ipv4Address) GetIncrement() *PatternFlowRSVPPathRsvpHopIpv4Ipv4AddressCounter
- func (x *PatternFlowRSVPPathRsvpHopIpv4Ipv4Address) GetValue() string
- func (x *PatternFlowRSVPPathRsvpHopIpv4Ipv4Address) GetValues() []string
- func (*PatternFlowRSVPPathRsvpHopIpv4Ipv4Address) ProtoMessage()
- func (x *PatternFlowRSVPPathRsvpHopIpv4Ipv4Address) ProtoReflect() protoreflect.Message
- func (x *PatternFlowRSVPPathRsvpHopIpv4Ipv4Address) Reset()
- func (x *PatternFlowRSVPPathRsvpHopIpv4Ipv4Address) String() string
- type PatternFlowRSVPPathRsvpHopIpv4Ipv4AddressCounter
- func (*PatternFlowRSVPPathRsvpHopIpv4Ipv4AddressCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowRSVPPathRsvpHopIpv4Ipv4AddressCounter) GetCount() uint32
- func (x *PatternFlowRSVPPathRsvpHopIpv4Ipv4AddressCounter) GetStart() string
- func (x *PatternFlowRSVPPathRsvpHopIpv4Ipv4AddressCounter) GetStep() string
- func (*PatternFlowRSVPPathRsvpHopIpv4Ipv4AddressCounter) ProtoMessage()
- func (x *PatternFlowRSVPPathRsvpHopIpv4Ipv4AddressCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowRSVPPathRsvpHopIpv4Ipv4AddressCounter) Reset()
- func (x *PatternFlowRSVPPathRsvpHopIpv4Ipv4AddressCounter) String() string
- type PatternFlowRSVPPathRsvpHopIpv4Ipv4Address_Choice
- func (*PatternFlowRSVPPathRsvpHopIpv4Ipv4Address_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowRSVPPathRsvpHopIpv4Ipv4Address_Choice) ProtoMessage()
- func (x *PatternFlowRSVPPathRsvpHopIpv4Ipv4Address_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowRSVPPathRsvpHopIpv4Ipv4Address_Choice) Reset()
- func (x *PatternFlowRSVPPathRsvpHopIpv4Ipv4Address_Choice) String() string
- type PatternFlowRSVPPathRsvpHopIpv4Ipv4Address_Choice_Enum
- func (PatternFlowRSVPPathRsvpHopIpv4Ipv4Address_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowRSVPPathRsvpHopIpv4Ipv4Address_Choice_Enum) Enum() *PatternFlowRSVPPathRsvpHopIpv4Ipv4Address_Choice_Enum
- func (PatternFlowRSVPPathRsvpHopIpv4Ipv4Address_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowRSVPPathRsvpHopIpv4Ipv4Address_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowRSVPPathRsvpHopIpv4Ipv4Address_Choice_Enum) String() string
- func (PatternFlowRSVPPathRsvpHopIpv4Ipv4Address_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowRSVPPathRsvpHopIpv4LogicalInterfaceHandle
- func (*PatternFlowRSVPPathRsvpHopIpv4LogicalInterfaceHandle) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowRSVPPathRsvpHopIpv4LogicalInterfaceHandle) GetChoice() PatternFlowRSVPPathRsvpHopIpv4LogicalInterfaceHandle_Choice_Enum
- func (x *PatternFlowRSVPPathRsvpHopIpv4LogicalInterfaceHandle) GetDecrement() *PatternFlowRSVPPathRsvpHopIpv4LogicalInterfaceHandleCounter
- func (x *PatternFlowRSVPPathRsvpHopIpv4LogicalInterfaceHandle) GetIncrement() *PatternFlowRSVPPathRsvpHopIpv4LogicalInterfaceHandleCounter
- func (x *PatternFlowRSVPPathRsvpHopIpv4LogicalInterfaceHandle) GetValue() uint32
- func (x *PatternFlowRSVPPathRsvpHopIpv4LogicalInterfaceHandle) GetValues() []uint32
- func (*PatternFlowRSVPPathRsvpHopIpv4LogicalInterfaceHandle) ProtoMessage()
- func (x *PatternFlowRSVPPathRsvpHopIpv4LogicalInterfaceHandle) ProtoReflect() protoreflect.Message
- func (x *PatternFlowRSVPPathRsvpHopIpv4LogicalInterfaceHandle) Reset()
- func (x *PatternFlowRSVPPathRsvpHopIpv4LogicalInterfaceHandle) String() string
- type PatternFlowRSVPPathRsvpHopIpv4LogicalInterfaceHandleCounter
- func (*PatternFlowRSVPPathRsvpHopIpv4LogicalInterfaceHandleCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowRSVPPathRsvpHopIpv4LogicalInterfaceHandleCounter) GetCount() uint32
- func (x *PatternFlowRSVPPathRsvpHopIpv4LogicalInterfaceHandleCounter) GetStart() uint32
- func (x *PatternFlowRSVPPathRsvpHopIpv4LogicalInterfaceHandleCounter) GetStep() uint32
- func (*PatternFlowRSVPPathRsvpHopIpv4LogicalInterfaceHandleCounter) ProtoMessage()
- func (x *PatternFlowRSVPPathRsvpHopIpv4LogicalInterfaceHandleCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowRSVPPathRsvpHopIpv4LogicalInterfaceHandleCounter) Reset()
- func (x *PatternFlowRSVPPathRsvpHopIpv4LogicalInterfaceHandleCounter) String() string
- type PatternFlowRSVPPathRsvpHopIpv4LogicalInterfaceHandle_Choice
- func (*PatternFlowRSVPPathRsvpHopIpv4LogicalInterfaceHandle_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowRSVPPathRsvpHopIpv4LogicalInterfaceHandle_Choice) ProtoMessage()
- func (x *PatternFlowRSVPPathRsvpHopIpv4LogicalInterfaceHandle_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowRSVPPathRsvpHopIpv4LogicalInterfaceHandle_Choice) Reset()
- func (x *PatternFlowRSVPPathRsvpHopIpv4LogicalInterfaceHandle_Choice) String() string
- type PatternFlowRSVPPathRsvpHopIpv4LogicalInterfaceHandle_Choice_Enum
- func (PatternFlowRSVPPathRsvpHopIpv4LogicalInterfaceHandle_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowRSVPPathRsvpHopIpv4LogicalInterfaceHandle_Choice_Enum) Enum() *PatternFlowRSVPPathRsvpHopIpv4LogicalInterfaceHandle_Choice_Enum
- func (PatternFlowRSVPPathRsvpHopIpv4LogicalInterfaceHandle_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowRSVPPathRsvpHopIpv4LogicalInterfaceHandle_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowRSVPPathRsvpHopIpv4LogicalInterfaceHandle_Choice_Enum) String() string
- func (PatternFlowRSVPPathRsvpHopIpv4LogicalInterfaceHandle_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowRSVPPathSenderTemplateLspTunnelIpv4Ipv4TunnelSenderAddress
- func (*PatternFlowRSVPPathSenderTemplateLspTunnelIpv4Ipv4TunnelSenderAddress) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowRSVPPathSenderTemplateLspTunnelIpv4Ipv4TunnelSenderAddress) GetChoice() ...
- func (x *PatternFlowRSVPPathSenderTemplateLspTunnelIpv4Ipv4TunnelSenderAddress) GetDecrement() *PatternFlowRSVPPathSenderTemplateLspTunnelIpv4Ipv4TunnelSenderAddressCounter
- func (x *PatternFlowRSVPPathSenderTemplateLspTunnelIpv4Ipv4TunnelSenderAddress) GetIncrement() *PatternFlowRSVPPathSenderTemplateLspTunnelIpv4Ipv4TunnelSenderAddressCounter
- func (x *PatternFlowRSVPPathSenderTemplateLspTunnelIpv4Ipv4TunnelSenderAddress) GetValue() string
- func (x *PatternFlowRSVPPathSenderTemplateLspTunnelIpv4Ipv4TunnelSenderAddress) GetValues() []string
- func (*PatternFlowRSVPPathSenderTemplateLspTunnelIpv4Ipv4TunnelSenderAddress) ProtoMessage()
- func (x *PatternFlowRSVPPathSenderTemplateLspTunnelIpv4Ipv4TunnelSenderAddress) ProtoReflect() protoreflect.Message
- func (x *PatternFlowRSVPPathSenderTemplateLspTunnelIpv4Ipv4TunnelSenderAddress) Reset()
- func (x *PatternFlowRSVPPathSenderTemplateLspTunnelIpv4Ipv4TunnelSenderAddress) String() string
- type PatternFlowRSVPPathSenderTemplateLspTunnelIpv4Ipv4TunnelSenderAddressCounter
- func (*PatternFlowRSVPPathSenderTemplateLspTunnelIpv4Ipv4TunnelSenderAddressCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowRSVPPathSenderTemplateLspTunnelIpv4Ipv4TunnelSenderAddressCounter) GetCount() uint32
- func (x *PatternFlowRSVPPathSenderTemplateLspTunnelIpv4Ipv4TunnelSenderAddressCounter) GetStart() string
- func (x *PatternFlowRSVPPathSenderTemplateLspTunnelIpv4Ipv4TunnelSenderAddressCounter) GetStep() string
- func (*PatternFlowRSVPPathSenderTemplateLspTunnelIpv4Ipv4TunnelSenderAddressCounter) ProtoMessage()
- func (x *PatternFlowRSVPPathSenderTemplateLspTunnelIpv4Ipv4TunnelSenderAddressCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowRSVPPathSenderTemplateLspTunnelIpv4Ipv4TunnelSenderAddressCounter) Reset()
- func (x *PatternFlowRSVPPathSenderTemplateLspTunnelIpv4Ipv4TunnelSenderAddressCounter) String() string
- type PatternFlowRSVPPathSenderTemplateLspTunnelIpv4Ipv4TunnelSenderAddress_Choice
- func (*PatternFlowRSVPPathSenderTemplateLspTunnelIpv4Ipv4TunnelSenderAddress_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowRSVPPathSenderTemplateLspTunnelIpv4Ipv4TunnelSenderAddress_Choice) ProtoMessage()
- func (x *PatternFlowRSVPPathSenderTemplateLspTunnelIpv4Ipv4TunnelSenderAddress_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowRSVPPathSenderTemplateLspTunnelIpv4Ipv4TunnelSenderAddress_Choice) Reset()
- func (x *PatternFlowRSVPPathSenderTemplateLspTunnelIpv4Ipv4TunnelSenderAddress_Choice) String() string
- type PatternFlowRSVPPathSenderTemplateLspTunnelIpv4Ipv4TunnelSenderAddress_Choice_Enum
- func (PatternFlowRSVPPathSenderTemplateLspTunnelIpv4Ipv4TunnelSenderAddress_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowRSVPPathSenderTemplateLspTunnelIpv4Ipv4TunnelSenderAddress_Choice_Enum) Enum() ...
- func (PatternFlowRSVPPathSenderTemplateLspTunnelIpv4Ipv4TunnelSenderAddress_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowRSVPPathSenderTemplateLspTunnelIpv4Ipv4TunnelSenderAddress_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowRSVPPathSenderTemplateLspTunnelIpv4Ipv4TunnelSenderAddress_Choice_Enum) String() string
- func (PatternFlowRSVPPathSenderTemplateLspTunnelIpv4Ipv4TunnelSenderAddress_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowRSVPPathSenderTemplateLspTunnelIpv4LspId
- func (*PatternFlowRSVPPathSenderTemplateLspTunnelIpv4LspId) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowRSVPPathSenderTemplateLspTunnelIpv4LspId) GetChoice() PatternFlowRSVPPathSenderTemplateLspTunnelIpv4LspId_Choice_Enum
- func (x *PatternFlowRSVPPathSenderTemplateLspTunnelIpv4LspId) GetDecrement() *PatternFlowRSVPPathSenderTemplateLspTunnelIpv4LspIdCounter
- func (x *PatternFlowRSVPPathSenderTemplateLspTunnelIpv4LspId) GetIncrement() *PatternFlowRSVPPathSenderTemplateLspTunnelIpv4LspIdCounter
- func (x *PatternFlowRSVPPathSenderTemplateLspTunnelIpv4LspId) GetValue() uint32
- func (x *PatternFlowRSVPPathSenderTemplateLspTunnelIpv4LspId) GetValues() []uint32
- func (*PatternFlowRSVPPathSenderTemplateLspTunnelIpv4LspId) ProtoMessage()
- func (x *PatternFlowRSVPPathSenderTemplateLspTunnelIpv4LspId) ProtoReflect() protoreflect.Message
- func (x *PatternFlowRSVPPathSenderTemplateLspTunnelIpv4LspId) Reset()
- func (x *PatternFlowRSVPPathSenderTemplateLspTunnelIpv4LspId) String() string
- type PatternFlowRSVPPathSenderTemplateLspTunnelIpv4LspIdCounter
- func (*PatternFlowRSVPPathSenderTemplateLspTunnelIpv4LspIdCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowRSVPPathSenderTemplateLspTunnelIpv4LspIdCounter) GetCount() uint32
- func (x *PatternFlowRSVPPathSenderTemplateLspTunnelIpv4LspIdCounter) GetStart() uint32
- func (x *PatternFlowRSVPPathSenderTemplateLspTunnelIpv4LspIdCounter) GetStep() uint32
- func (*PatternFlowRSVPPathSenderTemplateLspTunnelIpv4LspIdCounter) ProtoMessage()
- func (x *PatternFlowRSVPPathSenderTemplateLspTunnelIpv4LspIdCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowRSVPPathSenderTemplateLspTunnelIpv4LspIdCounter) Reset()
- func (x *PatternFlowRSVPPathSenderTemplateLspTunnelIpv4LspIdCounter) String() string
- type PatternFlowRSVPPathSenderTemplateLspTunnelIpv4LspId_Choice
- func (*PatternFlowRSVPPathSenderTemplateLspTunnelIpv4LspId_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowRSVPPathSenderTemplateLspTunnelIpv4LspId_Choice) ProtoMessage()
- func (x *PatternFlowRSVPPathSenderTemplateLspTunnelIpv4LspId_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowRSVPPathSenderTemplateLspTunnelIpv4LspId_Choice) Reset()
- func (x *PatternFlowRSVPPathSenderTemplateLspTunnelIpv4LspId_Choice) String() string
- type PatternFlowRSVPPathSenderTemplateLspTunnelIpv4LspId_Choice_Enum
- func (PatternFlowRSVPPathSenderTemplateLspTunnelIpv4LspId_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowRSVPPathSenderTemplateLspTunnelIpv4LspId_Choice_Enum) Enum() *PatternFlowRSVPPathSenderTemplateLspTunnelIpv4LspId_Choice_Enum
- func (PatternFlowRSVPPathSenderTemplateLspTunnelIpv4LspId_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowRSVPPathSenderTemplateLspTunnelIpv4LspId_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowRSVPPathSenderTemplateLspTunnelIpv4LspId_Choice_Enum) String() string
- func (PatternFlowRSVPPathSenderTemplateLspTunnelIpv4LspId_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowRSVPPathSenderTemplateLspTunnelIpv4Reserved
- func (*PatternFlowRSVPPathSenderTemplateLspTunnelIpv4Reserved) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowRSVPPathSenderTemplateLspTunnelIpv4Reserved) GetChoice() PatternFlowRSVPPathSenderTemplateLspTunnelIpv4Reserved_Choice_Enum
- func (x *PatternFlowRSVPPathSenderTemplateLspTunnelIpv4Reserved) GetDecrement() *PatternFlowRSVPPathSenderTemplateLspTunnelIpv4ReservedCounter
- func (x *PatternFlowRSVPPathSenderTemplateLspTunnelIpv4Reserved) GetIncrement() *PatternFlowRSVPPathSenderTemplateLspTunnelIpv4ReservedCounter
- func (x *PatternFlowRSVPPathSenderTemplateLspTunnelIpv4Reserved) GetValue() uint32
- func (x *PatternFlowRSVPPathSenderTemplateLspTunnelIpv4Reserved) GetValues() []uint32
- func (*PatternFlowRSVPPathSenderTemplateLspTunnelIpv4Reserved) ProtoMessage()
- func (x *PatternFlowRSVPPathSenderTemplateLspTunnelIpv4Reserved) ProtoReflect() protoreflect.Message
- func (x *PatternFlowRSVPPathSenderTemplateLspTunnelIpv4Reserved) Reset()
- func (x *PatternFlowRSVPPathSenderTemplateLspTunnelIpv4Reserved) String() string
- type PatternFlowRSVPPathSenderTemplateLspTunnelIpv4ReservedCounter
- func (*PatternFlowRSVPPathSenderTemplateLspTunnelIpv4ReservedCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowRSVPPathSenderTemplateLspTunnelIpv4ReservedCounter) GetCount() uint32
- func (x *PatternFlowRSVPPathSenderTemplateLspTunnelIpv4ReservedCounter) GetStart() uint32
- func (x *PatternFlowRSVPPathSenderTemplateLspTunnelIpv4ReservedCounter) GetStep() uint32
- func (*PatternFlowRSVPPathSenderTemplateLspTunnelIpv4ReservedCounter) ProtoMessage()
- func (x *PatternFlowRSVPPathSenderTemplateLspTunnelIpv4ReservedCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowRSVPPathSenderTemplateLspTunnelIpv4ReservedCounter) Reset()
- func (x *PatternFlowRSVPPathSenderTemplateLspTunnelIpv4ReservedCounter) String() string
- type PatternFlowRSVPPathSenderTemplateLspTunnelIpv4Reserved_Choice
- func (*PatternFlowRSVPPathSenderTemplateLspTunnelIpv4Reserved_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowRSVPPathSenderTemplateLspTunnelIpv4Reserved_Choice) ProtoMessage()
- func (x *PatternFlowRSVPPathSenderTemplateLspTunnelIpv4Reserved_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowRSVPPathSenderTemplateLspTunnelIpv4Reserved_Choice) Reset()
- func (x *PatternFlowRSVPPathSenderTemplateLspTunnelIpv4Reserved_Choice) String() string
- type PatternFlowRSVPPathSenderTemplateLspTunnelIpv4Reserved_Choice_Enum
- func (PatternFlowRSVPPathSenderTemplateLspTunnelIpv4Reserved_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowRSVPPathSenderTemplateLspTunnelIpv4Reserved_Choice_Enum) Enum() *PatternFlowRSVPPathSenderTemplateLspTunnelIpv4Reserved_Choice_Enum
- func (PatternFlowRSVPPathSenderTemplateLspTunnelIpv4Reserved_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowRSVPPathSenderTemplateLspTunnelIpv4Reserved_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowRSVPPathSenderTemplateLspTunnelIpv4Reserved_Choice_Enum) String() string
- func (PatternFlowRSVPPathSenderTemplateLspTunnelIpv4Reserved_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowRSVPPathSenderTspecIntServLengthOfServiceData
- func (*PatternFlowRSVPPathSenderTspecIntServLengthOfServiceData) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowRSVPPathSenderTspecIntServLengthOfServiceData) GetChoice() PatternFlowRSVPPathSenderTspecIntServLengthOfServiceData_Choice_Enum
- func (x *PatternFlowRSVPPathSenderTspecIntServLengthOfServiceData) GetDecrement() *PatternFlowRSVPPathSenderTspecIntServLengthOfServiceDataCounter
- func (x *PatternFlowRSVPPathSenderTspecIntServLengthOfServiceData) GetIncrement() *PatternFlowRSVPPathSenderTspecIntServLengthOfServiceDataCounter
- func (x *PatternFlowRSVPPathSenderTspecIntServLengthOfServiceData) GetValue() uint32
- func (x *PatternFlowRSVPPathSenderTspecIntServLengthOfServiceData) GetValues() []uint32
- func (*PatternFlowRSVPPathSenderTspecIntServLengthOfServiceData) ProtoMessage()
- func (x *PatternFlowRSVPPathSenderTspecIntServLengthOfServiceData) ProtoReflect() protoreflect.Message
- func (x *PatternFlowRSVPPathSenderTspecIntServLengthOfServiceData) Reset()
- func (x *PatternFlowRSVPPathSenderTspecIntServLengthOfServiceData) String() string
- type PatternFlowRSVPPathSenderTspecIntServLengthOfServiceDataCounter
- func (*PatternFlowRSVPPathSenderTspecIntServLengthOfServiceDataCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowRSVPPathSenderTspecIntServLengthOfServiceDataCounter) GetCount() uint32
- func (x *PatternFlowRSVPPathSenderTspecIntServLengthOfServiceDataCounter) GetStart() uint32
- func (x *PatternFlowRSVPPathSenderTspecIntServLengthOfServiceDataCounter) GetStep() uint32
- func (*PatternFlowRSVPPathSenderTspecIntServLengthOfServiceDataCounter) ProtoMessage()
- func (x *PatternFlowRSVPPathSenderTspecIntServLengthOfServiceDataCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowRSVPPathSenderTspecIntServLengthOfServiceDataCounter) Reset()
- func (x *PatternFlowRSVPPathSenderTspecIntServLengthOfServiceDataCounter) String() string
- type PatternFlowRSVPPathSenderTspecIntServLengthOfServiceData_Choice
- func (*PatternFlowRSVPPathSenderTspecIntServLengthOfServiceData_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowRSVPPathSenderTspecIntServLengthOfServiceData_Choice) ProtoMessage()
- func (x *PatternFlowRSVPPathSenderTspecIntServLengthOfServiceData_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowRSVPPathSenderTspecIntServLengthOfServiceData_Choice) Reset()
- func (x *PatternFlowRSVPPathSenderTspecIntServLengthOfServiceData_Choice) String() string
- type PatternFlowRSVPPathSenderTspecIntServLengthOfServiceData_Choice_Enum
- func (PatternFlowRSVPPathSenderTspecIntServLengthOfServiceData_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowRSVPPathSenderTspecIntServLengthOfServiceData_Choice_Enum) Enum() *PatternFlowRSVPPathSenderTspecIntServLengthOfServiceData_Choice_Enum
- func (PatternFlowRSVPPathSenderTspecIntServLengthOfServiceData_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowRSVPPathSenderTspecIntServLengthOfServiceData_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowRSVPPathSenderTspecIntServLengthOfServiceData_Choice_Enum) String() string
- func (PatternFlowRSVPPathSenderTspecIntServLengthOfServiceData_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowRSVPPathSenderTspecIntServMaximumPacketSize
- func (*PatternFlowRSVPPathSenderTspecIntServMaximumPacketSize) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowRSVPPathSenderTspecIntServMaximumPacketSize) GetChoice() PatternFlowRSVPPathSenderTspecIntServMaximumPacketSize_Choice_Enum
- func (x *PatternFlowRSVPPathSenderTspecIntServMaximumPacketSize) GetDecrement() *PatternFlowRSVPPathSenderTspecIntServMaximumPacketSizeCounter
- func (x *PatternFlowRSVPPathSenderTspecIntServMaximumPacketSize) GetIncrement() *PatternFlowRSVPPathSenderTspecIntServMaximumPacketSizeCounter
- func (x *PatternFlowRSVPPathSenderTspecIntServMaximumPacketSize) GetValue() uint32
- func (x *PatternFlowRSVPPathSenderTspecIntServMaximumPacketSize) GetValues() []uint32
- func (*PatternFlowRSVPPathSenderTspecIntServMaximumPacketSize) ProtoMessage()
- func (x *PatternFlowRSVPPathSenderTspecIntServMaximumPacketSize) ProtoReflect() protoreflect.Message
- func (x *PatternFlowRSVPPathSenderTspecIntServMaximumPacketSize) Reset()
- func (x *PatternFlowRSVPPathSenderTspecIntServMaximumPacketSize) String() string
- type PatternFlowRSVPPathSenderTspecIntServMaximumPacketSizeCounter
- func (*PatternFlowRSVPPathSenderTspecIntServMaximumPacketSizeCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowRSVPPathSenderTspecIntServMaximumPacketSizeCounter) GetCount() uint32
- func (x *PatternFlowRSVPPathSenderTspecIntServMaximumPacketSizeCounter) GetStart() uint32
- func (x *PatternFlowRSVPPathSenderTspecIntServMaximumPacketSizeCounter) GetStep() uint32
- func (*PatternFlowRSVPPathSenderTspecIntServMaximumPacketSizeCounter) ProtoMessage()
- func (x *PatternFlowRSVPPathSenderTspecIntServMaximumPacketSizeCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowRSVPPathSenderTspecIntServMaximumPacketSizeCounter) Reset()
- func (x *PatternFlowRSVPPathSenderTspecIntServMaximumPacketSizeCounter) String() string
- type PatternFlowRSVPPathSenderTspecIntServMaximumPacketSize_Choice
- func (*PatternFlowRSVPPathSenderTspecIntServMaximumPacketSize_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowRSVPPathSenderTspecIntServMaximumPacketSize_Choice) ProtoMessage()
- func (x *PatternFlowRSVPPathSenderTspecIntServMaximumPacketSize_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowRSVPPathSenderTspecIntServMaximumPacketSize_Choice) Reset()
- func (x *PatternFlowRSVPPathSenderTspecIntServMaximumPacketSize_Choice) String() string
- type PatternFlowRSVPPathSenderTspecIntServMaximumPacketSize_Choice_Enum
- func (PatternFlowRSVPPathSenderTspecIntServMaximumPacketSize_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowRSVPPathSenderTspecIntServMaximumPacketSize_Choice_Enum) Enum() *PatternFlowRSVPPathSenderTspecIntServMaximumPacketSize_Choice_Enum
- func (PatternFlowRSVPPathSenderTspecIntServMaximumPacketSize_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowRSVPPathSenderTspecIntServMaximumPacketSize_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowRSVPPathSenderTspecIntServMaximumPacketSize_Choice_Enum) String() string
- func (PatternFlowRSVPPathSenderTspecIntServMaximumPacketSize_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowRSVPPathSenderTspecIntServMinimumPolicedUnit
- func (*PatternFlowRSVPPathSenderTspecIntServMinimumPolicedUnit) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowRSVPPathSenderTspecIntServMinimumPolicedUnit) GetChoice() PatternFlowRSVPPathSenderTspecIntServMinimumPolicedUnit_Choice_Enum
- func (x *PatternFlowRSVPPathSenderTspecIntServMinimumPolicedUnit) GetDecrement() *PatternFlowRSVPPathSenderTspecIntServMinimumPolicedUnitCounter
- func (x *PatternFlowRSVPPathSenderTspecIntServMinimumPolicedUnit) GetIncrement() *PatternFlowRSVPPathSenderTspecIntServMinimumPolicedUnitCounter
- func (x *PatternFlowRSVPPathSenderTspecIntServMinimumPolicedUnit) GetValue() uint32
- func (x *PatternFlowRSVPPathSenderTspecIntServMinimumPolicedUnit) GetValues() []uint32
- func (*PatternFlowRSVPPathSenderTspecIntServMinimumPolicedUnit) ProtoMessage()
- func (x *PatternFlowRSVPPathSenderTspecIntServMinimumPolicedUnit) ProtoReflect() protoreflect.Message
- func (x *PatternFlowRSVPPathSenderTspecIntServMinimumPolicedUnit) Reset()
- func (x *PatternFlowRSVPPathSenderTspecIntServMinimumPolicedUnit) String() string
- type PatternFlowRSVPPathSenderTspecIntServMinimumPolicedUnitCounter
- func (*PatternFlowRSVPPathSenderTspecIntServMinimumPolicedUnitCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowRSVPPathSenderTspecIntServMinimumPolicedUnitCounter) GetCount() uint32
- func (x *PatternFlowRSVPPathSenderTspecIntServMinimumPolicedUnitCounter) GetStart() uint32
- func (x *PatternFlowRSVPPathSenderTspecIntServMinimumPolicedUnitCounter) GetStep() uint32
- func (*PatternFlowRSVPPathSenderTspecIntServMinimumPolicedUnitCounter) ProtoMessage()
- func (x *PatternFlowRSVPPathSenderTspecIntServMinimumPolicedUnitCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowRSVPPathSenderTspecIntServMinimumPolicedUnitCounter) Reset()
- func (x *PatternFlowRSVPPathSenderTspecIntServMinimumPolicedUnitCounter) String() string
- type PatternFlowRSVPPathSenderTspecIntServMinimumPolicedUnit_Choice
- func (*PatternFlowRSVPPathSenderTspecIntServMinimumPolicedUnit_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowRSVPPathSenderTspecIntServMinimumPolicedUnit_Choice) ProtoMessage()
- func (x *PatternFlowRSVPPathSenderTspecIntServMinimumPolicedUnit_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowRSVPPathSenderTspecIntServMinimumPolicedUnit_Choice) Reset()
- func (x *PatternFlowRSVPPathSenderTspecIntServMinimumPolicedUnit_Choice) String() string
- type PatternFlowRSVPPathSenderTspecIntServMinimumPolicedUnit_Choice_Enum
- func (PatternFlowRSVPPathSenderTspecIntServMinimumPolicedUnit_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowRSVPPathSenderTspecIntServMinimumPolicedUnit_Choice_Enum) Enum() *PatternFlowRSVPPathSenderTspecIntServMinimumPolicedUnit_Choice_Enum
- func (PatternFlowRSVPPathSenderTspecIntServMinimumPolicedUnit_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowRSVPPathSenderTspecIntServMinimumPolicedUnit_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowRSVPPathSenderTspecIntServMinimumPolicedUnit_Choice_Enum) String() string
- func (PatternFlowRSVPPathSenderTspecIntServMinimumPolicedUnit_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowRSVPPathSenderTspecIntServOverallLength
- func (*PatternFlowRSVPPathSenderTspecIntServOverallLength) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowRSVPPathSenderTspecIntServOverallLength) GetChoice() PatternFlowRSVPPathSenderTspecIntServOverallLength_Choice_Enum
- func (x *PatternFlowRSVPPathSenderTspecIntServOverallLength) GetDecrement() *PatternFlowRSVPPathSenderTspecIntServOverallLengthCounter
- func (x *PatternFlowRSVPPathSenderTspecIntServOverallLength) GetIncrement() *PatternFlowRSVPPathSenderTspecIntServOverallLengthCounter
- func (x *PatternFlowRSVPPathSenderTspecIntServOverallLength) GetValue() uint32
- func (x *PatternFlowRSVPPathSenderTspecIntServOverallLength) GetValues() []uint32
- func (*PatternFlowRSVPPathSenderTspecIntServOverallLength) ProtoMessage()
- func (x *PatternFlowRSVPPathSenderTspecIntServOverallLength) ProtoReflect() protoreflect.Message
- func (x *PatternFlowRSVPPathSenderTspecIntServOverallLength) Reset()
- func (x *PatternFlowRSVPPathSenderTspecIntServOverallLength) String() string
- type PatternFlowRSVPPathSenderTspecIntServOverallLengthCounter
- func (*PatternFlowRSVPPathSenderTspecIntServOverallLengthCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowRSVPPathSenderTspecIntServOverallLengthCounter) GetCount() uint32
- func (x *PatternFlowRSVPPathSenderTspecIntServOverallLengthCounter) GetStart() uint32
- func (x *PatternFlowRSVPPathSenderTspecIntServOverallLengthCounter) GetStep() uint32
- func (*PatternFlowRSVPPathSenderTspecIntServOverallLengthCounter) ProtoMessage()
- func (x *PatternFlowRSVPPathSenderTspecIntServOverallLengthCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowRSVPPathSenderTspecIntServOverallLengthCounter) Reset()
- func (x *PatternFlowRSVPPathSenderTspecIntServOverallLengthCounter) String() string
- type PatternFlowRSVPPathSenderTspecIntServOverallLength_Choice
- func (*PatternFlowRSVPPathSenderTspecIntServOverallLength_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowRSVPPathSenderTspecIntServOverallLength_Choice) ProtoMessage()
- func (x *PatternFlowRSVPPathSenderTspecIntServOverallLength_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowRSVPPathSenderTspecIntServOverallLength_Choice) Reset()
- func (x *PatternFlowRSVPPathSenderTspecIntServOverallLength_Choice) String() string
- type PatternFlowRSVPPathSenderTspecIntServOverallLength_Choice_Enum
- func (PatternFlowRSVPPathSenderTspecIntServOverallLength_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowRSVPPathSenderTspecIntServOverallLength_Choice_Enum) Enum() *PatternFlowRSVPPathSenderTspecIntServOverallLength_Choice_Enum
- func (PatternFlowRSVPPathSenderTspecIntServOverallLength_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowRSVPPathSenderTspecIntServOverallLength_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowRSVPPathSenderTspecIntServOverallLength_Choice_Enum) String() string
- func (PatternFlowRSVPPathSenderTspecIntServOverallLength_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowRSVPPathSenderTspecIntServParameter127Flag
- func (*PatternFlowRSVPPathSenderTspecIntServParameter127Flag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowRSVPPathSenderTspecIntServParameter127Flag) GetChoice() PatternFlowRSVPPathSenderTspecIntServParameter127Flag_Choice_Enum
- func (x *PatternFlowRSVPPathSenderTspecIntServParameter127Flag) GetDecrement() *PatternFlowRSVPPathSenderTspecIntServParameter127FlagCounter
- func (x *PatternFlowRSVPPathSenderTspecIntServParameter127Flag) GetIncrement() *PatternFlowRSVPPathSenderTspecIntServParameter127FlagCounter
- func (x *PatternFlowRSVPPathSenderTspecIntServParameter127Flag) GetValue() uint32
- func (x *PatternFlowRSVPPathSenderTspecIntServParameter127Flag) GetValues() []uint32
- func (*PatternFlowRSVPPathSenderTspecIntServParameter127Flag) ProtoMessage()
- func (x *PatternFlowRSVPPathSenderTspecIntServParameter127Flag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowRSVPPathSenderTspecIntServParameter127Flag) Reset()
- func (x *PatternFlowRSVPPathSenderTspecIntServParameter127Flag) String() string
- type PatternFlowRSVPPathSenderTspecIntServParameter127FlagCounter
- func (*PatternFlowRSVPPathSenderTspecIntServParameter127FlagCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowRSVPPathSenderTspecIntServParameter127FlagCounter) GetCount() uint32
- func (x *PatternFlowRSVPPathSenderTspecIntServParameter127FlagCounter) GetStart() uint32
- func (x *PatternFlowRSVPPathSenderTspecIntServParameter127FlagCounter) GetStep() uint32
- func (*PatternFlowRSVPPathSenderTspecIntServParameter127FlagCounter) ProtoMessage()
- func (x *PatternFlowRSVPPathSenderTspecIntServParameter127FlagCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowRSVPPathSenderTspecIntServParameter127FlagCounter) Reset()
- func (x *PatternFlowRSVPPathSenderTspecIntServParameter127FlagCounter) String() string
- type PatternFlowRSVPPathSenderTspecIntServParameter127Flag_Choice
- func (*PatternFlowRSVPPathSenderTspecIntServParameter127Flag_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowRSVPPathSenderTspecIntServParameter127Flag_Choice) ProtoMessage()
- func (x *PatternFlowRSVPPathSenderTspecIntServParameter127Flag_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowRSVPPathSenderTspecIntServParameter127Flag_Choice) Reset()
- func (x *PatternFlowRSVPPathSenderTspecIntServParameter127Flag_Choice) String() string
- type PatternFlowRSVPPathSenderTspecIntServParameter127Flag_Choice_Enum
- func (PatternFlowRSVPPathSenderTspecIntServParameter127Flag_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowRSVPPathSenderTspecIntServParameter127Flag_Choice_Enum) Enum() *PatternFlowRSVPPathSenderTspecIntServParameter127Flag_Choice_Enum
- func (PatternFlowRSVPPathSenderTspecIntServParameter127Flag_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowRSVPPathSenderTspecIntServParameter127Flag_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowRSVPPathSenderTspecIntServParameter127Flag_Choice_Enum) String() string
- func (PatternFlowRSVPPathSenderTspecIntServParameter127Flag_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowRSVPPathSenderTspecIntServParameter127Length
- func (*PatternFlowRSVPPathSenderTspecIntServParameter127Length) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowRSVPPathSenderTspecIntServParameter127Length) GetChoice() PatternFlowRSVPPathSenderTspecIntServParameter127Length_Choice_Enum
- func (x *PatternFlowRSVPPathSenderTspecIntServParameter127Length) GetDecrement() *PatternFlowRSVPPathSenderTspecIntServParameter127LengthCounter
- func (x *PatternFlowRSVPPathSenderTspecIntServParameter127Length) GetIncrement() *PatternFlowRSVPPathSenderTspecIntServParameter127LengthCounter
- func (x *PatternFlowRSVPPathSenderTspecIntServParameter127Length) GetValue() uint32
- func (x *PatternFlowRSVPPathSenderTspecIntServParameter127Length) GetValues() []uint32
- func (*PatternFlowRSVPPathSenderTspecIntServParameter127Length) ProtoMessage()
- func (x *PatternFlowRSVPPathSenderTspecIntServParameter127Length) ProtoReflect() protoreflect.Message
- func (x *PatternFlowRSVPPathSenderTspecIntServParameter127Length) Reset()
- func (x *PatternFlowRSVPPathSenderTspecIntServParameter127Length) String() string
- type PatternFlowRSVPPathSenderTspecIntServParameter127LengthCounter
- func (*PatternFlowRSVPPathSenderTspecIntServParameter127LengthCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowRSVPPathSenderTspecIntServParameter127LengthCounter) GetCount() uint32
- func (x *PatternFlowRSVPPathSenderTspecIntServParameter127LengthCounter) GetStart() uint32
- func (x *PatternFlowRSVPPathSenderTspecIntServParameter127LengthCounter) GetStep() uint32
- func (*PatternFlowRSVPPathSenderTspecIntServParameter127LengthCounter) ProtoMessage()
- func (x *PatternFlowRSVPPathSenderTspecIntServParameter127LengthCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowRSVPPathSenderTspecIntServParameter127LengthCounter) Reset()
- func (x *PatternFlowRSVPPathSenderTspecIntServParameter127LengthCounter) String() string
- type PatternFlowRSVPPathSenderTspecIntServParameter127Length_Choice
- func (*PatternFlowRSVPPathSenderTspecIntServParameter127Length_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowRSVPPathSenderTspecIntServParameter127Length_Choice) ProtoMessage()
- func (x *PatternFlowRSVPPathSenderTspecIntServParameter127Length_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowRSVPPathSenderTspecIntServParameter127Length_Choice) Reset()
- func (x *PatternFlowRSVPPathSenderTspecIntServParameter127Length_Choice) String() string
- type PatternFlowRSVPPathSenderTspecIntServParameter127Length_Choice_Enum
- func (PatternFlowRSVPPathSenderTspecIntServParameter127Length_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowRSVPPathSenderTspecIntServParameter127Length_Choice_Enum) Enum() *PatternFlowRSVPPathSenderTspecIntServParameter127Length_Choice_Enum
- func (PatternFlowRSVPPathSenderTspecIntServParameter127Length_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowRSVPPathSenderTspecIntServParameter127Length_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowRSVPPathSenderTspecIntServParameter127Length_Choice_Enum) String() string
- func (PatternFlowRSVPPathSenderTspecIntServParameter127Length_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowRSVPPathSenderTspecIntServParameterIdTokenBucketTspec
- func (*PatternFlowRSVPPathSenderTspecIntServParameterIdTokenBucketTspec) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowRSVPPathSenderTspecIntServParameterIdTokenBucketTspec) GetChoice() PatternFlowRSVPPathSenderTspecIntServParameterIdTokenBucketTspec_Choice_Enum
- func (x *PatternFlowRSVPPathSenderTspecIntServParameterIdTokenBucketTspec) GetDecrement() *PatternFlowRSVPPathSenderTspecIntServParameterIdTokenBucketTspecCounter
- func (x *PatternFlowRSVPPathSenderTspecIntServParameterIdTokenBucketTspec) GetIncrement() *PatternFlowRSVPPathSenderTspecIntServParameterIdTokenBucketTspecCounter
- func (x *PatternFlowRSVPPathSenderTspecIntServParameterIdTokenBucketTspec) GetValue() uint32
- func (x *PatternFlowRSVPPathSenderTspecIntServParameterIdTokenBucketTspec) GetValues() []uint32
- func (*PatternFlowRSVPPathSenderTspecIntServParameterIdTokenBucketTspec) ProtoMessage()
- func (x *PatternFlowRSVPPathSenderTspecIntServParameterIdTokenBucketTspec) ProtoReflect() protoreflect.Message
- func (x *PatternFlowRSVPPathSenderTspecIntServParameterIdTokenBucketTspec) Reset()
- func (x *PatternFlowRSVPPathSenderTspecIntServParameterIdTokenBucketTspec) String() string
- type PatternFlowRSVPPathSenderTspecIntServParameterIdTokenBucketTspecCounter
- func (*PatternFlowRSVPPathSenderTspecIntServParameterIdTokenBucketTspecCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowRSVPPathSenderTspecIntServParameterIdTokenBucketTspecCounter) GetCount() uint32
- func (x *PatternFlowRSVPPathSenderTspecIntServParameterIdTokenBucketTspecCounter) GetStart() uint32
- func (x *PatternFlowRSVPPathSenderTspecIntServParameterIdTokenBucketTspecCounter) GetStep() uint32
- func (*PatternFlowRSVPPathSenderTspecIntServParameterIdTokenBucketTspecCounter) ProtoMessage()
- func (x *PatternFlowRSVPPathSenderTspecIntServParameterIdTokenBucketTspecCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowRSVPPathSenderTspecIntServParameterIdTokenBucketTspecCounter) Reset()
- func (x *PatternFlowRSVPPathSenderTspecIntServParameterIdTokenBucketTspecCounter) String() string
- type PatternFlowRSVPPathSenderTspecIntServParameterIdTokenBucketTspec_Choice
- func (*PatternFlowRSVPPathSenderTspecIntServParameterIdTokenBucketTspec_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowRSVPPathSenderTspecIntServParameterIdTokenBucketTspec_Choice) ProtoMessage()
- func (x *PatternFlowRSVPPathSenderTspecIntServParameterIdTokenBucketTspec_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowRSVPPathSenderTspecIntServParameterIdTokenBucketTspec_Choice) Reset()
- func (x *PatternFlowRSVPPathSenderTspecIntServParameterIdTokenBucketTspec_Choice) String() string
- type PatternFlowRSVPPathSenderTspecIntServParameterIdTokenBucketTspec_Choice_Enum
- func (PatternFlowRSVPPathSenderTspecIntServParameterIdTokenBucketTspec_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowRSVPPathSenderTspecIntServParameterIdTokenBucketTspec_Choice_Enum) Enum() *PatternFlowRSVPPathSenderTspecIntServParameterIdTokenBucketTspec_Choice_Enum
- func (PatternFlowRSVPPathSenderTspecIntServParameterIdTokenBucketTspec_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowRSVPPathSenderTspecIntServParameterIdTokenBucketTspec_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowRSVPPathSenderTspecIntServParameterIdTokenBucketTspec_Choice_Enum) String() string
- func (PatternFlowRSVPPathSenderTspecIntServParameterIdTokenBucketTspec_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowRSVPPathSenderTspecIntServReserved1
- func (*PatternFlowRSVPPathSenderTspecIntServReserved1) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowRSVPPathSenderTspecIntServReserved1) GetChoice() PatternFlowRSVPPathSenderTspecIntServReserved1_Choice_Enum
- func (x *PatternFlowRSVPPathSenderTspecIntServReserved1) GetDecrement() *PatternFlowRSVPPathSenderTspecIntServReserved1Counter
- func (x *PatternFlowRSVPPathSenderTspecIntServReserved1) GetIncrement() *PatternFlowRSVPPathSenderTspecIntServReserved1Counter
- func (x *PatternFlowRSVPPathSenderTspecIntServReserved1) GetValue() uint32
- func (x *PatternFlowRSVPPathSenderTspecIntServReserved1) GetValues() []uint32
- func (*PatternFlowRSVPPathSenderTspecIntServReserved1) ProtoMessage()
- func (x *PatternFlowRSVPPathSenderTspecIntServReserved1) ProtoReflect() protoreflect.Message
- func (x *PatternFlowRSVPPathSenderTspecIntServReserved1) Reset()
- func (x *PatternFlowRSVPPathSenderTspecIntServReserved1) String() string
- type PatternFlowRSVPPathSenderTspecIntServReserved1Counter
- func (*PatternFlowRSVPPathSenderTspecIntServReserved1Counter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowRSVPPathSenderTspecIntServReserved1Counter) GetCount() uint32
- func (x *PatternFlowRSVPPathSenderTspecIntServReserved1Counter) GetStart() uint32
- func (x *PatternFlowRSVPPathSenderTspecIntServReserved1Counter) GetStep() uint32
- func (*PatternFlowRSVPPathSenderTspecIntServReserved1Counter) ProtoMessage()
- func (x *PatternFlowRSVPPathSenderTspecIntServReserved1Counter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowRSVPPathSenderTspecIntServReserved1Counter) Reset()
- func (x *PatternFlowRSVPPathSenderTspecIntServReserved1Counter) String() string
- type PatternFlowRSVPPathSenderTspecIntServReserved1_Choice
- func (*PatternFlowRSVPPathSenderTspecIntServReserved1_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowRSVPPathSenderTspecIntServReserved1_Choice) ProtoMessage()
- func (x *PatternFlowRSVPPathSenderTspecIntServReserved1_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowRSVPPathSenderTspecIntServReserved1_Choice) Reset()
- func (x *PatternFlowRSVPPathSenderTspecIntServReserved1_Choice) String() string
- type PatternFlowRSVPPathSenderTspecIntServReserved1_Choice_Enum
- func (PatternFlowRSVPPathSenderTspecIntServReserved1_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowRSVPPathSenderTspecIntServReserved1_Choice_Enum) Enum() *PatternFlowRSVPPathSenderTspecIntServReserved1_Choice_Enum
- func (PatternFlowRSVPPathSenderTspecIntServReserved1_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowRSVPPathSenderTspecIntServReserved1_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowRSVPPathSenderTspecIntServReserved1_Choice_Enum) String() string
- func (PatternFlowRSVPPathSenderTspecIntServReserved1_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowRSVPPathSenderTspecIntServReserved2
- func (*PatternFlowRSVPPathSenderTspecIntServReserved2) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowRSVPPathSenderTspecIntServReserved2) GetChoice() PatternFlowRSVPPathSenderTspecIntServReserved2_Choice_Enum
- func (x *PatternFlowRSVPPathSenderTspecIntServReserved2) GetDecrement() *PatternFlowRSVPPathSenderTspecIntServReserved2Counter
- func (x *PatternFlowRSVPPathSenderTspecIntServReserved2) GetIncrement() *PatternFlowRSVPPathSenderTspecIntServReserved2Counter
- func (x *PatternFlowRSVPPathSenderTspecIntServReserved2) GetValue() uint32
- func (x *PatternFlowRSVPPathSenderTspecIntServReserved2) GetValues() []uint32
- func (*PatternFlowRSVPPathSenderTspecIntServReserved2) ProtoMessage()
- func (x *PatternFlowRSVPPathSenderTspecIntServReserved2) ProtoReflect() protoreflect.Message
- func (x *PatternFlowRSVPPathSenderTspecIntServReserved2) Reset()
- func (x *PatternFlowRSVPPathSenderTspecIntServReserved2) String() string
- type PatternFlowRSVPPathSenderTspecIntServReserved2Counter
- func (*PatternFlowRSVPPathSenderTspecIntServReserved2Counter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowRSVPPathSenderTspecIntServReserved2Counter) GetCount() uint32
- func (x *PatternFlowRSVPPathSenderTspecIntServReserved2Counter) GetStart() uint32
- func (x *PatternFlowRSVPPathSenderTspecIntServReserved2Counter) GetStep() uint32
- func (*PatternFlowRSVPPathSenderTspecIntServReserved2Counter) ProtoMessage()
- func (x *PatternFlowRSVPPathSenderTspecIntServReserved2Counter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowRSVPPathSenderTspecIntServReserved2Counter) Reset()
- func (x *PatternFlowRSVPPathSenderTspecIntServReserved2Counter) String() string
- type PatternFlowRSVPPathSenderTspecIntServReserved2_Choice
- func (*PatternFlowRSVPPathSenderTspecIntServReserved2_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowRSVPPathSenderTspecIntServReserved2_Choice) ProtoMessage()
- func (x *PatternFlowRSVPPathSenderTspecIntServReserved2_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowRSVPPathSenderTspecIntServReserved2_Choice) Reset()
- func (x *PatternFlowRSVPPathSenderTspecIntServReserved2_Choice) String() string
- type PatternFlowRSVPPathSenderTspecIntServReserved2_Choice_Enum
- func (PatternFlowRSVPPathSenderTspecIntServReserved2_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowRSVPPathSenderTspecIntServReserved2_Choice_Enum) Enum() *PatternFlowRSVPPathSenderTspecIntServReserved2_Choice_Enum
- func (PatternFlowRSVPPathSenderTspecIntServReserved2_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowRSVPPathSenderTspecIntServReserved2_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowRSVPPathSenderTspecIntServReserved2_Choice_Enum) String() string
- func (PatternFlowRSVPPathSenderTspecIntServReserved2_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowRSVPPathSenderTspecIntServServiceHeader
- func (*PatternFlowRSVPPathSenderTspecIntServServiceHeader) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowRSVPPathSenderTspecIntServServiceHeader) GetChoice() PatternFlowRSVPPathSenderTspecIntServServiceHeader_Choice_Enum
- func (x *PatternFlowRSVPPathSenderTspecIntServServiceHeader) GetDecrement() *PatternFlowRSVPPathSenderTspecIntServServiceHeaderCounter
- func (x *PatternFlowRSVPPathSenderTspecIntServServiceHeader) GetIncrement() *PatternFlowRSVPPathSenderTspecIntServServiceHeaderCounter
- func (x *PatternFlowRSVPPathSenderTspecIntServServiceHeader) GetValue() uint32
- func (x *PatternFlowRSVPPathSenderTspecIntServServiceHeader) GetValues() []uint32
- func (*PatternFlowRSVPPathSenderTspecIntServServiceHeader) ProtoMessage()
- func (x *PatternFlowRSVPPathSenderTspecIntServServiceHeader) ProtoReflect() protoreflect.Message
- func (x *PatternFlowRSVPPathSenderTspecIntServServiceHeader) Reset()
- func (x *PatternFlowRSVPPathSenderTspecIntServServiceHeader) String() string
- type PatternFlowRSVPPathSenderTspecIntServServiceHeaderCounter
- func (*PatternFlowRSVPPathSenderTspecIntServServiceHeaderCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowRSVPPathSenderTspecIntServServiceHeaderCounter) GetCount() uint32
- func (x *PatternFlowRSVPPathSenderTspecIntServServiceHeaderCounter) GetStart() uint32
- func (x *PatternFlowRSVPPathSenderTspecIntServServiceHeaderCounter) GetStep() uint32
- func (*PatternFlowRSVPPathSenderTspecIntServServiceHeaderCounter) ProtoMessage()
- func (x *PatternFlowRSVPPathSenderTspecIntServServiceHeaderCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowRSVPPathSenderTspecIntServServiceHeaderCounter) Reset()
- func (x *PatternFlowRSVPPathSenderTspecIntServServiceHeaderCounter) String() string
- type PatternFlowRSVPPathSenderTspecIntServServiceHeader_Choice
- func (*PatternFlowRSVPPathSenderTspecIntServServiceHeader_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowRSVPPathSenderTspecIntServServiceHeader_Choice) ProtoMessage()
- func (x *PatternFlowRSVPPathSenderTspecIntServServiceHeader_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowRSVPPathSenderTspecIntServServiceHeader_Choice) Reset()
- func (x *PatternFlowRSVPPathSenderTspecIntServServiceHeader_Choice) String() string
- type PatternFlowRSVPPathSenderTspecIntServServiceHeader_Choice_Enum
- func (PatternFlowRSVPPathSenderTspecIntServServiceHeader_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowRSVPPathSenderTspecIntServServiceHeader_Choice_Enum) Enum() *PatternFlowRSVPPathSenderTspecIntServServiceHeader_Choice_Enum
- func (PatternFlowRSVPPathSenderTspecIntServServiceHeader_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowRSVPPathSenderTspecIntServServiceHeader_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowRSVPPathSenderTspecIntServServiceHeader_Choice_Enum) String() string
- func (PatternFlowRSVPPathSenderTspecIntServServiceHeader_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowRSVPPathSenderTspecIntServVersion
- func (*PatternFlowRSVPPathSenderTspecIntServVersion) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowRSVPPathSenderTspecIntServVersion) GetChoice() PatternFlowRSVPPathSenderTspecIntServVersion_Choice_Enum
- func (x *PatternFlowRSVPPathSenderTspecIntServVersion) GetDecrement() *PatternFlowRSVPPathSenderTspecIntServVersionCounter
- func (x *PatternFlowRSVPPathSenderTspecIntServVersion) GetIncrement() *PatternFlowRSVPPathSenderTspecIntServVersionCounter
- func (x *PatternFlowRSVPPathSenderTspecIntServVersion) GetValue() uint32
- func (x *PatternFlowRSVPPathSenderTspecIntServVersion) GetValues() []uint32
- func (*PatternFlowRSVPPathSenderTspecIntServVersion) ProtoMessage()
- func (x *PatternFlowRSVPPathSenderTspecIntServVersion) ProtoReflect() protoreflect.Message
- func (x *PatternFlowRSVPPathSenderTspecIntServVersion) Reset()
- func (x *PatternFlowRSVPPathSenderTspecIntServVersion) String() string
- type PatternFlowRSVPPathSenderTspecIntServVersionCounter
- func (*PatternFlowRSVPPathSenderTspecIntServVersionCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowRSVPPathSenderTspecIntServVersionCounter) GetCount() uint32
- func (x *PatternFlowRSVPPathSenderTspecIntServVersionCounter) GetStart() uint32
- func (x *PatternFlowRSVPPathSenderTspecIntServVersionCounter) GetStep() uint32
- func (*PatternFlowRSVPPathSenderTspecIntServVersionCounter) ProtoMessage()
- func (x *PatternFlowRSVPPathSenderTspecIntServVersionCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowRSVPPathSenderTspecIntServVersionCounter) Reset()
- func (x *PatternFlowRSVPPathSenderTspecIntServVersionCounter) String() string
- type PatternFlowRSVPPathSenderTspecIntServVersion_Choice
- func (*PatternFlowRSVPPathSenderTspecIntServVersion_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowRSVPPathSenderTspecIntServVersion_Choice) ProtoMessage()
- func (x *PatternFlowRSVPPathSenderTspecIntServVersion_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowRSVPPathSenderTspecIntServVersion_Choice) Reset()
- func (x *PatternFlowRSVPPathSenderTspecIntServVersion_Choice) String() string
- type PatternFlowRSVPPathSenderTspecIntServVersion_Choice_Enum
- func (PatternFlowRSVPPathSenderTspecIntServVersion_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowRSVPPathSenderTspecIntServVersion_Choice_Enum) Enum() *PatternFlowRSVPPathSenderTspecIntServVersion_Choice_Enum
- func (PatternFlowRSVPPathSenderTspecIntServVersion_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowRSVPPathSenderTspecIntServVersion_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowRSVPPathSenderTspecIntServVersion_Choice_Enum) String() string
- func (PatternFlowRSVPPathSenderTspecIntServVersion_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowRSVPPathSenderTspecIntServZeroBit
- func (*PatternFlowRSVPPathSenderTspecIntServZeroBit) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowRSVPPathSenderTspecIntServZeroBit) GetChoice() PatternFlowRSVPPathSenderTspecIntServZeroBit_Choice_Enum
- func (x *PatternFlowRSVPPathSenderTspecIntServZeroBit) GetDecrement() *PatternFlowRSVPPathSenderTspecIntServZeroBitCounter
- func (x *PatternFlowRSVPPathSenderTspecIntServZeroBit) GetIncrement() *PatternFlowRSVPPathSenderTspecIntServZeroBitCounter
- func (x *PatternFlowRSVPPathSenderTspecIntServZeroBit) GetValue() uint32
- func (x *PatternFlowRSVPPathSenderTspecIntServZeroBit) GetValues() []uint32
- func (*PatternFlowRSVPPathSenderTspecIntServZeroBit) ProtoMessage()
- func (x *PatternFlowRSVPPathSenderTspecIntServZeroBit) ProtoReflect() protoreflect.Message
- func (x *PatternFlowRSVPPathSenderTspecIntServZeroBit) Reset()
- func (x *PatternFlowRSVPPathSenderTspecIntServZeroBit) String() string
- type PatternFlowRSVPPathSenderTspecIntServZeroBitCounter
- func (*PatternFlowRSVPPathSenderTspecIntServZeroBitCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowRSVPPathSenderTspecIntServZeroBitCounter) GetCount() uint32
- func (x *PatternFlowRSVPPathSenderTspecIntServZeroBitCounter) GetStart() uint32
- func (x *PatternFlowRSVPPathSenderTspecIntServZeroBitCounter) GetStep() uint32
- func (*PatternFlowRSVPPathSenderTspecIntServZeroBitCounter) ProtoMessage()
- func (x *PatternFlowRSVPPathSenderTspecIntServZeroBitCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowRSVPPathSenderTspecIntServZeroBitCounter) Reset()
- func (x *PatternFlowRSVPPathSenderTspecIntServZeroBitCounter) String() string
- type PatternFlowRSVPPathSenderTspecIntServZeroBit_Choice
- func (*PatternFlowRSVPPathSenderTspecIntServZeroBit_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowRSVPPathSenderTspecIntServZeroBit_Choice) ProtoMessage()
- func (x *PatternFlowRSVPPathSenderTspecIntServZeroBit_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowRSVPPathSenderTspecIntServZeroBit_Choice) Reset()
- func (x *PatternFlowRSVPPathSenderTspecIntServZeroBit_Choice) String() string
- type PatternFlowRSVPPathSenderTspecIntServZeroBit_Choice_Enum
- func (PatternFlowRSVPPathSenderTspecIntServZeroBit_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowRSVPPathSenderTspecIntServZeroBit_Choice_Enum) Enum() *PatternFlowRSVPPathSenderTspecIntServZeroBit_Choice_Enum
- func (PatternFlowRSVPPathSenderTspecIntServZeroBit_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowRSVPPathSenderTspecIntServZeroBit_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowRSVPPathSenderTspecIntServZeroBit_Choice_Enum) String() string
- func (PatternFlowRSVPPathSenderTspecIntServZeroBit_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowRSVPPathSessionExtTunnelIdAsInteger
- func (*PatternFlowRSVPPathSessionExtTunnelIdAsInteger) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowRSVPPathSessionExtTunnelIdAsInteger) GetChoice() PatternFlowRSVPPathSessionExtTunnelIdAsInteger_Choice_Enum
- func (x *PatternFlowRSVPPathSessionExtTunnelIdAsInteger) GetDecrement() *PatternFlowRSVPPathSessionExtTunnelIdAsIntegerCounter
- func (x *PatternFlowRSVPPathSessionExtTunnelIdAsInteger) GetIncrement() *PatternFlowRSVPPathSessionExtTunnelIdAsIntegerCounter
- func (x *PatternFlowRSVPPathSessionExtTunnelIdAsInteger) GetValue() uint32
- func (x *PatternFlowRSVPPathSessionExtTunnelIdAsInteger) GetValues() []uint32
- func (*PatternFlowRSVPPathSessionExtTunnelIdAsInteger) ProtoMessage()
- func (x *PatternFlowRSVPPathSessionExtTunnelIdAsInteger) ProtoReflect() protoreflect.Message
- func (x *PatternFlowRSVPPathSessionExtTunnelIdAsInteger) Reset()
- func (x *PatternFlowRSVPPathSessionExtTunnelIdAsInteger) String() string
- type PatternFlowRSVPPathSessionExtTunnelIdAsIntegerCounter
- func (*PatternFlowRSVPPathSessionExtTunnelIdAsIntegerCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowRSVPPathSessionExtTunnelIdAsIntegerCounter) GetCount() uint32
- func (x *PatternFlowRSVPPathSessionExtTunnelIdAsIntegerCounter) GetStart() uint32
- func (x *PatternFlowRSVPPathSessionExtTunnelIdAsIntegerCounter) GetStep() uint32
- func (*PatternFlowRSVPPathSessionExtTunnelIdAsIntegerCounter) ProtoMessage()
- func (x *PatternFlowRSVPPathSessionExtTunnelIdAsIntegerCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowRSVPPathSessionExtTunnelIdAsIntegerCounter) Reset()
- func (x *PatternFlowRSVPPathSessionExtTunnelIdAsIntegerCounter) String() string
- type PatternFlowRSVPPathSessionExtTunnelIdAsInteger_Choice
- func (*PatternFlowRSVPPathSessionExtTunnelIdAsInteger_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowRSVPPathSessionExtTunnelIdAsInteger_Choice) ProtoMessage()
- func (x *PatternFlowRSVPPathSessionExtTunnelIdAsInteger_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowRSVPPathSessionExtTunnelIdAsInteger_Choice) Reset()
- func (x *PatternFlowRSVPPathSessionExtTunnelIdAsInteger_Choice) String() string
- type PatternFlowRSVPPathSessionExtTunnelIdAsInteger_Choice_Enum
- func (PatternFlowRSVPPathSessionExtTunnelIdAsInteger_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowRSVPPathSessionExtTunnelIdAsInteger_Choice_Enum) Enum() *PatternFlowRSVPPathSessionExtTunnelIdAsInteger_Choice_Enum
- func (PatternFlowRSVPPathSessionExtTunnelIdAsInteger_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowRSVPPathSessionExtTunnelIdAsInteger_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowRSVPPathSessionExtTunnelIdAsInteger_Choice_Enum) String() string
- func (PatternFlowRSVPPathSessionExtTunnelIdAsInteger_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowRSVPPathSessionExtTunnelIdAsIpv4
- func (*PatternFlowRSVPPathSessionExtTunnelIdAsIpv4) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowRSVPPathSessionExtTunnelIdAsIpv4) GetChoice() PatternFlowRSVPPathSessionExtTunnelIdAsIpv4_Choice_Enum
- func (x *PatternFlowRSVPPathSessionExtTunnelIdAsIpv4) GetDecrement() *PatternFlowRSVPPathSessionExtTunnelIdAsIpv4Counter
- func (x *PatternFlowRSVPPathSessionExtTunnelIdAsIpv4) GetIncrement() *PatternFlowRSVPPathSessionExtTunnelIdAsIpv4Counter
- func (x *PatternFlowRSVPPathSessionExtTunnelIdAsIpv4) GetValue() string
- func (x *PatternFlowRSVPPathSessionExtTunnelIdAsIpv4) GetValues() []string
- func (*PatternFlowRSVPPathSessionExtTunnelIdAsIpv4) ProtoMessage()
- func (x *PatternFlowRSVPPathSessionExtTunnelIdAsIpv4) ProtoReflect() protoreflect.Message
- func (x *PatternFlowRSVPPathSessionExtTunnelIdAsIpv4) Reset()
- func (x *PatternFlowRSVPPathSessionExtTunnelIdAsIpv4) String() string
- type PatternFlowRSVPPathSessionExtTunnelIdAsIpv4Counter
- func (*PatternFlowRSVPPathSessionExtTunnelIdAsIpv4Counter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowRSVPPathSessionExtTunnelIdAsIpv4Counter) GetCount() uint32
- func (x *PatternFlowRSVPPathSessionExtTunnelIdAsIpv4Counter) GetStart() string
- func (x *PatternFlowRSVPPathSessionExtTunnelIdAsIpv4Counter) GetStep() string
- func (*PatternFlowRSVPPathSessionExtTunnelIdAsIpv4Counter) ProtoMessage()
- func (x *PatternFlowRSVPPathSessionExtTunnelIdAsIpv4Counter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowRSVPPathSessionExtTunnelIdAsIpv4Counter) Reset()
- func (x *PatternFlowRSVPPathSessionExtTunnelIdAsIpv4Counter) String() string
- type PatternFlowRSVPPathSessionExtTunnelIdAsIpv4_Choice
- func (*PatternFlowRSVPPathSessionExtTunnelIdAsIpv4_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowRSVPPathSessionExtTunnelIdAsIpv4_Choice) ProtoMessage()
- func (x *PatternFlowRSVPPathSessionExtTunnelIdAsIpv4_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowRSVPPathSessionExtTunnelIdAsIpv4_Choice) Reset()
- func (x *PatternFlowRSVPPathSessionExtTunnelIdAsIpv4_Choice) String() string
- type PatternFlowRSVPPathSessionExtTunnelIdAsIpv4_Choice_Enum
- func (PatternFlowRSVPPathSessionExtTunnelIdAsIpv4_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowRSVPPathSessionExtTunnelIdAsIpv4_Choice_Enum) Enum() *PatternFlowRSVPPathSessionExtTunnelIdAsIpv4_Choice_Enum
- func (PatternFlowRSVPPathSessionExtTunnelIdAsIpv4_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowRSVPPathSessionExtTunnelIdAsIpv4_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowRSVPPathSessionExtTunnelIdAsIpv4_Choice_Enum) String() string
- func (PatternFlowRSVPPathSessionExtTunnelIdAsIpv4_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowRSVPPathSessionLspTunnelIpv4Ipv4TunnelEndPointAddress
- func (*PatternFlowRSVPPathSessionLspTunnelIpv4Ipv4TunnelEndPointAddress) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowRSVPPathSessionLspTunnelIpv4Ipv4TunnelEndPointAddress) GetChoice() PatternFlowRSVPPathSessionLspTunnelIpv4Ipv4TunnelEndPointAddress_Choice_Enum
- func (x *PatternFlowRSVPPathSessionLspTunnelIpv4Ipv4TunnelEndPointAddress) GetDecrement() *PatternFlowRSVPPathSessionLspTunnelIpv4Ipv4TunnelEndPointAddressCounter
- func (x *PatternFlowRSVPPathSessionLspTunnelIpv4Ipv4TunnelEndPointAddress) GetIncrement() *PatternFlowRSVPPathSessionLspTunnelIpv4Ipv4TunnelEndPointAddressCounter
- func (x *PatternFlowRSVPPathSessionLspTunnelIpv4Ipv4TunnelEndPointAddress) GetValue() string
- func (x *PatternFlowRSVPPathSessionLspTunnelIpv4Ipv4TunnelEndPointAddress) GetValues() []string
- func (*PatternFlowRSVPPathSessionLspTunnelIpv4Ipv4TunnelEndPointAddress) ProtoMessage()
- func (x *PatternFlowRSVPPathSessionLspTunnelIpv4Ipv4TunnelEndPointAddress) ProtoReflect() protoreflect.Message
- func (x *PatternFlowRSVPPathSessionLspTunnelIpv4Ipv4TunnelEndPointAddress) Reset()
- func (x *PatternFlowRSVPPathSessionLspTunnelIpv4Ipv4TunnelEndPointAddress) String() string
- type PatternFlowRSVPPathSessionLspTunnelIpv4Ipv4TunnelEndPointAddressCounter
- func (*PatternFlowRSVPPathSessionLspTunnelIpv4Ipv4TunnelEndPointAddressCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowRSVPPathSessionLspTunnelIpv4Ipv4TunnelEndPointAddressCounter) GetCount() uint32
- func (x *PatternFlowRSVPPathSessionLspTunnelIpv4Ipv4TunnelEndPointAddressCounter) GetStart() string
- func (x *PatternFlowRSVPPathSessionLspTunnelIpv4Ipv4TunnelEndPointAddressCounter) GetStep() string
- func (*PatternFlowRSVPPathSessionLspTunnelIpv4Ipv4TunnelEndPointAddressCounter) ProtoMessage()
- func (x *PatternFlowRSVPPathSessionLspTunnelIpv4Ipv4TunnelEndPointAddressCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowRSVPPathSessionLspTunnelIpv4Ipv4TunnelEndPointAddressCounter) Reset()
- func (x *PatternFlowRSVPPathSessionLspTunnelIpv4Ipv4TunnelEndPointAddressCounter) String() string
- type PatternFlowRSVPPathSessionLspTunnelIpv4Ipv4TunnelEndPointAddress_Choice
- func (*PatternFlowRSVPPathSessionLspTunnelIpv4Ipv4TunnelEndPointAddress_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowRSVPPathSessionLspTunnelIpv4Ipv4TunnelEndPointAddress_Choice) ProtoMessage()
- func (x *PatternFlowRSVPPathSessionLspTunnelIpv4Ipv4TunnelEndPointAddress_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowRSVPPathSessionLspTunnelIpv4Ipv4TunnelEndPointAddress_Choice) Reset()
- func (x *PatternFlowRSVPPathSessionLspTunnelIpv4Ipv4TunnelEndPointAddress_Choice) String() string
- type PatternFlowRSVPPathSessionLspTunnelIpv4Ipv4TunnelEndPointAddress_Choice_Enum
- func (PatternFlowRSVPPathSessionLspTunnelIpv4Ipv4TunnelEndPointAddress_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowRSVPPathSessionLspTunnelIpv4Ipv4TunnelEndPointAddress_Choice_Enum) Enum() *PatternFlowRSVPPathSessionLspTunnelIpv4Ipv4TunnelEndPointAddress_Choice_Enum
- func (PatternFlowRSVPPathSessionLspTunnelIpv4Ipv4TunnelEndPointAddress_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowRSVPPathSessionLspTunnelIpv4Ipv4TunnelEndPointAddress_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowRSVPPathSessionLspTunnelIpv4Ipv4TunnelEndPointAddress_Choice_Enum) String() string
- func (PatternFlowRSVPPathSessionLspTunnelIpv4Ipv4TunnelEndPointAddress_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowRSVPPathSessionLspTunnelIpv4Reserved
- func (*PatternFlowRSVPPathSessionLspTunnelIpv4Reserved) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowRSVPPathSessionLspTunnelIpv4Reserved) GetChoice() PatternFlowRSVPPathSessionLspTunnelIpv4Reserved_Choice_Enum
- func (x *PatternFlowRSVPPathSessionLspTunnelIpv4Reserved) GetDecrement() *PatternFlowRSVPPathSessionLspTunnelIpv4ReservedCounter
- func (x *PatternFlowRSVPPathSessionLspTunnelIpv4Reserved) GetIncrement() *PatternFlowRSVPPathSessionLspTunnelIpv4ReservedCounter
- func (x *PatternFlowRSVPPathSessionLspTunnelIpv4Reserved) GetValue() uint32
- func (x *PatternFlowRSVPPathSessionLspTunnelIpv4Reserved) GetValues() []uint32
- func (*PatternFlowRSVPPathSessionLspTunnelIpv4Reserved) ProtoMessage()
- func (x *PatternFlowRSVPPathSessionLspTunnelIpv4Reserved) ProtoReflect() protoreflect.Message
- func (x *PatternFlowRSVPPathSessionLspTunnelIpv4Reserved) Reset()
- func (x *PatternFlowRSVPPathSessionLspTunnelIpv4Reserved) String() string
- type PatternFlowRSVPPathSessionLspTunnelIpv4ReservedCounter
- func (*PatternFlowRSVPPathSessionLspTunnelIpv4ReservedCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowRSVPPathSessionLspTunnelIpv4ReservedCounter) GetCount() uint32
- func (x *PatternFlowRSVPPathSessionLspTunnelIpv4ReservedCounter) GetStart() uint32
- func (x *PatternFlowRSVPPathSessionLspTunnelIpv4ReservedCounter) GetStep() uint32
- func (*PatternFlowRSVPPathSessionLspTunnelIpv4ReservedCounter) ProtoMessage()
- func (x *PatternFlowRSVPPathSessionLspTunnelIpv4ReservedCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowRSVPPathSessionLspTunnelIpv4ReservedCounter) Reset()
- func (x *PatternFlowRSVPPathSessionLspTunnelIpv4ReservedCounter) String() string
- type PatternFlowRSVPPathSessionLspTunnelIpv4Reserved_Choice
- func (*PatternFlowRSVPPathSessionLspTunnelIpv4Reserved_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowRSVPPathSessionLspTunnelIpv4Reserved_Choice) ProtoMessage()
- func (x *PatternFlowRSVPPathSessionLspTunnelIpv4Reserved_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowRSVPPathSessionLspTunnelIpv4Reserved_Choice) Reset()
- func (x *PatternFlowRSVPPathSessionLspTunnelIpv4Reserved_Choice) String() string
- type PatternFlowRSVPPathSessionLspTunnelIpv4Reserved_Choice_Enum
- func (PatternFlowRSVPPathSessionLspTunnelIpv4Reserved_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowRSVPPathSessionLspTunnelIpv4Reserved_Choice_Enum) Enum() *PatternFlowRSVPPathSessionLspTunnelIpv4Reserved_Choice_Enum
- func (PatternFlowRSVPPathSessionLspTunnelIpv4Reserved_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowRSVPPathSessionLspTunnelIpv4Reserved_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowRSVPPathSessionLspTunnelIpv4Reserved_Choice_Enum) String() string
- func (PatternFlowRSVPPathSessionLspTunnelIpv4Reserved_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowRSVPPathSessionLspTunnelIpv4TunnelId
- func (*PatternFlowRSVPPathSessionLspTunnelIpv4TunnelId) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowRSVPPathSessionLspTunnelIpv4TunnelId) GetChoice() PatternFlowRSVPPathSessionLspTunnelIpv4TunnelId_Choice_Enum
- func (x *PatternFlowRSVPPathSessionLspTunnelIpv4TunnelId) GetDecrement() *PatternFlowRSVPPathSessionLspTunnelIpv4TunnelIdCounter
- func (x *PatternFlowRSVPPathSessionLspTunnelIpv4TunnelId) GetIncrement() *PatternFlowRSVPPathSessionLspTunnelIpv4TunnelIdCounter
- func (x *PatternFlowRSVPPathSessionLspTunnelIpv4TunnelId) GetValue() uint32
- func (x *PatternFlowRSVPPathSessionLspTunnelIpv4TunnelId) GetValues() []uint32
- func (*PatternFlowRSVPPathSessionLspTunnelIpv4TunnelId) ProtoMessage()
- func (x *PatternFlowRSVPPathSessionLspTunnelIpv4TunnelId) ProtoReflect() protoreflect.Message
- func (x *PatternFlowRSVPPathSessionLspTunnelIpv4TunnelId) Reset()
- func (x *PatternFlowRSVPPathSessionLspTunnelIpv4TunnelId) String() string
- type PatternFlowRSVPPathSessionLspTunnelIpv4TunnelIdCounter
- func (*PatternFlowRSVPPathSessionLspTunnelIpv4TunnelIdCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowRSVPPathSessionLspTunnelIpv4TunnelIdCounter) GetCount() uint32
- func (x *PatternFlowRSVPPathSessionLspTunnelIpv4TunnelIdCounter) GetStart() uint32
- func (x *PatternFlowRSVPPathSessionLspTunnelIpv4TunnelIdCounter) GetStep() uint32
- func (*PatternFlowRSVPPathSessionLspTunnelIpv4TunnelIdCounter) ProtoMessage()
- func (x *PatternFlowRSVPPathSessionLspTunnelIpv4TunnelIdCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowRSVPPathSessionLspTunnelIpv4TunnelIdCounter) Reset()
- func (x *PatternFlowRSVPPathSessionLspTunnelIpv4TunnelIdCounter) String() string
- type PatternFlowRSVPPathSessionLspTunnelIpv4TunnelId_Choice
- func (*PatternFlowRSVPPathSessionLspTunnelIpv4TunnelId_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowRSVPPathSessionLspTunnelIpv4TunnelId_Choice) ProtoMessage()
- func (x *PatternFlowRSVPPathSessionLspTunnelIpv4TunnelId_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowRSVPPathSessionLspTunnelIpv4TunnelId_Choice) Reset()
- func (x *PatternFlowRSVPPathSessionLspTunnelIpv4TunnelId_Choice) String() string
- type PatternFlowRSVPPathSessionLspTunnelIpv4TunnelId_Choice_Enum
- func (PatternFlowRSVPPathSessionLspTunnelIpv4TunnelId_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowRSVPPathSessionLspTunnelIpv4TunnelId_Choice_Enum) Enum() *PatternFlowRSVPPathSessionLspTunnelIpv4TunnelId_Choice_Enum
- func (PatternFlowRSVPPathSessionLspTunnelIpv4TunnelId_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowRSVPPathSessionLspTunnelIpv4TunnelId_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowRSVPPathSessionLspTunnelIpv4TunnelId_Choice_Enum) String() string
- func (PatternFlowRSVPPathSessionLspTunnelIpv4TunnelId_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowRSVPPathTimeValuesType1RefreshPeriodR
- func (*PatternFlowRSVPPathTimeValuesType1RefreshPeriodR) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowRSVPPathTimeValuesType1RefreshPeriodR) GetChoice() PatternFlowRSVPPathTimeValuesType1RefreshPeriodR_Choice_Enum
- func (x *PatternFlowRSVPPathTimeValuesType1RefreshPeriodR) GetDecrement() *PatternFlowRSVPPathTimeValuesType1RefreshPeriodRCounter
- func (x *PatternFlowRSVPPathTimeValuesType1RefreshPeriodR) GetIncrement() *PatternFlowRSVPPathTimeValuesType1RefreshPeriodRCounter
- func (x *PatternFlowRSVPPathTimeValuesType1RefreshPeriodR) GetValue() uint32
- func (x *PatternFlowRSVPPathTimeValuesType1RefreshPeriodR) GetValues() []uint32
- func (*PatternFlowRSVPPathTimeValuesType1RefreshPeriodR) ProtoMessage()
- func (x *PatternFlowRSVPPathTimeValuesType1RefreshPeriodR) ProtoReflect() protoreflect.Message
- func (x *PatternFlowRSVPPathTimeValuesType1RefreshPeriodR) Reset()
- func (x *PatternFlowRSVPPathTimeValuesType1RefreshPeriodR) String() string
- type PatternFlowRSVPPathTimeValuesType1RefreshPeriodRCounter
- func (*PatternFlowRSVPPathTimeValuesType1RefreshPeriodRCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowRSVPPathTimeValuesType1RefreshPeriodRCounter) GetCount() uint32
- func (x *PatternFlowRSVPPathTimeValuesType1RefreshPeriodRCounter) GetStart() uint32
- func (x *PatternFlowRSVPPathTimeValuesType1RefreshPeriodRCounter) GetStep() uint32
- func (*PatternFlowRSVPPathTimeValuesType1RefreshPeriodRCounter) ProtoMessage()
- func (x *PatternFlowRSVPPathTimeValuesType1RefreshPeriodRCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowRSVPPathTimeValuesType1RefreshPeriodRCounter) Reset()
- func (x *PatternFlowRSVPPathTimeValuesType1RefreshPeriodRCounter) String() string
- type PatternFlowRSVPPathTimeValuesType1RefreshPeriodR_Choice
- func (*PatternFlowRSVPPathTimeValuesType1RefreshPeriodR_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowRSVPPathTimeValuesType1RefreshPeriodR_Choice) ProtoMessage()
- func (x *PatternFlowRSVPPathTimeValuesType1RefreshPeriodR_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowRSVPPathTimeValuesType1RefreshPeriodR_Choice) Reset()
- func (x *PatternFlowRSVPPathTimeValuesType1RefreshPeriodR_Choice) String() string
- type PatternFlowRSVPPathTimeValuesType1RefreshPeriodR_Choice_Enum
- func (PatternFlowRSVPPathTimeValuesType1RefreshPeriodR_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowRSVPPathTimeValuesType1RefreshPeriodR_Choice_Enum) Enum() *PatternFlowRSVPPathTimeValuesType1RefreshPeriodR_Choice_Enum
- func (PatternFlowRSVPPathTimeValuesType1RefreshPeriodR_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowRSVPPathTimeValuesType1RefreshPeriodR_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowRSVPPathTimeValuesType1RefreshPeriodR_Choice_Enum) String() string
- func (PatternFlowRSVPPathTimeValuesType1RefreshPeriodR_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowRsvpReserved
- func (*PatternFlowRsvpReserved) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowRsvpReserved) GetChoice() PatternFlowRsvpReserved_Choice_Enum
- func (x *PatternFlowRsvpReserved) GetDecrement() *PatternFlowRsvpReservedCounter
- func (x *PatternFlowRsvpReserved) GetIncrement() *PatternFlowRsvpReservedCounter
- func (x *PatternFlowRsvpReserved) GetValue() uint32
- func (x *PatternFlowRsvpReserved) GetValues() []uint32
- func (*PatternFlowRsvpReserved) ProtoMessage()
- func (x *PatternFlowRsvpReserved) ProtoReflect() protoreflect.Message
- func (x *PatternFlowRsvpReserved) Reset()
- func (x *PatternFlowRsvpReserved) String() string
- type PatternFlowRsvpReservedCounter
- func (*PatternFlowRsvpReservedCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowRsvpReservedCounter) GetCount() uint32
- func (x *PatternFlowRsvpReservedCounter) GetStart() uint32
- func (x *PatternFlowRsvpReservedCounter) GetStep() uint32
- func (*PatternFlowRsvpReservedCounter) ProtoMessage()
- func (x *PatternFlowRsvpReservedCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowRsvpReservedCounter) Reset()
- func (x *PatternFlowRsvpReservedCounter) String() string
- type PatternFlowRsvpReserved_Choice
- func (*PatternFlowRsvpReserved_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowRsvpReserved_Choice) ProtoMessage()
- func (x *PatternFlowRsvpReserved_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowRsvpReserved_Choice) Reset()
- func (x *PatternFlowRsvpReserved_Choice) String() string
- type PatternFlowRsvpReserved_Choice_Enum
- func (PatternFlowRsvpReserved_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowRsvpReserved_Choice_Enum) Enum() *PatternFlowRsvpReserved_Choice_Enum
- func (PatternFlowRsvpReserved_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowRsvpReserved_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowRsvpReserved_Choice_Enum) String() string
- func (PatternFlowRsvpReserved_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowRsvpRsvpChecksum
- func (*PatternFlowRsvpRsvpChecksum) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowRsvpRsvpChecksum) GetChoice() PatternFlowRsvpRsvpChecksum_Choice_Enum
- func (x *PatternFlowRsvpRsvpChecksum) GetCustom() uint32
- func (x *PatternFlowRsvpRsvpChecksum) GetGenerated() PatternFlowRsvpRsvpChecksum_Generated_Enum
- func (*PatternFlowRsvpRsvpChecksum) ProtoMessage()
- func (x *PatternFlowRsvpRsvpChecksum) ProtoReflect() protoreflect.Message
- func (x *PatternFlowRsvpRsvpChecksum) Reset()
- func (x *PatternFlowRsvpRsvpChecksum) String() string
- type PatternFlowRsvpRsvpChecksum_Choice
- func (*PatternFlowRsvpRsvpChecksum_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowRsvpRsvpChecksum_Choice) ProtoMessage()
- func (x *PatternFlowRsvpRsvpChecksum_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowRsvpRsvpChecksum_Choice) Reset()
- func (x *PatternFlowRsvpRsvpChecksum_Choice) String() string
- type PatternFlowRsvpRsvpChecksum_Choice_Enum
- func (PatternFlowRsvpRsvpChecksum_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowRsvpRsvpChecksum_Choice_Enum) Enum() *PatternFlowRsvpRsvpChecksum_Choice_Enum
- func (PatternFlowRsvpRsvpChecksum_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowRsvpRsvpChecksum_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowRsvpRsvpChecksum_Choice_Enum) String() string
- func (PatternFlowRsvpRsvpChecksum_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowRsvpRsvpChecksum_Generated
- func (*PatternFlowRsvpRsvpChecksum_Generated) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowRsvpRsvpChecksum_Generated) ProtoMessage()
- func (x *PatternFlowRsvpRsvpChecksum_Generated) ProtoReflect() protoreflect.Message
- func (x *PatternFlowRsvpRsvpChecksum_Generated) Reset()
- func (x *PatternFlowRsvpRsvpChecksum_Generated) String() string
- type PatternFlowRsvpRsvpChecksum_Generated_Enum
- func (PatternFlowRsvpRsvpChecksum_Generated_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowRsvpRsvpChecksum_Generated_Enum) Enum() *PatternFlowRsvpRsvpChecksum_Generated_Enum
- func (PatternFlowRsvpRsvpChecksum_Generated_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowRsvpRsvpChecksum_Generated_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowRsvpRsvpChecksum_Generated_Enum) String() string
- func (PatternFlowRsvpRsvpChecksum_Generated_Enum) Type() protoreflect.EnumType
- type PatternFlowRsvpTimeToLive
- func (*PatternFlowRsvpTimeToLive) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowRsvpTimeToLive) GetChoice() PatternFlowRsvpTimeToLive_Choice_Enum
- func (x *PatternFlowRsvpTimeToLive) GetDecrement() *PatternFlowRsvpTimeToLiveCounter
- func (x *PatternFlowRsvpTimeToLive) GetIncrement() *PatternFlowRsvpTimeToLiveCounter
- func (x *PatternFlowRsvpTimeToLive) GetValue() uint32
- func (x *PatternFlowRsvpTimeToLive) GetValues() []uint32
- func (*PatternFlowRsvpTimeToLive) ProtoMessage()
- func (x *PatternFlowRsvpTimeToLive) ProtoReflect() protoreflect.Message
- func (x *PatternFlowRsvpTimeToLive) Reset()
- func (x *PatternFlowRsvpTimeToLive) String() string
- type PatternFlowRsvpTimeToLiveCounter
- func (*PatternFlowRsvpTimeToLiveCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowRsvpTimeToLiveCounter) GetCount() uint32
- func (x *PatternFlowRsvpTimeToLiveCounter) GetStart() uint32
- func (x *PatternFlowRsvpTimeToLiveCounter) GetStep() uint32
- func (*PatternFlowRsvpTimeToLiveCounter) ProtoMessage()
- func (x *PatternFlowRsvpTimeToLiveCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowRsvpTimeToLiveCounter) Reset()
- func (x *PatternFlowRsvpTimeToLiveCounter) String() string
- type PatternFlowRsvpTimeToLive_Choice
- func (*PatternFlowRsvpTimeToLive_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowRsvpTimeToLive_Choice) ProtoMessage()
- func (x *PatternFlowRsvpTimeToLive_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowRsvpTimeToLive_Choice) Reset()
- func (x *PatternFlowRsvpTimeToLive_Choice) String() string
- type PatternFlowRsvpTimeToLive_Choice_Enum
- func (PatternFlowRsvpTimeToLive_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowRsvpTimeToLive_Choice_Enum) Enum() *PatternFlowRsvpTimeToLive_Choice_Enum
- func (PatternFlowRsvpTimeToLive_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowRsvpTimeToLive_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowRsvpTimeToLive_Choice_Enum) String() string
- func (PatternFlowRsvpTimeToLive_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowSnmpv2CBulkPDUMaxRepetitions
- func (*PatternFlowSnmpv2CBulkPDUMaxRepetitions) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowSnmpv2CBulkPDUMaxRepetitions) GetChoice() PatternFlowSnmpv2CBulkPDUMaxRepetitions_Choice_Enum
- func (x *PatternFlowSnmpv2CBulkPDUMaxRepetitions) GetDecrement() *PatternFlowSnmpv2CBulkPDUMaxRepetitionsCounter
- func (x *PatternFlowSnmpv2CBulkPDUMaxRepetitions) GetIncrement() *PatternFlowSnmpv2CBulkPDUMaxRepetitionsCounter
- func (x *PatternFlowSnmpv2CBulkPDUMaxRepetitions) GetValue() uint32
- func (x *PatternFlowSnmpv2CBulkPDUMaxRepetitions) GetValues() []uint32
- func (*PatternFlowSnmpv2CBulkPDUMaxRepetitions) ProtoMessage()
- func (x *PatternFlowSnmpv2CBulkPDUMaxRepetitions) ProtoReflect() protoreflect.Message
- func (x *PatternFlowSnmpv2CBulkPDUMaxRepetitions) Reset()
- func (x *PatternFlowSnmpv2CBulkPDUMaxRepetitions) String() string
- type PatternFlowSnmpv2CBulkPDUMaxRepetitionsCounter
- func (*PatternFlowSnmpv2CBulkPDUMaxRepetitionsCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowSnmpv2CBulkPDUMaxRepetitionsCounter) GetCount() uint32
- func (x *PatternFlowSnmpv2CBulkPDUMaxRepetitionsCounter) GetStart() uint32
- func (x *PatternFlowSnmpv2CBulkPDUMaxRepetitionsCounter) GetStep() uint32
- func (*PatternFlowSnmpv2CBulkPDUMaxRepetitionsCounter) ProtoMessage()
- func (x *PatternFlowSnmpv2CBulkPDUMaxRepetitionsCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowSnmpv2CBulkPDUMaxRepetitionsCounter) Reset()
- func (x *PatternFlowSnmpv2CBulkPDUMaxRepetitionsCounter) String() string
- type PatternFlowSnmpv2CBulkPDUMaxRepetitions_Choice
- func (*PatternFlowSnmpv2CBulkPDUMaxRepetitions_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowSnmpv2CBulkPDUMaxRepetitions_Choice) ProtoMessage()
- func (x *PatternFlowSnmpv2CBulkPDUMaxRepetitions_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowSnmpv2CBulkPDUMaxRepetitions_Choice) Reset()
- func (x *PatternFlowSnmpv2CBulkPDUMaxRepetitions_Choice) String() string
- type PatternFlowSnmpv2CBulkPDUMaxRepetitions_Choice_Enum
- func (PatternFlowSnmpv2CBulkPDUMaxRepetitions_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowSnmpv2CBulkPDUMaxRepetitions_Choice_Enum) Enum() *PatternFlowSnmpv2CBulkPDUMaxRepetitions_Choice_Enum
- func (PatternFlowSnmpv2CBulkPDUMaxRepetitions_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowSnmpv2CBulkPDUMaxRepetitions_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowSnmpv2CBulkPDUMaxRepetitions_Choice_Enum) String() string
- func (PatternFlowSnmpv2CBulkPDUMaxRepetitions_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowSnmpv2CBulkPDUNonRepeaters
- func (*PatternFlowSnmpv2CBulkPDUNonRepeaters) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowSnmpv2CBulkPDUNonRepeaters) GetChoice() PatternFlowSnmpv2CBulkPDUNonRepeaters_Choice_Enum
- func (x *PatternFlowSnmpv2CBulkPDUNonRepeaters) GetValue() uint32
- func (x *PatternFlowSnmpv2CBulkPDUNonRepeaters) GetValues() []uint32
- func (*PatternFlowSnmpv2CBulkPDUNonRepeaters) ProtoMessage()
- func (x *PatternFlowSnmpv2CBulkPDUNonRepeaters) ProtoReflect() protoreflect.Message
- func (x *PatternFlowSnmpv2CBulkPDUNonRepeaters) Reset()
- func (x *PatternFlowSnmpv2CBulkPDUNonRepeaters) String() string
- type PatternFlowSnmpv2CBulkPDUNonRepeaters_Choice
- func (*PatternFlowSnmpv2CBulkPDUNonRepeaters_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowSnmpv2CBulkPDUNonRepeaters_Choice) ProtoMessage()
- func (x *PatternFlowSnmpv2CBulkPDUNonRepeaters_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowSnmpv2CBulkPDUNonRepeaters_Choice) Reset()
- func (x *PatternFlowSnmpv2CBulkPDUNonRepeaters_Choice) String() string
- type PatternFlowSnmpv2CBulkPDUNonRepeaters_Choice_Enum
- func (PatternFlowSnmpv2CBulkPDUNonRepeaters_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowSnmpv2CBulkPDUNonRepeaters_Choice_Enum) Enum() *PatternFlowSnmpv2CBulkPDUNonRepeaters_Choice_Enum
- func (PatternFlowSnmpv2CBulkPDUNonRepeaters_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowSnmpv2CBulkPDUNonRepeaters_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowSnmpv2CBulkPDUNonRepeaters_Choice_Enum) String() string
- func (PatternFlowSnmpv2CBulkPDUNonRepeaters_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowSnmpv2CBulkPDURequestId
- func (*PatternFlowSnmpv2CBulkPDURequestId) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowSnmpv2CBulkPDURequestId) GetChoice() PatternFlowSnmpv2CBulkPDURequestId_Choice_Enum
- func (x *PatternFlowSnmpv2CBulkPDURequestId) GetDecrement() *PatternFlowSnmpv2CBulkPDURequestIdCounter
- func (x *PatternFlowSnmpv2CBulkPDURequestId) GetIncrement() *PatternFlowSnmpv2CBulkPDURequestIdCounter
- func (x *PatternFlowSnmpv2CBulkPDURequestId) GetValue() int32
- func (x *PatternFlowSnmpv2CBulkPDURequestId) GetValues() []int32
- func (*PatternFlowSnmpv2CBulkPDURequestId) ProtoMessage()
- func (x *PatternFlowSnmpv2CBulkPDURequestId) ProtoReflect() protoreflect.Message
- func (x *PatternFlowSnmpv2CBulkPDURequestId) Reset()
- func (x *PatternFlowSnmpv2CBulkPDURequestId) String() string
- type PatternFlowSnmpv2CBulkPDURequestIdCounter
- func (*PatternFlowSnmpv2CBulkPDURequestIdCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowSnmpv2CBulkPDURequestIdCounter) GetCount() int32
- func (x *PatternFlowSnmpv2CBulkPDURequestIdCounter) GetStart() int32
- func (x *PatternFlowSnmpv2CBulkPDURequestIdCounter) GetStep() int32
- func (*PatternFlowSnmpv2CBulkPDURequestIdCounter) ProtoMessage()
- func (x *PatternFlowSnmpv2CBulkPDURequestIdCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowSnmpv2CBulkPDURequestIdCounter) Reset()
- func (x *PatternFlowSnmpv2CBulkPDURequestIdCounter) String() string
- type PatternFlowSnmpv2CBulkPDURequestId_Choice
- func (*PatternFlowSnmpv2CBulkPDURequestId_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowSnmpv2CBulkPDURequestId_Choice) ProtoMessage()
- func (x *PatternFlowSnmpv2CBulkPDURequestId_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowSnmpv2CBulkPDURequestId_Choice) Reset()
- func (x *PatternFlowSnmpv2CBulkPDURequestId_Choice) String() string
- type PatternFlowSnmpv2CBulkPDURequestId_Choice_Enum
- func (PatternFlowSnmpv2CBulkPDURequestId_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowSnmpv2CBulkPDURequestId_Choice_Enum) Enum() *PatternFlowSnmpv2CBulkPDURequestId_Choice_Enum
- func (PatternFlowSnmpv2CBulkPDURequestId_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowSnmpv2CBulkPDURequestId_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowSnmpv2CBulkPDURequestId_Choice_Enum) String() string
- func (PatternFlowSnmpv2CBulkPDURequestId_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowSnmpv2CCommonRequestId
- func (*PatternFlowSnmpv2CCommonRequestId) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowSnmpv2CCommonRequestId) GetChoice() PatternFlowSnmpv2CCommonRequestId_Choice_Enum
- func (x *PatternFlowSnmpv2CCommonRequestId) GetDecrement() *PatternFlowSnmpv2CCommonRequestIdCounter
- func (x *PatternFlowSnmpv2CCommonRequestId) GetIncrement() *PatternFlowSnmpv2CCommonRequestIdCounter
- func (x *PatternFlowSnmpv2CCommonRequestId) GetValue() int32
- func (x *PatternFlowSnmpv2CCommonRequestId) GetValues() []int32
- func (*PatternFlowSnmpv2CCommonRequestId) ProtoMessage()
- func (x *PatternFlowSnmpv2CCommonRequestId) ProtoReflect() protoreflect.Message
- func (x *PatternFlowSnmpv2CCommonRequestId) Reset()
- func (x *PatternFlowSnmpv2CCommonRequestId) String() string
- type PatternFlowSnmpv2CCommonRequestIdCounter
- func (*PatternFlowSnmpv2CCommonRequestIdCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowSnmpv2CCommonRequestIdCounter) GetCount() int32
- func (x *PatternFlowSnmpv2CCommonRequestIdCounter) GetStart() int32
- func (x *PatternFlowSnmpv2CCommonRequestIdCounter) GetStep() int32
- func (*PatternFlowSnmpv2CCommonRequestIdCounter) ProtoMessage()
- func (x *PatternFlowSnmpv2CCommonRequestIdCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowSnmpv2CCommonRequestIdCounter) Reset()
- func (x *PatternFlowSnmpv2CCommonRequestIdCounter) String() string
- type PatternFlowSnmpv2CCommonRequestId_Choice
- func (*PatternFlowSnmpv2CCommonRequestId_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowSnmpv2CCommonRequestId_Choice) ProtoMessage()
- func (x *PatternFlowSnmpv2CCommonRequestId_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowSnmpv2CCommonRequestId_Choice) Reset()
- func (x *PatternFlowSnmpv2CCommonRequestId_Choice) String() string
- type PatternFlowSnmpv2CCommonRequestId_Choice_Enum
- func (PatternFlowSnmpv2CCommonRequestId_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowSnmpv2CCommonRequestId_Choice_Enum) Enum() *PatternFlowSnmpv2CCommonRequestId_Choice_Enum
- func (PatternFlowSnmpv2CCommonRequestId_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowSnmpv2CCommonRequestId_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowSnmpv2CCommonRequestId_Choice_Enum) String() string
- func (PatternFlowSnmpv2CCommonRequestId_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowSnmpv2CPDUErrorIndex
- func (*PatternFlowSnmpv2CPDUErrorIndex) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowSnmpv2CPDUErrorIndex) GetChoice() PatternFlowSnmpv2CPDUErrorIndex_Choice_Enum
- func (x *PatternFlowSnmpv2CPDUErrorIndex) GetDecrement() *PatternFlowSnmpv2CPDUErrorIndexCounter
- func (x *PatternFlowSnmpv2CPDUErrorIndex) GetIncrement() *PatternFlowSnmpv2CPDUErrorIndexCounter
- func (x *PatternFlowSnmpv2CPDUErrorIndex) GetValue() uint32
- func (x *PatternFlowSnmpv2CPDUErrorIndex) GetValues() []uint32
- func (*PatternFlowSnmpv2CPDUErrorIndex) ProtoMessage()
- func (x *PatternFlowSnmpv2CPDUErrorIndex) ProtoReflect() protoreflect.Message
- func (x *PatternFlowSnmpv2CPDUErrorIndex) Reset()
- func (x *PatternFlowSnmpv2CPDUErrorIndex) String() string
- type PatternFlowSnmpv2CPDUErrorIndexCounter
- func (*PatternFlowSnmpv2CPDUErrorIndexCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowSnmpv2CPDUErrorIndexCounter) GetCount() uint32
- func (x *PatternFlowSnmpv2CPDUErrorIndexCounter) GetStart() uint32
- func (x *PatternFlowSnmpv2CPDUErrorIndexCounter) GetStep() uint32
- func (*PatternFlowSnmpv2CPDUErrorIndexCounter) ProtoMessage()
- func (x *PatternFlowSnmpv2CPDUErrorIndexCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowSnmpv2CPDUErrorIndexCounter) Reset()
- func (x *PatternFlowSnmpv2CPDUErrorIndexCounter) String() string
- type PatternFlowSnmpv2CPDUErrorIndex_Choice
- func (*PatternFlowSnmpv2CPDUErrorIndex_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowSnmpv2CPDUErrorIndex_Choice) ProtoMessage()
- func (x *PatternFlowSnmpv2CPDUErrorIndex_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowSnmpv2CPDUErrorIndex_Choice) Reset()
- func (x *PatternFlowSnmpv2CPDUErrorIndex_Choice) String() string
- type PatternFlowSnmpv2CPDUErrorIndex_Choice_Enum
- func (PatternFlowSnmpv2CPDUErrorIndex_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowSnmpv2CPDUErrorIndex_Choice_Enum) Enum() *PatternFlowSnmpv2CPDUErrorIndex_Choice_Enum
- func (PatternFlowSnmpv2CPDUErrorIndex_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowSnmpv2CPDUErrorIndex_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowSnmpv2CPDUErrorIndex_Choice_Enum) String() string
- func (PatternFlowSnmpv2CPDUErrorIndex_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowSnmpv2CPDURequestId
- func (*PatternFlowSnmpv2CPDURequestId) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowSnmpv2CPDURequestId) GetChoice() PatternFlowSnmpv2CPDURequestId_Choice_Enum
- func (x *PatternFlowSnmpv2CPDURequestId) GetDecrement() *PatternFlowSnmpv2CPDURequestIdCounter
- func (x *PatternFlowSnmpv2CPDURequestId) GetIncrement() *PatternFlowSnmpv2CPDURequestIdCounter
- func (x *PatternFlowSnmpv2CPDURequestId) GetValue() int32
- func (x *PatternFlowSnmpv2CPDURequestId) GetValues() []int32
- func (*PatternFlowSnmpv2CPDURequestId) ProtoMessage()
- func (x *PatternFlowSnmpv2CPDURequestId) ProtoReflect() protoreflect.Message
- func (x *PatternFlowSnmpv2CPDURequestId) Reset()
- func (x *PatternFlowSnmpv2CPDURequestId) String() string
- type PatternFlowSnmpv2CPDURequestIdCounter
- func (*PatternFlowSnmpv2CPDURequestIdCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowSnmpv2CPDURequestIdCounter) GetCount() int32
- func (x *PatternFlowSnmpv2CPDURequestIdCounter) GetStart() int32
- func (x *PatternFlowSnmpv2CPDURequestIdCounter) GetStep() int32
- func (*PatternFlowSnmpv2CPDURequestIdCounter) ProtoMessage()
- func (x *PatternFlowSnmpv2CPDURequestIdCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowSnmpv2CPDURequestIdCounter) Reset()
- func (x *PatternFlowSnmpv2CPDURequestIdCounter) String() string
- type PatternFlowSnmpv2CPDURequestId_Choice
- func (*PatternFlowSnmpv2CPDURequestId_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowSnmpv2CPDURequestId_Choice) ProtoMessage()
- func (x *PatternFlowSnmpv2CPDURequestId_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowSnmpv2CPDURequestId_Choice) Reset()
- func (x *PatternFlowSnmpv2CPDURequestId_Choice) String() string
- type PatternFlowSnmpv2CPDURequestId_Choice_Enum
- func (PatternFlowSnmpv2CPDURequestId_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowSnmpv2CPDURequestId_Choice_Enum) Enum() *PatternFlowSnmpv2CPDURequestId_Choice_Enum
- func (PatternFlowSnmpv2CPDURequestId_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowSnmpv2CPDURequestId_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowSnmpv2CPDURequestId_Choice_Enum) String() string
- func (PatternFlowSnmpv2CPDURequestId_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowSnmpv2CVariableBindingValueBigCounterValue
- func (*PatternFlowSnmpv2CVariableBindingValueBigCounterValue) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowSnmpv2CVariableBindingValueBigCounterValue) GetChoice() PatternFlowSnmpv2CVariableBindingValueBigCounterValue_Choice_Enum
- func (x *PatternFlowSnmpv2CVariableBindingValueBigCounterValue) GetDecrement() *PatternFlowSnmpv2CVariableBindingValueBigCounterValueCounter
- func (x *PatternFlowSnmpv2CVariableBindingValueBigCounterValue) GetIncrement() *PatternFlowSnmpv2CVariableBindingValueBigCounterValueCounter
- func (x *PatternFlowSnmpv2CVariableBindingValueBigCounterValue) GetValue() uint64
- func (x *PatternFlowSnmpv2CVariableBindingValueBigCounterValue) GetValues() []uint64
- func (*PatternFlowSnmpv2CVariableBindingValueBigCounterValue) ProtoMessage()
- func (x *PatternFlowSnmpv2CVariableBindingValueBigCounterValue) ProtoReflect() protoreflect.Message
- func (x *PatternFlowSnmpv2CVariableBindingValueBigCounterValue) Reset()
- func (x *PatternFlowSnmpv2CVariableBindingValueBigCounterValue) String() string
- type PatternFlowSnmpv2CVariableBindingValueBigCounterValueCounter
- func (*PatternFlowSnmpv2CVariableBindingValueBigCounterValueCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowSnmpv2CVariableBindingValueBigCounterValueCounter) GetCount() uint64
- func (x *PatternFlowSnmpv2CVariableBindingValueBigCounterValueCounter) GetStart() uint64
- func (x *PatternFlowSnmpv2CVariableBindingValueBigCounterValueCounter) GetStep() uint64
- func (*PatternFlowSnmpv2CVariableBindingValueBigCounterValueCounter) ProtoMessage()
- func (x *PatternFlowSnmpv2CVariableBindingValueBigCounterValueCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowSnmpv2CVariableBindingValueBigCounterValueCounter) Reset()
- func (x *PatternFlowSnmpv2CVariableBindingValueBigCounterValueCounter) String() string
- type PatternFlowSnmpv2CVariableBindingValueBigCounterValue_Choice
- func (*PatternFlowSnmpv2CVariableBindingValueBigCounterValue_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowSnmpv2CVariableBindingValueBigCounterValue_Choice) ProtoMessage()
- func (x *PatternFlowSnmpv2CVariableBindingValueBigCounterValue_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowSnmpv2CVariableBindingValueBigCounterValue_Choice) Reset()
- func (x *PatternFlowSnmpv2CVariableBindingValueBigCounterValue_Choice) String() string
- type PatternFlowSnmpv2CVariableBindingValueBigCounterValue_Choice_Enum
- func (PatternFlowSnmpv2CVariableBindingValueBigCounterValue_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowSnmpv2CVariableBindingValueBigCounterValue_Choice_Enum) Enum() *PatternFlowSnmpv2CVariableBindingValueBigCounterValue_Choice_Enum
- func (PatternFlowSnmpv2CVariableBindingValueBigCounterValue_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowSnmpv2CVariableBindingValueBigCounterValue_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowSnmpv2CVariableBindingValueBigCounterValue_Choice_Enum) String() string
- func (PatternFlowSnmpv2CVariableBindingValueBigCounterValue_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowSnmpv2CVariableBindingValueCounterValue
- func (*PatternFlowSnmpv2CVariableBindingValueCounterValue) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowSnmpv2CVariableBindingValueCounterValue) GetChoice() PatternFlowSnmpv2CVariableBindingValueCounterValue_Choice_Enum
- func (x *PatternFlowSnmpv2CVariableBindingValueCounterValue) GetDecrement() *PatternFlowSnmpv2CVariableBindingValueCounterValueCounter
- func (x *PatternFlowSnmpv2CVariableBindingValueCounterValue) GetIncrement() *PatternFlowSnmpv2CVariableBindingValueCounterValueCounter
- func (x *PatternFlowSnmpv2CVariableBindingValueCounterValue) GetValue() uint32
- func (x *PatternFlowSnmpv2CVariableBindingValueCounterValue) GetValues() []uint32
- func (*PatternFlowSnmpv2CVariableBindingValueCounterValue) ProtoMessage()
- func (x *PatternFlowSnmpv2CVariableBindingValueCounterValue) ProtoReflect() protoreflect.Message
- func (x *PatternFlowSnmpv2CVariableBindingValueCounterValue) Reset()
- func (x *PatternFlowSnmpv2CVariableBindingValueCounterValue) String() string
- type PatternFlowSnmpv2CVariableBindingValueCounterValueCounter
- func (*PatternFlowSnmpv2CVariableBindingValueCounterValueCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowSnmpv2CVariableBindingValueCounterValueCounter) GetCount() uint32
- func (x *PatternFlowSnmpv2CVariableBindingValueCounterValueCounter) GetStart() uint32
- func (x *PatternFlowSnmpv2CVariableBindingValueCounterValueCounter) GetStep() uint32
- func (*PatternFlowSnmpv2CVariableBindingValueCounterValueCounter) ProtoMessage()
- func (x *PatternFlowSnmpv2CVariableBindingValueCounterValueCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowSnmpv2CVariableBindingValueCounterValueCounter) Reset()
- func (x *PatternFlowSnmpv2CVariableBindingValueCounterValueCounter) String() string
- type PatternFlowSnmpv2CVariableBindingValueCounterValue_Choice
- func (*PatternFlowSnmpv2CVariableBindingValueCounterValue_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowSnmpv2CVariableBindingValueCounterValue_Choice) ProtoMessage()
- func (x *PatternFlowSnmpv2CVariableBindingValueCounterValue_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowSnmpv2CVariableBindingValueCounterValue_Choice) Reset()
- func (x *PatternFlowSnmpv2CVariableBindingValueCounterValue_Choice) String() string
- type PatternFlowSnmpv2CVariableBindingValueCounterValue_Choice_Enum
- func (PatternFlowSnmpv2CVariableBindingValueCounterValue_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowSnmpv2CVariableBindingValueCounterValue_Choice_Enum) Enum() *PatternFlowSnmpv2CVariableBindingValueCounterValue_Choice_Enum
- func (PatternFlowSnmpv2CVariableBindingValueCounterValue_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowSnmpv2CVariableBindingValueCounterValue_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowSnmpv2CVariableBindingValueCounterValue_Choice_Enum) String() string
- func (PatternFlowSnmpv2CVariableBindingValueCounterValue_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowSnmpv2CVariableBindingValueIntegerValue
- func (*PatternFlowSnmpv2CVariableBindingValueIntegerValue) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowSnmpv2CVariableBindingValueIntegerValue) GetChoice() PatternFlowSnmpv2CVariableBindingValueIntegerValue_Choice_Enum
- func (x *PatternFlowSnmpv2CVariableBindingValueIntegerValue) GetDecrement() *PatternFlowSnmpv2CVariableBindingValueIntegerValueCounter
- func (x *PatternFlowSnmpv2CVariableBindingValueIntegerValue) GetIncrement() *PatternFlowSnmpv2CVariableBindingValueIntegerValueCounter
- func (x *PatternFlowSnmpv2CVariableBindingValueIntegerValue) GetValue() int32
- func (x *PatternFlowSnmpv2CVariableBindingValueIntegerValue) GetValues() []int32
- func (*PatternFlowSnmpv2CVariableBindingValueIntegerValue) ProtoMessage()
- func (x *PatternFlowSnmpv2CVariableBindingValueIntegerValue) ProtoReflect() protoreflect.Message
- func (x *PatternFlowSnmpv2CVariableBindingValueIntegerValue) Reset()
- func (x *PatternFlowSnmpv2CVariableBindingValueIntegerValue) String() string
- type PatternFlowSnmpv2CVariableBindingValueIntegerValueCounter
- func (*PatternFlowSnmpv2CVariableBindingValueIntegerValueCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowSnmpv2CVariableBindingValueIntegerValueCounter) GetCount() int32
- func (x *PatternFlowSnmpv2CVariableBindingValueIntegerValueCounter) GetStart() int32
- func (x *PatternFlowSnmpv2CVariableBindingValueIntegerValueCounter) GetStep() int32
- func (*PatternFlowSnmpv2CVariableBindingValueIntegerValueCounter) ProtoMessage()
- func (x *PatternFlowSnmpv2CVariableBindingValueIntegerValueCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowSnmpv2CVariableBindingValueIntegerValueCounter) Reset()
- func (x *PatternFlowSnmpv2CVariableBindingValueIntegerValueCounter) String() string
- type PatternFlowSnmpv2CVariableBindingValueIntegerValue_Choice
- func (*PatternFlowSnmpv2CVariableBindingValueIntegerValue_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowSnmpv2CVariableBindingValueIntegerValue_Choice) ProtoMessage()
- func (x *PatternFlowSnmpv2CVariableBindingValueIntegerValue_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowSnmpv2CVariableBindingValueIntegerValue_Choice) Reset()
- func (x *PatternFlowSnmpv2CVariableBindingValueIntegerValue_Choice) String() string
- type PatternFlowSnmpv2CVariableBindingValueIntegerValue_Choice_Enum
- func (PatternFlowSnmpv2CVariableBindingValueIntegerValue_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowSnmpv2CVariableBindingValueIntegerValue_Choice_Enum) Enum() *PatternFlowSnmpv2CVariableBindingValueIntegerValue_Choice_Enum
- func (PatternFlowSnmpv2CVariableBindingValueIntegerValue_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowSnmpv2CVariableBindingValueIntegerValue_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowSnmpv2CVariableBindingValueIntegerValue_Choice_Enum) String() string
- func (PatternFlowSnmpv2CVariableBindingValueIntegerValue_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowSnmpv2CVariableBindingValueIpAddressValue
- func (*PatternFlowSnmpv2CVariableBindingValueIpAddressValue) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowSnmpv2CVariableBindingValueIpAddressValue) GetChoice() PatternFlowSnmpv2CVariableBindingValueIpAddressValue_Choice_Enum
- func (x *PatternFlowSnmpv2CVariableBindingValueIpAddressValue) GetDecrement() *PatternFlowSnmpv2CVariableBindingValueIpAddressValueCounter
- func (x *PatternFlowSnmpv2CVariableBindingValueIpAddressValue) GetIncrement() *PatternFlowSnmpv2CVariableBindingValueIpAddressValueCounter
- func (x *PatternFlowSnmpv2CVariableBindingValueIpAddressValue) GetValue() string
- func (x *PatternFlowSnmpv2CVariableBindingValueIpAddressValue) GetValues() []string
- func (*PatternFlowSnmpv2CVariableBindingValueIpAddressValue) ProtoMessage()
- func (x *PatternFlowSnmpv2CVariableBindingValueIpAddressValue) ProtoReflect() protoreflect.Message
- func (x *PatternFlowSnmpv2CVariableBindingValueIpAddressValue) Reset()
- func (x *PatternFlowSnmpv2CVariableBindingValueIpAddressValue) String() string
- type PatternFlowSnmpv2CVariableBindingValueIpAddressValueCounter
- func (*PatternFlowSnmpv2CVariableBindingValueIpAddressValueCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowSnmpv2CVariableBindingValueIpAddressValueCounter) GetCount() uint32
- func (x *PatternFlowSnmpv2CVariableBindingValueIpAddressValueCounter) GetStart() string
- func (x *PatternFlowSnmpv2CVariableBindingValueIpAddressValueCounter) GetStep() string
- func (*PatternFlowSnmpv2CVariableBindingValueIpAddressValueCounter) ProtoMessage()
- func (x *PatternFlowSnmpv2CVariableBindingValueIpAddressValueCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowSnmpv2CVariableBindingValueIpAddressValueCounter) Reset()
- func (x *PatternFlowSnmpv2CVariableBindingValueIpAddressValueCounter) String() string
- type PatternFlowSnmpv2CVariableBindingValueIpAddressValue_Choice
- func (*PatternFlowSnmpv2CVariableBindingValueIpAddressValue_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowSnmpv2CVariableBindingValueIpAddressValue_Choice) ProtoMessage()
- func (x *PatternFlowSnmpv2CVariableBindingValueIpAddressValue_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowSnmpv2CVariableBindingValueIpAddressValue_Choice) Reset()
- func (x *PatternFlowSnmpv2CVariableBindingValueIpAddressValue_Choice) String() string
- type PatternFlowSnmpv2CVariableBindingValueIpAddressValue_Choice_Enum
- func (PatternFlowSnmpv2CVariableBindingValueIpAddressValue_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowSnmpv2CVariableBindingValueIpAddressValue_Choice_Enum) Enum() *PatternFlowSnmpv2CVariableBindingValueIpAddressValue_Choice_Enum
- func (PatternFlowSnmpv2CVariableBindingValueIpAddressValue_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowSnmpv2CVariableBindingValueIpAddressValue_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowSnmpv2CVariableBindingValueIpAddressValue_Choice_Enum) String() string
- func (PatternFlowSnmpv2CVariableBindingValueIpAddressValue_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowSnmpv2CVariableBindingValueTimeticksValue
- func (*PatternFlowSnmpv2CVariableBindingValueTimeticksValue) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowSnmpv2CVariableBindingValueTimeticksValue) GetChoice() PatternFlowSnmpv2CVariableBindingValueTimeticksValue_Choice_Enum
- func (x *PatternFlowSnmpv2CVariableBindingValueTimeticksValue) GetDecrement() *PatternFlowSnmpv2CVariableBindingValueTimeticksValueCounter
- func (x *PatternFlowSnmpv2CVariableBindingValueTimeticksValue) GetIncrement() *PatternFlowSnmpv2CVariableBindingValueTimeticksValueCounter
- func (x *PatternFlowSnmpv2CVariableBindingValueTimeticksValue) GetValue() uint32
- func (x *PatternFlowSnmpv2CVariableBindingValueTimeticksValue) GetValues() []uint32
- func (*PatternFlowSnmpv2CVariableBindingValueTimeticksValue) ProtoMessage()
- func (x *PatternFlowSnmpv2CVariableBindingValueTimeticksValue) ProtoReflect() protoreflect.Message
- func (x *PatternFlowSnmpv2CVariableBindingValueTimeticksValue) Reset()
- func (x *PatternFlowSnmpv2CVariableBindingValueTimeticksValue) String() string
- type PatternFlowSnmpv2CVariableBindingValueTimeticksValueCounter
- func (*PatternFlowSnmpv2CVariableBindingValueTimeticksValueCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowSnmpv2CVariableBindingValueTimeticksValueCounter) GetCount() uint32
- func (x *PatternFlowSnmpv2CVariableBindingValueTimeticksValueCounter) GetStart() uint32
- func (x *PatternFlowSnmpv2CVariableBindingValueTimeticksValueCounter) GetStep() uint32
- func (*PatternFlowSnmpv2CVariableBindingValueTimeticksValueCounter) ProtoMessage()
- func (x *PatternFlowSnmpv2CVariableBindingValueTimeticksValueCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowSnmpv2CVariableBindingValueTimeticksValueCounter) Reset()
- func (x *PatternFlowSnmpv2CVariableBindingValueTimeticksValueCounter) String() string
- type PatternFlowSnmpv2CVariableBindingValueTimeticksValue_Choice
- func (*PatternFlowSnmpv2CVariableBindingValueTimeticksValue_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowSnmpv2CVariableBindingValueTimeticksValue_Choice) ProtoMessage()
- func (x *PatternFlowSnmpv2CVariableBindingValueTimeticksValue_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowSnmpv2CVariableBindingValueTimeticksValue_Choice) Reset()
- func (x *PatternFlowSnmpv2CVariableBindingValueTimeticksValue_Choice) String() string
- type PatternFlowSnmpv2CVariableBindingValueTimeticksValue_Choice_Enum
- func (PatternFlowSnmpv2CVariableBindingValueTimeticksValue_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowSnmpv2CVariableBindingValueTimeticksValue_Choice_Enum) Enum() *PatternFlowSnmpv2CVariableBindingValueTimeticksValue_Choice_Enum
- func (PatternFlowSnmpv2CVariableBindingValueTimeticksValue_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowSnmpv2CVariableBindingValueTimeticksValue_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowSnmpv2CVariableBindingValueTimeticksValue_Choice_Enum) String() string
- func (PatternFlowSnmpv2CVariableBindingValueTimeticksValue_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowSnmpv2CVariableBindingValueUnsignedIntegerValue
- func (*PatternFlowSnmpv2CVariableBindingValueUnsignedIntegerValue) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowSnmpv2CVariableBindingValueUnsignedIntegerValue) GetChoice() PatternFlowSnmpv2CVariableBindingValueUnsignedIntegerValue_Choice_Enum
- func (x *PatternFlowSnmpv2CVariableBindingValueUnsignedIntegerValue) GetDecrement() *PatternFlowSnmpv2CVariableBindingValueUnsignedIntegerValueCounter
- func (x *PatternFlowSnmpv2CVariableBindingValueUnsignedIntegerValue) GetIncrement() *PatternFlowSnmpv2CVariableBindingValueUnsignedIntegerValueCounter
- func (x *PatternFlowSnmpv2CVariableBindingValueUnsignedIntegerValue) GetValue() uint32
- func (x *PatternFlowSnmpv2CVariableBindingValueUnsignedIntegerValue) GetValues() []uint32
- func (*PatternFlowSnmpv2CVariableBindingValueUnsignedIntegerValue) ProtoMessage()
- func (x *PatternFlowSnmpv2CVariableBindingValueUnsignedIntegerValue) ProtoReflect() protoreflect.Message
- func (x *PatternFlowSnmpv2CVariableBindingValueUnsignedIntegerValue) Reset()
- func (x *PatternFlowSnmpv2CVariableBindingValueUnsignedIntegerValue) String() string
- type PatternFlowSnmpv2CVariableBindingValueUnsignedIntegerValueCounter
- func (*PatternFlowSnmpv2CVariableBindingValueUnsignedIntegerValueCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowSnmpv2CVariableBindingValueUnsignedIntegerValueCounter) GetCount() uint32
- func (x *PatternFlowSnmpv2CVariableBindingValueUnsignedIntegerValueCounter) GetStart() uint32
- func (x *PatternFlowSnmpv2CVariableBindingValueUnsignedIntegerValueCounter) GetStep() uint32
- func (*PatternFlowSnmpv2CVariableBindingValueUnsignedIntegerValueCounter) ProtoMessage()
- func (x *PatternFlowSnmpv2CVariableBindingValueUnsignedIntegerValueCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowSnmpv2CVariableBindingValueUnsignedIntegerValueCounter) Reset()
- func (x *PatternFlowSnmpv2CVariableBindingValueUnsignedIntegerValueCounter) String() string
- type PatternFlowSnmpv2CVariableBindingValueUnsignedIntegerValue_Choice
- func (*PatternFlowSnmpv2CVariableBindingValueUnsignedIntegerValue_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowSnmpv2CVariableBindingValueUnsignedIntegerValue_Choice) ProtoMessage()
- func (x *PatternFlowSnmpv2CVariableBindingValueUnsignedIntegerValue_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowSnmpv2CVariableBindingValueUnsignedIntegerValue_Choice) Reset()
- func (x *PatternFlowSnmpv2CVariableBindingValueUnsignedIntegerValue_Choice) String() string
- type PatternFlowSnmpv2CVariableBindingValueUnsignedIntegerValue_Choice_Enum
- func (PatternFlowSnmpv2CVariableBindingValueUnsignedIntegerValue_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowSnmpv2CVariableBindingValueUnsignedIntegerValue_Choice_Enum) Enum() *PatternFlowSnmpv2CVariableBindingValueUnsignedIntegerValue_Choice_Enum
- func (PatternFlowSnmpv2CVariableBindingValueUnsignedIntegerValue_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowSnmpv2CVariableBindingValueUnsignedIntegerValue_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowSnmpv2CVariableBindingValueUnsignedIntegerValue_Choice_Enum) String() string
- func (PatternFlowSnmpv2CVariableBindingValueUnsignedIntegerValue_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowSnmpv2CVersion
- func (*PatternFlowSnmpv2CVersion) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowSnmpv2CVersion) GetChoice() PatternFlowSnmpv2CVersion_Choice_Enum
- func (x *PatternFlowSnmpv2CVersion) GetDecrement() *PatternFlowSnmpv2CVersionCounter
- func (x *PatternFlowSnmpv2CVersion) GetIncrement() *PatternFlowSnmpv2CVersionCounter
- func (x *PatternFlowSnmpv2CVersion) GetValue() uint32
- func (x *PatternFlowSnmpv2CVersion) GetValues() []uint32
- func (*PatternFlowSnmpv2CVersion) ProtoMessage()
- func (x *PatternFlowSnmpv2CVersion) ProtoReflect() protoreflect.Message
- func (x *PatternFlowSnmpv2CVersion) Reset()
- func (x *PatternFlowSnmpv2CVersion) String() string
- type PatternFlowSnmpv2CVersionCounter
- func (*PatternFlowSnmpv2CVersionCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowSnmpv2CVersionCounter) GetCount() uint32
- func (x *PatternFlowSnmpv2CVersionCounter) GetStart() uint32
- func (x *PatternFlowSnmpv2CVersionCounter) GetStep() uint32
- func (*PatternFlowSnmpv2CVersionCounter) ProtoMessage()
- func (x *PatternFlowSnmpv2CVersionCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowSnmpv2CVersionCounter) Reset()
- func (x *PatternFlowSnmpv2CVersionCounter) String() string
- type PatternFlowSnmpv2CVersion_Choice
- func (*PatternFlowSnmpv2CVersion_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowSnmpv2CVersion_Choice) ProtoMessage()
- func (x *PatternFlowSnmpv2CVersion_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowSnmpv2CVersion_Choice) Reset()
- func (x *PatternFlowSnmpv2CVersion_Choice) String() string
- type PatternFlowSnmpv2CVersion_Choice_Enum
- func (PatternFlowSnmpv2CVersion_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowSnmpv2CVersion_Choice_Enum) Enum() *PatternFlowSnmpv2CVersion_Choice_Enum
- func (PatternFlowSnmpv2CVersion_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowSnmpv2CVersion_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowSnmpv2CVersion_Choice_Enum) String() string
- func (PatternFlowSnmpv2CVersion_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowTcpAckNum
- func (*PatternFlowTcpAckNum) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowTcpAckNum) GetChoice() PatternFlowTcpAckNum_Choice_Enum
- func (x *PatternFlowTcpAckNum) GetDecrement() *PatternFlowTcpAckNumCounter
- func (x *PatternFlowTcpAckNum) GetIncrement() *PatternFlowTcpAckNumCounter
- func (x *PatternFlowTcpAckNum) GetMetricTags() []*PatternFlowTcpAckNumMetricTag
- func (x *PatternFlowTcpAckNum) GetValue() uint32
- func (x *PatternFlowTcpAckNum) GetValues() []uint32
- func (*PatternFlowTcpAckNum) ProtoMessage()
- func (x *PatternFlowTcpAckNum) ProtoReflect() protoreflect.Message
- func (x *PatternFlowTcpAckNum) Reset()
- func (x *PatternFlowTcpAckNum) String() string
- type PatternFlowTcpAckNumCounter
- func (*PatternFlowTcpAckNumCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowTcpAckNumCounter) GetCount() uint32
- func (x *PatternFlowTcpAckNumCounter) GetStart() uint32
- func (x *PatternFlowTcpAckNumCounter) GetStep() uint32
- func (*PatternFlowTcpAckNumCounter) ProtoMessage()
- func (x *PatternFlowTcpAckNumCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowTcpAckNumCounter) Reset()
- func (x *PatternFlowTcpAckNumCounter) String() string
- type PatternFlowTcpAckNumMetricTag
- func (*PatternFlowTcpAckNumMetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowTcpAckNumMetricTag) GetLength() uint32
- func (x *PatternFlowTcpAckNumMetricTag) GetName() string
- func (x *PatternFlowTcpAckNumMetricTag) GetOffset() uint32
- func (*PatternFlowTcpAckNumMetricTag) ProtoMessage()
- func (x *PatternFlowTcpAckNumMetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowTcpAckNumMetricTag) Reset()
- func (x *PatternFlowTcpAckNumMetricTag) String() string
- type PatternFlowTcpAckNum_Choice
- type PatternFlowTcpAckNum_Choice_Enum
- func (PatternFlowTcpAckNum_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowTcpAckNum_Choice_Enum) Enum() *PatternFlowTcpAckNum_Choice_Enum
- func (PatternFlowTcpAckNum_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowTcpAckNum_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowTcpAckNum_Choice_Enum) String() string
- func (PatternFlowTcpAckNum_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowTcpChecksum
- func (*PatternFlowTcpChecksum) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowTcpChecksum) GetChoice() PatternFlowTcpChecksum_Choice_Enum
- func (x *PatternFlowTcpChecksum) GetCustom() uint32
- func (x *PatternFlowTcpChecksum) GetGenerated() PatternFlowTcpChecksum_Generated_Enum
- func (*PatternFlowTcpChecksum) ProtoMessage()
- func (x *PatternFlowTcpChecksum) ProtoReflect() protoreflect.Message
- func (x *PatternFlowTcpChecksum) Reset()
- func (x *PatternFlowTcpChecksum) String() string
- type PatternFlowTcpChecksum_Choice
- func (*PatternFlowTcpChecksum_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowTcpChecksum_Choice) ProtoMessage()
- func (x *PatternFlowTcpChecksum_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowTcpChecksum_Choice) Reset()
- func (x *PatternFlowTcpChecksum_Choice) String() string
- type PatternFlowTcpChecksum_Choice_Enum
- func (PatternFlowTcpChecksum_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowTcpChecksum_Choice_Enum) Enum() *PatternFlowTcpChecksum_Choice_Enum
- func (PatternFlowTcpChecksum_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowTcpChecksum_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowTcpChecksum_Choice_Enum) String() string
- func (PatternFlowTcpChecksum_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowTcpChecksum_Generated
- func (*PatternFlowTcpChecksum_Generated) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowTcpChecksum_Generated) ProtoMessage()
- func (x *PatternFlowTcpChecksum_Generated) ProtoReflect() protoreflect.Message
- func (x *PatternFlowTcpChecksum_Generated) Reset()
- func (x *PatternFlowTcpChecksum_Generated) String() string
- type PatternFlowTcpChecksum_Generated_Enum
- func (PatternFlowTcpChecksum_Generated_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowTcpChecksum_Generated_Enum) Enum() *PatternFlowTcpChecksum_Generated_Enum
- func (PatternFlowTcpChecksum_Generated_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowTcpChecksum_Generated_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowTcpChecksum_Generated_Enum) String() string
- func (PatternFlowTcpChecksum_Generated_Enum) Type() protoreflect.EnumType
- type PatternFlowTcpCtlAck
- func (*PatternFlowTcpCtlAck) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowTcpCtlAck) GetChoice() PatternFlowTcpCtlAck_Choice_Enum
- func (x *PatternFlowTcpCtlAck) GetDecrement() *PatternFlowTcpCtlAckCounter
- func (x *PatternFlowTcpCtlAck) GetIncrement() *PatternFlowTcpCtlAckCounter
- func (x *PatternFlowTcpCtlAck) GetMetricTags() []*PatternFlowTcpCtlAckMetricTag
- func (x *PatternFlowTcpCtlAck) GetValue() uint32
- func (x *PatternFlowTcpCtlAck) GetValues() []uint32
- func (*PatternFlowTcpCtlAck) ProtoMessage()
- func (x *PatternFlowTcpCtlAck) ProtoReflect() protoreflect.Message
- func (x *PatternFlowTcpCtlAck) Reset()
- func (x *PatternFlowTcpCtlAck) String() string
- type PatternFlowTcpCtlAckCounter
- func (*PatternFlowTcpCtlAckCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowTcpCtlAckCounter) GetCount() uint32
- func (x *PatternFlowTcpCtlAckCounter) GetStart() uint32
- func (x *PatternFlowTcpCtlAckCounter) GetStep() uint32
- func (*PatternFlowTcpCtlAckCounter) ProtoMessage()
- func (x *PatternFlowTcpCtlAckCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowTcpCtlAckCounter) Reset()
- func (x *PatternFlowTcpCtlAckCounter) String() string
- type PatternFlowTcpCtlAckMetricTag
- func (*PatternFlowTcpCtlAckMetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowTcpCtlAckMetricTag) GetLength() uint32
- func (x *PatternFlowTcpCtlAckMetricTag) GetName() string
- func (x *PatternFlowTcpCtlAckMetricTag) GetOffset() uint32
- func (*PatternFlowTcpCtlAckMetricTag) ProtoMessage()
- func (x *PatternFlowTcpCtlAckMetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowTcpCtlAckMetricTag) Reset()
- func (x *PatternFlowTcpCtlAckMetricTag) String() string
- type PatternFlowTcpCtlAck_Choice
- type PatternFlowTcpCtlAck_Choice_Enum
- func (PatternFlowTcpCtlAck_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowTcpCtlAck_Choice_Enum) Enum() *PatternFlowTcpCtlAck_Choice_Enum
- func (PatternFlowTcpCtlAck_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowTcpCtlAck_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowTcpCtlAck_Choice_Enum) String() string
- func (PatternFlowTcpCtlAck_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowTcpCtlFin
- func (*PatternFlowTcpCtlFin) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowTcpCtlFin) GetChoice() PatternFlowTcpCtlFin_Choice_Enum
- func (x *PatternFlowTcpCtlFin) GetDecrement() *PatternFlowTcpCtlFinCounter
- func (x *PatternFlowTcpCtlFin) GetIncrement() *PatternFlowTcpCtlFinCounter
- func (x *PatternFlowTcpCtlFin) GetMetricTags() []*PatternFlowTcpCtlFinMetricTag
- func (x *PatternFlowTcpCtlFin) GetValue() uint32
- func (x *PatternFlowTcpCtlFin) GetValues() []uint32
- func (*PatternFlowTcpCtlFin) ProtoMessage()
- func (x *PatternFlowTcpCtlFin) ProtoReflect() protoreflect.Message
- func (x *PatternFlowTcpCtlFin) Reset()
- func (x *PatternFlowTcpCtlFin) String() string
- type PatternFlowTcpCtlFinCounter
- func (*PatternFlowTcpCtlFinCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowTcpCtlFinCounter) GetCount() uint32
- func (x *PatternFlowTcpCtlFinCounter) GetStart() uint32
- func (x *PatternFlowTcpCtlFinCounter) GetStep() uint32
- func (*PatternFlowTcpCtlFinCounter) ProtoMessage()
- func (x *PatternFlowTcpCtlFinCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowTcpCtlFinCounter) Reset()
- func (x *PatternFlowTcpCtlFinCounter) String() string
- type PatternFlowTcpCtlFinMetricTag
- func (*PatternFlowTcpCtlFinMetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowTcpCtlFinMetricTag) GetLength() uint32
- func (x *PatternFlowTcpCtlFinMetricTag) GetName() string
- func (x *PatternFlowTcpCtlFinMetricTag) GetOffset() uint32
- func (*PatternFlowTcpCtlFinMetricTag) ProtoMessage()
- func (x *PatternFlowTcpCtlFinMetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowTcpCtlFinMetricTag) Reset()
- func (x *PatternFlowTcpCtlFinMetricTag) String() string
- type PatternFlowTcpCtlFin_Choice
- type PatternFlowTcpCtlFin_Choice_Enum
- func (PatternFlowTcpCtlFin_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowTcpCtlFin_Choice_Enum) Enum() *PatternFlowTcpCtlFin_Choice_Enum
- func (PatternFlowTcpCtlFin_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowTcpCtlFin_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowTcpCtlFin_Choice_Enum) String() string
- func (PatternFlowTcpCtlFin_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowTcpCtlPsh
- func (*PatternFlowTcpCtlPsh) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowTcpCtlPsh) GetChoice() PatternFlowTcpCtlPsh_Choice_Enum
- func (x *PatternFlowTcpCtlPsh) GetDecrement() *PatternFlowTcpCtlPshCounter
- func (x *PatternFlowTcpCtlPsh) GetIncrement() *PatternFlowTcpCtlPshCounter
- func (x *PatternFlowTcpCtlPsh) GetMetricTags() []*PatternFlowTcpCtlPshMetricTag
- func (x *PatternFlowTcpCtlPsh) GetValue() uint32
- func (x *PatternFlowTcpCtlPsh) GetValues() []uint32
- func (*PatternFlowTcpCtlPsh) ProtoMessage()
- func (x *PatternFlowTcpCtlPsh) ProtoReflect() protoreflect.Message
- func (x *PatternFlowTcpCtlPsh) Reset()
- func (x *PatternFlowTcpCtlPsh) String() string
- type PatternFlowTcpCtlPshCounter
- func (*PatternFlowTcpCtlPshCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowTcpCtlPshCounter) GetCount() uint32
- func (x *PatternFlowTcpCtlPshCounter) GetStart() uint32
- func (x *PatternFlowTcpCtlPshCounter) GetStep() uint32
- func (*PatternFlowTcpCtlPshCounter) ProtoMessage()
- func (x *PatternFlowTcpCtlPshCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowTcpCtlPshCounter) Reset()
- func (x *PatternFlowTcpCtlPshCounter) String() string
- type PatternFlowTcpCtlPshMetricTag
- func (*PatternFlowTcpCtlPshMetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowTcpCtlPshMetricTag) GetLength() uint32
- func (x *PatternFlowTcpCtlPshMetricTag) GetName() string
- func (x *PatternFlowTcpCtlPshMetricTag) GetOffset() uint32
- func (*PatternFlowTcpCtlPshMetricTag) ProtoMessage()
- func (x *PatternFlowTcpCtlPshMetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowTcpCtlPshMetricTag) Reset()
- func (x *PatternFlowTcpCtlPshMetricTag) String() string
- type PatternFlowTcpCtlPsh_Choice
- type PatternFlowTcpCtlPsh_Choice_Enum
- func (PatternFlowTcpCtlPsh_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowTcpCtlPsh_Choice_Enum) Enum() *PatternFlowTcpCtlPsh_Choice_Enum
- func (PatternFlowTcpCtlPsh_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowTcpCtlPsh_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowTcpCtlPsh_Choice_Enum) String() string
- func (PatternFlowTcpCtlPsh_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowTcpCtlRst
- func (*PatternFlowTcpCtlRst) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowTcpCtlRst) GetChoice() PatternFlowTcpCtlRst_Choice_Enum
- func (x *PatternFlowTcpCtlRst) GetDecrement() *PatternFlowTcpCtlRstCounter
- func (x *PatternFlowTcpCtlRst) GetIncrement() *PatternFlowTcpCtlRstCounter
- func (x *PatternFlowTcpCtlRst) GetMetricTags() []*PatternFlowTcpCtlRstMetricTag
- func (x *PatternFlowTcpCtlRst) GetValue() uint32
- func (x *PatternFlowTcpCtlRst) GetValues() []uint32
- func (*PatternFlowTcpCtlRst) ProtoMessage()
- func (x *PatternFlowTcpCtlRst) ProtoReflect() protoreflect.Message
- func (x *PatternFlowTcpCtlRst) Reset()
- func (x *PatternFlowTcpCtlRst) String() string
- type PatternFlowTcpCtlRstCounter
- func (*PatternFlowTcpCtlRstCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowTcpCtlRstCounter) GetCount() uint32
- func (x *PatternFlowTcpCtlRstCounter) GetStart() uint32
- func (x *PatternFlowTcpCtlRstCounter) GetStep() uint32
- func (*PatternFlowTcpCtlRstCounter) ProtoMessage()
- func (x *PatternFlowTcpCtlRstCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowTcpCtlRstCounter) Reset()
- func (x *PatternFlowTcpCtlRstCounter) String() string
- type PatternFlowTcpCtlRstMetricTag
- func (*PatternFlowTcpCtlRstMetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowTcpCtlRstMetricTag) GetLength() uint32
- func (x *PatternFlowTcpCtlRstMetricTag) GetName() string
- func (x *PatternFlowTcpCtlRstMetricTag) GetOffset() uint32
- func (*PatternFlowTcpCtlRstMetricTag) ProtoMessage()
- func (x *PatternFlowTcpCtlRstMetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowTcpCtlRstMetricTag) Reset()
- func (x *PatternFlowTcpCtlRstMetricTag) String() string
- type PatternFlowTcpCtlRst_Choice
- type PatternFlowTcpCtlRst_Choice_Enum
- func (PatternFlowTcpCtlRst_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowTcpCtlRst_Choice_Enum) Enum() *PatternFlowTcpCtlRst_Choice_Enum
- func (PatternFlowTcpCtlRst_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowTcpCtlRst_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowTcpCtlRst_Choice_Enum) String() string
- func (PatternFlowTcpCtlRst_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowTcpCtlSyn
- func (*PatternFlowTcpCtlSyn) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowTcpCtlSyn) GetChoice() PatternFlowTcpCtlSyn_Choice_Enum
- func (x *PatternFlowTcpCtlSyn) GetDecrement() *PatternFlowTcpCtlSynCounter
- func (x *PatternFlowTcpCtlSyn) GetIncrement() *PatternFlowTcpCtlSynCounter
- func (x *PatternFlowTcpCtlSyn) GetMetricTags() []*PatternFlowTcpCtlSynMetricTag
- func (x *PatternFlowTcpCtlSyn) GetValue() uint32
- func (x *PatternFlowTcpCtlSyn) GetValues() []uint32
- func (*PatternFlowTcpCtlSyn) ProtoMessage()
- func (x *PatternFlowTcpCtlSyn) ProtoReflect() protoreflect.Message
- func (x *PatternFlowTcpCtlSyn) Reset()
- func (x *PatternFlowTcpCtlSyn) String() string
- type PatternFlowTcpCtlSynCounter
- func (*PatternFlowTcpCtlSynCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowTcpCtlSynCounter) GetCount() uint32
- func (x *PatternFlowTcpCtlSynCounter) GetStart() uint32
- func (x *PatternFlowTcpCtlSynCounter) GetStep() uint32
- func (*PatternFlowTcpCtlSynCounter) ProtoMessage()
- func (x *PatternFlowTcpCtlSynCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowTcpCtlSynCounter) Reset()
- func (x *PatternFlowTcpCtlSynCounter) String() string
- type PatternFlowTcpCtlSynMetricTag
- func (*PatternFlowTcpCtlSynMetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowTcpCtlSynMetricTag) GetLength() uint32
- func (x *PatternFlowTcpCtlSynMetricTag) GetName() string
- func (x *PatternFlowTcpCtlSynMetricTag) GetOffset() uint32
- func (*PatternFlowTcpCtlSynMetricTag) ProtoMessage()
- func (x *PatternFlowTcpCtlSynMetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowTcpCtlSynMetricTag) Reset()
- func (x *PatternFlowTcpCtlSynMetricTag) String() string
- type PatternFlowTcpCtlSyn_Choice
- type PatternFlowTcpCtlSyn_Choice_Enum
- func (PatternFlowTcpCtlSyn_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowTcpCtlSyn_Choice_Enum) Enum() *PatternFlowTcpCtlSyn_Choice_Enum
- func (PatternFlowTcpCtlSyn_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowTcpCtlSyn_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowTcpCtlSyn_Choice_Enum) String() string
- func (PatternFlowTcpCtlSyn_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowTcpCtlUrg
- func (*PatternFlowTcpCtlUrg) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowTcpCtlUrg) GetChoice() PatternFlowTcpCtlUrg_Choice_Enum
- func (x *PatternFlowTcpCtlUrg) GetDecrement() *PatternFlowTcpCtlUrgCounter
- func (x *PatternFlowTcpCtlUrg) GetIncrement() *PatternFlowTcpCtlUrgCounter
- func (x *PatternFlowTcpCtlUrg) GetMetricTags() []*PatternFlowTcpCtlUrgMetricTag
- func (x *PatternFlowTcpCtlUrg) GetValue() uint32
- func (x *PatternFlowTcpCtlUrg) GetValues() []uint32
- func (*PatternFlowTcpCtlUrg) ProtoMessage()
- func (x *PatternFlowTcpCtlUrg) ProtoReflect() protoreflect.Message
- func (x *PatternFlowTcpCtlUrg) Reset()
- func (x *PatternFlowTcpCtlUrg) String() string
- type PatternFlowTcpCtlUrgCounter
- func (*PatternFlowTcpCtlUrgCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowTcpCtlUrgCounter) GetCount() uint32
- func (x *PatternFlowTcpCtlUrgCounter) GetStart() uint32
- func (x *PatternFlowTcpCtlUrgCounter) GetStep() uint32
- func (*PatternFlowTcpCtlUrgCounter) ProtoMessage()
- func (x *PatternFlowTcpCtlUrgCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowTcpCtlUrgCounter) Reset()
- func (x *PatternFlowTcpCtlUrgCounter) String() string
- type PatternFlowTcpCtlUrgMetricTag
- func (*PatternFlowTcpCtlUrgMetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowTcpCtlUrgMetricTag) GetLength() uint32
- func (x *PatternFlowTcpCtlUrgMetricTag) GetName() string
- func (x *PatternFlowTcpCtlUrgMetricTag) GetOffset() uint32
- func (*PatternFlowTcpCtlUrgMetricTag) ProtoMessage()
- func (x *PatternFlowTcpCtlUrgMetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowTcpCtlUrgMetricTag) Reset()
- func (x *PatternFlowTcpCtlUrgMetricTag) String() string
- type PatternFlowTcpCtlUrg_Choice
- type PatternFlowTcpCtlUrg_Choice_Enum
- func (PatternFlowTcpCtlUrg_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowTcpCtlUrg_Choice_Enum) Enum() *PatternFlowTcpCtlUrg_Choice_Enum
- func (PatternFlowTcpCtlUrg_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowTcpCtlUrg_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowTcpCtlUrg_Choice_Enum) String() string
- func (PatternFlowTcpCtlUrg_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowTcpDataOffset
- func (*PatternFlowTcpDataOffset) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowTcpDataOffset) GetChoice() PatternFlowTcpDataOffset_Choice_Enum
- func (x *PatternFlowTcpDataOffset) GetDecrement() *PatternFlowTcpDataOffsetCounter
- func (x *PatternFlowTcpDataOffset) GetIncrement() *PatternFlowTcpDataOffsetCounter
- func (x *PatternFlowTcpDataOffset) GetMetricTags() []*PatternFlowTcpDataOffsetMetricTag
- func (x *PatternFlowTcpDataOffset) GetValue() uint32
- func (x *PatternFlowTcpDataOffset) GetValues() []uint32
- func (*PatternFlowTcpDataOffset) ProtoMessage()
- func (x *PatternFlowTcpDataOffset) ProtoReflect() protoreflect.Message
- func (x *PatternFlowTcpDataOffset) Reset()
- func (x *PatternFlowTcpDataOffset) String() string
- type PatternFlowTcpDataOffsetCounter
- func (*PatternFlowTcpDataOffsetCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowTcpDataOffsetCounter) GetCount() uint32
- func (x *PatternFlowTcpDataOffsetCounter) GetStart() uint32
- func (x *PatternFlowTcpDataOffsetCounter) GetStep() uint32
- func (*PatternFlowTcpDataOffsetCounter) ProtoMessage()
- func (x *PatternFlowTcpDataOffsetCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowTcpDataOffsetCounter) Reset()
- func (x *PatternFlowTcpDataOffsetCounter) String() string
- type PatternFlowTcpDataOffsetMetricTag
- func (*PatternFlowTcpDataOffsetMetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowTcpDataOffsetMetricTag) GetLength() uint32
- func (x *PatternFlowTcpDataOffsetMetricTag) GetName() string
- func (x *PatternFlowTcpDataOffsetMetricTag) GetOffset() uint32
- func (*PatternFlowTcpDataOffsetMetricTag) ProtoMessage()
- func (x *PatternFlowTcpDataOffsetMetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowTcpDataOffsetMetricTag) Reset()
- func (x *PatternFlowTcpDataOffsetMetricTag) String() string
- type PatternFlowTcpDataOffset_Choice
- func (*PatternFlowTcpDataOffset_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowTcpDataOffset_Choice) ProtoMessage()
- func (x *PatternFlowTcpDataOffset_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowTcpDataOffset_Choice) Reset()
- func (x *PatternFlowTcpDataOffset_Choice) String() string
- type PatternFlowTcpDataOffset_Choice_Enum
- func (PatternFlowTcpDataOffset_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowTcpDataOffset_Choice_Enum) Enum() *PatternFlowTcpDataOffset_Choice_Enum
- func (PatternFlowTcpDataOffset_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowTcpDataOffset_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowTcpDataOffset_Choice_Enum) String() string
- func (PatternFlowTcpDataOffset_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowTcpDstPort
- func (*PatternFlowTcpDstPort) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowTcpDstPort) GetChoice() PatternFlowTcpDstPort_Choice_Enum
- func (x *PatternFlowTcpDstPort) GetDecrement() *PatternFlowTcpDstPortCounter
- func (x *PatternFlowTcpDstPort) GetIncrement() *PatternFlowTcpDstPortCounter
- func (x *PatternFlowTcpDstPort) GetMetricTags() []*PatternFlowTcpDstPortMetricTag
- func (x *PatternFlowTcpDstPort) GetRandom() *PatternFlowTcpDstPortRandom
- func (x *PatternFlowTcpDstPort) GetValue() uint32
- func (x *PatternFlowTcpDstPort) GetValues() []uint32
- func (*PatternFlowTcpDstPort) ProtoMessage()
- func (x *PatternFlowTcpDstPort) ProtoReflect() protoreflect.Message
- func (x *PatternFlowTcpDstPort) Reset()
- func (x *PatternFlowTcpDstPort) String() string
- type PatternFlowTcpDstPortCounter
- func (*PatternFlowTcpDstPortCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowTcpDstPortCounter) GetCount() uint32
- func (x *PatternFlowTcpDstPortCounter) GetStart() uint32
- func (x *PatternFlowTcpDstPortCounter) GetStep() uint32
- func (*PatternFlowTcpDstPortCounter) ProtoMessage()
- func (x *PatternFlowTcpDstPortCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowTcpDstPortCounter) Reset()
- func (x *PatternFlowTcpDstPortCounter) String() string
- type PatternFlowTcpDstPortMetricTag
- func (*PatternFlowTcpDstPortMetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowTcpDstPortMetricTag) GetLength() uint32
- func (x *PatternFlowTcpDstPortMetricTag) GetName() string
- func (x *PatternFlowTcpDstPortMetricTag) GetOffset() uint32
- func (*PatternFlowTcpDstPortMetricTag) ProtoMessage()
- func (x *PatternFlowTcpDstPortMetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowTcpDstPortMetricTag) Reset()
- func (x *PatternFlowTcpDstPortMetricTag) String() string
- type PatternFlowTcpDstPortRandom
- func (*PatternFlowTcpDstPortRandom) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowTcpDstPortRandom) GetCount() uint32
- func (x *PatternFlowTcpDstPortRandom) GetMax() uint32
- func (x *PatternFlowTcpDstPortRandom) GetMin() uint32
- func (x *PatternFlowTcpDstPortRandom) GetSeed() uint32
- func (*PatternFlowTcpDstPortRandom) ProtoMessage()
- func (x *PatternFlowTcpDstPortRandom) ProtoReflect() protoreflect.Message
- func (x *PatternFlowTcpDstPortRandom) Reset()
- func (x *PatternFlowTcpDstPortRandom) String() string
- type PatternFlowTcpDstPort_Choice
- func (*PatternFlowTcpDstPort_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowTcpDstPort_Choice) ProtoMessage()
- func (x *PatternFlowTcpDstPort_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowTcpDstPort_Choice) Reset()
- func (x *PatternFlowTcpDstPort_Choice) String() string
- type PatternFlowTcpDstPort_Choice_Enum
- func (PatternFlowTcpDstPort_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowTcpDstPort_Choice_Enum) Enum() *PatternFlowTcpDstPort_Choice_Enum
- func (PatternFlowTcpDstPort_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowTcpDstPort_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowTcpDstPort_Choice_Enum) String() string
- func (PatternFlowTcpDstPort_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowTcpEcnCwr
- func (*PatternFlowTcpEcnCwr) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowTcpEcnCwr) GetChoice() PatternFlowTcpEcnCwr_Choice_Enum
- func (x *PatternFlowTcpEcnCwr) GetDecrement() *PatternFlowTcpEcnCwrCounter
- func (x *PatternFlowTcpEcnCwr) GetIncrement() *PatternFlowTcpEcnCwrCounter
- func (x *PatternFlowTcpEcnCwr) GetMetricTags() []*PatternFlowTcpEcnCwrMetricTag
- func (x *PatternFlowTcpEcnCwr) GetValue() uint32
- func (x *PatternFlowTcpEcnCwr) GetValues() []uint32
- func (*PatternFlowTcpEcnCwr) ProtoMessage()
- func (x *PatternFlowTcpEcnCwr) ProtoReflect() protoreflect.Message
- func (x *PatternFlowTcpEcnCwr) Reset()
- func (x *PatternFlowTcpEcnCwr) String() string
- type PatternFlowTcpEcnCwrCounter
- func (*PatternFlowTcpEcnCwrCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowTcpEcnCwrCounter) GetCount() uint32
- func (x *PatternFlowTcpEcnCwrCounter) GetStart() uint32
- func (x *PatternFlowTcpEcnCwrCounter) GetStep() uint32
- func (*PatternFlowTcpEcnCwrCounter) ProtoMessage()
- func (x *PatternFlowTcpEcnCwrCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowTcpEcnCwrCounter) Reset()
- func (x *PatternFlowTcpEcnCwrCounter) String() string
- type PatternFlowTcpEcnCwrMetricTag
- func (*PatternFlowTcpEcnCwrMetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowTcpEcnCwrMetricTag) GetLength() uint32
- func (x *PatternFlowTcpEcnCwrMetricTag) GetName() string
- func (x *PatternFlowTcpEcnCwrMetricTag) GetOffset() uint32
- func (*PatternFlowTcpEcnCwrMetricTag) ProtoMessage()
- func (x *PatternFlowTcpEcnCwrMetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowTcpEcnCwrMetricTag) Reset()
- func (x *PatternFlowTcpEcnCwrMetricTag) String() string
- type PatternFlowTcpEcnCwr_Choice
- type PatternFlowTcpEcnCwr_Choice_Enum
- func (PatternFlowTcpEcnCwr_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowTcpEcnCwr_Choice_Enum) Enum() *PatternFlowTcpEcnCwr_Choice_Enum
- func (PatternFlowTcpEcnCwr_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowTcpEcnCwr_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowTcpEcnCwr_Choice_Enum) String() string
- func (PatternFlowTcpEcnCwr_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowTcpEcnEcho
- func (*PatternFlowTcpEcnEcho) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowTcpEcnEcho) GetChoice() PatternFlowTcpEcnEcho_Choice_Enum
- func (x *PatternFlowTcpEcnEcho) GetDecrement() *PatternFlowTcpEcnEchoCounter
- func (x *PatternFlowTcpEcnEcho) GetIncrement() *PatternFlowTcpEcnEchoCounter
- func (x *PatternFlowTcpEcnEcho) GetMetricTags() []*PatternFlowTcpEcnEchoMetricTag
- func (x *PatternFlowTcpEcnEcho) GetValue() uint32
- func (x *PatternFlowTcpEcnEcho) GetValues() []uint32
- func (*PatternFlowTcpEcnEcho) ProtoMessage()
- func (x *PatternFlowTcpEcnEcho) ProtoReflect() protoreflect.Message
- func (x *PatternFlowTcpEcnEcho) Reset()
- func (x *PatternFlowTcpEcnEcho) String() string
- type PatternFlowTcpEcnEchoCounter
- func (*PatternFlowTcpEcnEchoCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowTcpEcnEchoCounter) GetCount() uint32
- func (x *PatternFlowTcpEcnEchoCounter) GetStart() uint32
- func (x *PatternFlowTcpEcnEchoCounter) GetStep() uint32
- func (*PatternFlowTcpEcnEchoCounter) ProtoMessage()
- func (x *PatternFlowTcpEcnEchoCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowTcpEcnEchoCounter) Reset()
- func (x *PatternFlowTcpEcnEchoCounter) String() string
- type PatternFlowTcpEcnEchoMetricTag
- func (*PatternFlowTcpEcnEchoMetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowTcpEcnEchoMetricTag) GetLength() uint32
- func (x *PatternFlowTcpEcnEchoMetricTag) GetName() string
- func (x *PatternFlowTcpEcnEchoMetricTag) GetOffset() uint32
- func (*PatternFlowTcpEcnEchoMetricTag) ProtoMessage()
- func (x *PatternFlowTcpEcnEchoMetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowTcpEcnEchoMetricTag) Reset()
- func (x *PatternFlowTcpEcnEchoMetricTag) String() string
- type PatternFlowTcpEcnEcho_Choice
- func (*PatternFlowTcpEcnEcho_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowTcpEcnEcho_Choice) ProtoMessage()
- func (x *PatternFlowTcpEcnEcho_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowTcpEcnEcho_Choice) Reset()
- func (x *PatternFlowTcpEcnEcho_Choice) String() string
- type PatternFlowTcpEcnEcho_Choice_Enum
- func (PatternFlowTcpEcnEcho_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowTcpEcnEcho_Choice_Enum) Enum() *PatternFlowTcpEcnEcho_Choice_Enum
- func (PatternFlowTcpEcnEcho_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowTcpEcnEcho_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowTcpEcnEcho_Choice_Enum) String() string
- func (PatternFlowTcpEcnEcho_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowTcpEcnNs
- func (*PatternFlowTcpEcnNs) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowTcpEcnNs) GetChoice() PatternFlowTcpEcnNs_Choice_Enum
- func (x *PatternFlowTcpEcnNs) GetDecrement() *PatternFlowTcpEcnNsCounter
- func (x *PatternFlowTcpEcnNs) GetIncrement() *PatternFlowTcpEcnNsCounter
- func (x *PatternFlowTcpEcnNs) GetMetricTags() []*PatternFlowTcpEcnNsMetricTag
- func (x *PatternFlowTcpEcnNs) GetValue() uint32
- func (x *PatternFlowTcpEcnNs) GetValues() []uint32
- func (*PatternFlowTcpEcnNs) ProtoMessage()
- func (x *PatternFlowTcpEcnNs) ProtoReflect() protoreflect.Message
- func (x *PatternFlowTcpEcnNs) Reset()
- func (x *PatternFlowTcpEcnNs) String() string
- type PatternFlowTcpEcnNsCounter
- func (*PatternFlowTcpEcnNsCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowTcpEcnNsCounter) GetCount() uint32
- func (x *PatternFlowTcpEcnNsCounter) GetStart() uint32
- func (x *PatternFlowTcpEcnNsCounter) GetStep() uint32
- func (*PatternFlowTcpEcnNsCounter) ProtoMessage()
- func (x *PatternFlowTcpEcnNsCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowTcpEcnNsCounter) Reset()
- func (x *PatternFlowTcpEcnNsCounter) String() string
- type PatternFlowTcpEcnNsMetricTag
- func (*PatternFlowTcpEcnNsMetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowTcpEcnNsMetricTag) GetLength() uint32
- func (x *PatternFlowTcpEcnNsMetricTag) GetName() string
- func (x *PatternFlowTcpEcnNsMetricTag) GetOffset() uint32
- func (*PatternFlowTcpEcnNsMetricTag) ProtoMessage()
- func (x *PatternFlowTcpEcnNsMetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowTcpEcnNsMetricTag) Reset()
- func (x *PatternFlowTcpEcnNsMetricTag) String() string
- type PatternFlowTcpEcnNs_Choice
- type PatternFlowTcpEcnNs_Choice_Enum
- func (PatternFlowTcpEcnNs_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowTcpEcnNs_Choice_Enum) Enum() *PatternFlowTcpEcnNs_Choice_Enum
- func (PatternFlowTcpEcnNs_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowTcpEcnNs_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowTcpEcnNs_Choice_Enum) String() string
- func (PatternFlowTcpEcnNs_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowTcpSeqNum
- func (*PatternFlowTcpSeqNum) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowTcpSeqNum) GetChoice() PatternFlowTcpSeqNum_Choice_Enum
- func (x *PatternFlowTcpSeqNum) GetDecrement() *PatternFlowTcpSeqNumCounter
- func (x *PatternFlowTcpSeqNum) GetIncrement() *PatternFlowTcpSeqNumCounter
- func (x *PatternFlowTcpSeqNum) GetMetricTags() []*PatternFlowTcpSeqNumMetricTag
- func (x *PatternFlowTcpSeqNum) GetValue() uint32
- func (x *PatternFlowTcpSeqNum) GetValues() []uint32
- func (*PatternFlowTcpSeqNum) ProtoMessage()
- func (x *PatternFlowTcpSeqNum) ProtoReflect() protoreflect.Message
- func (x *PatternFlowTcpSeqNum) Reset()
- func (x *PatternFlowTcpSeqNum) String() string
- type PatternFlowTcpSeqNumCounter
- func (*PatternFlowTcpSeqNumCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowTcpSeqNumCounter) GetCount() uint32
- func (x *PatternFlowTcpSeqNumCounter) GetStart() uint32
- func (x *PatternFlowTcpSeqNumCounter) GetStep() uint32
- func (*PatternFlowTcpSeqNumCounter) ProtoMessage()
- func (x *PatternFlowTcpSeqNumCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowTcpSeqNumCounter) Reset()
- func (x *PatternFlowTcpSeqNumCounter) String() string
- type PatternFlowTcpSeqNumMetricTag
- func (*PatternFlowTcpSeqNumMetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowTcpSeqNumMetricTag) GetLength() uint32
- func (x *PatternFlowTcpSeqNumMetricTag) GetName() string
- func (x *PatternFlowTcpSeqNumMetricTag) GetOffset() uint32
- func (*PatternFlowTcpSeqNumMetricTag) ProtoMessage()
- func (x *PatternFlowTcpSeqNumMetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowTcpSeqNumMetricTag) Reset()
- func (x *PatternFlowTcpSeqNumMetricTag) String() string
- type PatternFlowTcpSeqNum_Choice
- type PatternFlowTcpSeqNum_Choice_Enum
- func (PatternFlowTcpSeqNum_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowTcpSeqNum_Choice_Enum) Enum() *PatternFlowTcpSeqNum_Choice_Enum
- func (PatternFlowTcpSeqNum_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowTcpSeqNum_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowTcpSeqNum_Choice_Enum) String() string
- func (PatternFlowTcpSeqNum_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowTcpSrcPort
- func (*PatternFlowTcpSrcPort) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowTcpSrcPort) GetChoice() PatternFlowTcpSrcPort_Choice_Enum
- func (x *PatternFlowTcpSrcPort) GetDecrement() *PatternFlowTcpSrcPortCounter
- func (x *PatternFlowTcpSrcPort) GetIncrement() *PatternFlowTcpSrcPortCounter
- func (x *PatternFlowTcpSrcPort) GetMetricTags() []*PatternFlowTcpSrcPortMetricTag
- func (x *PatternFlowTcpSrcPort) GetRandom() *PatternFlowTcpSrcPortRandom
- func (x *PatternFlowTcpSrcPort) GetValue() uint32
- func (x *PatternFlowTcpSrcPort) GetValues() []uint32
- func (*PatternFlowTcpSrcPort) ProtoMessage()
- func (x *PatternFlowTcpSrcPort) ProtoReflect() protoreflect.Message
- func (x *PatternFlowTcpSrcPort) Reset()
- func (x *PatternFlowTcpSrcPort) String() string
- type PatternFlowTcpSrcPortCounter
- func (*PatternFlowTcpSrcPortCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowTcpSrcPortCounter) GetCount() uint32
- func (x *PatternFlowTcpSrcPortCounter) GetStart() uint32
- func (x *PatternFlowTcpSrcPortCounter) GetStep() uint32
- func (*PatternFlowTcpSrcPortCounter) ProtoMessage()
- func (x *PatternFlowTcpSrcPortCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowTcpSrcPortCounter) Reset()
- func (x *PatternFlowTcpSrcPortCounter) String() string
- type PatternFlowTcpSrcPortMetricTag
- func (*PatternFlowTcpSrcPortMetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowTcpSrcPortMetricTag) GetLength() uint32
- func (x *PatternFlowTcpSrcPortMetricTag) GetName() string
- func (x *PatternFlowTcpSrcPortMetricTag) GetOffset() uint32
- func (*PatternFlowTcpSrcPortMetricTag) ProtoMessage()
- func (x *PatternFlowTcpSrcPortMetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowTcpSrcPortMetricTag) Reset()
- func (x *PatternFlowTcpSrcPortMetricTag) String() string
- type PatternFlowTcpSrcPortRandom
- func (*PatternFlowTcpSrcPortRandom) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowTcpSrcPortRandom) GetCount() uint32
- func (x *PatternFlowTcpSrcPortRandom) GetMax() uint32
- func (x *PatternFlowTcpSrcPortRandom) GetMin() uint32
- func (x *PatternFlowTcpSrcPortRandom) GetSeed() uint32
- func (*PatternFlowTcpSrcPortRandom) ProtoMessage()
- func (x *PatternFlowTcpSrcPortRandom) ProtoReflect() protoreflect.Message
- func (x *PatternFlowTcpSrcPortRandom) Reset()
- func (x *PatternFlowTcpSrcPortRandom) String() string
- type PatternFlowTcpSrcPort_Choice
- func (*PatternFlowTcpSrcPort_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowTcpSrcPort_Choice) ProtoMessage()
- func (x *PatternFlowTcpSrcPort_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowTcpSrcPort_Choice) Reset()
- func (x *PatternFlowTcpSrcPort_Choice) String() string
- type PatternFlowTcpSrcPort_Choice_Enum
- func (PatternFlowTcpSrcPort_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowTcpSrcPort_Choice_Enum) Enum() *PatternFlowTcpSrcPort_Choice_Enum
- func (PatternFlowTcpSrcPort_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowTcpSrcPort_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowTcpSrcPort_Choice_Enum) String() string
- func (PatternFlowTcpSrcPort_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowTcpWindow
- func (*PatternFlowTcpWindow) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowTcpWindow) GetChoice() PatternFlowTcpWindow_Choice_Enum
- func (x *PatternFlowTcpWindow) GetDecrement() *PatternFlowTcpWindowCounter
- func (x *PatternFlowTcpWindow) GetIncrement() *PatternFlowTcpWindowCounter
- func (x *PatternFlowTcpWindow) GetMetricTags() []*PatternFlowTcpWindowMetricTag
- func (x *PatternFlowTcpWindow) GetValue() uint32
- func (x *PatternFlowTcpWindow) GetValues() []uint32
- func (*PatternFlowTcpWindow) ProtoMessage()
- func (x *PatternFlowTcpWindow) ProtoReflect() protoreflect.Message
- func (x *PatternFlowTcpWindow) Reset()
- func (x *PatternFlowTcpWindow) String() string
- type PatternFlowTcpWindowCounter
- func (*PatternFlowTcpWindowCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowTcpWindowCounter) GetCount() uint32
- func (x *PatternFlowTcpWindowCounter) GetStart() uint32
- func (x *PatternFlowTcpWindowCounter) GetStep() uint32
- func (*PatternFlowTcpWindowCounter) ProtoMessage()
- func (x *PatternFlowTcpWindowCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowTcpWindowCounter) Reset()
- func (x *PatternFlowTcpWindowCounter) String() string
- type PatternFlowTcpWindowMetricTag
- func (*PatternFlowTcpWindowMetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowTcpWindowMetricTag) GetLength() uint32
- func (x *PatternFlowTcpWindowMetricTag) GetName() string
- func (x *PatternFlowTcpWindowMetricTag) GetOffset() uint32
- func (*PatternFlowTcpWindowMetricTag) ProtoMessage()
- func (x *PatternFlowTcpWindowMetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowTcpWindowMetricTag) Reset()
- func (x *PatternFlowTcpWindowMetricTag) String() string
- type PatternFlowTcpWindow_Choice
- type PatternFlowTcpWindow_Choice_Enum
- func (PatternFlowTcpWindow_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowTcpWindow_Choice_Enum) Enum() *PatternFlowTcpWindow_Choice_Enum
- func (PatternFlowTcpWindow_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowTcpWindow_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowTcpWindow_Choice_Enum) String() string
- func (PatternFlowTcpWindow_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowUdpChecksum
- func (*PatternFlowUdpChecksum) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowUdpChecksum) GetChoice() PatternFlowUdpChecksum_Choice_Enum
- func (x *PatternFlowUdpChecksum) GetCustom() uint32
- func (x *PatternFlowUdpChecksum) GetGenerated() PatternFlowUdpChecksum_Generated_Enum
- func (*PatternFlowUdpChecksum) ProtoMessage()
- func (x *PatternFlowUdpChecksum) ProtoReflect() protoreflect.Message
- func (x *PatternFlowUdpChecksum) Reset()
- func (x *PatternFlowUdpChecksum) String() string
- type PatternFlowUdpChecksum_Choice
- func (*PatternFlowUdpChecksum_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowUdpChecksum_Choice) ProtoMessage()
- func (x *PatternFlowUdpChecksum_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowUdpChecksum_Choice) Reset()
- func (x *PatternFlowUdpChecksum_Choice) String() string
- type PatternFlowUdpChecksum_Choice_Enum
- func (PatternFlowUdpChecksum_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowUdpChecksum_Choice_Enum) Enum() *PatternFlowUdpChecksum_Choice_Enum
- func (PatternFlowUdpChecksum_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowUdpChecksum_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowUdpChecksum_Choice_Enum) String() string
- func (PatternFlowUdpChecksum_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowUdpChecksum_Generated
- func (*PatternFlowUdpChecksum_Generated) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowUdpChecksum_Generated) ProtoMessage()
- func (x *PatternFlowUdpChecksum_Generated) ProtoReflect() protoreflect.Message
- func (x *PatternFlowUdpChecksum_Generated) Reset()
- func (x *PatternFlowUdpChecksum_Generated) String() string
- type PatternFlowUdpChecksum_Generated_Enum
- func (PatternFlowUdpChecksum_Generated_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowUdpChecksum_Generated_Enum) Enum() *PatternFlowUdpChecksum_Generated_Enum
- func (PatternFlowUdpChecksum_Generated_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowUdpChecksum_Generated_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowUdpChecksum_Generated_Enum) String() string
- func (PatternFlowUdpChecksum_Generated_Enum) Type() protoreflect.EnumType
- type PatternFlowUdpDstPort
- func (*PatternFlowUdpDstPort) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowUdpDstPort) GetChoice() PatternFlowUdpDstPort_Choice_Enum
- func (x *PatternFlowUdpDstPort) GetDecrement() *PatternFlowUdpDstPortCounter
- func (x *PatternFlowUdpDstPort) GetIncrement() *PatternFlowUdpDstPortCounter
- func (x *PatternFlowUdpDstPort) GetMetricTags() []*PatternFlowUdpDstPortMetricTag
- func (x *PatternFlowUdpDstPort) GetRandom() *PatternFlowUdpDstPortRandom
- func (x *PatternFlowUdpDstPort) GetValue() uint32
- func (x *PatternFlowUdpDstPort) GetValues() []uint32
- func (*PatternFlowUdpDstPort) ProtoMessage()
- func (x *PatternFlowUdpDstPort) ProtoReflect() protoreflect.Message
- func (x *PatternFlowUdpDstPort) Reset()
- func (x *PatternFlowUdpDstPort) String() string
- type PatternFlowUdpDstPortCounter
- func (*PatternFlowUdpDstPortCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowUdpDstPortCounter) GetCount() uint32
- func (x *PatternFlowUdpDstPortCounter) GetStart() uint32
- func (x *PatternFlowUdpDstPortCounter) GetStep() uint32
- func (*PatternFlowUdpDstPortCounter) ProtoMessage()
- func (x *PatternFlowUdpDstPortCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowUdpDstPortCounter) Reset()
- func (x *PatternFlowUdpDstPortCounter) String() string
- type PatternFlowUdpDstPortMetricTag
- func (*PatternFlowUdpDstPortMetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowUdpDstPortMetricTag) GetLength() uint32
- func (x *PatternFlowUdpDstPortMetricTag) GetName() string
- func (x *PatternFlowUdpDstPortMetricTag) GetOffset() uint32
- func (*PatternFlowUdpDstPortMetricTag) ProtoMessage()
- func (x *PatternFlowUdpDstPortMetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowUdpDstPortMetricTag) Reset()
- func (x *PatternFlowUdpDstPortMetricTag) String() string
- type PatternFlowUdpDstPortRandom
- func (*PatternFlowUdpDstPortRandom) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowUdpDstPortRandom) GetCount() uint32
- func (x *PatternFlowUdpDstPortRandom) GetMax() uint32
- func (x *PatternFlowUdpDstPortRandom) GetMin() uint32
- func (x *PatternFlowUdpDstPortRandom) GetSeed() uint32
- func (*PatternFlowUdpDstPortRandom) ProtoMessage()
- func (x *PatternFlowUdpDstPortRandom) ProtoReflect() protoreflect.Message
- func (x *PatternFlowUdpDstPortRandom) Reset()
- func (x *PatternFlowUdpDstPortRandom) String() string
- type PatternFlowUdpDstPort_Choice
- func (*PatternFlowUdpDstPort_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowUdpDstPort_Choice) ProtoMessage()
- func (x *PatternFlowUdpDstPort_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowUdpDstPort_Choice) Reset()
- func (x *PatternFlowUdpDstPort_Choice) String() string
- type PatternFlowUdpDstPort_Choice_Enum
- func (PatternFlowUdpDstPort_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowUdpDstPort_Choice_Enum) Enum() *PatternFlowUdpDstPort_Choice_Enum
- func (PatternFlowUdpDstPort_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowUdpDstPort_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowUdpDstPort_Choice_Enum) String() string
- func (PatternFlowUdpDstPort_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowUdpLength
- func (*PatternFlowUdpLength) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowUdpLength) GetChoice() PatternFlowUdpLength_Choice_Enum
- func (x *PatternFlowUdpLength) GetDecrement() *PatternFlowUdpLengthCounter
- func (x *PatternFlowUdpLength) GetIncrement() *PatternFlowUdpLengthCounter
- func (x *PatternFlowUdpLength) GetMetricTags() []*PatternFlowUdpLengthMetricTag
- func (x *PatternFlowUdpLength) GetValue() uint32
- func (x *PatternFlowUdpLength) GetValues() []uint32
- func (*PatternFlowUdpLength) ProtoMessage()
- func (x *PatternFlowUdpLength) ProtoReflect() protoreflect.Message
- func (x *PatternFlowUdpLength) Reset()
- func (x *PatternFlowUdpLength) String() string
- type PatternFlowUdpLengthCounter
- func (*PatternFlowUdpLengthCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowUdpLengthCounter) GetCount() uint32
- func (x *PatternFlowUdpLengthCounter) GetStart() uint32
- func (x *PatternFlowUdpLengthCounter) GetStep() uint32
- func (*PatternFlowUdpLengthCounter) ProtoMessage()
- func (x *PatternFlowUdpLengthCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowUdpLengthCounter) Reset()
- func (x *PatternFlowUdpLengthCounter) String() string
- type PatternFlowUdpLengthMetricTag
- func (*PatternFlowUdpLengthMetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowUdpLengthMetricTag) GetLength() uint32
- func (x *PatternFlowUdpLengthMetricTag) GetName() string
- func (x *PatternFlowUdpLengthMetricTag) GetOffset() uint32
- func (*PatternFlowUdpLengthMetricTag) ProtoMessage()
- func (x *PatternFlowUdpLengthMetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowUdpLengthMetricTag) Reset()
- func (x *PatternFlowUdpLengthMetricTag) String() string
- type PatternFlowUdpLength_Choice
- type PatternFlowUdpLength_Choice_Enum
- func (PatternFlowUdpLength_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowUdpLength_Choice_Enum) Enum() *PatternFlowUdpLength_Choice_Enum
- func (PatternFlowUdpLength_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowUdpLength_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowUdpLength_Choice_Enum) String() string
- func (PatternFlowUdpLength_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowUdpSrcPort
- func (*PatternFlowUdpSrcPort) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowUdpSrcPort) GetChoice() PatternFlowUdpSrcPort_Choice_Enum
- func (x *PatternFlowUdpSrcPort) GetDecrement() *PatternFlowUdpSrcPortCounter
- func (x *PatternFlowUdpSrcPort) GetIncrement() *PatternFlowUdpSrcPortCounter
- func (x *PatternFlowUdpSrcPort) GetMetricTags() []*PatternFlowUdpSrcPortMetricTag
- func (x *PatternFlowUdpSrcPort) GetRandom() *PatternFlowUdpSrcPortRandom
- func (x *PatternFlowUdpSrcPort) GetValue() uint32
- func (x *PatternFlowUdpSrcPort) GetValues() []uint32
- func (*PatternFlowUdpSrcPort) ProtoMessage()
- func (x *PatternFlowUdpSrcPort) ProtoReflect() protoreflect.Message
- func (x *PatternFlowUdpSrcPort) Reset()
- func (x *PatternFlowUdpSrcPort) String() string
- type PatternFlowUdpSrcPortCounter
- func (*PatternFlowUdpSrcPortCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowUdpSrcPortCounter) GetCount() uint32
- func (x *PatternFlowUdpSrcPortCounter) GetStart() uint32
- func (x *PatternFlowUdpSrcPortCounter) GetStep() uint32
- func (*PatternFlowUdpSrcPortCounter) ProtoMessage()
- func (x *PatternFlowUdpSrcPortCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowUdpSrcPortCounter) Reset()
- func (x *PatternFlowUdpSrcPortCounter) String() string
- type PatternFlowUdpSrcPortMetricTag
- func (*PatternFlowUdpSrcPortMetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowUdpSrcPortMetricTag) GetLength() uint32
- func (x *PatternFlowUdpSrcPortMetricTag) GetName() string
- func (x *PatternFlowUdpSrcPortMetricTag) GetOffset() uint32
- func (*PatternFlowUdpSrcPortMetricTag) ProtoMessage()
- func (x *PatternFlowUdpSrcPortMetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowUdpSrcPortMetricTag) Reset()
- func (x *PatternFlowUdpSrcPortMetricTag) String() string
- type PatternFlowUdpSrcPortRandom
- func (*PatternFlowUdpSrcPortRandom) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowUdpSrcPortRandom) GetCount() uint32
- func (x *PatternFlowUdpSrcPortRandom) GetMax() uint32
- func (x *PatternFlowUdpSrcPortRandom) GetMin() uint32
- func (x *PatternFlowUdpSrcPortRandom) GetSeed() uint32
- func (*PatternFlowUdpSrcPortRandom) ProtoMessage()
- func (x *PatternFlowUdpSrcPortRandom) ProtoReflect() protoreflect.Message
- func (x *PatternFlowUdpSrcPortRandom) Reset()
- func (x *PatternFlowUdpSrcPortRandom) String() string
- type PatternFlowUdpSrcPort_Choice
- func (*PatternFlowUdpSrcPort_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowUdpSrcPort_Choice) ProtoMessage()
- func (x *PatternFlowUdpSrcPort_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowUdpSrcPort_Choice) Reset()
- func (x *PatternFlowUdpSrcPort_Choice) String() string
- type PatternFlowUdpSrcPort_Choice_Enum
- func (PatternFlowUdpSrcPort_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowUdpSrcPort_Choice_Enum) Enum() *PatternFlowUdpSrcPort_Choice_Enum
- func (PatternFlowUdpSrcPort_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowUdpSrcPort_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowUdpSrcPort_Choice_Enum) String() string
- func (PatternFlowUdpSrcPort_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowVlanCfi
- func (*PatternFlowVlanCfi) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowVlanCfi) GetChoice() PatternFlowVlanCfi_Choice_Enum
- func (x *PatternFlowVlanCfi) GetDecrement() *PatternFlowVlanCfiCounter
- func (x *PatternFlowVlanCfi) GetIncrement() *PatternFlowVlanCfiCounter
- func (x *PatternFlowVlanCfi) GetMetricTags() []*PatternFlowVlanCfiMetricTag
- func (x *PatternFlowVlanCfi) GetValue() uint32
- func (x *PatternFlowVlanCfi) GetValues() []uint32
- func (*PatternFlowVlanCfi) ProtoMessage()
- func (x *PatternFlowVlanCfi) ProtoReflect() protoreflect.Message
- func (x *PatternFlowVlanCfi) Reset()
- func (x *PatternFlowVlanCfi) String() string
- type PatternFlowVlanCfiCounter
- func (*PatternFlowVlanCfiCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowVlanCfiCounter) GetCount() uint32
- func (x *PatternFlowVlanCfiCounter) GetStart() uint32
- func (x *PatternFlowVlanCfiCounter) GetStep() uint32
- func (*PatternFlowVlanCfiCounter) ProtoMessage()
- func (x *PatternFlowVlanCfiCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowVlanCfiCounter) Reset()
- func (x *PatternFlowVlanCfiCounter) String() string
- type PatternFlowVlanCfiMetricTag
- func (*PatternFlowVlanCfiMetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowVlanCfiMetricTag) GetLength() uint32
- func (x *PatternFlowVlanCfiMetricTag) GetName() string
- func (x *PatternFlowVlanCfiMetricTag) GetOffset() uint32
- func (*PatternFlowVlanCfiMetricTag) ProtoMessage()
- func (x *PatternFlowVlanCfiMetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowVlanCfiMetricTag) Reset()
- func (x *PatternFlowVlanCfiMetricTag) String() string
- type PatternFlowVlanCfi_Choice
- type PatternFlowVlanCfi_Choice_Enum
- func (PatternFlowVlanCfi_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowVlanCfi_Choice_Enum) Enum() *PatternFlowVlanCfi_Choice_Enum
- func (PatternFlowVlanCfi_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowVlanCfi_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowVlanCfi_Choice_Enum) String() string
- func (PatternFlowVlanCfi_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowVlanId
- func (*PatternFlowVlanId) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowVlanId) GetChoice() PatternFlowVlanId_Choice_Enum
- func (x *PatternFlowVlanId) GetDecrement() *PatternFlowVlanIdCounter
- func (x *PatternFlowVlanId) GetIncrement() *PatternFlowVlanIdCounter
- func (x *PatternFlowVlanId) GetMetricTags() []*PatternFlowVlanIdMetricTag
- func (x *PatternFlowVlanId) GetValue() uint32
- func (x *PatternFlowVlanId) GetValues() []uint32
- func (*PatternFlowVlanId) ProtoMessage()
- func (x *PatternFlowVlanId) ProtoReflect() protoreflect.Message
- func (x *PatternFlowVlanId) Reset()
- func (x *PatternFlowVlanId) String() string
- type PatternFlowVlanIdCounter
- func (*PatternFlowVlanIdCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowVlanIdCounter) GetCount() uint32
- func (x *PatternFlowVlanIdCounter) GetStart() uint32
- func (x *PatternFlowVlanIdCounter) GetStep() uint32
- func (*PatternFlowVlanIdCounter) ProtoMessage()
- func (x *PatternFlowVlanIdCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowVlanIdCounter) Reset()
- func (x *PatternFlowVlanIdCounter) String() string
- type PatternFlowVlanIdMetricTag
- func (*PatternFlowVlanIdMetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowVlanIdMetricTag) GetLength() uint32
- func (x *PatternFlowVlanIdMetricTag) GetName() string
- func (x *PatternFlowVlanIdMetricTag) GetOffset() uint32
- func (*PatternFlowVlanIdMetricTag) ProtoMessage()
- func (x *PatternFlowVlanIdMetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowVlanIdMetricTag) Reset()
- func (x *PatternFlowVlanIdMetricTag) String() string
- type PatternFlowVlanId_Choice
- type PatternFlowVlanId_Choice_Enum
- func (PatternFlowVlanId_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowVlanId_Choice_Enum) Enum() *PatternFlowVlanId_Choice_Enum
- func (PatternFlowVlanId_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowVlanId_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowVlanId_Choice_Enum) String() string
- func (PatternFlowVlanId_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowVlanPriority
- func (*PatternFlowVlanPriority) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowVlanPriority) GetChoice() PatternFlowVlanPriority_Choice_Enum
- func (x *PatternFlowVlanPriority) GetDecrement() *PatternFlowVlanPriorityCounter
- func (x *PatternFlowVlanPriority) GetIncrement() *PatternFlowVlanPriorityCounter
- func (x *PatternFlowVlanPriority) GetMetricTags() []*PatternFlowVlanPriorityMetricTag
- func (x *PatternFlowVlanPriority) GetValue() uint32
- func (x *PatternFlowVlanPriority) GetValues() []uint32
- func (*PatternFlowVlanPriority) ProtoMessage()
- func (x *PatternFlowVlanPriority) ProtoReflect() protoreflect.Message
- func (x *PatternFlowVlanPriority) Reset()
- func (x *PatternFlowVlanPriority) String() string
- type PatternFlowVlanPriorityCounter
- func (*PatternFlowVlanPriorityCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowVlanPriorityCounter) GetCount() uint32
- func (x *PatternFlowVlanPriorityCounter) GetStart() uint32
- func (x *PatternFlowVlanPriorityCounter) GetStep() uint32
- func (*PatternFlowVlanPriorityCounter) ProtoMessage()
- func (x *PatternFlowVlanPriorityCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowVlanPriorityCounter) Reset()
- func (x *PatternFlowVlanPriorityCounter) String() string
- type PatternFlowVlanPriorityMetricTag
- func (*PatternFlowVlanPriorityMetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowVlanPriorityMetricTag) GetLength() uint32
- func (x *PatternFlowVlanPriorityMetricTag) GetName() string
- func (x *PatternFlowVlanPriorityMetricTag) GetOffset() uint32
- func (*PatternFlowVlanPriorityMetricTag) ProtoMessage()
- func (x *PatternFlowVlanPriorityMetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowVlanPriorityMetricTag) Reset()
- func (x *PatternFlowVlanPriorityMetricTag) String() string
- type PatternFlowVlanPriority_Choice
- func (*PatternFlowVlanPriority_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowVlanPriority_Choice) ProtoMessage()
- func (x *PatternFlowVlanPriority_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowVlanPriority_Choice) Reset()
- func (x *PatternFlowVlanPriority_Choice) String() string
- type PatternFlowVlanPriority_Choice_Enum
- func (PatternFlowVlanPriority_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowVlanPriority_Choice_Enum) Enum() *PatternFlowVlanPriority_Choice_Enum
- func (PatternFlowVlanPriority_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowVlanPriority_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowVlanPriority_Choice_Enum) String() string
- func (PatternFlowVlanPriority_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowVlanTpid
- func (*PatternFlowVlanTpid) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowVlanTpid) GetChoice() PatternFlowVlanTpid_Choice_Enum
- func (x *PatternFlowVlanTpid) GetDecrement() *PatternFlowVlanTpidCounter
- func (x *PatternFlowVlanTpid) GetIncrement() *PatternFlowVlanTpidCounter
- func (x *PatternFlowVlanTpid) GetMetricTags() []*PatternFlowVlanTpidMetricTag
- func (x *PatternFlowVlanTpid) GetValue() uint32
- func (x *PatternFlowVlanTpid) GetValues() []uint32
- func (*PatternFlowVlanTpid) ProtoMessage()
- func (x *PatternFlowVlanTpid) ProtoReflect() protoreflect.Message
- func (x *PatternFlowVlanTpid) Reset()
- func (x *PatternFlowVlanTpid) String() string
- type PatternFlowVlanTpidCounter
- func (*PatternFlowVlanTpidCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowVlanTpidCounter) GetCount() uint32
- func (x *PatternFlowVlanTpidCounter) GetStart() uint32
- func (x *PatternFlowVlanTpidCounter) GetStep() uint32
- func (*PatternFlowVlanTpidCounter) ProtoMessage()
- func (x *PatternFlowVlanTpidCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowVlanTpidCounter) Reset()
- func (x *PatternFlowVlanTpidCounter) String() string
- type PatternFlowVlanTpidMetricTag
- func (*PatternFlowVlanTpidMetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowVlanTpidMetricTag) GetLength() uint32
- func (x *PatternFlowVlanTpidMetricTag) GetName() string
- func (x *PatternFlowVlanTpidMetricTag) GetOffset() uint32
- func (*PatternFlowVlanTpidMetricTag) ProtoMessage()
- func (x *PatternFlowVlanTpidMetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowVlanTpidMetricTag) Reset()
- func (x *PatternFlowVlanTpidMetricTag) String() string
- type PatternFlowVlanTpid_Choice
- type PatternFlowVlanTpid_Choice_Enum
- func (PatternFlowVlanTpid_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowVlanTpid_Choice_Enum) Enum() *PatternFlowVlanTpid_Choice_Enum
- func (PatternFlowVlanTpid_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowVlanTpid_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowVlanTpid_Choice_Enum) String() string
- func (PatternFlowVlanTpid_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowVxlanFlags
- func (*PatternFlowVxlanFlags) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowVxlanFlags) GetChoice() PatternFlowVxlanFlags_Choice_Enum
- func (x *PatternFlowVxlanFlags) GetDecrement() *PatternFlowVxlanFlagsCounter
- func (x *PatternFlowVxlanFlags) GetIncrement() *PatternFlowVxlanFlagsCounter
- func (x *PatternFlowVxlanFlags) GetMetricTags() []*PatternFlowVxlanFlagsMetricTag
- func (x *PatternFlowVxlanFlags) GetValue() uint32
- func (x *PatternFlowVxlanFlags) GetValues() []uint32
- func (*PatternFlowVxlanFlags) ProtoMessage()
- func (x *PatternFlowVxlanFlags) ProtoReflect() protoreflect.Message
- func (x *PatternFlowVxlanFlags) Reset()
- func (x *PatternFlowVxlanFlags) String() string
- type PatternFlowVxlanFlagsCounter
- func (*PatternFlowVxlanFlagsCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowVxlanFlagsCounter) GetCount() uint32
- func (x *PatternFlowVxlanFlagsCounter) GetStart() uint32
- func (x *PatternFlowVxlanFlagsCounter) GetStep() uint32
- func (*PatternFlowVxlanFlagsCounter) ProtoMessage()
- func (x *PatternFlowVxlanFlagsCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowVxlanFlagsCounter) Reset()
- func (x *PatternFlowVxlanFlagsCounter) String() string
- type PatternFlowVxlanFlagsMetricTag
- func (*PatternFlowVxlanFlagsMetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowVxlanFlagsMetricTag) GetLength() uint32
- func (x *PatternFlowVxlanFlagsMetricTag) GetName() string
- func (x *PatternFlowVxlanFlagsMetricTag) GetOffset() uint32
- func (*PatternFlowVxlanFlagsMetricTag) ProtoMessage()
- func (x *PatternFlowVxlanFlagsMetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowVxlanFlagsMetricTag) Reset()
- func (x *PatternFlowVxlanFlagsMetricTag) String() string
- type PatternFlowVxlanFlags_Choice
- func (*PatternFlowVxlanFlags_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowVxlanFlags_Choice) ProtoMessage()
- func (x *PatternFlowVxlanFlags_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowVxlanFlags_Choice) Reset()
- func (x *PatternFlowVxlanFlags_Choice) String() string
- type PatternFlowVxlanFlags_Choice_Enum
- func (PatternFlowVxlanFlags_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowVxlanFlags_Choice_Enum) Enum() *PatternFlowVxlanFlags_Choice_Enum
- func (PatternFlowVxlanFlags_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowVxlanFlags_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowVxlanFlags_Choice_Enum) String() string
- func (PatternFlowVxlanFlags_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowVxlanReserved0
- func (*PatternFlowVxlanReserved0) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowVxlanReserved0) GetChoice() PatternFlowVxlanReserved0_Choice_Enum
- func (x *PatternFlowVxlanReserved0) GetDecrement() *PatternFlowVxlanReserved0Counter
- func (x *PatternFlowVxlanReserved0) GetIncrement() *PatternFlowVxlanReserved0Counter
- func (x *PatternFlowVxlanReserved0) GetMetricTags() []*PatternFlowVxlanReserved0MetricTag
- func (x *PatternFlowVxlanReserved0) GetValue() uint32
- func (x *PatternFlowVxlanReserved0) GetValues() []uint32
- func (*PatternFlowVxlanReserved0) ProtoMessage()
- func (x *PatternFlowVxlanReserved0) ProtoReflect() protoreflect.Message
- func (x *PatternFlowVxlanReserved0) Reset()
- func (x *PatternFlowVxlanReserved0) String() string
- type PatternFlowVxlanReserved0Counter
- func (*PatternFlowVxlanReserved0Counter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowVxlanReserved0Counter) GetCount() uint32
- func (x *PatternFlowVxlanReserved0Counter) GetStart() uint32
- func (x *PatternFlowVxlanReserved0Counter) GetStep() uint32
- func (*PatternFlowVxlanReserved0Counter) ProtoMessage()
- func (x *PatternFlowVxlanReserved0Counter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowVxlanReserved0Counter) Reset()
- func (x *PatternFlowVxlanReserved0Counter) String() string
- type PatternFlowVxlanReserved0MetricTag
- func (*PatternFlowVxlanReserved0MetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowVxlanReserved0MetricTag) GetLength() uint32
- func (x *PatternFlowVxlanReserved0MetricTag) GetName() string
- func (x *PatternFlowVxlanReserved0MetricTag) GetOffset() uint32
- func (*PatternFlowVxlanReserved0MetricTag) ProtoMessage()
- func (x *PatternFlowVxlanReserved0MetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowVxlanReserved0MetricTag) Reset()
- func (x *PatternFlowVxlanReserved0MetricTag) String() string
- type PatternFlowVxlanReserved0_Choice
- func (*PatternFlowVxlanReserved0_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowVxlanReserved0_Choice) ProtoMessage()
- func (x *PatternFlowVxlanReserved0_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowVxlanReserved0_Choice) Reset()
- func (x *PatternFlowVxlanReserved0_Choice) String() string
- type PatternFlowVxlanReserved0_Choice_Enum
- func (PatternFlowVxlanReserved0_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowVxlanReserved0_Choice_Enum) Enum() *PatternFlowVxlanReserved0_Choice_Enum
- func (PatternFlowVxlanReserved0_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowVxlanReserved0_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowVxlanReserved0_Choice_Enum) String() string
- func (PatternFlowVxlanReserved0_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowVxlanReserved1
- func (*PatternFlowVxlanReserved1) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowVxlanReserved1) GetChoice() PatternFlowVxlanReserved1_Choice_Enum
- func (x *PatternFlowVxlanReserved1) GetDecrement() *PatternFlowVxlanReserved1Counter
- func (x *PatternFlowVxlanReserved1) GetIncrement() *PatternFlowVxlanReserved1Counter
- func (x *PatternFlowVxlanReserved1) GetMetricTags() []*PatternFlowVxlanReserved1MetricTag
- func (x *PatternFlowVxlanReserved1) GetValue() uint32
- func (x *PatternFlowVxlanReserved1) GetValues() []uint32
- func (*PatternFlowVxlanReserved1) ProtoMessage()
- func (x *PatternFlowVxlanReserved1) ProtoReflect() protoreflect.Message
- func (x *PatternFlowVxlanReserved1) Reset()
- func (x *PatternFlowVxlanReserved1) String() string
- type PatternFlowVxlanReserved1Counter
- func (*PatternFlowVxlanReserved1Counter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowVxlanReserved1Counter) GetCount() uint32
- func (x *PatternFlowVxlanReserved1Counter) GetStart() uint32
- func (x *PatternFlowVxlanReserved1Counter) GetStep() uint32
- func (*PatternFlowVxlanReserved1Counter) ProtoMessage()
- func (x *PatternFlowVxlanReserved1Counter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowVxlanReserved1Counter) Reset()
- func (x *PatternFlowVxlanReserved1Counter) String() string
- type PatternFlowVxlanReserved1MetricTag
- func (*PatternFlowVxlanReserved1MetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowVxlanReserved1MetricTag) GetLength() uint32
- func (x *PatternFlowVxlanReserved1MetricTag) GetName() string
- func (x *PatternFlowVxlanReserved1MetricTag) GetOffset() uint32
- func (*PatternFlowVxlanReserved1MetricTag) ProtoMessage()
- func (x *PatternFlowVxlanReserved1MetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowVxlanReserved1MetricTag) Reset()
- func (x *PatternFlowVxlanReserved1MetricTag) String() string
- type PatternFlowVxlanReserved1_Choice
- func (*PatternFlowVxlanReserved1_Choice) Descriptor() ([]byte, []int)deprecated
- func (*PatternFlowVxlanReserved1_Choice) ProtoMessage()
- func (x *PatternFlowVxlanReserved1_Choice) ProtoReflect() protoreflect.Message
- func (x *PatternFlowVxlanReserved1_Choice) Reset()
- func (x *PatternFlowVxlanReserved1_Choice) String() string
- type PatternFlowVxlanReserved1_Choice_Enum
- func (PatternFlowVxlanReserved1_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowVxlanReserved1_Choice_Enum) Enum() *PatternFlowVxlanReserved1_Choice_Enum
- func (PatternFlowVxlanReserved1_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowVxlanReserved1_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowVxlanReserved1_Choice_Enum) String() string
- func (PatternFlowVxlanReserved1_Choice_Enum) Type() protoreflect.EnumType
- type PatternFlowVxlanVni
- func (*PatternFlowVxlanVni) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowVxlanVni) GetAuto() uint32
- func (x *PatternFlowVxlanVni) GetChoice() PatternFlowVxlanVni_Choice_Enum
- func (x *PatternFlowVxlanVni) GetDecrement() *PatternFlowVxlanVniCounter
- func (x *PatternFlowVxlanVni) GetIncrement() *PatternFlowVxlanVniCounter
- func (x *PatternFlowVxlanVni) GetMetricTags() []*PatternFlowVxlanVniMetricTag
- func (x *PatternFlowVxlanVni) GetValue() uint32
- func (x *PatternFlowVxlanVni) GetValues() []uint32
- func (*PatternFlowVxlanVni) ProtoMessage()
- func (x *PatternFlowVxlanVni) ProtoReflect() protoreflect.Message
- func (x *PatternFlowVxlanVni) Reset()
- func (x *PatternFlowVxlanVni) String() string
- type PatternFlowVxlanVniCounter
- func (*PatternFlowVxlanVniCounter) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowVxlanVniCounter) GetCount() uint32
- func (x *PatternFlowVxlanVniCounter) GetStart() uint32
- func (x *PatternFlowVxlanVniCounter) GetStep() uint32
- func (*PatternFlowVxlanVniCounter) ProtoMessage()
- func (x *PatternFlowVxlanVniCounter) ProtoReflect() protoreflect.Message
- func (x *PatternFlowVxlanVniCounter) Reset()
- func (x *PatternFlowVxlanVniCounter) String() string
- type PatternFlowVxlanVniMetricTag
- func (*PatternFlowVxlanVniMetricTag) Descriptor() ([]byte, []int)deprecated
- func (x *PatternFlowVxlanVniMetricTag) GetLength() uint32
- func (x *PatternFlowVxlanVniMetricTag) GetName() string
- func (x *PatternFlowVxlanVniMetricTag) GetOffset() uint32
- func (*PatternFlowVxlanVniMetricTag) ProtoMessage()
- func (x *PatternFlowVxlanVniMetricTag) ProtoReflect() protoreflect.Message
- func (x *PatternFlowVxlanVniMetricTag) Reset()
- func (x *PatternFlowVxlanVniMetricTag) String() string
- type PatternFlowVxlanVni_Choice
- type PatternFlowVxlanVni_Choice_Enum
- func (PatternFlowVxlanVni_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PatternFlowVxlanVni_Choice_Enum) Enum() *PatternFlowVxlanVni_Choice_Enum
- func (PatternFlowVxlanVni_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PatternFlowVxlanVni_Choice_Enum) Number() protoreflect.EnumNumber
- func (x PatternFlowVxlanVni_Choice_Enum) String() string
- func (PatternFlowVxlanVni_Choice_Enum) Type() protoreflect.EnumType
- type Port
- type PortMetric
- func (*PortMetric) Descriptor() ([]byte, []int)deprecated
- func (x *PortMetric) GetBytesRx() uint64
- func (x *PortMetric) GetBytesRxRate() float32
- func (x *PortMetric) GetBytesTx() uint64
- func (x *PortMetric) GetBytesTxRate() float32
- func (x *PortMetric) GetCapture() PortMetric_Capture_Enum
- func (x *PortMetric) GetFramesRx() uint64
- func (x *PortMetric) GetFramesRxRate() float32
- func (x *PortMetric) GetFramesTx() uint64
- func (x *PortMetric) GetFramesTxRate() float32
- func (x *PortMetric) GetLastChange() uint64
- func (x *PortMetric) GetLink() PortMetric_Link_Enum
- func (x *PortMetric) GetLocation() string
- func (x *PortMetric) GetName() string
- func (x *PortMetric) GetTransmit() PortMetric_Transmit_Enum
- func (*PortMetric) ProtoMessage()
- func (x *PortMetric) ProtoReflect() protoreflect.Message
- func (x *PortMetric) Reset()
- func (x *PortMetric) String() string
- type PortMetric_Capture
- type PortMetric_Capture_Enum
- func (PortMetric_Capture_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PortMetric_Capture_Enum) Enum() *PortMetric_Capture_Enum
- func (PortMetric_Capture_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PortMetric_Capture_Enum) Number() protoreflect.EnumNumber
- func (x PortMetric_Capture_Enum) String() string
- func (PortMetric_Capture_Enum) Type() protoreflect.EnumType
- type PortMetric_Link
- type PortMetric_Link_Enum
- func (PortMetric_Link_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PortMetric_Link_Enum) Enum() *PortMetric_Link_Enum
- func (PortMetric_Link_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PortMetric_Link_Enum) Number() protoreflect.EnumNumber
- func (x PortMetric_Link_Enum) String() string
- func (PortMetric_Link_Enum) Type() protoreflect.EnumType
- type PortMetric_Transmit
- type PortMetric_Transmit_Enum
- func (PortMetric_Transmit_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PortMetric_Transmit_Enum) Enum() *PortMetric_Transmit_Enum
- func (PortMetric_Transmit_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PortMetric_Transmit_Enum) Number() protoreflect.EnumNumber
- func (x PortMetric_Transmit_Enum) String() string
- func (PortMetric_Transmit_Enum) Type() protoreflect.EnumType
- type PortMetricsRequest
- func (*PortMetricsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *PortMetricsRequest) GetColumnNames() []PortMetricsRequest_ColumnNames_Enum
- func (x *PortMetricsRequest) GetPortNames() []string
- func (*PortMetricsRequest) ProtoMessage()
- func (x *PortMetricsRequest) ProtoReflect() protoreflect.Message
- func (x *PortMetricsRequest) Reset()
- func (x *PortMetricsRequest) String() string
- type PortMetricsRequest_ColumnNames
- func (*PortMetricsRequest_ColumnNames) Descriptor() ([]byte, []int)deprecated
- func (*PortMetricsRequest_ColumnNames) ProtoMessage()
- func (x *PortMetricsRequest_ColumnNames) ProtoReflect() protoreflect.Message
- func (x *PortMetricsRequest_ColumnNames) Reset()
- func (x *PortMetricsRequest_ColumnNames) String() string
- type PortMetricsRequest_ColumnNames_Enum
- func (PortMetricsRequest_ColumnNames_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x PortMetricsRequest_ColumnNames_Enum) Enum() *PortMetricsRequest_ColumnNames_Enum
- func (PortMetricsRequest_ColumnNames_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x PortMetricsRequest_ColumnNames_Enum) Number() protoreflect.EnumNumber
- func (x PortMetricsRequest_ColumnNames_Enum) String() string
- func (PortMetricsRequest_ColumnNames_Enum) Type() protoreflect.EnumType
- type PortOptions
- type ProtocolOptions
- type ResultBgpAsPath
- func (*ResultBgpAsPath) Descriptor() ([]byte, []int)deprecated
- func (x *ResultBgpAsPath) GetSegments() []*ResultBgpAsPathSegment
- func (*ResultBgpAsPath) ProtoMessage()
- func (x *ResultBgpAsPath) ProtoReflect() protoreflect.Message
- func (x *ResultBgpAsPath) Reset()
- func (x *ResultBgpAsPath) String() string
- type ResultBgpAsPathSegment
- func (*ResultBgpAsPathSegment) Descriptor() ([]byte, []int)deprecated
- func (x *ResultBgpAsPathSegment) GetAsNumbers() []uint32
- func (x *ResultBgpAsPathSegment) GetType() ResultBgpAsPathSegment_Type_Enum
- func (*ResultBgpAsPathSegment) ProtoMessage()
- func (x *ResultBgpAsPathSegment) ProtoReflect() protoreflect.Message
- func (x *ResultBgpAsPathSegment) Reset()
- func (x *ResultBgpAsPathSegment) String() string
- type ResultBgpAsPathSegment_Type
- type ResultBgpAsPathSegment_Type_Enum
- func (ResultBgpAsPathSegment_Type_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x ResultBgpAsPathSegment_Type_Enum) Enum() *ResultBgpAsPathSegment_Type_Enum
- func (ResultBgpAsPathSegment_Type_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x ResultBgpAsPathSegment_Type_Enum) Number() protoreflect.EnumNumber
- func (x ResultBgpAsPathSegment_Type_Enum) String() string
- func (ResultBgpAsPathSegment_Type_Enum) Type() protoreflect.EnumType
- type ResultBgpCommunity
- func (*ResultBgpCommunity) Descriptor() ([]byte, []int)deprecated
- func (x *ResultBgpCommunity) GetAsCustom() uint32
- func (x *ResultBgpCommunity) GetAsNumber() uint32
- func (x *ResultBgpCommunity) GetType() ResultBgpCommunity_Type_Enum
- func (*ResultBgpCommunity) ProtoMessage()
- func (x *ResultBgpCommunity) ProtoReflect() protoreflect.Message
- func (x *ResultBgpCommunity) Reset()
- func (x *ResultBgpCommunity) String() string
- type ResultBgpCommunity_Type
- type ResultBgpCommunity_Type_Enum
- func (ResultBgpCommunity_Type_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x ResultBgpCommunity_Type_Enum) Enum() *ResultBgpCommunity_Type_Enum
- func (ResultBgpCommunity_Type_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x ResultBgpCommunity_Type_Enum) Number() protoreflect.EnumNumber
- func (x ResultBgpCommunity_Type_Enum) String() string
- func (ResultBgpCommunity_Type_Enum) Type() protoreflect.EnumType
- type ResultExtendedCommunity
- func (*ResultExtendedCommunity) Descriptor() ([]byte, []int)deprecated
- func (x *ResultExtendedCommunity) GetRaw() string
- func (x *ResultExtendedCommunity) GetStructured() *ResultExtendedCommunityStructured
- func (*ResultExtendedCommunity) ProtoMessage()
- func (x *ResultExtendedCommunity) ProtoReflect() protoreflect.Message
- func (x *ResultExtendedCommunity) Reset()
- func (x *ResultExtendedCommunity) String() string
- type ResultExtendedCommunityNonTransitive2OctetAsType
- func (*ResultExtendedCommunityNonTransitive2OctetAsType) Descriptor() ([]byte, []int)deprecated
- func (x *ResultExtendedCommunityNonTransitive2OctetAsType) GetChoice() ResultExtendedCommunityNonTransitive2OctetAsType_Choice_Enum
- func (x *ResultExtendedCommunityNonTransitive2OctetAsType) GetLinkBandwidthSubtype() *ResultExtendedCommunityNonTransitive2OctetAsTypeLinkBandwidth
- func (*ResultExtendedCommunityNonTransitive2OctetAsType) ProtoMessage()
- func (x *ResultExtendedCommunityNonTransitive2OctetAsType) ProtoReflect() protoreflect.Message
- func (x *ResultExtendedCommunityNonTransitive2OctetAsType) Reset()
- func (x *ResultExtendedCommunityNonTransitive2OctetAsType) String() string
- type ResultExtendedCommunityNonTransitive2OctetAsTypeLinkBandwidth
- func (*ResultExtendedCommunityNonTransitive2OctetAsTypeLinkBandwidth) Descriptor() ([]byte, []int)deprecated
- func (x *ResultExtendedCommunityNonTransitive2OctetAsTypeLinkBandwidth) GetBandwidth() float32
- func (x *ResultExtendedCommunityNonTransitive2OctetAsTypeLinkBandwidth) GetGlobal_2ByteAs() uint32
- func (*ResultExtendedCommunityNonTransitive2OctetAsTypeLinkBandwidth) ProtoMessage()
- func (x *ResultExtendedCommunityNonTransitive2OctetAsTypeLinkBandwidth) ProtoReflect() protoreflect.Message
- func (x *ResultExtendedCommunityNonTransitive2OctetAsTypeLinkBandwidth) Reset()
- func (x *ResultExtendedCommunityNonTransitive2OctetAsTypeLinkBandwidth) String() string
- type ResultExtendedCommunityNonTransitive2OctetAsType_Choice
- func (*ResultExtendedCommunityNonTransitive2OctetAsType_Choice) Descriptor() ([]byte, []int)deprecated
- func (*ResultExtendedCommunityNonTransitive2OctetAsType_Choice) ProtoMessage()
- func (x *ResultExtendedCommunityNonTransitive2OctetAsType_Choice) ProtoReflect() protoreflect.Message
- func (x *ResultExtendedCommunityNonTransitive2OctetAsType_Choice) Reset()
- func (x *ResultExtendedCommunityNonTransitive2OctetAsType_Choice) String() string
- type ResultExtendedCommunityNonTransitive2OctetAsType_Choice_Enum
- func (ResultExtendedCommunityNonTransitive2OctetAsType_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x ResultExtendedCommunityNonTransitive2OctetAsType_Choice_Enum) Enum() *ResultExtendedCommunityNonTransitive2OctetAsType_Choice_Enum
- func (ResultExtendedCommunityNonTransitive2OctetAsType_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x ResultExtendedCommunityNonTransitive2OctetAsType_Choice_Enum) Number() protoreflect.EnumNumber
- func (x ResultExtendedCommunityNonTransitive2OctetAsType_Choice_Enum) String() string
- func (ResultExtendedCommunityNonTransitive2OctetAsType_Choice_Enum) Type() protoreflect.EnumType
- type ResultExtendedCommunityStructured
- func (*ResultExtendedCommunityStructured) Descriptor() ([]byte, []int)deprecated
- func (x *ResultExtendedCommunityStructured) GetChoice() ResultExtendedCommunityStructured_Choice_Enum
- func (x *ResultExtendedCommunityStructured) GetNonTransitive_2OctetAsType() *ResultExtendedCommunityNonTransitive2OctetAsType
- func (x *ResultExtendedCommunityStructured) GetTransitiveIpv4AddressType() *ResultExtendedCommunityTransitiveIpv4AddressType
- func (x *ResultExtendedCommunityStructured) GetTransitiveOpaqueType() *ResultExtendedCommunityTransitiveOpaqueType
- func (x *ResultExtendedCommunityStructured) GetTransitive_2OctetAsType() *ResultExtendedCommunityTransitive2OctetAsType
- func (x *ResultExtendedCommunityStructured) GetTransitive_4OctetAsType() *ResultExtendedCommunityTransitive4OctetAsType
- func (*ResultExtendedCommunityStructured) ProtoMessage()
- func (x *ResultExtendedCommunityStructured) ProtoReflect() protoreflect.Message
- func (x *ResultExtendedCommunityStructured) Reset()
- func (x *ResultExtendedCommunityStructured) String() string
- type ResultExtendedCommunityStructured_Choice
- func (*ResultExtendedCommunityStructured_Choice) Descriptor() ([]byte, []int)deprecated
- func (*ResultExtendedCommunityStructured_Choice) ProtoMessage()
- func (x *ResultExtendedCommunityStructured_Choice) ProtoReflect() protoreflect.Message
- func (x *ResultExtendedCommunityStructured_Choice) Reset()
- func (x *ResultExtendedCommunityStructured_Choice) String() string
- type ResultExtendedCommunityStructured_Choice_Enum
- func (ResultExtendedCommunityStructured_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x ResultExtendedCommunityStructured_Choice_Enum) Enum() *ResultExtendedCommunityStructured_Choice_Enum
- func (ResultExtendedCommunityStructured_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x ResultExtendedCommunityStructured_Choice_Enum) Number() protoreflect.EnumNumber
- func (x ResultExtendedCommunityStructured_Choice_Enum) String() string
- func (ResultExtendedCommunityStructured_Choice_Enum) Type() protoreflect.EnumType
- type ResultExtendedCommunityTransitive2OctetAsType
- func (*ResultExtendedCommunityTransitive2OctetAsType) Descriptor() ([]byte, []int)deprecated
- func (x *ResultExtendedCommunityTransitive2OctetAsType) GetChoice() ResultExtendedCommunityTransitive2OctetAsType_Choice_Enum
- func (x *ResultExtendedCommunityTransitive2OctetAsType) GetRouteOriginSubtype() *ResultExtendedCommunityTransitive2OctetAsTypeRouteOrigin
- func (x *ResultExtendedCommunityTransitive2OctetAsType) GetRouteTargetSubtype() *ResultExtendedCommunityTransitive2OctetAsTypeRouteTarget
- func (*ResultExtendedCommunityTransitive2OctetAsType) ProtoMessage()
- func (x *ResultExtendedCommunityTransitive2OctetAsType) ProtoReflect() protoreflect.Message
- func (x *ResultExtendedCommunityTransitive2OctetAsType) Reset()
- func (x *ResultExtendedCommunityTransitive2OctetAsType) String() string
- type ResultExtendedCommunityTransitive2OctetAsTypeRouteOrigin
- func (*ResultExtendedCommunityTransitive2OctetAsTypeRouteOrigin) Descriptor() ([]byte, []int)deprecated
- func (x *ResultExtendedCommunityTransitive2OctetAsTypeRouteOrigin) GetGlobal_2ByteAs() uint32
- func (x *ResultExtendedCommunityTransitive2OctetAsTypeRouteOrigin) GetLocal_4ByteAdmin() uint32
- func (*ResultExtendedCommunityTransitive2OctetAsTypeRouteOrigin) ProtoMessage()
- func (x *ResultExtendedCommunityTransitive2OctetAsTypeRouteOrigin) ProtoReflect() protoreflect.Message
- func (x *ResultExtendedCommunityTransitive2OctetAsTypeRouteOrigin) Reset()
- func (x *ResultExtendedCommunityTransitive2OctetAsTypeRouteOrigin) String() string
- type ResultExtendedCommunityTransitive2OctetAsTypeRouteTarget
- func (*ResultExtendedCommunityTransitive2OctetAsTypeRouteTarget) Descriptor() ([]byte, []int)deprecated
- func (x *ResultExtendedCommunityTransitive2OctetAsTypeRouteTarget) GetGlobal_2ByteAs() uint32
- func (x *ResultExtendedCommunityTransitive2OctetAsTypeRouteTarget) GetLocal_4ByteAdmin() uint32
- func (*ResultExtendedCommunityTransitive2OctetAsTypeRouteTarget) ProtoMessage()
- func (x *ResultExtendedCommunityTransitive2OctetAsTypeRouteTarget) ProtoReflect() protoreflect.Message
- func (x *ResultExtendedCommunityTransitive2OctetAsTypeRouteTarget) Reset()
- func (x *ResultExtendedCommunityTransitive2OctetAsTypeRouteTarget) String() string
- type ResultExtendedCommunityTransitive2OctetAsType_Choice
- func (*ResultExtendedCommunityTransitive2OctetAsType_Choice) Descriptor() ([]byte, []int)deprecated
- func (*ResultExtendedCommunityTransitive2OctetAsType_Choice) ProtoMessage()
- func (x *ResultExtendedCommunityTransitive2OctetAsType_Choice) ProtoReflect() protoreflect.Message
- func (x *ResultExtendedCommunityTransitive2OctetAsType_Choice) Reset()
- func (x *ResultExtendedCommunityTransitive2OctetAsType_Choice) String() string
- type ResultExtendedCommunityTransitive2OctetAsType_Choice_Enum
- func (ResultExtendedCommunityTransitive2OctetAsType_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x ResultExtendedCommunityTransitive2OctetAsType_Choice_Enum) Enum() *ResultExtendedCommunityTransitive2OctetAsType_Choice_Enum
- func (ResultExtendedCommunityTransitive2OctetAsType_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x ResultExtendedCommunityTransitive2OctetAsType_Choice_Enum) Number() protoreflect.EnumNumber
- func (x ResultExtendedCommunityTransitive2OctetAsType_Choice_Enum) String() string
- func (ResultExtendedCommunityTransitive2OctetAsType_Choice_Enum) Type() protoreflect.EnumType
- type ResultExtendedCommunityTransitive4OctetAsType
- func (*ResultExtendedCommunityTransitive4OctetAsType) Descriptor() ([]byte, []int)deprecated
- func (x *ResultExtendedCommunityTransitive4OctetAsType) GetChoice() ResultExtendedCommunityTransitive4OctetAsType_Choice_Enum
- func (x *ResultExtendedCommunityTransitive4OctetAsType) GetRouteOriginSubtype() *ResultExtendedCommunityTransitive4OctetAsTypeRouteOrigin
- func (x *ResultExtendedCommunityTransitive4OctetAsType) GetRouteTargetSubtype() *ResultExtendedCommunityTransitive4OctetAsTypeRouteTarget
- func (*ResultExtendedCommunityTransitive4OctetAsType) ProtoMessage()
- func (x *ResultExtendedCommunityTransitive4OctetAsType) ProtoReflect() protoreflect.Message
- func (x *ResultExtendedCommunityTransitive4OctetAsType) Reset()
- func (x *ResultExtendedCommunityTransitive4OctetAsType) String() string
- type ResultExtendedCommunityTransitive4OctetAsTypeRouteOrigin
- func (*ResultExtendedCommunityTransitive4OctetAsTypeRouteOrigin) Descriptor() ([]byte, []int)deprecated
- func (x *ResultExtendedCommunityTransitive4OctetAsTypeRouteOrigin) GetGlobal_4ByteAs() uint32
- func (x *ResultExtendedCommunityTransitive4OctetAsTypeRouteOrigin) GetLocal_2ByteAdmin() uint32
- func (*ResultExtendedCommunityTransitive4OctetAsTypeRouteOrigin) ProtoMessage()
- func (x *ResultExtendedCommunityTransitive4OctetAsTypeRouteOrigin) ProtoReflect() protoreflect.Message
- func (x *ResultExtendedCommunityTransitive4OctetAsTypeRouteOrigin) Reset()
- func (x *ResultExtendedCommunityTransitive4OctetAsTypeRouteOrigin) String() string
- type ResultExtendedCommunityTransitive4OctetAsTypeRouteTarget
- func (*ResultExtendedCommunityTransitive4OctetAsTypeRouteTarget) Descriptor() ([]byte, []int)deprecated
- func (x *ResultExtendedCommunityTransitive4OctetAsTypeRouteTarget) GetGlobal_4ByteAs() uint32
- func (x *ResultExtendedCommunityTransitive4OctetAsTypeRouteTarget) GetLocal_2ByteAdmin() uint32
- func (*ResultExtendedCommunityTransitive4OctetAsTypeRouteTarget) ProtoMessage()
- func (x *ResultExtendedCommunityTransitive4OctetAsTypeRouteTarget) ProtoReflect() protoreflect.Message
- func (x *ResultExtendedCommunityTransitive4OctetAsTypeRouteTarget) Reset()
- func (x *ResultExtendedCommunityTransitive4OctetAsTypeRouteTarget) String() string
- type ResultExtendedCommunityTransitive4OctetAsType_Choice
- func (*ResultExtendedCommunityTransitive4OctetAsType_Choice) Descriptor() ([]byte, []int)deprecated
- func (*ResultExtendedCommunityTransitive4OctetAsType_Choice) ProtoMessage()
- func (x *ResultExtendedCommunityTransitive4OctetAsType_Choice) ProtoReflect() protoreflect.Message
- func (x *ResultExtendedCommunityTransitive4OctetAsType_Choice) Reset()
- func (x *ResultExtendedCommunityTransitive4OctetAsType_Choice) String() string
- type ResultExtendedCommunityTransitive4OctetAsType_Choice_Enum
- func (ResultExtendedCommunityTransitive4OctetAsType_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x ResultExtendedCommunityTransitive4OctetAsType_Choice_Enum) Enum() *ResultExtendedCommunityTransitive4OctetAsType_Choice_Enum
- func (ResultExtendedCommunityTransitive4OctetAsType_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x ResultExtendedCommunityTransitive4OctetAsType_Choice_Enum) Number() protoreflect.EnumNumber
- func (x ResultExtendedCommunityTransitive4OctetAsType_Choice_Enum) String() string
- func (ResultExtendedCommunityTransitive4OctetAsType_Choice_Enum) Type() protoreflect.EnumType
- type ResultExtendedCommunityTransitiveIpv4AddressType
- func (*ResultExtendedCommunityTransitiveIpv4AddressType) Descriptor() ([]byte, []int)deprecated
- func (x *ResultExtendedCommunityTransitiveIpv4AddressType) GetChoice() ResultExtendedCommunityTransitiveIpv4AddressType_Choice_Enum
- func (x *ResultExtendedCommunityTransitiveIpv4AddressType) GetRouteOriginSubtype() *ResultExtendedCommunityTransitiveIpv4AddressTypeRouteOrigin
- func (x *ResultExtendedCommunityTransitiveIpv4AddressType) GetRouteTargetSubtype() *ResultExtendedCommunityTransitiveIpv4AddressTypeRouteTarget
- func (*ResultExtendedCommunityTransitiveIpv4AddressType) ProtoMessage()
- func (x *ResultExtendedCommunityTransitiveIpv4AddressType) ProtoReflect() protoreflect.Message
- func (x *ResultExtendedCommunityTransitiveIpv4AddressType) Reset()
- func (x *ResultExtendedCommunityTransitiveIpv4AddressType) String() string
- type ResultExtendedCommunityTransitiveIpv4AddressTypeRouteOrigin
- func (*ResultExtendedCommunityTransitiveIpv4AddressTypeRouteOrigin) Descriptor() ([]byte, []int)deprecated
- func (x *ResultExtendedCommunityTransitiveIpv4AddressTypeRouteOrigin) GetGlobalIpv4Admin() string
- func (x *ResultExtendedCommunityTransitiveIpv4AddressTypeRouteOrigin) GetLocal_2ByteAdmin() uint32
- func (*ResultExtendedCommunityTransitiveIpv4AddressTypeRouteOrigin) ProtoMessage()
- func (x *ResultExtendedCommunityTransitiveIpv4AddressTypeRouteOrigin) ProtoReflect() protoreflect.Message
- func (x *ResultExtendedCommunityTransitiveIpv4AddressTypeRouteOrigin) Reset()
- func (x *ResultExtendedCommunityTransitiveIpv4AddressTypeRouteOrigin) String() string
- type ResultExtendedCommunityTransitiveIpv4AddressTypeRouteTarget
- func (*ResultExtendedCommunityTransitiveIpv4AddressTypeRouteTarget) Descriptor() ([]byte, []int)deprecated
- func (x *ResultExtendedCommunityTransitiveIpv4AddressTypeRouteTarget) GetGlobalIpv4Admin() string
- func (x *ResultExtendedCommunityTransitiveIpv4AddressTypeRouteTarget) GetLocal_2ByteAdmin() uint32
- func (*ResultExtendedCommunityTransitiveIpv4AddressTypeRouteTarget) ProtoMessage()
- func (x *ResultExtendedCommunityTransitiveIpv4AddressTypeRouteTarget) ProtoReflect() protoreflect.Message
- func (x *ResultExtendedCommunityTransitiveIpv4AddressTypeRouteTarget) Reset()
- func (x *ResultExtendedCommunityTransitiveIpv4AddressTypeRouteTarget) String() string
- type ResultExtendedCommunityTransitiveIpv4AddressType_Choice
- func (*ResultExtendedCommunityTransitiveIpv4AddressType_Choice) Descriptor() ([]byte, []int)deprecated
- func (*ResultExtendedCommunityTransitiveIpv4AddressType_Choice) ProtoMessage()
- func (x *ResultExtendedCommunityTransitiveIpv4AddressType_Choice) ProtoReflect() protoreflect.Message
- func (x *ResultExtendedCommunityTransitiveIpv4AddressType_Choice) Reset()
- func (x *ResultExtendedCommunityTransitiveIpv4AddressType_Choice) String() string
- type ResultExtendedCommunityTransitiveIpv4AddressType_Choice_Enum
- func (ResultExtendedCommunityTransitiveIpv4AddressType_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x ResultExtendedCommunityTransitiveIpv4AddressType_Choice_Enum) Enum() *ResultExtendedCommunityTransitiveIpv4AddressType_Choice_Enum
- func (ResultExtendedCommunityTransitiveIpv4AddressType_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x ResultExtendedCommunityTransitiveIpv4AddressType_Choice_Enum) Number() protoreflect.EnumNumber
- func (x ResultExtendedCommunityTransitiveIpv4AddressType_Choice_Enum) String() string
- func (ResultExtendedCommunityTransitiveIpv4AddressType_Choice_Enum) Type() protoreflect.EnumType
- type ResultExtendedCommunityTransitiveOpaqueType
- func (*ResultExtendedCommunityTransitiveOpaqueType) Descriptor() ([]byte, []int)deprecated
- func (x *ResultExtendedCommunityTransitiveOpaqueType) GetChoice() ResultExtendedCommunityTransitiveOpaqueType_Choice_Enum
- func (x *ResultExtendedCommunityTransitiveOpaqueType) GetColorSubtype() *ResultExtendedCommunityTransitiveOpaqueTypeColor
- func (x *ResultExtendedCommunityTransitiveOpaqueType) GetEncapsulationSubtype() *ResultExtendedCommunityTransitiveOpaqueTypeEncapsulation
- func (*ResultExtendedCommunityTransitiveOpaqueType) ProtoMessage()
- func (x *ResultExtendedCommunityTransitiveOpaqueType) ProtoReflect() protoreflect.Message
- func (x *ResultExtendedCommunityTransitiveOpaqueType) Reset()
- func (x *ResultExtendedCommunityTransitiveOpaqueType) String() string
- type ResultExtendedCommunityTransitiveOpaqueTypeColor
- func (*ResultExtendedCommunityTransitiveOpaqueTypeColor) Descriptor() ([]byte, []int)deprecated
- func (x *ResultExtendedCommunityTransitiveOpaqueTypeColor) GetColor() uint32
- func (x *ResultExtendedCommunityTransitiveOpaqueTypeColor) GetFlags() uint32
- func (*ResultExtendedCommunityTransitiveOpaqueTypeColor) ProtoMessage()
- func (x *ResultExtendedCommunityTransitiveOpaqueTypeColor) ProtoReflect() protoreflect.Message
- func (x *ResultExtendedCommunityTransitiveOpaqueTypeColor) Reset()
- func (x *ResultExtendedCommunityTransitiveOpaqueTypeColor) String() string
- type ResultExtendedCommunityTransitiveOpaqueTypeEncapsulation
- func (*ResultExtendedCommunityTransitiveOpaqueTypeEncapsulation) Descriptor() ([]byte, []int)deprecated
- func (x *ResultExtendedCommunityTransitiveOpaqueTypeEncapsulation) GetReserved() uint32
- func (x *ResultExtendedCommunityTransitiveOpaqueTypeEncapsulation) GetTunnelType() uint32
- func (*ResultExtendedCommunityTransitiveOpaqueTypeEncapsulation) ProtoMessage()
- func (x *ResultExtendedCommunityTransitiveOpaqueTypeEncapsulation) ProtoReflect() protoreflect.Message
- func (x *ResultExtendedCommunityTransitiveOpaqueTypeEncapsulation) Reset()
- func (x *ResultExtendedCommunityTransitiveOpaqueTypeEncapsulation) String() string
- type ResultExtendedCommunityTransitiveOpaqueType_Choice
- func (*ResultExtendedCommunityTransitiveOpaqueType_Choice) Descriptor() ([]byte, []int)deprecated
- func (*ResultExtendedCommunityTransitiveOpaqueType_Choice) ProtoMessage()
- func (x *ResultExtendedCommunityTransitiveOpaqueType_Choice) ProtoReflect() protoreflect.Message
- func (x *ResultExtendedCommunityTransitiveOpaqueType_Choice) Reset()
- func (x *ResultExtendedCommunityTransitiveOpaqueType_Choice) String() string
- type ResultExtendedCommunityTransitiveOpaqueType_Choice_Enum
- func (ResultExtendedCommunityTransitiveOpaqueType_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x ResultExtendedCommunityTransitiveOpaqueType_Choice_Enum) Enum() *ResultExtendedCommunityTransitiveOpaqueType_Choice_Enum
- func (ResultExtendedCommunityTransitiveOpaqueType_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x ResultExtendedCommunityTransitiveOpaqueType_Choice_Enum) Number() protoreflect.EnumNumber
- func (x ResultExtendedCommunityTransitiveOpaqueType_Choice_Enum) String() string
- func (ResultExtendedCommunityTransitiveOpaqueType_Choice_Enum) Type() protoreflect.EnumType
- type RsvpEro
- func (*RsvpEro) Descriptor() ([]byte, []int)deprecated
- func (x *RsvpEro) GetPrefixLength() uint32
- func (x *RsvpEro) GetPrependNeighborIp() RsvpEro_PrependNeighborIp_Enum
- func (x *RsvpEro) GetSubobjects() []*RsvpEroSubobject
- func (*RsvpEro) ProtoMessage()
- func (x *RsvpEro) ProtoReflect() protoreflect.Message
- func (x *RsvpEro) Reset()
- func (x *RsvpEro) String() string
- type RsvpEroSubobject
- func (*RsvpEroSubobject) Descriptor() ([]byte, []int)deprecated
- func (x *RsvpEroSubobject) GetAsNumber() uint32
- func (x *RsvpEroSubobject) GetHopType() RsvpEroSubobject_HopType_Enum
- func (x *RsvpEroSubobject) GetIpv4Address() string
- func (x *RsvpEroSubobject) GetPrefixLength() uint32
- func (x *RsvpEroSubobject) GetType() RsvpEroSubobject_Type_Enum
- func (*RsvpEroSubobject) ProtoMessage()
- func (x *RsvpEroSubobject) ProtoReflect() protoreflect.Message
- func (x *RsvpEroSubobject) Reset()
- func (x *RsvpEroSubobject) String() string
- type RsvpEroSubobject_HopType
- type RsvpEroSubobject_HopType_Enum
- func (RsvpEroSubobject_HopType_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x RsvpEroSubobject_HopType_Enum) Enum() *RsvpEroSubobject_HopType_Enum
- func (RsvpEroSubobject_HopType_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x RsvpEroSubobject_HopType_Enum) Number() protoreflect.EnumNumber
- func (x RsvpEroSubobject_HopType_Enum) String() string
- func (RsvpEroSubobject_HopType_Enum) Type() protoreflect.EnumType
- type RsvpEroSubobject_Type
- type RsvpEroSubobject_Type_Enum
- func (RsvpEroSubobject_Type_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x RsvpEroSubobject_Type_Enum) Enum() *RsvpEroSubobject_Type_Enum
- func (RsvpEroSubobject_Type_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x RsvpEroSubobject_Type_Enum) Number() protoreflect.EnumNumber
- func (x RsvpEroSubobject_Type_Enum) String() string
- func (RsvpEroSubobject_Type_Enum) Type() protoreflect.EnumType
- type RsvpEro_PrependNeighborIp
- type RsvpEro_PrependNeighborIp_Enum
- func (RsvpEro_PrependNeighborIp_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x RsvpEro_PrependNeighborIp_Enum) Enum() *RsvpEro_PrependNeighborIp_Enum
- func (RsvpEro_PrependNeighborIp_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x RsvpEro_PrependNeighborIp_Enum) Number() protoreflect.EnumNumber
- func (x RsvpEro_PrependNeighborIp_Enum) String() string
- func (RsvpEro_PrependNeighborIp_Enum) Type() protoreflect.EnumType
- type RsvpFastReroute
- func (*RsvpFastReroute) Descriptor() ([]byte, []int)deprecated
- func (x *RsvpFastReroute) GetBandwidth() float32
- func (x *RsvpFastReroute) GetExcludeAny() string
- func (x *RsvpFastReroute) GetFacilityBackupDesired() bool
- func (x *RsvpFastReroute) GetHoldingPriority() uint32
- func (x *RsvpFastReroute) GetHopLimit() uint32
- func (x *RsvpFastReroute) GetIncludeAll() string
- func (x *RsvpFastReroute) GetIncludeAny() string
- func (x *RsvpFastReroute) GetOneToOneBackupDesired() bool
- func (x *RsvpFastReroute) GetSetupPriority() uint32
- func (*RsvpFastReroute) ProtoMessage()
- func (x *RsvpFastReroute) ProtoReflect() protoreflect.Message
- func (x *RsvpFastReroute) Reset()
- func (x *RsvpFastReroute) String() string
- type RsvpIPv4LspState
- func (*RsvpIPv4LspState) Descriptor() ([]byte, []int)deprecated
- func (x *RsvpIPv4LspState) GetDestinationAddress() string
- func (x *RsvpIPv4LspState) GetEros() []*RsvpLspIpv4Ero
- func (x *RsvpIPv4LspState) GetLsp() *RsvpLspState
- func (x *RsvpIPv4LspState) GetRros() []*RsvpLspIpv4Rro
- func (x *RsvpIPv4LspState) GetSourceAddress() string
- func (*RsvpIPv4LspState) ProtoMessage()
- func (x *RsvpIPv4LspState) ProtoReflect() protoreflect.Message
- func (x *RsvpIPv4LspState) Reset()
- func (x *RsvpIPv4LspState) String() string
- type RsvpIpv4Interface
- func (*RsvpIpv4Interface) Descriptor() ([]byte, []int)deprecated
- func (x *RsvpIpv4Interface) GetBundleThreshold() uint32
- func (x *RsvpIpv4Interface) GetEnableHello() bool
- func (x *RsvpIpv4Interface) GetEnableRefreshReduction() bool
- func (x *RsvpIpv4Interface) GetHelloInterval() uint32
- func (x *RsvpIpv4Interface) GetIpv4Name() string
- func (x *RsvpIpv4Interface) GetLabelSpaceEnd() uint32
- func (x *RsvpIpv4Interface) GetLabelSpaceStart() uint32
- func (x *RsvpIpv4Interface) GetNeighborIp() string
- func (x *RsvpIpv4Interface) GetSendBundle() bool
- func (x *RsvpIpv4Interface) GetSummaryRefreshInterval() uint32
- func (x *RsvpIpv4Interface) GetTimeoutMultiplier() uint32
- func (*RsvpIpv4Interface) ProtoMessage()
- func (x *RsvpIpv4Interface) ProtoReflect() protoreflect.Message
- func (x *RsvpIpv4Interface) Reset()
- func (x *RsvpIpv4Interface) String() string
- type RsvpLspIpv4Ero
- func (*RsvpLspIpv4Ero) Descriptor() ([]byte, []int)deprecated
- func (x *RsvpLspIpv4Ero) GetAsn() uint32
- func (x *RsvpLspIpv4Ero) GetPrefix() string
- func (x *RsvpLspIpv4Ero) GetType() RsvpLspIpv4Ero_Type_Enum
- func (*RsvpLspIpv4Ero) ProtoMessage()
- func (x *RsvpLspIpv4Ero) ProtoReflect() protoreflect.Message
- func (x *RsvpLspIpv4Ero) Reset()
- func (x *RsvpLspIpv4Ero) String() string
- type RsvpLspIpv4Ero_Type
- type RsvpLspIpv4Ero_Type_Enum
- func (RsvpLspIpv4Ero_Type_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x RsvpLspIpv4Ero_Type_Enum) Enum() *RsvpLspIpv4Ero_Type_Enum
- func (RsvpLspIpv4Ero_Type_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x RsvpLspIpv4Ero_Type_Enum) Number() protoreflect.EnumNumber
- func (x RsvpLspIpv4Ero_Type_Enum) String() string
- func (RsvpLspIpv4Ero_Type_Enum) Type() protoreflect.EnumType
- type RsvpLspIpv4Interface
- func (*RsvpLspIpv4Interface) Descriptor() ([]byte, []int)deprecated
- func (x *RsvpLspIpv4Interface) GetIpv4Name() string
- func (x *RsvpLspIpv4Interface) GetP2PEgressIpv4Lsps() *RsvpLspIpv4InterfaceP2PEgressIpv4Lsp
- func (x *RsvpLspIpv4Interface) GetP2PIngressIpv4Lsps() []*RsvpLspIpv4InterfaceP2PIngressIpv4Lsp
- func (*RsvpLspIpv4Interface) ProtoMessage()
- func (x *RsvpLspIpv4Interface) ProtoReflect() protoreflect.Message
- func (x *RsvpLspIpv4Interface) Reset()
- func (x *RsvpLspIpv4Interface) String() string
- type RsvpLspIpv4InterfaceP2PEgressIpv4Lsp
- func (*RsvpLspIpv4InterfaceP2PEgressIpv4Lsp) Descriptor() ([]byte, []int)deprecated
- func (x *RsvpLspIpv4InterfaceP2PEgressIpv4Lsp) GetEnableFixedLabel() bool
- func (x *RsvpLspIpv4InterfaceP2PEgressIpv4Lsp) GetFixedLabelValue() uint32
- func (x *RsvpLspIpv4InterfaceP2PEgressIpv4Lsp) GetName() string
- func (x *RsvpLspIpv4InterfaceP2PEgressIpv4Lsp) GetRefreshInterval() uint32
- func (x *RsvpLspIpv4InterfaceP2PEgressIpv4Lsp) GetReservationStyle() RsvpLspIpv4InterfaceP2PEgressIpv4Lsp_ReservationStyle_Enum
- func (x *RsvpLspIpv4InterfaceP2PEgressIpv4Lsp) GetTimeoutMultiplier() uint32
- func (*RsvpLspIpv4InterfaceP2PEgressIpv4Lsp) ProtoMessage()
- func (x *RsvpLspIpv4InterfaceP2PEgressIpv4Lsp) ProtoReflect() protoreflect.Message
- func (x *RsvpLspIpv4InterfaceP2PEgressIpv4Lsp) Reset()
- func (x *RsvpLspIpv4InterfaceP2PEgressIpv4Lsp) String() string
- type RsvpLspIpv4InterfaceP2PEgressIpv4Lsp_ReservationStyle
- func (*RsvpLspIpv4InterfaceP2PEgressIpv4Lsp_ReservationStyle) Descriptor() ([]byte, []int)deprecated
- func (*RsvpLspIpv4InterfaceP2PEgressIpv4Lsp_ReservationStyle) ProtoMessage()
- func (x *RsvpLspIpv4InterfaceP2PEgressIpv4Lsp_ReservationStyle) ProtoReflect() protoreflect.Message
- func (x *RsvpLspIpv4InterfaceP2PEgressIpv4Lsp_ReservationStyle) Reset()
- func (x *RsvpLspIpv4InterfaceP2PEgressIpv4Lsp_ReservationStyle) String() string
- type RsvpLspIpv4InterfaceP2PEgressIpv4Lsp_ReservationStyle_Enum
- func (RsvpLspIpv4InterfaceP2PEgressIpv4Lsp_ReservationStyle_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x RsvpLspIpv4InterfaceP2PEgressIpv4Lsp_ReservationStyle_Enum) Enum() *RsvpLspIpv4InterfaceP2PEgressIpv4Lsp_ReservationStyle_Enum
- func (RsvpLspIpv4InterfaceP2PEgressIpv4Lsp_ReservationStyle_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x RsvpLspIpv4InterfaceP2PEgressIpv4Lsp_ReservationStyle_Enum) Number() protoreflect.EnumNumber
- func (x RsvpLspIpv4InterfaceP2PEgressIpv4Lsp_ReservationStyle_Enum) String() string
- func (RsvpLspIpv4InterfaceP2PEgressIpv4Lsp_ReservationStyle_Enum) Type() protoreflect.EnumType
- type RsvpLspIpv4InterfaceP2PIngressIpv4Lsp
- func (*RsvpLspIpv4InterfaceP2PIngressIpv4Lsp) Descriptor() ([]byte, []int)deprecated
- func (x *RsvpLspIpv4InterfaceP2PIngressIpv4Lsp) GetBackupLspId() uint32
- func (x *RsvpLspIpv4InterfaceP2PIngressIpv4Lsp) GetEro() *RsvpEro
- func (x *RsvpLspIpv4InterfaceP2PIngressIpv4Lsp) GetFastReroute() *RsvpFastReroute
- func (x *RsvpLspIpv4InterfaceP2PIngressIpv4Lsp) GetLspId() uint32
- func (x *RsvpLspIpv4InterfaceP2PIngressIpv4Lsp) GetLspSwitchoverDelay() uint32
- func (x *RsvpLspIpv4InterfaceP2PIngressIpv4Lsp) GetName() string
- func (x *RsvpLspIpv4InterfaceP2PIngressIpv4Lsp) GetRefreshInterval() uint32
- func (x *RsvpLspIpv4InterfaceP2PIngressIpv4Lsp) GetRemoteAddress() string
- func (x *RsvpLspIpv4InterfaceP2PIngressIpv4Lsp) GetSessionAttribute() *RsvpSessionAttribute
- func (x *RsvpLspIpv4InterfaceP2PIngressIpv4Lsp) GetTimeoutMultiplier() uint32
- func (x *RsvpLspIpv4InterfaceP2PIngressIpv4Lsp) GetTspec() *RsvpTspec
- func (x *RsvpLspIpv4InterfaceP2PIngressIpv4Lsp) GetTunnelId() uint32
- func (*RsvpLspIpv4InterfaceP2PIngressIpv4Lsp) ProtoMessage()
- func (x *RsvpLspIpv4InterfaceP2PIngressIpv4Lsp) ProtoReflect() protoreflect.Message
- func (x *RsvpLspIpv4InterfaceP2PIngressIpv4Lsp) Reset()
- func (x *RsvpLspIpv4InterfaceP2PIngressIpv4Lsp) String() string
- type RsvpLspIpv4Rro
- func (*RsvpLspIpv4Rro) Descriptor() ([]byte, []int)deprecated
- func (x *RsvpLspIpv4Rro) GetAddress() string
- func (x *RsvpLspIpv4Rro) GetReportedLabel() uint32
- func (*RsvpLspIpv4Rro) ProtoMessage()
- func (x *RsvpLspIpv4Rro) ProtoReflect() protoreflect.Message
- func (x *RsvpLspIpv4Rro) Reset()
- func (x *RsvpLspIpv4Rro) String() string
- type RsvpLspState
- func (*RsvpLspState) Descriptor() ([]byte, []int)deprecated
- func (x *RsvpLspState) GetLabelIn() uint32
- func (x *RsvpLspState) GetLabelOut() uint32
- func (x *RsvpLspState) GetLastFlapReason() RsvpLspState_LastFlapReason_Enum
- func (x *RsvpLspState) GetLspId() uint32
- func (x *RsvpLspState) GetSessionName() string
- func (x *RsvpLspState) GetSessionStatus() RsvpLspState_SessionStatus_Enum
- func (x *RsvpLspState) GetTunnelId() uint32
- func (x *RsvpLspState) GetUpTime() uint64
- func (*RsvpLspState) ProtoMessage()
- func (x *RsvpLspState) ProtoReflect() protoreflect.Message
- func (x *RsvpLspState) Reset()
- func (x *RsvpLspState) String() string
- type RsvpLspState_LastFlapReason
- type RsvpLspState_LastFlapReason_Enum
- func (RsvpLspState_LastFlapReason_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x RsvpLspState_LastFlapReason_Enum) Enum() *RsvpLspState_LastFlapReason_Enum
- func (RsvpLspState_LastFlapReason_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x RsvpLspState_LastFlapReason_Enum) Number() protoreflect.EnumNumber
- func (x RsvpLspState_LastFlapReason_Enum) String() string
- func (RsvpLspState_LastFlapReason_Enum) Type() protoreflect.EnumType
- type RsvpLspState_SessionStatus
- type RsvpLspState_SessionStatus_Enum
- func (RsvpLspState_SessionStatus_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x RsvpLspState_SessionStatus_Enum) Enum() *RsvpLspState_SessionStatus_Enum
- func (RsvpLspState_SessionStatus_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x RsvpLspState_SessionStatus_Enum) Number() protoreflect.EnumNumber
- func (x RsvpLspState_SessionStatus_Enum) String() string
- func (RsvpLspState_SessionStatus_Enum) Type() protoreflect.EnumType
- type RsvpLspsState
- func (*RsvpLspsState) Descriptor() ([]byte, []int)deprecated
- func (x *RsvpLspsState) GetIpv4Lsps() []*RsvpIPv4LspState
- func (x *RsvpLspsState) GetRsvpRouterName() string
- func (*RsvpLspsState) ProtoMessage()
- func (x *RsvpLspsState) ProtoReflect() protoreflect.Message
- func (x *RsvpLspsState) Reset()
- func (x *RsvpLspsState) String() string
- type RsvpLspsStateRequest
- func (*RsvpLspsStateRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RsvpLspsStateRequest) GetRsvpRouterNames() []string
- func (*RsvpLspsStateRequest) ProtoMessage()
- func (x *RsvpLspsStateRequest) ProtoReflect() protoreflect.Message
- func (x *RsvpLspsStateRequest) Reset()
- func (x *RsvpLspsStateRequest) String() string
- type RsvpMetric
- func (*RsvpMetric) Descriptor() ([]byte, []int)deprecated
- func (x *RsvpMetric) GetAcksRx() uint64
- func (x *RsvpMetric) GetAcksTx() uint64
- func (x *RsvpMetric) GetBundleRx() uint64
- func (x *RsvpMetric) GetBundleTx() uint64
- func (x *RsvpMetric) GetEgressP2PLspsUp() uint32
- func (x *RsvpMetric) GetHellosRx() uint64
- func (x *RsvpMetric) GetHellosTx() uint64
- func (x *RsvpMetric) GetIngressP2PLspsConfigured() uint32
- func (x *RsvpMetric) GetIngressP2PLspsUp() uint32
- func (x *RsvpMetric) GetLspFlapCount() uint64
- func (x *RsvpMetric) GetNacksRx() uint64
- func (x *RsvpMetric) GetNacksTx() uint64
- func (x *RsvpMetric) GetName() string
- func (x *RsvpMetric) GetPathErrorsRx() uint64
- func (x *RsvpMetric) GetPathErrorsTx() uint64
- func (x *RsvpMetric) GetPathReevaluationRequestTx() uint64
- func (x *RsvpMetric) GetPathReoptimizations() uint64
- func (x *RsvpMetric) GetPathTearsRx() uint64
- func (x *RsvpMetric) GetPathTearsTx() uint64
- func (x *RsvpMetric) GetPathsRx() uint64
- func (x *RsvpMetric) GetPathsTx() uint64
- func (x *RsvpMetric) GetResvConfRx() uint64
- func (x *RsvpMetric) GetResvConfTx() uint64
- func (x *RsvpMetric) GetResvErrorsRx() uint64
- func (x *RsvpMetric) GetResvErrorsTx() uint64
- func (x *RsvpMetric) GetResvTearsRx() uint64
- func (x *RsvpMetric) GetResvTearsTx() uint64
- func (x *RsvpMetric) GetResvsRx() uint64
- func (x *RsvpMetric) GetResvsTx() uint64
- func (x *RsvpMetric) GetSrefreshRx() uint64
- func (x *RsvpMetric) GetSrefreshTx() uint64
- func (*RsvpMetric) ProtoMessage()
- func (x *RsvpMetric) ProtoReflect() protoreflect.Message
- func (x *RsvpMetric) Reset()
- func (x *RsvpMetric) String() string
- type RsvpMetricsRequest
- func (*RsvpMetricsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RsvpMetricsRequest) GetColumnNames() []RsvpMetricsRequest_ColumnNames_Enum
- func (x *RsvpMetricsRequest) GetRouterNames() []string
- func (*RsvpMetricsRequest) ProtoMessage()
- func (x *RsvpMetricsRequest) ProtoReflect() protoreflect.Message
- func (x *RsvpMetricsRequest) Reset()
- func (x *RsvpMetricsRequest) String() string
- type RsvpMetricsRequest_ColumnNames
- func (*RsvpMetricsRequest_ColumnNames) Descriptor() ([]byte, []int)deprecated
- func (*RsvpMetricsRequest_ColumnNames) ProtoMessage()
- func (x *RsvpMetricsRequest_ColumnNames) ProtoReflect() protoreflect.Message
- func (x *RsvpMetricsRequest_ColumnNames) Reset()
- func (x *RsvpMetricsRequest_ColumnNames) String() string
- type RsvpMetricsRequest_ColumnNames_Enum
- func (RsvpMetricsRequest_ColumnNames_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x RsvpMetricsRequest_ColumnNames_Enum) Enum() *RsvpMetricsRequest_ColumnNames_Enum
- func (RsvpMetricsRequest_ColumnNames_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x RsvpMetricsRequest_ColumnNames_Enum) Number() protoreflect.EnumNumber
- func (x RsvpMetricsRequest_ColumnNames_Enum) String() string
- func (RsvpMetricsRequest_ColumnNames_Enum) Type() protoreflect.EnumType
- type RsvpResourceAffinities
- func (*RsvpResourceAffinities) Descriptor() ([]byte, []int)deprecated
- func (x *RsvpResourceAffinities) GetExcludeAny() string
- func (x *RsvpResourceAffinities) GetIncludeAll() string
- func (x *RsvpResourceAffinities) GetIncludeAny() string
- func (*RsvpResourceAffinities) ProtoMessage()
- func (x *RsvpResourceAffinities) ProtoReflect() protoreflect.Message
- func (x *RsvpResourceAffinities) Reset()
- func (x *RsvpResourceAffinities) String() string
- type RsvpSessionAttribute
- func (*RsvpSessionAttribute) Descriptor() ([]byte, []int)deprecated
- func (x *RsvpSessionAttribute) GetAutoGenerateSessionName() bool
- func (x *RsvpSessionAttribute) GetBandwidthProtectionDesired() bool
- func (x *RsvpSessionAttribute) GetHoldingPriority() uint32
- func (x *RsvpSessionAttribute) GetLabelRecordingDesired() bool
- func (x *RsvpSessionAttribute) GetLocalProtectionDesired() bool
- func (x *RsvpSessionAttribute) GetNodeProtectionDesired() bool
- func (x *RsvpSessionAttribute) GetResourceAffinities() *RsvpResourceAffinities
- func (x *RsvpSessionAttribute) GetSeStyleDesired() bool
- func (x *RsvpSessionAttribute) GetSessionName() string
- func (x *RsvpSessionAttribute) GetSetupPriority() uint32
- func (*RsvpSessionAttribute) ProtoMessage()
- func (x *RsvpSessionAttribute) ProtoReflect() protoreflect.Message
- func (x *RsvpSessionAttribute) Reset()
- func (x *RsvpSessionAttribute) String() string
- type RsvpTspec
- func (*RsvpTspec) Descriptor() ([]byte, []int)deprecated
- func (x *RsvpTspec) GetMaximumPolicedUnit() uint32
- func (x *RsvpTspec) GetMinimumPolicedUnit() uint32
- func (x *RsvpTspec) GetPeakDataRate() float32
- func (x *RsvpTspec) GetTokenBucketRate() float32
- func (x *RsvpTspec) GetTokenBucketSize() float32
- func (*RsvpTspec) ProtoMessage()
- func (x *RsvpTspec) ProtoReflect() protoreflect.Message
- func (x *RsvpTspec) Reset()
- func (x *RsvpTspec) String() string
- type SetConfigRequest
- type SetConfigResponse
- type SetControlActionRequest
- func (*SetControlActionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SetControlActionRequest) GetControlAction() *ControlAction
- func (*SetControlActionRequest) ProtoMessage()
- func (x *SetControlActionRequest) ProtoReflect() protoreflect.Message
- func (x *SetControlActionRequest) Reset()
- func (x *SetControlActionRequest) String() string
- type SetControlActionResponse
- func (*SetControlActionResponse) Descriptor() ([]byte, []int)deprecated
- func (x *SetControlActionResponse) GetControlActionResponse() *ControlActionResponse
- func (*SetControlActionResponse) ProtoMessage()
- func (x *SetControlActionResponse) ProtoReflect() protoreflect.Message
- func (x *SetControlActionResponse) Reset()
- func (x *SetControlActionResponse) String() string
- type SetControlStateRequest
- func (*SetControlStateRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SetControlStateRequest) GetControlState() *ControlState
- func (*SetControlStateRequest) ProtoMessage()
- func (x *SetControlStateRequest) ProtoReflect() protoreflect.Message
- func (x *SetControlStateRequest) Reset()
- func (x *SetControlStateRequest) String() string
- type SetControlStateResponse
- func (*SetControlStateResponse) Descriptor() ([]byte, []int)deprecated
- func (x *SetControlStateResponse) GetWarning() *Warning
- func (*SetControlStateResponse) ProtoMessage()
- func (x *SetControlStateResponse) ProtoReflect() protoreflect.Message
- func (x *SetControlStateResponse) Reset()
- func (x *SetControlStateResponse) String() string
- type StatePort
- func (*StatePort) Descriptor() ([]byte, []int)deprecated
- func (x *StatePort) GetCapture() *StatePortCapture
- func (x *StatePort) GetChoice() StatePort_Choice_Enum
- func (x *StatePort) GetLink() *StatePortLink
- func (*StatePort) ProtoMessage()
- func (x *StatePort) ProtoReflect() protoreflect.Message
- func (x *StatePort) Reset()
- func (x *StatePort) String() string
- type StatePortCapture
- func (*StatePortCapture) Descriptor() ([]byte, []int)deprecated
- func (x *StatePortCapture) GetPortNames() []string
- func (x *StatePortCapture) GetState() StatePortCapture_State_Enum
- func (*StatePortCapture) ProtoMessage()
- func (x *StatePortCapture) ProtoReflect() protoreflect.Message
- func (x *StatePortCapture) Reset()
- func (x *StatePortCapture) String() string
- type StatePortCapture_State
- type StatePortCapture_State_Enum
- func (StatePortCapture_State_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x StatePortCapture_State_Enum) Enum() *StatePortCapture_State_Enum
- func (StatePortCapture_State_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x StatePortCapture_State_Enum) Number() protoreflect.EnumNumber
- func (x StatePortCapture_State_Enum) String() string
- func (StatePortCapture_State_Enum) Type() protoreflect.EnumType
- type StatePortLink
- func (*StatePortLink) Descriptor() ([]byte, []int)deprecated
- func (x *StatePortLink) GetPortNames() []string
- func (x *StatePortLink) GetState() StatePortLink_State_Enum
- func (*StatePortLink) ProtoMessage()
- func (x *StatePortLink) ProtoReflect() protoreflect.Message
- func (x *StatePortLink) Reset()
- func (x *StatePortLink) String() string
- type StatePortLink_State
- type StatePortLink_State_Enum
- func (StatePortLink_State_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x StatePortLink_State_Enum) Enum() *StatePortLink_State_Enum
- func (StatePortLink_State_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x StatePortLink_State_Enum) Number() protoreflect.EnumNumber
- func (x StatePortLink_State_Enum) String() string
- func (StatePortLink_State_Enum) Type() protoreflect.EnumType
- type StatePort_Choice
- type StatePort_Choice_Enum
- func (StatePort_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x StatePort_Choice_Enum) Enum() *StatePort_Choice_Enum
- func (StatePort_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x StatePort_Choice_Enum) Number() protoreflect.EnumNumber
- func (x StatePort_Choice_Enum) String() string
- func (StatePort_Choice_Enum) Type() protoreflect.EnumType
- type StateProtocol
- func (*StateProtocol) Descriptor() ([]byte, []int)deprecated
- func (x *StateProtocol) GetAll() *StateProtocolAll
- func (x *StateProtocol) GetBgp() *StateProtocolBgp
- func (x *StateProtocol) GetChoice() StateProtocol_Choice_Enum
- func (x *StateProtocol) GetIsis() *StateProtocolIsis
- func (x *StateProtocol) GetLacp() *StateProtocolLacp
- func (x *StateProtocol) GetOspfv2() *StateProtocolOspfv2
- func (x *StateProtocol) GetRoute() *StateProtocolRoute
- func (*StateProtocol) ProtoMessage()
- func (x *StateProtocol) ProtoReflect() protoreflect.Message
- func (x *StateProtocol) Reset()
- func (x *StateProtocol) String() string
- type StateProtocolAll
- func (*StateProtocolAll) Descriptor() ([]byte, []int)deprecated
- func (x *StateProtocolAll) GetState() StateProtocolAll_State_Enum
- func (*StateProtocolAll) ProtoMessage()
- func (x *StateProtocolAll) ProtoReflect() protoreflect.Message
- func (x *StateProtocolAll) Reset()
- func (x *StateProtocolAll) String() string
- type StateProtocolAll_State
- type StateProtocolAll_State_Enum
- func (StateProtocolAll_State_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x StateProtocolAll_State_Enum) Enum() *StateProtocolAll_State_Enum
- func (StateProtocolAll_State_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x StateProtocolAll_State_Enum) Number() protoreflect.EnumNumber
- func (x StateProtocolAll_State_Enum) String() string
- func (StateProtocolAll_State_Enum) Type() protoreflect.EnumType
- type StateProtocolBgp
- func (*StateProtocolBgp) Descriptor() ([]byte, []int)deprecated
- func (x *StateProtocolBgp) GetChoice() StateProtocolBgp_Choice_Enum
- func (x *StateProtocolBgp) GetPeers() *StateProtocolBgpPeers
- func (*StateProtocolBgp) ProtoMessage()
- func (x *StateProtocolBgp) ProtoReflect() protoreflect.Message
- func (x *StateProtocolBgp) Reset()
- func (x *StateProtocolBgp) String() string
- type StateProtocolBgpPeers
- func (*StateProtocolBgpPeers) Descriptor() ([]byte, []int)deprecated
- func (x *StateProtocolBgpPeers) GetPeerNames() []string
- func (x *StateProtocolBgpPeers) GetState() StateProtocolBgpPeers_State_Enum
- func (*StateProtocolBgpPeers) ProtoMessage()
- func (x *StateProtocolBgpPeers) ProtoReflect() protoreflect.Message
- func (x *StateProtocolBgpPeers) Reset()
- func (x *StateProtocolBgpPeers) String() string
- type StateProtocolBgpPeers_State
- type StateProtocolBgpPeers_State_Enum
- func (StateProtocolBgpPeers_State_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x StateProtocolBgpPeers_State_Enum) Enum() *StateProtocolBgpPeers_State_Enum
- func (StateProtocolBgpPeers_State_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x StateProtocolBgpPeers_State_Enum) Number() protoreflect.EnumNumber
- func (x StateProtocolBgpPeers_State_Enum) String() string
- func (StateProtocolBgpPeers_State_Enum) Type() protoreflect.EnumType
- type StateProtocolBgp_Choice
- type StateProtocolBgp_Choice_Enum
- func (StateProtocolBgp_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x StateProtocolBgp_Choice_Enum) Enum() *StateProtocolBgp_Choice_Enum
- func (StateProtocolBgp_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x StateProtocolBgp_Choice_Enum) Number() protoreflect.EnumNumber
- func (x StateProtocolBgp_Choice_Enum) String() string
- func (StateProtocolBgp_Choice_Enum) Type() protoreflect.EnumType
- type StateProtocolIsis
- func (*StateProtocolIsis) Descriptor() ([]byte, []int)deprecated
- func (x *StateProtocolIsis) GetChoice() StateProtocolIsis_Choice_Enum
- func (x *StateProtocolIsis) GetRouters() *StateProtocolIsisRouters
- func (*StateProtocolIsis) ProtoMessage()
- func (x *StateProtocolIsis) ProtoReflect() protoreflect.Message
- func (x *StateProtocolIsis) Reset()
- func (x *StateProtocolIsis) String() string
- type StateProtocolIsisRouters
- func (*StateProtocolIsisRouters) Descriptor() ([]byte, []int)deprecated
- func (x *StateProtocolIsisRouters) GetRouterNames() []string
- func (x *StateProtocolIsisRouters) GetState() StateProtocolIsisRouters_State_Enum
- func (*StateProtocolIsisRouters) ProtoMessage()
- func (x *StateProtocolIsisRouters) ProtoReflect() protoreflect.Message
- func (x *StateProtocolIsisRouters) Reset()
- func (x *StateProtocolIsisRouters) String() string
- type StateProtocolIsisRouters_State
- func (*StateProtocolIsisRouters_State) Descriptor() ([]byte, []int)deprecated
- func (*StateProtocolIsisRouters_State) ProtoMessage()
- func (x *StateProtocolIsisRouters_State) ProtoReflect() protoreflect.Message
- func (x *StateProtocolIsisRouters_State) Reset()
- func (x *StateProtocolIsisRouters_State) String() string
- type StateProtocolIsisRouters_State_Enum
- func (StateProtocolIsisRouters_State_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x StateProtocolIsisRouters_State_Enum) Enum() *StateProtocolIsisRouters_State_Enum
- func (StateProtocolIsisRouters_State_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x StateProtocolIsisRouters_State_Enum) Number() protoreflect.EnumNumber
- func (x StateProtocolIsisRouters_State_Enum) String() string
- func (StateProtocolIsisRouters_State_Enum) Type() protoreflect.EnumType
- type StateProtocolIsis_Choice
- type StateProtocolIsis_Choice_Enum
- func (StateProtocolIsis_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x StateProtocolIsis_Choice_Enum) Enum() *StateProtocolIsis_Choice_Enum
- func (StateProtocolIsis_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x StateProtocolIsis_Choice_Enum) Number() protoreflect.EnumNumber
- func (x StateProtocolIsis_Choice_Enum) String() string
- func (StateProtocolIsis_Choice_Enum) Type() protoreflect.EnumType
- type StateProtocolLacp
- func (*StateProtocolLacp) Descriptor() ([]byte, []int)deprecated
- func (x *StateProtocolLacp) GetAdmin() *StateProtocolLacpAdmin
- func (x *StateProtocolLacp) GetChoice() StateProtocolLacp_Choice_Enum
- func (x *StateProtocolLacp) GetMemberPorts() *StateProtocolLacpMemberPorts
- func (*StateProtocolLacp) ProtoMessage()
- func (x *StateProtocolLacp) ProtoReflect() protoreflect.Message
- func (x *StateProtocolLacp) Reset()
- func (x *StateProtocolLacp) String() string
- type StateProtocolLacpAdmin
- func (*StateProtocolLacpAdmin) Descriptor() ([]byte, []int)deprecated
- func (x *StateProtocolLacpAdmin) GetLagMemberNames() []string
- func (x *StateProtocolLacpAdmin) GetState() StateProtocolLacpAdmin_State_Enum
- func (*StateProtocolLacpAdmin) ProtoMessage()
- func (x *StateProtocolLacpAdmin) ProtoReflect() protoreflect.Message
- func (x *StateProtocolLacpAdmin) Reset()
- func (x *StateProtocolLacpAdmin) String() string
- type StateProtocolLacpAdmin_State
- func (*StateProtocolLacpAdmin_State) Descriptor() ([]byte, []int)deprecated
- func (*StateProtocolLacpAdmin_State) ProtoMessage()
- func (x *StateProtocolLacpAdmin_State) ProtoReflect() protoreflect.Message
- func (x *StateProtocolLacpAdmin_State) Reset()
- func (x *StateProtocolLacpAdmin_State) String() string
- type StateProtocolLacpAdmin_State_Enum
- func (StateProtocolLacpAdmin_State_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x StateProtocolLacpAdmin_State_Enum) Enum() *StateProtocolLacpAdmin_State_Enum
- func (StateProtocolLacpAdmin_State_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x StateProtocolLacpAdmin_State_Enum) Number() protoreflect.EnumNumber
- func (x StateProtocolLacpAdmin_State_Enum) String() string
- func (StateProtocolLacpAdmin_State_Enum) Type() protoreflect.EnumType
- type StateProtocolLacpMemberPorts
- func (*StateProtocolLacpMemberPorts) Descriptor() ([]byte, []int)deprecated
- func (x *StateProtocolLacpMemberPorts) GetLagMemberNames() []string
- func (x *StateProtocolLacpMemberPorts) GetState() StateProtocolLacpMemberPorts_State_Enum
- func (*StateProtocolLacpMemberPorts) ProtoMessage()
- func (x *StateProtocolLacpMemberPorts) ProtoReflect() protoreflect.Message
- func (x *StateProtocolLacpMemberPorts) Reset()
- func (x *StateProtocolLacpMemberPorts) String() string
- type StateProtocolLacpMemberPorts_State
- func (*StateProtocolLacpMemberPorts_State) Descriptor() ([]byte, []int)deprecated
- func (*StateProtocolLacpMemberPorts_State) ProtoMessage()
- func (x *StateProtocolLacpMemberPorts_State) ProtoReflect() protoreflect.Message
- func (x *StateProtocolLacpMemberPorts_State) Reset()
- func (x *StateProtocolLacpMemberPorts_State) String() string
- type StateProtocolLacpMemberPorts_State_Enum
- func (StateProtocolLacpMemberPorts_State_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x StateProtocolLacpMemberPorts_State_Enum) Enum() *StateProtocolLacpMemberPorts_State_Enum
- func (StateProtocolLacpMemberPorts_State_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x StateProtocolLacpMemberPorts_State_Enum) Number() protoreflect.EnumNumber
- func (x StateProtocolLacpMemberPorts_State_Enum) String() string
- func (StateProtocolLacpMemberPorts_State_Enum) Type() protoreflect.EnumType
- type StateProtocolLacp_Choice
- type StateProtocolLacp_Choice_Enum
- func (StateProtocolLacp_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x StateProtocolLacp_Choice_Enum) Enum() *StateProtocolLacp_Choice_Enum
- func (StateProtocolLacp_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x StateProtocolLacp_Choice_Enum) Number() protoreflect.EnumNumber
- func (x StateProtocolLacp_Choice_Enum) String() string
- func (StateProtocolLacp_Choice_Enum) Type() protoreflect.EnumType
- type StateProtocolOspfv2
- func (*StateProtocolOspfv2) Descriptor() ([]byte, []int)deprecated
- func (x *StateProtocolOspfv2) GetChoice() StateProtocolOspfv2_Choice_Enum
- func (x *StateProtocolOspfv2) GetRouters() *StateProtocolOspfv2Routers
- func (*StateProtocolOspfv2) ProtoMessage()
- func (x *StateProtocolOspfv2) ProtoReflect() protoreflect.Message
- func (x *StateProtocolOspfv2) Reset()
- func (x *StateProtocolOspfv2) String() string
- type StateProtocolOspfv2Routers
- func (*StateProtocolOspfv2Routers) Descriptor() ([]byte, []int)deprecated
- func (x *StateProtocolOspfv2Routers) GetRouterNames() []string
- func (x *StateProtocolOspfv2Routers) GetState() StateProtocolOspfv2Routers_State_Enum
- func (*StateProtocolOspfv2Routers) ProtoMessage()
- func (x *StateProtocolOspfv2Routers) ProtoReflect() protoreflect.Message
- func (x *StateProtocolOspfv2Routers) Reset()
- func (x *StateProtocolOspfv2Routers) String() string
- type StateProtocolOspfv2Routers_State
- func (*StateProtocolOspfv2Routers_State) Descriptor() ([]byte, []int)deprecated
- func (*StateProtocolOspfv2Routers_State) ProtoMessage()
- func (x *StateProtocolOspfv2Routers_State) ProtoReflect() protoreflect.Message
- func (x *StateProtocolOspfv2Routers_State) Reset()
- func (x *StateProtocolOspfv2Routers_State) String() string
- type StateProtocolOspfv2Routers_State_Enum
- func (StateProtocolOspfv2Routers_State_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x StateProtocolOspfv2Routers_State_Enum) Enum() *StateProtocolOspfv2Routers_State_Enum
- func (StateProtocolOspfv2Routers_State_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x StateProtocolOspfv2Routers_State_Enum) Number() protoreflect.EnumNumber
- func (x StateProtocolOspfv2Routers_State_Enum) String() string
- func (StateProtocolOspfv2Routers_State_Enum) Type() protoreflect.EnumType
- type StateProtocolOspfv2_Choice
- type StateProtocolOspfv2_Choice_Enum
- func (StateProtocolOspfv2_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x StateProtocolOspfv2_Choice_Enum) Enum() *StateProtocolOspfv2_Choice_Enum
- func (StateProtocolOspfv2_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x StateProtocolOspfv2_Choice_Enum) Number() protoreflect.EnumNumber
- func (x StateProtocolOspfv2_Choice_Enum) String() string
- func (StateProtocolOspfv2_Choice_Enum) Type() protoreflect.EnumType
- type StateProtocolRoute
- func (*StateProtocolRoute) Descriptor() ([]byte, []int)deprecated
- func (x *StateProtocolRoute) GetNames() []string
- func (x *StateProtocolRoute) GetState() StateProtocolRoute_State_Enum
- func (*StateProtocolRoute) ProtoMessage()
- func (x *StateProtocolRoute) ProtoReflect() protoreflect.Message
- func (x *StateProtocolRoute) Reset()
- func (x *StateProtocolRoute) String() string
- type StateProtocolRoute_State
- type StateProtocolRoute_State_Enum
- func (StateProtocolRoute_State_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x StateProtocolRoute_State_Enum) Enum() *StateProtocolRoute_State_Enum
- func (StateProtocolRoute_State_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x StateProtocolRoute_State_Enum) Number() protoreflect.EnumNumber
- func (x StateProtocolRoute_State_Enum) String() string
- func (StateProtocolRoute_State_Enum) Type() protoreflect.EnumType
- type StateProtocol_Choice
- type StateProtocol_Choice_Enum
- func (StateProtocol_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x StateProtocol_Choice_Enum) Enum() *StateProtocol_Choice_Enum
- func (StateProtocol_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x StateProtocol_Choice_Enum) Number() protoreflect.EnumNumber
- func (x StateProtocol_Choice_Enum) String() string
- func (StateProtocol_Choice_Enum) Type() protoreflect.EnumType
- type StateTraffic
- func (*StateTraffic) Descriptor() ([]byte, []int)deprecated
- func (x *StateTraffic) GetChoice() StateTraffic_Choice_Enum
- func (x *StateTraffic) GetFlowTransmit() *StateTrafficFlowTransmit
- func (*StateTraffic) ProtoMessage()
- func (x *StateTraffic) ProtoReflect() protoreflect.Message
- func (x *StateTraffic) Reset()
- func (x *StateTraffic) String() string
- type StateTrafficFlowTransmit
- func (*StateTrafficFlowTransmit) Descriptor() ([]byte, []int)deprecated
- func (x *StateTrafficFlowTransmit) GetFlowNames() []string
- func (x *StateTrafficFlowTransmit) GetState() StateTrafficFlowTransmit_State_Enum
- func (*StateTrafficFlowTransmit) ProtoMessage()
- func (x *StateTrafficFlowTransmit) ProtoReflect() protoreflect.Message
- func (x *StateTrafficFlowTransmit) Reset()
- func (x *StateTrafficFlowTransmit) String() string
- type StateTrafficFlowTransmit_State
- func (*StateTrafficFlowTransmit_State) Descriptor() ([]byte, []int)deprecated
- func (*StateTrafficFlowTransmit_State) ProtoMessage()
- func (x *StateTrafficFlowTransmit_State) ProtoReflect() protoreflect.Message
- func (x *StateTrafficFlowTransmit_State) Reset()
- func (x *StateTrafficFlowTransmit_State) String() string
- type StateTrafficFlowTransmit_State_Enum
- func (StateTrafficFlowTransmit_State_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x StateTrafficFlowTransmit_State_Enum) Enum() *StateTrafficFlowTransmit_State_Enum
- func (StateTrafficFlowTransmit_State_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x StateTrafficFlowTransmit_State_Enum) Number() protoreflect.EnumNumber
- func (x StateTrafficFlowTransmit_State_Enum) String() string
- func (StateTrafficFlowTransmit_State_Enum) Type() protoreflect.EnumType
- type StateTraffic_Choice
- type StateTraffic_Choice_Enum
- func (StateTraffic_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x StateTraffic_Choice_Enum) Enum() *StateTraffic_Choice_Enum
- func (StateTraffic_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x StateTraffic_Choice_Enum) Number() protoreflect.EnumNumber
- func (x StateTraffic_Choice_Enum) String() string
- func (StateTraffic_Choice_Enum) Type() protoreflect.EnumType
- type StatesRequest
- func (*StatesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *StatesRequest) GetBgpPrefixes() *BgpPrefixStateRequest
- func (x *StatesRequest) GetChoice() StatesRequest_Choice_Enum
- func (x *StatesRequest) GetDhcpv4Interfaces() *Dhcpv4InterfaceStateRequest
- func (x *StatesRequest) GetDhcpv4Leases() *Dhcpv4LeaseStateRequest
- func (x *StatesRequest) GetDhcpv6Interfaces() *Dhcpv6InterfaceStateRequest
- func (x *StatesRequest) GetDhcpv6Leases() *Dhcpv6LeaseStateRequest
- func (x *StatesRequest) GetIpv4Neighbors() *Neighborsv4StatesRequest
- func (x *StatesRequest) GetIpv6Neighbors() *Neighborsv6StatesRequest
- func (x *StatesRequest) GetIsisLsps() *IsisLspsStateRequest
- func (x *StatesRequest) GetLldpNeighbors() *LldpNeighborsStateRequest
- func (x *StatesRequest) GetOspfv2Lsas() *Ospfv2LsasStateRequest
- func (x *StatesRequest) GetRsvpLsps() *RsvpLspsStateRequest
- func (*StatesRequest) ProtoMessage()
- func (x *StatesRequest) ProtoReflect() protoreflect.Message
- func (x *StatesRequest) Reset()
- func (x *StatesRequest) String() string
- type StatesRequest_Choice
- type StatesRequest_Choice_Enum
- func (StatesRequest_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x StatesRequest_Choice_Enum) Enum() *StatesRequest_Choice_Enum
- func (StatesRequest_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x StatesRequest_Choice_Enum) Number() protoreflect.EnumNumber
- func (x StatesRequest_Choice_Enum) String() string
- func (StatesRequest_Choice_Enum) Type() protoreflect.EnumType
- type StatesResponse
- func (*StatesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *StatesResponse) GetBgpPrefixes() []*BgpPrefixesState
- func (x *StatesResponse) GetChoice() StatesResponse_Choice_Enum
- func (x *StatesResponse) GetDhcpv4Interfaces() []*Dhcpv4InterfaceState
- func (x *StatesResponse) GetDhcpv4Leases() []*Dhcpv4LeasesState
- func (x *StatesResponse) GetDhcpv6Interfaces() []*Dhcpv6InterfaceState
- func (x *StatesResponse) GetDhcpv6Leases() []*Dhcpv6LeasesState
- func (x *StatesResponse) GetIpv4Neighbors() []*Neighborsv4State
- func (x *StatesResponse) GetIpv6Neighbors() []*Neighborsv6State
- func (x *StatesResponse) GetIsisLsps() []*IsisLspsState
- func (x *StatesResponse) GetLldpNeighbors() []*LldpNeighborsState
- func (x *StatesResponse) GetOspfv2Lsas() []*Ospfv2LsaState
- func (x *StatesResponse) GetRsvpLsps() []*RsvpLspsState
- func (*StatesResponse) ProtoMessage()
- func (x *StatesResponse) ProtoReflect() protoreflect.Message
- func (x *StatesResponse) Reset()
- func (x *StatesResponse) String() string
- type StatesResponse_Choice
- type StatesResponse_Choice_Enum
- func (StatesResponse_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x StatesResponse_Choice_Enum) Enum() *StatesResponse_Choice_Enum
- func (StatesResponse_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x StatesResponse_Choice_Enum) Number() protoreflect.EnumNumber
- func (x StatesResponse_Choice_Enum) String() string
- func (StatesResponse_Choice_Enum) Type() protoreflect.EnumType
- type Success
- type UnimplementedOpenapiServer
- func (UnimplementedOpenapiServer) GetCapture(context.Context, *GetCaptureRequest) (*GetCaptureResponse, error)
- func (UnimplementedOpenapiServer) GetConfig(context.Context, *emptypb.Empty) (*GetConfigResponse, error)
- func (UnimplementedOpenapiServer) GetMetrics(context.Context, *GetMetricsRequest) (*GetMetricsResponse, error)
- func (UnimplementedOpenapiServer) GetStates(context.Context, *GetStatesRequest) (*GetStatesResponse, error)
- func (UnimplementedOpenapiServer) GetVersion(context.Context, *emptypb.Empty) (*GetVersionResponse, error)
- func (UnimplementedOpenapiServer) SetConfig(context.Context, *SetConfigRequest) (*SetConfigResponse, error)
- func (UnimplementedOpenapiServer) SetControlAction(context.Context, *SetControlActionRequest) (*SetControlActionResponse, error)
- func (UnimplementedOpenapiServer) SetControlState(context.Context, *SetControlStateRequest) (*SetControlStateResponse, error)
- func (UnimplementedOpenapiServer) UpdateConfig(context.Context, *UpdateConfigRequest) (*UpdateConfigResponse, error)
- type UnsafeOpenapiServer
- type UpdateConfigRequest
- func (*UpdateConfigRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateConfigRequest) GetConfigUpdate() *ConfigUpdate
- func (*UpdateConfigRequest) ProtoMessage()
- func (x *UpdateConfigRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateConfigRequest) Reset()
- func (x *UpdateConfigRequest) String() string
- type UpdateConfigResponse
- func (*UpdateConfigResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateConfigResponse) GetWarning() *Warning
- func (*UpdateConfigResponse) ProtoMessage()
- func (x *UpdateConfigResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateConfigResponse) Reset()
- func (x *UpdateConfigResponse) String() string
- type V4RouteAddress
- func (*V4RouteAddress) Descriptor() ([]byte, []int)deprecated
- func (x *V4RouteAddress) GetAddress() string
- func (x *V4RouteAddress) GetCount() uint32
- func (x *V4RouteAddress) GetPrefix() uint32
- func (x *V4RouteAddress) GetStep() uint32
- func (*V4RouteAddress) ProtoMessage()
- func (x *V4RouteAddress) ProtoReflect() protoreflect.Message
- func (x *V4RouteAddress) Reset()
- func (x *V4RouteAddress) String() string
- type V6RouteAddress
- func (*V6RouteAddress) Descriptor() ([]byte, []int)deprecated
- func (x *V6RouteAddress) GetAddress() string
- func (x *V6RouteAddress) GetCount() uint32
- func (x *V6RouteAddress) GetPrefix() uint32
- func (x *V6RouteAddress) GetStep() uint32
- func (*V6RouteAddress) ProtoMessage()
- func (x *V6RouteAddress) ProtoReflect() protoreflect.Message
- func (x *V6RouteAddress) Reset()
- func (x *V6RouteAddress) String() string
- type Version
- func (*Version) Descriptor() ([]byte, []int)deprecated
- func (x *Version) GetApiSpecVersion() string
- func (x *Version) GetAppVersion() string
- func (x *Version) GetSdkVersion() string
- func (*Version) ProtoMessage()
- func (x *Version) ProtoReflect() protoreflect.Message
- func (x *Version) Reset()
- func (x *Version) String() string
- type VxlanTunnelDestinationIPModeUnicastArpSuppressionCache
- func (*VxlanTunnelDestinationIPModeUnicastArpSuppressionCache) Descriptor() ([]byte, []int)deprecated
- func (x *VxlanTunnelDestinationIPModeUnicastArpSuppressionCache) GetRemoteVmIpv4() string
- func (x *VxlanTunnelDestinationIPModeUnicastArpSuppressionCache) GetRemoteVmMac() string
- func (*VxlanTunnelDestinationIPModeUnicastArpSuppressionCache) ProtoMessage()
- func (x *VxlanTunnelDestinationIPModeUnicastArpSuppressionCache) ProtoReflect() protoreflect.Message
- func (x *VxlanTunnelDestinationIPModeUnicastArpSuppressionCache) Reset()
- func (x *VxlanTunnelDestinationIPModeUnicastArpSuppressionCache) String() string
- type VxlanV4Tunnel
- func (*VxlanV4Tunnel) Descriptor() ([]byte, []int)deprecated
- func (x *VxlanV4Tunnel) GetDestinationIpMode() *VxlanV4TunnelDestinationIPMode
- func (x *VxlanV4Tunnel) GetName() string
- func (x *VxlanV4Tunnel) GetSourceInterface() string
- func (x *VxlanV4Tunnel) GetVni() uint32
- func (*VxlanV4Tunnel) ProtoMessage()
- func (x *VxlanV4Tunnel) ProtoReflect() protoreflect.Message
- func (x *VxlanV4Tunnel) Reset()
- func (x *VxlanV4Tunnel) String() string
- type VxlanV4TunnelDestinationIPMode
- func (*VxlanV4TunnelDestinationIPMode) Descriptor() ([]byte, []int)deprecated
- func (x *VxlanV4TunnelDestinationIPMode) GetChoice() VxlanV4TunnelDestinationIPMode_Choice_Enum
- func (x *VxlanV4TunnelDestinationIPMode) GetMulticast() *VxlanV4TunnelDestinationIPModeMulticast
- func (x *VxlanV4TunnelDestinationIPMode) GetUnicast() *VxlanV4TunnelDestinationIPModeUnicast
- func (*VxlanV4TunnelDestinationIPMode) ProtoMessage()
- func (x *VxlanV4TunnelDestinationIPMode) ProtoReflect() protoreflect.Message
- func (x *VxlanV4TunnelDestinationIPMode) Reset()
- func (x *VxlanV4TunnelDestinationIPMode) String() string
- type VxlanV4TunnelDestinationIPModeMulticast
- func (*VxlanV4TunnelDestinationIPModeMulticast) Descriptor() ([]byte, []int)deprecated
- func (x *VxlanV4TunnelDestinationIPModeMulticast) GetAddress() string
- func (*VxlanV4TunnelDestinationIPModeMulticast) ProtoMessage()
- func (x *VxlanV4TunnelDestinationIPModeMulticast) ProtoReflect() protoreflect.Message
- func (x *VxlanV4TunnelDestinationIPModeMulticast) Reset()
- func (x *VxlanV4TunnelDestinationIPModeMulticast) String() string
- type VxlanV4TunnelDestinationIPModeUnicast
- func (*VxlanV4TunnelDestinationIPModeUnicast) Descriptor() ([]byte, []int)deprecated
- func (x *VxlanV4TunnelDestinationIPModeUnicast) GetVteps() []*VxlanV4TunnelDestinationIPModeUnicastVtep
- func (*VxlanV4TunnelDestinationIPModeUnicast) ProtoMessage()
- func (x *VxlanV4TunnelDestinationIPModeUnicast) ProtoReflect() protoreflect.Message
- func (x *VxlanV4TunnelDestinationIPModeUnicast) Reset()
- func (x *VxlanV4TunnelDestinationIPModeUnicast) String() string
- type VxlanV4TunnelDestinationIPModeUnicastVtep
- func (*VxlanV4TunnelDestinationIPModeUnicastVtep) Descriptor() ([]byte, []int)deprecated
- func (x *VxlanV4TunnelDestinationIPModeUnicastVtep) GetArpSuppressionCache() []*VxlanTunnelDestinationIPModeUnicastArpSuppressionCache
- func (x *VxlanV4TunnelDestinationIPModeUnicastVtep) GetRemoteVtepAddress() string
- func (*VxlanV4TunnelDestinationIPModeUnicastVtep) ProtoMessage()
- func (x *VxlanV4TunnelDestinationIPModeUnicastVtep) ProtoReflect() protoreflect.Message
- func (x *VxlanV4TunnelDestinationIPModeUnicastVtep) Reset()
- func (x *VxlanV4TunnelDestinationIPModeUnicastVtep) String() string
- type VxlanV4TunnelDestinationIPMode_Choice
- func (*VxlanV4TunnelDestinationIPMode_Choice) Descriptor() ([]byte, []int)deprecated
- func (*VxlanV4TunnelDestinationIPMode_Choice) ProtoMessage()
- func (x *VxlanV4TunnelDestinationIPMode_Choice) ProtoReflect() protoreflect.Message
- func (x *VxlanV4TunnelDestinationIPMode_Choice) Reset()
- func (x *VxlanV4TunnelDestinationIPMode_Choice) String() string
- type VxlanV4TunnelDestinationIPMode_Choice_Enum
- func (VxlanV4TunnelDestinationIPMode_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x VxlanV4TunnelDestinationIPMode_Choice_Enum) Enum() *VxlanV4TunnelDestinationIPMode_Choice_Enum
- func (VxlanV4TunnelDestinationIPMode_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x VxlanV4TunnelDestinationIPMode_Choice_Enum) Number() protoreflect.EnumNumber
- func (x VxlanV4TunnelDestinationIPMode_Choice_Enum) String() string
- func (VxlanV4TunnelDestinationIPMode_Choice_Enum) Type() protoreflect.EnumType
- type VxlanV6Tunnel
- func (*VxlanV6Tunnel) Descriptor() ([]byte, []int)deprecated
- func (x *VxlanV6Tunnel) GetDestinationIpMode() *VxlanV6TunnelDestinationIPMode
- func (x *VxlanV6Tunnel) GetName() string
- func (x *VxlanV6Tunnel) GetSourceInterface() string
- func (x *VxlanV6Tunnel) GetVni() uint32
- func (*VxlanV6Tunnel) ProtoMessage()
- func (x *VxlanV6Tunnel) ProtoReflect() protoreflect.Message
- func (x *VxlanV6Tunnel) Reset()
- func (x *VxlanV6Tunnel) String() string
- type VxlanV6TunnelDestinationIPMode
- func (*VxlanV6TunnelDestinationIPMode) Descriptor() ([]byte, []int)deprecated
- func (x *VxlanV6TunnelDestinationIPMode) GetChoice() VxlanV6TunnelDestinationIPMode_Choice_Enum
- func (x *VxlanV6TunnelDestinationIPMode) GetMulticast() *VxlanV6TunnelDestinationIPModeMulticast
- func (x *VxlanV6TunnelDestinationIPMode) GetUnicast() *VxlanV6TunnelDestinationIPModeUnicast
- func (*VxlanV6TunnelDestinationIPMode) ProtoMessage()
- func (x *VxlanV6TunnelDestinationIPMode) ProtoReflect() protoreflect.Message
- func (x *VxlanV6TunnelDestinationIPMode) Reset()
- func (x *VxlanV6TunnelDestinationIPMode) String() string
- type VxlanV6TunnelDestinationIPModeMulticast
- func (*VxlanV6TunnelDestinationIPModeMulticast) Descriptor() ([]byte, []int)deprecated
- func (x *VxlanV6TunnelDestinationIPModeMulticast) GetAddress() string
- func (*VxlanV6TunnelDestinationIPModeMulticast) ProtoMessage()
- func (x *VxlanV6TunnelDestinationIPModeMulticast) ProtoReflect() protoreflect.Message
- func (x *VxlanV6TunnelDestinationIPModeMulticast) Reset()
- func (x *VxlanV6TunnelDestinationIPModeMulticast) String() string
- type VxlanV6TunnelDestinationIPModeUnicast
- func (*VxlanV6TunnelDestinationIPModeUnicast) Descriptor() ([]byte, []int)deprecated
- func (x *VxlanV6TunnelDestinationIPModeUnicast) GetVteps() []*VxlanV6TunnelDestinationIPModeUnicastVtep
- func (*VxlanV6TunnelDestinationIPModeUnicast) ProtoMessage()
- func (x *VxlanV6TunnelDestinationIPModeUnicast) ProtoReflect() protoreflect.Message
- func (x *VxlanV6TunnelDestinationIPModeUnicast) Reset()
- func (x *VxlanV6TunnelDestinationIPModeUnicast) String() string
- type VxlanV6TunnelDestinationIPModeUnicastVtep
- func (*VxlanV6TunnelDestinationIPModeUnicastVtep) Descriptor() ([]byte, []int)deprecated
- func (x *VxlanV6TunnelDestinationIPModeUnicastVtep) GetArpSuppressionCache() []*VxlanTunnelDestinationIPModeUnicastArpSuppressionCache
- func (x *VxlanV6TunnelDestinationIPModeUnicastVtep) GetRemoteVtepAddress() string
- func (*VxlanV6TunnelDestinationIPModeUnicastVtep) ProtoMessage()
- func (x *VxlanV6TunnelDestinationIPModeUnicastVtep) ProtoReflect() protoreflect.Message
- func (x *VxlanV6TunnelDestinationIPModeUnicastVtep) Reset()
- func (x *VxlanV6TunnelDestinationIPModeUnicastVtep) String() string
- type VxlanV6TunnelDestinationIPMode_Choice
- func (*VxlanV6TunnelDestinationIPMode_Choice) Descriptor() ([]byte, []int)deprecated
- func (*VxlanV6TunnelDestinationIPMode_Choice) ProtoMessage()
- func (x *VxlanV6TunnelDestinationIPMode_Choice) ProtoReflect() protoreflect.Message
- func (x *VxlanV6TunnelDestinationIPMode_Choice) Reset()
- func (x *VxlanV6TunnelDestinationIPMode_Choice) String() string
- type VxlanV6TunnelDestinationIPMode_Choice_Enum
- func (VxlanV6TunnelDestinationIPMode_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x VxlanV6TunnelDestinationIPMode_Choice_Enum) Enum() *VxlanV6TunnelDestinationIPMode_Choice_Enum
- func (VxlanV6TunnelDestinationIPMode_Choice_Enum) EnumDescriptor() ([]byte, []int)deprecated
- func (x VxlanV6TunnelDestinationIPMode_Choice_Enum) Number() protoreflect.EnumNumber
- func (x VxlanV6TunnelDestinationIPMode_Choice_Enum) String() string
- func (VxlanV6TunnelDestinationIPMode_Choice_Enum) Type() protoreflect.EnumType
- type Warning
Constants ¶
This section is empty.
Variables ¶
var ( LagProtocol_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "lacp", 2: "static", } LagProtocol_Choice_Enum_value = map[string]int32{ "unspecified": 0, "lacp": 1, "static": 2, } )
Enum value maps for LagProtocol_Choice_Enum.
var ( LagPortLacp_ActorActivity_Enum_name = map[int32]string{ 0: "unspecified", 1: "passive", 2: "active", } LagPortLacp_ActorActivity_Enum_value = map[string]int32{ "unspecified": 0, "passive": 1, "active": 2, } )
Enum value maps for LagPortLacp_ActorActivity_Enum.
var ( EthernetConnection_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "port_name", 2: "lag_name", 3: "vxlan_name", 4: "simulated_link", } EthernetConnection_Choice_Enum_value = map[string]int32{ "unspecified": 0, "port_name": 1, "lag_name": 2, "vxlan_name": 3, "simulated_link": 4, } )
Enum value maps for EthernetConnection_Choice_Enum.
var ( EthernetSimulatedLink_LinkType_Enum_name = map[int32]string{ 0: "unspecified", 1: "primary", 2: "secondary", } EthernetSimulatedLink_LinkType_Enum_value = map[string]int32{ "unspecified": 0, "primary": 1, "secondary": 2, } )
Enum value maps for EthernetSimulatedLink_LinkType_Enum.
var ( DeviceVlan_Tpid_Enum_name = map[int32]string{ 0: "unspecified", 1: "x8100", 2: "x88A8", 3: "x9100", 4: "x9200", 5: "x9300", } DeviceVlan_Tpid_Enum_value = map[string]int32{ "unspecified": 0, "x8100": 1, "x88A8": 2, "x9100": 3, "x9200": 4, "x9300": 5, } )
Enum value maps for DeviceVlan_Tpid_Enum.
var ( DeviceIpv4GatewayMAC_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "auto", 2: "value", } DeviceIpv4GatewayMAC_Choice_Enum_value = map[string]int32{ "unspecified": 0, "auto": 1, "value": 2, } )
Enum value maps for DeviceIpv4GatewayMAC_Choice_Enum.
var ( DeviceIpv6GatewayMAC_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "auto", 2: "value", } DeviceIpv6GatewayMAC_Choice_Enum_value = map[string]int32{ "unspecified": 0, "auto": 1, "value": 2, } )
Enum value maps for DeviceIpv6GatewayMAC_Choice_Enum.
var ( DeviceDhcpv4Client_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "first_server", 2: "server_address", } DeviceDhcpv4Client_Choice_Enum_value = map[string]int32{ "unspecified": 0, "first_server": 1, "server_address": 2, } )
Enum value maps for DeviceDhcpv4Client_Choice_Enum.
var ( DeviceDhcpv6ClientIaType_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "iana", 2: "iata", 3: "iapd", 4: "ianapd", } DeviceDhcpv6ClientIaType_Choice_Enum_value = map[string]int32{ "unspecified": 0, "iana": 1, "iata": 2, "iapd": 3, "ianapd": 4, } )
Enum value maps for DeviceDhcpv6ClientIaType_Choice_Enum.
var ( DeviceDhcpv6ClientDuidType_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "llt", 2: "en", 3: "ll", } DeviceDhcpv6ClientDuidType_Choice_Enum_value = map[string]int32{ "unspecified": 0, "llt": 1, "en": 2, "ll": 3, } )
Enum value maps for DeviceDhcpv6ClientDuidType_Choice_Enum.
var ( Dhcpv6ClientOptionsServerIdentifier_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "duid_llt", 2: "duid_en", 3: "duid_ll", 4: "duid_uuid", } Dhcpv6ClientOptionsServerIdentifier_Choice_Enum_value = map[string]int32{ "unspecified": 0, "duid_llt": 1, "duid_en": 2, "duid_ll": 3, "duid_uuid": 4, } )
Enum value maps for Dhcpv6ClientOptionsServerIdentifier_Choice_Enum.
var ( Dhcpv6ClientOptionsDuidUuidVersion_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "v_1", 2: "v_2", 3: "v_3", 4: "v_4", 5: "v_5", } Dhcpv6ClientOptionsDuidUuidVersion_Choice_Enum_value = map[string]int32{ "unspecified": 0, "v_1": 1, "v_2": 2, "v_3": 3, "v_4": 4, "v_5": 5, } )
Enum value maps for Dhcpv6ClientOptionsDuidUuidVersion_Choice_Enum.
var ( Dhcpv6ClientOptionsDuidUuidVariant_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "ncs", 2: "dce", 3: "guid", 4: "var_reserved", } Dhcpv6ClientOptionsDuidUuidVariant_Choice_Enum_value = map[string]int32{ "unspecified": 0, "ncs": 1, "dce": 2, "guid": 3, "var_reserved": 4, } )
Enum value maps for Dhcpv6ClientOptionsDuidUuidVariant_Choice_Enum.
var ( Dhcpv6ClientOptionsOptionsRequest_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "vendor_information", 2: "name_servers", 3: "fqdn", 4: "bootfile_url", 5: "sztp", 6: "custom", } Dhcpv6ClientOptionsOptionsRequest_Choice_Enum_value = map[string]int32{ "unspecified": 0, "vendor_information": 1, "name_servers": 2, "fqdn": 3, "bootfile_url": 4, "sztp": 5, "custom": 6, } )
Enum value maps for Dhcpv6ClientOptionsOptionsRequest_Choice_Enum.
var ( Dhcpv6ClientOptionsIncludedMessages_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "all", 2: "msg_types", } Dhcpv6ClientOptionsIncludedMessages_Choice_Enum_value = map[string]int32{ "unspecified": 0, "all": 1, "msg_types": 2, } )
Enum value maps for Dhcpv6ClientOptionsIncludedMessages_Choice_Enum.
var ( Dhcpv6ClientOptionsMessageType_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "solicit", 2: "request", 3: "inform_request", 4: "release", 5: "renew", 6: "rebind", } Dhcpv6ClientOptionsMessageType_Choice_Enum_value = map[string]int32{ "unspecified": 0, "solicit": 1, "request": 2, "inform_request": 3, "release": 4, "renew": 5, "rebind": 6, } )
Enum value maps for Dhcpv6ClientOptionsMessageType_Choice_Enum.
var ( Dhcpv6ServerOptionsIncludedMessages_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "all", 2: "msg_types", } Dhcpv6ServerOptionsIncludedMessages_Choice_Enum_value = map[string]int32{ "unspecified": 0, "all": 1, "msg_types": 2, } )
Enum value maps for Dhcpv6ServerOptionsIncludedMessages_Choice_Enum.
var ( Dhcpv6ServerOptionsMessageType_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "advertise", 2: "reply", 3: "re_configure", } Dhcpv6ServerOptionsMessageType_Choice_Enum_value = map[string]int32{ "unspecified": 0, "advertise": 1, "reply": 2, "re_configure": 3, } )
Enum value maps for Dhcpv6ServerOptionsMessageType_Choice_Enum.
var ( Layer1_Speed_Enum_name = map[int32]string{ 0: "unspecified", 1: "speed_10_fd_mbps", 2: "speed_10_hd_mbps", 3: "speed_100_fd_mbps", 4: "speed_100_hd_mbps", 5: "speed_1_gbps", 6: "speed_10_gbps", 7: "speed_25_gbps", 8: "speed_40_gbps", 9: "speed_50_gbps", 10: "speed_100_gbps", 11: "speed_200_gbps", 12: "speed_400_gbps", 13: "speed_800_gbps", } Layer1_Speed_Enum_value = map[string]int32{ "unspecified": 0, "speed_10_fd_mbps": 1, "speed_10_hd_mbps": 2, "speed_100_fd_mbps": 3, "speed_100_hd_mbps": 4, "speed_1_gbps": 5, "speed_10_gbps": 6, "speed_25_gbps": 7, "speed_40_gbps": 8, "speed_50_gbps": 9, "speed_100_gbps": 10, "speed_200_gbps": 11, "speed_400_gbps": 12, "speed_800_gbps": 13, } )
Enum value maps for Layer1_Speed_Enum.
var ( Layer1_Media_Enum_name = map[int32]string{ 0: "unspecified", 1: "copper", 2: "fiber", 3: "sgmii", } Layer1_Media_Enum_value = map[string]int32{ "unspecified": 0, "copper": 1, "fiber": 2, "sgmii": 3, } )
Enum value maps for Layer1_Media_Enum.
var ( Layer1FlowControl_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "ieee_802_1qbb", 2: "ieee_802_3x", } Layer1FlowControl_Choice_Enum_value = map[string]int32{ "unspecified": 0, "ieee_802_1qbb": 1, "ieee_802_3x": 2, } )
Enum value maps for Layer1FlowControl_Choice_Enum.
var ( Capture_Format_Enum_name = map[int32]string{ 0: "unspecified", 1: "pcap", 2: "pcapng", } Capture_Format_Enum_value = map[string]int32{ "unspecified": 0, "pcap": 1, "pcapng": 2, } )
Enum value maps for Capture_Format_Enum.
var ( CaptureFilter_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "custom", 2: "ethernet", 3: "vlan", 4: "ipv4", 5: "ipv6", } CaptureFilter_Choice_Enum_value = map[string]int32{ "unspecified": 0, "custom": 1, "ethernet": 2, "vlan": 3, "ipv4": 4, "ipv6": 5, } )
Enum value maps for CaptureFilter_Choice_Enum.
var ( IsisInterface_NetworkType_Enum_name = map[int32]string{ 0: "unspecified", 1: "broadcast", 2: "point_to_point", } IsisInterface_NetworkType_Enum_value = map[string]int32{ "unspecified": 0, "broadcast": 1, "point_to_point": 2, } )
Enum value maps for IsisInterface_NetworkType_Enum.
var ( IsisInterface_LevelType_Enum_name = map[int32]string{ 0: "unspecified", 1: "level_1", 2: "level_2", 3: "level_1_2", } IsisInterface_LevelType_Enum_value = map[string]int32{ "unspecified": 0, "level_1": 1, "level_2": 2, "level_1_2": 3, } )
Enum value maps for IsisInterface_LevelType_Enum.
var ( IsisInterfaceAuthentication_AuthType_Enum_name = map[int32]string{ 0: "unspecified", 1: "md5", 2: "password", } IsisInterfaceAuthentication_AuthType_Enum_value = map[string]int32{ "unspecified": 0, "md5": 1, "password": 2, } )
Enum value maps for IsisInterfaceAuthentication_AuthType_Enum.
var ( IsisAuthenticationBase_AuthType_Enum_name = map[int32]string{ 0: "unspecified", 1: "md5", 2: "password", } IsisAuthenticationBase_AuthType_Enum_value = map[string]int32{ "unspecified": 0, "md5": 1, "password": 2, } )
Enum value maps for IsisAuthenticationBase_AuthType_Enum.
var ( IsisV4RouteRange_OriginType_Enum_name = map[int32]string{ 0: "unspecified", 1: "internal", 2: "external", } IsisV4RouteRange_OriginType_Enum_value = map[string]int32{ "unspecified": 0, "internal": 1, "external": 2, } )
Enum value maps for IsisV4RouteRange_OriginType_Enum.
var ( IsisV4RouteRange_RedistributionType_Enum_name = map[int32]string{ 0: "unspecified", 1: "up", 2: "down", } IsisV4RouteRange_RedistributionType_Enum_value = map[string]int32{ "unspecified": 0, "up": 1, "down": 2, } )
Enum value maps for IsisV4RouteRange_RedistributionType_Enum.
var ( IsisV6RouteRange_OriginType_Enum_name = map[int32]string{ 0: "unspecified", 1: "internal", 2: "external", } IsisV6RouteRange_OriginType_Enum_value = map[string]int32{ "unspecified": 0, "internal": 1, "external": 2, } )
Enum value maps for IsisV6RouteRange_OriginType_Enum.
var ( IsisV6RouteRange_RedistributionType_Enum_name = map[int32]string{ 0: "unspecified", 1: "up", 2: "down", } IsisV6RouteRange_RedistributionType_Enum_value = map[string]int32{ "unspecified": 0, "up": 1, "down": 2, } )
Enum value maps for IsisV6RouteRange_RedistributionType_Enum.
var ( DeviceBgpMessageHeaderError_Subcode_Enum_name = map[int32]string{ 0: "unspecified", 1: "connection_not_synchronized_code1_subcode1", 2: "bad_message_length_code1_subcode2", 3: "bad_message_type_code1_subcode3", } DeviceBgpMessageHeaderError_Subcode_Enum_value = map[string]int32{ "unspecified": 0, "connection_not_synchronized_code1_subcode1": 1, "bad_message_length_code1_subcode2": 2, "bad_message_type_code1_subcode3": 3, } )
Enum value maps for DeviceBgpMessageHeaderError_Subcode_Enum.
var ( DeviceBgpOpenMessageError_Subcode_Enum_name = map[int32]string{ 0: "unspecified", 1: "unsupported_version_number_code2_subcode1", 2: "error_peer_as_code2_subcode2", 3: "error_bgp_id_code2_subcode3", 4: "unsupported_optional_parameter_code2_subcode4", 5: "auth_failed_code2_subcode5", 6: "unsupported_hold_time_code2_subcode6", 7: "unsupported_capability_code2_subcode7", } DeviceBgpOpenMessageError_Subcode_Enum_value = map[string]int32{ "unspecified": 0, "unsupported_version_number_code2_subcode1": 1, "error_peer_as_code2_subcode2": 2, "error_bgp_id_code2_subcode3": 3, "unsupported_optional_parameter_code2_subcode4": 4, "auth_failed_code2_subcode5": 5, "unsupported_hold_time_code2_subcode6": 6, "unsupported_capability_code2_subcode7": 7, } )
Enum value maps for DeviceBgpOpenMessageError_Subcode_Enum.
var ( DeviceBgpUpdateMessageError_Subcode_Enum_name = map[int32]string{ 0: "unspecified", 1: "malformed_attrib_list_code3_subcode1", 2: "unrecognized_wellknown_attrib_code3_subcode2", 3: "wellknown_attrib_missing_code3_subcode3", 4: "attrib_flags_error_code3_subcode4", 5: "attrib_length_error_code3_subcode5", 6: "invalid_origin_attrib_code3_subcode6", 7: "as_routing_loop_code3_subcode7", 8: "invalid_nhop_attrib_code3_subcode8", 9: "error_optional_attrib_code3_subcode9", 10: "invalid_network_field_code3_subcode10", 11: "abnormal_aspath_code3_subcode11", } DeviceBgpUpdateMessageError_Subcode_Enum_value = map[string]int32{ "unspecified": 0, "malformed_attrib_list_code3_subcode1": 1, "unrecognized_wellknown_attrib_code3_subcode2": 2, "wellknown_attrib_missing_code3_subcode3": 3, "attrib_flags_error_code3_subcode4": 4, "attrib_length_error_code3_subcode5": 5, "invalid_origin_attrib_code3_subcode6": 6, "as_routing_loop_code3_subcode7": 7, "invalid_nhop_attrib_code3_subcode8": 8, "error_optional_attrib_code3_subcode9": 9, "invalid_network_field_code3_subcode10": 10, "abnormal_aspath_code3_subcode11": 11, } )
Enum value maps for DeviceBgpUpdateMessageError_Subcode_Enum.
var ( DeviceBgpCeaseError_Subcode_Enum_name = map[int32]string{ 0: "unspecified", 1: "max_number_prefix_reached_code6_subcode1", 2: "admin_shutdown_code6_subcode2", 3: "peer_deleted_code6_subcode3", 4: "admin_reset_code6_subcode4", 5: "connection_reject_code6_subcode5", 6: "other_config_changes_code6_subcode6", 7: "connection_collision_resolution_code6_subcode7", 8: "out_of_resources_code6_subcode8", 9: "bfd_session_down_code6_subcode10", 10: "hard_reset_code6_subcode9", } DeviceBgpCeaseError_Subcode_Enum_value = map[string]int32{ "unspecified": 0, "max_number_prefix_reached_code6_subcode1": 1, "admin_shutdown_code6_subcode2": 2, "peer_deleted_code6_subcode3": 3, "admin_reset_code6_subcode4": 4, "connection_reject_code6_subcode5": 5, "other_config_changes_code6_subcode6": 6, "connection_collision_resolution_code6_subcode7": 7, "out_of_resources_code6_subcode8": 8, "bfd_session_down_code6_subcode10": 9, "hard_reset_code6_subcode9": 10, } )
Enum value maps for DeviceBgpCeaseError_Subcode_Enum.
var ( BgpV4Peer_AsType_Enum_name = map[int32]string{ 0: "unspecified", 1: "ibgp", 2: "ebgp", } BgpV4Peer_AsType_Enum_value = map[string]int32{ "unspecified": 0, "ibgp": 1, "ebgp": 2, } )
Enum value maps for BgpV4Peer_AsType_Enum.
var ( BgpV4Peer_AsNumberWidth_Enum_name = map[int32]string{ 0: "unspecified", 1: "two", 2: "four", } BgpV4Peer_AsNumberWidth_Enum_value = map[string]int32{ "unspecified": 0, "two": 1, "four": 2, } )
Enum value maps for BgpV4Peer_AsNumberWidth_Enum.
var ( BgpV4EthernetSegment_ActiveMode_Enum_name = map[int32]string{ 0: "unspecified", 1: "single_active", 2: "all_active", } BgpV4EthernetSegment_ActiveMode_Enum_value = map[string]int32{ "unspecified": 0, "single_active": 1, "all_active": 2, } )
Enum value maps for BgpV4EthernetSegment_ActiveMode_Enum.
var ( BgpRouteAdvanced_Origin_Enum_name = map[int32]string{ 0: "unspecified", 1: "igp", 2: "egp", 3: "incomplete", } BgpRouteAdvanced_Origin_Enum_value = map[string]int32{ "unspecified": 0, "igp": 1, "egp": 2, "incomplete": 3, } )
Enum value maps for BgpRouteAdvanced_Origin_Enum.
var ( BgpCommunity_Type_Enum_name = map[int32]string{ 0: "unspecified", 1: "manual_as_number", 2: "no_export", 3: "no_advertised", 4: "no_export_subconfed", 5: "llgr_stale", 6: "no_llgr", } BgpCommunity_Type_Enum_value = map[string]int32{ "unspecified": 0, "manual_as_number": 1, "no_export": 2, "no_advertised": 3, "no_export_subconfed": 4, "llgr_stale": 5, "no_llgr": 6, } )
Enum value maps for BgpCommunity_Type_Enum.
var ( BgpExtCommunity_Type_Enum_name = map[int32]string{ 0: "unspecified", 1: "administrator_as_2octet", 2: "administrator_ipv4_address", 3: "administrator_as_4octet", 4: "opaque", 5: "evpn", 6: "administrator_as_2octet_link_bandwidth", } BgpExtCommunity_Type_Enum_value = map[string]int32{ "unspecified": 0, "administrator_as_2octet": 1, "administrator_ipv4_address": 2, "administrator_as_4octet": 3, "opaque": 4, "evpn": 5, "administrator_as_2octet_link_bandwidth": 6, } )
Enum value maps for BgpExtCommunity_Type_Enum.
var ( BgpExtCommunity_Subtype_Enum_name = map[int32]string{ 0: "unspecified", 1: "route_target", 2: "origin", 3: "extended_bandwidth", 4: "color", 5: "encapsulation", 6: "mac_address", } BgpExtCommunity_Subtype_Enum_value = map[string]int32{ "unspecified": 0, "route_target": 1, "origin": 2, "extended_bandwidth": 3, "color": 4, "encapsulation": 5, "mac_address": 6, } )
Enum value maps for BgpExtCommunity_Subtype_Enum.
var ( BgpAsPath_AsSetMode_Enum_name = map[int32]string{ 0: "unspecified", 1: "do_not_include_local_as", 2: "include_as_seq", 3: "include_as_set", 4: "include_as_confed_seq", 5: "include_as_confed_set", 6: "prepend_to_first_segment", } BgpAsPath_AsSetMode_Enum_value = map[string]int32{ "unspecified": 0, "do_not_include_local_as": 1, "include_as_seq": 2, "include_as_set": 3, "include_as_confed_seq": 4, "include_as_confed_set": 5, "prepend_to_first_segment": 6, } )
Enum value maps for BgpAsPath_AsSetMode_Enum.
var ( BgpAsPathSegment_Type_Enum_name = map[int32]string{ 0: "unspecified", 1: "as_seq", 2: "as_set", 3: "as_confed_seq", 4: "as_confed_set", } BgpAsPathSegment_Type_Enum_value = map[string]int32{ "unspecified": 0, "as_seq": 1, "as_set": 2, "as_confed_seq": 3, "as_confed_set": 4, } )
Enum value maps for BgpAsPathSegment_Type_Enum.
var ( BgpV4EvpnEvis_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "evi_vxlan", } BgpV4EvpnEvis_Choice_Enum_value = map[string]int32{ "unspecified": 0, "evi_vxlan": 1, } )
Enum value maps for BgpV4EvpnEvis_Choice_Enum.
var ( BgpV4EviVxlan_ReplicationType_Enum_name = map[int32]string{ 0: "unspecified", 1: "ingress_replication", } BgpV4EviVxlan_ReplicationType_Enum_value = map[string]int32{ "unspecified": 0, "ingress_replication": 1, } )
Enum value maps for BgpV4EviVxlan_ReplicationType_Enum.
var ( BgpRouteDistinguisher_RdType_Enum_name = map[int32]string{ 0: "unspecified", 1: "as_2octet", 2: "ipv4_address", 3: "as_4octet", } BgpRouteDistinguisher_RdType_Enum_value = map[string]int32{ "unspecified": 0, "as_2octet": 1, "ipv4_address": 2, "as_4octet": 3, } )
Enum value maps for BgpRouteDistinguisher_RdType_Enum.
var ( BgpRouteTarget_RtType_Enum_name = map[int32]string{ 0: "unspecified", 1: "as_2octet", 2: "ipv4_address", 3: "as_4octet", } BgpRouteTarget_RtType_Enum_value = map[string]int32{ "unspecified": 0, "as_2octet": 1, "ipv4_address": 2, "as_4octet": 3, } )
Enum value maps for BgpRouteTarget_RtType_Enum.
var ( BgpV4RouteRange_NextHopMode_Enum_name = map[int32]string{ 0: "unspecified", 1: "local_ip", 2: "manual", } BgpV4RouteRange_NextHopMode_Enum_value = map[string]int32{ "unspecified": 0, "local_ip": 1, "manual": 2, } )
Enum value maps for BgpV4RouteRange_NextHopMode_Enum.
var ( BgpV4RouteRange_NextHopAddressType_Enum_name = map[int32]string{ 0: "unspecified", 1: "ipv4", 2: "ipv6", } BgpV4RouteRange_NextHopAddressType_Enum_value = map[string]int32{ "unspecified": 0, "ipv4": 1, "ipv6": 2, } )
Enum value maps for BgpV4RouteRange_NextHopAddressType_Enum.
var ( BgpExtendedCommunity_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "transitive_2octet_as_type", 2: "transitive_ipv4_address_type", 3: "transitive_4octet_as_type", 4: "transitive_opaque_type", 5: "transitive_evpn_type", 6: "non_transitive_2octet_as_type", 7: "custom", } BgpExtendedCommunity_Choice_Enum_value = map[string]int32{ "unspecified": 0, "transitive_2octet_as_type": 1, "transitive_ipv4_address_type": 2, "transitive_4octet_as_type": 3, "transitive_opaque_type": 4, "transitive_evpn_type": 5, "non_transitive_2octet_as_type": 6, "custom": 7, } )
Enum value maps for BgpExtendedCommunity_Choice_Enum.
var ( BgpExtendedCommunityTransitive2OctetAsType_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "route_target_subtype", 2: "route_origin_subtype", } BgpExtendedCommunityTransitive2OctetAsType_Choice_Enum_value = map[string]int32{ "unspecified": 0, "route_target_subtype": 1, "route_origin_subtype": 2, } )
Enum value maps for BgpExtendedCommunityTransitive2OctetAsType_Choice_Enum.
var ( BgpExtendedCommunityTransitiveIpv4AddressType_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "route_target_subtype", 2: "route_origin_subtype", } BgpExtendedCommunityTransitiveIpv4AddressType_Choice_Enum_value = map[string]int32{ "unspecified": 0, "route_target_subtype": 1, "route_origin_subtype": 2, } )
Enum value maps for BgpExtendedCommunityTransitiveIpv4AddressType_Choice_Enum.
var ( BgpExtendedCommunityTransitive4OctetAsType_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "route_target_subtype", 2: "route_origin_subtype", } BgpExtendedCommunityTransitive4OctetAsType_Choice_Enum_value = map[string]int32{ "unspecified": 0, "route_target_subtype": 1, "route_origin_subtype": 2, } )
Enum value maps for BgpExtendedCommunityTransitive4OctetAsType_Choice_Enum.
var ( BgpExtendedCommunityTransitiveOpaqueType_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "color_subtype", 2: "encapsulation_subtype", } BgpExtendedCommunityTransitiveOpaqueType_Choice_Enum_value = map[string]int32{ "unspecified": 0, "color_subtype": 1, "encapsulation_subtype": 2, } )
Enum value maps for BgpExtendedCommunityTransitiveOpaqueType_Choice_Enum.
var ( BgpExtendedCommunityTransitiveEvpnType_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "router_mac_subtype", } BgpExtendedCommunityTransitiveEvpnType_Choice_Enum_value = map[string]int32{ "unspecified": 0, "router_mac_subtype": 1, } )
Enum value maps for BgpExtendedCommunityTransitiveEvpnType_Choice_Enum.
var ( BgpExtendedCommunityNonTransitive2OctetAsType_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "link_bandwidth_subtype", } BgpExtendedCommunityNonTransitive2OctetAsType_Choice_Enum_value = map[string]int32{ "unspecified": 0, "link_bandwidth_subtype": 1, } )
Enum value maps for BgpExtendedCommunityNonTransitive2OctetAsType_Choice_Enum.
var ( BgpV6RouteRange_NextHopMode_Enum_name = map[int32]string{ 0: "unspecified", 1: "local_ip", 2: "manual", } BgpV6RouteRange_NextHopMode_Enum_value = map[string]int32{ "unspecified": 0, "local_ip": 1, "manual": 2, } )
Enum value maps for BgpV6RouteRange_NextHopMode_Enum.
var ( BgpV6RouteRange_NextHopAddressType_Enum_name = map[int32]string{ 0: "unspecified", 1: "ipv4", 2: "ipv6", } BgpV6RouteRange_NextHopAddressType_Enum_value = map[string]int32{ "unspecified": 0, "ipv4": 1, "ipv6": 2, } )
Enum value maps for BgpV6RouteRange_NextHopAddressType_Enum.
var ( BgpSrteV4Policy_NextHopMode_Enum_name = map[int32]string{ 0: "unspecified", 1: "local_ip", 2: "manual", } BgpSrteV4Policy_NextHopMode_Enum_value = map[string]int32{ "unspecified": 0, "local_ip": 1, "manual": 2, } )
Enum value maps for BgpSrteV4Policy_NextHopMode_Enum.
var ( BgpSrteV4Policy_NextHopAddressType_Enum_name = map[int32]string{ 0: "unspecified", 1: "ipv4", 2: "ipv6", } BgpSrteV4Policy_NextHopAddressType_Enum_value = map[string]int32{ "unspecified": 0, "ipv4": 1, "ipv6": 2, } )
Enum value maps for BgpSrteV4Policy_NextHopAddressType_Enum.
var ( BgpSrteRemoteEndpointSubTlv_AddressFamily_Enum_name = map[int32]string{ 0: "unspecified", 1: "ipv4", 2: "ipv6", } BgpSrteRemoteEndpointSubTlv_AddressFamily_Enum_value = map[string]int32{ "unspecified": 0, "ipv4": 1, "ipv6": 2, } )
Enum value maps for BgpSrteRemoteEndpointSubTlv_AddressFamily_Enum.
var ( BgpSrteBindingSubTlv_BindingSidType_Enum_name = map[int32]string{ 0: "unspecified", 1: "no_binding", 2: "four_octet_sid", 3: "ipv6_sid", } BgpSrteBindingSubTlv_BindingSidType_Enum_value = map[string]int32{ "unspecified": 0, "no_binding": 1, "four_octet_sid": 2, "ipv6_sid": 3, } )
Enum value maps for BgpSrteBindingSubTlv_BindingSidType_Enum.
var ( BgpSrteExplicitNullLabelPolicySubTlv_ExplicitNullLabelPolicy_Enum_name = map[int32]string{ 0: "unspecified", 1: "reserved_enlp", 2: "push_ipv4_enlp", 3: "push_ipv6_enlp", 4: "push_ipv4_ipv6_enlp", 5: "do_not_push_enlp", } BgpSrteExplicitNullLabelPolicySubTlv_ExplicitNullLabelPolicy_Enum_value = map[string]int32{ "unspecified": 0, "reserved_enlp": 1, "push_ipv4_enlp": 2, "push_ipv6_enlp": 3, "push_ipv4_ipv6_enlp": 4, "do_not_push_enlp": 5, } )
Enum value maps for BgpSrteExplicitNullLabelPolicySubTlv_ExplicitNullLabelPolicy_Enum.
var ( BgpSrteSegment_SegmentType_Enum_name = map[int32]string{ 0: "unspecified", 1: "type_a", 2: "type_b", 3: "type_c", 4: "type_d", 5: "type_e", 6: "type_f", 7: "type_g", 8: "type_h", 9: "type_i", 10: "type_j", 11: "type_k", } BgpSrteSegment_SegmentType_Enum_value = map[string]int32{ "unspecified": 0, "type_a": 1, "type_b": 2, "type_c": 3, "type_d": 4, "type_e": 5, "type_f": 6, "type_g": 7, "type_h": 8, "type_i": 9, "type_j": 10, "type_k": 11, } )
Enum value maps for BgpSrteSegment_SegmentType_Enum.
var ( BgpSrteV6Policy_NextHopMode_Enum_name = map[int32]string{ 0: "unspecified", 1: "local_ip", 2: "manual", } BgpSrteV6Policy_NextHopMode_Enum_value = map[string]int32{ "unspecified": 0, "local_ip": 1, "manual": 2, } )
Enum value maps for BgpSrteV6Policy_NextHopMode_Enum.
var ( BgpSrteV6Policy_NextHopAddressType_Enum_name = map[int32]string{ 0: "unspecified", 1: "ipv4", 2: "ipv6", } BgpSrteV6Policy_NextHopAddressType_Enum_value = map[string]int32{ "unspecified": 0, "ipv4": 1, "ipv6": 2, } )
Enum value maps for BgpSrteV6Policy_NextHopAddressType_Enum.
var ( BgpUpdateReplay_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "structured_pdus", 2: "raw_bytes", } BgpUpdateReplay_Choice_Enum_value = map[string]int32{ "unspecified": 0, "structured_pdus": 1, "raw_bytes": 2, } )
Enum value maps for BgpUpdateReplay_Choice_Enum.
var ( BgpAttributes_Origin_Enum_name = map[int32]string{ 0: "unspecified", 1: "igp", 2: "egp", 3: "incomplete", } BgpAttributes_Origin_Enum_value = map[string]int32{ "unspecified": 0, "igp": 1, "egp": 2, "incomplete": 3, } )
Enum value maps for BgpAttributes_Origin_Enum.
var ( BgpAttributesAsPath_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "four_byte_as_path", 2: "two_byte_as_path", } BgpAttributesAsPath_Choice_Enum_value = map[string]int32{ "unspecified": 0, "four_byte_as_path": 1, "two_byte_as_path": 2, } )
Enum value maps for BgpAttributesAsPath_Choice_Enum.
var ( BgpAttributesFourByteAsPathSegment_Type_Enum_name = map[int32]string{ 0: "unspecified", 1: "as_seq", 2: "as_set", 3: "as_confed_seq", 4: "as_confed_set", } BgpAttributesFourByteAsPathSegment_Type_Enum_value = map[string]int32{ "unspecified": 0, "as_seq": 1, "as_set": 2, "as_confed_seq": 3, "as_confed_set": 4, } )
Enum value maps for BgpAttributesFourByteAsPathSegment_Type_Enum.
var ( BgpAttributesTwoByteAsPathSegment_Type_Enum_name = map[int32]string{ 0: "unspecified", 1: "as_seq", 2: "as_set", 3: "as_confed_seq", 4: "as_confed_set", } BgpAttributesTwoByteAsPathSegment_Type_Enum_value = map[string]int32{ "unspecified": 0, "as_seq": 1, "as_set": 2, "as_confed_seq": 3, "as_confed_set": 4, } )
Enum value maps for BgpAttributesTwoByteAsPathSegment_Type_Enum.
var ( BgpAttributesAggregator_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "four_byte_as", 2: "two_byte_as", } BgpAttributesAggregator_Choice_Enum_value = map[string]int32{ "unspecified": 0, "four_byte_as": 1, "two_byte_as": 2, } )
Enum value maps for BgpAttributesAggregator_Choice_Enum.
var ( BgpAttributesCommunity_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "custom_community", 2: "no_export", 3: "no_advertised", 4: "no_export_subconfed", 5: "llgr_stale", 6: "no_llgr", } BgpAttributesCommunity_Choice_Enum_value = map[string]int32{ "unspecified": 0, "custom_community": 1, "no_export": 2, "no_advertised": 3, "no_export_subconfed": 4, "llgr_stale": 5, "no_llgr": 6, } )
Enum value maps for BgpAttributesCommunity_Choice_Enum.
var ( BgpAttributesNextHop_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "ipv4", 2: "ipv6", 3: "ipv6_two_addresses", } BgpAttributesNextHop_Choice_Enum_value = map[string]int32{ "unspecified": 0, "ipv4": 1, "ipv6": 2, "ipv6_two_addresses": 3, } )
Enum value maps for BgpAttributesNextHop_Choice_Enum.
var ( BgpAttributesMpReachNlri_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "ipv4_unicast", 2: "ipv6_unicast", 3: "ipv4_srpolicy", 4: "ipv6_srpolicy", } BgpAttributesMpReachNlri_Choice_Enum_value = map[string]int32{ "unspecified": 0, "ipv4_unicast": 1, "ipv6_unicast": 2, "ipv4_srpolicy": 3, "ipv6_srpolicy": 4, } )
Enum value maps for BgpAttributesMpReachNlri_Choice_Enum.
var ( BgpAttributesMpUnreachNlri_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "ipv4_unicast", 2: "ipv6_unicast", 3: "ipv4_srpolicy", 4: "ipv6_srpolicy", } BgpAttributesMpUnreachNlri_Choice_Enum_value = map[string]int32{ "unspecified": 0, "ipv4_unicast": 1, "ipv6_unicast": 2, "ipv4_srpolicy": 3, "ipv6_srpolicy": 4, } )
Enum value maps for BgpAttributesMpUnreachNlri_Choice_Enum.
var ( BgpAttributesTunnelEncapsulation_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "sr_policy", } BgpAttributesTunnelEncapsulation_Choice_Enum_value = map[string]int32{ "unspecified": 0, "sr_policy": 1, } )
Enum value maps for BgpAttributesTunnelEncapsulation_Choice_Enum.
var ( BgpAttributesBsid_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "mpls", 2: "srv6", } BgpAttributesBsid_Choice_Enum_value = map[string]int32{ "unspecified": 0, "mpls": 1, "srv6": 2, } )
Enum value maps for BgpAttributesBsid_Choice_Enum.
var ( BgpAttributesSrPolicyExplicitNullPolicy_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "unknown", 2: "push_ipv4", 3: "push_ipv6", 4: "push_ipv4_and_ipv6", 5: "donot_push", } BgpAttributesSrPolicyExplicitNullPolicy_Choice_Enum_value = map[string]int32{ "unspecified": 0, "unknown": 1, "push_ipv4": 2, "push_ipv6": 3, "push_ipv4_and_ipv6": 4, "donot_push": 5, } )
Enum value maps for BgpAttributesSrPolicyExplicitNullPolicy_Choice_Enum.
var ( BgpAttributesSegmentRoutingPolicySegmentListSegment_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "type_a", 2: "type_b", 3: "type_c", 4: "type_d", 5: "type_e", 6: "type_f", 7: "type_g", 8: "type_h", 9: "type_i", 10: "type_j", 11: "type_k", } BgpAttributesSegmentRoutingPolicySegmentListSegment_Choice_Enum_value = map[string]int32{ "unspecified": 0, "type_a": 1, "type_b": 2, "type_c": 3, "type_d": 4, "type_e": 5, "type_f": 6, "type_g": 7, "type_h": 8, "type_i": 9, "type_j": 10, "type_k": 11, } )
Enum value maps for BgpAttributesSegmentRoutingPolicySegmentListSegment_Choice_Enum.
var ( BgpV6Peer_AsType_Enum_name = map[int32]string{ 0: "unspecified", 1: "ibgp", 2: "ebgp", } BgpV6Peer_AsType_Enum_value = map[string]int32{ "unspecified": 0, "ibgp": 1, "ebgp": 2, } )
Enum value maps for BgpV6Peer_AsType_Enum.
var ( BgpV6Peer_AsNumberWidth_Enum_name = map[int32]string{ 0: "unspecified", 1: "two", 2: "four", } BgpV6Peer_AsNumberWidth_Enum_value = map[string]int32{ "unspecified": 0, "two": 1, "four": 2, } )
Enum value maps for BgpV6Peer_AsNumberWidth_Enum.
var ( BgpV6EthernetSegment_ActiveMode_Enum_name = map[int32]string{ 0: "unspecified", 1: "single_active", 2: "all_active", } BgpV6EthernetSegment_ActiveMode_Enum_value = map[string]int32{ "unspecified": 0, "single_active": 1, "all_active": 2, } )
Enum value maps for BgpV6EthernetSegment_ActiveMode_Enum.
var ( BgpV6EvpnEvis_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "evi_vxlan", } BgpV6EvpnEvis_Choice_Enum_value = map[string]int32{ "unspecified": 0, "evi_vxlan": 1, } )
Enum value maps for BgpV6EvpnEvis_Choice_Enum.
var ( BgpV6EviVxlan_ReplicationType_Enum_name = map[int32]string{ 0: "unspecified", 1: "ingress_replication", } BgpV6EviVxlan_ReplicationType_Enum_value = map[string]int32{ "unspecified": 0, "ingress_replication": 1, } )
Enum value maps for BgpV6EviVxlan_ReplicationType_Enum.
var ( VxlanV4TunnelDestinationIPMode_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "unicast", 2: "multicast", } VxlanV4TunnelDestinationIPMode_Choice_Enum_value = map[string]int32{ "unspecified": 0, "unicast": 1, "multicast": 2, } )
Enum value maps for VxlanV4TunnelDestinationIPMode_Choice_Enum.
var ( VxlanV6TunnelDestinationIPMode_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "unicast", 2: "multicast", } VxlanV6TunnelDestinationIPMode_Choice_Enum_value = map[string]int32{ "unspecified": 0, "unicast": 1, "multicast": 2, } )
Enum value maps for VxlanV6TunnelDestinationIPMode_Choice_Enum.
var ( RsvpLspIpv4InterfaceP2PEgressIpv4Lsp_ReservationStyle_Enum_name = map[int32]string{ 0: "unspecified", 1: "shared_explicit", 2: "fixed_filter", 3: "auto", } RsvpLspIpv4InterfaceP2PEgressIpv4Lsp_ReservationStyle_Enum_value = map[string]int32{ "unspecified": 0, "shared_explicit": 1, "fixed_filter": 2, "auto": 3, } )
Enum value maps for RsvpLspIpv4InterfaceP2PEgressIpv4Lsp_ReservationStyle_Enum.
var ( RsvpEro_PrependNeighborIp_Enum_name = map[int32]string{ 0: "unspecified", 1: "dont_prepend", 2: "prepend_loose", 3: "prepend_strict", } RsvpEro_PrependNeighborIp_Enum_value = map[string]int32{ "unspecified": 0, "dont_prepend": 1, "prepend_loose": 2, "prepend_strict": 3, } )
Enum value maps for RsvpEro_PrependNeighborIp_Enum.
var ( RsvpEroSubobject_Type_Enum_name = map[int32]string{ 0: "unspecified", 1: "ipv4", 2: "as_number", } RsvpEroSubobject_Type_Enum_value = map[string]int32{ "unspecified": 0, "ipv4": 1, "as_number": 2, } )
Enum value maps for RsvpEroSubobject_Type_Enum.
var ( RsvpEroSubobject_HopType_Enum_name = map[int32]string{ 0: "unspecified", 1: "strict", 2: "loose", } RsvpEroSubobject_HopType_Enum_value = map[string]int32{ "unspecified": 0, "strict": 1, "loose": 2, } )
Enum value maps for RsvpEroSubobject_HopType_Enum.
var ( Dhcpv6ServerIaType_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "iana", 2: "iata", 3: "iapd", 4: "ianapd", } Dhcpv6ServerIaType_Choice_Enum_value = map[string]int32{ "unspecified": 0, "iana": 1, "iata": 2, "iapd": 3, "ianapd": 4, } )
Enum value maps for Dhcpv6ServerIaType_Choice_Enum.
var ( Ospfv2RouterId_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "interface_ip", 2: "custom", } Ospfv2RouterId_Choice_Enum_value = map[string]int32{ "unspecified": 0, "interface_ip": 1, "custom": 2, } )
Enum value maps for Ospfv2RouterId_Choice_Enum.
var ( Ospfv2InterfaceArea_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "id", 2: "ip", } Ospfv2InterfaceArea_Choice_Enum_value = map[string]int32{ "unspecified": 0, "id": 1, "ip": 2, } )
Enum value maps for Ospfv2InterfaceArea_Choice_Enum.
var ( Ospfv2InterfaceNetworkType_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "broadcast", 2: "point_to_point", 3: "point_to_multipoint", } Ospfv2InterfaceNetworkType_Choice_Enum_value = map[string]int32{ "unspecified": 0, "broadcast": 1, "point_to_point": 2, "point_to_multipoint": 3, } )
Enum value maps for Ospfv2InterfaceNetworkType_Choice_Enum.
var ( Ospfv2InterfaceAuthentication_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "md5s", 2: "clear_text", } Ospfv2InterfaceAuthentication_Choice_Enum_value = map[string]int32{ "unspecified": 0, "md5s": 1, "clear_text": 2, } )
Enum value maps for Ospfv2InterfaceAuthentication_Choice_Enum.
var ( Ospfv2V4RRRouteOrigin_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "intra_area", 2: "inter_area", 3: "external_type_1", 4: "external_type_2", 5: "nssa_external", } Ospfv2V4RRRouteOrigin_Choice_Enum_value = map[string]int32{ "unspecified": 0, "intra_area": 1, "inter_area": 2, "external_type_1": 3, "external_type_2": 4, "nssa_external": 5, } )
Enum value maps for Ospfv2V4RRRouteOrigin_Choice_Enum.
var ( FlowTxRx_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "port", 2: "device", } FlowTxRx_Choice_Enum_value = map[string]int32{ "unspecified": 0, "port": 1, "device": 2, } )
Enum value maps for FlowTxRx_Choice_Enum.
var ( FlowRouter_Mode_Enum_name = map[int32]string{ 0: "unspecified", 1: "mesh", 2: "one_to_one", } FlowRouter_Mode_Enum_value = map[string]int32{ "unspecified": 0, "mesh": 1, "one_to_one": 2, } )
Enum value maps for FlowRouter_Mode_Enum.
var ( FlowHeader_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "custom", 2: "ethernet", 3: "vlan", 4: "vxlan", 5: "ipv4", 6: "ipv6", 7: "pfcpause", 8: "ethernetpause", 9: "tcp", 10: "udp", 11: "gre", 12: "gtpv1", 13: "gtpv2", 14: "arp", 15: "icmp", 16: "icmpv6", 17: "ppp", 18: "igmpv1", 19: "mpls", 20: "snmpv2c", 21: "rsvp", } FlowHeader_Choice_Enum_value = map[string]int32{ "unspecified": 0, "custom": 1, "ethernet": 2, "vlan": 3, "vxlan": 4, "ipv4": 5, "ipv6": 6, "pfcpause": 7, "ethernetpause": 8, "tcp": 9, "udp": 10, "gre": 11, "gtpv1": 12, "gtpv2": 13, "arp": 14, "icmp": 15, "icmpv6": 16, "ppp": 17, "igmpv1": 18, "mpls": 19, "snmpv2c": 20, "rsvp": 21, } )
Enum value maps for FlowHeader_Choice_Enum.
var ( FlowIpv4Options_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "router_alert", 2: "custom", } FlowIpv4Options_Choice_Enum_value = map[string]int32{ "unspecified": 0, "router_alert": 1, "custom": 2, } )
Enum value maps for FlowIpv4Options_Choice_Enum.
var ( FlowIpv4OptionsCustomLength_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "auto", 2: "value", } FlowIpv4OptionsCustomLength_Choice_Enum_value = map[string]int32{ "unspecified": 0, "auto": 1, "value": 2, } )
Enum value maps for FlowIpv4OptionsCustomLength_Choice_Enum.
var ( FlowIpv4Priority_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "raw", 2: "tos", 3: "dscp", } FlowIpv4Priority_Choice_Enum_value = map[string]int32{ "unspecified": 0, "raw": 1, "tos": 2, "dscp": 3, } )
Enum value maps for FlowIpv4Priority_Choice_Enum.
var ( FlowIpv4Auto_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "dhcp", } FlowIpv4Auto_Choice_Enum_value = map[string]int32{ "unspecified": 0, "dhcp": 1, } )
Enum value maps for FlowIpv4Auto_Choice_Enum.
var ( FlowIpv6Auto_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "dhcp", } FlowIpv6Auto_Choice_Enum_value = map[string]int32{ "unspecified": 0, "dhcp": 1, } )
Enum value maps for FlowIpv6Auto_Choice_Enum.
var ( FlowIcmp_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "echo", } FlowIcmp_Choice_Enum_value = map[string]int32{ "unspecified": 0, "echo": 1, } )
Enum value maps for FlowIcmp_Choice_Enum.
var ( FlowIcmpv6_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "echo", } FlowIcmpv6_Choice_Enum_value = map[string]int32{ "unspecified": 0, "echo": 1, } )
Enum value maps for FlowIcmpv6_Choice_Enum.
var ( FlowSnmpv2CData_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "get_request", 2: "get_next_request", 3: "response", 4: "set_request", 5: "get_bulk_request", 6: "inform_request", 7: "snmpv2_trap", 8: "report", } FlowSnmpv2CData_Choice_Enum_value = map[string]int32{ "unspecified": 0, "get_request": 1, "get_next_request": 2, "response": 3, "set_request": 4, "get_bulk_request": 5, "inform_request": 6, "snmpv2_trap": 7, "report": 8, } )
Enum value maps for FlowSnmpv2CData_Choice_Enum.
var ( FlowSnmpv2CPDU_ErrorStatus_Enum_name = map[int32]string{ 0: "unspecified", 1: "no_error", 2: "too_big", 3: "no_such_name", 4: "bad_value", 5: "read_only", 6: "gen_err", 7: "no_access", 8: "wrong_type", 9: "wrong_length", 10: "wrong_encoding", 11: "wrong_value", 12: "no_creation", 13: "inconsistent_value", 14: "resource_unavailable", 15: "commit_failed", 16: "undo_failed", 17: "authorization_error", 18: "not_writable", 19: "inconsistent_name", } FlowSnmpv2CPDU_ErrorStatus_Enum_value = map[string]int32{ "unspecified": 0, "no_error": 1, "too_big": 2, "no_such_name": 3, "bad_value": 4, "read_only": 5, "gen_err": 6, "no_access": 7, "wrong_type": 8, "wrong_length": 9, "wrong_encoding": 10, "wrong_value": 11, "no_creation": 12, "inconsistent_value": 13, "resource_unavailable": 14, "commit_failed": 15, "undo_failed": 16, "authorization_error": 17, "not_writable": 18, "inconsistent_name": 19, } )
Enum value maps for FlowSnmpv2CPDU_ErrorStatus_Enum.
var ( FlowSnmpv2CVariableBindingValue_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "no_value", 2: "integer_value", 3: "string_value", 4: "object_identifier_value", 5: "ip_address_value", 6: "counter_value", 7: "timeticks_value", 8: "arbitrary_value", 9: "big_counter_value", 10: "unsigned_integer_value", } FlowSnmpv2CVariableBindingValue_Choice_Enum_value = map[string]int32{ "unspecified": 0, "no_value": 1, "integer_value": 2, "string_value": 3, "object_identifier_value": 4, "ip_address_value": 5, "counter_value": 6, "timeticks_value": 7, "arbitrary_value": 8, "big_counter_value": 9, "unsigned_integer_value": 10, } )
Enum value maps for FlowSnmpv2CVariableBindingValue_Choice_Enum.
var ( FlowSnmpv2CVariableBindingStringValue_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "ascii", 2: "raw", } FlowSnmpv2CVariableBindingStringValue_Choice_Enum_value = map[string]int32{ "unspecified": 0, "ascii": 1, "raw": 2, } )
Enum value maps for FlowSnmpv2CVariableBindingStringValue_Choice_Enum.
var ( FlowRsvp_Flag_Enum_name = map[int32]string{ 0: "unspecified", 1: "not_refresh_reduction_capable", 2: "refresh_reduction_capable", } FlowRsvp_Flag_Enum_value = map[string]int32{ "unspecified": 0, "not_refresh_reduction_capable": 1, "refresh_reduction_capable": 2, } )
Enum value maps for FlowRsvp_Flag_Enum.
var ( FlowRSVPLength_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "auto", 2: "value", } FlowRSVPLength_Choice_Enum_value = map[string]int32{ "unspecified": 0, "auto": 1, "value": 2, } )
Enum value maps for FlowRSVPLength_Choice_Enum.
var ( FlowRSVPMessage_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "path", } FlowRSVPMessage_Choice_Enum_value = map[string]int32{ "unspecified": 0, "path": 1, } )
Enum value maps for FlowRSVPMessage_Choice_Enum.
var ( FlowRSVPObjectLength_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "auto", 2: "value", } FlowRSVPObjectLength_Choice_Enum_value = map[string]int32{ "unspecified": 0, "auto": 1, "value": 2, } )
Enum value maps for FlowRSVPObjectLength_Choice_Enum.
var ( FlowRSVPPathObjectsClass_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "session", 2: "rsvp_hop", 3: "time_values", 4: "explicit_route", 5: "label_request", 6: "session_attribute", 7: "sender_template", 8: "sender_tspec", 9: "record_route", 10: "custom", } FlowRSVPPathObjectsClass_Choice_Enum_value = map[string]int32{ "unspecified": 0, "session": 1, "rsvp_hop": 2, "time_values": 3, "explicit_route": 4, "label_request": 5, "session_attribute": 6, "sender_template": 7, "sender_tspec": 8, "record_route": 9, "custom": 10, } )
Enum value maps for FlowRSVPPathObjectsClass_Choice_Enum.
var ( FlowRSVPPathObjectsSessionCType_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "lsp_tunnel_ipv4", } FlowRSVPPathObjectsSessionCType_Choice_Enum_value = map[string]int32{ "unspecified": 0, "lsp_tunnel_ipv4": 1, } )
Enum value maps for FlowRSVPPathObjectsSessionCType_Choice_Enum.
var ( FlowRSVPPathSessionExtTunnelId_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "as_integer", 2: "as_ipv4", } FlowRSVPPathSessionExtTunnelId_Choice_Enum_value = map[string]int32{ "unspecified": 0, "as_integer": 1, "as_ipv4": 2, } )
Enum value maps for FlowRSVPPathSessionExtTunnelId_Choice_Enum.
var ( FlowRSVPPathObjectsRsvpHopCType_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "ipv4", } FlowRSVPPathObjectsRsvpHopCType_Choice_Enum_value = map[string]int32{ "unspecified": 0, "ipv4": 1, } )
Enum value maps for FlowRSVPPathObjectsRsvpHopCType_Choice_Enum.
var ( FlowRSVPPathObjectsTimeValuesCType_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "type_1", } FlowRSVPPathObjectsTimeValuesCType_Choice_Enum_value = map[string]int32{ "unspecified": 0, "type_1": 1, } )
Enum value maps for FlowRSVPPathObjectsTimeValuesCType_Choice_Enum.
var ( FlowRSVPPathObjectsClassExplicitRouteCType_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "type_1", } FlowRSVPPathObjectsClassExplicitRouteCType_Choice_Enum_value = map[string]int32{ "unspecified": 0, "type_1": 1, } )
Enum value maps for FlowRSVPPathObjectsClassExplicitRouteCType_Choice_Enum.
var ( FlowRSVPType1ExplicitRouteSubobjectsType_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "ipv4_prefix", 2: "as_number", } FlowRSVPType1ExplicitRouteSubobjectsType_Choice_Enum_value = map[string]int32{ "unspecified": 0, "ipv4_prefix": 1, "as_number": 2, } )
Enum value maps for FlowRSVPType1ExplicitRouteSubobjectsType_Choice_Enum.
var ( FlowRSVPExplicitRouteLength_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "auto", 2: "value", } FlowRSVPExplicitRouteLength_Choice_Enum_value = map[string]int32{ "unspecified": 0, "auto": 1, "value": 2, } )
Enum value maps for FlowRSVPExplicitRouteLength_Choice_Enum.
var ( FlowRSVPExplicitRouteASNumberLength_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "auto", 2: "value", } FlowRSVPExplicitRouteASNumberLength_Choice_Enum_value = map[string]int32{ "unspecified": 0, "auto": 1, "value": 2, } )
Enum value maps for FlowRSVPExplicitRouteASNumberLength_Choice_Enum.
var ( FlowRSVPPathObjectsLabelRequestCType_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "without_label_range", } FlowRSVPPathObjectsLabelRequestCType_Choice_Enum_value = map[string]int32{ "unspecified": 0, "without_label_range": 1, } )
Enum value maps for FlowRSVPPathObjectsLabelRequestCType_Choice_Enum.
var ( FlowRSVPPathObjectsSessionAttributeCType_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "lsp_tunnel", 2: "lsp_tunnel_ra", } FlowRSVPPathObjectsSessionAttributeCType_Choice_Enum_value = map[string]int32{ "unspecified": 0, "lsp_tunnel": 1, "lsp_tunnel_ra": 2, } )
Enum value maps for FlowRSVPPathObjectsSessionAttributeCType_Choice_Enum.
var ( FlowRSVPLspTunnelFlag_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "local_protection_desired", 2: "label_recording_desired", 3: "se_style_desired", } FlowRSVPLspTunnelFlag_Choice_Enum_value = map[string]int32{ "unspecified": 0, "local_protection_desired": 1, "label_recording_desired": 2, "se_style_desired": 3, } )
Enum value maps for FlowRSVPLspTunnelFlag_Choice_Enum.
var ( FlowRSVPSessionAttributeNameLength_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "auto", 2: "value", } FlowRSVPSessionAttributeNameLength_Choice_Enum_value = map[string]int32{ "unspecified": 0, "auto": 1, "value": 2, } )
Enum value maps for FlowRSVPSessionAttributeNameLength_Choice_Enum.
var ( FlowRSVPPathObjectsSenderTemplateCType_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "lsp_tunnel_ipv4", } FlowRSVPPathObjectsSenderTemplateCType_Choice_Enum_value = map[string]int32{ "unspecified": 0, "lsp_tunnel_ipv4": 1, } )
Enum value maps for FlowRSVPPathObjectsSenderTemplateCType_Choice_Enum.
var ( FlowRSVPPathObjectsSenderTspecCType_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "int_serv", } FlowRSVPPathObjectsSenderTspecCType_Choice_Enum_value = map[string]int32{ "unspecified": 0, "int_serv": 1, } )
Enum value maps for FlowRSVPPathObjectsSenderTspecCType_Choice_Enum.
var ( FlowRSVPPathObjectsRecordRouteCType_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "type_1", } FlowRSVPPathObjectsRecordRouteCType_Choice_Enum_value = map[string]int32{ "unspecified": 0, "type_1": 1, } )
Enum value maps for FlowRSVPPathObjectsRecordRouteCType_Choice_Enum.
var ( FlowRSVPPathObjectsRecordRouteSubObjectType_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "ipv4_address", 2: "label", } FlowRSVPPathObjectsRecordRouteSubObjectType_Choice_Enum_value = map[string]int32{ "unspecified": 0, "ipv4_address": 1, "label": 2, } )
Enum value maps for FlowRSVPPathObjectsRecordRouteSubObjectType_Choice_Enum.
var ( FlowRSVPRecordRouteIPv4Flag_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "local_protection_available", 2: "local_protection_in_use", } FlowRSVPRecordRouteIPv4Flag_Choice_Enum_value = map[string]int32{ "unspecified": 0, "local_protection_available": 1, "local_protection_in_use": 2, } )
Enum value maps for FlowRSVPRecordRouteIPv4Flag_Choice_Enum.
var ( FlowRSVPPathRecordRouteLabel_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "as_integer", 2: "as_hex", } FlowRSVPPathRecordRouteLabel_Choice_Enum_value = map[string]int32{ "unspecified": 0, "as_integer": 1, "as_hex": 2, } )
Enum value maps for FlowRSVPPathRecordRouteLabel_Choice_Enum.
var ( FlowRSVPRouteRecordLength_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "auto", 2: "value", } FlowRSVPRouteRecordLength_Choice_Enum_value = map[string]int32{ "unspecified": 0, "auto": 1, "value": 2, } )
Enum value maps for FlowRSVPRouteRecordLength_Choice_Enum.
var ( FlowSize_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "fixed", 2: "increment", 3: "random", 4: "weight_pairs", } FlowSize_Choice_Enum_value = map[string]int32{ "unspecified": 0, "fixed": 1, "increment": 2, "random": 3, "weight_pairs": 4, } )
Enum value maps for FlowSize_Choice_Enum.
var ( FlowSizeWeightPairs_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "predefined", 2: "custom", } FlowSizeWeightPairs_Choice_Enum_value = map[string]int32{ "unspecified": 0, "predefined": 1, "custom": 2, } )
Enum value maps for FlowSizeWeightPairs_Choice_Enum.
var ( FlowSizeWeightPairs_Predefined_Enum_name = map[int32]string{ 0: "unspecified", 1: "imix", 2: "ipsec_imix", 3: "ipv6_imix", 4: "standard_imix", 5: "tcp_imix", } FlowSizeWeightPairs_Predefined_Enum_value = map[string]int32{ "unspecified": 0, "imix": 1, "ipsec_imix": 2, "ipv6_imix": 3, "standard_imix": 4, "tcp_imix": 5, } )
Enum value maps for FlowSizeWeightPairs_Predefined_Enum.
var ( FlowRate_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "pps", 2: "bps", 3: "kbps", 4: "mbps", 5: "gbps", 6: "percentage", } FlowRate_Choice_Enum_value = map[string]int32{ "unspecified": 0, "pps": 1, "bps": 2, "kbps": 3, "mbps": 4, "gbps": 5, "percentage": 6, } )
Enum value maps for FlowRate_Choice_Enum.
var ( FlowDuration_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "fixed_packets", 2: "fixed_seconds", 3: "burst", 4: "continuous", } FlowDuration_Choice_Enum_value = map[string]int32{ "unspecified": 0, "fixed_packets": 1, "fixed_seconds": 2, "burst": 3, "continuous": 4, } )
Enum value maps for FlowDuration_Choice_Enum.
var ( FlowDelay_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "bytes", 2: "nanoseconds", 3: "microseconds", } FlowDelay_Choice_Enum_value = map[string]int32{ "unspecified": 0, "bytes": 1, "nanoseconds": 2, "microseconds": 3, } )
Enum value maps for FlowDelay_Choice_Enum.
var ( FlowDurationInterBurstGap_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "bytes", 2: "nanoseconds", 3: "microseconds", } FlowDurationInterBurstGap_Choice_Enum_value = map[string]int32{ "unspecified": 0, "bytes": 1, "nanoseconds": 2, "microseconds": 3, } )
Enum value maps for FlowDurationInterBurstGap_Choice_Enum.
var ( FlowLatencyMetrics_Mode_Enum_name = map[int32]string{ 0: "unspecified", 1: "store_forward", 2: "cut_through", } FlowLatencyMetrics_Mode_Enum_value = map[string]int32{ "unspecified": 0, "store_forward": 1, "cut_through": 2, } )
Enum value maps for FlowLatencyMetrics_Mode_Enum.
var ( FlowRxTxRatio_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "rx_count", 2: "value", } FlowRxTxRatio_Choice_Enum_value = map[string]int32{ "unspecified": 0, "rx_count": 1, "value": 2, } )
Enum value maps for FlowRxTxRatio_Choice_Enum.
var ( EventRequest_Type_Enum_name = map[int32]string{ 0: "unspecified", 1: "link_down", 2: "link_up", 3: "route_withdraw", 4: "route_advertise", 5: "flow_rx_rate_above_threshold", 6: "flow_rx_rate_below_threshold", } EventRequest_Type_Enum_value = map[string]int32{ "unspecified": 0, "link_down": 1, "link_up": 2, "route_withdraw": 3, "route_advertise": 4, "flow_rx_rate_above_threshold": 5, "flow_rx_rate_below_threshold": 6, } )
Enum value maps for EventRequest_Type_Enum.
var ( LldpConnection_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "port_name", } LldpConnection_Choice_Enum_value = map[string]int32{ "unspecified": 0, "port_name": 1, } )
Enum value maps for LldpConnection_Choice_Enum.
var ( LldpChassisId_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "mac_address_subtype", 2: "interface_name_subtype", 3: "local_subtype", } LldpChassisId_Choice_Enum_value = map[string]int32{ "unspecified": 0, "mac_address_subtype": 1, "interface_name_subtype": 2, "local_subtype": 3, } )
Enum value maps for LldpChassisId_Choice_Enum.
var ( LldpPortId_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "mac_address_subtype", 2: "interface_name_subtype", 3: "local_subtype", } LldpPortId_Choice_Enum_value = map[string]int32{ "unspecified": 0, "mac_address_subtype": 1, "interface_name_subtype": 2, "local_subtype": 3, } )
Enum value maps for LldpPortId_Choice_Enum.
var ( LldpChassisMacSubType_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "auto", 2: "value", } LldpChassisMacSubType_Choice_Enum_value = map[string]int32{ "unspecified": 0, "auto": 1, "value": 2, } )
Enum value maps for LldpChassisMacSubType_Choice_Enum.
var ( LldpPortInterfaceNameSubType_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "auto", 2: "value", } LldpPortInterfaceNameSubType_Choice_Enum_value = map[string]int32{ "unspecified": 0, "auto": 1, "value": 2, } )
Enum value maps for LldpPortInterfaceNameSubType_Choice_Enum.
var ( LldpSystemName_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "auto", 2: "value", } LldpSystemName_Choice_Enum_value = map[string]int32{ "unspecified": 0, "auto": 1, "value": 2, } )
Enum value maps for LldpSystemName_Choice_Enum.
var ( LldpOrgInfoType_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "info", } LldpOrgInfoType_Choice_Enum_value = map[string]int32{ "unspecified": 0, "info": 1, } )
Enum value maps for LldpOrgInfoType_Choice_Enum.
var ( Error_Kind_Enum_name = map[int32]string{ 0: "unspecified", 1: "validation", 2: "internal", } Error_Kind_Enum_value = map[string]int32{ "unspecified": 0, "validation": 1, "internal": 2, } )
Enum value maps for Error_Kind_Enum.
var ( ConfigUpdate_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "flows", } ConfigUpdate_Choice_Enum_value = map[string]int32{ "unspecified": 0, "flows": 1, } )
Enum value maps for ConfigUpdate_Choice_Enum.
var ( FlowsUpdate_PropertyNames_Enum_name = map[int32]string{ 0: "unspecified", 1: "rate", 2: "size", } FlowsUpdate_PropertyNames_Enum_value = map[string]int32{ "unspecified": 0, "rate": 1, "size": 2, } )
Enum value maps for FlowsUpdate_PropertyNames_Enum.
var ( ControlState_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "port", 2: "protocol", 3: "traffic", } ControlState_Choice_Enum_value = map[string]int32{ "unspecified": 0, "port": 1, "protocol": 2, "traffic": 3, } )
Enum value maps for ControlState_Choice_Enum.
var ( StatePort_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "link", 2: "capture", } StatePort_Choice_Enum_value = map[string]int32{ "unspecified": 0, "link": 1, "capture": 2, } )
Enum value maps for StatePort_Choice_Enum.
var ( StateTraffic_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "flow_transmit", } StateTraffic_Choice_Enum_value = map[string]int32{ "unspecified": 0, "flow_transmit": 1, } )
Enum value maps for StateTraffic_Choice_Enum.
var ( StateProtocol_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "all", 2: "route", 3: "lacp", 4: "bgp", 5: "isis", 6: "ospfv2", } StateProtocol_Choice_Enum_value = map[string]int32{ "unspecified": 0, "all": 1, "route": 2, "lacp": 3, "bgp": 4, "isis": 5, "ospfv2": 6, } )
Enum value maps for StateProtocol_Choice_Enum.
var ( StatePortLink_State_Enum_name = map[int32]string{ 0: "unspecified", 1: "up", 2: "down", } StatePortLink_State_Enum_value = map[string]int32{ "unspecified": 0, "up": 1, "down": 2, } )
Enum value maps for StatePortLink_State_Enum.
var ( StatePortCapture_State_Enum_name = map[int32]string{ 0: "unspecified", 1: "start", 2: "stop", } StatePortCapture_State_Enum_value = map[string]int32{ "unspecified": 0, "start": 1, "stop": 2, } )
Enum value maps for StatePortCapture_State_Enum.
var ( StateTrafficFlowTransmit_State_Enum_name = map[int32]string{ 0: "unspecified", 1: "start", 2: "stop", 3: "pause", 4: "resume", } StateTrafficFlowTransmit_State_Enum_value = map[string]int32{ "unspecified": 0, "start": 1, "stop": 2, "pause": 3, "resume": 4, } )
Enum value maps for StateTrafficFlowTransmit_State_Enum.
var ( StateProtocolAll_State_Enum_name = map[int32]string{ 0: "unspecified", 1: "start", 2: "stop", } StateProtocolAll_State_Enum_value = map[string]int32{ "unspecified": 0, "start": 1, "stop": 2, } )
Enum value maps for StateProtocolAll_State_Enum.
var ( StateProtocolRoute_State_Enum_name = map[int32]string{ 0: "unspecified", 1: "withdraw", 2: "advertise", } StateProtocolRoute_State_Enum_value = map[string]int32{ "unspecified": 0, "withdraw": 1, "advertise": 2, } )
Enum value maps for StateProtocolRoute_State_Enum.
var ( StateProtocolLacp_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "admin", 2: "member_ports", } StateProtocolLacp_Choice_Enum_value = map[string]int32{ "unspecified": 0, "admin": 1, "member_ports": 2, } )
Enum value maps for StateProtocolLacp_Choice_Enum.
var ( StateProtocolLacpAdmin_State_Enum_name = map[int32]string{ 0: "unspecified", 1: "up", 2: "down", } StateProtocolLacpAdmin_State_Enum_value = map[string]int32{ "unspecified": 0, "up": 1, "down": 2, } )
Enum value maps for StateProtocolLacpAdmin_State_Enum.
var ( StateProtocolLacpMemberPorts_State_Enum_name = map[int32]string{ 0: "unspecified", 1: "up", 2: "down", } StateProtocolLacpMemberPorts_State_Enum_value = map[string]int32{ "unspecified": 0, "up": 1, "down": 2, } )
Enum value maps for StateProtocolLacpMemberPorts_State_Enum.
var ( StateProtocolBgp_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "peers", } StateProtocolBgp_Choice_Enum_value = map[string]int32{ "unspecified": 0, "peers": 1, } )
Enum value maps for StateProtocolBgp_Choice_Enum.
var ( StateProtocolBgpPeers_State_Enum_name = map[int32]string{ 0: "unspecified", 1: "up", 2: "down", } StateProtocolBgpPeers_State_Enum_value = map[string]int32{ "unspecified": 0, "up": 1, "down": 2, } )
Enum value maps for StateProtocolBgpPeers_State_Enum.
var ( StateProtocolIsis_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "routers", } StateProtocolIsis_Choice_Enum_value = map[string]int32{ "unspecified": 0, "routers": 1, } )
Enum value maps for StateProtocolIsis_Choice_Enum.
var ( StateProtocolIsisRouters_State_Enum_name = map[int32]string{ 0: "unspecified", 1: "up", 2: "down", } StateProtocolIsisRouters_State_Enum_value = map[string]int32{ "unspecified": 0, "up": 1, "down": 2, } )
Enum value maps for StateProtocolIsisRouters_State_Enum.
var ( StateProtocolOspfv2_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "routers", } StateProtocolOspfv2_Choice_Enum_value = map[string]int32{ "unspecified": 0, "routers": 1, } )
Enum value maps for StateProtocolOspfv2_Choice_Enum.
var ( StateProtocolOspfv2Routers_State_Enum_name = map[int32]string{ 0: "unspecified", 1: "up", 2: "down", } StateProtocolOspfv2Routers_State_Enum_value = map[string]int32{ "unspecified": 0, "up": 1, "down": 2, } )
Enum value maps for StateProtocolOspfv2Routers_State_Enum.
var ( ControlAction_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "protocol", } ControlAction_Choice_Enum_value = map[string]int32{ "unspecified": 0, "protocol": 1, } )
Enum value maps for ControlAction_Choice_Enum.
var ( ActionResponse_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "protocol", } ActionResponse_Choice_Enum_value = map[string]int32{ "unspecified": 0, "protocol": 1, } )
Enum value maps for ActionResponse_Choice_Enum.
var ( ActionProtocol_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "ipv4", 2: "ipv6", 3: "bgp", } ActionProtocol_Choice_Enum_value = map[string]int32{ "unspecified": 0, "ipv4": 1, "ipv6": 2, "bgp": 3, } )
Enum value maps for ActionProtocol_Choice_Enum.
var ( ActionResponseProtocol_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "ipv4", 2: "ipv6", } ActionResponseProtocol_Choice_Enum_value = map[string]int32{ "unspecified": 0, "ipv4": 1, "ipv6": 2, } )
Enum value maps for ActionResponseProtocol_Choice_Enum.
var ( ActionProtocolIpv4_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "ping", } ActionProtocolIpv4_Choice_Enum_value = map[string]int32{ "unspecified": 0, "ping": 1, } )
Enum value maps for ActionProtocolIpv4_Choice_Enum.
var ( ActionResponseProtocolIpv4_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "ping", } ActionResponseProtocolIpv4_Choice_Enum_value = map[string]int32{ "unspecified": 0, "ping": 1, } )
Enum value maps for ActionResponseProtocolIpv4_Choice_Enum.
var ( ActionResponseProtocolIpv4PingResponse_Result_Enum_name = map[int32]string{ 0: "unspecified", 1: "succeeded", 2: "failed", } ActionResponseProtocolIpv4PingResponse_Result_Enum_value = map[string]int32{ "unspecified": 0, "succeeded": 1, "failed": 2, } )
Enum value maps for ActionResponseProtocolIpv4PingResponse_Result_Enum.
var ( ActionProtocolIpv6_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "ping", } ActionProtocolIpv6_Choice_Enum_value = map[string]int32{ "unspecified": 0, "ping": 1, } )
Enum value maps for ActionProtocolIpv6_Choice_Enum.
var ( ActionResponseProtocolIpv6_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "ping", } ActionResponseProtocolIpv6_Choice_Enum_value = map[string]int32{ "unspecified": 0, "ping": 1, } )
Enum value maps for ActionResponseProtocolIpv6_Choice_Enum.
var ( ActionResponseProtocolIpv6PingResponse_Result_Enum_name = map[int32]string{ 0: "unspecified", 1: "succeeded", 2: "failed", } ActionResponseProtocolIpv6PingResponse_Result_Enum_value = map[string]int32{ "unspecified": 0, "succeeded": 1, "failed": 2, } )
Enum value maps for ActionResponseProtocolIpv6PingResponse_Result_Enum.
var ( ActionProtocolBgp_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "notification", 2: "initiate_graceful_restart", } ActionProtocolBgp_Choice_Enum_value = map[string]int32{ "unspecified": 0, "notification": 1, "initiate_graceful_restart": 2, } )
Enum value maps for ActionProtocolBgp_Choice_Enum.
var ( ActionProtocolBgpNotification_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "cease", 2: "message_header_error", 3: "open_message_error", 4: "update_message_error", 5: "hold_timer_expired", 6: "finite_state_machine_error", 7: "custom", } ActionProtocolBgpNotification_Choice_Enum_value = map[string]int32{ "unspecified": 0, "cease": 1, "message_header_error": 2, "open_message_error": 3, "update_message_error": 4, "hold_timer_expired": 5, "finite_state_machine_error": 6, "custom": 7, } )
Enum value maps for ActionProtocolBgpNotification_Choice_Enum.
var ( ActionProtocolBgpGracefulRestartNotification_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "cease", 2: "message_header_error", 3: "open_message_error", 4: "update_message_error", 5: "hold_timer_expired", 6: "finite_state_machine_error", 7: "custom", } ActionProtocolBgpGracefulRestartNotification_Choice_Enum_value = map[string]int32{ "unspecified": 0, "cease": 1, "message_header_error": 2, "open_message_error": 3, "update_message_error": 4, "hold_timer_expired": 5, "finite_state_machine_error": 6, "custom": 7, } )
Enum value maps for ActionProtocolBgpGracefulRestartNotification_Choice_Enum.
var ( MetricsRequest_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "port", 2: "flow", 3: "bgpv4", 4: "bgpv6", 5: "isis", 6: "lag", 7: "lacp", 8: "lldp", 9: "rsvp", 10: "dhcpv4_client", 11: "dhcpv4_server", 12: "dhcpv6_client", 13: "dhcpv6_server", 14: "ospfv2", 15: "convergence", } MetricsRequest_Choice_Enum_value = map[string]int32{ "unspecified": 0, "port": 1, "flow": 2, "bgpv4": 3, "bgpv6": 4, "isis": 5, "lag": 6, "lacp": 7, "lldp": 8, "rsvp": 9, "dhcpv4_client": 10, "dhcpv4_server": 11, "dhcpv6_client": 12, "dhcpv6_server": 13, "ospfv2": 14, "convergence": 15, } )
Enum value maps for MetricsRequest_Choice_Enum.
var ( MetricsResponse_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "flow_metrics", 2: "port_metrics", 3: "bgpv4_metrics", 4: "bgpv6_metrics", 5: "isis_metrics", 6: "lag_metrics", 7: "lacp_metrics", 8: "lldp_metrics", 9: "rsvp_metrics", 10: "dhcpv4_client", 11: "dhcpv4_server", 12: "dhcpv6_client", 13: "dhcpv6_server", 14: "ospfv2_metrics", 15: "convergence_metrics", } MetricsResponse_Choice_Enum_value = map[string]int32{ "unspecified": 0, "flow_metrics": 1, "port_metrics": 2, "bgpv4_metrics": 3, "bgpv6_metrics": 4, "isis_metrics": 5, "lag_metrics": 6, "lacp_metrics": 7, "lldp_metrics": 8, "rsvp_metrics": 9, "dhcpv4_client": 10, "dhcpv4_server": 11, "dhcpv6_client": 12, "dhcpv6_server": 13, "ospfv2_metrics": 14, "convergence_metrics": 15, } )
Enum value maps for MetricsResponse_Choice_Enum.
var ( PortMetricsRequest_ColumnNames_Enum_name = map[int32]string{ 0: "unspecified", 1: "transmit", 2: "location", 3: "link", 4: "capture", 5: "frames_tx", 6: "frames_rx", 7: "bytes_tx", 8: "bytes_rx", 9: "frames_tx_rate", 10: "frames_rx_rate", 11: "bytes_tx_rate", 12: "bytes_rx_rate", 13: "last_change", } PortMetricsRequest_ColumnNames_Enum_value = map[string]int32{ "unspecified": 0, "transmit": 1, "location": 2, "link": 3, "capture": 4, "frames_tx": 5, "frames_rx": 6, "bytes_tx": 7, "bytes_rx": 8, "frames_tx_rate": 9, "frames_rx_rate": 10, "bytes_tx_rate": 11, "bytes_rx_rate": 12, "last_change": 13, } )
Enum value maps for PortMetricsRequest_ColumnNames_Enum.
var ( PortMetric_Link_Enum_name = map[int32]string{ 0: "unspecified", 1: "up", 2: "down", } PortMetric_Link_Enum_value = map[string]int32{ "unspecified": 0, "up": 1, "down": 2, } )
Enum value maps for PortMetric_Link_Enum.
var ( PortMetric_Capture_Enum_name = map[int32]string{ 0: "unspecified", 1: "started", 2: "stopped", } PortMetric_Capture_Enum_value = map[string]int32{ "unspecified": 0, "started": 1, "stopped": 2, } )
Enum value maps for PortMetric_Capture_Enum.
var ( PortMetric_Transmit_Enum_name = map[int32]string{ 0: "unspecified", 1: "started", 2: "stopped", } PortMetric_Transmit_Enum_value = map[string]int32{ "unspecified": 0, "started": 1, "stopped": 2, } )
Enum value maps for PortMetric_Transmit_Enum.
var ( FlowMetricsRequest_MetricNames_Enum_name = map[int32]string{ 0: "unspecified", 1: "transmit", 2: "frames_tx", 3: "frames_rx", 4: "bytes_tx", 5: "bytes_rx", 6: "frames_tx_rate", 7: "frames_rx_rate", 8: "tx_l1_rate_bps", 9: "rx_l1_rate_bps", 10: "tx_rate_bytes", 11: "rx_rate_bytes", 12: "tx_rate_bps", 13: "rx_rate_bps", 14: "tx_rate_kbps", 15: "rx_rate_kbps", 16: "tx_rate_mbps", 17: "rx_rate_mbps", } FlowMetricsRequest_MetricNames_Enum_value = map[string]int32{ "unspecified": 0, "transmit": 1, "frames_tx": 2, "frames_rx": 3, "bytes_tx": 4, "bytes_rx": 5, "frames_tx_rate": 6, "frames_rx_rate": 7, "tx_l1_rate_bps": 8, "rx_l1_rate_bps": 9, "tx_rate_bytes": 10, "rx_rate_bytes": 11, "tx_rate_bps": 12, "rx_rate_bps": 13, "tx_rate_kbps": 14, "rx_rate_kbps": 15, "tx_rate_mbps": 16, "rx_rate_mbps": 17, } )
Enum value maps for FlowMetricsRequest_MetricNames_Enum.
var ( FlowTaggedMetricsFilter_MetricNames_Enum_name = map[int32]string{ 0: "unspecified", 1: "frames_tx", 2: "frames_rx", 3: "bytes_tx", 4: "bytes_rx", 5: "frames_tx_rate", 6: "frames_rx_rate", 7: "tx_l1_rate_bps", 8: "rx_l1_rate_bps", 9: "tx_rate_bytes", 10: "rx_rate_bytes", 11: "tx_rate_bps", 12: "rx_rate_bps", 13: "tx_rate_kbps", 14: "rx_rate_kbps", 15: "tx_rate_mbps", 16: "rx_rate_mbps", } FlowTaggedMetricsFilter_MetricNames_Enum_value = map[string]int32{ "unspecified": 0, "frames_tx": 1, "frames_rx": 2, "bytes_tx": 3, "bytes_rx": 4, "frames_tx_rate": 5, "frames_rx_rate": 6, "tx_l1_rate_bps": 7, "rx_l1_rate_bps": 8, "tx_rate_bytes": 9, "rx_rate_bytes": 10, "tx_rate_bps": 11, "rx_rate_bps": 12, "tx_rate_kbps": 13, "rx_rate_kbps": 14, "tx_rate_mbps": 15, "rx_rate_mbps": 16, } )
Enum value maps for FlowTaggedMetricsFilter_MetricNames_Enum.
var ( FlowMetric_Transmit_Enum_name = map[int32]string{ 0: "unspecified", 1: "started", 2: "stopped", 3: "paused", } FlowMetric_Transmit_Enum_value = map[string]int32{ "unspecified": 0, "started": 1, "stopped": 2, "paused": 3, } )
Enum value maps for FlowMetric_Transmit_Enum.
var ( FlowMetricTagValue_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "hex", 2: "str", } FlowMetricTagValue_Choice_Enum_value = map[string]int32{ "unspecified": 0, "hex": 1, "str": 2, } )
Enum value maps for FlowMetricTagValue_Choice_Enum.
var ( Bgpv4MetricsRequest_ColumnNames_Enum_name = map[int32]string{ 0: "unspecified", 1: "session_state", 2: "session_flap_count", 3: "routes_advertised", 4: "routes_received", 5: "route_withdraws_sent", 6: "route_withdraws_received", 7: "updates_sent", 8: "updates_received", 9: "opens_sent", 10: "opens_received", 11: "keepalives_sent", 12: "keepalives_received", 13: "notifications_sent", 14: "notifications_received", 15: "fsm_state", 16: "end_of_rib_received", } Bgpv4MetricsRequest_ColumnNames_Enum_value = map[string]int32{ "unspecified": 0, "session_state": 1, "session_flap_count": 2, "routes_advertised": 3, "routes_received": 4, "route_withdraws_sent": 5, "route_withdraws_received": 6, "updates_sent": 7, "updates_received": 8, "opens_sent": 9, "opens_received": 10, "keepalives_sent": 11, "keepalives_received": 12, "notifications_sent": 13, "notifications_received": 14, "fsm_state": 15, "end_of_rib_received": 16, } )
Enum value maps for Bgpv4MetricsRequest_ColumnNames_Enum.
var ( Bgpv4Metric_SessionState_Enum_name = map[int32]string{ 0: "unspecified", 1: "up", 2: "down", } Bgpv4Metric_SessionState_Enum_value = map[string]int32{ "unspecified": 0, "up": 1, "down": 2, } )
Enum value maps for Bgpv4Metric_SessionState_Enum.
var ( Bgpv4Metric_FsmState_Enum_name = map[int32]string{ 0: "unspecified", 1: "idle", 2: "connect", 3: "active", 4: "opensent", 5: "openconfirm", 6: "established", } Bgpv4Metric_FsmState_Enum_value = map[string]int32{ "unspecified": 0, "idle": 1, "connect": 2, "active": 3, "opensent": 4, "openconfirm": 5, "established": 6, } )
Enum value maps for Bgpv4Metric_FsmState_Enum.
var ( Bgpv6MetricsRequest_ColumnNames_Enum_name = map[int32]string{ 0: "unspecified", 1: "session_state", 2: "session_flap_count", 3: "routes_advertised", 4: "routes_received", 5: "route_withdraws_sent", 6: "route_withdraws_received", 7: "updates_sent", 8: "updates_received", 9: "opens_sent", 10: "opens_received", 11: "keepalives_sent", 12: "keepalives_received", 13: "notifications_sent", 14: "notifications_received", 15: "fsm_state", 16: "end_of_rib_received", } Bgpv6MetricsRequest_ColumnNames_Enum_value = map[string]int32{ "unspecified": 0, "session_state": 1, "session_flap_count": 2, "routes_advertised": 3, "routes_received": 4, "route_withdraws_sent": 5, "route_withdraws_received": 6, "updates_sent": 7, "updates_received": 8, "opens_sent": 9, "opens_received": 10, "keepalives_sent": 11, "keepalives_received": 12, "notifications_sent": 13, "notifications_received": 14, "fsm_state": 15, "end_of_rib_received": 16, } )
Enum value maps for Bgpv6MetricsRequest_ColumnNames_Enum.
var ( Bgpv6Metric_SessionState_Enum_name = map[int32]string{ 0: "unspecified", 1: "up", 2: "down", } Bgpv6Metric_SessionState_Enum_value = map[string]int32{ "unspecified": 0, "up": 1, "down": 2, } )
Enum value maps for Bgpv6Metric_SessionState_Enum.
var ( Bgpv6Metric_FsmState_Enum_name = map[int32]string{ 0: "unspecified", 1: "idle", 2: "connect", 3: "active", 4: "opensent", 5: "openconfirm", 6: "established", } Bgpv6Metric_FsmState_Enum_value = map[string]int32{ "unspecified": 0, "idle": 1, "connect": 2, "active": 3, "opensent": 4, "openconfirm": 5, "established": 6, } )
Enum value maps for Bgpv6Metric_FsmState_Enum.
var ( IsisMetricsRequest_ColumnNames_Enum_name = map[int32]string{ 0: "unspecified", 1: "l1_sessions_up", 2: "l1_session_flap", 3: "l1_database_size", 4: "l1_broadcast_hellos_sent", 5: "l1_broadcast_hellos_received", 6: "l1_point_to_point_hellos_sent", 7: "l1_point_to_point_hellos_received", 8: "l1_psnp_sent", 9: "l1_psnp_received", 10: "l1_csnp_sent", 11: "l1_csnp_received", 12: "l1_lsp_sent", 13: "l1_lsp_received", 14: "l2_sessions_up", 15: "l2_session_flap", 16: "l2_database_size", 17: "l2_broadcast_hellos_sent", 18: "l2_broadcast_hellos_received", 19: "l2_point_to_point_hellos_sent", 20: "l2_point_to_point_hellos_received", 21: "l2_psnp_sent", 22: "l2_psnp_received", 23: "l2_csnp_sent", 24: "l2_csnp_received", 25: "l2_lsp_sent", 26: "l2_lsp_received", } IsisMetricsRequest_ColumnNames_Enum_value = map[string]int32{ "unspecified": 0, "l1_sessions_up": 1, "l1_session_flap": 2, "l1_database_size": 3, "l1_broadcast_hellos_sent": 4, "l1_broadcast_hellos_received": 5, "l1_point_to_point_hellos_sent": 6, "l1_point_to_point_hellos_received": 7, "l1_psnp_sent": 8, "l1_psnp_received": 9, "l1_csnp_sent": 10, "l1_csnp_received": 11, "l1_lsp_sent": 12, "l1_lsp_received": 13, "l2_sessions_up": 14, "l2_session_flap": 15, "l2_database_size": 16, "l2_broadcast_hellos_sent": 17, "l2_broadcast_hellos_received": 18, "l2_point_to_point_hellos_sent": 19, "l2_point_to_point_hellos_received": 20, "l2_psnp_sent": 21, "l2_psnp_received": 22, "l2_csnp_sent": 23, "l2_csnp_received": 24, "l2_lsp_sent": 25, "l2_lsp_received": 26, } )
Enum value maps for IsisMetricsRequest_ColumnNames_Enum.
var ( LagMetricsRequest_ColumnNames_Enum_name = map[int32]string{ 0: "unspecified", 1: "oper_status", 2: "member_ports_up", 3: "frames_tx", 4: "frames_rx", 5: "bytes_tx", 6: "bytes_rx", 7: "frames_tx_rate", 8: "frames_rx_rate", 9: "bytes_tx_rate", 10: "bytes_rx_rate", } LagMetricsRequest_ColumnNames_Enum_value = map[string]int32{ "unspecified": 0, "oper_status": 1, "member_ports_up": 2, "frames_tx": 3, "frames_rx": 4, "bytes_tx": 5, "bytes_rx": 6, "frames_tx_rate": 7, "frames_rx_rate": 8, "bytes_tx_rate": 9, "bytes_rx_rate": 10, } )
Enum value maps for LagMetricsRequest_ColumnNames_Enum.
var ( LagMetric_OperStatus_Enum_name = map[int32]string{ 0: "unspecified", 1: "up", 2: "down", } LagMetric_OperStatus_Enum_value = map[string]int32{ "unspecified": 0, "up": 1, "down": 2, } )
Enum value maps for LagMetric_OperStatus_Enum.
var ( LacpMetricsRequest_ColumnNames_Enum_name = map[int32]string{ 0: "unspecified", 1: "lacp_packets_rx", 2: "lacp_packets_tx", 3: "lacp_rx_errors", 4: "activity", 5: "timeout", 6: "synchronization", 7: "aggregatable", 8: "collecting", 9: "distributing", 10: "system_id", 11: "oper_key", 12: "partner_id", 13: "partner_key", 14: "port_num", 15: "partner_port_num", } LacpMetricsRequest_ColumnNames_Enum_value = map[string]int32{ "unspecified": 0, "lacp_packets_rx": 1, "lacp_packets_tx": 2, "lacp_rx_errors": 3, "activity": 4, "timeout": 5, "synchronization": 6, "aggregatable": 7, "collecting": 8, "distributing": 9, "system_id": 10, "oper_key": 11, "partner_id": 12, "partner_key": 13, "port_num": 14, "partner_port_num": 15, } )
Enum value maps for LacpMetricsRequest_ColumnNames_Enum.
var ( LacpMetric_Activity_Enum_name = map[int32]string{ 0: "unspecified", 1: "active", 2: "passive", } LacpMetric_Activity_Enum_value = map[string]int32{ "unspecified": 0, "active": 1, "passive": 2, } )
Enum value maps for LacpMetric_Activity_Enum.
var ( LacpMetric_Timeout_Enum_name = map[int32]string{ 0: "unspecified", 1: "short", 2: "long", } LacpMetric_Timeout_Enum_value = map[string]int32{ "unspecified": 0, "short": 1, "long": 2, } )
Enum value maps for LacpMetric_Timeout_Enum.
var ( LacpMetric_Synchronization_Enum_name = map[int32]string{ 0: "unspecified", 1: "in_sync", 2: "out_sync", } LacpMetric_Synchronization_Enum_value = map[string]int32{ "unspecified": 0, "in_sync": 1, "out_sync": 2, } )
Enum value maps for LacpMetric_Synchronization_Enum.
var ( LldpMetricsRequest_ColumnNames_Enum_name = map[int32]string{ 0: "unspecified", 1: "frames_rx", 2: "frames_tx", 3: "frames_error_rx", 4: "frames_discard", 5: "tlvs_discard", 6: "tlvs_unknown", } LldpMetricsRequest_ColumnNames_Enum_value = map[string]int32{ "unspecified": 0, "frames_rx": 1, "frames_tx": 2, "frames_error_rx": 3, "frames_discard": 4, "tlvs_discard": 5, "tlvs_unknown": 6, } )
Enum value maps for LldpMetricsRequest_ColumnNames_Enum.
var ( RsvpMetricsRequest_ColumnNames_Enum_name = map[int32]string{ 0: "unspecified", 1: "ingress_p2p_lsps_configured", 2: "ingress_p2p_lsps_up", 3: "egress_p2p_lsps_up", 4: "lsp_flap_count", 5: "paths_tx", 6: "paths_rx", 7: "resvs_tx", 8: "resvs_rx", 9: "path_tears_tx", 10: "path_tears_rx", 11: "resv_tears_tx", 12: "resv_tears_rx", 13: "path_errors_tx", 14: "path_errors_rx", 15: "resv_errors_tx", 16: "resv_errors_rx", 17: "resv_conf_tx", 18: "resv_conf_rx", 19: "hellos_tx", 20: "hellos_rx", 21: "acks_tx", 22: "acks_rx", 23: "nacks_tx", 24: "nacks_rx", 25: "srefresh_tx", 26: "srefresh_rx", 27: "bundle_tx", 28: "bundle_rx", 29: "path_reevaluation_request_tx", 30: "path_reoptimizations", } RsvpMetricsRequest_ColumnNames_Enum_value = map[string]int32{ "unspecified": 0, "ingress_p2p_lsps_configured": 1, "ingress_p2p_lsps_up": 2, "egress_p2p_lsps_up": 3, "lsp_flap_count": 4, "paths_tx": 5, "paths_rx": 6, "resvs_tx": 7, "resvs_rx": 8, "path_tears_tx": 9, "path_tears_rx": 10, "resv_tears_tx": 11, "resv_tears_rx": 12, "path_errors_tx": 13, "path_errors_rx": 14, "resv_errors_tx": 15, "resv_errors_rx": 16, "resv_conf_tx": 17, "resv_conf_rx": 18, "hellos_tx": 19, "hellos_rx": 20, "acks_tx": 21, "acks_rx": 22, "nacks_tx": 23, "nacks_rx": 24, "srefresh_tx": 25, "srefresh_rx": 26, "bundle_tx": 27, "bundle_rx": 28, "path_reevaluation_request_tx": 29, "path_reoptimizations": 30, } )
Enum value maps for RsvpMetricsRequest_ColumnNames_Enum.
var ( Dhcpv4ClientMetricsRequest_ColumnNames_Enum_name = map[int32]string{ 0: "unspecified", 1: "discovers_sent", 2: "offers_received", 3: "requests_sent", 4: "acks_received", 5: "nacks_received", 6: "releases_sent", 7: "declines_sent", } Dhcpv4ClientMetricsRequest_ColumnNames_Enum_value = map[string]int32{ "unspecified": 0, "discovers_sent": 1, "offers_received": 2, "requests_sent": 3, "acks_received": 4, "nacks_received": 5, "releases_sent": 6, "declines_sent": 7, } )
Enum value maps for Dhcpv4ClientMetricsRequest_ColumnNames_Enum.
var ( Dhcpv4ServerMetricsRequest_ColumnNames_Enum_name = map[int32]string{ 0: "unspecified", 1: "discovers_received", 2: "offers_sent", 3: "requests_received", 4: "acks_sent", 5: "nacks_sent", 6: "releases_received", 7: "declines_received", } Dhcpv4ServerMetricsRequest_ColumnNames_Enum_value = map[string]int32{ "unspecified": 0, "discovers_received": 1, "offers_sent": 2, "requests_received": 3, "acks_sent": 4, "nacks_sent": 5, "releases_received": 6, "declines_received": 7, } )
Enum value maps for Dhcpv4ServerMetricsRequest_ColumnNames_Enum.
var ( Dhcpv6ClientMetricsRequest_ColumnNames_Enum_name = map[int32]string{ 0: "unspecified", 1: "solicits_sent", 2: "advertisements_received", 3: "advertisements_ignored", 4: "requests_sent", 5: "nacks_received", 6: "replies_received", 7: "information_requests_sent", 8: "renews_sent", 9: "rebinds_sent", 10: "releases_sent", 11: "reconfigures_received", 12: "rapid_commit_solicits_sent", 13: "rapid_commit_replies_received", } Dhcpv6ClientMetricsRequest_ColumnNames_Enum_value = map[string]int32{ "unspecified": 0, "solicits_sent": 1, "advertisements_received": 2, "advertisements_ignored": 3, "requests_sent": 4, "nacks_received": 5, "replies_received": 6, "information_requests_sent": 7, "renews_sent": 8, "rebinds_sent": 9, "releases_sent": 10, "reconfigures_received": 11, "rapid_commit_solicits_sent": 12, "rapid_commit_replies_received": 13, } )
Enum value maps for Dhcpv6ClientMetricsRequest_ColumnNames_Enum.
var ( Dhcpv6ServerMetricsRequest_ColumnNames_Enum_name = map[int32]string{ 0: "unspecified", 1: "solicits_received", 2: "solicits_ignored", 3: "advertisements_sent", 4: "requests_received", 5: "nacks_sent", 6: "confirms_received", 7: "renewals_received", 8: "rebinds_received", 9: "replies_sent", 10: "releases_received", 11: "declines_received", 12: "information_requests_received", 13: "relay_forwards_received", 14: "relay_replies_sent", 15: "reconfigures_sent", } Dhcpv6ServerMetricsRequest_ColumnNames_Enum_value = map[string]int32{ "unspecified": 0, "solicits_received": 1, "solicits_ignored": 2, "advertisements_sent": 3, "requests_received": 4, "nacks_sent": 5, "confirms_received": 6, "renewals_received": 7, "rebinds_received": 8, "replies_sent": 9, "releases_received": 10, "declines_received": 11, "information_requests_received": 12, "relay_forwards_received": 13, "relay_replies_sent": 14, "reconfigures_sent": 15, } )
Enum value maps for Dhcpv6ServerMetricsRequest_ColumnNames_Enum.
var ( Ospfv2MetricsRequest_ColumnNames_Enum_name = map[int32]string{ 0: "unspecified", 1: "full_state_count", 2: "down_state_count", 3: "sessions_flap", 4: "hellos_sent", 5: "hellos_received", 6: "dbd_sent", 7: "dbd_received", 8: "ls_request_sent", 9: "ls_request_received", 10: "ls_update_sent", 11: "ls_update_received", 12: "ls_ack_sent", 13: "ls_ack_received", 14: "lsa_sent", 15: "lsa_received", 16: "lsa_ack_sent", 17: "lsa_ack_received", 18: "router_lsa_sent", 19: "router_lsa_received", 20: "network_lsa_sent", 21: "network_lsa_received", 22: "summary_lsa_sent", 23: "summary_lsa_received", 24: "external_lsa_sent", 25: "external_lsa_received", 26: "nssa_lsa_sent", 27: "nssa_lsa_received", 28: "opaque_local_sent", 29: "opaque_local_received", 30: "opaque_area_sent", 31: "opaque_area_received", 32: "opaque_domain_sent", 33: "opaque_domain_received", } Ospfv2MetricsRequest_ColumnNames_Enum_value = map[string]int32{ "unspecified": 0, "full_state_count": 1, "down_state_count": 2, "sessions_flap": 3, "hellos_sent": 4, "hellos_received": 5, "dbd_sent": 6, "dbd_received": 7, "ls_request_sent": 8, "ls_request_received": 9, "ls_update_sent": 10, "ls_update_received": 11, "ls_ack_sent": 12, "ls_ack_received": 13, "lsa_sent": 14, "lsa_received": 15, "lsa_ack_sent": 16, "lsa_ack_received": 17, "router_lsa_sent": 18, "router_lsa_received": 19, "network_lsa_sent": 20, "network_lsa_received": 21, "summary_lsa_sent": 22, "summary_lsa_received": 23, "external_lsa_sent": 24, "external_lsa_received": 25, "nssa_lsa_sent": 26, "nssa_lsa_received": 27, "opaque_local_sent": 28, "opaque_local_received": 29, "opaque_area_sent": 30, "opaque_area_received": 31, "opaque_domain_sent": 32, "opaque_domain_received": 33, } )
Enum value maps for Ospfv2MetricsRequest_ColumnNames_Enum.
var ( ConvergenceEvent_Type_Enum_name = map[int32]string{ 0: "unspecified", 1: "link_down", 2: "link_up", 3: "route_withdraw", 4: "route_advertise", 5: "flow_rx_rate_above_threshold", 6: "flow_rx_rate_below_threshold", } ConvergenceEvent_Type_Enum_value = map[string]int32{ "unspecified": 0, "link_down": 1, "link_up": 2, "route_withdraw": 3, "route_advertise": 4, "flow_rx_rate_above_threshold": 5, "flow_rx_rate_below_threshold": 6, } )
Enum value maps for ConvergenceEvent_Type_Enum.
var ( StatesRequest_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "ipv4_neighbors", 2: "ipv6_neighbors", 3: "bgp_prefixes", 4: "isis_lsps", 5: "lldp_neighbors", 6: "rsvp_lsps", 7: "dhcpv4_interfaces", 8: "dhcpv4_leases", 9: "dhcpv6_interfaces", 10: "dhcpv6_leases", 11: "ospfv2_lsas", } StatesRequest_Choice_Enum_value = map[string]int32{ "unspecified": 0, "ipv4_neighbors": 1, "ipv6_neighbors": 2, "bgp_prefixes": 3, "isis_lsps": 4, "lldp_neighbors": 5, "rsvp_lsps": 6, "dhcpv4_interfaces": 7, "dhcpv4_leases": 8, "dhcpv6_interfaces": 9, "dhcpv6_leases": 10, "ospfv2_lsas": 11, } )
Enum value maps for StatesRequest_Choice_Enum.
var ( StatesResponse_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "ipv4_neighbors", 2: "ipv6_neighbors", 3: "bgp_prefixes", 4: "isis_lsps", 5: "lldp_neighbors", 6: "rsvp_lsps", 7: "dhcpv4_interfaces", 8: "dhcpv4_leases", 9: "dhcpv6_interfaces", 10: "dhcpv6_leases", 11: "ospfv2_lsas", } StatesResponse_Choice_Enum_value = map[string]int32{ "unspecified": 0, "ipv4_neighbors": 1, "ipv6_neighbors": 2, "bgp_prefixes": 3, "isis_lsps": 4, "lldp_neighbors": 5, "rsvp_lsps": 6, "dhcpv4_interfaces": 7, "dhcpv4_leases": 8, "dhcpv6_interfaces": 9, "dhcpv6_leases": 10, "ospfv2_lsas": 11, } )
Enum value maps for StatesResponse_Choice_Enum.
var ( BgpPrefixStateRequest_PrefixFilters_Enum_name = map[int32]string{ 0: "unspecified", 1: "ipv4_unicast", 2: "ipv6_unicast", } BgpPrefixStateRequest_PrefixFilters_Enum_value = map[string]int32{ "unspecified": 0, "ipv4_unicast": 1, "ipv6_unicast": 2, } )
Enum value maps for BgpPrefixStateRequest_PrefixFilters_Enum.
var ( BgpPrefixIpv4UnicastFilter_Origin_Enum_name = map[int32]string{ 0: "unspecified", 1: "igp", 2: "egp", 3: "incomplete", } BgpPrefixIpv4UnicastFilter_Origin_Enum_value = map[string]int32{ "unspecified": 0, "igp": 1, "egp": 2, "incomplete": 3, } )
Enum value maps for BgpPrefixIpv4UnicastFilter_Origin_Enum.
var ( BgpPrefixIpv6UnicastFilter_Origin_Enum_name = map[int32]string{ 0: "unspecified", 1: "igp", 2: "egp", 3: "incomplete", } BgpPrefixIpv6UnicastFilter_Origin_Enum_value = map[string]int32{ "unspecified": 0, "igp": 1, "egp": 2, "incomplete": 3, } )
Enum value maps for BgpPrefixIpv6UnicastFilter_Origin_Enum.
var ( BgpPrefixIpv4UnicastState_Origin_Enum_name = map[int32]string{ 0: "unspecified", 1: "igp", 2: "egp", 3: "incomplete", } BgpPrefixIpv4UnicastState_Origin_Enum_value = map[string]int32{ "unspecified": 0, "igp": 1, "egp": 2, "incomplete": 3, } )
Enum value maps for BgpPrefixIpv4UnicastState_Origin_Enum.
var ( BgpPrefixIpv6UnicastState_Origin_Enum_name = map[int32]string{ 0: "unspecified", 1: "igp", 2: "egp", 3: "incomplete", } BgpPrefixIpv6UnicastState_Origin_Enum_value = map[string]int32{ "unspecified": 0, "igp": 1, "egp": 2, "incomplete": 3, } )
Enum value maps for BgpPrefixIpv6UnicastState_Origin_Enum.
var ( ResultExtendedCommunityStructured_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "transitive_2octet_as_type", 2: "transitive_ipv4_address_type", 3: "transitive_4octet_as_type", 4: "transitive_opaque_type", 5: "non_transitive_2octet_as_type", } ResultExtendedCommunityStructured_Choice_Enum_value = map[string]int32{ "unspecified": 0, "transitive_2octet_as_type": 1, "transitive_ipv4_address_type": 2, "transitive_4octet_as_type": 3, "transitive_opaque_type": 4, "non_transitive_2octet_as_type": 5, } )
Enum value maps for ResultExtendedCommunityStructured_Choice_Enum.
var ( ResultExtendedCommunityTransitive2OctetAsType_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "route_target_subtype", 2: "route_origin_subtype", } ResultExtendedCommunityTransitive2OctetAsType_Choice_Enum_value = map[string]int32{ "unspecified": 0, "route_target_subtype": 1, "route_origin_subtype": 2, } )
Enum value maps for ResultExtendedCommunityTransitive2OctetAsType_Choice_Enum.
var ( ResultExtendedCommunityTransitiveIpv4AddressType_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "route_target_subtype", 2: "route_origin_subtype", } ResultExtendedCommunityTransitiveIpv4AddressType_Choice_Enum_value = map[string]int32{ "unspecified": 0, "route_target_subtype": 1, "route_origin_subtype": 2, } )
Enum value maps for ResultExtendedCommunityTransitiveIpv4AddressType_Choice_Enum.
var ( ResultExtendedCommunityTransitive4OctetAsType_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "route_target_subtype", 2: "route_origin_subtype", } ResultExtendedCommunityTransitive4OctetAsType_Choice_Enum_value = map[string]int32{ "unspecified": 0, "route_target_subtype": 1, "route_origin_subtype": 2, } )
Enum value maps for ResultExtendedCommunityTransitive4OctetAsType_Choice_Enum.
var ( ResultExtendedCommunityTransitiveOpaqueType_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "color_subtype", 2: "encapsulation_subtype", } ResultExtendedCommunityTransitiveOpaqueType_Choice_Enum_value = map[string]int32{ "unspecified": 0, "color_subtype": 1, "encapsulation_subtype": 2, } )
Enum value maps for ResultExtendedCommunityTransitiveOpaqueType_Choice_Enum.
var ( ResultExtendedCommunityNonTransitive2OctetAsType_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "link_bandwidth_subtype", } ResultExtendedCommunityNonTransitive2OctetAsType_Choice_Enum_value = map[string]int32{ "unspecified": 0, "link_bandwidth_subtype": 1, } )
Enum value maps for ResultExtendedCommunityNonTransitive2OctetAsType_Choice_Enum.
var ( ResultBgpCommunity_Type_Enum_name = map[int32]string{ 0: "unspecified", 1: "manual_as_number", 2: "no_export", 3: "no_advertised", 4: "no_export_subconfed", 5: "llgr_stale", 6: "no_llgr", } ResultBgpCommunity_Type_Enum_value = map[string]int32{ "unspecified": 0, "manual_as_number": 1, "no_export": 2, "no_advertised": 3, "no_export_subconfed": 4, "llgr_stale": 5, "no_llgr": 6, } )
Enum value maps for ResultBgpCommunity_Type_Enum.
var ( ResultBgpAsPathSegment_Type_Enum_name = map[int32]string{ 0: "unspecified", 1: "as_seq", 2: "as_set", 3: "as_confed_seq", 4: "as_confed_set", } ResultBgpAsPathSegment_Type_Enum_value = map[string]int32{ "unspecified": 0, "as_seq": 1, "as_set": 2, "as_confed_seq": 3, "as_confed_set": 4, } )
Enum value maps for ResultBgpAsPathSegment_Type_Enum.
var ( IsisLspState_PduType_Enum_name = map[int32]string{ 0: "unspecified", 1: "level_1", 2: "level_2", } IsisLspState_PduType_Enum_value = map[string]int32{ "unspecified": 0, "level_1": 1, "level_2": 2, } )
Enum value maps for IsisLspState_PduType_Enum.
var ( IsisLspV4Prefix_RedistributionType_Enum_name = map[int32]string{ 0: "unspecified", 1: "up", 2: "down", } IsisLspV4Prefix_RedistributionType_Enum_value = map[string]int32{ "unspecified": 0, "up": 1, "down": 2, } )
Enum value maps for IsisLspV4Prefix_RedistributionType_Enum.
var ( IsisLspV4Prefix_OriginType_Enum_name = map[int32]string{ 0: "unspecified", 1: "internal", 2: "external", } IsisLspV4Prefix_OriginType_Enum_value = map[string]int32{ "unspecified": 0, "internal": 1, "external": 2, } )
Enum value maps for IsisLspV4Prefix_OriginType_Enum.
var ( IsisLspExtendedV4Prefix_RedistributionType_Enum_name = map[int32]string{ 0: "unspecified", 1: "up", 2: "down", } IsisLspExtendedV4Prefix_RedistributionType_Enum_value = map[string]int32{ "unspecified": 0, "up": 1, "down": 2, } )
Enum value maps for IsisLspExtendedV4Prefix_RedistributionType_Enum.
var ( IsisLspV6Prefix_RedistributionType_Enum_name = map[int32]string{ 0: "unspecified", 1: "up", 2: "down", } IsisLspV6Prefix_RedistributionType_Enum_value = map[string]int32{ "unspecified": 0, "up": 1, "down": 2, } )
Enum value maps for IsisLspV6Prefix_RedistributionType_Enum.
var ( IsisLspV6Prefix_OriginType_Enum_name = map[int32]string{ 0: "unspecified", 1: "internal", 2: "external", } IsisLspV6Prefix_OriginType_Enum_value = map[string]int32{ "unspecified": 0, "internal": 1, "external": 2, } )
Enum value maps for IsisLspV6Prefix_OriginType_Enum.
var ( LldpNeighborsState_ChassisIdType_Enum_name = map[int32]string{ 0: "unspecified", 1: "port_component", 2: "network_address", 3: "chassis_component", 4: "mac_address", 5: "interface_name", 6: "local", 7: "interface_alias", } LldpNeighborsState_ChassisIdType_Enum_value = map[string]int32{ "unspecified": 0, "port_component": 1, "network_address": 2, "chassis_component": 3, "mac_address": 4, "interface_name": 5, "local": 6, "interface_alias": 7, } )
Enum value maps for LldpNeighborsState_ChassisIdType_Enum.
var ( LldpNeighborsState_PortIdType_Enum_name = map[int32]string{ 0: "unspecified", 1: "port_component", 2: "network_address", 3: "agent_circuit_id", 4: "mac_address", 5: "interface_name", 6: "local", 7: "interface_alias", } LldpNeighborsState_PortIdType_Enum_value = map[string]int32{ "unspecified": 0, "port_component": 1, "network_address": 2, "agent_circuit_id": 3, "mac_address": 4, "interface_name": 5, "local": 6, "interface_alias": 7, } )
Enum value maps for LldpNeighborsState_PortIdType_Enum.
var ( LldpCapabilityState_CapabilityName_Enum_name = map[int32]string{ 0: "unspecified", 1: "mac_bridge", 2: "two_port_mac_relay", 3: "repeater", 4: "docsis_cable_device", 5: "s_vlan", 6: "telephone", 7: "other", 8: "router", 9: "c_vlan", 10: "station_only", 11: "wlan_access_point", } LldpCapabilityState_CapabilityName_Enum_value = map[string]int32{ "unspecified": 0, "mac_bridge": 1, "two_port_mac_relay": 2, "repeater": 3, "docsis_cable_device": 4, "s_vlan": 5, "telephone": 6, "other": 7, "router": 8, "c_vlan": 9, "station_only": 10, "wlan_access_point": 11, } )
Enum value maps for LldpCapabilityState_CapabilityName_Enum.
var ( RsvpLspState_SessionStatus_Enum_name = map[int32]string{ 0: "unspecified", 1: "up", 2: "down", } RsvpLspState_SessionStatus_Enum_value = map[string]int32{ "unspecified": 0, "up": 1, "down": 2, } )
Enum value maps for RsvpLspState_SessionStatus_Enum.
var ( RsvpLspState_LastFlapReason_Enum_name = map[int32]string{ 0: "unspecified", 1: "resv_tear", 2: "path_tear", 3: "path_timeout", } RsvpLspState_LastFlapReason_Enum_value = map[string]int32{ "unspecified": 0, "resv_tear": 1, "path_tear": 2, "path_timeout": 3, } )
Enum value maps for RsvpLspState_LastFlapReason_Enum.
var ( RsvpLspIpv4Ero_Type_Enum_name = map[int32]string{ 0: "unspecified", 1: "ipv4", 2: "ipv6", 3: "asn", 4: "asn4", 5: "label", 6: "unnumbered_interface", } RsvpLspIpv4Ero_Type_Enum_value = map[string]int32{ "unspecified": 0, "ipv4": 1, "ipv6": 2, "asn": 3, "asn4": 4, "label": 5, "unnumbered_interface": 6, } )
Enum value maps for RsvpLspIpv4Ero_Type_Enum.
var ( Ospfv2OpaqueLsa_Type_Enum_name = map[int32]string{ 0: "unspecified", 1: "local", 2: "area", 3: "domain", } Ospfv2OpaqueLsa_Type_Enum_value = map[string]int32{ "unspecified": 0, "local": 1, "area": 2, "domain": 3, } )
Enum value maps for Ospfv2OpaqueLsa_Type_Enum.
var ( Ospfv2Link_Type_Enum_name = map[int32]string{ 0: "unspecified", 1: "point_to_point", 2: "transit", 3: "stub", 4: "virtual", } Ospfv2Link_Type_Enum_value = map[string]int32{ "unspecified": 0, "point_to_point": 1, "transit": 2, "stub": 3, "virtual": 4, } )
Enum value maps for Ospfv2Link_Type_Enum.
var ( PatternFlowEthernetDst_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 1: "auto", 4: "increment", 5: "decrement", } PatternFlowEthernetDst_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "auto": 1, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowEthernetDst_Choice_Enum.
var ( PatternFlowEthernetSrc_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowEthernetSrc_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowEthernetSrc_Choice_Enum.
var ( PatternFlowEthernetEtherType_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 1: "auto", 4: "increment", 5: "decrement", } PatternFlowEthernetEtherType_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "auto": 1, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowEthernetEtherType_Choice_Enum.
var ( PatternFlowEthernetPfcQueue_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowEthernetPfcQueue_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowEthernetPfcQueue_Choice_Enum.
var ( PatternFlowVlanPriority_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowVlanPriority_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowVlanPriority_Choice_Enum.
var ( PatternFlowVlanCfi_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowVlanCfi_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowVlanCfi_Choice_Enum.
var ( PatternFlowVlanId_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowVlanId_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowVlanId_Choice_Enum.
var ( PatternFlowVlanTpid_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowVlanTpid_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowVlanTpid_Choice_Enum.
var ( PatternFlowVxlanFlags_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowVxlanFlags_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowVxlanFlags_Choice_Enum.
var ( PatternFlowVxlanReserved0_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowVxlanReserved0_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowVxlanReserved0_Choice_Enum.
var ( PatternFlowVxlanVni_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 1: "auto", 4: "increment", 5: "decrement", } PatternFlowVxlanVni_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "auto": 1, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowVxlanVni_Choice_Enum.
var ( PatternFlowVxlanReserved1_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowVxlanReserved1_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowVxlanReserved1_Choice_Enum.
var ( PatternFlowIpv4Version_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowIpv4Version_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowIpv4Version_Choice_Enum.
var ( PatternFlowIpv4HeaderLength_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 1: "auto", 4: "increment", 5: "decrement", } PatternFlowIpv4HeaderLength_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "auto": 1, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowIpv4HeaderLength_Choice_Enum.
var ( PatternFlowIpv4TotalLength_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 1: "auto", 4: "increment", 5: "decrement", } PatternFlowIpv4TotalLength_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "auto": 1, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowIpv4TotalLength_Choice_Enum.
var ( PatternFlowIpv4Identification_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowIpv4Identification_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowIpv4Identification_Choice_Enum.
var ( PatternFlowIpv4Reserved_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowIpv4Reserved_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowIpv4Reserved_Choice_Enum.
var ( PatternFlowIpv4DontFragment_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowIpv4DontFragment_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowIpv4DontFragment_Choice_Enum.
var ( PatternFlowIpv4MoreFragments_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowIpv4MoreFragments_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowIpv4MoreFragments_Choice_Enum.
var ( PatternFlowIpv4FragmentOffset_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowIpv4FragmentOffset_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowIpv4FragmentOffset_Choice_Enum.
var ( PatternFlowIpv4TimeToLive_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowIpv4TimeToLive_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowIpv4TimeToLive_Choice_Enum.
var ( PatternFlowIpv4Protocol_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 1: "auto", 4: "increment", 5: "decrement", } PatternFlowIpv4Protocol_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "auto": 1, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowIpv4Protocol_Choice_Enum.
var ( PatternFlowIpv4HeaderChecksum_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "generated", 2: "custom", } PatternFlowIpv4HeaderChecksum_Choice_Enum_value = map[string]int32{ "unspecified": 0, "generated": 1, "custom": 2, } )
Enum value maps for PatternFlowIpv4HeaderChecksum_Choice_Enum.
var ( PatternFlowIpv4HeaderChecksum_Generated_Enum_name = map[int32]string{ 0: "unspecified", 1: "good", 2: "bad", } PatternFlowIpv4HeaderChecksum_Generated_Enum_value = map[string]int32{ "unspecified": 0, "good": 1, "bad": 2, } )
Enum value maps for PatternFlowIpv4HeaderChecksum_Generated_Enum.
var ( PatternFlowIpv4Src_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", 1: "auto", 6: "random", } PatternFlowIpv4Src_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, "auto": 1, "random": 6, } )
Enum value maps for PatternFlowIpv4Src_Choice_Enum.
var ( PatternFlowIpv4Dst_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", 1: "auto", 6: "random", } PatternFlowIpv4Dst_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, "auto": 1, "random": 6, } )
Enum value maps for PatternFlowIpv4Dst_Choice_Enum.
var ( PatternFlowIpv4OptionsCustomTypeCopiedFlag_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowIpv4OptionsCustomTypeCopiedFlag_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowIpv4OptionsCustomTypeCopiedFlag_Choice_Enum.
var ( PatternFlowIpv4OptionsCustomTypeOptionClass_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowIpv4OptionsCustomTypeOptionClass_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowIpv4OptionsCustomTypeOptionClass_Choice_Enum.
var ( PatternFlowIpv4OptionsCustomTypeOptionNumber_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowIpv4OptionsCustomTypeOptionNumber_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowIpv4OptionsCustomTypeOptionNumber_Choice_Enum.
var ( PatternFlowIpv4PriorityRaw_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowIpv4PriorityRaw_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowIpv4PriorityRaw_Choice_Enum.
var ( PatternFlowIpv4DscpPhb_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowIpv4DscpPhb_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowIpv4DscpPhb_Choice_Enum.
var ( PatternFlowIpv4DscpEcn_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowIpv4DscpEcn_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowIpv4DscpEcn_Choice_Enum.
var ( PatternFlowIpv4TosPrecedence_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowIpv4TosPrecedence_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowIpv4TosPrecedence_Choice_Enum.
var ( PatternFlowIpv4TosDelay_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowIpv4TosDelay_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowIpv4TosDelay_Choice_Enum.
var ( PatternFlowIpv4TosThroughput_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowIpv4TosThroughput_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowIpv4TosThroughput_Choice_Enum.
var ( PatternFlowIpv4TosReliability_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowIpv4TosReliability_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowIpv4TosReliability_Choice_Enum.
var ( PatternFlowIpv4TosMonetary_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowIpv4TosMonetary_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowIpv4TosMonetary_Choice_Enum.
var ( PatternFlowIpv4TosUnused_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowIpv4TosUnused_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowIpv4TosUnused_Choice_Enum.
var ( PatternFlowIpv6Version_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowIpv6Version_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowIpv6Version_Choice_Enum.
var ( PatternFlowIpv6TrafficClass_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowIpv6TrafficClass_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowIpv6TrafficClass_Choice_Enum.
var ( PatternFlowIpv6FlowLabel_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", 6: "random", } PatternFlowIpv6FlowLabel_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, "random": 6, } )
Enum value maps for PatternFlowIpv6FlowLabel_Choice_Enum.
var ( PatternFlowIpv6PayloadLength_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 1: "auto", 4: "increment", 5: "decrement", } PatternFlowIpv6PayloadLength_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "auto": 1, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowIpv6PayloadLength_Choice_Enum.
var ( PatternFlowIpv6NextHeader_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 1: "auto", 4: "increment", 5: "decrement", } PatternFlowIpv6NextHeader_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "auto": 1, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowIpv6NextHeader_Choice_Enum.
var ( PatternFlowIpv6HopLimit_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowIpv6HopLimit_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowIpv6HopLimit_Choice_Enum.
var ( PatternFlowIpv6Src_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", 1: "auto", } PatternFlowIpv6Src_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, "auto": 1, } )
Enum value maps for PatternFlowIpv6Src_Choice_Enum.
var ( PatternFlowIpv6Dst_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", 1: "auto", } PatternFlowIpv6Dst_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, "auto": 1, } )
Enum value maps for PatternFlowIpv6Dst_Choice_Enum.
var ( PatternFlowPfcPauseDst_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowPfcPauseDst_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowPfcPauseDst_Choice_Enum.
var ( PatternFlowPfcPauseSrc_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowPfcPauseSrc_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowPfcPauseSrc_Choice_Enum.
var ( PatternFlowPfcPauseEtherType_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowPfcPauseEtherType_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowPfcPauseEtherType_Choice_Enum.
var ( PatternFlowPfcPauseControlOpCode_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowPfcPauseControlOpCode_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowPfcPauseControlOpCode_Choice_Enum.
var ( PatternFlowPfcPauseClassEnableVector_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowPfcPauseClassEnableVector_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowPfcPauseClassEnableVector_Choice_Enum.
var ( PatternFlowPfcPausePauseClass0_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowPfcPausePauseClass0_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowPfcPausePauseClass0_Choice_Enum.
var ( PatternFlowPfcPausePauseClass1_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowPfcPausePauseClass1_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowPfcPausePauseClass1_Choice_Enum.
var ( PatternFlowPfcPausePauseClass2_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowPfcPausePauseClass2_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowPfcPausePauseClass2_Choice_Enum.
var ( PatternFlowPfcPausePauseClass3_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowPfcPausePauseClass3_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowPfcPausePauseClass3_Choice_Enum.
var ( PatternFlowPfcPausePauseClass4_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowPfcPausePauseClass4_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowPfcPausePauseClass4_Choice_Enum.
var ( PatternFlowPfcPausePauseClass5_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowPfcPausePauseClass5_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowPfcPausePauseClass5_Choice_Enum.
var ( PatternFlowPfcPausePauseClass6_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowPfcPausePauseClass6_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowPfcPausePauseClass6_Choice_Enum.
var ( PatternFlowPfcPausePauseClass7_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowPfcPausePauseClass7_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowPfcPausePauseClass7_Choice_Enum.
var ( PatternFlowEthernetPauseDst_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowEthernetPauseDst_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowEthernetPauseDst_Choice_Enum.
var ( PatternFlowEthernetPauseSrc_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowEthernetPauseSrc_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowEthernetPauseSrc_Choice_Enum.
var ( PatternFlowEthernetPauseEtherType_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowEthernetPauseEtherType_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowEthernetPauseEtherType_Choice_Enum.
var ( PatternFlowEthernetPauseControlOpCode_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowEthernetPauseControlOpCode_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowEthernetPauseControlOpCode_Choice_Enum.
var ( PatternFlowEthernetPauseTime_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowEthernetPauseTime_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowEthernetPauseTime_Choice_Enum.
var ( PatternFlowTcpSrcPort_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", 6: "random", } PatternFlowTcpSrcPort_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, "random": 6, } )
Enum value maps for PatternFlowTcpSrcPort_Choice_Enum.
var ( PatternFlowTcpDstPort_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", 6: "random", } PatternFlowTcpDstPort_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, "random": 6, } )
Enum value maps for PatternFlowTcpDstPort_Choice_Enum.
var ( PatternFlowTcpSeqNum_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowTcpSeqNum_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowTcpSeqNum_Choice_Enum.
var ( PatternFlowTcpAckNum_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowTcpAckNum_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowTcpAckNum_Choice_Enum.
var ( PatternFlowTcpDataOffset_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowTcpDataOffset_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowTcpDataOffset_Choice_Enum.
var ( PatternFlowTcpEcnNs_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowTcpEcnNs_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowTcpEcnNs_Choice_Enum.
var ( PatternFlowTcpEcnCwr_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowTcpEcnCwr_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowTcpEcnCwr_Choice_Enum.
var ( PatternFlowTcpEcnEcho_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowTcpEcnEcho_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowTcpEcnEcho_Choice_Enum.
var ( PatternFlowTcpCtlUrg_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowTcpCtlUrg_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowTcpCtlUrg_Choice_Enum.
var ( PatternFlowTcpCtlAck_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowTcpCtlAck_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowTcpCtlAck_Choice_Enum.
var ( PatternFlowTcpCtlPsh_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowTcpCtlPsh_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowTcpCtlPsh_Choice_Enum.
var ( PatternFlowTcpCtlRst_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowTcpCtlRst_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowTcpCtlRst_Choice_Enum.
var ( PatternFlowTcpCtlSyn_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowTcpCtlSyn_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowTcpCtlSyn_Choice_Enum.
var ( PatternFlowTcpCtlFin_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowTcpCtlFin_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowTcpCtlFin_Choice_Enum.
var ( PatternFlowTcpWindow_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowTcpWindow_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowTcpWindow_Choice_Enum.
var ( PatternFlowTcpChecksum_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "generated", 2: "custom", } PatternFlowTcpChecksum_Choice_Enum_value = map[string]int32{ "unspecified": 0, "generated": 1, "custom": 2, } )
Enum value maps for PatternFlowTcpChecksum_Choice_Enum.
var ( PatternFlowTcpChecksum_Generated_Enum_name = map[int32]string{ 0: "unspecified", 1: "good", 2: "bad", } PatternFlowTcpChecksum_Generated_Enum_value = map[string]int32{ "unspecified": 0, "good": 1, "bad": 2, } )
Enum value maps for PatternFlowTcpChecksum_Generated_Enum.
var ( PatternFlowUdpSrcPort_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", 6: "random", } PatternFlowUdpSrcPort_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, "random": 6, } )
Enum value maps for PatternFlowUdpSrcPort_Choice_Enum.
var ( PatternFlowUdpDstPort_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", 6: "random", } PatternFlowUdpDstPort_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, "random": 6, } )
Enum value maps for PatternFlowUdpDstPort_Choice_Enum.
var ( PatternFlowUdpLength_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowUdpLength_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowUdpLength_Choice_Enum.
var ( PatternFlowUdpChecksum_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "generated", 2: "custom", } PatternFlowUdpChecksum_Choice_Enum_value = map[string]int32{ "unspecified": 0, "generated": 1, "custom": 2, } )
Enum value maps for PatternFlowUdpChecksum_Choice_Enum.
var ( PatternFlowUdpChecksum_Generated_Enum_name = map[int32]string{ 0: "unspecified", 1: "good", 2: "bad", } PatternFlowUdpChecksum_Generated_Enum_value = map[string]int32{ "unspecified": 0, "good": 1, "bad": 2, } )
Enum value maps for PatternFlowUdpChecksum_Generated_Enum.
var ( PatternFlowGreChecksumPresent_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowGreChecksumPresent_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowGreChecksumPresent_Choice_Enum.
var ( PatternFlowGreReserved0_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowGreReserved0_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowGreReserved0_Choice_Enum.
var ( PatternFlowGreVersion_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowGreVersion_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowGreVersion_Choice_Enum.
var ( PatternFlowGreProtocol_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", 1: "auto", } PatternFlowGreProtocol_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, "auto": 1, } )
Enum value maps for PatternFlowGreProtocol_Choice_Enum.
var ( PatternFlowGreChecksum_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "generated", 2: "custom", } PatternFlowGreChecksum_Choice_Enum_value = map[string]int32{ "unspecified": 0, "generated": 1, "custom": 2, } )
Enum value maps for PatternFlowGreChecksum_Choice_Enum.
var ( PatternFlowGreChecksum_Generated_Enum_name = map[int32]string{ 0: "unspecified", 1: "good", 2: "bad", } PatternFlowGreChecksum_Generated_Enum_value = map[string]int32{ "unspecified": 0, "good": 1, "bad": 2, } )
Enum value maps for PatternFlowGreChecksum_Generated_Enum.
var ( PatternFlowGreReserved1_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowGreReserved1_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowGreReserved1_Choice_Enum.
var ( PatternFlowGtpv1Version_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowGtpv1Version_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowGtpv1Version_Choice_Enum.
var ( PatternFlowGtpv1ProtocolType_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowGtpv1ProtocolType_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowGtpv1ProtocolType_Choice_Enum.
var ( PatternFlowGtpv1Reserved_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowGtpv1Reserved_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowGtpv1Reserved_Choice_Enum.
var ( PatternFlowGtpv1EFlag_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowGtpv1EFlag_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowGtpv1EFlag_Choice_Enum.
var ( PatternFlowGtpv1SFlag_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowGtpv1SFlag_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowGtpv1SFlag_Choice_Enum.
var ( PatternFlowGtpv1PnFlag_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowGtpv1PnFlag_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowGtpv1PnFlag_Choice_Enum.
var ( PatternFlowGtpv1MessageType_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowGtpv1MessageType_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowGtpv1MessageType_Choice_Enum.
var ( PatternFlowGtpv1MessageLength_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowGtpv1MessageLength_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowGtpv1MessageLength_Choice_Enum.
var ( PatternFlowGtpv1Teid_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowGtpv1Teid_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowGtpv1Teid_Choice_Enum.
var ( PatternFlowGtpv1SquenceNumber_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowGtpv1SquenceNumber_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowGtpv1SquenceNumber_Choice_Enum.
var ( PatternFlowGtpv1NPduNumber_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowGtpv1NPduNumber_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowGtpv1NPduNumber_Choice_Enum.
var ( PatternFlowGtpv1NextExtensionHeaderType_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowGtpv1NextExtensionHeaderType_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowGtpv1NextExtensionHeaderType_Choice_Enum.
var ( PatternFlowGtpExtensionExtensionLength_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowGtpExtensionExtensionLength_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowGtpExtensionExtensionLength_Choice_Enum.
var ( PatternFlowGtpExtensionContents_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowGtpExtensionContents_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowGtpExtensionContents_Choice_Enum.
var ( PatternFlowGtpExtensionNextExtensionHeader_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowGtpExtensionNextExtensionHeader_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowGtpExtensionNextExtensionHeader_Choice_Enum.
var ( PatternFlowGtpv2Version_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowGtpv2Version_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowGtpv2Version_Choice_Enum.
var ( PatternFlowGtpv2PiggybackingFlag_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowGtpv2PiggybackingFlag_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowGtpv2PiggybackingFlag_Choice_Enum.
var ( PatternFlowGtpv2TeidFlag_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowGtpv2TeidFlag_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowGtpv2TeidFlag_Choice_Enum.
var ( PatternFlowGtpv2Spare1_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowGtpv2Spare1_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowGtpv2Spare1_Choice_Enum.
var ( PatternFlowGtpv2MessageType_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowGtpv2MessageType_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowGtpv2MessageType_Choice_Enum.
var ( PatternFlowGtpv2MessageLength_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowGtpv2MessageLength_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowGtpv2MessageLength_Choice_Enum.
var ( PatternFlowGtpv2Teid_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowGtpv2Teid_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowGtpv2Teid_Choice_Enum.
var ( PatternFlowGtpv2SequenceNumber_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowGtpv2SequenceNumber_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowGtpv2SequenceNumber_Choice_Enum.
var ( PatternFlowGtpv2Spare2_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowGtpv2Spare2_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowGtpv2Spare2_Choice_Enum.
var ( PatternFlowArpHardwareType_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowArpHardwareType_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowArpHardwareType_Choice_Enum.
var ( PatternFlowArpProtocolType_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowArpProtocolType_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowArpProtocolType_Choice_Enum.
var ( PatternFlowArpHardwareLength_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowArpHardwareLength_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowArpHardwareLength_Choice_Enum.
var ( PatternFlowArpProtocolLength_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowArpProtocolLength_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowArpProtocolLength_Choice_Enum.
var ( PatternFlowArpOperation_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowArpOperation_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowArpOperation_Choice_Enum.
var ( PatternFlowArpSenderHardwareAddr_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowArpSenderHardwareAddr_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowArpSenderHardwareAddr_Choice_Enum.
var ( PatternFlowArpSenderProtocolAddr_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowArpSenderProtocolAddr_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowArpSenderProtocolAddr_Choice_Enum.
var ( PatternFlowArpTargetHardwareAddr_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowArpTargetHardwareAddr_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowArpTargetHardwareAddr_Choice_Enum.
var ( PatternFlowArpTargetProtocolAddr_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowArpTargetProtocolAddr_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowArpTargetProtocolAddr_Choice_Enum.
var ( PatternFlowIcmpEchoType_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowIcmpEchoType_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowIcmpEchoType_Choice_Enum.
var ( PatternFlowIcmpEchoCode_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowIcmpEchoCode_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowIcmpEchoCode_Choice_Enum.
var ( PatternFlowIcmpEchoChecksum_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "generated", 2: "custom", } PatternFlowIcmpEchoChecksum_Choice_Enum_value = map[string]int32{ "unspecified": 0, "generated": 1, "custom": 2, } )
Enum value maps for PatternFlowIcmpEchoChecksum_Choice_Enum.
var ( PatternFlowIcmpEchoChecksum_Generated_Enum_name = map[int32]string{ 0: "unspecified", 1: "good", 2: "bad", } PatternFlowIcmpEchoChecksum_Generated_Enum_value = map[string]int32{ "unspecified": 0, "good": 1, "bad": 2, } )
Enum value maps for PatternFlowIcmpEchoChecksum_Generated_Enum.
var ( PatternFlowIcmpEchoIdentifier_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowIcmpEchoIdentifier_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowIcmpEchoIdentifier_Choice_Enum.
var ( PatternFlowIcmpEchoSequenceNumber_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowIcmpEchoSequenceNumber_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowIcmpEchoSequenceNumber_Choice_Enum.
var ( PatternFlowIcmpCommonChecksum_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "generated", 2: "custom", } PatternFlowIcmpCommonChecksum_Choice_Enum_value = map[string]int32{ "unspecified": 0, "generated": 1, "custom": 2, } )
Enum value maps for PatternFlowIcmpCommonChecksum_Choice_Enum.
var ( PatternFlowIcmpCommonChecksum_Generated_Enum_name = map[int32]string{ 0: "unspecified", 1: "good", 2: "bad", } PatternFlowIcmpCommonChecksum_Generated_Enum_value = map[string]int32{ "unspecified": 0, "good": 1, "bad": 2, } )
Enum value maps for PatternFlowIcmpCommonChecksum_Generated_Enum.
var ( PatternFlowIcmpNextFieldsIdentifier_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowIcmpNextFieldsIdentifier_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowIcmpNextFieldsIdentifier_Choice_Enum.
var ( PatternFlowIcmpNextFieldsSequenceNumber_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowIcmpNextFieldsSequenceNumber_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowIcmpNextFieldsSequenceNumber_Choice_Enum.
var ( PatternFlowIcmpv6EchoType_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowIcmpv6EchoType_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowIcmpv6EchoType_Choice_Enum.
var ( PatternFlowIcmpv6EchoCode_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowIcmpv6EchoCode_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowIcmpv6EchoCode_Choice_Enum.
var ( PatternFlowIcmpv6EchoIdentifier_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowIcmpv6EchoIdentifier_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowIcmpv6EchoIdentifier_Choice_Enum.
var ( PatternFlowIcmpv6EchoSequenceNumber_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowIcmpv6EchoSequenceNumber_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowIcmpv6EchoSequenceNumber_Choice_Enum.
var ( PatternFlowIcmpv6EchoChecksum_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "generated", 2: "custom", } PatternFlowIcmpv6EchoChecksum_Choice_Enum_value = map[string]int32{ "unspecified": 0, "generated": 1, "custom": 2, } )
Enum value maps for PatternFlowIcmpv6EchoChecksum_Choice_Enum.
var ( PatternFlowIcmpv6EchoChecksum_Generated_Enum_name = map[int32]string{ 0: "unspecified", 1: "good", 2: "bad", } PatternFlowIcmpv6EchoChecksum_Generated_Enum_value = map[string]int32{ "unspecified": 0, "good": 1, "bad": 2, } )
Enum value maps for PatternFlowIcmpv6EchoChecksum_Generated_Enum.
var ( PatternFlowIcmpv6CommonChecksum_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "generated", 2: "custom", } PatternFlowIcmpv6CommonChecksum_Choice_Enum_value = map[string]int32{ "unspecified": 0, "generated": 1, "custom": 2, } )
Enum value maps for PatternFlowIcmpv6CommonChecksum_Choice_Enum.
var ( PatternFlowIcmpv6CommonChecksum_Generated_Enum_name = map[int32]string{ 0: "unspecified", 1: "good", 2: "bad", } PatternFlowIcmpv6CommonChecksum_Generated_Enum_value = map[string]int32{ "unspecified": 0, "good": 1, "bad": 2, } )
Enum value maps for PatternFlowIcmpv6CommonChecksum_Generated_Enum.
var ( PatternFlowPppAddress_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowPppAddress_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowPppAddress_Choice_Enum.
var ( PatternFlowPppControl_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowPppControl_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowPppControl_Choice_Enum.
var ( PatternFlowPppProtocolType_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 1: "auto", 4: "increment", 5: "decrement", } PatternFlowPppProtocolType_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "auto": 1, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowPppProtocolType_Choice_Enum.
var ( PatternFlowIgmpv1Version_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowIgmpv1Version_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowIgmpv1Version_Choice_Enum.
var ( PatternFlowIgmpv1Type_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowIgmpv1Type_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowIgmpv1Type_Choice_Enum.
var ( PatternFlowIgmpv1Unused_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowIgmpv1Unused_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowIgmpv1Unused_Choice_Enum.
var ( PatternFlowIgmpv1Checksum_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "generated", 2: "custom", } PatternFlowIgmpv1Checksum_Choice_Enum_value = map[string]int32{ "unspecified": 0, "generated": 1, "custom": 2, } )
Enum value maps for PatternFlowIgmpv1Checksum_Choice_Enum.
var ( PatternFlowIgmpv1Checksum_Generated_Enum_name = map[int32]string{ 0: "unspecified", 1: "good", 2: "bad", } PatternFlowIgmpv1Checksum_Generated_Enum_value = map[string]int32{ "unspecified": 0, "good": 1, "bad": 2, } )
Enum value maps for PatternFlowIgmpv1Checksum_Generated_Enum.
var ( PatternFlowIgmpv1GroupAddress_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowIgmpv1GroupAddress_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowIgmpv1GroupAddress_Choice_Enum.
var ( PatternFlowMplsLabel_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 1: "auto", 4: "increment", 5: "decrement", } PatternFlowMplsLabel_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "auto": 1, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowMplsLabel_Choice_Enum.
var ( PatternFlowMplsTrafficClass_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowMplsTrafficClass_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowMplsTrafficClass_Choice_Enum.
var ( PatternFlowMplsBottomOfStack_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 1: "auto", 4: "increment", 5: "decrement", } PatternFlowMplsBottomOfStack_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "auto": 1, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowMplsBottomOfStack_Choice_Enum.
var ( PatternFlowMplsTimeToLive_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowMplsTimeToLive_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowMplsTimeToLive_Choice_Enum.
var ( PatternFlowSnmpv2CVersion_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowSnmpv2CVersion_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowSnmpv2CVersion_Choice_Enum.
var ( PatternFlowSnmpv2CPDURequestId_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowSnmpv2CPDURequestId_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowSnmpv2CPDURequestId_Choice_Enum.
var ( PatternFlowSnmpv2CPDUErrorIndex_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowSnmpv2CPDUErrorIndex_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowSnmpv2CPDUErrorIndex_Choice_Enum.
var ( PatternFlowSnmpv2CBulkPDURequestId_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowSnmpv2CBulkPDURequestId_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowSnmpv2CBulkPDURequestId_Choice_Enum.
var ( PatternFlowSnmpv2CBulkPDUNonRepeaters_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", } PatternFlowSnmpv2CBulkPDUNonRepeaters_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, } )
Enum value maps for PatternFlowSnmpv2CBulkPDUNonRepeaters_Choice_Enum.
var ( PatternFlowSnmpv2CBulkPDUMaxRepetitions_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowSnmpv2CBulkPDUMaxRepetitions_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowSnmpv2CBulkPDUMaxRepetitions_Choice_Enum.
var ( PatternFlowSnmpv2CVariableBindingValueIntegerValue_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowSnmpv2CVariableBindingValueIntegerValue_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowSnmpv2CVariableBindingValueIntegerValue_Choice_Enum.
var ( PatternFlowSnmpv2CVariableBindingValueIpAddressValue_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowSnmpv2CVariableBindingValueIpAddressValue_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowSnmpv2CVariableBindingValueIpAddressValue_Choice_Enum.
var ( PatternFlowSnmpv2CVariableBindingValueCounterValue_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowSnmpv2CVariableBindingValueCounterValue_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowSnmpv2CVariableBindingValueCounterValue_Choice_Enum.
var ( PatternFlowSnmpv2CVariableBindingValueTimeticksValue_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowSnmpv2CVariableBindingValueTimeticksValue_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowSnmpv2CVariableBindingValueTimeticksValue_Choice_Enum.
var ( PatternFlowSnmpv2CVariableBindingValueBigCounterValue_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowSnmpv2CVariableBindingValueBigCounterValue_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowSnmpv2CVariableBindingValueBigCounterValue_Choice_Enum.
var ( PatternFlowSnmpv2CVariableBindingValueUnsignedIntegerValue_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowSnmpv2CVariableBindingValueUnsignedIntegerValue_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowSnmpv2CVariableBindingValueUnsignedIntegerValue_Choice_Enum.
var ( PatternFlowSnmpv2CCommonRequestId_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowSnmpv2CCommonRequestId_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowSnmpv2CCommonRequestId_Choice_Enum.
var ( PatternFlowRsvpRsvpChecksum_Choice_Enum_name = map[int32]string{ 0: "unspecified", 1: "generated", 2: "custom", } PatternFlowRsvpRsvpChecksum_Choice_Enum_value = map[string]int32{ "unspecified": 0, "generated": 1, "custom": 2, } )
Enum value maps for PatternFlowRsvpRsvpChecksum_Choice_Enum.
var ( PatternFlowRsvpRsvpChecksum_Generated_Enum_name = map[int32]string{ 0: "unspecified", 1: "good", 2: "bad", } PatternFlowRsvpRsvpChecksum_Generated_Enum_value = map[string]int32{ "unspecified": 0, "good": 1, "bad": 2, } )
Enum value maps for PatternFlowRsvpRsvpChecksum_Generated_Enum.
var ( PatternFlowRsvpTimeToLive_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowRsvpTimeToLive_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowRsvpTimeToLive_Choice_Enum.
var ( PatternFlowRsvpReserved_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowRsvpReserved_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowRsvpReserved_Choice_Enum.
var ( PatternFlowRSVPPathSessionLspTunnelIpv4Ipv4TunnelEndPointAddress_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowRSVPPathSessionLspTunnelIpv4Ipv4TunnelEndPointAddress_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowRSVPPathSessionLspTunnelIpv4Ipv4TunnelEndPointAddress_Choice_Enum.
var ( PatternFlowRSVPPathSessionLspTunnelIpv4Reserved_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowRSVPPathSessionLspTunnelIpv4Reserved_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowRSVPPathSessionLspTunnelIpv4Reserved_Choice_Enum.
var ( PatternFlowRSVPPathSessionLspTunnelIpv4TunnelId_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowRSVPPathSessionLspTunnelIpv4TunnelId_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowRSVPPathSessionLspTunnelIpv4TunnelId_Choice_Enum.
var ( PatternFlowRSVPPathSessionExtTunnelIdAsInteger_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowRSVPPathSessionExtTunnelIdAsInteger_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowRSVPPathSessionExtTunnelIdAsInteger_Choice_Enum.
var ( PatternFlowRSVPPathSessionExtTunnelIdAsIpv4_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowRSVPPathSessionExtTunnelIdAsIpv4_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowRSVPPathSessionExtTunnelIdAsIpv4_Choice_Enum.
var ( PatternFlowRSVPPathRsvpHopIpv4Ipv4Address_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowRSVPPathRsvpHopIpv4Ipv4Address_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowRSVPPathRsvpHopIpv4Ipv4Address_Choice_Enum.
var ( PatternFlowRSVPPathRsvpHopIpv4LogicalInterfaceHandle_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowRSVPPathRsvpHopIpv4LogicalInterfaceHandle_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowRSVPPathRsvpHopIpv4LogicalInterfaceHandle_Choice_Enum.
var ( PatternFlowRSVPPathTimeValuesType1RefreshPeriodR_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowRSVPPathTimeValuesType1RefreshPeriodR_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowRSVPPathTimeValuesType1RefreshPeriodR_Choice_Enum.
var ( PatternFlowRSVPPathExplicitRouteType1Ipv4PrefixLBit_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowRSVPPathExplicitRouteType1Ipv4PrefixLBit_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowRSVPPathExplicitRouteType1Ipv4PrefixLBit_Choice_Enum.
var ( PatternFlowRSVPPathExplicitRouteType1Ipv4PrefixIpv4Address_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowRSVPPathExplicitRouteType1Ipv4PrefixIpv4Address_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowRSVPPathExplicitRouteType1Ipv4PrefixIpv4Address_Choice_Enum.
var ( PatternFlowRSVPPathExplicitRouteType1ASNumberLBit_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowRSVPPathExplicitRouteType1ASNumberLBit_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowRSVPPathExplicitRouteType1ASNumberLBit_Choice_Enum.
var ( PatternFlowRSVPPathLabelRequestWithoutLabelRangeReserved_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowRSVPPathLabelRequestWithoutLabelRangeReserved_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowRSVPPathLabelRequestWithoutLabelRangeReserved_Choice_Enum.
var ( PatternFlowRSVPPathLabelRequestWithoutLabelRangeL3Pid_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowRSVPPathLabelRequestWithoutLabelRangeL3Pid_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowRSVPPathLabelRequestWithoutLabelRangeL3Pid_Choice_Enum.
var ( PatternFlowRSVPPathSenderTemplateLspTunnelIpv4Ipv4TunnelSenderAddress_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowRSVPPathSenderTemplateLspTunnelIpv4Ipv4TunnelSenderAddress_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowRSVPPathSenderTemplateLspTunnelIpv4Ipv4TunnelSenderAddress_Choice_Enum.
var ( PatternFlowRSVPPathSenderTemplateLspTunnelIpv4Reserved_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowRSVPPathSenderTemplateLspTunnelIpv4Reserved_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowRSVPPathSenderTemplateLspTunnelIpv4Reserved_Choice_Enum.
var ( PatternFlowRSVPPathSenderTemplateLspTunnelIpv4LspId_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowRSVPPathSenderTemplateLspTunnelIpv4LspId_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowRSVPPathSenderTemplateLspTunnelIpv4LspId_Choice_Enum.
var ( PatternFlowRSVPPathSenderTspecIntServVersion_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowRSVPPathSenderTspecIntServVersion_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowRSVPPathSenderTspecIntServVersion_Choice_Enum.
var ( PatternFlowRSVPPathSenderTspecIntServReserved1_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowRSVPPathSenderTspecIntServReserved1_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowRSVPPathSenderTspecIntServReserved1_Choice_Enum.
var ( PatternFlowRSVPPathSenderTspecIntServOverallLength_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowRSVPPathSenderTspecIntServOverallLength_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowRSVPPathSenderTspecIntServOverallLength_Choice_Enum.
var ( PatternFlowRSVPPathSenderTspecIntServServiceHeader_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowRSVPPathSenderTspecIntServServiceHeader_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowRSVPPathSenderTspecIntServServiceHeader_Choice_Enum.
var ( PatternFlowRSVPPathSenderTspecIntServZeroBit_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowRSVPPathSenderTspecIntServZeroBit_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowRSVPPathSenderTspecIntServZeroBit_Choice_Enum.
var ( PatternFlowRSVPPathSenderTspecIntServReserved2_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowRSVPPathSenderTspecIntServReserved2_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowRSVPPathSenderTspecIntServReserved2_Choice_Enum.
var ( PatternFlowRSVPPathSenderTspecIntServLengthOfServiceData_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowRSVPPathSenderTspecIntServLengthOfServiceData_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowRSVPPathSenderTspecIntServLengthOfServiceData_Choice_Enum.
var ( PatternFlowRSVPPathSenderTspecIntServParameterIdTokenBucketTspec_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowRSVPPathSenderTspecIntServParameterIdTokenBucketTspec_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowRSVPPathSenderTspecIntServParameterIdTokenBucketTspec_Choice_Enum.
var ( PatternFlowRSVPPathSenderTspecIntServParameter127Flag_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowRSVPPathSenderTspecIntServParameter127Flag_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowRSVPPathSenderTspecIntServParameter127Flag_Choice_Enum.
var ( PatternFlowRSVPPathSenderTspecIntServParameter127Length_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowRSVPPathSenderTspecIntServParameter127Length_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowRSVPPathSenderTspecIntServParameter127Length_Choice_Enum.
var ( PatternFlowRSVPPathSenderTspecIntServMinimumPolicedUnit_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowRSVPPathSenderTspecIntServMinimumPolicedUnit_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowRSVPPathSenderTspecIntServMinimumPolicedUnit_Choice_Enum.
var ( PatternFlowRSVPPathSenderTspecIntServMaximumPacketSize_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowRSVPPathSenderTspecIntServMaximumPacketSize_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowRSVPPathSenderTspecIntServMaximumPacketSize_Choice_Enum.
var ( PatternFlowRSVPPathRecordRouteType1Ipv4AddressIpv4Address_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowRSVPPathRecordRouteType1Ipv4AddressIpv4Address_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowRSVPPathRecordRouteType1Ipv4AddressIpv4Address_Choice_Enum.
var ( PatternFlowRSVPPathRecordRouteType1Ipv4AddressPrefixLength_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowRSVPPathRecordRouteType1Ipv4AddressPrefixLength_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowRSVPPathRecordRouteType1Ipv4AddressPrefixLength_Choice_Enum.
var ( PatternFlowRSVPPathRecordRouteType1LabelFlags_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", } PatternFlowRSVPPathRecordRouteType1LabelFlags_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, } )
Enum value maps for PatternFlowRSVPPathRecordRouteType1LabelFlags_Choice_Enum.
var ( PatternFlowRSVPPathRecordRouteType1LabelCType_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", } PatternFlowRSVPPathRecordRouteType1LabelCType_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, } )
Enum value maps for PatternFlowRSVPPathRecordRouteType1LabelCType_Choice_Enum.
var ( PatternFlowRSVPPathObjectsCustomType_Choice_Enum_name = map[int32]string{ 0: "unspecified", 2: "value", 3: "values", 4: "increment", 5: "decrement", } PatternFlowRSVPPathObjectsCustomType_Choice_Enum_value = map[string]int32{ "unspecified": 0, "value": 2, "values": 3, "increment": 4, "decrement": 5, } )
Enum value maps for PatternFlowRSVPPathObjectsCustomType_Choice_Enum.
var File_otg_proto protoreflect.FileDescriptor
var Openapi_ServiceDesc = grpc.ServiceDesc{ ServiceName: "otg.Openapi", HandlerType: (*OpenapiServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "SetConfig", Handler: _Openapi_SetConfig_Handler, }, { MethodName: "GetConfig", Handler: _Openapi_GetConfig_Handler, }, { MethodName: "UpdateConfig", Handler: _Openapi_UpdateConfig_Handler, }, { MethodName: "SetControlState", Handler: _Openapi_SetControlState_Handler, }, { MethodName: "SetControlAction", Handler: _Openapi_SetControlAction_Handler, }, { MethodName: "GetMetrics", Handler: _Openapi_GetMetrics_Handler, }, { MethodName: "GetStates", Handler: _Openapi_GetStates_Handler, }, { MethodName: "GetCapture", Handler: _Openapi_GetCapture_Handler, }, { MethodName: "GetVersion", Handler: _Openapi_GetVersion_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "otg.proto", }
Openapi_ServiceDesc is the grpc.ServiceDesc for Openapi service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
Functions ¶
func RegisterOpenapiServer ¶
func RegisterOpenapiServer(s grpc.ServiceRegistrar, srv OpenapiServer)
Types ¶
type ActionProtocol ¶ added in v0.10.10
type ActionProtocol struct { // Description missing in models // required = true Choice *ActionProtocol_Choice_Enum `protobuf:"varint,1,opt,name=choice,proto3,enum=otg.ActionProtocol_Choice_Enum,oneof" json:"choice,omitempty"` // Description missing in models Ipv4 *ActionProtocolIpv4 `protobuf:"bytes,2,opt,name=ipv4,proto3" json:"ipv4,omitempty"` // Description missing in models Ipv6 *ActionProtocolIpv6 `protobuf:"bytes,3,opt,name=ipv6,proto3" json:"ipv6,omitempty"` // Description missing in models Bgp *ActionProtocolBgp `protobuf:"bytes,4,opt,name=bgp,proto3" json:"bgp,omitempty"` // contains filtered or unexported fields }
Actions associated with protocols on configured resources.
func (*ActionProtocol) Descriptor
deprecated
added in
v0.10.10
func (*ActionProtocol) Descriptor() ([]byte, []int)
Deprecated: Use ActionProtocol.ProtoReflect.Descriptor instead.
func (*ActionProtocol) GetBgp ¶ added in v0.10.11
func (x *ActionProtocol) GetBgp() *ActionProtocolBgp
func (*ActionProtocol) GetChoice ¶ added in v0.10.10
func (x *ActionProtocol) GetChoice() ActionProtocol_Choice_Enum
func (*ActionProtocol) GetIpv4 ¶ added in v0.10.10
func (x *ActionProtocol) GetIpv4() *ActionProtocolIpv4
func (*ActionProtocol) GetIpv6 ¶ added in v0.10.10
func (x *ActionProtocol) GetIpv6() *ActionProtocolIpv6
func (*ActionProtocol) ProtoMessage ¶ added in v0.10.10
func (*ActionProtocol) ProtoMessage()
func (*ActionProtocol) ProtoReflect ¶ added in v0.10.10
func (x *ActionProtocol) ProtoReflect() protoreflect.Message
func (*ActionProtocol) Reset ¶ added in v0.10.10
func (x *ActionProtocol) Reset()
func (*ActionProtocol) String ¶ added in v0.10.10
func (x *ActionProtocol) String() string
type ActionProtocolBgp ¶ added in v0.10.11
type ActionProtocolBgp struct { // Description missing in models // required = true Choice *ActionProtocolBgp_Choice_Enum `protobuf:"varint,1,opt,name=choice,proto3,enum=otg.ActionProtocolBgp_Choice_Enum,oneof" json:"choice,omitempty"` // Description missing in models Notification *ActionProtocolBgpNotification `protobuf:"bytes,2,opt,name=notification,proto3" json:"notification,omitempty"` // Description missing in models InitiateGracefulRestart *ActionProtocolBgpInitiateGracefulRestart `` /* 132-byte string literal not displayed */ // contains filtered or unexported fields }
Actions associated with BGP on configured resources.
func (*ActionProtocolBgp) Descriptor
deprecated
added in
v0.10.11
func (*ActionProtocolBgp) Descriptor() ([]byte, []int)
Deprecated: Use ActionProtocolBgp.ProtoReflect.Descriptor instead.
func (*ActionProtocolBgp) GetChoice ¶ added in v0.10.11
func (x *ActionProtocolBgp) GetChoice() ActionProtocolBgp_Choice_Enum
func (*ActionProtocolBgp) GetInitiateGracefulRestart ¶ added in v0.11.2
func (x *ActionProtocolBgp) GetInitiateGracefulRestart() *ActionProtocolBgpInitiateGracefulRestart
func (*ActionProtocolBgp) GetNotification ¶ added in v0.10.11
func (x *ActionProtocolBgp) GetNotification() *ActionProtocolBgpNotification
func (*ActionProtocolBgp) ProtoMessage ¶ added in v0.10.11
func (*ActionProtocolBgp) ProtoMessage()
func (*ActionProtocolBgp) ProtoReflect ¶ added in v0.10.11
func (x *ActionProtocolBgp) ProtoReflect() protoreflect.Message
func (*ActionProtocolBgp) Reset ¶ added in v0.10.11
func (x *ActionProtocolBgp) Reset()
func (*ActionProtocolBgp) String ¶ added in v0.10.11
func (x *ActionProtocolBgp) String() string
type ActionProtocolBgpGracefulRestartNotification ¶ added in v1.13.0
type ActionProtocolBgpGracefulRestartNotification struct { // Each BGP NOTIFICATION message includes an Error Code field indicating what type of // problem occurred. For certain Error Codes, an Error Subcode field provides additional // details about the specific nature of the problem. The choice value will provide // the Error Code used in NOTIFICATION message. The Subcode can be set for each of // the corresponding errors except for Hold Timer Expired error and BGP Finite State // Machine error. In both of these cases Subcode 0 will be sent. If a user wants to // use non zero Sub Code then custom choice can be used. // default = Choice.Enum.cease Choice *ActionProtocolBgpGracefulRestartNotification_Choice_Enum `` /* 138-byte string literal not displayed */ // Description missing in models Cease *DeviceBgpCeaseError `protobuf:"bytes,3,opt,name=cease,proto3" json:"cease,omitempty"` // Description missing in models MessageHeaderError *DeviceBgpMessageHeaderError `protobuf:"bytes,4,opt,name=message_header_error,json=messageHeaderError,proto3" json:"message_header_error,omitempty"` // Description missing in models OpenMessageError *DeviceBgpOpenMessageError `protobuf:"bytes,5,opt,name=open_message_error,json=openMessageError,proto3" json:"open_message_error,omitempty"` // Description missing in models UpdateMessageError *DeviceBgpUpdateMessageError `protobuf:"bytes,6,opt,name=update_message_error,json=updateMessageError,proto3" json:"update_message_error,omitempty"` // Description missing in models HoldTimerExpired *DeviceBgpHoldTimerExpired `protobuf:"bytes,7,opt,name=hold_timer_expired,json=holdTimerExpired,proto3" json:"hold_timer_expired,omitempty"` // Description missing in models FiniteStateMachineError *DeviceBgpFiniteStateMachineError `` /* 134-byte string literal not displayed */ // Description missing in models Custom *DeviceBgpCustomError `protobuf:"bytes,9,opt,name=custom,proto3" json:"custom,omitempty"` // contains filtered or unexported fields }
Defines the explicit contents of the NOTIFICATION message to be sent when executing InitiateGracefulRestart trigger. This causes the BGP connection to close.If a user wants to send custom Error Code and Error Subcode the custom object should be configured. A user can send IANA defined BGP NOTIFICATIONs according to https://www.iana.org/assignments/bgp-parameters/bgp-parameters.xhtml.
func (*ActionProtocolBgpGracefulRestartNotification) Descriptor
deprecated
added in
v1.13.0
func (*ActionProtocolBgpGracefulRestartNotification) Descriptor() ([]byte, []int)
Deprecated: Use ActionProtocolBgpGracefulRestartNotification.ProtoReflect.Descriptor instead.
func (*ActionProtocolBgpGracefulRestartNotification) GetCease ¶ added in v1.13.0
func (x *ActionProtocolBgpGracefulRestartNotification) GetCease() *DeviceBgpCeaseError
func (*ActionProtocolBgpGracefulRestartNotification) GetCustom ¶ added in v1.13.0
func (x *ActionProtocolBgpGracefulRestartNotification) GetCustom() *DeviceBgpCustomError
func (*ActionProtocolBgpGracefulRestartNotification) GetFiniteStateMachineError ¶ added in v1.13.0
func (x *ActionProtocolBgpGracefulRestartNotification) GetFiniteStateMachineError() *DeviceBgpFiniteStateMachineError
func (*ActionProtocolBgpGracefulRestartNotification) GetHoldTimerExpired ¶ added in v1.13.0
func (x *ActionProtocolBgpGracefulRestartNotification) GetHoldTimerExpired() *DeviceBgpHoldTimerExpired
func (*ActionProtocolBgpGracefulRestartNotification) GetMessageHeaderError ¶ added in v1.13.0
func (x *ActionProtocolBgpGracefulRestartNotification) GetMessageHeaderError() *DeviceBgpMessageHeaderError
func (*ActionProtocolBgpGracefulRestartNotification) GetOpenMessageError ¶ added in v1.13.0
func (x *ActionProtocolBgpGracefulRestartNotification) GetOpenMessageError() *DeviceBgpOpenMessageError
func (*ActionProtocolBgpGracefulRestartNotification) GetUpdateMessageError ¶ added in v1.13.0
func (x *ActionProtocolBgpGracefulRestartNotification) GetUpdateMessageError() *DeviceBgpUpdateMessageError
func (*ActionProtocolBgpGracefulRestartNotification) ProtoMessage ¶ added in v1.13.0
func (*ActionProtocolBgpGracefulRestartNotification) ProtoMessage()
func (*ActionProtocolBgpGracefulRestartNotification) ProtoReflect ¶ added in v1.13.0
func (x *ActionProtocolBgpGracefulRestartNotification) ProtoReflect() protoreflect.Message
func (*ActionProtocolBgpGracefulRestartNotification) Reset ¶ added in v1.13.0
func (x *ActionProtocolBgpGracefulRestartNotification) Reset()
func (*ActionProtocolBgpGracefulRestartNotification) String ¶ added in v1.13.0
func (x *ActionProtocolBgpGracefulRestartNotification) String() string
type ActionProtocolBgpGracefulRestartNotification_Choice ¶ added in v1.13.0
type ActionProtocolBgpGracefulRestartNotification_Choice struct {
// contains filtered or unexported fields
}
func (*ActionProtocolBgpGracefulRestartNotification_Choice) Descriptor
deprecated
added in
v1.13.0
func (*ActionProtocolBgpGracefulRestartNotification_Choice) Descriptor() ([]byte, []int)
Deprecated: Use ActionProtocolBgpGracefulRestartNotification_Choice.ProtoReflect.Descriptor instead.
func (*ActionProtocolBgpGracefulRestartNotification_Choice) ProtoMessage ¶ added in v1.13.0
func (*ActionProtocolBgpGracefulRestartNotification_Choice) ProtoMessage()
func (*ActionProtocolBgpGracefulRestartNotification_Choice) ProtoReflect ¶ added in v1.13.0
func (x *ActionProtocolBgpGracefulRestartNotification_Choice) ProtoReflect() protoreflect.Message
func (*ActionProtocolBgpGracefulRestartNotification_Choice) Reset ¶ added in v1.13.0
func (x *ActionProtocolBgpGracefulRestartNotification_Choice) Reset()
func (*ActionProtocolBgpGracefulRestartNotification_Choice) String ¶ added in v1.13.0
func (x *ActionProtocolBgpGracefulRestartNotification_Choice) String() string
type ActionProtocolBgpGracefulRestartNotification_Choice_Enum ¶ added in v1.13.0
type ActionProtocolBgpGracefulRestartNotification_Choice_Enum int32
const ( ActionProtocolBgpGracefulRestartNotification_Choice_unspecified ActionProtocolBgpGracefulRestartNotification_Choice_Enum = 0 ActionProtocolBgpGracefulRestartNotification_Choice_cease ActionProtocolBgpGracefulRestartNotification_Choice_Enum = 1 ActionProtocolBgpGracefulRestartNotification_Choice_message_header_error ActionProtocolBgpGracefulRestartNotification_Choice_Enum = 2 ActionProtocolBgpGracefulRestartNotification_Choice_open_message_error ActionProtocolBgpGracefulRestartNotification_Choice_Enum = 3 ActionProtocolBgpGracefulRestartNotification_Choice_update_message_error ActionProtocolBgpGracefulRestartNotification_Choice_Enum = 4 ActionProtocolBgpGracefulRestartNotification_Choice_hold_timer_expired ActionProtocolBgpGracefulRestartNotification_Choice_Enum = 5 ActionProtocolBgpGracefulRestartNotification_Choice_finite_state_machine_error ActionProtocolBgpGracefulRestartNotification_Choice_Enum = 6 ActionProtocolBgpGracefulRestartNotification_Choice_custom ActionProtocolBgpGracefulRestartNotification_Choice_Enum = 7 )
func (ActionProtocolBgpGracefulRestartNotification_Choice_Enum) Descriptor ¶ added in v1.13.0
func (ActionProtocolBgpGracefulRestartNotification_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
func (ActionProtocolBgpGracefulRestartNotification_Choice_Enum) EnumDescriptor
deprecated
added in
v1.13.0
func (ActionProtocolBgpGracefulRestartNotification_Choice_Enum) EnumDescriptor() ([]byte, []int)
Deprecated: Use ActionProtocolBgpGracefulRestartNotification_Choice_Enum.Descriptor instead.
func (ActionProtocolBgpGracefulRestartNotification_Choice_Enum) Number ¶ added in v1.13.0
func (x ActionProtocolBgpGracefulRestartNotification_Choice_Enum) Number() protoreflect.EnumNumber
func (ActionProtocolBgpGracefulRestartNotification_Choice_Enum) String ¶ added in v1.13.0
func (x ActionProtocolBgpGracefulRestartNotification_Choice_Enum) String() string
type ActionProtocolBgpInitiateGracefulRestart ¶ added in v0.11.2
type ActionProtocolBgpInitiateGracefulRestart struct { // The names of device BGP peers objects to control. // // x-constraint: // - /components/schemas/Bgp.V4Peer/properties/name // - /components/schemas/Bgp.V6Peer/properties/name // // x-constraint: // - /components/schemas/Bgp.V4Peer/properties/name // - /components/schemas/Bgp.V6Peer/properties/name PeerNames []string `protobuf:"bytes,1,rep,name=peer_names,json=peerNames,proto3" json:"peer_names,omitempty"` // Duration (in seconds) after which selected BGP peers will initiate // Graceful restart by sending the Open Message with Restart State bit set in the Graceful // Restart capability. // default = 30 RestartDelay *uint32 `protobuf:"varint,2,opt,name=restart_delay,json=restartDelay,proto3,oneof" json:"restart_delay,omitempty"` // Send a Notification to the peer as per configured parameters when initially bringing // down a session as per // configured parameters. Notification *ActionProtocolBgpGracefulRestartNotification `protobuf:"bytes,3,opt,name=notification,proto3" json:"notification,omitempty"` // contains filtered or unexported fields }
Initiates BGP Graceful Restart process for the selected BGP peers. If no name is specified then Graceful Restart will be sent to all configured BGP peers. To emulate scenarios where a peer sends a Notification and stops the session, an optional Notification object is included. If the remote peer and the local peer are both configured to perform Graceful Restart for Notification triggered session , this will result in Graceful Restart scenario to be triggered as per RFC8538.
func (*ActionProtocolBgpInitiateGracefulRestart) Descriptor
deprecated
added in
v0.11.2
func (*ActionProtocolBgpInitiateGracefulRestart) Descriptor() ([]byte, []int)
Deprecated: Use ActionProtocolBgpInitiateGracefulRestart.ProtoReflect.Descriptor instead.
func (*ActionProtocolBgpInitiateGracefulRestart) GetNotification ¶ added in v1.13.0
func (x *ActionProtocolBgpInitiateGracefulRestart) GetNotification() *ActionProtocolBgpGracefulRestartNotification
func (*ActionProtocolBgpInitiateGracefulRestart) GetPeerNames ¶ added in v0.11.2
func (x *ActionProtocolBgpInitiateGracefulRestart) GetPeerNames() []string
func (*ActionProtocolBgpInitiateGracefulRestart) GetRestartDelay ¶ added in v0.11.2
func (x *ActionProtocolBgpInitiateGracefulRestart) GetRestartDelay() uint32
func (*ActionProtocolBgpInitiateGracefulRestart) ProtoMessage ¶ added in v0.11.2
func (*ActionProtocolBgpInitiateGracefulRestart) ProtoMessage()
func (*ActionProtocolBgpInitiateGracefulRestart) ProtoReflect ¶ added in v0.11.2
func (x *ActionProtocolBgpInitiateGracefulRestart) ProtoReflect() protoreflect.Message
func (*ActionProtocolBgpInitiateGracefulRestart) Reset ¶ added in v0.11.2
func (x *ActionProtocolBgpInitiateGracefulRestart) Reset()
func (*ActionProtocolBgpInitiateGracefulRestart) String ¶ added in v0.11.2
func (x *ActionProtocolBgpInitiateGracefulRestart) String() string
type ActionProtocolBgpNotification ¶ added in v0.10.11
type ActionProtocolBgpNotification struct { // The names of BGP Peers to send NOTIFICATION to. If no name is specified then NOTIFICATION // will be sent to all configured BGP peers. // // x-constraint: // - /components/schemas/Bgp.V4Peer/properties/name // - /components/schemas/Bgp.V6Peer/properties/name // // x-constraint: // - /components/schemas/Bgp.V4Peer/properties/name // - /components/schemas/Bgp.V6Peer/properties/name Names []string `protobuf:"bytes,1,rep,name=names,proto3" json:"names,omitempty"` // Each BGP NOTIFICATION message includes an Error Code field indicating what type of // problem occurred. For certain Error Codes, an Error Subcode field provides additional // details about the specific nature of the problem. The choice value will provide // the Error Code used in NOTIFICATION message. The Subcode can be set for each of // the corresponding errors except for Hold Timer Expired error and BGP Finite State // Machine error. In both of these cases Subcode 0 will be sent. If a user wants to // use non zero Sub Code then custom choice can be used. // default = Choice.Enum.cease Choice *ActionProtocolBgpNotification_Choice_Enum `protobuf:"varint,2,opt,name=choice,proto3,enum=otg.ActionProtocolBgpNotification_Choice_Enum,oneof" json:"choice,omitempty"` // Description missing in models Cease *DeviceBgpCeaseError `protobuf:"bytes,3,opt,name=cease,proto3" json:"cease,omitempty"` // Description missing in models MessageHeaderError *DeviceBgpMessageHeaderError `protobuf:"bytes,4,opt,name=message_header_error,json=messageHeaderError,proto3" json:"message_header_error,omitempty"` // Description missing in models OpenMessageError *DeviceBgpOpenMessageError `protobuf:"bytes,5,opt,name=open_message_error,json=openMessageError,proto3" json:"open_message_error,omitempty"` // Description missing in models UpdateMessageError *DeviceBgpUpdateMessageError `protobuf:"bytes,6,opt,name=update_message_error,json=updateMessageError,proto3" json:"update_message_error,omitempty"` // Description missing in models HoldTimerExpired *DeviceBgpHoldTimerExpired `protobuf:"bytes,7,opt,name=hold_timer_expired,json=holdTimerExpired,proto3" json:"hold_timer_expired,omitempty"` // Description missing in models FiniteStateMachineError *DeviceBgpFiniteStateMachineError `` /* 134-byte string literal not displayed */ // Description missing in models Custom *DeviceBgpCustomError `protobuf:"bytes,9,opt,name=custom,proto3" json:"custom,omitempty"` // contains filtered or unexported fields }
A NOTIFICATION message is sent when an error is detected with the BGP session, such as hold timer expiring, misconfigured AS number or a BGP session reset is requested. This causes the BGP connection to close. Send explicit NOTIFICATIONs for list of specified BGP peers. If a user wants to send custom Error Code and Error Subcode the custom object should be configured. A user can send IANA defined BGP NOTIFICATIONs according to https://www.iana.org/assignments/bgp-parameters/bgp-parameters.xhtml.
func (*ActionProtocolBgpNotification) Descriptor
deprecated
added in
v0.10.11
func (*ActionProtocolBgpNotification) Descriptor() ([]byte, []int)
Deprecated: Use ActionProtocolBgpNotification.ProtoReflect.Descriptor instead.
func (*ActionProtocolBgpNotification) GetCease ¶ added in v0.10.11
func (x *ActionProtocolBgpNotification) GetCease() *DeviceBgpCeaseError
func (*ActionProtocolBgpNotification) GetChoice ¶ added in v0.10.11
func (x *ActionProtocolBgpNotification) GetChoice() ActionProtocolBgpNotification_Choice_Enum
func (*ActionProtocolBgpNotification) GetCustom ¶ added in v0.10.11
func (x *ActionProtocolBgpNotification) GetCustom() *DeviceBgpCustomError
func (*ActionProtocolBgpNotification) GetFiniteStateMachineError ¶ added in v0.10.11
func (x *ActionProtocolBgpNotification) GetFiniteStateMachineError() *DeviceBgpFiniteStateMachineError
func (*ActionProtocolBgpNotification) GetHoldTimerExpired ¶ added in v0.10.11
func (x *ActionProtocolBgpNotification) GetHoldTimerExpired() *DeviceBgpHoldTimerExpired
func (*ActionProtocolBgpNotification) GetMessageHeaderError ¶ added in v0.10.11
func (x *ActionProtocolBgpNotification) GetMessageHeaderError() *DeviceBgpMessageHeaderError
func (*ActionProtocolBgpNotification) GetNames ¶ added in v0.10.11
func (x *ActionProtocolBgpNotification) GetNames() []string
func (*ActionProtocolBgpNotification) GetOpenMessageError ¶ added in v0.10.11
func (x *ActionProtocolBgpNotification) GetOpenMessageError() *DeviceBgpOpenMessageError
func (*ActionProtocolBgpNotification) GetUpdateMessageError ¶ added in v0.10.11
func (x *ActionProtocolBgpNotification) GetUpdateMessageError() *DeviceBgpUpdateMessageError
func (*ActionProtocolBgpNotification) ProtoMessage ¶ added in v0.10.11
func (*ActionProtocolBgpNotification) ProtoMessage()
func (*ActionProtocolBgpNotification) ProtoReflect ¶ added in v0.10.11
func (x *ActionProtocolBgpNotification) ProtoReflect() protoreflect.Message
func (*ActionProtocolBgpNotification) Reset ¶ added in v0.10.11
func (x *ActionProtocolBgpNotification) Reset()
func (*ActionProtocolBgpNotification) String ¶ added in v0.10.11
func (x *ActionProtocolBgpNotification) String() string
type ActionProtocolBgpNotification_Choice ¶ added in v0.10.11
type ActionProtocolBgpNotification_Choice struct {
// contains filtered or unexported fields
}
func (*ActionProtocolBgpNotification_Choice) Descriptor
deprecated
added in
v0.10.11
func (*ActionProtocolBgpNotification_Choice) Descriptor() ([]byte, []int)
Deprecated: Use ActionProtocolBgpNotification_Choice.ProtoReflect.Descriptor instead.
func (*ActionProtocolBgpNotification_Choice) ProtoMessage ¶ added in v0.10.11
func (*ActionProtocolBgpNotification_Choice) ProtoMessage()
func (*ActionProtocolBgpNotification_Choice) ProtoReflect ¶ added in v0.10.11
func (x *ActionProtocolBgpNotification_Choice) ProtoReflect() protoreflect.Message
func (*ActionProtocolBgpNotification_Choice) Reset ¶ added in v0.10.11
func (x *ActionProtocolBgpNotification_Choice) Reset()
func (*ActionProtocolBgpNotification_Choice) String ¶ added in v0.10.11
func (x *ActionProtocolBgpNotification_Choice) String() string
type ActionProtocolBgpNotification_Choice_Enum ¶ added in v0.10.11
type ActionProtocolBgpNotification_Choice_Enum int32
const ( ActionProtocolBgpNotification_Choice_unspecified ActionProtocolBgpNotification_Choice_Enum = 0 ActionProtocolBgpNotification_Choice_cease ActionProtocolBgpNotification_Choice_Enum = 1 ActionProtocolBgpNotification_Choice_message_header_error ActionProtocolBgpNotification_Choice_Enum = 2 ActionProtocolBgpNotification_Choice_open_message_error ActionProtocolBgpNotification_Choice_Enum = 3 ActionProtocolBgpNotification_Choice_update_message_error ActionProtocolBgpNotification_Choice_Enum = 4 ActionProtocolBgpNotification_Choice_hold_timer_expired ActionProtocolBgpNotification_Choice_Enum = 5 ActionProtocolBgpNotification_Choice_finite_state_machine_error ActionProtocolBgpNotification_Choice_Enum = 6 ActionProtocolBgpNotification_Choice_custom ActionProtocolBgpNotification_Choice_Enum = 7 )
func (ActionProtocolBgpNotification_Choice_Enum) Descriptor ¶ added in v0.10.11
func (ActionProtocolBgpNotification_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
func (ActionProtocolBgpNotification_Choice_Enum) EnumDescriptor
deprecated
added in
v0.10.11
func (ActionProtocolBgpNotification_Choice_Enum) EnumDescriptor() ([]byte, []int)
Deprecated: Use ActionProtocolBgpNotification_Choice_Enum.Descriptor instead.
func (ActionProtocolBgpNotification_Choice_Enum) Number ¶ added in v0.10.11
func (x ActionProtocolBgpNotification_Choice_Enum) Number() protoreflect.EnumNumber
func (ActionProtocolBgpNotification_Choice_Enum) String ¶ added in v0.10.11
func (x ActionProtocolBgpNotification_Choice_Enum) String() string
func (ActionProtocolBgpNotification_Choice_Enum) Type ¶ added in v0.10.11
func (ActionProtocolBgpNotification_Choice_Enum) Type() protoreflect.EnumType
type ActionProtocolBgp_Choice ¶ added in v0.10.11
type ActionProtocolBgp_Choice struct {
// contains filtered or unexported fields
}
func (*ActionProtocolBgp_Choice) Descriptor
deprecated
added in
v0.10.11
func (*ActionProtocolBgp_Choice) Descriptor() ([]byte, []int)
Deprecated: Use ActionProtocolBgp_Choice.ProtoReflect.Descriptor instead.
func (*ActionProtocolBgp_Choice) ProtoMessage ¶ added in v0.10.11
func (*ActionProtocolBgp_Choice) ProtoMessage()
func (*ActionProtocolBgp_Choice) ProtoReflect ¶ added in v0.10.11
func (x *ActionProtocolBgp_Choice) ProtoReflect() protoreflect.Message
func (*ActionProtocolBgp_Choice) Reset ¶ added in v0.10.11
func (x *ActionProtocolBgp_Choice) Reset()
func (*ActionProtocolBgp_Choice) String ¶ added in v0.10.11
func (x *ActionProtocolBgp_Choice) String() string
type ActionProtocolBgp_Choice_Enum ¶ added in v0.10.11
type ActionProtocolBgp_Choice_Enum int32
const ( ActionProtocolBgp_Choice_unspecified ActionProtocolBgp_Choice_Enum = 0 ActionProtocolBgp_Choice_notification ActionProtocolBgp_Choice_Enum = 1 ActionProtocolBgp_Choice_initiate_graceful_restart ActionProtocolBgp_Choice_Enum = 2 )
func (ActionProtocolBgp_Choice_Enum) Descriptor ¶ added in v0.10.11
func (ActionProtocolBgp_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
func (ActionProtocolBgp_Choice_Enum) Enum ¶ added in v0.10.11
func (x ActionProtocolBgp_Choice_Enum) Enum() *ActionProtocolBgp_Choice_Enum
func (ActionProtocolBgp_Choice_Enum) EnumDescriptor
deprecated
added in
v0.10.11
func (ActionProtocolBgp_Choice_Enum) EnumDescriptor() ([]byte, []int)
Deprecated: Use ActionProtocolBgp_Choice_Enum.Descriptor instead.
func (ActionProtocolBgp_Choice_Enum) Number ¶ added in v0.10.11
func (x ActionProtocolBgp_Choice_Enum) Number() protoreflect.EnumNumber
func (ActionProtocolBgp_Choice_Enum) String ¶ added in v0.10.11
func (x ActionProtocolBgp_Choice_Enum) String() string
func (ActionProtocolBgp_Choice_Enum) Type ¶ added in v0.10.11
func (ActionProtocolBgp_Choice_Enum) Type() protoreflect.EnumType
type ActionProtocolIpv4 ¶ added in v0.10.10
type ActionProtocolIpv4 struct { // Description missing in models // required = true Choice *ActionProtocolIpv4_Choice_Enum `protobuf:"varint,1,opt,name=choice,proto3,enum=otg.ActionProtocolIpv4_Choice_Enum,oneof" json:"choice,omitempty"` // Description missing in models Ping *ActionProtocolIpv4Ping `protobuf:"bytes,2,opt,name=ping,proto3" json:"ping,omitempty"` // contains filtered or unexported fields }
Actions associated with IPv4 on configured resources.
func (*ActionProtocolIpv4) Descriptor
deprecated
added in
v0.10.10
func (*ActionProtocolIpv4) Descriptor() ([]byte, []int)
Deprecated: Use ActionProtocolIpv4.ProtoReflect.Descriptor instead.
func (*ActionProtocolIpv4) GetChoice ¶ added in v0.10.10
func (x *ActionProtocolIpv4) GetChoice() ActionProtocolIpv4_Choice_Enum
func (*ActionProtocolIpv4) GetPing ¶ added in v0.10.10
func (x *ActionProtocolIpv4) GetPing() *ActionProtocolIpv4Ping
func (*ActionProtocolIpv4) ProtoMessage ¶ added in v0.10.10
func (*ActionProtocolIpv4) ProtoMessage()
func (*ActionProtocolIpv4) ProtoReflect ¶ added in v0.10.10
func (x *ActionProtocolIpv4) ProtoReflect() protoreflect.Message
func (*ActionProtocolIpv4) Reset ¶ added in v0.10.10
func (x *ActionProtocolIpv4) Reset()
func (*ActionProtocolIpv4) String ¶ added in v0.10.10
func (x *ActionProtocolIpv4) String() string
type ActionProtocolIpv4Ping ¶ added in v0.10.10
type ActionProtocolIpv4Ping struct { // List of IPv4 ping requests. Requests []*ActionProtocolIpv4PingRequest `protobuf:"bytes,1,rep,name=requests,proto3" json:"requests,omitempty"` // contains filtered or unexported fields }
Request for initiating ping between multiple source and destination pairs.
func (*ActionProtocolIpv4Ping) Descriptor
deprecated
added in
v0.10.10
func (*ActionProtocolIpv4Ping) Descriptor() ([]byte, []int)
Deprecated: Use ActionProtocolIpv4Ping.ProtoReflect.Descriptor instead.
func (*ActionProtocolIpv4Ping) GetRequests ¶ added in v0.10.10
func (x *ActionProtocolIpv4Ping) GetRequests() []*ActionProtocolIpv4PingRequest
func (*ActionProtocolIpv4Ping) ProtoMessage ¶ added in v0.10.10
func (*ActionProtocolIpv4Ping) ProtoMessage()
func (*ActionProtocolIpv4Ping) ProtoReflect ¶ added in v0.10.10
func (x *ActionProtocolIpv4Ping) ProtoReflect() protoreflect.Message
func (*ActionProtocolIpv4Ping) Reset ¶ added in v0.10.10
func (x *ActionProtocolIpv4Ping) Reset()
func (*ActionProtocolIpv4Ping) String ¶ added in v0.10.10
func (x *ActionProtocolIpv4Ping) String() string
type ActionProtocolIpv4PingRequest ¶ added in v0.10.10
type ActionProtocolIpv4PingRequest struct { // Name of source IPv4 interface to be used. // // x-constraint: // - /components/schemas/Device.Ipv4/properties/name // // x-constraint: // - /components/schemas/Device.Ipv4/properties/name SrcName *string `protobuf:"bytes,1,opt,name=src_name,json=srcName,proto3,oneof" json:"src_name,omitempty"` // Destination IPv4 address to ping. DstIp *string `protobuf:"bytes,2,opt,name=dst_ip,json=dstIp,proto3,oneof" json:"dst_ip,omitempty"` // contains filtered or unexported fields }
Under Review: Most ping request parameters are still TBD.
Under Review: Most ping request parameters are still TBD.
Request for initiating ping between a single source and destination pair. For ping request, 1 IPv4 ICMP Echo Request shall be sent and wait for ping response to either succeed or time out. The API wait timeout for each request shall be 300ms.
func (*ActionProtocolIpv4PingRequest) Descriptor
deprecated
added in
v0.10.10
func (*ActionProtocolIpv4PingRequest) Descriptor() ([]byte, []int)
Deprecated: Use ActionProtocolIpv4PingRequest.ProtoReflect.Descriptor instead.
func (*ActionProtocolIpv4PingRequest) GetDstIp ¶ added in v0.10.10
func (x *ActionProtocolIpv4PingRequest) GetDstIp() string
func (*ActionProtocolIpv4PingRequest) GetSrcName ¶ added in v0.10.10
func (x *ActionProtocolIpv4PingRequest) GetSrcName() string
func (*ActionProtocolIpv4PingRequest) ProtoMessage ¶ added in v0.10.10
func (*ActionProtocolIpv4PingRequest) ProtoMessage()
func (*ActionProtocolIpv4PingRequest) ProtoReflect ¶ added in v0.10.10
func (x *ActionProtocolIpv4PingRequest) ProtoReflect() protoreflect.Message
func (*ActionProtocolIpv4PingRequest) Reset ¶ added in v0.10.10
func (x *ActionProtocolIpv4PingRequest) Reset()
func (*ActionProtocolIpv4PingRequest) String ¶ added in v0.10.10
func (x *ActionProtocolIpv4PingRequest) String() string
type ActionProtocolIpv4_Choice ¶ added in v0.10.10
type ActionProtocolIpv4_Choice struct {
// contains filtered or unexported fields
}
func (*ActionProtocolIpv4_Choice) Descriptor
deprecated
added in
v0.10.10
func (*ActionProtocolIpv4_Choice) Descriptor() ([]byte, []int)
Deprecated: Use ActionProtocolIpv4_Choice.ProtoReflect.Descriptor instead.
func (*ActionProtocolIpv4_Choice) ProtoMessage ¶ added in v0.10.10
func (*ActionProtocolIpv4_Choice) ProtoMessage()
func (*ActionProtocolIpv4_Choice) ProtoReflect ¶ added in v0.10.10
func (x *ActionProtocolIpv4_Choice) ProtoReflect() protoreflect.Message
func (*ActionProtocolIpv4_Choice) Reset ¶ added in v0.10.10
func (x *ActionProtocolIpv4_Choice) Reset()
func (*ActionProtocolIpv4_Choice) String ¶ added in v0.10.10
func (x *ActionProtocolIpv4_Choice) String() string
type ActionProtocolIpv4_Choice_Enum ¶ added in v0.10.10
type ActionProtocolIpv4_Choice_Enum int32
const ( ActionProtocolIpv4_Choice_unspecified ActionProtocolIpv4_Choice_Enum = 0 ActionProtocolIpv4_Choice_ping ActionProtocolIpv4_Choice_Enum = 1 )
func (ActionProtocolIpv4_Choice_Enum) Descriptor ¶ added in v0.10.10
func (ActionProtocolIpv4_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
func (ActionProtocolIpv4_Choice_Enum) Enum ¶ added in v0.10.10
func (x ActionProtocolIpv4_Choice_Enum) Enum() *ActionProtocolIpv4_Choice_Enum
func (ActionProtocolIpv4_Choice_Enum) EnumDescriptor
deprecated
added in
v0.10.10
func (ActionProtocolIpv4_Choice_Enum) EnumDescriptor() ([]byte, []int)
Deprecated: Use ActionProtocolIpv4_Choice_Enum.Descriptor instead.
func (ActionProtocolIpv4_Choice_Enum) Number ¶ added in v0.10.10
func (x ActionProtocolIpv4_Choice_Enum) Number() protoreflect.EnumNumber
func (ActionProtocolIpv4_Choice_Enum) String ¶ added in v0.10.10
func (x ActionProtocolIpv4_Choice_Enum) String() string
func (ActionProtocolIpv4_Choice_Enum) Type ¶ added in v0.10.10
func (ActionProtocolIpv4_Choice_Enum) Type() protoreflect.EnumType
type ActionProtocolIpv6 ¶ added in v0.10.10
type ActionProtocolIpv6 struct { // Description missing in models // required = true Choice *ActionProtocolIpv6_Choice_Enum `protobuf:"varint,1,opt,name=choice,proto3,enum=otg.ActionProtocolIpv6_Choice_Enum,oneof" json:"choice,omitempty"` // Description missing in models Ping *ActionProtocolIpv6Ping `protobuf:"bytes,2,opt,name=ping,proto3" json:"ping,omitempty"` // contains filtered or unexported fields }
Actions associated with IPv6 on configured resources.
func (*ActionProtocolIpv6) Descriptor
deprecated
added in
v0.10.10
func (*ActionProtocolIpv6) Descriptor() ([]byte, []int)
Deprecated: Use ActionProtocolIpv6.ProtoReflect.Descriptor instead.
func (*ActionProtocolIpv6) GetChoice ¶ added in v0.10.10
func (x *ActionProtocolIpv6) GetChoice() ActionProtocolIpv6_Choice_Enum
func (*ActionProtocolIpv6) GetPing ¶ added in v0.10.10
func (x *ActionProtocolIpv6) GetPing() *ActionProtocolIpv6Ping
func (*ActionProtocolIpv6) ProtoMessage ¶ added in v0.10.10
func (*ActionProtocolIpv6) ProtoMessage()
func (*ActionProtocolIpv6) ProtoReflect ¶ added in v0.10.10
func (x *ActionProtocolIpv6) ProtoReflect() protoreflect.Message
func (*ActionProtocolIpv6) Reset ¶ added in v0.10.10
func (x *ActionProtocolIpv6) Reset()
func (*ActionProtocolIpv6) String ¶ added in v0.10.10
func (x *ActionProtocolIpv6) String() string
type ActionProtocolIpv6Ping ¶ added in v0.10.10
type ActionProtocolIpv6Ping struct { // List of IPv6 ping requests. Requests []*ActionProtocolIpv6PingRequest `protobuf:"bytes,1,rep,name=requests,proto3" json:"requests,omitempty"` // contains filtered or unexported fields }
Request for initiating ping between multiple source and destination pairs.
func (*ActionProtocolIpv6Ping) Descriptor
deprecated
added in
v0.10.10
func (*ActionProtocolIpv6Ping) Descriptor() ([]byte, []int)
Deprecated: Use ActionProtocolIpv6Ping.ProtoReflect.Descriptor instead.
func (*ActionProtocolIpv6Ping) GetRequests ¶ added in v0.10.10
func (x *ActionProtocolIpv6Ping) GetRequests() []*ActionProtocolIpv6PingRequest
func (*ActionProtocolIpv6Ping) ProtoMessage ¶ added in v0.10.10
func (*ActionProtocolIpv6Ping) ProtoMessage()
func (*ActionProtocolIpv6Ping) ProtoReflect ¶ added in v0.10.10
func (x *ActionProtocolIpv6Ping) ProtoReflect() protoreflect.Message
func (*ActionProtocolIpv6Ping) Reset ¶ added in v0.10.10
func (x *ActionProtocolIpv6Ping) Reset()
func (*ActionProtocolIpv6Ping) String ¶ added in v0.10.10
func (x *ActionProtocolIpv6Ping) String() string
type ActionProtocolIpv6PingRequest ¶ added in v0.10.10
type ActionProtocolIpv6PingRequest struct { // Name of source IPv6 interface to be used. // // x-constraint: // - /components/schemas/Device.Ipv6/properties/name // // x-constraint: // - /components/schemas/Device.Ipv6/properties/name SrcName *string `protobuf:"bytes,1,opt,name=src_name,json=srcName,proto3,oneof" json:"src_name,omitempty"` // Destination IPv6 address to ping. DstIp *string `protobuf:"bytes,2,opt,name=dst_ip,json=dstIp,proto3,oneof" json:"dst_ip,omitempty"` // contains filtered or unexported fields }
Under Review: Most ping request parameters are still TBD.
Under Review: Most ping request parameters are still TBD.
Request for initiating ping between a single source and destination pair. For ping request, 1 IPv6 ICMP Echo Request shall be sent and wait for ping response to either succeed or time out. The API wait timeout for each request shall be 300ms.
func (*ActionProtocolIpv6PingRequest) Descriptor
deprecated
added in
v0.10.10
func (*ActionProtocolIpv6PingRequest) Descriptor() ([]byte, []int)
Deprecated: Use ActionProtocolIpv6PingRequest.ProtoReflect.Descriptor instead.
func (*ActionProtocolIpv6PingRequest) GetDstIp ¶ added in v0.10.10
func (x *ActionProtocolIpv6PingRequest) GetDstIp() string
func (*ActionProtocolIpv6PingRequest) GetSrcName ¶ added in v0.10.10
func (x *ActionProtocolIpv6PingRequest) GetSrcName() string
func (*ActionProtocolIpv6PingRequest) ProtoMessage ¶ added in v0.10.10
func (*ActionProtocolIpv6PingRequest) ProtoMessage()
func (*ActionProtocolIpv6PingRequest) ProtoReflect ¶ added in v0.10.10
func (x *ActionProtocolIpv6PingRequest) ProtoReflect() protoreflect.Message
func (*ActionProtocolIpv6PingRequest) Reset ¶ added in v0.10.10
func (x *ActionProtocolIpv6PingRequest) Reset()
func (*ActionProtocolIpv6PingRequest) String ¶ added in v0.10.10
func (x *ActionProtocolIpv6PingRequest) String() string
type ActionProtocolIpv6_Choice ¶ added in v0.10.10
type ActionProtocolIpv6_Choice struct {
// contains filtered or unexported fields
}
func (*ActionProtocolIpv6_Choice) Descriptor
deprecated
added in
v0.10.10
func (*ActionProtocolIpv6_Choice) Descriptor() ([]byte, []int)
Deprecated: Use ActionProtocolIpv6_Choice.ProtoReflect.Descriptor instead.
func (*ActionProtocolIpv6_Choice) ProtoMessage ¶ added in v0.10.10
func (*ActionProtocolIpv6_Choice) ProtoMessage()
func (*ActionProtocolIpv6_Choice) ProtoReflect ¶ added in v0.10.10
func (x *ActionProtocolIpv6_Choice) ProtoReflect() protoreflect.Message
func (*ActionProtocolIpv6_Choice) Reset ¶ added in v0.10.10
func (x *ActionProtocolIpv6_Choice) Reset()
func (*ActionProtocolIpv6_Choice) String ¶ added in v0.10.10
func (x *ActionProtocolIpv6_Choice) String() string
type ActionProtocolIpv6_Choice_Enum ¶ added in v0.10.10
type ActionProtocolIpv6_Choice_Enum int32
const ( ActionProtocolIpv6_Choice_unspecified ActionProtocolIpv6_Choice_Enum = 0 ActionProtocolIpv6_Choice_ping ActionProtocolIpv6_Choice_Enum = 1 )
func (ActionProtocolIpv6_Choice_Enum) Descriptor ¶ added in v0.10.10
func (ActionProtocolIpv6_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
func (ActionProtocolIpv6_Choice_Enum) Enum ¶ added in v0.10.10
func (x ActionProtocolIpv6_Choice_Enum) Enum() *ActionProtocolIpv6_Choice_Enum
func (ActionProtocolIpv6_Choice_Enum) EnumDescriptor
deprecated
added in
v0.10.10
func (ActionProtocolIpv6_Choice_Enum) EnumDescriptor() ([]byte, []int)
Deprecated: Use ActionProtocolIpv6_Choice_Enum.Descriptor instead.
func (ActionProtocolIpv6_Choice_Enum) Number ¶ added in v0.10.10
func (x ActionProtocolIpv6_Choice_Enum) Number() protoreflect.EnumNumber
func (ActionProtocolIpv6_Choice_Enum) String ¶ added in v0.10.10
func (x ActionProtocolIpv6_Choice_Enum) String() string
func (ActionProtocolIpv6_Choice_Enum) Type ¶ added in v0.10.10
func (ActionProtocolIpv6_Choice_Enum) Type() protoreflect.EnumType
type ActionProtocol_Choice ¶ added in v0.10.10
type ActionProtocol_Choice struct {
// contains filtered or unexported fields
}
func (*ActionProtocol_Choice) Descriptor
deprecated
added in
v0.10.10
func (*ActionProtocol_Choice) Descriptor() ([]byte, []int)
Deprecated: Use ActionProtocol_Choice.ProtoReflect.Descriptor instead.
func (*ActionProtocol_Choice) ProtoMessage ¶ added in v0.10.10
func (*ActionProtocol_Choice) ProtoMessage()
func (*ActionProtocol_Choice) ProtoReflect ¶ added in v0.10.10
func (x *ActionProtocol_Choice) ProtoReflect() protoreflect.Message
func (*ActionProtocol_Choice) Reset ¶ added in v0.10.10
func (x *ActionProtocol_Choice) Reset()
func (*ActionProtocol_Choice) String ¶ added in v0.10.10
func (x *ActionProtocol_Choice) String() string
type ActionProtocol_Choice_Enum ¶ added in v0.10.10
type ActionProtocol_Choice_Enum int32
const ( ActionProtocol_Choice_unspecified ActionProtocol_Choice_Enum = 0 ActionProtocol_Choice_ipv4 ActionProtocol_Choice_Enum = 1 ActionProtocol_Choice_ipv6 ActionProtocol_Choice_Enum = 2 ActionProtocol_Choice_bgp ActionProtocol_Choice_Enum = 3 )
func (ActionProtocol_Choice_Enum) Descriptor ¶ added in v0.10.10
func (ActionProtocol_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
func (ActionProtocol_Choice_Enum) Enum ¶ added in v0.10.10
func (x ActionProtocol_Choice_Enum) Enum() *ActionProtocol_Choice_Enum
func (ActionProtocol_Choice_Enum) EnumDescriptor
deprecated
added in
v0.10.10
func (ActionProtocol_Choice_Enum) EnumDescriptor() ([]byte, []int)
Deprecated: Use ActionProtocol_Choice_Enum.Descriptor instead.
func (ActionProtocol_Choice_Enum) Number ¶ added in v0.10.10
func (x ActionProtocol_Choice_Enum) Number() protoreflect.EnumNumber
func (ActionProtocol_Choice_Enum) String ¶ added in v0.10.10
func (x ActionProtocol_Choice_Enum) String() string
func (ActionProtocol_Choice_Enum) Type ¶ added in v0.10.10
func (ActionProtocol_Choice_Enum) Type() protoreflect.EnumType
type ActionResponse ¶ added in v0.10.10
type ActionResponse struct { // Description missing in models // required = true Choice *ActionResponse_Choice_Enum `protobuf:"varint,1,opt,name=choice,proto3,enum=otg.ActionResponse_Choice_Enum,oneof" json:"choice,omitempty"` // Description missing in models Protocol *ActionResponseProtocol `protobuf:"bytes,2,opt,name=protocol,proto3" json:"protocol,omitempty"` // contains filtered or unexported fields }
Response for action triggered against configured resources.
func (*ActionResponse) Descriptor
deprecated
added in
v0.10.10
func (*ActionResponse) Descriptor() ([]byte, []int)
Deprecated: Use ActionResponse.ProtoReflect.Descriptor instead.
func (*ActionResponse) GetChoice ¶ added in v0.10.10
func (x *ActionResponse) GetChoice() ActionResponse_Choice_Enum
func (*ActionResponse) GetProtocol ¶ added in v0.10.10
func (x *ActionResponse) GetProtocol() *ActionResponseProtocol
func (*ActionResponse) ProtoMessage ¶ added in v0.10.10
func (*ActionResponse) ProtoMessage()
func (*ActionResponse) ProtoReflect ¶ added in v0.10.10
func (x *ActionResponse) ProtoReflect() protoreflect.Message
func (*ActionResponse) Reset ¶ added in v0.10.10
func (x *ActionResponse) Reset()
func (*ActionResponse) String ¶ added in v0.10.10
func (x *ActionResponse) String() string
type ActionResponseProtocol ¶ added in v0.10.10
type ActionResponseProtocol struct { // Description missing in models // required = true Choice *ActionResponseProtocol_Choice_Enum `protobuf:"varint,1,opt,name=choice,proto3,enum=otg.ActionResponseProtocol_Choice_Enum,oneof" json:"choice,omitempty"` // Description missing in models Ipv4 *ActionResponseProtocolIpv4 `protobuf:"bytes,2,opt,name=ipv4,proto3" json:"ipv4,omitempty"` // Description missing in models Ipv6 *ActionResponseProtocolIpv6 `protobuf:"bytes,3,opt,name=ipv6,proto3" json:"ipv6,omitempty"` // contains filtered or unexported fields }
Response for actions associated with protocols on configured resources.
func (*ActionResponseProtocol) Descriptor
deprecated
added in
v0.10.10
func (*ActionResponseProtocol) Descriptor() ([]byte, []int)
Deprecated: Use ActionResponseProtocol.ProtoReflect.Descriptor instead.
func (*ActionResponseProtocol) GetChoice ¶ added in v0.10.10
func (x *ActionResponseProtocol) GetChoice() ActionResponseProtocol_Choice_Enum
func (*ActionResponseProtocol) GetIpv4 ¶ added in v0.10.10
func (x *ActionResponseProtocol) GetIpv4() *ActionResponseProtocolIpv4
func (*ActionResponseProtocol) GetIpv6 ¶ added in v0.10.10
func (x *ActionResponseProtocol) GetIpv6() *ActionResponseProtocolIpv6
func (*ActionResponseProtocol) ProtoMessage ¶ added in v0.10.10
func (*ActionResponseProtocol) ProtoMessage()
func (*ActionResponseProtocol) ProtoReflect ¶ added in v0.10.10
func (x *ActionResponseProtocol) ProtoReflect() protoreflect.Message
func (*ActionResponseProtocol) Reset ¶ added in v0.10.10
func (x *ActionResponseProtocol) Reset()
func (*ActionResponseProtocol) String ¶ added in v0.10.10
func (x *ActionResponseProtocol) String() string
type ActionResponseProtocolIpv4 ¶ added in v0.10.10
type ActionResponseProtocolIpv4 struct { // Description missing in models // required = true Choice *ActionResponseProtocolIpv4_Choice_Enum `protobuf:"varint,1,opt,name=choice,proto3,enum=otg.ActionResponseProtocolIpv4_Choice_Enum,oneof" json:"choice,omitempty"` // Description missing in models Ping *ActionResponseProtocolIpv4Ping `protobuf:"bytes,2,opt,name=ping,proto3" json:"ping,omitempty"` // contains filtered or unexported fields }
Response for actions associated with IPv4 on configured resources.
func (*ActionResponseProtocolIpv4) Descriptor
deprecated
added in
v0.10.10
func (*ActionResponseProtocolIpv4) Descriptor() ([]byte, []int)
Deprecated: Use ActionResponseProtocolIpv4.ProtoReflect.Descriptor instead.
func (*ActionResponseProtocolIpv4) GetChoice ¶ added in v0.10.10
func (x *ActionResponseProtocolIpv4) GetChoice() ActionResponseProtocolIpv4_Choice_Enum
func (*ActionResponseProtocolIpv4) GetPing ¶ added in v0.10.10
func (x *ActionResponseProtocolIpv4) GetPing() *ActionResponseProtocolIpv4Ping
func (*ActionResponseProtocolIpv4) ProtoMessage ¶ added in v0.10.10
func (*ActionResponseProtocolIpv4) ProtoMessage()
func (*ActionResponseProtocolIpv4) ProtoReflect ¶ added in v0.10.10
func (x *ActionResponseProtocolIpv4) ProtoReflect() protoreflect.Message
func (*ActionResponseProtocolIpv4) Reset ¶ added in v0.10.10
func (x *ActionResponseProtocolIpv4) Reset()
func (*ActionResponseProtocolIpv4) String ¶ added in v0.10.10
func (x *ActionResponseProtocolIpv4) String() string
type ActionResponseProtocolIpv4Ping ¶ added in v0.10.10
type ActionResponseProtocolIpv4Ping struct { // List of responses for IPv4 ping responses. Responses []*ActionResponseProtocolIpv4PingResponse `protobuf:"bytes,1,rep,name=responses,proto3" json:"responses,omitempty"` // contains filtered or unexported fields }
Response for ping initiated between multiple source and destination pairs.
func (*ActionResponseProtocolIpv4Ping) Descriptor
deprecated
added in
v0.10.10
func (*ActionResponseProtocolIpv4Ping) Descriptor() ([]byte, []int)
Deprecated: Use ActionResponseProtocolIpv4Ping.ProtoReflect.Descriptor instead.
func (*ActionResponseProtocolIpv4Ping) GetResponses ¶ added in v0.10.10
func (x *ActionResponseProtocolIpv4Ping) GetResponses() []*ActionResponseProtocolIpv4PingResponse
func (*ActionResponseProtocolIpv4Ping) ProtoMessage ¶ added in v0.10.10
func (*ActionResponseProtocolIpv4Ping) ProtoMessage()
func (*ActionResponseProtocolIpv4Ping) ProtoReflect ¶ added in v0.10.10
func (x *ActionResponseProtocolIpv4Ping) ProtoReflect() protoreflect.Message
func (*ActionResponseProtocolIpv4Ping) Reset ¶ added in v0.10.10
func (x *ActionResponseProtocolIpv4Ping) Reset()
func (*ActionResponseProtocolIpv4Ping) String ¶ added in v0.10.10
func (x *ActionResponseProtocolIpv4Ping) String() string
type ActionResponseProtocolIpv4PingResponse ¶ added in v0.10.10
type ActionResponseProtocolIpv4PingResponse struct { // Name of source IPv4 interface used for ping. // // x-constraint: // - /components/schemas/Device.Ipv4/properties/name // // x-constraint: // - /components/schemas/Device.Ipv4/properties/name // // required = true SrcName *string `protobuf:"bytes,1,opt,name=src_name,json=srcName,proto3,oneof" json:"src_name,omitempty"` // Destination IPv4 address used for ping. // required = true DstIp *string `protobuf:"bytes,2,opt,name=dst_ip,json=dstIp,proto3,oneof" json:"dst_ip,omitempty"` // Result of the ping request. // required = true Result *ActionResponseProtocolIpv4PingResponse_Result_Enum `` /* 132-byte string literal not displayed */ // contains filtered or unexported fields }
Response for ping initiated between a single source and destination pair.
func (*ActionResponseProtocolIpv4PingResponse) Descriptor
deprecated
added in
v0.10.10
func (*ActionResponseProtocolIpv4PingResponse) Descriptor() ([]byte, []int)
Deprecated: Use ActionResponseProtocolIpv4PingResponse.ProtoReflect.Descriptor instead.
func (*ActionResponseProtocolIpv4PingResponse) GetDstIp ¶ added in v0.10.10
func (x *ActionResponseProtocolIpv4PingResponse) GetDstIp() string
func (*ActionResponseProtocolIpv4PingResponse) GetResult ¶ added in v0.10.10
func (x *ActionResponseProtocolIpv4PingResponse) GetResult() ActionResponseProtocolIpv4PingResponse_Result_Enum
func (*ActionResponseProtocolIpv4PingResponse) GetSrcName ¶ added in v0.10.10
func (x *ActionResponseProtocolIpv4PingResponse) GetSrcName() string
func (*ActionResponseProtocolIpv4PingResponse) ProtoMessage ¶ added in v0.10.10
func (*ActionResponseProtocolIpv4PingResponse) ProtoMessage()
func (*ActionResponseProtocolIpv4PingResponse) ProtoReflect ¶ added in v0.10.10
func (x *ActionResponseProtocolIpv4PingResponse) ProtoReflect() protoreflect.Message
func (*ActionResponseProtocolIpv4PingResponse) Reset ¶ added in v0.10.10
func (x *ActionResponseProtocolIpv4PingResponse) Reset()
func (*ActionResponseProtocolIpv4PingResponse) String ¶ added in v0.10.10
func (x *ActionResponseProtocolIpv4PingResponse) String() string
type ActionResponseProtocolIpv4PingResponse_Result ¶ added in v0.10.10
type ActionResponseProtocolIpv4PingResponse_Result struct {
// contains filtered or unexported fields
}
func (*ActionResponseProtocolIpv4PingResponse_Result) Descriptor
deprecated
added in
v0.10.10
func (*ActionResponseProtocolIpv4PingResponse_Result) Descriptor() ([]byte, []int)
Deprecated: Use ActionResponseProtocolIpv4PingResponse_Result.ProtoReflect.Descriptor instead.
func (*ActionResponseProtocolIpv4PingResponse_Result) ProtoMessage ¶ added in v0.10.10
func (*ActionResponseProtocolIpv4PingResponse_Result) ProtoMessage()
func (*ActionResponseProtocolIpv4PingResponse_Result) ProtoReflect ¶ added in v0.10.10
func (x *ActionResponseProtocolIpv4PingResponse_Result) ProtoReflect() protoreflect.Message
func (*ActionResponseProtocolIpv4PingResponse_Result) Reset ¶ added in v0.10.10
func (x *ActionResponseProtocolIpv4PingResponse_Result) Reset()
func (*ActionResponseProtocolIpv4PingResponse_Result) String ¶ added in v0.10.10
func (x *ActionResponseProtocolIpv4PingResponse_Result) String() string
type ActionResponseProtocolIpv4PingResponse_Result_Enum ¶ added in v0.10.10
type ActionResponseProtocolIpv4PingResponse_Result_Enum int32
const ( ActionResponseProtocolIpv4PingResponse_Result_unspecified ActionResponseProtocolIpv4PingResponse_Result_Enum = 0 ActionResponseProtocolIpv4PingResponse_Result_succeeded ActionResponseProtocolIpv4PingResponse_Result_Enum = 1 ActionResponseProtocolIpv4PingResponse_Result_failed ActionResponseProtocolIpv4PingResponse_Result_Enum = 2 )
func (ActionResponseProtocolIpv4PingResponse_Result_Enum) Descriptor ¶ added in v0.10.10
func (ActionResponseProtocolIpv4PingResponse_Result_Enum) Descriptor() protoreflect.EnumDescriptor
func (ActionResponseProtocolIpv4PingResponse_Result_Enum) EnumDescriptor
deprecated
added in
v0.10.10
func (ActionResponseProtocolIpv4PingResponse_Result_Enum) EnumDescriptor() ([]byte, []int)
Deprecated: Use ActionResponseProtocolIpv4PingResponse_Result_Enum.Descriptor instead.
func (ActionResponseProtocolIpv4PingResponse_Result_Enum) Number ¶ added in v0.10.10
func (x ActionResponseProtocolIpv4PingResponse_Result_Enum) Number() protoreflect.EnumNumber
func (ActionResponseProtocolIpv4PingResponse_Result_Enum) String ¶ added in v0.10.10
func (x ActionResponseProtocolIpv4PingResponse_Result_Enum) String() string
type ActionResponseProtocolIpv4_Choice ¶ added in v0.10.10
type ActionResponseProtocolIpv4_Choice struct {
// contains filtered or unexported fields
}
func (*ActionResponseProtocolIpv4_Choice) Descriptor
deprecated
added in
v0.10.10
func (*ActionResponseProtocolIpv4_Choice) Descriptor() ([]byte, []int)
Deprecated: Use ActionResponseProtocolIpv4_Choice.ProtoReflect.Descriptor instead.
func (*ActionResponseProtocolIpv4_Choice) ProtoMessage ¶ added in v0.10.10
func (*ActionResponseProtocolIpv4_Choice) ProtoMessage()
func (*ActionResponseProtocolIpv4_Choice) ProtoReflect ¶ added in v0.10.10
func (x *ActionResponseProtocolIpv4_Choice) ProtoReflect() protoreflect.Message
func (*ActionResponseProtocolIpv4_Choice) Reset ¶ added in v0.10.10
func (x *ActionResponseProtocolIpv4_Choice) Reset()
func (*ActionResponseProtocolIpv4_Choice) String ¶ added in v0.10.10
func (x *ActionResponseProtocolIpv4_Choice) String() string
type ActionResponseProtocolIpv4_Choice_Enum ¶ added in v0.10.10
type ActionResponseProtocolIpv4_Choice_Enum int32
const ( ActionResponseProtocolIpv4_Choice_unspecified ActionResponseProtocolIpv4_Choice_Enum = 0 ActionResponseProtocolIpv4_Choice_ping ActionResponseProtocolIpv4_Choice_Enum = 1 )
func (ActionResponseProtocolIpv4_Choice_Enum) Descriptor ¶ added in v0.10.10
func (ActionResponseProtocolIpv4_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
func (ActionResponseProtocolIpv4_Choice_Enum) EnumDescriptor
deprecated
added in
v0.10.10
func (ActionResponseProtocolIpv4_Choice_Enum) EnumDescriptor() ([]byte, []int)
Deprecated: Use ActionResponseProtocolIpv4_Choice_Enum.Descriptor instead.
func (ActionResponseProtocolIpv4_Choice_Enum) Number ¶ added in v0.10.10
func (x ActionResponseProtocolIpv4_Choice_Enum) Number() protoreflect.EnumNumber
func (ActionResponseProtocolIpv4_Choice_Enum) String ¶ added in v0.10.10
func (x ActionResponseProtocolIpv4_Choice_Enum) String() string
func (ActionResponseProtocolIpv4_Choice_Enum) Type ¶ added in v0.10.10
func (ActionResponseProtocolIpv4_Choice_Enum) Type() protoreflect.EnumType
type ActionResponseProtocolIpv6 ¶ added in v0.10.10
type ActionResponseProtocolIpv6 struct { // Description missing in models // required = true Choice *ActionResponseProtocolIpv6_Choice_Enum `protobuf:"varint,1,opt,name=choice,proto3,enum=otg.ActionResponseProtocolIpv6_Choice_Enum,oneof" json:"choice,omitempty"` // Description missing in models Ping *ActionResponseProtocolIpv6Ping `protobuf:"bytes,2,opt,name=ping,proto3" json:"ping,omitempty"` // contains filtered or unexported fields }
Response for actions associated with IPv6 on configured resources.
func (*ActionResponseProtocolIpv6) Descriptor
deprecated
added in
v0.10.10
func (*ActionResponseProtocolIpv6) Descriptor() ([]byte, []int)
Deprecated: Use ActionResponseProtocolIpv6.ProtoReflect.Descriptor instead.
func (*ActionResponseProtocolIpv6) GetChoice ¶ added in v0.10.10
func (x *ActionResponseProtocolIpv6) GetChoice() ActionResponseProtocolIpv6_Choice_Enum
func (*ActionResponseProtocolIpv6) GetPing ¶ added in v0.10.10
func (x *ActionResponseProtocolIpv6) GetPing() *ActionResponseProtocolIpv6Ping
func (*ActionResponseProtocolIpv6) ProtoMessage ¶ added in v0.10.10
func (*ActionResponseProtocolIpv6) ProtoMessage()
func (*ActionResponseProtocolIpv6) ProtoReflect ¶ added in v0.10.10
func (x *ActionResponseProtocolIpv6) ProtoReflect() protoreflect.Message
func (*ActionResponseProtocolIpv6) Reset ¶ added in v0.10.10
func (x *ActionResponseProtocolIpv6) Reset()
func (*ActionResponseProtocolIpv6) String ¶ added in v0.10.10
func (x *ActionResponseProtocolIpv6) String() string
type ActionResponseProtocolIpv6Ping ¶ added in v0.10.10
type ActionResponseProtocolIpv6Ping struct { // List of responses for IPv6 ping responses. Responses []*ActionResponseProtocolIpv6PingResponse `protobuf:"bytes,1,rep,name=responses,proto3" json:"responses,omitempty"` // contains filtered or unexported fields }
Response for ping initiated between multiple source and destination pairs.
func (*ActionResponseProtocolIpv6Ping) Descriptor
deprecated
added in
v0.10.10
func (*ActionResponseProtocolIpv6Ping) Descriptor() ([]byte, []int)
Deprecated: Use ActionResponseProtocolIpv6Ping.ProtoReflect.Descriptor instead.
func (*ActionResponseProtocolIpv6Ping) GetResponses ¶ added in v0.10.10
func (x *ActionResponseProtocolIpv6Ping) GetResponses() []*ActionResponseProtocolIpv6PingResponse
func (*ActionResponseProtocolIpv6Ping) ProtoMessage ¶ added in v0.10.10
func (*ActionResponseProtocolIpv6Ping) ProtoMessage()
func (*ActionResponseProtocolIpv6Ping) ProtoReflect ¶ added in v0.10.10
func (x *ActionResponseProtocolIpv6Ping) ProtoReflect() protoreflect.Message
func (*ActionResponseProtocolIpv6Ping) Reset ¶ added in v0.10.10
func (x *ActionResponseProtocolIpv6Ping) Reset()
func (*ActionResponseProtocolIpv6Ping) String ¶ added in v0.10.10
func (x *ActionResponseProtocolIpv6Ping) String() string
type ActionResponseProtocolIpv6PingResponse ¶ added in v0.10.10
type ActionResponseProtocolIpv6PingResponse struct { // Name of source IPv6 interface used for ping. // // x-constraint: // - /components/schemas/Device.Ipv6/properties/name // // x-constraint: // - /components/schemas/Device.Ipv6/properties/name // // required = true SrcName *string `protobuf:"bytes,1,opt,name=src_name,json=srcName,proto3,oneof" json:"src_name,omitempty"` // Destination IPv6 address used for ping. // required = true DstIp *string `protobuf:"bytes,2,opt,name=dst_ip,json=dstIp,proto3,oneof" json:"dst_ip,omitempty"` // Result of the ping request. // required = true Result *ActionResponseProtocolIpv6PingResponse_Result_Enum `` /* 132-byte string literal not displayed */ // contains filtered or unexported fields }
Response for ping initiated between a single source and destination pair.
func (*ActionResponseProtocolIpv6PingResponse) Descriptor
deprecated
added in
v0.10.10
func (*ActionResponseProtocolIpv6PingResponse) Descriptor() ([]byte, []int)
Deprecated: Use ActionResponseProtocolIpv6PingResponse.ProtoReflect.Descriptor instead.
func (*ActionResponseProtocolIpv6PingResponse) GetDstIp ¶ added in v0.10.10
func (x *ActionResponseProtocolIpv6PingResponse) GetDstIp() string
func (*ActionResponseProtocolIpv6PingResponse) GetResult ¶ added in v0.10.10
func (x *ActionResponseProtocolIpv6PingResponse) GetResult() ActionResponseProtocolIpv6PingResponse_Result_Enum
func (*ActionResponseProtocolIpv6PingResponse) GetSrcName ¶ added in v0.10.10
func (x *ActionResponseProtocolIpv6PingResponse) GetSrcName() string
func (*ActionResponseProtocolIpv6PingResponse) ProtoMessage ¶ added in v0.10.10
func (*ActionResponseProtocolIpv6PingResponse) ProtoMessage()
func (*ActionResponseProtocolIpv6PingResponse) ProtoReflect ¶ added in v0.10.10
func (x *ActionResponseProtocolIpv6PingResponse) ProtoReflect() protoreflect.Message
func (*ActionResponseProtocolIpv6PingResponse) Reset ¶ added in v0.10.10
func (x *ActionResponseProtocolIpv6PingResponse) Reset()
func (*ActionResponseProtocolIpv6PingResponse) String ¶ added in v0.10.10
func (x *ActionResponseProtocolIpv6PingResponse) String() string
type ActionResponseProtocolIpv6PingResponse_Result ¶ added in v0.10.10
type ActionResponseProtocolIpv6PingResponse_Result struct {
// contains filtered or unexported fields
}
func (*ActionResponseProtocolIpv6PingResponse_Result) Descriptor
deprecated
added in
v0.10.10
func (*ActionResponseProtocolIpv6PingResponse_Result) Descriptor() ([]byte, []int)
Deprecated: Use ActionResponseProtocolIpv6PingResponse_Result.ProtoReflect.Descriptor instead.
func (*ActionResponseProtocolIpv6PingResponse_Result) ProtoMessage ¶ added in v0.10.10
func (*ActionResponseProtocolIpv6PingResponse_Result) ProtoMessage()
func (*ActionResponseProtocolIpv6PingResponse_Result) ProtoReflect ¶ added in v0.10.10
func (x *ActionResponseProtocolIpv6PingResponse_Result) ProtoReflect() protoreflect.Message
func (*ActionResponseProtocolIpv6PingResponse_Result) Reset ¶ added in v0.10.10
func (x *ActionResponseProtocolIpv6PingResponse_Result) Reset()
func (*ActionResponseProtocolIpv6PingResponse_Result) String ¶ added in v0.10.10
func (x *ActionResponseProtocolIpv6PingResponse_Result) String() string
type ActionResponseProtocolIpv6PingResponse_Result_Enum ¶ added in v0.10.10
type ActionResponseProtocolIpv6PingResponse_Result_Enum int32
const ( ActionResponseProtocolIpv6PingResponse_Result_unspecified ActionResponseProtocolIpv6PingResponse_Result_Enum = 0 ActionResponseProtocolIpv6PingResponse_Result_succeeded ActionResponseProtocolIpv6PingResponse_Result_Enum = 1 ActionResponseProtocolIpv6PingResponse_Result_failed ActionResponseProtocolIpv6PingResponse_Result_Enum = 2 )
func (ActionResponseProtocolIpv6PingResponse_Result_Enum) Descriptor ¶ added in v0.10.10
func (ActionResponseProtocolIpv6PingResponse_Result_Enum) Descriptor() protoreflect.EnumDescriptor
func (ActionResponseProtocolIpv6PingResponse_Result_Enum) EnumDescriptor
deprecated
added in
v0.10.10
func (ActionResponseProtocolIpv6PingResponse_Result_Enum) EnumDescriptor() ([]byte, []int)
Deprecated: Use ActionResponseProtocolIpv6PingResponse_Result_Enum.Descriptor instead.
func (ActionResponseProtocolIpv6PingResponse_Result_Enum) Number ¶ added in v0.10.10
func (x ActionResponseProtocolIpv6PingResponse_Result_Enum) Number() protoreflect.EnumNumber
func (ActionResponseProtocolIpv6PingResponse_Result_Enum) String ¶ added in v0.10.10
func (x ActionResponseProtocolIpv6PingResponse_Result_Enum) String() string
type ActionResponseProtocolIpv6_Choice ¶ added in v0.10.10
type ActionResponseProtocolIpv6_Choice struct {
// contains filtered or unexported fields
}
func (*ActionResponseProtocolIpv6_Choice) Descriptor
deprecated
added in
v0.10.10
func (*ActionResponseProtocolIpv6_Choice) Descriptor() ([]byte, []int)
Deprecated: Use ActionResponseProtocolIpv6_Choice.ProtoReflect.Descriptor instead.
func (*ActionResponseProtocolIpv6_Choice) ProtoMessage ¶ added in v0.10.10
func (*ActionResponseProtocolIpv6_Choice) ProtoMessage()
func (*ActionResponseProtocolIpv6_Choice) ProtoReflect ¶ added in v0.10.10
func (x *ActionResponseProtocolIpv6_Choice) ProtoReflect() protoreflect.Message
func (*ActionResponseProtocolIpv6_Choice) Reset ¶ added in v0.10.10
func (x *ActionResponseProtocolIpv6_Choice) Reset()
func (*ActionResponseProtocolIpv6_Choice) String ¶ added in v0.10.10
func (x *ActionResponseProtocolIpv6_Choice) String() string
type ActionResponseProtocolIpv6_Choice_Enum ¶ added in v0.10.10
type ActionResponseProtocolIpv6_Choice_Enum int32
const ( ActionResponseProtocolIpv6_Choice_unspecified ActionResponseProtocolIpv6_Choice_Enum = 0 ActionResponseProtocolIpv6_Choice_ping ActionResponseProtocolIpv6_Choice_Enum = 1 )
func (ActionResponseProtocolIpv6_Choice_Enum) Descriptor ¶ added in v0.10.10
func (ActionResponseProtocolIpv6_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
func (ActionResponseProtocolIpv6_Choice_Enum) EnumDescriptor
deprecated
added in
v0.10.10
func (ActionResponseProtocolIpv6_Choice_Enum) EnumDescriptor() ([]byte, []int)
Deprecated: Use ActionResponseProtocolIpv6_Choice_Enum.Descriptor instead.
func (ActionResponseProtocolIpv6_Choice_Enum) Number ¶ added in v0.10.10
func (x ActionResponseProtocolIpv6_Choice_Enum) Number() protoreflect.EnumNumber
func (ActionResponseProtocolIpv6_Choice_Enum) String ¶ added in v0.10.10
func (x ActionResponseProtocolIpv6_Choice_Enum) String() string
func (ActionResponseProtocolIpv6_Choice_Enum) Type ¶ added in v0.10.10
func (ActionResponseProtocolIpv6_Choice_Enum) Type() protoreflect.EnumType
type ActionResponseProtocol_Choice ¶ added in v0.10.10
type ActionResponseProtocol_Choice struct {
// contains filtered or unexported fields
}
func (*ActionResponseProtocol_Choice) Descriptor
deprecated
added in
v0.10.10
func (*ActionResponseProtocol_Choice) Descriptor() ([]byte, []int)
Deprecated: Use ActionResponseProtocol_Choice.ProtoReflect.Descriptor instead.
func (*ActionResponseProtocol_Choice) ProtoMessage ¶ added in v0.10.10
func (*ActionResponseProtocol_Choice) ProtoMessage()
func (*ActionResponseProtocol_Choice) ProtoReflect ¶ added in v0.10.10
func (x *ActionResponseProtocol_Choice) ProtoReflect() protoreflect.Message
func (*ActionResponseProtocol_Choice) Reset ¶ added in v0.10.10
func (x *ActionResponseProtocol_Choice) Reset()
func (*ActionResponseProtocol_Choice) String ¶ added in v0.10.10
func (x *ActionResponseProtocol_Choice) String() string
type ActionResponseProtocol_Choice_Enum ¶ added in v0.10.10
type ActionResponseProtocol_Choice_Enum int32
const ( ActionResponseProtocol_Choice_unspecified ActionResponseProtocol_Choice_Enum = 0 ActionResponseProtocol_Choice_ipv4 ActionResponseProtocol_Choice_Enum = 1 ActionResponseProtocol_Choice_ipv6 ActionResponseProtocol_Choice_Enum = 2 )
func (ActionResponseProtocol_Choice_Enum) Descriptor ¶ added in v0.10.10
func (ActionResponseProtocol_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
func (ActionResponseProtocol_Choice_Enum) Enum ¶ added in v0.10.10
func (x ActionResponseProtocol_Choice_Enum) Enum() *ActionResponseProtocol_Choice_Enum
func (ActionResponseProtocol_Choice_Enum) EnumDescriptor
deprecated
added in
v0.10.10
func (ActionResponseProtocol_Choice_Enum) EnumDescriptor() ([]byte, []int)
Deprecated: Use ActionResponseProtocol_Choice_Enum.Descriptor instead.
func (ActionResponseProtocol_Choice_Enum) Number ¶ added in v0.10.10
func (x ActionResponseProtocol_Choice_Enum) Number() protoreflect.EnumNumber
func (ActionResponseProtocol_Choice_Enum) String ¶ added in v0.10.10
func (x ActionResponseProtocol_Choice_Enum) String() string
func (ActionResponseProtocol_Choice_Enum) Type ¶ added in v0.10.10
func (ActionResponseProtocol_Choice_Enum) Type() protoreflect.EnumType
type ActionResponse_Choice ¶ added in v0.10.10
type ActionResponse_Choice struct {
// contains filtered or unexported fields
}
func (*ActionResponse_Choice) Descriptor
deprecated
added in
v0.10.10
func (*ActionResponse_Choice) Descriptor() ([]byte, []int)
Deprecated: Use ActionResponse_Choice.ProtoReflect.Descriptor instead.
func (*ActionResponse_Choice) ProtoMessage ¶ added in v0.10.10
func (*ActionResponse_Choice) ProtoMessage()
func (*ActionResponse_Choice) ProtoReflect ¶ added in v0.10.10
func (x *ActionResponse_Choice) ProtoReflect() protoreflect.Message
func (*ActionResponse_Choice) Reset ¶ added in v0.10.10
func (x *ActionResponse_Choice) Reset()
func (*ActionResponse_Choice) String ¶ added in v0.10.10
func (x *ActionResponse_Choice) String() string
type ActionResponse_Choice_Enum ¶ added in v0.10.10
type ActionResponse_Choice_Enum int32
const ( ActionResponse_Choice_unspecified ActionResponse_Choice_Enum = 0 ActionResponse_Choice_protocol ActionResponse_Choice_Enum = 1 )
func (ActionResponse_Choice_Enum) Descriptor ¶ added in v0.10.10
func (ActionResponse_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
func (ActionResponse_Choice_Enum) Enum ¶ added in v0.10.10
func (x ActionResponse_Choice_Enum) Enum() *ActionResponse_Choice_Enum
func (ActionResponse_Choice_Enum) EnumDescriptor
deprecated
added in
v0.10.10
func (ActionResponse_Choice_Enum) EnumDescriptor() ([]byte, []int)
Deprecated: Use ActionResponse_Choice_Enum.Descriptor instead.
func (ActionResponse_Choice_Enum) Number ¶ added in v0.10.10
func (x ActionResponse_Choice_Enum) Number() protoreflect.EnumNumber
func (ActionResponse_Choice_Enum) String ¶ added in v0.10.10
func (x ActionResponse_Choice_Enum) String() string
func (ActionResponse_Choice_Enum) Type ¶ added in v0.10.10
func (ActionResponse_Choice_Enum) Type() protoreflect.EnumType
type BgpAddPath ¶
type BgpAddPath struct { // The id of the additional path. // default = 1 PathId *uint32 `protobuf:"varint,1,opt,name=path_id,json=pathId,proto3,oneof" json:"path_id,omitempty"` // contains filtered or unexported fields }
The BGP Additional Paths feature is a BGP extension that allows the advertisement of multiple paths for the same prefix without the new paths implicitly replacing any previous paths.
func (*BgpAddPath) Descriptor
deprecated
func (*BgpAddPath) Descriptor() ([]byte, []int)
Deprecated: Use BgpAddPath.ProtoReflect.Descriptor instead.
func (*BgpAddPath) GetPathId ¶
func (x *BgpAddPath) GetPathId() uint32
func (*BgpAddPath) ProtoMessage ¶
func (*BgpAddPath) ProtoMessage()
func (*BgpAddPath) ProtoReflect ¶
func (x *BgpAddPath) ProtoReflect() protoreflect.Message
func (*BgpAddPath) Reset ¶
func (x *BgpAddPath) Reset()
func (*BgpAddPath) String ¶
func (x *BgpAddPath) String() string
type BgpAdvanced ¶
type BgpAdvanced struct { // Number of seconds the sender proposes for the value of the Hold Timer. // default = 90 HoldTimeInterval *uint32 `protobuf:"varint,1,opt,name=hold_time_interval,json=holdTimeInterval,proto3,oneof" json:"hold_time_interval,omitempty"` // Number of seconds between transmissions of Keepalive messages by this peer. // default = 30 KeepAliveInterval *uint32 `protobuf:"varint,2,opt,name=keep_alive_interval,json=keepAliveInterval,proto3,oneof" json:"keep_alive_interval,omitempty"` // The time interval at which Update messages are sent to the DUT, expressed as the // number of milliseconds between Update messages. The update interval 0 implies to // send all the updates as fast as possible. // default = 0 UpdateInterval *uint32 `protobuf:"varint,3,opt,name=update_interval,json=updateInterval,proto3,oneof" json:"update_interval,omitempty"` // The limited number of iterations that a unit of data can experience before the data // is discarded. This is placed in the TTL field in the IP header of the transmitted // packets. // default = 64 TimeToLive *uint32 `protobuf:"varint,4,opt,name=time_to_live,json=timeToLive,proto3,oneof" json:"time_to_live,omitempty"` // The value to be used as a secret MD5 key for authentication. If not configured, MD5 // authentication will not be enabled. Md5Key *string `protobuf:"bytes,5,opt,name=md5_key,json=md5Key,proto3,oneof" json:"md5_key,omitempty"` // If set to true, the local BGP peer will wait for the remote peer to initiate the // BGP session // by establishing the TCP connection, rather than initiating sessions from the local // peer. // default = False PassiveMode *bool `protobuf:"varint,6,opt,name=passive_mode,json=passiveMode,proto3,oneof" json:"passive_mode,omitempty"` // The TCP port number on which to accept BGP connections from the remote peer. // default = 179 ListenPort *uint32 `protobuf:"varint,7,opt,name=listen_port,json=listenPort,proto3,oneof" json:"listen_port,omitempty"` // Destination TCP port number of the BGP peer when initiating a // session from the local BGP peer. // default = 179 NeighborPort *uint32 `protobuf:"varint,8,opt,name=neighbor_port,json=neighborPort,proto3,oneof" json:"neighbor_port,omitempty"` // contains filtered or unexported fields }
Configuration for BGP advanced settings.
func (*BgpAdvanced) Descriptor
deprecated
func (*BgpAdvanced) Descriptor() ([]byte, []int)
Deprecated: Use BgpAdvanced.ProtoReflect.Descriptor instead.
func (*BgpAdvanced) GetHoldTimeInterval ¶
func (x *BgpAdvanced) GetHoldTimeInterval() uint32
func (*BgpAdvanced) GetKeepAliveInterval ¶
func (x *BgpAdvanced) GetKeepAliveInterval() uint32
func (*BgpAdvanced) GetListenPort ¶ added in v0.13.3
func (x *BgpAdvanced) GetListenPort() uint32
func (*BgpAdvanced) GetMd5Key ¶
func (x *BgpAdvanced) GetMd5Key() string
func (*BgpAdvanced) GetNeighborPort ¶ added in v0.13.3
func (x *BgpAdvanced) GetNeighborPort() uint32
func (*BgpAdvanced) GetPassiveMode ¶ added in v0.13.1
func (x *BgpAdvanced) GetPassiveMode() bool
func (*BgpAdvanced) GetTimeToLive ¶
func (x *BgpAdvanced) GetTimeToLive() uint32
func (*BgpAdvanced) GetUpdateInterval ¶
func (x *BgpAdvanced) GetUpdateInterval() uint32
func (*BgpAdvanced) ProtoMessage ¶
func (*BgpAdvanced) ProtoMessage()
func (*BgpAdvanced) ProtoReflect ¶
func (x *BgpAdvanced) ProtoReflect() protoreflect.Message
func (*BgpAdvanced) Reset ¶
func (x *BgpAdvanced) Reset()
func (*BgpAdvanced) String ¶
func (x *BgpAdvanced) String() string
type BgpAsPath ¶
type BgpAsPath struct { // Defines how the Local AS should be included in the MP REACH NLRI. For iBGP sessions, // Do Not Include Local AS must be chosen. For eBGP sessions, any choice other than // Do Not Include Local AS can be chosen. // default = AsSetMode.Enum.do_not_include_local_as AsSetMode *BgpAsPath_AsSetMode_Enum `` /* 131-byte string literal not displayed */ // The additional AS path segments to be added in the NLRI. By default, an empty AS // path is always included and the local AS is added to it as per the value of 'as_set_mode' // attribute. Segments []*BgpAsPathSegment `protobuf:"bytes,2,rep,name=segments,proto3" json:"segments,omitempty"` // contains filtered or unexported fields }
This attribute identifies the autonomous systems through which routing information carried in this UPDATE message has passed. This contains the configuration of how to include the Local AS in the AS path attribute of the MP REACH NLRI. It also contains optional configuration of additional AS Path Segments that can be included in the AS Path attribute. The AS Path consists of a Set or Sequence of Autonomous Systems (AS) numbers that a routing information passes through to reach the destination.
func (*BgpAsPath) Descriptor
deprecated
func (*BgpAsPath) GetAsSetMode ¶
func (x *BgpAsPath) GetAsSetMode() BgpAsPath_AsSetMode_Enum
func (*BgpAsPath) GetSegments ¶
func (x *BgpAsPath) GetSegments() []*BgpAsPathSegment
func (*BgpAsPath) ProtoMessage ¶
func (*BgpAsPath) ProtoMessage()
func (*BgpAsPath) ProtoReflect ¶
func (x *BgpAsPath) ProtoReflect() protoreflect.Message
type BgpAsPathSegment ¶
type BgpAsPathSegment struct { // AS sequence is the most common type of AS_PATH, it contains the list of ASNs starting // with the most recent ASN being added read from left to right. // The other three AS_PATH types are used for Confederations - AS_SET is the type of // AS_PATH attribute that summarizes routes using using the aggregate-address command, // allowing AS_PATHs to be summarized in the update as well. - AS_CONFED_SEQ gives // the list of ASNs in the path starting with the most recent ASN to be added reading // left to right - AS_CONFED_SET will allow summarization of multiple AS PATHs to be // sent in BGP Updates. // default = Type.Enum.as_seq Type *BgpAsPathSegment_Type_Enum `protobuf:"varint,1,opt,name=type,proto3,enum=otg.BgpAsPathSegment_Type_Enum,oneof" json:"type,omitempty"` // The AS numbers in this AS path segment. AsNumbers []uint32 `protobuf:"varint,2,rep,packed,name=as_numbers,json=asNumbers,proto3" json:"as_numbers,omitempty"` // contains filtered or unexported fields }
Configuration for a single BGP AS path segment
func (*BgpAsPathSegment) Descriptor
deprecated
func (*BgpAsPathSegment) Descriptor() ([]byte, []int)
Deprecated: Use BgpAsPathSegment.ProtoReflect.Descriptor instead.
func (*BgpAsPathSegment) GetAsNumbers ¶
func (x *BgpAsPathSegment) GetAsNumbers() []uint32
func (*BgpAsPathSegment) GetType ¶
func (x *BgpAsPathSegment) GetType() BgpAsPathSegment_Type_Enum
func (*BgpAsPathSegment) ProtoMessage ¶
func (*BgpAsPathSegment) ProtoMessage()
func (*BgpAsPathSegment) ProtoReflect ¶
func (x *BgpAsPathSegment) ProtoReflect() protoreflect.Message
func (*BgpAsPathSegment) Reset ¶
func (x *BgpAsPathSegment) Reset()
func (*BgpAsPathSegment) String ¶
func (x *BgpAsPathSegment) String() string
type BgpAsPathSegment_Type ¶
type BgpAsPathSegment_Type struct {
// contains filtered or unexported fields
}
func (*BgpAsPathSegment_Type) Descriptor
deprecated
func (*BgpAsPathSegment_Type) Descriptor() ([]byte, []int)
Deprecated: Use BgpAsPathSegment_Type.ProtoReflect.Descriptor instead.
func (*BgpAsPathSegment_Type) ProtoMessage ¶
func (*BgpAsPathSegment_Type) ProtoMessage()
func (*BgpAsPathSegment_Type) ProtoReflect ¶
func (x *BgpAsPathSegment_Type) ProtoReflect() protoreflect.Message
func (*BgpAsPathSegment_Type) Reset ¶
func (x *BgpAsPathSegment_Type) Reset()
func (*BgpAsPathSegment_Type) String ¶
func (x *BgpAsPathSegment_Type) String() string
type BgpAsPathSegment_Type_Enum ¶
type BgpAsPathSegment_Type_Enum int32
const ( BgpAsPathSegment_Type_unspecified BgpAsPathSegment_Type_Enum = 0 BgpAsPathSegment_Type_as_seq BgpAsPathSegment_Type_Enum = 1 BgpAsPathSegment_Type_as_set BgpAsPathSegment_Type_Enum = 2 BgpAsPathSegment_Type_as_confed_seq BgpAsPathSegment_Type_Enum = 3 BgpAsPathSegment_Type_as_confed_set BgpAsPathSegment_Type_Enum = 4 )
func (BgpAsPathSegment_Type_Enum) Descriptor ¶
func (BgpAsPathSegment_Type_Enum) Descriptor() protoreflect.EnumDescriptor
func (BgpAsPathSegment_Type_Enum) Enum ¶
func (x BgpAsPathSegment_Type_Enum) Enum() *BgpAsPathSegment_Type_Enum
func (BgpAsPathSegment_Type_Enum) EnumDescriptor
deprecated
func (BgpAsPathSegment_Type_Enum) EnumDescriptor() ([]byte, []int)
Deprecated: Use BgpAsPathSegment_Type_Enum.Descriptor instead.
func (BgpAsPathSegment_Type_Enum) Number ¶
func (x BgpAsPathSegment_Type_Enum) Number() protoreflect.EnumNumber
func (BgpAsPathSegment_Type_Enum) String ¶
func (x BgpAsPathSegment_Type_Enum) String() string
func (BgpAsPathSegment_Type_Enum) Type ¶
func (BgpAsPathSegment_Type_Enum) Type() protoreflect.EnumType
type BgpAsPath_AsSetMode ¶
type BgpAsPath_AsSetMode struct {
// contains filtered or unexported fields
}
func (*BgpAsPath_AsSetMode) Descriptor
deprecated
func (*BgpAsPath_AsSetMode) Descriptor() ([]byte, []int)
Deprecated: Use BgpAsPath_AsSetMode.ProtoReflect.Descriptor instead.
func (*BgpAsPath_AsSetMode) ProtoMessage ¶
func (*BgpAsPath_AsSetMode) ProtoMessage()
func (*BgpAsPath_AsSetMode) ProtoReflect ¶
func (x *BgpAsPath_AsSetMode) ProtoReflect() protoreflect.Message
func (*BgpAsPath_AsSetMode) Reset ¶
func (x *BgpAsPath_AsSetMode) Reset()
func (*BgpAsPath_AsSetMode) String ¶
func (x *BgpAsPath_AsSetMode) String() string
type BgpAsPath_AsSetMode_Enum ¶
type BgpAsPath_AsSetMode_Enum int32
const ( BgpAsPath_AsSetMode_unspecified BgpAsPath_AsSetMode_Enum = 0 BgpAsPath_AsSetMode_do_not_include_local_as BgpAsPath_AsSetMode_Enum = 1 BgpAsPath_AsSetMode_include_as_seq BgpAsPath_AsSetMode_Enum = 2 BgpAsPath_AsSetMode_include_as_set BgpAsPath_AsSetMode_Enum = 3 BgpAsPath_AsSetMode_include_as_confed_seq BgpAsPath_AsSetMode_Enum = 4 BgpAsPath_AsSetMode_include_as_confed_set BgpAsPath_AsSetMode_Enum = 5 BgpAsPath_AsSetMode_prepend_to_first_segment BgpAsPath_AsSetMode_Enum = 6 )
func (BgpAsPath_AsSetMode_Enum) Descriptor ¶
func (BgpAsPath_AsSetMode_Enum) Descriptor() protoreflect.EnumDescriptor
func (BgpAsPath_AsSetMode_Enum) Enum ¶
func (x BgpAsPath_AsSetMode_Enum) Enum() *BgpAsPath_AsSetMode_Enum
func (BgpAsPath_AsSetMode_Enum) EnumDescriptor
deprecated
func (BgpAsPath_AsSetMode_Enum) EnumDescriptor() ([]byte, []int)
Deprecated: Use BgpAsPath_AsSetMode_Enum.Descriptor instead.
func (BgpAsPath_AsSetMode_Enum) Number ¶
func (x BgpAsPath_AsSetMode_Enum) Number() protoreflect.EnumNumber
func (BgpAsPath_AsSetMode_Enum) String ¶
func (x BgpAsPath_AsSetMode_Enum) String() string
func (BgpAsPath_AsSetMode_Enum) Type ¶
func (BgpAsPath_AsSetMode_Enum) Type() protoreflect.EnumType
type BgpAttributes ¶ added in v1.1.0
type BgpAttributes struct { // Any attributes not present in the list of configurable attributes should be added // to the list of unknown attributes. OtherAttributes []*BgpAttributesOtherAttribute `protobuf:"bytes,1,rep,name=other_attributes,json=otherAttributes,proto3" json:"other_attributes,omitempty"` // The ORIGIN attribute is a mandatory attribute which can take three values: // the prefix originates from an interior routing protocol 'igp', it originates from // 'egp' // or the origin is 'incomplete',if the prefix is learned through other means. // // default = Origin.Enum.incomplete Origin *BgpAttributes_Origin_Enum `protobuf:"varint,2,opt,name=origin,proto3,enum=otg.BgpAttributes_Origin_Enum,oneof" json:"origin,omitempty"` // AS_PATH attribute to be included in the Update. AsPath *BgpAttributesAsPath `protobuf:"bytes,3,opt,name=as_path,json=asPath,proto3" json:"as_path,omitempty"` // AS4_PATH attribute to be included in the Update. As4Path *BgpAttributesAs4Path `protobuf:"bytes,4,opt,name=as4_path,json=as4Path,proto3" json:"as4_path,omitempty"` // Description missing in models NextHop *BgpAttributesNextHop `protobuf:"bytes,5,opt,name=next_hop,json=nextHop,proto3" json:"next_hop,omitempty"` // Description missing in models MultiExitDiscriminator *BgpAttributesMultiExitDiscriminator `` /* 129-byte string literal not displayed */ // Description missing in models LocalPreference *BgpAttributesLocalPreference `protobuf:"bytes,7,opt,name=local_preference,json=localPreference,proto3" json:"local_preference,omitempty"` // If enabled, it indicates that the ATOMIC_AGGREGATOR attribute should be included // in the Update. // Presence of this attribute Indicates that this route might not be getting sent on // a fully optimized path // since some intermediate BGP speaker has aggregated the route. // // default = False IncludeAtomicAggregator *bool `` /* 139-byte string literal not displayed */ // Description missing in models Aggregator *BgpAttributesAggregator `protobuf:"bytes,9,opt,name=aggregator,proto3" json:"aggregator,omitempty"` // Description missing in models As4Aggregator *BgpAttributesAs4Aggregator `protobuf:"bytes,10,opt,name=as4_aggregator,json=as4Aggregator,proto3" json:"as4_aggregator,omitempty"` // Description missing in models Community []*BgpAttributesCommunity `protobuf:"bytes,11,rep,name=community,proto3" json:"community,omitempty"` // Description missing in models OriginatorId *BgpAttributesOriginatorId `protobuf:"bytes,12,opt,name=originator_id,json=originatorId,proto3" json:"originator_id,omitempty"` // When a Route Reflector reflects a route, it prepends the local CLUSTER_ID to the // CLUSTER_LIST as defined in RFC4456. ClusterIds []string `protobuf:"bytes,13,rep,name=cluster_ids,json=clusterIds,proto3" json:"cluster_ids,omitempty"` // Optional EXTENDED_COMMUNITY attribute settings. // The EXTENDED_COMMUNITY Attribute is a transitive optional BGP attribute, with the // Type Code 16. Community and Extended Communities attributes // are utilized to trigger routing decisions, such as acceptance, rejection, preference, // or redistribution. An extended community is an eight byte value. // It is divided into two main parts. The first two bytes of the community encode a // type and sub-type fields and the last six bytes carry a unique set // of data in a format defined by the type and sub-type field. Extended communities // provide a larger range for grouping or categorizing communities. ExtendedCommunities []*BgpExtendedCommunity `protobuf:"bytes,14,rep,name=extended_communities,json=extendedCommunities,proto3" json:"extended_communities,omitempty"` // Description missing in models TunnelEncapsulation *BgpAttributesTunnelEncapsulation `protobuf:"bytes,15,opt,name=tunnel_encapsulation,json=tunnelEncapsulation,proto3" json:"tunnel_encapsulation,omitempty"` // Description missing in models MpReach *BgpAttributesMpReachNlri `protobuf:"bytes,16,opt,name=mp_reach,json=mpReach,proto3" json:"mp_reach,omitempty"` // Description missing in models MpUnreach *BgpAttributesMpUnreachNlri `protobuf:"bytes,17,opt,name=mp_unreach,json=mpUnreach,proto3" json:"mp_unreach,omitempty"` // contains filtered or unexported fields }
Attributes carried in the Update packet alongwith the reach/unreach prefixes.
func (*BgpAttributes) Descriptor
deprecated
added in
v1.1.0
func (*BgpAttributes) Descriptor() ([]byte, []int)
Deprecated: Use BgpAttributes.ProtoReflect.Descriptor instead.
func (*BgpAttributes) GetAggregator ¶ added in v1.1.0
func (x *BgpAttributes) GetAggregator() *BgpAttributesAggregator
func (*BgpAttributes) GetAs4Aggregator ¶ added in v1.1.0
func (x *BgpAttributes) GetAs4Aggregator() *BgpAttributesAs4Aggregator
func (*BgpAttributes) GetAs4Path ¶ added in v1.1.0
func (x *BgpAttributes) GetAs4Path() *BgpAttributesAs4Path
func (*BgpAttributes) GetAsPath ¶ added in v1.1.0
func (x *BgpAttributes) GetAsPath() *BgpAttributesAsPath
func (*BgpAttributes) GetClusterIds ¶ added in v1.1.0
func (x *BgpAttributes) GetClusterIds() []string
func (*BgpAttributes) GetCommunity ¶ added in v1.1.0
func (x *BgpAttributes) GetCommunity() []*BgpAttributesCommunity
func (*BgpAttributes) GetExtendedCommunities ¶ added in v1.1.0
func (x *BgpAttributes) GetExtendedCommunities() []*BgpExtendedCommunity
func (*BgpAttributes) GetIncludeAtomicAggregator ¶ added in v1.1.0
func (x *BgpAttributes) GetIncludeAtomicAggregator() bool
func (*BgpAttributes) GetLocalPreference ¶ added in v1.1.0
func (x *BgpAttributes) GetLocalPreference() *BgpAttributesLocalPreference
func (*BgpAttributes) GetMpReach ¶ added in v1.1.0
func (x *BgpAttributes) GetMpReach() *BgpAttributesMpReachNlri
func (*BgpAttributes) GetMpUnreach ¶ added in v1.1.0
func (x *BgpAttributes) GetMpUnreach() *BgpAttributesMpUnreachNlri
func (*BgpAttributes) GetMultiExitDiscriminator ¶ added in v1.1.0
func (x *BgpAttributes) GetMultiExitDiscriminator() *BgpAttributesMultiExitDiscriminator
func (*BgpAttributes) GetNextHop ¶ added in v1.1.0
func (x *BgpAttributes) GetNextHop() *BgpAttributesNextHop
func (*BgpAttributes) GetOrigin ¶ added in v1.1.0
func (x *BgpAttributes) GetOrigin() BgpAttributes_Origin_Enum
func (*BgpAttributes) GetOriginatorId ¶ added in v1.1.0
func (x *BgpAttributes) GetOriginatorId() *BgpAttributesOriginatorId
func (*BgpAttributes) GetOtherAttributes ¶ added in v1.1.0
func (x *BgpAttributes) GetOtherAttributes() []*BgpAttributesOtherAttribute
func (*BgpAttributes) GetTunnelEncapsulation ¶ added in v1.3.0
func (x *BgpAttributes) GetTunnelEncapsulation() *BgpAttributesTunnelEncapsulation
func (*BgpAttributes) ProtoMessage ¶ added in v1.1.0
func (*BgpAttributes) ProtoMessage()
func (*BgpAttributes) ProtoReflect ¶ added in v1.1.0
func (x *BgpAttributes) ProtoReflect() protoreflect.Message
func (*BgpAttributes) Reset ¶ added in v1.1.0
func (x *BgpAttributes) Reset()
func (*BgpAttributes) String ¶ added in v1.1.0
func (x *BgpAttributes) String() string
type BgpAttributesAggregator ¶ added in v1.1.0
type BgpAttributesAggregator struct { // Description missing in models // default = Choice.Enum.four_byte_as Choice *BgpAttributesAggregator_Choice_Enum `protobuf:"varint,1,opt,name=choice,proto3,enum=otg.BgpAttributesAggregator_Choice_Enum,oneof" json:"choice,omitempty"` // The value of the 4 byte AS number of the BGP speaker which aggregated the route. // If the value of the AS number is less than 2 octets ( 65535 or less), the AS4_AGGREGATOR // object should not be sent. // default = 65536 FourByteAs *uint32 `protobuf:"varint,2,opt,name=four_byte_as,json=fourByteAs,proto3,oneof" json:"four_byte_as,omitempty"` // The value of the 2 byte AS number of the BGP speaker which aggregated the route. // // default = 1 TwoByteAs *uint32 `protobuf:"varint,3,opt,name=two_byte_as,json=twoByteAs,proto3,oneof" json:"two_byte_as,omitempty"` // The IPv4 address of the BGP speaker which aggregated the route. // default = 0.0.0.0 Ipv4Address *string `protobuf:"bytes,4,opt,name=ipv4_address,json=ipv4Address,proto3,oneof" json:"ipv4_address,omitempty"` // contains filtered or unexported fields }
Optional AGGREGATOR attribute which maybe be added by a BGP speaker which performs route aggregation. When AGGREGATOR attribute is being sent to a new BGP speaker , the AS number is encoded as a 4 byte value. When AGGREGATOR attribute is being exchanged between a new and an old BGP speaker or between two old BGP speakers, the AS number is encoded as a 2 byte value. It contain the AS number and IP address of the speaker performing the aggregation.
func (*BgpAttributesAggregator) Descriptor
deprecated
added in
v1.1.0
func (*BgpAttributesAggregator) Descriptor() ([]byte, []int)
Deprecated: Use BgpAttributesAggregator.ProtoReflect.Descriptor instead.
func (*BgpAttributesAggregator) GetChoice ¶ added in v1.1.0
func (x *BgpAttributesAggregator) GetChoice() BgpAttributesAggregator_Choice_Enum
func (*BgpAttributesAggregator) GetFourByteAs ¶ added in v1.1.0
func (x *BgpAttributesAggregator) GetFourByteAs() uint32
func (*BgpAttributesAggregator) GetIpv4Address ¶ added in v1.1.0
func (x *BgpAttributesAggregator) GetIpv4Address() string
func (*BgpAttributesAggregator) GetTwoByteAs ¶ added in v1.1.0
func (x *BgpAttributesAggregator) GetTwoByteAs() uint32
func (*BgpAttributesAggregator) ProtoMessage ¶ added in v1.1.0
func (*BgpAttributesAggregator) ProtoMessage()
func (*BgpAttributesAggregator) ProtoReflect ¶ added in v1.1.0
func (x *BgpAttributesAggregator) ProtoReflect() protoreflect.Message
func (*BgpAttributesAggregator) Reset ¶ added in v1.1.0
func (x *BgpAttributesAggregator) Reset()
func (*BgpAttributesAggregator) String ¶ added in v1.1.0
func (x *BgpAttributesAggregator) String() string
type BgpAttributesAggregator_Choice ¶ added in v1.1.0
type BgpAttributesAggregator_Choice struct {
// contains filtered or unexported fields
}
func (*BgpAttributesAggregator_Choice) Descriptor
deprecated
added in
v1.1.0
func (*BgpAttributesAggregator_Choice) Descriptor() ([]byte, []int)
Deprecated: Use BgpAttributesAggregator_Choice.ProtoReflect.Descriptor instead.
func (*BgpAttributesAggregator_Choice) ProtoMessage ¶ added in v1.1.0
func (*BgpAttributesAggregator_Choice) ProtoMessage()
func (*BgpAttributesAggregator_Choice) ProtoReflect ¶ added in v1.1.0
func (x *BgpAttributesAggregator_Choice) ProtoReflect() protoreflect.Message
func (*BgpAttributesAggregator_Choice) Reset ¶ added in v1.1.0
func (x *BgpAttributesAggregator_Choice) Reset()
func (*BgpAttributesAggregator_Choice) String ¶ added in v1.1.0
func (x *BgpAttributesAggregator_Choice) String() string
type BgpAttributesAggregator_Choice_Enum ¶ added in v1.1.0
type BgpAttributesAggregator_Choice_Enum int32
const ( BgpAttributesAggregator_Choice_unspecified BgpAttributesAggregator_Choice_Enum = 0 BgpAttributesAggregator_Choice_four_byte_as BgpAttributesAggregator_Choice_Enum = 1 BgpAttributesAggregator_Choice_two_byte_as BgpAttributesAggregator_Choice_Enum = 2 )
func (BgpAttributesAggregator_Choice_Enum) Descriptor ¶ added in v1.1.0
func (BgpAttributesAggregator_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
func (BgpAttributesAggregator_Choice_Enum) Enum ¶ added in v1.1.0
func (x BgpAttributesAggregator_Choice_Enum) Enum() *BgpAttributesAggregator_Choice_Enum
func (BgpAttributesAggregator_Choice_Enum) EnumDescriptor
deprecated
added in
v1.1.0
func (BgpAttributesAggregator_Choice_Enum) EnumDescriptor() ([]byte, []int)
Deprecated: Use BgpAttributesAggregator_Choice_Enum.Descriptor instead.
func (BgpAttributesAggregator_Choice_Enum) Number ¶ added in v1.1.0
func (x BgpAttributesAggregator_Choice_Enum) Number() protoreflect.EnumNumber
func (BgpAttributesAggregator_Choice_Enum) String ¶ added in v1.1.0
func (x BgpAttributesAggregator_Choice_Enum) String() string
func (BgpAttributesAggregator_Choice_Enum) Type ¶ added in v1.1.0
func (BgpAttributesAggregator_Choice_Enum) Type() protoreflect.EnumType
type BgpAttributesAs4Aggregator ¶ added in v1.1.0
type BgpAttributesAs4Aggregator struct { // The value of the 4 byte AS number of the BGP speaker which aggregated the route. AsNum *uint32 `protobuf:"varint,1,opt,name=as_num,json=asNum,proto3,oneof" json:"as_num,omitempty"` // The IPv4 address of the BGP speaker which aggregated the route. // default = 0.0.0.0 Ipv4Address *string `protobuf:"bytes,2,opt,name=ipv4_address,json=ipv4Address,proto3,oneof" json:"ipv4_address,omitempty"` // contains filtered or unexported fields }
Optional AS4_AGGREGATOR attribute which maybe be added by a BGP speaker in one of two cases: - If it is a new BGP speaker speaking to an old BGP speaker and needs to send a 4 byte value for the AS number of the BGP route aggregator. - If it is a old BGP speaker speaking to a new BGP speaker and has to transparently forward a received AS4_AGGREGATOR from some other peer. Its usage is described in RFC4893.
func (*BgpAttributesAs4Aggregator) Descriptor
deprecated
added in
v1.1.0
func (*BgpAttributesAs4Aggregator) Descriptor() ([]byte, []int)
Deprecated: Use BgpAttributesAs4Aggregator.ProtoReflect.Descriptor instead.
func (*BgpAttributesAs4Aggregator) GetAsNum ¶ added in v1.1.0
func (x *BgpAttributesAs4Aggregator) GetAsNum() uint32
func (*BgpAttributesAs4Aggregator) GetIpv4Address ¶ added in v1.1.0
func (x *BgpAttributesAs4Aggregator) GetIpv4Address() string
func (*BgpAttributesAs4Aggregator) ProtoMessage ¶ added in v1.1.0
func (*BgpAttributesAs4Aggregator) ProtoMessage()
func (*BgpAttributesAs4Aggregator) ProtoReflect ¶ added in v1.1.0
func (x *BgpAttributesAs4Aggregator) ProtoReflect() protoreflect.Message
func (*BgpAttributesAs4Aggregator) Reset ¶ added in v1.1.0
func (x *BgpAttributesAs4Aggregator) Reset()
func (*BgpAttributesAs4Aggregator) String ¶ added in v1.1.0
func (x *BgpAttributesAs4Aggregator) String() string
type BgpAttributesAs4Path ¶ added in v1.1.0
type BgpAttributesAs4Path struct { // The AS path segments containing 4 byte AS numbers to be added in the AS4_PATH attribute. Segments []*BgpAttributesFourByteAsPathSegment `protobuf:"bytes,1,rep,name=segments,proto3" json:"segments,omitempty"` // contains filtered or unexported fields }
The AS4_PATH attribute identifies the autonomous systems through which routing information carried in this UPDATE message has passed. This contains the configuration of how to include the Local AS in the AS path attribute of the MP REACH NLRI. It also contains optional configuration of additional AS Path Segments that can be included in the AS Path attribute. The AS Path consists of a Set or Sequence of Autonomous Systems (AS) numbers that a routing information passes through to reach the destination. AS4_PATH is only exchanged in two scenarios: - When an old BGP speaker has to forward a received AS4_PATH containing 4 byte AS numbers to new BGP speaker. - When a new BGP speaker is connected to an old BGP speaker and has to propagate 4 byte AS numbers via the old BGP speaker. Its usage is described in RFC4893.
func (*BgpAttributesAs4Path) Descriptor
deprecated
added in
v1.1.0
func (*BgpAttributesAs4Path) Descriptor() ([]byte, []int)
Deprecated: Use BgpAttributesAs4Path.ProtoReflect.Descriptor instead.
func (*BgpAttributesAs4Path) GetSegments ¶ added in v1.1.0
func (x *BgpAttributesAs4Path) GetSegments() []*BgpAttributesFourByteAsPathSegment
func (*BgpAttributesAs4Path) ProtoMessage ¶ added in v1.1.0
func (*BgpAttributesAs4Path) ProtoMessage()
func (*BgpAttributesAs4Path) ProtoReflect ¶ added in v1.1.0
func (x *BgpAttributesAs4Path) ProtoReflect() protoreflect.Message
func (*BgpAttributesAs4Path) Reset ¶ added in v1.1.0
func (x *BgpAttributesAs4Path) Reset()
func (*BgpAttributesAs4Path) String ¶ added in v1.1.0
func (x *BgpAttributesAs4Path) String() string
type BgpAttributesAsPath ¶ added in v1.1.0
type BgpAttributesAsPath struct { // Description missing in models // default = Choice.Enum.four_byte_as_path Choice *BgpAttributesAsPath_Choice_Enum `protobuf:"varint,1,opt,name=choice,proto3,enum=otg.BgpAttributesAsPath_Choice_Enum,oneof" json:"choice,omitempty"` // Description missing in models FourByteAsPath *BgpAttributesAsPathFourByteAsPath `protobuf:"bytes,2,opt,name=four_byte_as_path,json=fourByteAsPath,proto3" json:"four_byte_as_path,omitempty"` // Description missing in models TwoByteAsPath *BgpAttributesAsPathTwoByteAsPath `protobuf:"bytes,3,opt,name=two_byte_as_path,json=twoByteAsPath,proto3" json:"two_byte_as_path,omitempty"` // contains filtered or unexported fields }
The AS_PATH attribute identifies the autonomous systems through which routing information carried in this UPDATE message has passed. This contains the configuration of how to include the Local AS in the AS path attribute of the MP REACH NLRI. It also contains optional configuration of additional AS Path Segments that can be included in the AS Path attribute. The AS Path consists of a Set or Sequence of Autonomous Systems (AS) numbers that a routing information passes through to reach the destination. There are two modes in which AS numbers can be encoded in the AS Path Segments - When the AS Path is being exchanged between old and new BGP speakers or between two old BGP speakers , the AS numbers are encoded as 2 byte values. - When the AS Path is being exchanged between two new BGP speakers supporting 4 byte AS , the AS numbers are encoded as 4 byte values.
func (*BgpAttributesAsPath) Descriptor
deprecated
added in
v1.1.0
func (*BgpAttributesAsPath) Descriptor() ([]byte, []int)
Deprecated: Use BgpAttributesAsPath.ProtoReflect.Descriptor instead.
func (*BgpAttributesAsPath) GetChoice ¶ added in v1.1.0
func (x *BgpAttributesAsPath) GetChoice() BgpAttributesAsPath_Choice_Enum
func (*BgpAttributesAsPath) GetFourByteAsPath ¶ added in v1.1.0
func (x *BgpAttributesAsPath) GetFourByteAsPath() *BgpAttributesAsPathFourByteAsPath
func (*BgpAttributesAsPath) GetTwoByteAsPath ¶ added in v1.1.0
func (x *BgpAttributesAsPath) GetTwoByteAsPath() *BgpAttributesAsPathTwoByteAsPath
func (*BgpAttributesAsPath) ProtoMessage ¶ added in v1.1.0
func (*BgpAttributesAsPath) ProtoMessage()
func (*BgpAttributesAsPath) ProtoReflect ¶ added in v1.1.0
func (x *BgpAttributesAsPath) ProtoReflect() protoreflect.Message
func (*BgpAttributesAsPath) Reset ¶ added in v1.1.0
func (x *BgpAttributesAsPath) Reset()
func (*BgpAttributesAsPath) String ¶ added in v1.1.0
func (x *BgpAttributesAsPath) String() string
type BgpAttributesAsPathFourByteAsPath ¶ added in v1.1.0
type BgpAttributesAsPathFourByteAsPath struct { // The AS path segments containing 4 byte AS numbers to be added in the AS Path attribute. // By default, an empty AS path should always be included and for EBGP at minimum the // local AS number should be present in the AS Path. Segments []*BgpAttributesFourByteAsPathSegment `protobuf:"bytes,1,rep,name=segments,proto3" json:"segments,omitempty"` // contains filtered or unexported fields }
AS Paths with 4 byte AS numbers can be exchanged only if both BGP speakers support 4 byte AS number extensions.
func (*BgpAttributesAsPathFourByteAsPath) Descriptor
deprecated
added in
v1.1.0
func (*BgpAttributesAsPathFourByteAsPath) Descriptor() ([]byte, []int)
Deprecated: Use BgpAttributesAsPathFourByteAsPath.ProtoReflect.Descriptor instead.
func (*BgpAttributesAsPathFourByteAsPath) GetSegments ¶ added in v1.1.0
func (x *BgpAttributesAsPathFourByteAsPath) GetSegments() []*BgpAttributesFourByteAsPathSegment
func (*BgpAttributesAsPathFourByteAsPath) ProtoMessage ¶ added in v1.1.0
func (*BgpAttributesAsPathFourByteAsPath) ProtoMessage()
func (*BgpAttributesAsPathFourByteAsPath) ProtoReflect ¶ added in v1.1.0
func (x *BgpAttributesAsPathFourByteAsPath) ProtoReflect() protoreflect.Message
func (*BgpAttributesAsPathFourByteAsPath) Reset ¶ added in v1.1.0
func (x *BgpAttributesAsPathFourByteAsPath) Reset()
func (*BgpAttributesAsPathFourByteAsPath) String ¶ added in v1.1.0
func (x *BgpAttributesAsPathFourByteAsPath) String() string
type BgpAttributesAsPathTwoByteAsPath ¶ added in v1.1.0
type BgpAttributesAsPathTwoByteAsPath struct { // The AS path segments containing 2 byte AS numbers to be added in the AS Path attribute. // By default, an empty AS path should always be included and for EBGP the sender's // AS number should be prepended to the AS Path. Segments []*BgpAttributesTwoByteAsPathSegment `protobuf:"bytes,1,rep,name=segments,proto3" json:"segments,omitempty"` // contains filtered or unexported fields }
AS Paths with 2 byte AS numbers is used when any of the two scenarios occur : - An old BGP speaker and new BGP speaker are sending BGP Updates to one another. - Two old BGP speakers are sending BGP Updates to one another.
func (*BgpAttributesAsPathTwoByteAsPath) Descriptor
deprecated
added in
v1.1.0
func (*BgpAttributesAsPathTwoByteAsPath) Descriptor() ([]byte, []int)
Deprecated: Use BgpAttributesAsPathTwoByteAsPath.ProtoReflect.Descriptor instead.
func (*BgpAttributesAsPathTwoByteAsPath) GetSegments ¶ added in v1.1.0
func (x *BgpAttributesAsPathTwoByteAsPath) GetSegments() []*BgpAttributesTwoByteAsPathSegment
func (*BgpAttributesAsPathTwoByteAsPath) ProtoMessage ¶ added in v1.1.0
func (*BgpAttributesAsPathTwoByteAsPath) ProtoMessage()
func (*BgpAttributesAsPathTwoByteAsPath) ProtoReflect ¶ added in v1.1.0
func (x *BgpAttributesAsPathTwoByteAsPath) ProtoReflect() protoreflect.Message
func (*BgpAttributesAsPathTwoByteAsPath) Reset ¶ added in v1.1.0
func (x *BgpAttributesAsPathTwoByteAsPath) Reset()
func (*BgpAttributesAsPathTwoByteAsPath) String ¶ added in v1.1.0
func (x *BgpAttributesAsPathTwoByteAsPath) String() string
type BgpAttributesAsPath_Choice ¶ added in v1.1.0
type BgpAttributesAsPath_Choice struct {
// contains filtered or unexported fields
}
func (*BgpAttributesAsPath_Choice) Descriptor
deprecated
added in
v1.1.0
func (*BgpAttributesAsPath_Choice) Descriptor() ([]byte, []int)
Deprecated: Use BgpAttributesAsPath_Choice.ProtoReflect.Descriptor instead.
func (*BgpAttributesAsPath_Choice) ProtoMessage ¶ added in v1.1.0
func (*BgpAttributesAsPath_Choice) ProtoMessage()
func (*BgpAttributesAsPath_Choice) ProtoReflect ¶ added in v1.1.0
func (x *BgpAttributesAsPath_Choice) ProtoReflect() protoreflect.Message
func (*BgpAttributesAsPath_Choice) Reset ¶ added in v1.1.0
func (x *BgpAttributesAsPath_Choice) Reset()
func (*BgpAttributesAsPath_Choice) String ¶ added in v1.1.0
func (x *BgpAttributesAsPath_Choice) String() string
type BgpAttributesAsPath_Choice_Enum ¶ added in v1.1.0
type BgpAttributesAsPath_Choice_Enum int32
const ( BgpAttributesAsPath_Choice_unspecified BgpAttributesAsPath_Choice_Enum = 0 BgpAttributesAsPath_Choice_four_byte_as_path BgpAttributesAsPath_Choice_Enum = 1 BgpAttributesAsPath_Choice_two_byte_as_path BgpAttributesAsPath_Choice_Enum = 2 )
func (BgpAttributesAsPath_Choice_Enum) Descriptor ¶ added in v1.1.0
func (BgpAttributesAsPath_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
func (BgpAttributesAsPath_Choice_Enum) Enum ¶ added in v1.1.0
func (x BgpAttributesAsPath_Choice_Enum) Enum() *BgpAttributesAsPath_Choice_Enum
func (BgpAttributesAsPath_Choice_Enum) EnumDescriptor
deprecated
added in
v1.1.0
func (BgpAttributesAsPath_Choice_Enum) EnumDescriptor() ([]byte, []int)
Deprecated: Use BgpAttributesAsPath_Choice_Enum.Descriptor instead.
func (BgpAttributesAsPath_Choice_Enum) Number ¶ added in v1.1.0
func (x BgpAttributesAsPath_Choice_Enum) Number() protoreflect.EnumNumber
func (BgpAttributesAsPath_Choice_Enum) String ¶ added in v1.1.0
func (x BgpAttributesAsPath_Choice_Enum) String() string
func (BgpAttributesAsPath_Choice_Enum) Type ¶ added in v1.1.0
func (BgpAttributesAsPath_Choice_Enum) Type() protoreflect.EnumType
type BgpAttributesBsid ¶ added in v1.3.0
type BgpAttributesBsid struct { // The type of Segment Identifier. // required = true Choice *BgpAttributesBsid_Choice_Enum `protobuf:"varint,1,opt,name=choice,proto3,enum=otg.BgpAttributesBsid_Choice_Enum,oneof" json:"choice,omitempty"` // Description missing in models Mpls *BgpAttributesBsidMpls `protobuf:"bytes,2,opt,name=mpls,proto3" json:"mpls,omitempty"` // Description missing in models Srv6 *BgpAttributesBsidSrv6 `protobuf:"bytes,3,opt,name=srv6,proto3" json:"srv6,omitempty"` // contains filtered or unexported fields }
The Binding Segment Identifier is an optional sub-tlv of type 13 that can be sent with a SR Policy Tunnel Encapsulation attribute. When the active candidate path has a specified Binding Segment Identifier, the SR Policy uses that BSID if this value (label in MPLS, IPv6 address in SRv6) is available. - The format of the sub-TLV is defined in draft-ietf-idr-sr-policy-safi-02 Section 2.4.2 . - It is recommended that if SRv6 Binding SID is desired to be signalled, the SRv6 Binding SID sub-TLV that enables the specification of the SRv6 Endpoint Behavior should be used.
func (*BgpAttributesBsid) Descriptor
deprecated
added in
v1.3.0
func (*BgpAttributesBsid) Descriptor() ([]byte, []int)
Deprecated: Use BgpAttributesBsid.ProtoReflect.Descriptor instead.
func (*BgpAttributesBsid) GetChoice ¶ added in v1.3.0
func (x *BgpAttributesBsid) GetChoice() BgpAttributesBsid_Choice_Enum
func (*BgpAttributesBsid) GetMpls ¶ added in v1.3.0
func (x *BgpAttributesBsid) GetMpls() *BgpAttributesBsidMpls
func (*BgpAttributesBsid) GetSrv6 ¶ added in v1.3.0
func (x *BgpAttributesBsid) GetSrv6() *BgpAttributesBsidSrv6
func (*BgpAttributesBsid) ProtoMessage ¶ added in v1.3.0
func (*BgpAttributesBsid) ProtoMessage()
func (*BgpAttributesBsid) ProtoReflect ¶ added in v1.3.0
func (x *BgpAttributesBsid) ProtoReflect() protoreflect.Message
func (*BgpAttributesBsid) Reset ¶ added in v1.3.0
func (x *BgpAttributesBsid) Reset()
func (*BgpAttributesBsid) String ¶ added in v1.3.0
func (x *BgpAttributesBsid) String() string
type BgpAttributesBsidMpls ¶ added in v1.3.0
type BgpAttributesBsidMpls struct { // S-Flag: This flag encodes the Specified-BSID-only behavior. It's usage is // described in section 6.2.3 in [RFC9256]. // default = False FlagSpecifiedBsidOnly *bool `` /* 135-byte string literal not displayed */ // I-Flag: This flag encodes the Drop Upon Invalid behavior. // It's usage is described in section 8.2 in [RFC9256]. // default = False FlagDropUponInvalid *bool `` /* 129-byte string literal not displayed */ // Description missing in models MplsSid *BgpAttributesSidMpls `protobuf:"bytes,3,opt,name=mpls_sid,json=mplsSid,proto3" json:"mpls_sid,omitempty"` // contains filtered or unexported fields }
When the active candidate path has a specified Binding Segment Identifier, the SR Policy uses that BSID defined as a MPLS label.The format of the sub-TLV is defined in draft-ietf-idr-sr-policy-safi-02 Section 2.4.2 .
func (*BgpAttributesBsidMpls) Descriptor
deprecated
added in
v1.3.0
func (*BgpAttributesBsidMpls) Descriptor() ([]byte, []int)
Deprecated: Use BgpAttributesBsidMpls.ProtoReflect.Descriptor instead.
func (*BgpAttributesBsidMpls) GetFlagDropUponInvalid ¶ added in v1.3.0
func (x *BgpAttributesBsidMpls) GetFlagDropUponInvalid() bool
func (*BgpAttributesBsidMpls) GetFlagSpecifiedBsidOnly ¶ added in v1.3.0
func (x *BgpAttributesBsidMpls) GetFlagSpecifiedBsidOnly() bool
func (*BgpAttributesBsidMpls) GetMplsSid ¶ added in v1.3.0
func (x *BgpAttributesBsidMpls) GetMplsSid() *BgpAttributesSidMpls
func (*BgpAttributesBsidMpls) ProtoMessage ¶ added in v1.3.0
func (*BgpAttributesBsidMpls) ProtoMessage()
func (*BgpAttributesBsidMpls) ProtoReflect ¶ added in v1.3.0
func (x *BgpAttributesBsidMpls) ProtoReflect() protoreflect.Message
func (*BgpAttributesBsidMpls) Reset ¶ added in v1.3.0
func (x *BgpAttributesBsidMpls) Reset()
func (*BgpAttributesBsidMpls) String ¶ added in v1.3.0
func (x *BgpAttributesBsidMpls) String() string
type BgpAttributesBsidSrv6 ¶ added in v1.3.0
type BgpAttributesBsidSrv6 struct { // S-Flag: This flag encodes the Specified-BSID-only behavior. It's usage is // described in section 6.2.3 in [RFC9256]. // default = False FlagSpecifiedBsidOnly *bool `` /* 135-byte string literal not displayed */ // I-Flag: This flag encodes the Drop Upon Invalid behavior. // It's usage is described in section 8.2 in [RFC9256]. // default = False FlagDropUponInvalid *bool `` /* 129-byte string literal not displayed */ // IPv6 address denoting the SRv6 SID. // default = 0::0 Ipv6Addr *string `protobuf:"bytes,3,opt,name=ipv6_addr,json=ipv6Addr,proto3,oneof" json:"ipv6_addr,omitempty"` // contains filtered or unexported fields }
When the active candidate path has a specified Binding Segment Identifier, the SR Policy uses that BSID defined as an IPv6 Address.The format of the sub-TLV is defined in draft-ietf-idr-sr-policy-safi-02 Section 2.4.2 .
func (*BgpAttributesBsidSrv6) Descriptor
deprecated
added in
v1.3.0
func (*BgpAttributesBsidSrv6) Descriptor() ([]byte, []int)
Deprecated: Use BgpAttributesBsidSrv6.ProtoReflect.Descriptor instead.
func (*BgpAttributesBsidSrv6) GetFlagDropUponInvalid ¶ added in v1.3.0
func (x *BgpAttributesBsidSrv6) GetFlagDropUponInvalid() bool
func (*BgpAttributesBsidSrv6) GetFlagSpecifiedBsidOnly ¶ added in v1.3.0
func (x *BgpAttributesBsidSrv6) GetFlagSpecifiedBsidOnly() bool
func (*BgpAttributesBsidSrv6) GetIpv6Addr ¶ added in v1.3.0
func (x *BgpAttributesBsidSrv6) GetIpv6Addr() string
func (*BgpAttributesBsidSrv6) ProtoMessage ¶ added in v1.3.0
func (*BgpAttributesBsidSrv6) ProtoMessage()
func (*BgpAttributesBsidSrv6) ProtoReflect ¶ added in v1.3.0
func (x *BgpAttributesBsidSrv6) ProtoReflect() protoreflect.Message
func (*BgpAttributesBsidSrv6) Reset ¶ added in v1.3.0
func (x *BgpAttributesBsidSrv6) Reset()
func (*BgpAttributesBsidSrv6) String ¶ added in v1.3.0
func (x *BgpAttributesBsidSrv6) String() string
type BgpAttributesBsid_Choice ¶ added in v1.3.0
type BgpAttributesBsid_Choice struct {
// contains filtered or unexported fields
}
func (*BgpAttributesBsid_Choice) Descriptor
deprecated
added in
v1.3.0
func (*BgpAttributesBsid_Choice) Descriptor() ([]byte, []int)
Deprecated: Use BgpAttributesBsid_Choice.ProtoReflect.Descriptor instead.
func (*BgpAttributesBsid_Choice) ProtoMessage ¶ added in v1.3.0
func (*BgpAttributesBsid_Choice) ProtoMessage()
func (*BgpAttributesBsid_Choice) ProtoReflect ¶ added in v1.3.0
func (x *BgpAttributesBsid_Choice) ProtoReflect() protoreflect.Message
func (*BgpAttributesBsid_Choice) Reset ¶ added in v1.3.0
func (x *BgpAttributesBsid_Choice) Reset()
func (*BgpAttributesBsid_Choice) String ¶ added in v1.3.0
func (x *BgpAttributesBsid_Choice) String() string
type BgpAttributesBsid_Choice_Enum ¶ added in v1.3.0
type BgpAttributesBsid_Choice_Enum int32
const ( BgpAttributesBsid_Choice_unspecified BgpAttributesBsid_Choice_Enum = 0 BgpAttributesBsid_Choice_mpls BgpAttributesBsid_Choice_Enum = 1 BgpAttributesBsid_Choice_srv6 BgpAttributesBsid_Choice_Enum = 2 )
func (BgpAttributesBsid_Choice_Enum) Descriptor ¶ added in v1.3.0
func (BgpAttributesBsid_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
func (BgpAttributesBsid_Choice_Enum) Enum ¶ added in v1.3.0
func (x BgpAttributesBsid_Choice_Enum) Enum() *BgpAttributesBsid_Choice_Enum
func (BgpAttributesBsid_Choice_Enum) EnumDescriptor
deprecated
added in
v1.3.0
func (BgpAttributesBsid_Choice_Enum) EnumDescriptor() ([]byte, []int)
Deprecated: Use BgpAttributesBsid_Choice_Enum.Descriptor instead.
func (BgpAttributesBsid_Choice_Enum) Number ¶ added in v1.3.0
func (x BgpAttributesBsid_Choice_Enum) Number() protoreflect.EnumNumber
func (BgpAttributesBsid_Choice_Enum) String ¶ added in v1.3.0
func (x BgpAttributesBsid_Choice_Enum) String() string
func (BgpAttributesBsid_Choice_Enum) Type ¶ added in v1.3.0
func (BgpAttributesBsid_Choice_Enum) Type() protoreflect.EnumType
type BgpAttributesCommunity ¶ added in v1.1.0
type BgpAttributesCommunity struct { // The type of community AS number. // required = true Choice *BgpAttributesCommunity_Choice_Enum `protobuf:"varint,1,opt,name=choice,proto3,enum=otg.BgpAttributesCommunity_Choice_Enum,oneof" json:"choice,omitempty"` // Description missing in models CustomCommunity *BgpAttributesCustomCommunity `protobuf:"bytes,2,opt,name=custom_community,json=customCommunity,proto3" json:"custom_community,omitempty"` // contains filtered or unexported fields }
The COMMUNITY attribute provide additional capability for tagging routes and for modifying BGP routing policy on upstream and downstream routers. BGP community is a 32-bit number which is broken into 16-bit AS number and a 16-bit custom value or it contains some pre-defined well known values.
func (*BgpAttributesCommunity) Descriptor
deprecated
added in
v1.1.0
func (*BgpAttributesCommunity) Descriptor() ([]byte, []int)
Deprecated: Use BgpAttributesCommunity.ProtoReflect.Descriptor instead.
func (*BgpAttributesCommunity) GetChoice ¶ added in v1.1.0
func (x *BgpAttributesCommunity) GetChoice() BgpAttributesCommunity_Choice_Enum
func (*BgpAttributesCommunity) GetCustomCommunity ¶ added in v1.1.0
func (x *BgpAttributesCommunity) GetCustomCommunity() *BgpAttributesCustomCommunity
func (*BgpAttributesCommunity) ProtoMessage ¶ added in v1.1.0
func (*BgpAttributesCommunity) ProtoMessage()
func (*BgpAttributesCommunity) ProtoReflect ¶ added in v1.1.0
func (x *BgpAttributesCommunity) ProtoReflect() protoreflect.Message
func (*BgpAttributesCommunity) Reset ¶ added in v1.1.0
func (x *BgpAttributesCommunity) Reset()
func (*BgpAttributesCommunity) String ¶ added in v1.1.0
func (x *BgpAttributesCommunity) String() string
type BgpAttributesCommunity_Choice ¶ added in v1.1.0
type BgpAttributesCommunity_Choice struct {
// contains filtered or unexported fields
}
func (*BgpAttributesCommunity_Choice) Descriptor
deprecated
added in
v1.1.0
func (*BgpAttributesCommunity_Choice) Descriptor() ([]byte, []int)
Deprecated: Use BgpAttributesCommunity_Choice.ProtoReflect.Descriptor instead.
func (*BgpAttributesCommunity_Choice) ProtoMessage ¶ added in v1.1.0
func (*BgpAttributesCommunity_Choice) ProtoMessage()
func (*BgpAttributesCommunity_Choice) ProtoReflect ¶ added in v1.1.0
func (x *BgpAttributesCommunity_Choice) ProtoReflect() protoreflect.Message
func (*BgpAttributesCommunity_Choice) Reset ¶ added in v1.1.0
func (x *BgpAttributesCommunity_Choice) Reset()
func (*BgpAttributesCommunity_Choice) String ¶ added in v1.1.0
func (x *BgpAttributesCommunity_Choice) String() string
type BgpAttributesCommunity_Choice_Enum ¶ added in v1.1.0
type BgpAttributesCommunity_Choice_Enum int32
const ( BgpAttributesCommunity_Choice_unspecified BgpAttributesCommunity_Choice_Enum = 0 BgpAttributesCommunity_Choice_custom_community BgpAttributesCommunity_Choice_Enum = 1 BgpAttributesCommunity_Choice_no_export BgpAttributesCommunity_Choice_Enum = 2 BgpAttributesCommunity_Choice_no_advertised BgpAttributesCommunity_Choice_Enum = 3 BgpAttributesCommunity_Choice_no_export_subconfed BgpAttributesCommunity_Choice_Enum = 4 BgpAttributesCommunity_Choice_llgr_stale BgpAttributesCommunity_Choice_Enum = 5 BgpAttributesCommunity_Choice_no_llgr BgpAttributesCommunity_Choice_Enum = 6 )
func (BgpAttributesCommunity_Choice_Enum) Descriptor ¶ added in v1.1.0
func (BgpAttributesCommunity_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
func (BgpAttributesCommunity_Choice_Enum) Enum ¶ added in v1.1.0
func (x BgpAttributesCommunity_Choice_Enum) Enum() *BgpAttributesCommunity_Choice_Enum
func (BgpAttributesCommunity_Choice_Enum) EnumDescriptor
deprecated
added in
v1.1.0
func (BgpAttributesCommunity_Choice_Enum) EnumDescriptor() ([]byte, []int)
Deprecated: Use BgpAttributesCommunity_Choice_Enum.Descriptor instead.
func (BgpAttributesCommunity_Choice_Enum) Number ¶ added in v1.1.0
func (x BgpAttributesCommunity_Choice_Enum) Number() protoreflect.EnumNumber
func (BgpAttributesCommunity_Choice_Enum) String ¶ added in v1.1.0
func (x BgpAttributesCommunity_Choice_Enum) String() string
func (BgpAttributesCommunity_Choice_Enum) Type ¶ added in v1.1.0
func (BgpAttributesCommunity_Choice_Enum) Type() protoreflect.EnumType
type BgpAttributesCustomCommunity ¶ added in v1.1.0
type BgpAttributesCustomCommunity struct { // First two octets of the community value containing a 2 byte AS number. // default = 0 AsNumber *uint32 `protobuf:"varint,1,opt,name=as_number,json=asNumber,proto3,oneof" json:"as_number,omitempty"` // Last two octets of the community value in hex. If user provides less than 4 hex // bytes, it should be left-padded with 0s. // default = 0000 Custom *string `protobuf:"bytes,2,opt,name=custom,proto3,oneof" json:"custom,omitempty"` // contains filtered or unexported fields }
User defined COMMUNITY attribute containing 2 byte AS and custom 2 byte value defined by the administrator of the domain.
func (*BgpAttributesCustomCommunity) Descriptor
deprecated
added in
v1.1.0
func (*BgpAttributesCustomCommunity) Descriptor() ([]byte, []int)
Deprecated: Use BgpAttributesCustomCommunity.ProtoReflect.Descriptor instead.
func (*BgpAttributesCustomCommunity) GetAsNumber ¶ added in v1.1.0
func (x *BgpAttributesCustomCommunity) GetAsNumber() uint32
func (*BgpAttributesCustomCommunity) GetCustom ¶ added in v1.1.0
func (x *BgpAttributesCustomCommunity) GetCustom() string
func (*BgpAttributesCustomCommunity) ProtoMessage ¶ added in v1.1.0
func (*BgpAttributesCustomCommunity) ProtoMessage()
func (*BgpAttributesCustomCommunity) ProtoReflect ¶ added in v1.1.0
func (x *BgpAttributesCustomCommunity) ProtoReflect() protoreflect.Message
func (*BgpAttributesCustomCommunity) Reset ¶ added in v1.1.0
func (x *BgpAttributesCustomCommunity) Reset()
func (*BgpAttributesCustomCommunity) String ¶ added in v1.1.0
func (x *BgpAttributesCustomCommunity) String() string
type BgpAttributesFourByteAsPathSegment ¶ added in v1.1.0
type BgpAttributesFourByteAsPathSegment struct { // AS sequence is the most common type of AS_PATH, it contains the list // of ASNs starting with the most recent ASN being added read from left // to right. // The other three AS_PATH types are used for Confederations // - AS_SET is the type of AS_PATH attribute that summarizes routes using // using the aggregate-address command, allowing AS_PATHs to be summarized // in the update as well. // - AS_CONFED_SEQ gives the list of ASNs in the path starting with the most // recent ASN to be added reading left to right // - AS_CONFED_SET will allow summarization of multiple AS PATHs to be sent // in BGP Updates. // default = Type.Enum.as_seq Type *BgpAttributesFourByteAsPathSegment_Type_Enum `protobuf:"varint,1,opt,name=type,proto3,enum=otg.BgpAttributesFourByteAsPathSegment_Type_Enum,oneof" json:"type,omitempty"` // The 4 byte AS numbers in this AS path segment. AsNumbers []uint32 `protobuf:"varint,2,rep,packed,name=as_numbers,json=asNumbers,proto3" json:"as_numbers,omitempty"` // contains filtered or unexported fields }
Configuration for a single BGP AS path segment containing 4 byte AS numbers.
func (*BgpAttributesFourByteAsPathSegment) Descriptor
deprecated
added in
v1.1.0
func (*BgpAttributesFourByteAsPathSegment) Descriptor() ([]byte, []int)
Deprecated: Use BgpAttributesFourByteAsPathSegment.ProtoReflect.Descriptor instead.
func (*BgpAttributesFourByteAsPathSegment) GetAsNumbers ¶ added in v1.1.0
func (x *BgpAttributesFourByteAsPathSegment) GetAsNumbers() []uint32
func (*BgpAttributesFourByteAsPathSegment) GetType ¶ added in v1.1.0
func (x *BgpAttributesFourByteAsPathSegment) GetType() BgpAttributesFourByteAsPathSegment_Type_Enum
func (*BgpAttributesFourByteAsPathSegment) ProtoMessage ¶ added in v1.1.0
func (*BgpAttributesFourByteAsPathSegment) ProtoMessage()
func (*BgpAttributesFourByteAsPathSegment) ProtoReflect ¶ added in v1.1.0
func (x *BgpAttributesFourByteAsPathSegment) ProtoReflect() protoreflect.Message
func (*BgpAttributesFourByteAsPathSegment) Reset ¶ added in v1.1.0
func (x *BgpAttributesFourByteAsPathSegment) Reset()
func (*BgpAttributesFourByteAsPathSegment) String ¶ added in v1.1.0
func (x *BgpAttributesFourByteAsPathSegment) String() string
type BgpAttributesFourByteAsPathSegment_Type ¶ added in v1.1.0
type BgpAttributesFourByteAsPathSegment_Type struct {
// contains filtered or unexported fields
}
func (*BgpAttributesFourByteAsPathSegment_Type) Descriptor
deprecated
added in
v1.1.0
func (*BgpAttributesFourByteAsPathSegment_Type) Descriptor() ([]byte, []int)
Deprecated: Use BgpAttributesFourByteAsPathSegment_Type.ProtoReflect.Descriptor instead.
func (*BgpAttributesFourByteAsPathSegment_Type) ProtoMessage ¶ added in v1.1.0
func (*BgpAttributesFourByteAsPathSegment_Type) ProtoMessage()
func (*BgpAttributesFourByteAsPathSegment_Type) ProtoReflect ¶ added in v1.1.0
func (x *BgpAttributesFourByteAsPathSegment_Type) ProtoReflect() protoreflect.Message
func (*BgpAttributesFourByteAsPathSegment_Type) Reset ¶ added in v1.1.0
func (x *BgpAttributesFourByteAsPathSegment_Type) Reset()
func (*BgpAttributesFourByteAsPathSegment_Type) String ¶ added in v1.1.0
func (x *BgpAttributesFourByteAsPathSegment_Type) String() string
type BgpAttributesFourByteAsPathSegment_Type_Enum ¶ added in v1.1.0
type BgpAttributesFourByteAsPathSegment_Type_Enum int32
const ( BgpAttributesFourByteAsPathSegment_Type_unspecified BgpAttributesFourByteAsPathSegment_Type_Enum = 0 BgpAttributesFourByteAsPathSegment_Type_as_seq BgpAttributesFourByteAsPathSegment_Type_Enum = 1 BgpAttributesFourByteAsPathSegment_Type_as_set BgpAttributesFourByteAsPathSegment_Type_Enum = 2 BgpAttributesFourByteAsPathSegment_Type_as_confed_seq BgpAttributesFourByteAsPathSegment_Type_Enum = 3 BgpAttributesFourByteAsPathSegment_Type_as_confed_set BgpAttributesFourByteAsPathSegment_Type_Enum = 4 )
func (BgpAttributesFourByteAsPathSegment_Type_Enum) Descriptor ¶ added in v1.1.0
func (BgpAttributesFourByteAsPathSegment_Type_Enum) Descriptor() protoreflect.EnumDescriptor
func (BgpAttributesFourByteAsPathSegment_Type_Enum) EnumDescriptor
deprecated
added in
v1.1.0
func (BgpAttributesFourByteAsPathSegment_Type_Enum) EnumDescriptor() ([]byte, []int)
Deprecated: Use BgpAttributesFourByteAsPathSegment_Type_Enum.Descriptor instead.
func (BgpAttributesFourByteAsPathSegment_Type_Enum) Number ¶ added in v1.1.0
func (x BgpAttributesFourByteAsPathSegment_Type_Enum) Number() protoreflect.EnumNumber
func (BgpAttributesFourByteAsPathSegment_Type_Enum) String ¶ added in v1.1.0
func (x BgpAttributesFourByteAsPathSegment_Type_Enum) String() string
func (BgpAttributesFourByteAsPathSegment_Type_Enum) Type ¶ added in v1.1.0
func (BgpAttributesFourByteAsPathSegment_Type_Enum) Type() protoreflect.EnumType
type BgpAttributesLocalPreference ¶ added in v1.1.0
type BgpAttributesLocalPreference struct { // Value to be set in the LOCAL_PREFERENCE attribute The multi exit discriminator (MED) // value used for route selection sent to the peer. // default = 100 Value *uint32 `protobuf:"varint,1,opt,name=value,proto3,oneof" json:"value,omitempty"` // contains filtered or unexported fields }
Optional LOCAL_PREFERENCE attribute sent to the peer to indicate the degree of preference
for externally learned routes.This should be included only for internal peers.It is used for the selection of the path for the traffic leaving the AS.The route with the highest local preference value is preferred.
func (*BgpAttributesLocalPreference) Descriptor
deprecated
added in
v1.1.0
func (*BgpAttributesLocalPreference) Descriptor() ([]byte, []int)
Deprecated: Use BgpAttributesLocalPreference.ProtoReflect.Descriptor instead.
func (*BgpAttributesLocalPreference) GetValue ¶ added in v1.1.0
func (x *BgpAttributesLocalPreference) GetValue() uint32
func (*BgpAttributesLocalPreference) ProtoMessage ¶ added in v1.1.0
func (*BgpAttributesLocalPreference) ProtoMessage()
func (*BgpAttributesLocalPreference) ProtoReflect ¶ added in v1.1.0
func (x *BgpAttributesLocalPreference) ProtoReflect() protoreflect.Message
func (*BgpAttributesLocalPreference) Reset ¶ added in v1.1.0
func (x *BgpAttributesLocalPreference) Reset()
func (*BgpAttributesLocalPreference) String ¶ added in v1.1.0
func (x *BgpAttributesLocalPreference) String() string
type BgpAttributesMpReachNlri ¶ added in v1.1.0
type BgpAttributesMpReachNlri struct { // Description missing in models NextHop *BgpAttributesNextHop `protobuf:"bytes,1,opt,name=next_hop,json=nextHop,proto3" json:"next_hop,omitempty"` // The AFI and SAFI to be sent in the MPREACH_NLRI in the Update. // required = true Choice *BgpAttributesMpReachNlri_Choice_Enum `protobuf:"varint,2,opt,name=choice,proto3,enum=otg.BgpAttributesMpReachNlri_Choice_Enum,oneof" json:"choice,omitempty"` // List of IPv4 prefixes being sent in the IPv4 Unicast MPREACH_NLRI . Ipv4Unicast []*BgpOneIpv4NLRIPrefix `protobuf:"bytes,3,rep,name=ipv4_unicast,json=ipv4Unicast,proto3" json:"ipv4_unicast,omitempty"` // List of IPv6 prefixes being sent in the IPv6 Unicast MPREACH_NLRI . Ipv6Unicast []*BgpOneIpv6NLRIPrefix `protobuf:"bytes,4,rep,name=ipv6_unicast,json=ipv6Unicast,proto3" json:"ipv6_unicast,omitempty"` // IPv4 endpoint with Segment Routing Policy being sent in the IPv4 MPREACH_NLRI . Ipv4Srpolicy *BgpIpv4SrPolicyNLRIPrefix `protobuf:"bytes,5,opt,name=ipv4_srpolicy,json=ipv4Srpolicy,proto3" json:"ipv4_srpolicy,omitempty"` // IPv6 endpoint with Segment Routing Policy being sent in the IPv6 MPREACH_NLRI . Ipv6Srpolicy *BgpIpv6SrPolicyNLRIPrefix `protobuf:"bytes,6,opt,name=ipv6_srpolicy,json=ipv6Srpolicy,proto3" json:"ipv6_srpolicy,omitempty"` // contains filtered or unexported fields }
The MP_REACH attribute is an optional attribute which can be included in the attributes of a BGP Update message as defined in https://datatracker.ietf.org/doc/html/rfc4760#section-3. The following AFI / SAFI combinations are supported: - IPv4 Unicast with AFI as 1 and SAFI as 1 - IPv6 Unicast with AFI as 2 and SAFI as 1 - Segment Routing Policy for IPv4 Unicast with AFI as 1 and SAFI as 73 ( draft-ietf-idr-sr-policy-safi-02 Section 2.1 ) - Segment Routing Policy for IPv6 Unicast with AFI as 2 and SAFI as 73
func (*BgpAttributesMpReachNlri) Descriptor
deprecated
added in
v1.1.0
func (*BgpAttributesMpReachNlri) Descriptor() ([]byte, []int)
Deprecated: Use BgpAttributesMpReachNlri.ProtoReflect.Descriptor instead.
func (*BgpAttributesMpReachNlri) GetChoice ¶ added in v1.1.0
func (x *BgpAttributesMpReachNlri) GetChoice() BgpAttributesMpReachNlri_Choice_Enum
func (*BgpAttributesMpReachNlri) GetIpv4Srpolicy ¶ added in v1.3.0
func (x *BgpAttributesMpReachNlri) GetIpv4Srpolicy() *BgpIpv4SrPolicyNLRIPrefix
func (*BgpAttributesMpReachNlri) GetIpv4Unicast ¶ added in v1.1.0
func (x *BgpAttributesMpReachNlri) GetIpv4Unicast() []*BgpOneIpv4NLRIPrefix
func (*BgpAttributesMpReachNlri) GetIpv6Srpolicy ¶ added in v1.3.0
func (x *BgpAttributesMpReachNlri) GetIpv6Srpolicy() *BgpIpv6SrPolicyNLRIPrefix
func (*BgpAttributesMpReachNlri) GetIpv6Unicast ¶ added in v1.1.0
func (x *BgpAttributesMpReachNlri) GetIpv6Unicast() []*BgpOneIpv6NLRIPrefix
func (*BgpAttributesMpReachNlri) GetNextHop ¶ added in v1.1.0
func (x *BgpAttributesMpReachNlri) GetNextHop() *BgpAttributesNextHop
func (*BgpAttributesMpReachNlri) ProtoMessage ¶ added in v1.1.0
func (*BgpAttributesMpReachNlri) ProtoMessage()
func (*BgpAttributesMpReachNlri) ProtoReflect ¶ added in v1.1.0
func (x *BgpAttributesMpReachNlri) ProtoReflect() protoreflect.Message
func (*BgpAttributesMpReachNlri) Reset ¶ added in v1.1.0
func (x *BgpAttributesMpReachNlri) Reset()
func (*BgpAttributesMpReachNlri) String ¶ added in v1.1.0
func (x *BgpAttributesMpReachNlri) String() string
type BgpAttributesMpReachNlri_Choice ¶ added in v1.1.0
type BgpAttributesMpReachNlri_Choice struct {
// contains filtered or unexported fields
}
func (*BgpAttributesMpReachNlri_Choice) Descriptor
deprecated
added in
v1.1.0
func (*BgpAttributesMpReachNlri_Choice) Descriptor() ([]byte, []int)
Deprecated: Use BgpAttributesMpReachNlri_Choice.ProtoReflect.Descriptor instead.
func (*BgpAttributesMpReachNlri_Choice) ProtoMessage ¶ added in v1.1.0
func (*BgpAttributesMpReachNlri_Choice) ProtoMessage()
func (*BgpAttributesMpReachNlri_Choice) ProtoReflect ¶ added in v1.1.0
func (x *BgpAttributesMpReachNlri_Choice) ProtoReflect() protoreflect.Message
func (*BgpAttributesMpReachNlri_Choice) Reset ¶ added in v1.1.0
func (x *BgpAttributesMpReachNlri_Choice) Reset()
func (*BgpAttributesMpReachNlri_Choice) String ¶ added in v1.1.0
func (x *BgpAttributesMpReachNlri_Choice) String() string
type BgpAttributesMpReachNlri_Choice_Enum ¶ added in v1.1.0
type BgpAttributesMpReachNlri_Choice_Enum int32
const ( BgpAttributesMpReachNlri_Choice_unspecified BgpAttributesMpReachNlri_Choice_Enum = 0 BgpAttributesMpReachNlri_Choice_ipv4_unicast BgpAttributesMpReachNlri_Choice_Enum = 1 BgpAttributesMpReachNlri_Choice_ipv6_unicast BgpAttributesMpReachNlri_Choice_Enum = 2 BgpAttributesMpReachNlri_Choice_ipv4_srpolicy BgpAttributesMpReachNlri_Choice_Enum = 3 BgpAttributesMpReachNlri_Choice_ipv6_srpolicy BgpAttributesMpReachNlri_Choice_Enum = 4 )
func (BgpAttributesMpReachNlri_Choice_Enum) Descriptor ¶ added in v1.1.0
func (BgpAttributesMpReachNlri_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
func (BgpAttributesMpReachNlri_Choice_Enum) Enum ¶ added in v1.1.0
func (x BgpAttributesMpReachNlri_Choice_Enum) Enum() *BgpAttributesMpReachNlri_Choice_Enum
func (BgpAttributesMpReachNlri_Choice_Enum) EnumDescriptor
deprecated
added in
v1.1.0
func (BgpAttributesMpReachNlri_Choice_Enum) EnumDescriptor() ([]byte, []int)
Deprecated: Use BgpAttributesMpReachNlri_Choice_Enum.Descriptor instead.
func (BgpAttributesMpReachNlri_Choice_Enum) Number ¶ added in v1.1.0
func (x BgpAttributesMpReachNlri_Choice_Enum) Number() protoreflect.EnumNumber
func (BgpAttributesMpReachNlri_Choice_Enum) String ¶ added in v1.1.0
func (x BgpAttributesMpReachNlri_Choice_Enum) String() string
func (BgpAttributesMpReachNlri_Choice_Enum) Type ¶ added in v1.1.0
func (BgpAttributesMpReachNlri_Choice_Enum) Type() protoreflect.EnumType
type BgpAttributesMpUnreachNlri ¶ added in v1.1.0
type BgpAttributesMpUnreachNlri struct { // The AFI and SAFI to be sent in the MPUNREACH_NLRI in the Update. Choice *BgpAttributesMpUnreachNlri_Choice_Enum `protobuf:"varint,1,opt,name=choice,proto3,enum=otg.BgpAttributesMpUnreachNlri_Choice_Enum,oneof" json:"choice,omitempty"` // List of IPv4 prefixes being sent in the IPv4 Unicast MPUNREACH_NLRI . Ipv4Unicast []*BgpOneIpv4NLRIPrefix `protobuf:"bytes,2,rep,name=ipv4_unicast,json=ipv4Unicast,proto3" json:"ipv4_unicast,omitempty"` // List of IPv6 prefixes being sent in the IPv6 Unicast MPUNREACH_NLRI . Ipv6Unicast []*BgpOneIpv6NLRIPrefix `protobuf:"bytes,3,rep,name=ipv6_unicast,json=ipv6Unicast,proto3" json:"ipv6_unicast,omitempty"` // IPv4 endpoint with Segment Routing Policy being sent in the IPv4 MPUNREACH_NLRI . Ipv4Srpolicy *BgpIpv4SrPolicyNLRIPrefix `protobuf:"bytes,4,opt,name=ipv4_srpolicy,json=ipv4Srpolicy,proto3" json:"ipv4_srpolicy,omitempty"` // IPv6 endpoint with Segment Routing Policy being sent in the IPv4 MPUNREACH_NLRI . Ipv6Srpolicy *BgpIpv6SrPolicyNLRIPrefix `protobuf:"bytes,5,opt,name=ipv6_srpolicy,json=ipv6Srpolicy,proto3" json:"ipv6_srpolicy,omitempty"` // contains filtered or unexported fields }
The MP_UNREACH attribute is an optional attribute which can be included in the attributes of a BGP Update message as defined in https://datatracker.ietf.org/doc/html/rfc4760#section-3. The following AFI / SAFI combinations are supported: - IPv4 Unicast with AFI as 1 and SAFI as 1 - IPv6 Unicast with AFI as 2 and SAFI as 1 - Segment Routing Policy for IPv4 Unicast with AFI as 1 and SAFI as 73 (draft-ietf-idr-sr-policy-safi-02 Section 2.1) - Segment Routing Policy for IPv6 Unicast with AFI as 2 and SAFI as 73
func (*BgpAttributesMpUnreachNlri) Descriptor
deprecated
added in
v1.1.0
func (*BgpAttributesMpUnreachNlri) Descriptor() ([]byte, []int)
Deprecated: Use BgpAttributesMpUnreachNlri.ProtoReflect.Descriptor instead.
func (*BgpAttributesMpUnreachNlri) GetChoice ¶ added in v1.1.0
func (x *BgpAttributesMpUnreachNlri) GetChoice() BgpAttributesMpUnreachNlri_Choice_Enum
func (*BgpAttributesMpUnreachNlri) GetIpv4Srpolicy ¶ added in v1.3.0
func (x *BgpAttributesMpUnreachNlri) GetIpv4Srpolicy() *BgpIpv4SrPolicyNLRIPrefix
func (*BgpAttributesMpUnreachNlri) GetIpv4Unicast ¶ added in v1.1.0
func (x *BgpAttributesMpUnreachNlri) GetIpv4Unicast() []*BgpOneIpv4NLRIPrefix
func (*BgpAttributesMpUnreachNlri) GetIpv6Srpolicy ¶ added in v1.3.0
func (x *BgpAttributesMpUnreachNlri) GetIpv6Srpolicy() *BgpIpv6SrPolicyNLRIPrefix
func (*BgpAttributesMpUnreachNlri) GetIpv6Unicast ¶ added in v1.1.0
func (x *BgpAttributesMpUnreachNlri) GetIpv6Unicast() []*BgpOneIpv6NLRIPrefix
func (*BgpAttributesMpUnreachNlri) ProtoMessage ¶ added in v1.1.0
func (*BgpAttributesMpUnreachNlri) ProtoMessage()
func (*BgpAttributesMpUnreachNlri) ProtoReflect ¶ added in v1.1.0
func (x *BgpAttributesMpUnreachNlri) ProtoReflect() protoreflect.Message
func (*BgpAttributesMpUnreachNlri) Reset ¶ added in v1.1.0
func (x *BgpAttributesMpUnreachNlri) Reset()
func (*BgpAttributesMpUnreachNlri) String ¶ added in v1.1.0
func (x *BgpAttributesMpUnreachNlri) String() string
type BgpAttributesMpUnreachNlri_Choice ¶ added in v1.1.0
type BgpAttributesMpUnreachNlri_Choice struct {
// contains filtered or unexported fields
}
func (*BgpAttributesMpUnreachNlri_Choice) Descriptor
deprecated
added in
v1.1.0
func (*BgpAttributesMpUnreachNlri_Choice) Descriptor() ([]byte, []int)
Deprecated: Use BgpAttributesMpUnreachNlri_Choice.ProtoReflect.Descriptor instead.
func (*BgpAttributesMpUnreachNlri_Choice) ProtoMessage ¶ added in v1.1.0
func (*BgpAttributesMpUnreachNlri_Choice) ProtoMessage()
func (*BgpAttributesMpUnreachNlri_Choice) ProtoReflect ¶ added in v1.1.0
func (x *BgpAttributesMpUnreachNlri_Choice) ProtoReflect() protoreflect.Message
func (*BgpAttributesMpUnreachNlri_Choice) Reset ¶ added in v1.1.0
func (x *BgpAttributesMpUnreachNlri_Choice) Reset()
func (*BgpAttributesMpUnreachNlri_Choice) String ¶ added in v1.1.0
func (x *BgpAttributesMpUnreachNlri_Choice) String() string
type BgpAttributesMpUnreachNlri_Choice_Enum ¶ added in v1.1.0
type BgpAttributesMpUnreachNlri_Choice_Enum int32
const ( BgpAttributesMpUnreachNlri_Choice_unspecified BgpAttributesMpUnreachNlri_Choice_Enum = 0 BgpAttributesMpUnreachNlri_Choice_ipv4_unicast BgpAttributesMpUnreachNlri_Choice_Enum = 1 BgpAttributesMpUnreachNlri_Choice_ipv6_unicast BgpAttributesMpUnreachNlri_Choice_Enum = 2 BgpAttributesMpUnreachNlri_Choice_ipv4_srpolicy BgpAttributesMpUnreachNlri_Choice_Enum = 3 BgpAttributesMpUnreachNlri_Choice_ipv6_srpolicy BgpAttributesMpUnreachNlri_Choice_Enum = 4 )
func (BgpAttributesMpUnreachNlri_Choice_Enum) Descriptor ¶ added in v1.1.0
func (BgpAttributesMpUnreachNlri_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
func (BgpAttributesMpUnreachNlri_Choice_Enum) EnumDescriptor
deprecated
added in
v1.1.0
func (BgpAttributesMpUnreachNlri_Choice_Enum) EnumDescriptor() ([]byte, []int)
Deprecated: Use BgpAttributesMpUnreachNlri_Choice_Enum.Descriptor instead.
func (BgpAttributesMpUnreachNlri_Choice_Enum) Number ¶ added in v1.1.0
func (x BgpAttributesMpUnreachNlri_Choice_Enum) Number() protoreflect.EnumNumber
func (BgpAttributesMpUnreachNlri_Choice_Enum) String ¶ added in v1.1.0
func (x BgpAttributesMpUnreachNlri_Choice_Enum) String() string
func (BgpAttributesMpUnreachNlri_Choice_Enum) Type ¶ added in v1.1.0
func (BgpAttributesMpUnreachNlri_Choice_Enum) Type() protoreflect.EnumType
type BgpAttributesMultiExitDiscriminator ¶ added in v1.1.0
type BgpAttributesMultiExitDiscriminator struct { // The multi exit discriminator (MED) value used for route selection sent to the peer. // // default = 0 Value *uint32 `protobuf:"varint,1,opt,name=value,proto3,oneof" json:"value,omitempty"` // contains filtered or unexported fields }
Optional MULTI_EXIT_DISCRIMINATOR attribute sent to the peer to help in the route selection process.
func (*BgpAttributesMultiExitDiscriminator) Descriptor
deprecated
added in
v1.1.0
func (*BgpAttributesMultiExitDiscriminator) Descriptor() ([]byte, []int)
Deprecated: Use BgpAttributesMultiExitDiscriminator.ProtoReflect.Descriptor instead.
func (*BgpAttributesMultiExitDiscriminator) GetValue ¶ added in v1.1.0
func (x *BgpAttributesMultiExitDiscriminator) GetValue() uint32
func (*BgpAttributesMultiExitDiscriminator) ProtoMessage ¶ added in v1.1.0
func (*BgpAttributesMultiExitDiscriminator) ProtoMessage()
func (*BgpAttributesMultiExitDiscriminator) ProtoReflect ¶ added in v1.1.0
func (x *BgpAttributesMultiExitDiscriminator) ProtoReflect() protoreflect.Message
func (*BgpAttributesMultiExitDiscriminator) Reset ¶ added in v1.1.0
func (x *BgpAttributesMultiExitDiscriminator) Reset()
func (*BgpAttributesMultiExitDiscriminator) String ¶ added in v1.1.0
func (x *BgpAttributesMultiExitDiscriminator) String() string
type BgpAttributesNextHop ¶ added in v1.1.0
type BgpAttributesNextHop struct { // The type of the next HOP. // required = true Choice *BgpAttributesNextHop_Choice_Enum `protobuf:"varint,1,opt,name=choice,proto3,enum=otg.BgpAttributesNextHop_Choice_Enum,oneof" json:"choice,omitempty"` // The 4 byte IPv4 address of the next-hop from which the route was received. // default = 0.0.0.0 Ipv4 *string `protobuf:"bytes,2,opt,name=ipv4,proto3,oneof" json:"ipv4,omitempty"` // The 16 byte IPv6 address of the next-hop from which the route was received. // default = 0::0 Ipv6 *string `protobuf:"bytes,3,opt,name=ipv6,proto3,oneof" json:"ipv6,omitempty"` // Description missing in models Ipv6TwoAddresses *BgpAttributesNextHopIpv6TwoAddresses `protobuf:"bytes,4,opt,name=ipv6_two_addresses,json=ipv6TwoAddresses,proto3" json:"ipv6_two_addresses,omitempty"` // contains filtered or unexported fields }
Next hop to be sent inside MP_REACH NLRI or as the NEXT_HOP attribute if advertised as traditional NLRI.
func (*BgpAttributesNextHop) Descriptor
deprecated
added in
v1.1.0
func (*BgpAttributesNextHop) Descriptor() ([]byte, []int)
Deprecated: Use BgpAttributesNextHop.ProtoReflect.Descriptor instead.
func (*BgpAttributesNextHop) GetChoice ¶ added in v1.1.0
func (x *BgpAttributesNextHop) GetChoice() BgpAttributesNextHop_Choice_Enum
func (*BgpAttributesNextHop) GetIpv4 ¶ added in v1.1.0
func (x *BgpAttributesNextHop) GetIpv4() string
func (*BgpAttributesNextHop) GetIpv6 ¶ added in v1.1.0
func (x *BgpAttributesNextHop) GetIpv6() string
func (*BgpAttributesNextHop) GetIpv6TwoAddresses ¶ added in v1.1.0
func (x *BgpAttributesNextHop) GetIpv6TwoAddresses() *BgpAttributesNextHopIpv6TwoAddresses
func (*BgpAttributesNextHop) ProtoMessage ¶ added in v1.1.0
func (*BgpAttributesNextHop) ProtoMessage()
func (*BgpAttributesNextHop) ProtoReflect ¶ added in v1.1.0
func (x *BgpAttributesNextHop) ProtoReflect() protoreflect.Message
func (*BgpAttributesNextHop) Reset ¶ added in v1.1.0
func (x *BgpAttributesNextHop) Reset()
func (*BgpAttributesNextHop) String ¶ added in v1.1.0
func (x *BgpAttributesNextHop) String() string
type BgpAttributesNextHopIpv6TwoAddresses ¶ added in v1.1.0
type BgpAttributesNextHopIpv6TwoAddresses struct { // The first IPv6 next hop in the 32 byte IPv6 Next Hop. // default = 0::0 First *string `protobuf:"bytes,1,opt,name=first,proto3,oneof" json:"first,omitempty"` // The second IPv6 next hop in the 32 byte IPv6 Next Hop. // default = 0::0 Second *string `protobuf:"bytes,2,opt,name=second,proto3,oneof" json:"second,omitempty"` // contains filtered or unexported fields }
There is a specific scenario in which it is possible to receive a Global and Link Local address in the Next Hop field in a MP_REACH attribute or in the NEXT_HOP attribute(RFC2545: Section 3).
func (*BgpAttributesNextHopIpv6TwoAddresses) Descriptor
deprecated
added in
v1.1.0
func (*BgpAttributesNextHopIpv6TwoAddresses) Descriptor() ([]byte, []int)
Deprecated: Use BgpAttributesNextHopIpv6TwoAddresses.ProtoReflect.Descriptor instead.
func (*BgpAttributesNextHopIpv6TwoAddresses) GetFirst ¶ added in v1.1.0
func (x *BgpAttributesNextHopIpv6TwoAddresses) GetFirst() string
func (*BgpAttributesNextHopIpv6TwoAddresses) GetSecond ¶ added in v1.1.0
func (x *BgpAttributesNextHopIpv6TwoAddresses) GetSecond() string
func (*BgpAttributesNextHopIpv6TwoAddresses) ProtoMessage ¶ added in v1.1.0
func (*BgpAttributesNextHopIpv6TwoAddresses) ProtoMessage()
func (*BgpAttributesNextHopIpv6TwoAddresses) ProtoReflect ¶ added in v1.1.0
func (x *BgpAttributesNextHopIpv6TwoAddresses) ProtoReflect() protoreflect.Message
func (*BgpAttributesNextHopIpv6TwoAddresses) Reset ¶ added in v1.1.0
func (x *BgpAttributesNextHopIpv6TwoAddresses) Reset()
func (*BgpAttributesNextHopIpv6TwoAddresses) String ¶ added in v1.1.0
func (x *BgpAttributesNextHopIpv6TwoAddresses) String() string
type BgpAttributesNextHop_Choice ¶ added in v1.1.0
type BgpAttributesNextHop_Choice struct {
// contains filtered or unexported fields
}
func (*BgpAttributesNextHop_Choice) Descriptor
deprecated
added in
v1.1.0
func (*BgpAttributesNextHop_Choice) Descriptor() ([]byte, []int)
Deprecated: Use BgpAttributesNextHop_Choice.ProtoReflect.Descriptor instead.
func (*BgpAttributesNextHop_Choice) ProtoMessage ¶ added in v1.1.0
func (*BgpAttributesNextHop_Choice) ProtoMessage()
func (*BgpAttributesNextHop_Choice) ProtoReflect ¶ added in v1.1.0
func (x *BgpAttributesNextHop_Choice) ProtoReflect() protoreflect.Message
func (*BgpAttributesNextHop_Choice) Reset ¶ added in v1.1.0
func (x *BgpAttributesNextHop_Choice) Reset()
func (*BgpAttributesNextHop_Choice) String ¶ added in v1.1.0
func (x *BgpAttributesNextHop_Choice) String() string
type BgpAttributesNextHop_Choice_Enum ¶ added in v1.1.0
type BgpAttributesNextHop_Choice_Enum int32
const ( BgpAttributesNextHop_Choice_unspecified BgpAttributesNextHop_Choice_Enum = 0 BgpAttributesNextHop_Choice_ipv4 BgpAttributesNextHop_Choice_Enum = 1 BgpAttributesNextHop_Choice_ipv6 BgpAttributesNextHop_Choice_Enum = 2 BgpAttributesNextHop_Choice_ipv6_two_addresses BgpAttributesNextHop_Choice_Enum = 3 )
func (BgpAttributesNextHop_Choice_Enum) Descriptor ¶ added in v1.1.0
func (BgpAttributesNextHop_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
func (BgpAttributesNextHop_Choice_Enum) Enum ¶ added in v1.1.0
func (x BgpAttributesNextHop_Choice_Enum) Enum() *BgpAttributesNextHop_Choice_Enum
func (BgpAttributesNextHop_Choice_Enum) EnumDescriptor
deprecated
added in
v1.1.0
func (BgpAttributesNextHop_Choice_Enum) EnumDescriptor() ([]byte, []int)
Deprecated: Use BgpAttributesNextHop_Choice_Enum.Descriptor instead.
func (BgpAttributesNextHop_Choice_Enum) Number ¶ added in v1.1.0
func (x BgpAttributesNextHop_Choice_Enum) Number() protoreflect.EnumNumber
func (BgpAttributesNextHop_Choice_Enum) String ¶ added in v1.1.0
func (x BgpAttributesNextHop_Choice_Enum) String() string
func (BgpAttributesNextHop_Choice_Enum) Type ¶ added in v1.1.0
func (BgpAttributesNextHop_Choice_Enum) Type() protoreflect.EnumType
type BgpAttributesOriginatorId ¶ added in v1.1.0
type BgpAttributesOriginatorId struct { // The value of the originator's Router Id. // default = 0.0.0.0 Value *string `protobuf:"bytes,1,opt,name=value,proto3,oneof" json:"value,omitempty"` // contains filtered or unexported fields }
Optional ORIGINATOR_ID attribute (type code 9) carries the Router Id of the route's originator in the local AS.
func (*BgpAttributesOriginatorId) Descriptor
deprecated
added in
v1.1.0
func (*BgpAttributesOriginatorId) Descriptor() ([]byte, []int)
Deprecated: Use BgpAttributesOriginatorId.ProtoReflect.Descriptor instead.
func (*BgpAttributesOriginatorId) GetValue ¶ added in v1.1.0
func (x *BgpAttributesOriginatorId) GetValue() string
func (*BgpAttributesOriginatorId) ProtoMessage ¶ added in v1.1.0
func (*BgpAttributesOriginatorId) ProtoMessage()
func (*BgpAttributesOriginatorId) ProtoReflect ¶ added in v1.1.0
func (x *BgpAttributesOriginatorId) ProtoReflect() protoreflect.Message
func (*BgpAttributesOriginatorId) Reset ¶ added in v1.1.0
func (x *BgpAttributesOriginatorId) Reset()
func (*BgpAttributesOriginatorId) String ¶ added in v1.1.0
func (x *BgpAttributesOriginatorId) String() string
type BgpAttributesOtherAttribute ¶ added in v1.1.0
type BgpAttributesOtherAttribute struct { // Optional flag in the BGP attribute. // default = False FlagOptional *bool `protobuf:"varint,1,opt,name=flag_optional,json=flagOptional,proto3,oneof" json:"flag_optional,omitempty"` // Transitive flag in the BGP attribute. // default = False FlagTransitive *bool `protobuf:"varint,2,opt,name=flag_transitive,json=flagTransitive,proto3,oneof" json:"flag_transitive,omitempty"` // Partial flag in the BGP attribute. // default = False FlagPartial *bool `protobuf:"varint,3,opt,name=flag_partial,json=flagPartial,proto3,oneof" json:"flag_partial,omitempty"` // Extended length flag in the BGP attribute. // default = False FlagExtendedLength *bool `protobuf:"varint,4,opt,name=flag_extended_length,json=flagExtendedLength,proto3,oneof" json:"flag_extended_length,omitempty"` // The value of the Type field in the attribute. // required = true Type *uint32 `protobuf:"varint,5,opt,name=type,proto3,oneof" json:"type,omitempty"` // Contents of the value field ( the contents after the initial two bytes containing // the Flags and Type field ) of the attribute in hex bytes. // It includes the contents of length of the extended length field if included. // required = true RawValue *string `protobuf:"bytes,6,opt,name=raw_value,json=rawValue,proto3,oneof" json:"raw_value,omitempty"` // contains filtered or unexported fields }
One unknown attribute stored as hex bytes.
func (*BgpAttributesOtherAttribute) Descriptor
deprecated
added in
v1.1.0
func (*BgpAttributesOtherAttribute) Descriptor() ([]byte, []int)
Deprecated: Use BgpAttributesOtherAttribute.ProtoReflect.Descriptor instead.
func (*BgpAttributesOtherAttribute) GetFlagExtendedLength ¶ added in v1.1.0
func (x *BgpAttributesOtherAttribute) GetFlagExtendedLength() bool
func (*BgpAttributesOtherAttribute) GetFlagOptional ¶ added in v1.1.0
func (x *BgpAttributesOtherAttribute) GetFlagOptional() bool
func (*BgpAttributesOtherAttribute) GetFlagPartial ¶ added in v1.1.0
func (x *BgpAttributesOtherAttribute) GetFlagPartial() bool
func (*BgpAttributesOtherAttribute) GetFlagTransitive ¶ added in v1.1.0
func (x *BgpAttributesOtherAttribute) GetFlagTransitive() bool
func (*BgpAttributesOtherAttribute) GetRawValue ¶ added in v1.1.0
func (x *BgpAttributesOtherAttribute) GetRawValue() string
func (*BgpAttributesOtherAttribute) GetType ¶ added in v1.1.0
func (x *BgpAttributesOtherAttribute) GetType() uint32
func (*BgpAttributesOtherAttribute) ProtoMessage ¶ added in v1.1.0
func (*BgpAttributesOtherAttribute) ProtoMessage()
func (*BgpAttributesOtherAttribute) ProtoReflect ¶ added in v1.1.0
func (x *BgpAttributesOtherAttribute) ProtoReflect() protoreflect.Message
func (*BgpAttributesOtherAttribute) Reset ¶ added in v1.1.0
func (x *BgpAttributesOtherAttribute) Reset()
func (*BgpAttributesOtherAttribute) String ¶ added in v1.1.0
func (x *BgpAttributesOtherAttribute) String() string
type BgpAttributesSegmentRoutingPolicy ¶ added in v1.3.0
type BgpAttributesSegmentRoutingPolicy struct { // Description missing in models BindingSegmentIdentifier *BgpAttributesBsid `` /* 135-byte string literal not displayed */ // The SRv6 Binding SID sub-TLV is an optional sub-TLV of type 20 that is used to signal // the SRv6 Binding SID // related information of an SR Policy candidate path. // - More than one SRv6 Binding SID sub-TLVs MAY be signaled in the same SR Policy // encoding to indicate one // or more SRv6 SIDs, each with potentially different SRv6 Endpoint Behaviors to // be instantiated. // - The format of the sub-TLV is defined in draft-ietf-idr-sr-policy-safi-02 Section // 2.4.3 . Srv6BindingSegmentIdentifier []*BgpAttributesSrv6Bsid `` /* 149-byte string literal not displayed */ // Description missing in models Preference *BgpAttributesSrPolicyPreference `protobuf:"bytes,3,opt,name=preference,proto3" json:"preference,omitempty"` // Description missing in models Priority *BgpAttributesSrPolicyPriority `protobuf:"bytes,4,opt,name=priority,proto3" json:"priority,omitempty"` // Description missing in models PolicyName *BgpAttributesSrPolicyPolicyName `protobuf:"bytes,5,opt,name=policy_name,json=policyName,proto3" json:"policy_name,omitempty"` // Description missing in models PolicyCandidateName *BgpAttributesSrPolicyPolicyCandidateName `protobuf:"bytes,6,opt,name=policy_candidate_name,json=policyCandidateName,proto3" json:"policy_candidate_name,omitempty"` // Description missing in models ExplicitNullLabelPolicy *BgpAttributesSrPolicyExplicitNullPolicy `` /* 134-byte string literal not displayed */ // Description missing in models SegmentList []*BgpAttributesSrPolicySegmentList `protobuf:"bytes,8,rep,name=segment_list,json=segmentList,proto3" json:"segment_list,omitempty"` // contains filtered or unexported fields }
Optional Segment Routing Policy information as defined in draft-ietf-idr-sr-policy-safi-02. This information is carried in TUNNEL_ENCAPSULATION attribute with type set to SR Policy (15).
func (*BgpAttributesSegmentRoutingPolicy) Descriptor
deprecated
added in
v1.3.0
func (*BgpAttributesSegmentRoutingPolicy) Descriptor() ([]byte, []int)
Deprecated: Use BgpAttributesSegmentRoutingPolicy.ProtoReflect.Descriptor instead.
func (*BgpAttributesSegmentRoutingPolicy) GetBindingSegmentIdentifier ¶ added in v1.3.0
func (x *BgpAttributesSegmentRoutingPolicy) GetBindingSegmentIdentifier() *BgpAttributesBsid
func (*BgpAttributesSegmentRoutingPolicy) GetExplicitNullLabelPolicy ¶ added in v1.3.0
func (x *BgpAttributesSegmentRoutingPolicy) GetExplicitNullLabelPolicy() *BgpAttributesSrPolicyExplicitNullPolicy
func (*BgpAttributesSegmentRoutingPolicy) GetPolicyCandidateName ¶ added in v1.3.0
func (x *BgpAttributesSegmentRoutingPolicy) GetPolicyCandidateName() *BgpAttributesSrPolicyPolicyCandidateName
func (*BgpAttributesSegmentRoutingPolicy) GetPolicyName ¶ added in v1.3.0
func (x *BgpAttributesSegmentRoutingPolicy) GetPolicyName() *BgpAttributesSrPolicyPolicyName
func (*BgpAttributesSegmentRoutingPolicy) GetPreference ¶ added in v1.3.0
func (x *BgpAttributesSegmentRoutingPolicy) GetPreference() *BgpAttributesSrPolicyPreference
func (*BgpAttributesSegmentRoutingPolicy) GetPriority ¶ added in v1.3.0
func (x *BgpAttributesSegmentRoutingPolicy) GetPriority() *BgpAttributesSrPolicyPriority
func (*BgpAttributesSegmentRoutingPolicy) GetSegmentList ¶ added in v1.3.0
func (x *BgpAttributesSegmentRoutingPolicy) GetSegmentList() []*BgpAttributesSrPolicySegmentList
func (*BgpAttributesSegmentRoutingPolicy) GetSrv6BindingSegmentIdentifier ¶ added in v1.3.0
func (x *BgpAttributesSegmentRoutingPolicy) GetSrv6BindingSegmentIdentifier() []*BgpAttributesSrv6Bsid
func (*BgpAttributesSegmentRoutingPolicy) ProtoMessage ¶ added in v1.3.0
func (*BgpAttributesSegmentRoutingPolicy) ProtoMessage()
func (*BgpAttributesSegmentRoutingPolicy) ProtoReflect ¶ added in v1.3.0
func (x *BgpAttributesSegmentRoutingPolicy) ProtoReflect() protoreflect.Message
func (*BgpAttributesSegmentRoutingPolicy) Reset ¶ added in v1.3.0
func (x *BgpAttributesSegmentRoutingPolicy) Reset()
func (*BgpAttributesSegmentRoutingPolicy) String ¶ added in v1.3.0
func (x *BgpAttributesSegmentRoutingPolicy) String() string
type BgpAttributesSegmentRoutingPolicySRv6SIDEndpointBehaviorAndStructure ¶ added in v1.3.0
type BgpAttributesSegmentRoutingPolicySRv6SIDEndpointBehaviorAndStructure struct { // This is a 2-octet field that is used to specify the SRv6 Endpoint Behavior code point // for the SRv6 SID as defined // in section 9.2 of [RFC8986]. When set with the value 0xFFFF (i.e., Opaque), the choice // of SRv6 Endpoint Behavior is // left to the headend. Well known 16-bit values for this field are available at // https://www.iana.org/assignments/segment-routing/segment-routing.xhtml . // default = ffff EndpointBehaviour *string `protobuf:"bytes,1,opt,name=endpoint_behaviour,json=endpointBehaviour,proto3,oneof" json:"endpoint_behaviour,omitempty"` // SRv6 SID Locator Block length in bits. // default = 0 LbLength *uint32 `protobuf:"varint,2,opt,name=lb_length,json=lbLength,proto3,oneof" json:"lb_length,omitempty"` // SRv6 SID Locator Node length in bits. // default = 0 LnLength *uint32 `protobuf:"varint,3,opt,name=ln_length,json=lnLength,proto3,oneof" json:"ln_length,omitempty"` // SRv6 SID Function length in bits. // default = 0 FuncLength *uint32 `protobuf:"varint,4,opt,name=func_length,json=funcLength,proto3,oneof" json:"func_length,omitempty"` // SRv6 SID Arguments length in bits. // default = 0 ArgLength *uint32 `protobuf:"varint,5,opt,name=arg_length,json=argLength,proto3,oneof" json:"arg_length,omitempty"` // contains filtered or unexported fields }
Configuration for optional SRv6 Endpoint Behavior and SID Structure. Summation of lengths for Locator Block, Locator Node, Function, and Argument MUST be less than or equal to 128. - This is specified in draft-ietf-idr-sr-policy-safi-02 Section 2.4.4.2.4
func (*BgpAttributesSegmentRoutingPolicySRv6SIDEndpointBehaviorAndStructure) Descriptor
deprecated
added in
v1.3.0
func (*BgpAttributesSegmentRoutingPolicySRv6SIDEndpointBehaviorAndStructure) Descriptor() ([]byte, []int)
Deprecated: Use BgpAttributesSegmentRoutingPolicySRv6SIDEndpointBehaviorAndStructure.ProtoReflect.Descriptor instead.
func (*BgpAttributesSegmentRoutingPolicySRv6SIDEndpointBehaviorAndStructure) GetArgLength ¶ added in v1.3.0
func (x *BgpAttributesSegmentRoutingPolicySRv6SIDEndpointBehaviorAndStructure) GetArgLength() uint32
func (*BgpAttributesSegmentRoutingPolicySRv6SIDEndpointBehaviorAndStructure) GetEndpointBehaviour ¶ added in v1.3.0
func (x *BgpAttributesSegmentRoutingPolicySRv6SIDEndpointBehaviorAndStructure) GetEndpointBehaviour() string
func (*BgpAttributesSegmentRoutingPolicySRv6SIDEndpointBehaviorAndStructure) GetFuncLength ¶ added in v1.3.0
func (x *BgpAttributesSegmentRoutingPolicySRv6SIDEndpointBehaviorAndStructure) GetFuncLength() uint32
func (*BgpAttributesSegmentRoutingPolicySRv6SIDEndpointBehaviorAndStructure) GetLbLength ¶ added in v1.3.0
func (x *BgpAttributesSegmentRoutingPolicySRv6SIDEndpointBehaviorAndStructure) GetLbLength() uint32
func (*BgpAttributesSegmentRoutingPolicySRv6SIDEndpointBehaviorAndStructure) GetLnLength ¶ added in v1.3.0
func (x *BgpAttributesSegmentRoutingPolicySRv6SIDEndpointBehaviorAndStructure) GetLnLength() uint32
func (*BgpAttributesSegmentRoutingPolicySRv6SIDEndpointBehaviorAndStructure) ProtoMessage ¶ added in v1.3.0
func (*BgpAttributesSegmentRoutingPolicySRv6SIDEndpointBehaviorAndStructure) ProtoMessage()
func (*BgpAttributesSegmentRoutingPolicySRv6SIDEndpointBehaviorAndStructure) ProtoReflect ¶ added in v1.3.0
func (x *BgpAttributesSegmentRoutingPolicySRv6SIDEndpointBehaviorAndStructure) ProtoReflect() protoreflect.Message
func (*BgpAttributesSegmentRoutingPolicySRv6SIDEndpointBehaviorAndStructure) Reset ¶ added in v1.3.0
func (x *BgpAttributesSegmentRoutingPolicySRv6SIDEndpointBehaviorAndStructure) Reset()
func (*BgpAttributesSegmentRoutingPolicySRv6SIDEndpointBehaviorAndStructure) String ¶ added in v1.3.0
func (x *BgpAttributesSegmentRoutingPolicySRv6SIDEndpointBehaviorAndStructure) String() string
type BgpAttributesSegmentRoutingPolicySegmentListSegment ¶ added in v1.3.0
type BgpAttributesSegmentRoutingPolicySegmentListSegment struct { // Specify one of the segment types as defined in ietf-idr-segment-routing-te-policy // - Type A: SID only, in the form of MPLS Label. // - Type B: SID only, in the form of IPv6 Address. // - Type C: IPv4 Prefix with optional SR Algorithm. // - Type D: IPv6 Global Prefix with optional SR Algorithm for SR-MPLS. // - Type E: IPv4 Prefix with Local Interface ID. // - Type F: IPv4 Addresses for link endpoints as Local, Remote pair. // - Type G: IPv6 Prefix and Interface ID for link endpoints as Local, Remote pair // for SR-MPLS. // - Type H: IPv6 Addresses for link endpoints as Local, Remote pair for SR-MPLS. // - Type I: IPv6 Global Prefix with optional SR Algorithm for SRv6. // - Type J: IPv6 Prefix and Interface ID for link endpoints as Local, Remote pair // for SRv6. // - Type K: IPv6 Addresses for link endpoints as Local, Remote pair for SRv6. // required = true Choice *BgpAttributesSegmentRoutingPolicySegmentListSegment_Choice_Enum `` /* 145-byte string literal not displayed */ // Description missing in models TypeA *BgpAttributesSegmentRoutingPolicyTypeA `protobuf:"bytes,2,opt,name=type_a,json=typeA,proto3" json:"type_a,omitempty"` // Description missing in models TypeB *BgpAttributesSegmentRoutingPolicyTypeB `protobuf:"bytes,3,opt,name=type_b,json=typeB,proto3" json:"type_b,omitempty"` // Description missing in models TypeC *BgpAttributesSegmentRoutingPolicyTypeC `protobuf:"bytes,4,opt,name=type_c,json=typeC,proto3" json:"type_c,omitempty"` // Description missing in models TypeD *BgpAttributesSegmentRoutingPolicyTypeD `protobuf:"bytes,5,opt,name=type_d,json=typeD,proto3" json:"type_d,omitempty"` // Description missing in models TypeE *BgpAttributesSegmentRoutingPolicyTypeE `protobuf:"bytes,6,opt,name=type_e,json=typeE,proto3" json:"type_e,omitempty"` // Description missing in models TypeF *BgpAttributesSegmentRoutingPolicyTypeF `protobuf:"bytes,7,opt,name=type_f,json=typeF,proto3" json:"type_f,omitempty"` // Description missing in models TypeG *BgpAttributesSegmentRoutingPolicyTypeG `protobuf:"bytes,8,opt,name=type_g,json=typeG,proto3" json:"type_g,omitempty"` // Description missing in models TypeH *BgpAttributesSegmentRoutingPolicyTypeH `protobuf:"bytes,9,opt,name=type_h,json=typeH,proto3" json:"type_h,omitempty"` // Description missing in models TypeI *BgpAttributesSegmentRoutingPolicyTypeI `protobuf:"bytes,10,opt,name=type_i,json=typeI,proto3" json:"type_i,omitempty"` // Description missing in models TypeJ *BgpAttributesSegmentRoutingPolicyTypeJ `protobuf:"bytes,11,opt,name=type_j,json=typeJ,proto3" json:"type_j,omitempty"` // Description missing in models TypeK *BgpAttributesSegmentRoutingPolicyTypeK `protobuf:"bytes,12,opt,name=type_k,json=typeK,proto3" json:"type_k,omitempty"` // contains filtered or unexported fields }
A Segment sub-TLV describes a single segment in a segment list i.e., a single element of the explicit path. The Segment sub-TLVs are optional. Segment Types A and B are defined as described in 2.4.4.2. Segment Types C upto K are defined as described in in draft-ietf-idr-bgp-sr-segtypes-ext-03 .
func (*BgpAttributesSegmentRoutingPolicySegmentListSegment) Descriptor
deprecated
added in
v1.3.0
func (*BgpAttributesSegmentRoutingPolicySegmentListSegment) Descriptor() ([]byte, []int)
Deprecated: Use BgpAttributesSegmentRoutingPolicySegmentListSegment.ProtoReflect.Descriptor instead.
func (*BgpAttributesSegmentRoutingPolicySegmentListSegment) GetTypeA ¶ added in v1.3.0
func (x *BgpAttributesSegmentRoutingPolicySegmentListSegment) GetTypeA() *BgpAttributesSegmentRoutingPolicyTypeA
func (*BgpAttributesSegmentRoutingPolicySegmentListSegment) GetTypeB ¶ added in v1.3.0
func (x *BgpAttributesSegmentRoutingPolicySegmentListSegment) GetTypeB() *BgpAttributesSegmentRoutingPolicyTypeB
func (*BgpAttributesSegmentRoutingPolicySegmentListSegment) GetTypeC ¶ added in v1.3.0
func (x *BgpAttributesSegmentRoutingPolicySegmentListSegment) GetTypeC() *BgpAttributesSegmentRoutingPolicyTypeC
func (*BgpAttributesSegmentRoutingPolicySegmentListSegment) GetTypeD ¶ added in v1.3.0
func (x *BgpAttributesSegmentRoutingPolicySegmentListSegment) GetTypeD() *BgpAttributesSegmentRoutingPolicyTypeD
func (*BgpAttributesSegmentRoutingPolicySegmentListSegment) GetTypeE ¶ added in v1.3.0
func (x *BgpAttributesSegmentRoutingPolicySegmentListSegment) GetTypeE() *BgpAttributesSegmentRoutingPolicyTypeE
func (*BgpAttributesSegmentRoutingPolicySegmentListSegment) GetTypeF ¶ added in v1.3.0
func (x *BgpAttributesSegmentRoutingPolicySegmentListSegment) GetTypeF() *BgpAttributesSegmentRoutingPolicyTypeF
func (*BgpAttributesSegmentRoutingPolicySegmentListSegment) GetTypeG ¶ added in v1.3.0
func (x *BgpAttributesSegmentRoutingPolicySegmentListSegment) GetTypeG() *BgpAttributesSegmentRoutingPolicyTypeG
func (*BgpAttributesSegmentRoutingPolicySegmentListSegment) GetTypeH ¶ added in v1.3.0
func (x *BgpAttributesSegmentRoutingPolicySegmentListSegment) GetTypeH() *BgpAttributesSegmentRoutingPolicyTypeH
func (*BgpAttributesSegmentRoutingPolicySegmentListSegment) GetTypeI ¶ added in v1.3.0
func (x *BgpAttributesSegmentRoutingPolicySegmentListSegment) GetTypeI() *BgpAttributesSegmentRoutingPolicyTypeI
func (*BgpAttributesSegmentRoutingPolicySegmentListSegment) GetTypeJ ¶ added in v1.3.0
func (x *BgpAttributesSegmentRoutingPolicySegmentListSegment) GetTypeJ() *BgpAttributesSegmentRoutingPolicyTypeJ
func (*BgpAttributesSegmentRoutingPolicySegmentListSegment) GetTypeK ¶ added in v1.3.0
func (x *BgpAttributesSegmentRoutingPolicySegmentListSegment) GetTypeK() *BgpAttributesSegmentRoutingPolicyTypeK
func (*BgpAttributesSegmentRoutingPolicySegmentListSegment) ProtoMessage ¶ added in v1.3.0
func (*BgpAttributesSegmentRoutingPolicySegmentListSegment) ProtoMessage()
func (*BgpAttributesSegmentRoutingPolicySegmentListSegment) ProtoReflect ¶ added in v1.3.0
func (x *BgpAttributesSegmentRoutingPolicySegmentListSegment) ProtoReflect() protoreflect.Message
func (*BgpAttributesSegmentRoutingPolicySegmentListSegment) Reset ¶ added in v1.3.0
func (x *BgpAttributesSegmentRoutingPolicySegmentListSegment) Reset()
func (*BgpAttributesSegmentRoutingPolicySegmentListSegment) String ¶ added in v1.3.0
func (x *BgpAttributesSegmentRoutingPolicySegmentListSegment) String() string
type BgpAttributesSegmentRoutingPolicySegmentListSegment_Choice ¶ added in v1.3.0
type BgpAttributesSegmentRoutingPolicySegmentListSegment_Choice struct {
// contains filtered or unexported fields
}
func (*BgpAttributesSegmentRoutingPolicySegmentListSegment_Choice) Descriptor
deprecated
added in
v1.3.0
func (*BgpAttributesSegmentRoutingPolicySegmentListSegment_Choice) Descriptor() ([]byte, []int)
Deprecated: Use BgpAttributesSegmentRoutingPolicySegmentListSegment_Choice.ProtoReflect.Descriptor instead.
func (*BgpAttributesSegmentRoutingPolicySegmentListSegment_Choice) ProtoMessage ¶ added in v1.3.0
func (*BgpAttributesSegmentRoutingPolicySegmentListSegment_Choice) ProtoMessage()
func (*BgpAttributesSegmentRoutingPolicySegmentListSegment_Choice) ProtoReflect ¶ added in v1.3.0
func (x *BgpAttributesSegmentRoutingPolicySegmentListSegment_Choice) ProtoReflect() protoreflect.Message
func (*BgpAttributesSegmentRoutingPolicySegmentListSegment_Choice) Reset ¶ added in v1.3.0
func (x *BgpAttributesSegmentRoutingPolicySegmentListSegment_Choice) Reset()
func (*BgpAttributesSegmentRoutingPolicySegmentListSegment_Choice) String ¶ added in v1.3.0
func (x *BgpAttributesSegmentRoutingPolicySegmentListSegment_Choice) String() string
type BgpAttributesSegmentRoutingPolicySegmentListSegment_Choice_Enum ¶ added in v1.3.0
type BgpAttributesSegmentRoutingPolicySegmentListSegment_Choice_Enum int32
const ( BgpAttributesSegmentRoutingPolicySegmentListSegment_Choice_unspecified BgpAttributesSegmentRoutingPolicySegmentListSegment_Choice_Enum = 0 BgpAttributesSegmentRoutingPolicySegmentListSegment_Choice_type_a BgpAttributesSegmentRoutingPolicySegmentListSegment_Choice_Enum = 1 BgpAttributesSegmentRoutingPolicySegmentListSegment_Choice_type_b BgpAttributesSegmentRoutingPolicySegmentListSegment_Choice_Enum = 2 BgpAttributesSegmentRoutingPolicySegmentListSegment_Choice_type_c BgpAttributesSegmentRoutingPolicySegmentListSegment_Choice_Enum = 3 BgpAttributesSegmentRoutingPolicySegmentListSegment_Choice_type_d BgpAttributesSegmentRoutingPolicySegmentListSegment_Choice_Enum = 4 BgpAttributesSegmentRoutingPolicySegmentListSegment_Choice_type_e BgpAttributesSegmentRoutingPolicySegmentListSegment_Choice_Enum = 5 BgpAttributesSegmentRoutingPolicySegmentListSegment_Choice_type_f BgpAttributesSegmentRoutingPolicySegmentListSegment_Choice_Enum = 6 BgpAttributesSegmentRoutingPolicySegmentListSegment_Choice_type_g BgpAttributesSegmentRoutingPolicySegmentListSegment_Choice_Enum = 7 BgpAttributesSegmentRoutingPolicySegmentListSegment_Choice_type_h BgpAttributesSegmentRoutingPolicySegmentListSegment_Choice_Enum = 8 BgpAttributesSegmentRoutingPolicySegmentListSegment_Choice_type_i BgpAttributesSegmentRoutingPolicySegmentListSegment_Choice_Enum = 9 BgpAttributesSegmentRoutingPolicySegmentListSegment_Choice_type_j BgpAttributesSegmentRoutingPolicySegmentListSegment_Choice_Enum = 10 BgpAttributesSegmentRoutingPolicySegmentListSegment_Choice_type_k BgpAttributesSegmentRoutingPolicySegmentListSegment_Choice_Enum = 11 )
func (BgpAttributesSegmentRoutingPolicySegmentListSegment_Choice_Enum) Descriptor ¶ added in v1.3.0
func (BgpAttributesSegmentRoutingPolicySegmentListSegment_Choice_Enum) EnumDescriptor
deprecated
added in
v1.3.0
func (BgpAttributesSegmentRoutingPolicySegmentListSegment_Choice_Enum) EnumDescriptor() ([]byte, []int)
Deprecated: Use BgpAttributesSegmentRoutingPolicySegmentListSegment_Choice_Enum.Descriptor instead.
func (BgpAttributesSegmentRoutingPolicySegmentListSegment_Choice_Enum) String ¶ added in v1.3.0
func (x BgpAttributesSegmentRoutingPolicySegmentListSegment_Choice_Enum) String() string
type BgpAttributesSegmentRoutingPolicySegmentListWeight ¶ added in v1.3.0
type BgpAttributesSegmentRoutingPolicySegmentListWeight struct { // Value of the weight. // default = 0 Value *uint32 `protobuf:"varint,1,opt,name=value,proto3,oneof" json:"value,omitempty"` // contains filtered or unexported fields }
The optional Weight sub-TLV (Type 9) specifies the weight associated with a given segment list. The weight is used for weighted multipath.
func (*BgpAttributesSegmentRoutingPolicySegmentListWeight) Descriptor
deprecated
added in
v1.3.0
func (*BgpAttributesSegmentRoutingPolicySegmentListWeight) Descriptor() ([]byte, []int)
Deprecated: Use BgpAttributesSegmentRoutingPolicySegmentListWeight.ProtoReflect.Descriptor instead.
func (*BgpAttributesSegmentRoutingPolicySegmentListWeight) GetValue ¶ added in v1.3.0
func (x *BgpAttributesSegmentRoutingPolicySegmentListWeight) GetValue() uint32
func (*BgpAttributesSegmentRoutingPolicySegmentListWeight) ProtoMessage ¶ added in v1.3.0
func (*BgpAttributesSegmentRoutingPolicySegmentListWeight) ProtoMessage()
func (*BgpAttributesSegmentRoutingPolicySegmentListWeight) ProtoReflect ¶ added in v1.3.0
func (x *BgpAttributesSegmentRoutingPolicySegmentListWeight) ProtoReflect() protoreflect.Message
func (*BgpAttributesSegmentRoutingPolicySegmentListWeight) Reset ¶ added in v1.3.0
func (x *BgpAttributesSegmentRoutingPolicySegmentListWeight) Reset()
func (*BgpAttributesSegmentRoutingPolicySegmentListWeight) String ¶ added in v1.3.0
func (x *BgpAttributesSegmentRoutingPolicySegmentListWeight) String() string
type BgpAttributesSegmentRoutingPolicyTypeA ¶ added in v1.3.0
type BgpAttributesSegmentRoutingPolicyTypeA struct { // Description missing in models Flags *BgpAttributesSegmentRoutingPolicyTypeFlags `protobuf:"bytes,1,opt,name=flags,proto3" json:"flags,omitempty"` // Description missing in models MplsSid *BgpAttributesSidMpls `protobuf:"bytes,2,opt,name=mpls_sid,json=mplsSid,proto3" json:"mpls_sid,omitempty"` // contains filtered or unexported fields }
Type A: SID only, in the form of MPLS Label. It is encoded as a Segment of Type 1 in the SEGMENT_LIST sub-tlv.
func (*BgpAttributesSegmentRoutingPolicyTypeA) Descriptor
deprecated
added in
v1.3.0
func (*BgpAttributesSegmentRoutingPolicyTypeA) Descriptor() ([]byte, []int)
Deprecated: Use BgpAttributesSegmentRoutingPolicyTypeA.ProtoReflect.Descriptor instead.
func (*BgpAttributesSegmentRoutingPolicyTypeA) GetFlags ¶ added in v1.3.0
func (x *BgpAttributesSegmentRoutingPolicyTypeA) GetFlags() *BgpAttributesSegmentRoutingPolicyTypeFlags
func (*BgpAttributesSegmentRoutingPolicyTypeA) GetMplsSid ¶ added in v1.3.0
func (x *BgpAttributesSegmentRoutingPolicyTypeA) GetMplsSid() *BgpAttributesSidMpls
func (*BgpAttributesSegmentRoutingPolicyTypeA) ProtoMessage ¶ added in v1.3.0
func (*BgpAttributesSegmentRoutingPolicyTypeA) ProtoMessage()
func (*BgpAttributesSegmentRoutingPolicyTypeA) ProtoReflect ¶ added in v1.3.0
func (x *BgpAttributesSegmentRoutingPolicyTypeA) ProtoReflect() protoreflect.Message
func (*BgpAttributesSegmentRoutingPolicyTypeA) Reset ¶ added in v1.3.0
func (x *BgpAttributesSegmentRoutingPolicyTypeA) Reset()
func (*BgpAttributesSegmentRoutingPolicyTypeA) String ¶ added in v1.3.0
func (x *BgpAttributesSegmentRoutingPolicyTypeA) String() string
type BgpAttributesSegmentRoutingPolicyTypeB ¶ added in v1.3.0
type BgpAttributesSegmentRoutingPolicyTypeB struct { // Description missing in models Flags *BgpAttributesSegmentRoutingPolicyTypeFlags `protobuf:"bytes,1,opt,name=flags,proto3" json:"flags,omitempty"` // SRv6 SID. // default = 0::0 Srv6Sid *string `protobuf:"bytes,2,opt,name=srv6_sid,json=srv6Sid,proto3,oneof" json:"srv6_sid,omitempty"` // Description missing in models Srv6EndpointBehavior *BgpAttributesSegmentRoutingPolicySRv6SIDEndpointBehaviorAndStructure `protobuf:"bytes,3,opt,name=srv6_endpoint_behavior,json=srv6EndpointBehavior,proto3" json:"srv6_endpoint_behavior,omitempty"` // contains filtered or unexported fields }
Type B: SID only, in the form of IPv6 address. It is encoded as a Segment of Type 13 in the SEGMENT_LIST sub-tlv.
func (*BgpAttributesSegmentRoutingPolicyTypeB) Descriptor
deprecated
added in
v1.3.0
func (*BgpAttributesSegmentRoutingPolicyTypeB) Descriptor() ([]byte, []int)
Deprecated: Use BgpAttributesSegmentRoutingPolicyTypeB.ProtoReflect.Descriptor instead.
func (*BgpAttributesSegmentRoutingPolicyTypeB) GetFlags ¶ added in v1.3.0
func (x *BgpAttributesSegmentRoutingPolicyTypeB) GetFlags() *BgpAttributesSegmentRoutingPolicyTypeFlags
func (*BgpAttributesSegmentRoutingPolicyTypeB) GetSrv6EndpointBehavior ¶ added in v1.3.0
func (x *BgpAttributesSegmentRoutingPolicyTypeB) GetSrv6EndpointBehavior() *BgpAttributesSegmentRoutingPolicySRv6SIDEndpointBehaviorAndStructure
func (*BgpAttributesSegmentRoutingPolicyTypeB) GetSrv6Sid ¶ added in v1.3.0
func (x *BgpAttributesSegmentRoutingPolicyTypeB) GetSrv6Sid() string
func (*BgpAttributesSegmentRoutingPolicyTypeB) ProtoMessage ¶ added in v1.3.0
func (*BgpAttributesSegmentRoutingPolicyTypeB) ProtoMessage()
func (*BgpAttributesSegmentRoutingPolicyTypeB) ProtoReflect ¶ added in v1.3.0
func (x *BgpAttributesSegmentRoutingPolicyTypeB) ProtoReflect() protoreflect.Message
func (*BgpAttributesSegmentRoutingPolicyTypeB) Reset ¶ added in v1.3.0
func (x *BgpAttributesSegmentRoutingPolicyTypeB) Reset()
func (*BgpAttributesSegmentRoutingPolicyTypeB) String ¶ added in v1.3.0
func (x *BgpAttributesSegmentRoutingPolicyTypeB) String() string
type BgpAttributesSegmentRoutingPolicyTypeC ¶ added in v1.3.0
type BgpAttributesSegmentRoutingPolicyTypeC struct { // Description missing in models Flags *BgpAttributesSegmentRoutingPolicyTypeFlags `protobuf:"bytes,1,opt,name=flags,proto3" json:"flags,omitempty"` // SR Algorithm identifier when A-Flag in on. If A-flag is not enabled, it should be // set to 0 on transmission and ignored on receipt. // default = 0 SrAlgorithm *uint32 `protobuf:"varint,2,opt,name=sr_algorithm,json=srAlgorithm,proto3,oneof" json:"sr_algorithm,omitempty"` // IPv4 address representing a node. // default = 0.0.0.0 Ipv4NodeAddress *string `protobuf:"bytes,3,opt,name=ipv4_node_address,json=ipv4NodeAddress,proto3,oneof" json:"ipv4_node_address,omitempty"` // Optional SR-MPLS SID. SrMplsSid *BgpAttributesSidMpls `protobuf:"bytes,4,opt,name=sr_mpls_sid,json=srMplsSid,proto3" json:"sr_mpls_sid,omitempty"` // contains filtered or unexported fields }
Type C: IPv4 Node Address with optional SID. It is encoded as a Segment of Type 3 in the SEGMENT_LIST sub-tlv.
func (*BgpAttributesSegmentRoutingPolicyTypeC) Descriptor
deprecated
added in
v1.3.0
func (*BgpAttributesSegmentRoutingPolicyTypeC) Descriptor() ([]byte, []int)
Deprecated: Use BgpAttributesSegmentRoutingPolicyTypeC.ProtoReflect.Descriptor instead.
func (*BgpAttributesSegmentRoutingPolicyTypeC) GetFlags ¶ added in v1.3.0
func (x *BgpAttributesSegmentRoutingPolicyTypeC) GetFlags() *BgpAttributesSegmentRoutingPolicyTypeFlags
func (*BgpAttributesSegmentRoutingPolicyTypeC) GetIpv4NodeAddress ¶ added in v1.3.0
func (x *BgpAttributesSegmentRoutingPolicyTypeC) GetIpv4NodeAddress() string
func (*BgpAttributesSegmentRoutingPolicyTypeC) GetSrAlgorithm ¶ added in v1.3.0
func (x *BgpAttributesSegmentRoutingPolicyTypeC) GetSrAlgorithm() uint32
func (*BgpAttributesSegmentRoutingPolicyTypeC) GetSrMplsSid ¶ added in v1.3.0
func (x *BgpAttributesSegmentRoutingPolicyTypeC) GetSrMplsSid() *BgpAttributesSidMpls
func (*BgpAttributesSegmentRoutingPolicyTypeC) ProtoMessage ¶ added in v1.3.0
func (*BgpAttributesSegmentRoutingPolicyTypeC) ProtoMessage()
func (*BgpAttributesSegmentRoutingPolicyTypeC) ProtoReflect ¶ added in v1.3.0
func (x *BgpAttributesSegmentRoutingPolicyTypeC) ProtoReflect() protoreflect.Message
func (*BgpAttributesSegmentRoutingPolicyTypeC) Reset ¶ added in v1.3.0
func (x *BgpAttributesSegmentRoutingPolicyTypeC) Reset()
func (*BgpAttributesSegmentRoutingPolicyTypeC) String ¶ added in v1.3.0
func (x *BgpAttributesSegmentRoutingPolicyTypeC) String() string
type BgpAttributesSegmentRoutingPolicyTypeD ¶ added in v1.3.0
type BgpAttributesSegmentRoutingPolicyTypeD struct { // Description missing in models Flags *BgpAttributesSegmentRoutingPolicyTypeFlags `protobuf:"bytes,1,opt,name=flags,proto3" json:"flags,omitempty"` // SR Algorithm identifier when A-Flag in on. If A-flag is not enabled, it should be // set to 0 on transmission and ignored on receipt. // default = 0 SrAlgorithm *uint32 `protobuf:"varint,2,opt,name=sr_algorithm,json=srAlgorithm,proto3,oneof" json:"sr_algorithm,omitempty"` // IPv6 address representing a node. // default = 0::0 Ipv6NodeAddress *string `protobuf:"bytes,3,opt,name=ipv6_node_address,json=ipv6NodeAddress,proto3,oneof" json:"ipv6_node_address,omitempty"` // Optional SR-MPLS SID. SrMplsSid *BgpAttributesSidMpls `protobuf:"bytes,4,opt,name=sr_mpls_sid,json=srMplsSid,proto3" json:"sr_mpls_sid,omitempty"` // contains filtered or unexported fields }
Type D: IPv6 Node Address with optional SID for SR MPLS. It is encoded as a Segment of Type 4 in the SEGMENT_LIST sub-tlv.
func (*BgpAttributesSegmentRoutingPolicyTypeD) Descriptor
deprecated
added in
v1.3.0
func (*BgpAttributesSegmentRoutingPolicyTypeD) Descriptor() ([]byte, []int)
Deprecated: Use BgpAttributesSegmentRoutingPolicyTypeD.ProtoReflect.Descriptor instead.
func (*BgpAttributesSegmentRoutingPolicyTypeD) GetFlags ¶ added in v1.3.0
func (x *BgpAttributesSegmentRoutingPolicyTypeD) GetFlags() *BgpAttributesSegmentRoutingPolicyTypeFlags
func (*BgpAttributesSegmentRoutingPolicyTypeD) GetIpv6NodeAddress ¶ added in v1.3.0
func (x *BgpAttributesSegmentRoutingPolicyTypeD) GetIpv6NodeAddress() string
func (*BgpAttributesSegmentRoutingPolicyTypeD) GetSrAlgorithm ¶ added in v1.3.0
func (x *BgpAttributesSegmentRoutingPolicyTypeD) GetSrAlgorithm() uint32
func (*BgpAttributesSegmentRoutingPolicyTypeD) GetSrMplsSid ¶ added in v1.3.0
func (x *BgpAttributesSegmentRoutingPolicyTypeD) GetSrMplsSid() *BgpAttributesSidMpls
func (*BgpAttributesSegmentRoutingPolicyTypeD) ProtoMessage ¶ added in v1.3.0
func (*BgpAttributesSegmentRoutingPolicyTypeD) ProtoMessage()
func (*BgpAttributesSegmentRoutingPolicyTypeD) ProtoReflect ¶ added in v1.3.0
func (x *BgpAttributesSegmentRoutingPolicyTypeD) ProtoReflect() protoreflect.Message
func (*BgpAttributesSegmentRoutingPolicyTypeD) Reset ¶ added in v1.3.0
func (x *BgpAttributesSegmentRoutingPolicyTypeD) Reset()
func (*BgpAttributesSegmentRoutingPolicyTypeD) String ¶ added in v1.3.0
func (x *BgpAttributesSegmentRoutingPolicyTypeD) String() string
type BgpAttributesSegmentRoutingPolicyTypeE ¶ added in v1.3.0
type BgpAttributesSegmentRoutingPolicyTypeE struct { // Description missing in models Flags *BgpAttributesSegmentRoutingPolicyTypeFlags `protobuf:"bytes,1,opt,name=flags,proto3" json:"flags,omitempty"` // The Interface Index as defined in [RFC8664]. // default = 0 LocalInterfaceId *uint32 `protobuf:"varint,2,opt,name=local_interface_id,json=localInterfaceId,proto3,oneof" json:"local_interface_id,omitempty"` // IPv4 address representing a node. // default = 0.0.0.0 Ipv4NodeAddress *string `protobuf:"bytes,3,opt,name=ipv4_node_address,json=ipv4NodeAddress,proto3,oneof" json:"ipv4_node_address,omitempty"` // Optional SR-MPLS SID. SrMplsSid *BgpAttributesSidMpls `protobuf:"bytes,4,opt,name=sr_mpls_sid,json=srMplsSid,proto3" json:"sr_mpls_sid,omitempty"` // contains filtered or unexported fields }
Type E: IPv4 Address and Local Interface ID with optional SID It is encoded as a Segment of Type 5 in the SEGMENT_LIST sub-tlv.
func (*BgpAttributesSegmentRoutingPolicyTypeE) Descriptor
deprecated
added in
v1.3.0
func (*BgpAttributesSegmentRoutingPolicyTypeE) Descriptor() ([]byte, []int)
Deprecated: Use BgpAttributesSegmentRoutingPolicyTypeE.ProtoReflect.Descriptor instead.
func (*BgpAttributesSegmentRoutingPolicyTypeE) GetFlags ¶ added in v1.3.0
func (x *BgpAttributesSegmentRoutingPolicyTypeE) GetFlags() *BgpAttributesSegmentRoutingPolicyTypeFlags
func (*BgpAttributesSegmentRoutingPolicyTypeE) GetIpv4NodeAddress ¶ added in v1.3.0
func (x *BgpAttributesSegmentRoutingPolicyTypeE) GetIpv4NodeAddress() string
func (*BgpAttributesSegmentRoutingPolicyTypeE) GetLocalInterfaceId ¶ added in v1.3.0
func (x *BgpAttributesSegmentRoutingPolicyTypeE) GetLocalInterfaceId() uint32
func (*BgpAttributesSegmentRoutingPolicyTypeE) GetSrMplsSid ¶ added in v1.3.0
func (x *BgpAttributesSegmentRoutingPolicyTypeE) GetSrMplsSid() *BgpAttributesSidMpls
func (*BgpAttributesSegmentRoutingPolicyTypeE) ProtoMessage ¶ added in v1.3.0
func (*BgpAttributesSegmentRoutingPolicyTypeE) ProtoMessage()
func (*BgpAttributesSegmentRoutingPolicyTypeE) ProtoReflect ¶ added in v1.3.0
func (x *BgpAttributesSegmentRoutingPolicyTypeE) ProtoReflect() protoreflect.Message
func (*BgpAttributesSegmentRoutingPolicyTypeE) Reset ¶ added in v1.3.0
func (x *BgpAttributesSegmentRoutingPolicyTypeE) Reset()
func (*BgpAttributesSegmentRoutingPolicyTypeE) String ¶ added in v1.3.0
func (x *BgpAttributesSegmentRoutingPolicyTypeE) String() string
type BgpAttributesSegmentRoutingPolicyTypeF ¶ added in v1.3.0
type BgpAttributesSegmentRoutingPolicyTypeF struct { // Description missing in models Flags *BgpAttributesSegmentRoutingPolicyTypeFlags `protobuf:"bytes,1,opt,name=flags,proto3" json:"flags,omitempty"` // Local IPv4 Address. // default = 0.0.0.0 LocalIpv4Address *string `protobuf:"bytes,2,opt,name=local_ipv4_address,json=localIpv4Address,proto3,oneof" json:"local_ipv4_address,omitempty"` // Remote IPv4 Address. // default = 0.0.0.0 RemoteIpv4Address *string `protobuf:"bytes,3,opt,name=remote_ipv4_address,json=remoteIpv4Address,proto3,oneof" json:"remote_ipv4_address,omitempty"` // Optional SR-MPLS SID. SrMplsSid *BgpAttributesSidMpls `protobuf:"bytes,4,opt,name=sr_mpls_sid,json=srMplsSid,proto3" json:"sr_mpls_sid,omitempty"` // contains filtered or unexported fields }
Type F: IPv4 Local and Remote addresses with optional SR-MPLS SID. It is encoded as a Segment of Type 6 in the SEGMENT_LIST sub-tlv.
func (*BgpAttributesSegmentRoutingPolicyTypeF) Descriptor
deprecated
added in
v1.3.0
func (*BgpAttributesSegmentRoutingPolicyTypeF) Descriptor() ([]byte, []int)
Deprecated: Use BgpAttributesSegmentRoutingPolicyTypeF.ProtoReflect.Descriptor instead.
func (*BgpAttributesSegmentRoutingPolicyTypeF) GetFlags ¶ added in v1.3.0
func (x *BgpAttributesSegmentRoutingPolicyTypeF) GetFlags() *BgpAttributesSegmentRoutingPolicyTypeFlags
func (*BgpAttributesSegmentRoutingPolicyTypeF) GetLocalIpv4Address ¶ added in v1.3.0
func (x *BgpAttributesSegmentRoutingPolicyTypeF) GetLocalIpv4Address() string
func (*BgpAttributesSegmentRoutingPolicyTypeF) GetRemoteIpv4Address ¶ added in v1.3.0
func (x *BgpAttributesSegmentRoutingPolicyTypeF) GetRemoteIpv4Address() string
func (*BgpAttributesSegmentRoutingPolicyTypeF) GetSrMplsSid ¶ added in v1.3.0
func (x *BgpAttributesSegmentRoutingPolicyTypeF) GetSrMplsSid() *BgpAttributesSidMpls
func (*BgpAttributesSegmentRoutingPolicyTypeF) ProtoMessage ¶ added in v1.3.0
func (*BgpAttributesSegmentRoutingPolicyTypeF) ProtoMessage()
func (*BgpAttributesSegmentRoutingPolicyTypeF) ProtoReflect ¶ added in v1.3.0
func (x *BgpAttributesSegmentRoutingPolicyTypeF) ProtoReflect() protoreflect.Message
func (*BgpAttributesSegmentRoutingPolicyTypeF) Reset ¶ added in v1.3.0
func (x *BgpAttributesSegmentRoutingPolicyTypeF) Reset()
func (*BgpAttributesSegmentRoutingPolicyTypeF) String ¶ added in v1.3.0
func (x *BgpAttributesSegmentRoutingPolicyTypeF) String() string
type BgpAttributesSegmentRoutingPolicyTypeFlags ¶ added in v1.3.0
type BgpAttributesSegmentRoutingPolicyTypeFlags struct { // Indicates verification of segment data in is enabled. // default = False VFlag *bool `protobuf:"varint,1,opt,name=v_flag,json=vFlag,proto3,oneof" json:"v_flag,omitempty"` // Indicates presence of SR Algorithm field applicable to Segment Types 3, 4, and 9. // // default = False AFlag *bool `protobuf:"varint,2,opt,name=a_flag,json=aFlag,proto3,oneof" json:"a_flag,omitempty"` // This flag, when set, indicates the presence of the SR-MPLS or SRv6 SID depending // on the segment type. // default = False SFlag *bool `protobuf:"varint,3,opt,name=s_flag,json=sFlag,proto3,oneof" json:"s_flag,omitempty"` // Indicates presence of SRv6 Endpoint Behavior and SID Structure encoding specified // in Section 2.4.4.2.4 // of draft-ietf-idr-sr-policy-safi-02. // default = False BFlag *bool `protobuf:"varint,4,opt,name=b_flag,json=bFlag,proto3,oneof" json:"b_flag,omitempty"` // contains filtered or unexported fields }
Flags for each Segment in SEGMENT_LIST sub-tlv. - V-flag. Indicates verification is enabled. See section 5, of https://datatracker.ietf.org/doc/html/rfc9256 - A-flag. Indicates presence of SR Algorithm field applicable to Segment Types C, D , I , J and K . - B-Flag. Indicates presence of SRv6 Endpoint Behavior and SID Structure encoding applicable to Segment Types B , I , J and K . - S-Flag: This flag, when set, indicates the presence of the SR-MPLS or SRv6 SID depending on the segment type. (draft-ietf-idr-bgp-sr-segtypes-ext-03 Section 2.10). This flag is applicable for Segment Types C, D, E, F, G, H, I, J, and K.
func (*BgpAttributesSegmentRoutingPolicyTypeFlags) Descriptor
deprecated
added in
v1.3.0
func (*BgpAttributesSegmentRoutingPolicyTypeFlags) Descriptor() ([]byte, []int)
Deprecated: Use BgpAttributesSegmentRoutingPolicyTypeFlags.ProtoReflect.Descriptor instead.
func (*BgpAttributesSegmentRoutingPolicyTypeFlags) GetAFlag ¶ added in v1.3.0
func (x *BgpAttributesSegmentRoutingPolicyTypeFlags) GetAFlag() bool
func (*BgpAttributesSegmentRoutingPolicyTypeFlags) GetBFlag ¶ added in v1.3.0
func (x *BgpAttributesSegmentRoutingPolicyTypeFlags) GetBFlag() bool
func (*BgpAttributesSegmentRoutingPolicyTypeFlags) GetSFlag ¶ added in v1.3.0
func (x *BgpAttributesSegmentRoutingPolicyTypeFlags) GetSFlag() bool
func (*BgpAttributesSegmentRoutingPolicyTypeFlags) GetVFlag ¶ added in v1.3.0
func (x *BgpAttributesSegmentRoutingPolicyTypeFlags) GetVFlag() bool
func (*BgpAttributesSegmentRoutingPolicyTypeFlags) ProtoMessage ¶ added in v1.3.0
func (*BgpAttributesSegmentRoutingPolicyTypeFlags) ProtoMessage()
func (*BgpAttributesSegmentRoutingPolicyTypeFlags) ProtoReflect ¶ added in v1.3.0
func (x *BgpAttributesSegmentRoutingPolicyTypeFlags) ProtoReflect() protoreflect.Message
func (*BgpAttributesSegmentRoutingPolicyTypeFlags) Reset ¶ added in v1.3.0
func (x *BgpAttributesSegmentRoutingPolicyTypeFlags) Reset()
func (*BgpAttributesSegmentRoutingPolicyTypeFlags) String ¶ added in v1.3.0
func (x *BgpAttributesSegmentRoutingPolicyTypeFlags) String() string
type BgpAttributesSegmentRoutingPolicyTypeG ¶ added in v1.3.0
type BgpAttributesSegmentRoutingPolicyTypeG struct { // Description missing in models Flags *BgpAttributesSegmentRoutingPolicyTypeFlags `protobuf:"bytes,1,opt,name=flags,proto3" json:"flags,omitempty"` // The local Interface Index as defined in [RFC8664]. // default = 0 LocalInterfaceId *uint32 `protobuf:"varint,2,opt,name=local_interface_id,json=localInterfaceId,proto3,oneof" json:"local_interface_id,omitempty"` // The IPv6 address representing the local node. // default = 0::0 LocalIpv6NodeAddress *string `` /* 131-byte string literal not displayed */ // The remote Interface Index as defined in [RFC8664]. The value MAY be set to zero // when the local node address and interface identifiers are sufficient to describe // the link. // default = 0 RemoteInterfaceId *uint32 `protobuf:"varint,4,opt,name=remote_interface_id,json=remoteInterfaceId,proto3,oneof" json:"remote_interface_id,omitempty"` // IPv6 address representing the remote node. The value MAY be set to zero when the // local node address and interface identifiers are sufficient to describe the link. // default = 0::0 RemoteIpv6NodeAddress *string `` /* 134-byte string literal not displayed */ // Optional SR-MPLS SID. SrMplsSid *BgpAttributesSidMpls `protobuf:"bytes,6,opt,name=sr_mpls_sid,json=srMplsSid,proto3" json:"sr_mpls_sid,omitempty"` // contains filtered or unexported fields }
Type G: IPv6 Address, Interface ID for local and remote pair with optional SID for SR MPLS. It is encoded as a Segment of Type 7 in the SEGMENT_LIST sub-tlv.
func (*BgpAttributesSegmentRoutingPolicyTypeG) Descriptor
deprecated
added in
v1.3.0
func (*BgpAttributesSegmentRoutingPolicyTypeG) Descriptor() ([]byte, []int)
Deprecated: Use BgpAttributesSegmentRoutingPolicyTypeG.ProtoReflect.Descriptor instead.
func (*BgpAttributesSegmentRoutingPolicyTypeG) GetFlags ¶ added in v1.3.0
func (x *BgpAttributesSegmentRoutingPolicyTypeG) GetFlags() *BgpAttributesSegmentRoutingPolicyTypeFlags
func (*BgpAttributesSegmentRoutingPolicyTypeG) GetLocalInterfaceId ¶ added in v1.3.0
func (x *BgpAttributesSegmentRoutingPolicyTypeG) GetLocalInterfaceId() uint32
func (*BgpAttributesSegmentRoutingPolicyTypeG) GetLocalIpv6NodeAddress ¶ added in v1.3.0
func (x *BgpAttributesSegmentRoutingPolicyTypeG) GetLocalIpv6NodeAddress() string
func (*BgpAttributesSegmentRoutingPolicyTypeG) GetRemoteInterfaceId ¶ added in v1.3.0
func (x *BgpAttributesSegmentRoutingPolicyTypeG) GetRemoteInterfaceId() uint32
func (*BgpAttributesSegmentRoutingPolicyTypeG) GetRemoteIpv6NodeAddress ¶ added in v1.3.0
func (x *BgpAttributesSegmentRoutingPolicyTypeG) GetRemoteIpv6NodeAddress() string
func (*BgpAttributesSegmentRoutingPolicyTypeG) GetSrMplsSid ¶ added in v1.3.0
func (x *BgpAttributesSegmentRoutingPolicyTypeG) GetSrMplsSid() *BgpAttributesSidMpls
func (*BgpAttributesSegmentRoutingPolicyTypeG) ProtoMessage ¶ added in v1.3.0
func (*BgpAttributesSegmentRoutingPolicyTypeG) ProtoMessage()
func (*BgpAttributesSegmentRoutingPolicyTypeG) ProtoReflect ¶ added in v1.3.0
func (x *BgpAttributesSegmentRoutingPolicyTypeG) ProtoReflect() protoreflect.Message
func (*BgpAttributesSegmentRoutingPolicyTypeG) Reset ¶ added in v1.3.0
func (x *BgpAttributesSegmentRoutingPolicyTypeG) Reset()
func (*BgpAttributesSegmentRoutingPolicyTypeG) String ¶ added in v1.3.0
func (x *BgpAttributesSegmentRoutingPolicyTypeG) String() string
type BgpAttributesSegmentRoutingPolicyTypeH ¶ added in v1.3.0
type BgpAttributesSegmentRoutingPolicyTypeH struct { // Description missing in models Flags *BgpAttributesSegmentRoutingPolicyTypeFlags `protobuf:"bytes,1,opt,name=flags,proto3" json:"flags,omitempty"` // Local IPv6 Address. // default = 0::0 LocalIpv6Address *string `protobuf:"bytes,2,opt,name=local_ipv6_address,json=localIpv6Address,proto3,oneof" json:"local_ipv6_address,omitempty"` // Remote IPv6 Address. // default = 0::0 RemoteIpv6Address *string `protobuf:"bytes,3,opt,name=remote_ipv6_address,json=remoteIpv6Address,proto3,oneof" json:"remote_ipv6_address,omitempty"` // Optional SR-MPLS SID. SrMplsSid *BgpAttributesSidMpls `protobuf:"bytes,6,opt,name=sr_mpls_sid,json=srMplsSid,proto3" json:"sr_mpls_sid,omitempty"` // contains filtered or unexported fields }
Type H: IPv6 Local and Remote addresses with optional SID for SR MPLS. It is encoded as a Segment of Type 8 in the SEGMENT_LIST sub-tlv.
func (*BgpAttributesSegmentRoutingPolicyTypeH) Descriptor
deprecated
added in
v1.3.0
func (*BgpAttributesSegmentRoutingPolicyTypeH) Descriptor() ([]byte, []int)
Deprecated: Use BgpAttributesSegmentRoutingPolicyTypeH.ProtoReflect.Descriptor instead.
func (*BgpAttributesSegmentRoutingPolicyTypeH) GetFlags ¶ added in v1.3.0
func (x *BgpAttributesSegmentRoutingPolicyTypeH) GetFlags() *BgpAttributesSegmentRoutingPolicyTypeFlags
func (*BgpAttributesSegmentRoutingPolicyTypeH) GetLocalIpv6Address ¶ added in v1.3.0
func (x *BgpAttributesSegmentRoutingPolicyTypeH) GetLocalIpv6Address() string
func (*BgpAttributesSegmentRoutingPolicyTypeH) GetRemoteIpv6Address ¶ added in v1.3.0
func (x *BgpAttributesSegmentRoutingPolicyTypeH) GetRemoteIpv6Address() string
func (*BgpAttributesSegmentRoutingPolicyTypeH) GetSrMplsSid ¶ added in v1.3.0
func (x *BgpAttributesSegmentRoutingPolicyTypeH) GetSrMplsSid() *BgpAttributesSidMpls
func (*BgpAttributesSegmentRoutingPolicyTypeH) ProtoMessage ¶ added in v1.3.0
func (*BgpAttributesSegmentRoutingPolicyTypeH) ProtoMessage()
func (*BgpAttributesSegmentRoutingPolicyTypeH) ProtoReflect ¶ added in v1.3.0
func (x *BgpAttributesSegmentRoutingPolicyTypeH) ProtoReflect() protoreflect.Message
func (*BgpAttributesSegmentRoutingPolicyTypeH) Reset ¶ added in v1.3.0
func (x *BgpAttributesSegmentRoutingPolicyTypeH) Reset()
func (*BgpAttributesSegmentRoutingPolicyTypeH) String ¶ added in v1.3.0
func (x *BgpAttributesSegmentRoutingPolicyTypeH) String() string
type BgpAttributesSegmentRoutingPolicyTypeI ¶ added in v1.3.0
type BgpAttributesSegmentRoutingPolicyTypeI struct { // Description missing in models Flags *BgpAttributesSegmentRoutingPolicyTypeFlags `protobuf:"bytes,1,opt,name=flags,proto3" json:"flags,omitempty"` // SR Algorithm identifier when A-Flag in on. If A-flag is not enabled, it should be // set to 0 on transmission and ignored on receipt. // default = 0 SrAlgorithm *uint32 `protobuf:"varint,2,opt,name=sr_algorithm,json=srAlgorithm,proto3,oneof" json:"sr_algorithm,omitempty"` // IPv6 address representing a node. // default = 0::0 Ipv6NodeAddress *string `protobuf:"bytes,3,opt,name=ipv6_node_address,json=ipv6NodeAddress,proto3,oneof" json:"ipv6_node_address,omitempty"` // Description missing in models Srv6Sid *BgpAttributesSidSrv6 `protobuf:"bytes,4,opt,name=srv6_sid,json=srv6Sid,proto3" json:"srv6_sid,omitempty"` // Description missing in models Srv6EndpointBehavior *BgpAttributesSegmentRoutingPolicySRv6SIDEndpointBehaviorAndStructure `protobuf:"bytes,5,opt,name=srv6_endpoint_behavior,json=srv6EndpointBehavior,proto3" json:"srv6_endpoint_behavior,omitempty"` // contains filtered or unexported fields }
Type I: IPv6 Node Address with optional SR Algorithm and optional SRv6 SID. It is encoded as a Segment of Type 14 in the SEGMENT_LIST sub-tlv.
func (*BgpAttributesSegmentRoutingPolicyTypeI) Descriptor
deprecated
added in
v1.3.0
func (*BgpAttributesSegmentRoutingPolicyTypeI) Descriptor() ([]byte, []int)
Deprecated: Use BgpAttributesSegmentRoutingPolicyTypeI.ProtoReflect.Descriptor instead.
func (*BgpAttributesSegmentRoutingPolicyTypeI) GetFlags ¶ added in v1.3.0
func (x *BgpAttributesSegmentRoutingPolicyTypeI) GetFlags() *BgpAttributesSegmentRoutingPolicyTypeFlags
func (*BgpAttributesSegmentRoutingPolicyTypeI) GetIpv6NodeAddress ¶ added in v1.3.0
func (x *BgpAttributesSegmentRoutingPolicyTypeI) GetIpv6NodeAddress() string
func (*BgpAttributesSegmentRoutingPolicyTypeI) GetSrAlgorithm ¶ added in v1.3.0
func (x *BgpAttributesSegmentRoutingPolicyTypeI) GetSrAlgorithm() uint32
func (*BgpAttributesSegmentRoutingPolicyTypeI) GetSrv6EndpointBehavior ¶ added in v1.3.0
func (x *BgpAttributesSegmentRoutingPolicyTypeI) GetSrv6EndpointBehavior() *BgpAttributesSegmentRoutingPolicySRv6SIDEndpointBehaviorAndStructure
func (*BgpAttributesSegmentRoutingPolicyTypeI) GetSrv6Sid ¶ added in v1.3.0
func (x *BgpAttributesSegmentRoutingPolicyTypeI) GetSrv6Sid() *BgpAttributesSidSrv6
func (*BgpAttributesSegmentRoutingPolicyTypeI) ProtoMessage ¶ added in v1.3.0
func (*BgpAttributesSegmentRoutingPolicyTypeI) ProtoMessage()
func (*BgpAttributesSegmentRoutingPolicyTypeI) ProtoReflect ¶ added in v1.3.0
func (x *BgpAttributesSegmentRoutingPolicyTypeI) ProtoReflect() protoreflect.Message
func (*BgpAttributesSegmentRoutingPolicyTypeI) Reset ¶ added in v1.3.0
func (x *BgpAttributesSegmentRoutingPolicyTypeI) Reset()
func (*BgpAttributesSegmentRoutingPolicyTypeI) String ¶ added in v1.3.0
func (x *BgpAttributesSegmentRoutingPolicyTypeI) String() string
type BgpAttributesSegmentRoutingPolicyTypeJ ¶ added in v1.3.0
type BgpAttributesSegmentRoutingPolicyTypeJ struct { // Description missing in models Flags *BgpAttributesSegmentRoutingPolicyTypeFlags `protobuf:"bytes,1,opt,name=flags,proto3" json:"flags,omitempty"` // SR Algorithm identifier when A-Flag in on. If A-flag is not enabled, it should be // set to 0 on transmission and ignored on receipt. // default = 0 SrAlgorithm *uint32 `protobuf:"varint,2,opt,name=sr_algorithm,json=srAlgorithm,proto3,oneof" json:"sr_algorithm,omitempty"` // The local Interface Index as defined in [RFC8664]. // default = 0 LocalInterfaceId *uint32 `protobuf:"varint,3,opt,name=local_interface_id,json=localInterfaceId,proto3,oneof" json:"local_interface_id,omitempty"` // The IPv6 address representing the local node. // default = 0::0 LocalIpv6NodeAddress *string `` /* 131-byte string literal not displayed */ // The remote Interface Index as defined in [RFC8664]. The value MAY be set to zero // when the local node address and interface identifiers are sufficient to describe // the link. // default = 0 RemoteInterfaceId *uint32 `protobuf:"varint,5,opt,name=remote_interface_id,json=remoteInterfaceId,proto3,oneof" json:"remote_interface_id,omitempty"` // IPv6 address representing the remote node. The value MAY be set to zero when the // local node address and interface identifiers are sufficient to describe the link. // default = 0::0 RemoteIpv6NodeAddress *string `` /* 134-byte string literal not displayed */ // Description missing in models Srv6Sid *BgpAttributesSidSrv6 `protobuf:"bytes,7,opt,name=srv6_sid,json=srv6Sid,proto3" json:"srv6_sid,omitempty"` // Description missing in models Srv6EndpointBehavior *BgpAttributesSegmentRoutingPolicySRv6SIDEndpointBehaviorAndStructure `protobuf:"bytes,8,opt,name=srv6_endpoint_behavior,json=srv6EndpointBehavior,proto3" json:"srv6_endpoint_behavior,omitempty"` // contains filtered or unexported fields }
Type J: IPv6 Address, Interface ID for local and remote pair for SRv6 with optional SID. It is encoded as a Segment of Type 15 in the SEGMENT_LIST sub-tlv.
func (*BgpAttributesSegmentRoutingPolicyTypeJ) Descriptor
deprecated
added in
v1.3.0
func (*BgpAttributesSegmentRoutingPolicyTypeJ) Descriptor() ([]byte, []int)
Deprecated: Use BgpAttributesSegmentRoutingPolicyTypeJ.ProtoReflect.Descriptor instead.
func (*BgpAttributesSegmentRoutingPolicyTypeJ) GetFlags ¶ added in v1.3.0
func (x *BgpAttributesSegmentRoutingPolicyTypeJ) GetFlags() *BgpAttributesSegmentRoutingPolicyTypeFlags
func (*BgpAttributesSegmentRoutingPolicyTypeJ) GetLocalInterfaceId ¶ added in v1.3.0
func (x *BgpAttributesSegmentRoutingPolicyTypeJ) GetLocalInterfaceId() uint32
func (*BgpAttributesSegmentRoutingPolicyTypeJ) GetLocalIpv6NodeAddress ¶ added in v1.3.0
func (x *BgpAttributesSegmentRoutingPolicyTypeJ) GetLocalIpv6NodeAddress() string
func (*BgpAttributesSegmentRoutingPolicyTypeJ) GetRemoteInterfaceId ¶ added in v1.3.0
func (x *BgpAttributesSegmentRoutingPolicyTypeJ) GetRemoteInterfaceId() uint32
func (*BgpAttributesSegmentRoutingPolicyTypeJ) GetRemoteIpv6NodeAddress ¶ added in v1.3.0
func (x *BgpAttributesSegmentRoutingPolicyTypeJ) GetRemoteIpv6NodeAddress() string
func (*BgpAttributesSegmentRoutingPolicyTypeJ) GetSrAlgorithm ¶ added in v1.3.0
func (x *BgpAttributesSegmentRoutingPolicyTypeJ) GetSrAlgorithm() uint32
func (*BgpAttributesSegmentRoutingPolicyTypeJ) GetSrv6EndpointBehavior ¶ added in v1.3.0
func (x *BgpAttributesSegmentRoutingPolicyTypeJ) GetSrv6EndpointBehavior() *BgpAttributesSegmentRoutingPolicySRv6SIDEndpointBehaviorAndStructure
func (*BgpAttributesSegmentRoutingPolicyTypeJ) GetSrv6Sid ¶ added in v1.3.0
func (x *BgpAttributesSegmentRoutingPolicyTypeJ) GetSrv6Sid() *BgpAttributesSidSrv6
func (*BgpAttributesSegmentRoutingPolicyTypeJ) ProtoMessage ¶ added in v1.3.0
func (*BgpAttributesSegmentRoutingPolicyTypeJ) ProtoMessage()
func (*BgpAttributesSegmentRoutingPolicyTypeJ) ProtoReflect ¶ added in v1.3.0
func (x *BgpAttributesSegmentRoutingPolicyTypeJ) ProtoReflect() protoreflect.Message
func (*BgpAttributesSegmentRoutingPolicyTypeJ) Reset ¶ added in v1.3.0
func (x *BgpAttributesSegmentRoutingPolicyTypeJ) Reset()
func (*BgpAttributesSegmentRoutingPolicyTypeJ) String ¶ added in v1.3.0
func (x *BgpAttributesSegmentRoutingPolicyTypeJ) String() string
type BgpAttributesSegmentRoutingPolicyTypeK ¶ added in v1.3.0
type BgpAttributesSegmentRoutingPolicyTypeK struct { // Description missing in models Flags *BgpAttributesSegmentRoutingPolicyTypeFlags `protobuf:"bytes,1,opt,name=flags,proto3" json:"flags,omitempty"` // SR Algorithm identifier when A-Flag in on. If A-flag is not enabled, it should be // set to 0 on transmission and ignored on receipt. // default = 0 SrAlgorithm *uint32 `protobuf:"varint,2,opt,name=sr_algorithm,json=srAlgorithm,proto3,oneof" json:"sr_algorithm,omitempty"` // Local IPv6 Address. // default = 0::0 LocalIpv6Address *string `protobuf:"bytes,3,opt,name=local_ipv6_address,json=localIpv6Address,proto3,oneof" json:"local_ipv6_address,omitempty"` // Remote IPv6 Address. // default = 0::0 RemoteIpv6Address *string `protobuf:"bytes,4,opt,name=remote_ipv6_address,json=remoteIpv6Address,proto3,oneof" json:"remote_ipv6_address,omitempty"` // Description missing in models Srv6Sid *BgpAttributesSidSrv6 `protobuf:"bytes,5,opt,name=srv6_sid,json=srv6Sid,proto3" json:"srv6_sid,omitempty"` // Description missing in models Srv6EndpointBehavior *BgpAttributesSegmentRoutingPolicySRv6SIDEndpointBehaviorAndStructure `protobuf:"bytes,6,opt,name=srv6_endpoint_behavior,json=srv6EndpointBehavior,proto3" json:"srv6_endpoint_behavior,omitempty"` // contains filtered or unexported fields }
Type K: IPv6 Local and Remote addresses for SRv6 with optional SID. It is encoded as a Segment of Type 16 in the SEGMENT_LIST sub-tlv.
func (*BgpAttributesSegmentRoutingPolicyTypeK) Descriptor
deprecated
added in
v1.3.0
func (*BgpAttributesSegmentRoutingPolicyTypeK) Descriptor() ([]byte, []int)
Deprecated: Use BgpAttributesSegmentRoutingPolicyTypeK.ProtoReflect.Descriptor instead.
func (*BgpAttributesSegmentRoutingPolicyTypeK) GetFlags ¶ added in v1.3.0
func (x *BgpAttributesSegmentRoutingPolicyTypeK) GetFlags() *BgpAttributesSegmentRoutingPolicyTypeFlags
func (*BgpAttributesSegmentRoutingPolicyTypeK) GetLocalIpv6Address ¶ added in v1.3.0
func (x *BgpAttributesSegmentRoutingPolicyTypeK) GetLocalIpv6Address() string
func (*BgpAttributesSegmentRoutingPolicyTypeK) GetRemoteIpv6Address ¶ added in v1.3.0
func (x *BgpAttributesSegmentRoutingPolicyTypeK) GetRemoteIpv6Address() string
func (*BgpAttributesSegmentRoutingPolicyTypeK) GetSrAlgorithm ¶ added in v1.3.0
func (x *BgpAttributesSegmentRoutingPolicyTypeK) GetSrAlgorithm() uint32
func (*BgpAttributesSegmentRoutingPolicyTypeK) GetSrv6EndpointBehavior ¶ added in v1.3.0
func (x *BgpAttributesSegmentRoutingPolicyTypeK) GetSrv6EndpointBehavior() *BgpAttributesSegmentRoutingPolicySRv6SIDEndpointBehaviorAndStructure
func (*BgpAttributesSegmentRoutingPolicyTypeK) GetSrv6Sid ¶ added in v1.3.0
func (x *BgpAttributesSegmentRoutingPolicyTypeK) GetSrv6Sid() *BgpAttributesSidSrv6
func (*BgpAttributesSegmentRoutingPolicyTypeK) ProtoMessage ¶ added in v1.3.0
func (*BgpAttributesSegmentRoutingPolicyTypeK) ProtoMessage()
func (*BgpAttributesSegmentRoutingPolicyTypeK) ProtoReflect ¶ added in v1.3.0
func (x *BgpAttributesSegmentRoutingPolicyTypeK) ProtoReflect() protoreflect.Message
func (*BgpAttributesSegmentRoutingPolicyTypeK) Reset ¶ added in v1.3.0
func (x *BgpAttributesSegmentRoutingPolicyTypeK) Reset()
func (*BgpAttributesSegmentRoutingPolicyTypeK) String ¶ added in v1.3.0
func (x *BgpAttributesSegmentRoutingPolicyTypeK) String() string
type BgpAttributesSidMpls ¶ added in v1.3.0
type BgpAttributesSidMpls struct { // 20 bit MPLS Label value. // default = 16 Label *uint32 `protobuf:"varint,1,opt,name=label,proto3,oneof" json:"label,omitempty"` // 3 bits of Traffic Class. // default = 0 TrafficClass *uint32 `protobuf:"varint,2,opt,name=traffic_class,json=trafficClass,proto3,oneof" json:"traffic_class,omitempty"` // Bottom of Stack // default = True FlagBos *bool `protobuf:"varint,3,opt,name=flag_bos,json=flagBos,proto3,oneof" json:"flag_bos,omitempty"` // 8 bits Time to Live // default = 63 Ttl *uint32 `protobuf:"varint,4,opt,name=ttl,proto3,oneof" json:"ttl,omitempty"` // contains filtered or unexported fields }
This carries a 20 bit Multi Protocol Label Switching alongwith 3 bits traffic class, 1 bit indicating presence or absence of Bottom-Of-Stack and 8 bits carrying the Time to Live value.
func (*BgpAttributesSidMpls) Descriptor
deprecated
added in
v1.3.0
func (*BgpAttributesSidMpls) Descriptor() ([]byte, []int)
Deprecated: Use BgpAttributesSidMpls.ProtoReflect.Descriptor instead.
func (*BgpAttributesSidMpls) GetFlagBos ¶ added in v1.3.0
func (x *BgpAttributesSidMpls) GetFlagBos() bool
func (*BgpAttributesSidMpls) GetLabel ¶ added in v1.3.0
func (x *BgpAttributesSidMpls) GetLabel() uint32
func (*BgpAttributesSidMpls) GetTrafficClass ¶ added in v1.3.0
func (x *BgpAttributesSidMpls) GetTrafficClass() uint32
func (*BgpAttributesSidMpls) GetTtl ¶ added in v1.3.0
func (x *BgpAttributesSidMpls) GetTtl() uint32
func (*BgpAttributesSidMpls) ProtoMessage ¶ added in v1.3.0
func (*BgpAttributesSidMpls) ProtoMessage()
func (*BgpAttributesSidMpls) ProtoReflect ¶ added in v1.3.0
func (x *BgpAttributesSidMpls) ProtoReflect() protoreflect.Message
func (*BgpAttributesSidMpls) Reset ¶ added in v1.3.0
func (x *BgpAttributesSidMpls) Reset()
func (*BgpAttributesSidMpls) String ¶ added in v1.3.0
func (x *BgpAttributesSidMpls) String() string
type BgpAttributesSidSrv6 ¶ added in v1.3.0
type BgpAttributesSidSrv6 struct { // Description missing in models // default = 0::0 Ip *string `protobuf:"bytes,1,opt,name=ip,proto3,oneof" json:"ip,omitempty"` // contains filtered or unexported fields }
An IPv6 address denoting a SRv6 SID.
func (*BgpAttributesSidSrv6) Descriptor
deprecated
added in
v1.3.0
func (*BgpAttributesSidSrv6) Descriptor() ([]byte, []int)
Deprecated: Use BgpAttributesSidSrv6.ProtoReflect.Descriptor instead.
func (*BgpAttributesSidSrv6) GetIp ¶ added in v1.3.0
func (x *BgpAttributesSidSrv6) GetIp() string
func (*BgpAttributesSidSrv6) ProtoMessage ¶ added in v1.3.0
func (*BgpAttributesSidSrv6) ProtoMessage()
func (*BgpAttributesSidSrv6) ProtoReflect ¶ added in v1.3.0
func (x *BgpAttributesSidSrv6) ProtoReflect() protoreflect.Message
func (*BgpAttributesSidSrv6) Reset ¶ added in v1.3.0
func (x *BgpAttributesSidSrv6) Reset()
func (*BgpAttributesSidSrv6) String ¶ added in v1.3.0
func (x *BgpAttributesSidSrv6) String() string
type BgpAttributesSrPolicyExplicitNullPolicy ¶ added in v1.3.0
type BgpAttributesSrPolicyExplicitNullPolicy struct { // The Explicit NULL Label policy. // default = Choice.Enum.push_ipv4_and_ipv6 Choice *BgpAttributesSrPolicyExplicitNullPolicy_Choice_Enum `` /* 133-byte string literal not displayed */ // contains filtered or unexported fields }
This is an optional sub-tlv (Type 14) which indicates whether an Explicit NULL Label must be pushed on an unlabeled IP packet before other labels for IPv4 or IPv6 flows. - It is defined in Section 2.4.5 of draft-ietf-idr-sr-policy-safi-02.
func (*BgpAttributesSrPolicyExplicitNullPolicy) Descriptor
deprecated
added in
v1.3.0
func (*BgpAttributesSrPolicyExplicitNullPolicy) Descriptor() ([]byte, []int)
Deprecated: Use BgpAttributesSrPolicyExplicitNullPolicy.ProtoReflect.Descriptor instead.
func (*BgpAttributesSrPolicyExplicitNullPolicy) GetChoice ¶ added in v1.3.0
func (x *BgpAttributesSrPolicyExplicitNullPolicy) GetChoice() BgpAttributesSrPolicyExplicitNullPolicy_Choice_Enum
func (*BgpAttributesSrPolicyExplicitNullPolicy) ProtoMessage ¶ added in v1.3.0
func (*BgpAttributesSrPolicyExplicitNullPolicy) ProtoMessage()
func (*BgpAttributesSrPolicyExplicitNullPolicy) ProtoReflect ¶ added in v1.3.0
func (x *BgpAttributesSrPolicyExplicitNullPolicy) ProtoReflect() protoreflect.Message
func (*BgpAttributesSrPolicyExplicitNullPolicy) Reset ¶ added in v1.3.0
func (x *BgpAttributesSrPolicyExplicitNullPolicy) Reset()
func (*BgpAttributesSrPolicyExplicitNullPolicy) String ¶ added in v1.3.0
func (x *BgpAttributesSrPolicyExplicitNullPolicy) String() string
type BgpAttributesSrPolicyExplicitNullPolicy_Choice ¶ added in v1.3.0
type BgpAttributesSrPolicyExplicitNullPolicy_Choice struct {
// contains filtered or unexported fields
}
func (*BgpAttributesSrPolicyExplicitNullPolicy_Choice) Descriptor
deprecated
added in
v1.3.0
func (*BgpAttributesSrPolicyExplicitNullPolicy_Choice) Descriptor() ([]byte, []int)
Deprecated: Use BgpAttributesSrPolicyExplicitNullPolicy_Choice.ProtoReflect.Descriptor instead.
func (*BgpAttributesSrPolicyExplicitNullPolicy_Choice) ProtoMessage ¶ added in v1.3.0
func (*BgpAttributesSrPolicyExplicitNullPolicy_Choice) ProtoMessage()
func (*BgpAttributesSrPolicyExplicitNullPolicy_Choice) ProtoReflect ¶ added in v1.3.0
func (x *BgpAttributesSrPolicyExplicitNullPolicy_Choice) ProtoReflect() protoreflect.Message
func (*BgpAttributesSrPolicyExplicitNullPolicy_Choice) Reset ¶ added in v1.3.0
func (x *BgpAttributesSrPolicyExplicitNullPolicy_Choice) Reset()
func (*BgpAttributesSrPolicyExplicitNullPolicy_Choice) String ¶ added in v1.3.0
func (x *BgpAttributesSrPolicyExplicitNullPolicy_Choice) String() string
type BgpAttributesSrPolicyExplicitNullPolicy_Choice_Enum ¶ added in v1.3.0
type BgpAttributesSrPolicyExplicitNullPolicy_Choice_Enum int32
const ( BgpAttributesSrPolicyExplicitNullPolicy_Choice_unspecified BgpAttributesSrPolicyExplicitNullPolicy_Choice_Enum = 0 BgpAttributesSrPolicyExplicitNullPolicy_Choice_unknown BgpAttributesSrPolicyExplicitNullPolicy_Choice_Enum = 1 BgpAttributesSrPolicyExplicitNullPolicy_Choice_push_ipv4 BgpAttributesSrPolicyExplicitNullPolicy_Choice_Enum = 2 BgpAttributesSrPolicyExplicitNullPolicy_Choice_push_ipv6 BgpAttributesSrPolicyExplicitNullPolicy_Choice_Enum = 3 BgpAttributesSrPolicyExplicitNullPolicy_Choice_push_ipv4_and_ipv6 BgpAttributesSrPolicyExplicitNullPolicy_Choice_Enum = 4 BgpAttributesSrPolicyExplicitNullPolicy_Choice_donot_push BgpAttributesSrPolicyExplicitNullPolicy_Choice_Enum = 5 )
func (BgpAttributesSrPolicyExplicitNullPolicy_Choice_Enum) Descriptor ¶ added in v1.3.0
func (BgpAttributesSrPolicyExplicitNullPolicy_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
func (BgpAttributesSrPolicyExplicitNullPolicy_Choice_Enum) EnumDescriptor
deprecated
added in
v1.3.0
func (BgpAttributesSrPolicyExplicitNullPolicy_Choice_Enum) EnumDescriptor() ([]byte, []int)
Deprecated: Use BgpAttributesSrPolicyExplicitNullPolicy_Choice_Enum.Descriptor instead.
func (BgpAttributesSrPolicyExplicitNullPolicy_Choice_Enum) Number ¶ added in v1.3.0
func (x BgpAttributesSrPolicyExplicitNullPolicy_Choice_Enum) Number() protoreflect.EnumNumber
func (BgpAttributesSrPolicyExplicitNullPolicy_Choice_Enum) String ¶ added in v1.3.0
func (x BgpAttributesSrPolicyExplicitNullPolicy_Choice_Enum) String() string
type BgpAttributesSrPolicyPolicyCandidateName ¶ added in v1.3.0
type BgpAttributesSrPolicyPolicyCandidateName struct { // Value of the symbolic Policy Candidate Path Name carried in the Policy Candidate // Path Name sub-tlv. // It is recommended that the size of the name is limited to 255 bytes. // required = true Value *string `protobuf:"bytes,1,opt,name=value,proto3,oneof" json:"value,omitempty"` // contains filtered or unexported fields }
Optional Policy Candidate Path Name sub-tlv (Type 129) which carries the symbolic name for the SR Policy candidate path for debugging. - It is defined in Section 2.4.7 of draft-ietf-idr-sr-policy-safi-02 .
func (*BgpAttributesSrPolicyPolicyCandidateName) Descriptor
deprecated
added in
v1.3.0
func (*BgpAttributesSrPolicyPolicyCandidateName) Descriptor() ([]byte, []int)
Deprecated: Use BgpAttributesSrPolicyPolicyCandidateName.ProtoReflect.Descriptor instead.
func (*BgpAttributesSrPolicyPolicyCandidateName) GetValue ¶ added in v1.3.0
func (x *BgpAttributesSrPolicyPolicyCandidateName) GetValue() string
func (*BgpAttributesSrPolicyPolicyCandidateName) ProtoMessage ¶ added in v1.3.0
func (*BgpAttributesSrPolicyPolicyCandidateName) ProtoMessage()
func (*BgpAttributesSrPolicyPolicyCandidateName) ProtoReflect ¶ added in v1.3.0
func (x *BgpAttributesSrPolicyPolicyCandidateName) ProtoReflect() protoreflect.Message
func (*BgpAttributesSrPolicyPolicyCandidateName) Reset ¶ added in v1.3.0
func (x *BgpAttributesSrPolicyPolicyCandidateName) Reset()
func (*BgpAttributesSrPolicyPolicyCandidateName) String ¶ added in v1.3.0
func (x *BgpAttributesSrPolicyPolicyCandidateName) String() string
type BgpAttributesSrPolicyPolicyName ¶ added in v1.3.0
type BgpAttributesSrPolicyPolicyName struct { // Value of the symbolic policy name carried in the Policy Name sub-tlv. // It is recommended that the size of the name is limited to 255 bytes. // required = true Value *string `protobuf:"bytes,1,opt,name=value,proto3,oneof" json:"value,omitempty"` // contains filtered or unexported fields }
Optional Policy Name sub-tlv (Type 130) which carries the symbolic name for the SR Policy for which the candidate path is being advertised for debugging. - It is defined in Section 2.4.8 of draft-ietf-idr-sr-policy-safi-02 .
func (*BgpAttributesSrPolicyPolicyName) Descriptor
deprecated
added in
v1.3.0
func (*BgpAttributesSrPolicyPolicyName) Descriptor() ([]byte, []int)
Deprecated: Use BgpAttributesSrPolicyPolicyName.ProtoReflect.Descriptor instead.
func (*BgpAttributesSrPolicyPolicyName) GetValue ¶ added in v1.3.0
func (x *BgpAttributesSrPolicyPolicyName) GetValue() string
func (*BgpAttributesSrPolicyPolicyName) ProtoMessage ¶ added in v1.3.0
func (*BgpAttributesSrPolicyPolicyName) ProtoMessage()
func (*BgpAttributesSrPolicyPolicyName) ProtoReflect ¶ added in v1.3.0
func (x *BgpAttributesSrPolicyPolicyName) ProtoReflect() protoreflect.Message
func (*BgpAttributesSrPolicyPolicyName) Reset ¶ added in v1.3.0
func (x *BgpAttributesSrPolicyPolicyName) Reset()
func (*BgpAttributesSrPolicyPolicyName) String ¶ added in v1.3.0
func (x *BgpAttributesSrPolicyPolicyName) String() string
type BgpAttributesSrPolicyPreference ¶ added in v1.3.0
type BgpAttributesSrPolicyPreference struct { // Value to be carried in the Preference sub-tlv. // default = 0 Value *uint32 `protobuf:"varint,1,opt,name=value,proto3,oneof" json:"value,omitempty"` // contains filtered or unexported fields }
Optional Preference sub-tlv (Type 12) is used to select the best candidate path for an SR Policy. It is defined in Section 2.4.1 of draft-ietf-idr-sr-policy-safi-02 .
func (*BgpAttributesSrPolicyPreference) Descriptor
deprecated
added in
v1.3.0
func (*BgpAttributesSrPolicyPreference) Descriptor() ([]byte, []int)
Deprecated: Use BgpAttributesSrPolicyPreference.ProtoReflect.Descriptor instead.
func (*BgpAttributesSrPolicyPreference) GetValue ¶ added in v1.3.0
func (x *BgpAttributesSrPolicyPreference) GetValue() uint32
func (*BgpAttributesSrPolicyPreference) ProtoMessage ¶ added in v1.3.0
func (*BgpAttributesSrPolicyPreference) ProtoMessage()
func (*BgpAttributesSrPolicyPreference) ProtoReflect ¶ added in v1.3.0
func (x *BgpAttributesSrPolicyPreference) ProtoReflect() protoreflect.Message
func (*BgpAttributesSrPolicyPreference) Reset ¶ added in v1.3.0
func (x *BgpAttributesSrPolicyPreference) Reset()
func (*BgpAttributesSrPolicyPreference) String ¶ added in v1.3.0
func (x *BgpAttributesSrPolicyPreference) String() string
type BgpAttributesSrPolicyPriority ¶ added in v1.3.0
type BgpAttributesSrPolicyPriority struct { // Value to be carried in the Priority sub-tlv. // default = 0 Value *uint32 `protobuf:"varint,1,opt,name=value,proto3,oneof" json:"value,omitempty"` // contains filtered or unexported fields }
Optional Priority sub-tlv (Type 15) used to select the order in which policies should be re-computed. - It is defined in Section 2.4.6 of draft-ietf-idr-sr-policy-safi-02 .
func (*BgpAttributesSrPolicyPriority) Descriptor
deprecated
added in
v1.3.0
func (*BgpAttributesSrPolicyPriority) Descriptor() ([]byte, []int)
Deprecated: Use BgpAttributesSrPolicyPriority.ProtoReflect.Descriptor instead.
func (*BgpAttributesSrPolicyPriority) GetValue ¶ added in v1.3.0
func (x *BgpAttributesSrPolicyPriority) GetValue() uint32
func (*BgpAttributesSrPolicyPriority) ProtoMessage ¶ added in v1.3.0
func (*BgpAttributesSrPolicyPriority) ProtoMessage()
func (*BgpAttributesSrPolicyPriority) ProtoReflect ¶ added in v1.3.0
func (x *BgpAttributesSrPolicyPriority) ProtoReflect() protoreflect.Message
func (*BgpAttributesSrPolicyPriority) Reset ¶ added in v1.3.0
func (x *BgpAttributesSrPolicyPriority) Reset()
func (*BgpAttributesSrPolicyPriority) String ¶ added in v1.3.0
func (x *BgpAttributesSrPolicyPriority) String() string
type BgpAttributesSrPolicySegmentList ¶ added in v1.3.0
type BgpAttributesSrPolicySegmentList struct { // Description missing in models Weight *BgpAttributesSegmentRoutingPolicySegmentListWeight `protobuf:"bytes,1,opt,name=weight,proto3" json:"weight,omitempty"` // Description missing in models Segments []*BgpAttributesSegmentRoutingPolicySegmentListSegment `protobuf:"bytes,2,rep,name=segments,proto3" json:"segments,omitempty"` // contains filtered or unexported fields }
One optional SEGMENT_LIST sub-tlv encoded with type of 128. One sub-tlv (Type 128) encodes a single explicit path towards the endpoint as described in section 5.1 of [RFC9256]. The Segment List sub-TLV includes the elements of the paths (i.e., segments) as well
as an optional Weight sub-TLV.
func (*BgpAttributesSrPolicySegmentList) Descriptor
deprecated
added in
v1.3.0
func (*BgpAttributesSrPolicySegmentList) Descriptor() ([]byte, []int)
Deprecated: Use BgpAttributesSrPolicySegmentList.ProtoReflect.Descriptor instead.
func (*BgpAttributesSrPolicySegmentList) GetSegments ¶ added in v1.3.0
func (x *BgpAttributesSrPolicySegmentList) GetSegments() []*BgpAttributesSegmentRoutingPolicySegmentListSegment
func (*BgpAttributesSrPolicySegmentList) GetWeight ¶ added in v1.3.0
func (x *BgpAttributesSrPolicySegmentList) GetWeight() *BgpAttributesSegmentRoutingPolicySegmentListWeight
func (*BgpAttributesSrPolicySegmentList) ProtoMessage ¶ added in v1.3.0
func (*BgpAttributesSrPolicySegmentList) ProtoMessage()
func (*BgpAttributesSrPolicySegmentList) ProtoReflect ¶ added in v1.3.0
func (x *BgpAttributesSrPolicySegmentList) ProtoReflect() protoreflect.Message
func (*BgpAttributesSrPolicySegmentList) Reset ¶ added in v1.3.0
func (x *BgpAttributesSrPolicySegmentList) Reset()
func (*BgpAttributesSrPolicySegmentList) String ¶ added in v1.3.0
func (x *BgpAttributesSrPolicySegmentList) String() string
type BgpAttributesSrv6Bsid ¶ added in v1.3.0
type BgpAttributesSrv6Bsid struct { // S-Flag: This flag encodes the Specified-BSID-only behavior. It's usage is // described in section 6.2.3 in [RFC9256]. // default = False FlagSpecifiedBsidOnly *bool `` /* 135-byte string literal not displayed */ // I-Flag: This flag encodes the Drop Upon Invalid behavior. // It's usage is described in section 8.2 in [RFC9256]. // default = False FlagDropUponInvalid *bool `` /* 129-byte string literal not displayed */ // B-Flag: This flag, when set, indicates the presence of the SRv6 Endpoint Behavior // // and SID Structure encoding specified in Section 2.4.4.2.4 of draft-ietf-idr-sr-policy-safi-02. // default = False FlagSrv6EndpointBehavior *bool `` /* 144-byte string literal not displayed */ // IPv6 address denoting the SRv6 SID. // default = 0::0 Ipv6Addr *string `protobuf:"bytes,4,opt,name=ipv6_addr,json=ipv6Addr,proto3,oneof" json:"ipv6_addr,omitempty"` // Description missing in models Srv6EndpointBehavior *BgpAttributesSegmentRoutingPolicySRv6SIDEndpointBehaviorAndStructure `protobuf:"bytes,5,opt,name=srv6_endpoint_behavior,json=srv6EndpointBehavior,proto3" json:"srv6_endpoint_behavior,omitempty"` // contains filtered or unexported fields }
The SRv6 Binding SID sub-TLV is an optional sub-TLV of type 20 that is used to signal the SRv6 Binding SID related information of an SR Policy candidate path. - More than one SRv6 Binding SID sub-TLVs MAY be signaled in the same SR Policy encoding to indicate one or more SRv6 SIDs, each with potentially different SRv6 Endpoint Behaviors to be instantiated. - The format of the sub-TLV is defined in draft-ietf-idr-sr-policy-safi-02 Section 2.4.3 .
func (*BgpAttributesSrv6Bsid) Descriptor
deprecated
added in
v1.3.0
func (*BgpAttributesSrv6Bsid) Descriptor() ([]byte, []int)
Deprecated: Use BgpAttributesSrv6Bsid.ProtoReflect.Descriptor instead.
func (*BgpAttributesSrv6Bsid) GetFlagDropUponInvalid ¶ added in v1.3.0
func (x *BgpAttributesSrv6Bsid) GetFlagDropUponInvalid() bool
func (*BgpAttributesSrv6Bsid) GetFlagSpecifiedBsidOnly ¶ added in v1.3.0
func (x *BgpAttributesSrv6Bsid) GetFlagSpecifiedBsidOnly() bool
func (*BgpAttributesSrv6Bsid) GetFlagSrv6EndpointBehavior ¶ added in v1.3.0
func (x *BgpAttributesSrv6Bsid) GetFlagSrv6EndpointBehavior() bool
func (*BgpAttributesSrv6Bsid) GetIpv6Addr ¶ added in v1.3.0
func (x *BgpAttributesSrv6Bsid) GetIpv6Addr() string
func (*BgpAttributesSrv6Bsid) GetSrv6EndpointBehavior ¶ added in v1.3.0
func (x *BgpAttributesSrv6Bsid) GetSrv6EndpointBehavior() *BgpAttributesSegmentRoutingPolicySRv6SIDEndpointBehaviorAndStructure
func (*BgpAttributesSrv6Bsid) ProtoMessage ¶ added in v1.3.0
func (*BgpAttributesSrv6Bsid) ProtoMessage()
func (*BgpAttributesSrv6Bsid) ProtoReflect ¶ added in v1.3.0
func (x *BgpAttributesSrv6Bsid) ProtoReflect() protoreflect.Message
func (*BgpAttributesSrv6Bsid) Reset ¶ added in v1.3.0
func (x *BgpAttributesSrv6Bsid) Reset()
func (*BgpAttributesSrv6Bsid) String ¶ added in v1.3.0
func (x *BgpAttributesSrv6Bsid) String() string
type BgpAttributesTunnelEncapsulation ¶ added in v1.3.0
type BgpAttributesTunnelEncapsulation struct { // Identifies a type of tunnel. The field contains values from the IANA registry BGP // Tunnel Encapsulation Attribute Tunnel Types. // default = Choice.Enum.sr_policy Choice *BgpAttributesTunnelEncapsulation_Choice_Enum `` /* 126-byte string literal not displayed */ // Description missing in models SrPolicy *BgpAttributesSegmentRoutingPolicy `protobuf:"bytes,2,opt,name=sr_policy,json=srPolicy,proto3" json:"sr_policy,omitempty"` // contains filtered or unexported fields }
The TUNNEL_ENCAPSULATION attribute is used by a BGP speaker to inform other BGP speakers how to encapsulate packets that need to be sent to it. It is defined in RFC9012 and is assigned a Type code of 23.
func (*BgpAttributesTunnelEncapsulation) Descriptor
deprecated
added in
v1.3.0
func (*BgpAttributesTunnelEncapsulation) Descriptor() ([]byte, []int)
Deprecated: Use BgpAttributesTunnelEncapsulation.ProtoReflect.Descriptor instead.
func (*BgpAttributesTunnelEncapsulation) GetChoice ¶ added in v1.3.0
func (x *BgpAttributesTunnelEncapsulation) GetChoice() BgpAttributesTunnelEncapsulation_Choice_Enum
func (*BgpAttributesTunnelEncapsulation) GetSrPolicy ¶ added in v1.3.0
func (x *BgpAttributesTunnelEncapsulation) GetSrPolicy() *BgpAttributesSegmentRoutingPolicy
func (*BgpAttributesTunnelEncapsulation) ProtoMessage ¶ added in v1.3.0
func (*BgpAttributesTunnelEncapsulation) ProtoMessage()
func (*BgpAttributesTunnelEncapsulation) ProtoReflect ¶ added in v1.3.0
func (x *BgpAttributesTunnelEncapsulation) ProtoReflect() protoreflect.Message
func (*BgpAttributesTunnelEncapsulation) Reset ¶ added in v1.3.0
func (x *BgpAttributesTunnelEncapsulation) Reset()
func (*BgpAttributesTunnelEncapsulation) String ¶ added in v1.3.0
func (x *BgpAttributesTunnelEncapsulation) String() string
type BgpAttributesTunnelEncapsulation_Choice ¶ added in v1.3.0
type BgpAttributesTunnelEncapsulation_Choice struct {
// contains filtered or unexported fields
}
func (*BgpAttributesTunnelEncapsulation_Choice) Descriptor
deprecated
added in
v1.3.0
func (*BgpAttributesTunnelEncapsulation_Choice) Descriptor() ([]byte, []int)
Deprecated: Use BgpAttributesTunnelEncapsulation_Choice.ProtoReflect.Descriptor instead.
func (*BgpAttributesTunnelEncapsulation_Choice) ProtoMessage ¶ added in v1.3.0
func (*BgpAttributesTunnelEncapsulation_Choice) ProtoMessage()
func (*BgpAttributesTunnelEncapsulation_Choice) ProtoReflect ¶ added in v1.3.0
func (x *BgpAttributesTunnelEncapsulation_Choice) ProtoReflect() protoreflect.Message
func (*BgpAttributesTunnelEncapsulation_Choice) Reset ¶ added in v1.3.0
func (x *BgpAttributesTunnelEncapsulation_Choice) Reset()
func (*BgpAttributesTunnelEncapsulation_Choice) String ¶ added in v1.3.0
func (x *BgpAttributesTunnelEncapsulation_Choice) String() string
type BgpAttributesTunnelEncapsulation_Choice_Enum ¶ added in v1.3.0
type BgpAttributesTunnelEncapsulation_Choice_Enum int32
const ( BgpAttributesTunnelEncapsulation_Choice_unspecified BgpAttributesTunnelEncapsulation_Choice_Enum = 0 BgpAttributesTunnelEncapsulation_Choice_sr_policy BgpAttributesTunnelEncapsulation_Choice_Enum = 1 )
func (BgpAttributesTunnelEncapsulation_Choice_Enum) Descriptor ¶ added in v1.3.0
func (BgpAttributesTunnelEncapsulation_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
func (BgpAttributesTunnelEncapsulation_Choice_Enum) EnumDescriptor
deprecated
added in
v1.3.0
func (BgpAttributesTunnelEncapsulation_Choice_Enum) EnumDescriptor() ([]byte, []int)
Deprecated: Use BgpAttributesTunnelEncapsulation_Choice_Enum.Descriptor instead.
func (BgpAttributesTunnelEncapsulation_Choice_Enum) Number ¶ added in v1.3.0
func (x BgpAttributesTunnelEncapsulation_Choice_Enum) Number() protoreflect.EnumNumber
func (BgpAttributesTunnelEncapsulation_Choice_Enum) String ¶ added in v1.3.0
func (x BgpAttributesTunnelEncapsulation_Choice_Enum) String() string
func (BgpAttributesTunnelEncapsulation_Choice_Enum) Type ¶ added in v1.3.0
func (BgpAttributesTunnelEncapsulation_Choice_Enum) Type() protoreflect.EnumType
type BgpAttributesTwoByteAsPathSegment ¶ added in v1.1.0
type BgpAttributesTwoByteAsPathSegment struct { // AS sequence is the most common type of AS_PATH, it contains the list // of ASNs starting with the most recent ASN being added read from left // to right. // The other three AS_PATH types are used for Confederations // - AS_SET is the type of AS_PATH attribute that summarizes routes using // using the aggregate-address command, allowing AS_PATHs to be summarized // in the update as well. // - AS_CONFED_SEQ gives the list of ASNs in the path starting with the most // recent ASN to be added reading left to right // - AS_CONFED_SET will allow summarization of multiple AS PATHs to be sent // in BGP Updates. // default = Type.Enum.as_seq Type *BgpAttributesTwoByteAsPathSegment_Type_Enum `protobuf:"varint,1,opt,name=type,proto3,enum=otg.BgpAttributesTwoByteAsPathSegment_Type_Enum,oneof" json:"type,omitempty"` // The 2 byte AS numbers in this AS path segment. AsNumbers []uint32 `protobuf:"varint,2,rep,packed,name=as_numbers,json=asNumbers,proto3" json:"as_numbers,omitempty"` // contains filtered or unexported fields }
Configuration for a single BGP AS path segment containing 2 byte AS numbers.
func (*BgpAttributesTwoByteAsPathSegment) Descriptor
deprecated
added in
v1.1.0
func (*BgpAttributesTwoByteAsPathSegment) Descriptor() ([]byte, []int)
Deprecated: Use BgpAttributesTwoByteAsPathSegment.ProtoReflect.Descriptor instead.
func (*BgpAttributesTwoByteAsPathSegment) GetAsNumbers ¶ added in v1.1.0
func (x *BgpAttributesTwoByteAsPathSegment) GetAsNumbers() []uint32
func (*BgpAttributesTwoByteAsPathSegment) GetType ¶ added in v1.1.0
func (x *BgpAttributesTwoByteAsPathSegment) GetType() BgpAttributesTwoByteAsPathSegment_Type_Enum
func (*BgpAttributesTwoByteAsPathSegment) ProtoMessage ¶ added in v1.1.0
func (*BgpAttributesTwoByteAsPathSegment) ProtoMessage()
func (*BgpAttributesTwoByteAsPathSegment) ProtoReflect ¶ added in v1.1.0
func (x *BgpAttributesTwoByteAsPathSegment) ProtoReflect() protoreflect.Message
func (*BgpAttributesTwoByteAsPathSegment) Reset ¶ added in v1.1.0
func (x *BgpAttributesTwoByteAsPathSegment) Reset()
func (*BgpAttributesTwoByteAsPathSegment) String ¶ added in v1.1.0
func (x *BgpAttributesTwoByteAsPathSegment) String() string
type BgpAttributesTwoByteAsPathSegment_Type ¶ added in v1.1.0
type BgpAttributesTwoByteAsPathSegment_Type struct {
// contains filtered or unexported fields
}
func (*BgpAttributesTwoByteAsPathSegment_Type) Descriptor
deprecated
added in
v1.1.0
func (*BgpAttributesTwoByteAsPathSegment_Type) Descriptor() ([]byte, []int)
Deprecated: Use BgpAttributesTwoByteAsPathSegment_Type.ProtoReflect.Descriptor instead.
func (*BgpAttributesTwoByteAsPathSegment_Type) ProtoMessage ¶ added in v1.1.0
func (*BgpAttributesTwoByteAsPathSegment_Type) ProtoMessage()
func (*BgpAttributesTwoByteAsPathSegment_Type) ProtoReflect ¶ added in v1.1.0
func (x *BgpAttributesTwoByteAsPathSegment_Type) ProtoReflect() protoreflect.Message
func (*BgpAttributesTwoByteAsPathSegment_Type) Reset ¶ added in v1.1.0
func (x *BgpAttributesTwoByteAsPathSegment_Type) Reset()
func (*BgpAttributesTwoByteAsPathSegment_Type) String ¶ added in v1.1.0
func (x *BgpAttributesTwoByteAsPathSegment_Type) String() string
type BgpAttributesTwoByteAsPathSegment_Type_Enum ¶ added in v1.1.0
type BgpAttributesTwoByteAsPathSegment_Type_Enum int32
const ( BgpAttributesTwoByteAsPathSegment_Type_unspecified BgpAttributesTwoByteAsPathSegment_Type_Enum = 0 BgpAttributesTwoByteAsPathSegment_Type_as_seq BgpAttributesTwoByteAsPathSegment_Type_Enum = 1 BgpAttributesTwoByteAsPathSegment_Type_as_set BgpAttributesTwoByteAsPathSegment_Type_Enum = 2 BgpAttributesTwoByteAsPathSegment_Type_as_confed_seq BgpAttributesTwoByteAsPathSegment_Type_Enum = 3 BgpAttributesTwoByteAsPathSegment_Type_as_confed_set BgpAttributesTwoByteAsPathSegment_Type_Enum = 4 )
func (BgpAttributesTwoByteAsPathSegment_Type_Enum) Descriptor ¶ added in v1.1.0
func (BgpAttributesTwoByteAsPathSegment_Type_Enum) Descriptor() protoreflect.EnumDescriptor
func (BgpAttributesTwoByteAsPathSegment_Type_Enum) EnumDescriptor
deprecated
added in
v1.1.0
func (BgpAttributesTwoByteAsPathSegment_Type_Enum) EnumDescriptor() ([]byte, []int)
Deprecated: Use BgpAttributesTwoByteAsPathSegment_Type_Enum.Descriptor instead.
func (BgpAttributesTwoByteAsPathSegment_Type_Enum) Number ¶ added in v1.1.0
func (x BgpAttributesTwoByteAsPathSegment_Type_Enum) Number() protoreflect.EnumNumber
func (BgpAttributesTwoByteAsPathSegment_Type_Enum) String ¶ added in v1.1.0
func (x BgpAttributesTwoByteAsPathSegment_Type_Enum) String() string
func (BgpAttributesTwoByteAsPathSegment_Type_Enum) Type ¶ added in v1.1.0
func (BgpAttributesTwoByteAsPathSegment_Type_Enum) Type() protoreflect.EnumType
type BgpAttributes_Origin ¶ added in v1.1.0
type BgpAttributes_Origin struct {
// contains filtered or unexported fields
}
func (*BgpAttributes_Origin) Descriptor
deprecated
added in
v1.1.0
func (*BgpAttributes_Origin) Descriptor() ([]byte, []int)
Deprecated: Use BgpAttributes_Origin.ProtoReflect.Descriptor instead.
func (*BgpAttributes_Origin) ProtoMessage ¶ added in v1.1.0
func (*BgpAttributes_Origin) ProtoMessage()
func (*BgpAttributes_Origin) ProtoReflect ¶ added in v1.1.0
func (x *BgpAttributes_Origin) ProtoReflect() protoreflect.Message
func (*BgpAttributes_Origin) Reset ¶ added in v1.1.0
func (x *BgpAttributes_Origin) Reset()
func (*BgpAttributes_Origin) String ¶ added in v1.1.0
func (x *BgpAttributes_Origin) String() string
type BgpAttributes_Origin_Enum ¶ added in v1.1.0
type BgpAttributes_Origin_Enum int32
const ( BgpAttributes_Origin_unspecified BgpAttributes_Origin_Enum = 0 BgpAttributes_Origin_igp BgpAttributes_Origin_Enum = 1 BgpAttributes_Origin_egp BgpAttributes_Origin_Enum = 2 BgpAttributes_Origin_incomplete BgpAttributes_Origin_Enum = 3 )
func (BgpAttributes_Origin_Enum) Descriptor ¶ added in v1.1.0
func (BgpAttributes_Origin_Enum) Descriptor() protoreflect.EnumDescriptor
func (BgpAttributes_Origin_Enum) Enum ¶ added in v1.1.0
func (x BgpAttributes_Origin_Enum) Enum() *BgpAttributes_Origin_Enum
func (BgpAttributes_Origin_Enum) EnumDescriptor
deprecated
added in
v1.1.0
func (BgpAttributes_Origin_Enum) EnumDescriptor() ([]byte, []int)
Deprecated: Use BgpAttributes_Origin_Enum.Descriptor instead.
func (BgpAttributes_Origin_Enum) Number ¶ added in v1.1.0
func (x BgpAttributes_Origin_Enum) Number() protoreflect.EnumNumber
func (BgpAttributes_Origin_Enum) String ¶ added in v1.1.0
func (x BgpAttributes_Origin_Enum) String() string
func (BgpAttributes_Origin_Enum) Type ¶ added in v1.1.0
func (BgpAttributes_Origin_Enum) Type() protoreflect.EnumType
type BgpCMacIpRange ¶ added in v0.7.34
type BgpCMacIpRange struct { // Host MAC address range per Broadcast Domain. MacAddresses *MACRouteAddress `protobuf:"bytes,1,opt,name=mac_addresses,json=macAddresses,proto3" json:"mac_addresses,omitempty"` // Layer 2 Virtual Network Identifier (L2VNI) to be advertised with MAC/IP Advertisement // Route (Type 2) // default = 0 L2Vni *uint32 `protobuf:"varint,2,opt,name=l2vni,proto3,oneof" json:"l2vni,omitempty"` // Host IPv4 address range per Broadcast Domain. Ipv4Addresses *V4RouteAddress `protobuf:"bytes,3,opt,name=ipv4_addresses,json=ipv4Addresses,proto3" json:"ipv4_addresses,omitempty"` // Host IPv6 address range per Broadcast Domain. Ipv6Addresses *V6RouteAddress `protobuf:"bytes,4,opt,name=ipv6_addresses,json=ipv6Addresses,proto3" json:"ipv6_addresses,omitempty"` // Layer 3 Virtual Network Identifier (L3VNI) to be advertised with MAC/IP Advertisement // Route (Type 2). // default = 0 L3Vni *uint32 `protobuf:"varint,5,opt,name=l3vni,proto3,oneof" json:"l3vni,omitempty"` // Include default Gateway Extended Community in MAC/IP Advertisement Route (Type 2). // default = False IncludeDefaultGateway *bool `` /* 133-byte string literal not displayed */ // Description missing in models Advanced *BgpRouteAdvanced `protobuf:"bytes,7,opt,name=advanced,proto3" json:"advanced,omitempty"` // Optional community settings. Communities []*BgpCommunity `protobuf:"bytes,8,rep,name=communities,proto3" json:"communities,omitempty"` // Optional Extended Community settings. The Extended Communities Attribute is a transitive // optional BGP attribute, with the Type Code 16. Community and Extended Communities // attributes are utilized to trigger routing decisions, such as acceptance, rejection, // preference, or redistribution. An extended community is an 8-Bytes value. It is // divided into two main parts. The first 2 Bytes of the community encode a type and // sub-type fields and the last 6 Bytes carry a unique set of data in a format defined // by the type and sub-type field. Extended communities provide a larger range for // grouping or categorizing communities. When type is administrator_as_2octet or administrator_as_4octet, // the valid sub types are route target and origin. The valid value for administrator_as_2octet // and administrator_as_4octet type is either two byte AS followed by four byte local // administrator id or four byte AS followed by two byte local administrator id. When // type is administrator_ipv4_address the valid sub types are route target and origin. // The valid value for administrator_ipv4_address is a four byte IPv4 address followed // by a two byte local administrator id. When type is opaque, valid sub types are color // and encapsulation. When sub type is color, first two bytes of the value field contain // flags and last four bytes contains the value of the color. When sub type is encapsulation // the first four bytes of value field are reserved and last two bytes carries the tunnel // type from IANA's ETHER TYPES registry e.g IPv4 (protocol type = 0x0800), IPv6 (protocol // type = 0x86dd), and MPLS (protocol type = 0x8847). When type is administrator_as_2octet_link_bandwidth // the valid sub type is extended_bandwidth. The first two bytes of the value field // contains the AS number and the last four bytes contains the bandwidth in IEEE floating // point format. When type is evpn the valid subtype is mac_address. In the value field // the low-order bit of the first byte(Flags) is defined as the Sticky/static flag and // may be set to 1, indicating the MAC address is static and cannot move. The second // byte is reserved and the last four bytes contain the sequence number which is used // to ensure that PEs retain the correct MAC/IP Advertisement route when multiple updates // occur for the same MAC address. ExtCommunities []*BgpExtCommunity `protobuf:"bytes,9,rep,name=ext_communities,json=extCommunities,proto3" json:"ext_communities,omitempty"` // Optional AS PATH settings. AsPath *BgpAsPath `protobuf:"bytes,10,opt,name=as_path,json=asPath,proto3" json:"as_path,omitempty"` // Globally unique name of an object. It also serves as the primary key for arrays of // objects. // required = true Name *string `protobuf:"bytes,11,opt,name=name,proto3,oneof" json:"name,omitempty"` // contains filtered or unexported fields }
Configuration for MAC/IP Ranges per Broadcast Domain.
Advertises following route -
Type 2 - MAC/IP Advertisement Route.
func (*BgpCMacIpRange) Descriptor
deprecated
added in
v0.7.34
func (*BgpCMacIpRange) Descriptor() ([]byte, []int)
Deprecated: Use BgpCMacIpRange.ProtoReflect.Descriptor instead.
func (*BgpCMacIpRange) GetAdvanced ¶ added in v0.7.34
func (x *BgpCMacIpRange) GetAdvanced() *BgpRouteAdvanced
func (*BgpCMacIpRange) GetAsPath ¶ added in v0.7.34
func (x *BgpCMacIpRange) GetAsPath() *BgpAsPath
func (*BgpCMacIpRange) GetCommunities ¶ added in v0.7.34
func (x *BgpCMacIpRange) GetCommunities() []*BgpCommunity
func (*BgpCMacIpRange) GetExtCommunities ¶ added in v0.7.34
func (x *BgpCMacIpRange) GetExtCommunities() []*BgpExtCommunity
func (*BgpCMacIpRange) GetIncludeDefaultGateway ¶ added in v0.7.34
func (x *BgpCMacIpRange) GetIncludeDefaultGateway() bool
func (*BgpCMacIpRange) GetIpv4Addresses ¶ added in v0.7.34
func (x *BgpCMacIpRange) GetIpv4Addresses() *V4RouteAddress
func (*BgpCMacIpRange) GetIpv6Addresses ¶ added in v0.7.34
func (x *BgpCMacIpRange) GetIpv6Addresses() *V6RouteAddress
func (*BgpCMacIpRange) GetL2Vni ¶ added in v0.7.34
func (x *BgpCMacIpRange) GetL2Vni() uint32
func (*BgpCMacIpRange) GetL3Vni ¶ added in v0.7.34
func (x *BgpCMacIpRange) GetL3Vni() uint32
func (*BgpCMacIpRange) GetMacAddresses ¶ added in v0.7.34
func (x *BgpCMacIpRange) GetMacAddresses() *MACRouteAddress
func (*BgpCMacIpRange) GetName ¶ added in v0.7.34
func (x *BgpCMacIpRange) GetName() string
func (*BgpCMacIpRange) ProtoMessage ¶ added in v0.7.34
func (*BgpCMacIpRange) ProtoMessage()
func (*BgpCMacIpRange) ProtoReflect ¶ added in v0.7.34
func (x *BgpCMacIpRange) ProtoReflect() protoreflect.Message
func (*BgpCMacIpRange) Reset ¶ added in v0.7.34
func (x *BgpCMacIpRange) Reset()
func (*BgpCMacIpRange) String ¶ added in v0.7.34
func (x *BgpCMacIpRange) String() string
type BgpCapability ¶
type BgpCapability struct { // Support for the IPv4 Unicast address family. // default = True Ipv4Unicast *bool `protobuf:"varint,1,opt,name=ipv4_unicast,json=ipv4Unicast,proto3,oneof" json:"ipv4_unicast,omitempty"` // Support for the IPv4 Multicast address family. // default = False Ipv4Multicast *bool `protobuf:"varint,2,opt,name=ipv4_multicast,json=ipv4Multicast,proto3,oneof" json:"ipv4_multicast,omitempty"` // Support for the IPv4 Unicast address family. // default = True Ipv6Unicast *bool `protobuf:"varint,3,opt,name=ipv6_unicast,json=ipv6Unicast,proto3,oneof" json:"ipv6_unicast,omitempty"` // Support for the IPv6 Multicast address family. // default = False Ipv6Multicast *bool `protobuf:"varint,4,opt,name=ipv6_multicast,json=ipv6Multicast,proto3,oneof" json:"ipv6_multicast,omitempty"` // Support for VPLS as below. // RFC4761 - Virtual Private LAN Service (VPLS) using BGP for Auto-Discovery // and Signaling. // RFC6624 - Layer 2 Virtual Private Networks using BGP for Auto-Discovery // and Signaling. // default = False Vpls *bool `protobuf:"varint,5,opt,name=vpls,proto3,oneof" json:"vpls,omitempty"` // Support for the route refresh capabilities. Route Refresh allows the dynamic exchange // of route refresh requests and routing information between BGP peers and the subsequent // re-advertisement of the outbound or inbound routing table. // default = True RouteRefresh *bool `protobuf:"varint,6,opt,name=route_refresh,json=routeRefresh,proto3,oneof" json:"route_refresh,omitempty"` // Supports for the route constraint capabilities. Route Constraint allows the advertisement // of Route Target Membership information. The BGP peers exchange Route Target Reachability // Information, which is used to build a route distribution graph. This limits the // propagation of VPN Network Layer Reachability Information (NLRI) between different // autonomous systems or distinct clusters of the same autonomous system. This is supported // for Layer 3 Virtual Private Network scenario. // default = False RouteConstraint *bool `protobuf:"varint,7,opt,name=route_constraint,json=routeConstraint,proto3,oneof" json:"route_constraint,omitempty"` // Support for BGP Link State for ISIS and OSPF. // default = False LinkStateNonVpn *bool `protobuf:"varint,8,opt,name=link_state_non_vpn,json=linkStateNonVpn,proto3,oneof" json:"link_state_non_vpn,omitempty"` // Capability advertisement of BGP Link State for VPNs. // default = False LinkStateVpn *bool `protobuf:"varint,9,opt,name=link_state_vpn,json=linkStateVpn,proto3,oneof" json:"link_state_vpn,omitempty"` // Support for the EVPN address family. // default = False Evpn *bool `protobuf:"varint,10,opt,name=evpn,proto3,oneof" json:"evpn,omitempty"` // Support for extended Next Hop Encoding for Nexthop field in IPv4 routes advertisement. // This allows IPv4 routes being advertised by IPv6 peers to include an IPv6 Nexthop. // default = False ExtendedNextHopEncoding *bool `` /* 142-byte string literal not displayed */ // Support for the IPv4 Multicast VPN address family. // default = False Ipv4MulticastVpn *bool `protobuf:"varint,12,opt,name=ipv4_multicast_vpn,json=ipv4MulticastVpn,proto3,oneof" json:"ipv4_multicast_vpn,omitempty"` // Support for the IPv4 MPLS L3VPN address family. // default = False Ipv4MplsVpn *bool `protobuf:"varint,13,opt,name=ipv4_mpls_vpn,json=ipv4MplsVpn,proto3,oneof" json:"ipv4_mpls_vpn,omitempty"` // Supports for IPv4 MDT address family messages. // default = False Ipv4Mdt *bool `protobuf:"varint,14,opt,name=ipv4_mdt,json=ipv4Mdt,proto3,oneof" json:"ipv4_mdt,omitempty"` // Support for the IPv4 Multicast VPN address family. // default = False Ipv4MulticastMplsVpn *bool `` /* 133-byte string literal not displayed */ // Support for propagation of IPv4 unicast flow specification rules. // default = False Ipv4UnicastFlowSpec *bool `` /* 130-byte string literal not displayed */ // Support for IPv4 SRTE policy. // default = False Ipv4SrTePolicy *bool `protobuf:"varint,17,opt,name=ipv4_sr_te_policy,json=ipv4SrTePolicy,proto3,oneof" json:"ipv4_sr_te_policy,omitempty"` // Support for IPv4 Unicast Add Path Capability. // default = False Ipv4UnicastAddPath *bool `` /* 127-byte string literal not displayed */ // Support for the IPv6 Multicast VPN address family. // default = False Ipv6MulticastVpn *bool `protobuf:"varint,19,opt,name=ipv6_multicast_vpn,json=ipv6MulticastVpn,proto3,oneof" json:"ipv6_multicast_vpn,omitempty"` // Support for the IPv6 MPLS L3VPN address family. // default = False Ipv6MplsVpn *bool `protobuf:"varint,20,opt,name=ipv6_mpls_vpn,json=ipv6MplsVpn,proto3,oneof" json:"ipv6_mpls_vpn,omitempty"` // Support for IPv6 MDT address family messages. // default = False Ipv6Mdt *bool `protobuf:"varint,21,opt,name=ipv6_mdt,json=ipv6Mdt,proto3,oneof" json:"ipv6_mdt,omitempty"` // Support for the IPv6 Multicast VPN address family. // default = False Ipv6MulticastMplsVpn *bool `` /* 133-byte string literal not displayed */ // Support for propagation of IPv6 unicast flow specification rules. // default = False Ipv6UnicastFlowSpec *bool `` /* 130-byte string literal not displayed */ // Support for IPv6 SRTE policy. // default = False Ipv6SrTePolicy *bool `protobuf:"varint,24,opt,name=ipv6_sr_te_policy,json=ipv6SrTePolicy,proto3,oneof" json:"ipv6_sr_te_policy,omitempty"` // Support for IPv6 Unicast Add Path Capability. // default = False Ipv6UnicastAddPath *bool `` /* 127-byte string literal not displayed */ // contains filtered or unexported fields }
Configuration for BGP capability settings.
func (*BgpCapability) Descriptor
deprecated
func (*BgpCapability) Descriptor() ([]byte, []int)
Deprecated: Use BgpCapability.ProtoReflect.Descriptor instead.
func (*BgpCapability) GetEvpn ¶
func (x *BgpCapability) GetEvpn() bool
func (*BgpCapability) GetExtendedNextHopEncoding ¶
func (x *BgpCapability) GetExtendedNextHopEncoding() bool
func (*BgpCapability) GetIpv4Mdt ¶
func (x *BgpCapability) GetIpv4Mdt() bool
func (*BgpCapability) GetIpv4MplsVpn ¶
func (x *BgpCapability) GetIpv4MplsVpn() bool
func (*BgpCapability) GetIpv4Multicast ¶
func (x *BgpCapability) GetIpv4Multicast() bool
func (*BgpCapability) GetIpv4MulticastMplsVpn ¶
func (x *BgpCapability) GetIpv4MulticastMplsVpn() bool
func (*BgpCapability) GetIpv4MulticastVpn ¶
func (x *BgpCapability) GetIpv4MulticastVpn() bool
func (*BgpCapability) GetIpv4SrTePolicy ¶
func (x *BgpCapability) GetIpv4SrTePolicy() bool
func (*BgpCapability) GetIpv4Unicast ¶
func (x *BgpCapability) GetIpv4Unicast() bool
func (*BgpCapability) GetIpv4UnicastAddPath ¶
func (x *BgpCapability) GetIpv4UnicastAddPath() bool
func (*BgpCapability) GetIpv4UnicastFlowSpec ¶
func (x *BgpCapability) GetIpv4UnicastFlowSpec() bool
func (*BgpCapability) GetIpv6Mdt ¶
func (x *BgpCapability) GetIpv6Mdt() bool
func (*BgpCapability) GetIpv6MplsVpn ¶
func (x *BgpCapability) GetIpv6MplsVpn() bool
func (*BgpCapability) GetIpv6Multicast ¶
func (x *BgpCapability) GetIpv6Multicast() bool
func (*BgpCapability) GetIpv6MulticastMplsVpn ¶
func (x *BgpCapability) GetIpv6MulticastMplsVpn() bool
func (*BgpCapability) GetIpv6MulticastVpn ¶
func (x *BgpCapability) GetIpv6MulticastVpn() bool
func (*BgpCapability) GetIpv6SrTePolicy ¶
func (x *BgpCapability) GetIpv6SrTePolicy() bool
func (*BgpCapability) GetIpv6Unicast ¶
func (x *BgpCapability) GetIpv6Unicast() bool
func (*BgpCapability) GetIpv6UnicastAddPath ¶
func (x *BgpCapability) GetIpv6UnicastAddPath() bool
func (*BgpCapability) GetIpv6UnicastFlowSpec ¶
func (x *BgpCapability) GetIpv6UnicastFlowSpec() bool
func (*BgpCapability) GetLinkStateNonVpn ¶
func (x *BgpCapability) GetLinkStateNonVpn() bool
func (*BgpCapability) GetLinkStateVpn ¶
func (x *BgpCapability) GetLinkStateVpn() bool
func (*BgpCapability) GetRouteConstraint ¶
func (x *BgpCapability) GetRouteConstraint() bool
func (*BgpCapability) GetRouteRefresh ¶
func (x *BgpCapability) GetRouteRefresh() bool
func (*BgpCapability) GetVpls ¶
func (x *BgpCapability) GetVpls() bool
func (*BgpCapability) ProtoMessage ¶
func (*BgpCapability) ProtoMessage()
func (*BgpCapability) ProtoReflect ¶
func (x *BgpCapability) ProtoReflect() protoreflect.Message
func (*BgpCapability) Reset ¶
func (x *BgpCapability) Reset()
func (*BgpCapability) String ¶
func (x *BgpCapability) String() string
type BgpCommunity ¶
type BgpCommunity struct { // The type of community AS number. Type *BgpCommunity_Type_Enum `protobuf:"varint,1,opt,name=type,proto3,enum=otg.BgpCommunity_Type_Enum,oneof" json:"type,omitempty"` // First two octets of 32 bit community AS number. // default = 0 AsNumber *uint32 `protobuf:"varint,2,opt,name=as_number,json=asNumber,proto3,oneof" json:"as_number,omitempty"` // Last two octets of the community value. // default = 0 AsCustom *uint32 `protobuf:"varint,3,opt,name=as_custom,json=asCustom,proto3,oneof" json:"as_custom,omitempty"` // contains filtered or unexported fields }
BGP communities provide additional capability for tagging routes and for modifying BGP routing policy on upstream and downstream routers. BGP community is a 32-bit number which is broken into 16-bit AS number and a 16-bit custom value.
func (*BgpCommunity) Descriptor
deprecated
func (*BgpCommunity) Descriptor() ([]byte, []int)
Deprecated: Use BgpCommunity.ProtoReflect.Descriptor instead.
func (*BgpCommunity) GetAsCustom ¶
func (x *BgpCommunity) GetAsCustom() uint32
func (*BgpCommunity) GetAsNumber ¶
func (x *BgpCommunity) GetAsNumber() uint32
func (*BgpCommunity) GetType ¶
func (x *BgpCommunity) GetType() BgpCommunity_Type_Enum
func (*BgpCommunity) ProtoMessage ¶
func (*BgpCommunity) ProtoMessage()
func (*BgpCommunity) ProtoReflect ¶
func (x *BgpCommunity) ProtoReflect() protoreflect.Message
func (*BgpCommunity) Reset ¶
func (x *BgpCommunity) Reset()
func (*BgpCommunity) String ¶
func (x *BgpCommunity) String() string
type BgpCommunity_Type ¶
type BgpCommunity_Type struct {
// contains filtered or unexported fields
}
func (*BgpCommunity_Type) Descriptor
deprecated
func (*BgpCommunity_Type) Descriptor() ([]byte, []int)
Deprecated: Use BgpCommunity_Type.ProtoReflect.Descriptor instead.
func (*BgpCommunity_Type) ProtoMessage ¶
func (*BgpCommunity_Type) ProtoMessage()
func (*BgpCommunity_Type) ProtoReflect ¶
func (x *BgpCommunity_Type) ProtoReflect() protoreflect.Message
func (*BgpCommunity_Type) Reset ¶
func (x *BgpCommunity_Type) Reset()
func (*BgpCommunity_Type) String ¶
func (x *BgpCommunity_Type) String() string
type BgpCommunity_Type_Enum ¶
type BgpCommunity_Type_Enum int32
const ( BgpCommunity_Type_unspecified BgpCommunity_Type_Enum = 0 BgpCommunity_Type_manual_as_number BgpCommunity_Type_Enum = 1 BgpCommunity_Type_no_export BgpCommunity_Type_Enum = 2 BgpCommunity_Type_no_advertised BgpCommunity_Type_Enum = 3 BgpCommunity_Type_no_export_subconfed BgpCommunity_Type_Enum = 4 BgpCommunity_Type_llgr_stale BgpCommunity_Type_Enum = 5 BgpCommunity_Type_no_llgr BgpCommunity_Type_Enum = 6 )
func (BgpCommunity_Type_Enum) Descriptor ¶
func (BgpCommunity_Type_Enum) Descriptor() protoreflect.EnumDescriptor
func (BgpCommunity_Type_Enum) Enum ¶
func (x BgpCommunity_Type_Enum) Enum() *BgpCommunity_Type_Enum
func (BgpCommunity_Type_Enum) EnumDescriptor
deprecated
func (BgpCommunity_Type_Enum) EnumDescriptor() ([]byte, []int)
Deprecated: Use BgpCommunity_Type_Enum.Descriptor instead.
func (BgpCommunity_Type_Enum) Number ¶
func (x BgpCommunity_Type_Enum) Number() protoreflect.EnumNumber
func (BgpCommunity_Type_Enum) String ¶
func (x BgpCommunity_Type_Enum) String() string
func (BgpCommunity_Type_Enum) Type ¶
func (BgpCommunity_Type_Enum) Type() protoreflect.EnumType
type BgpEthernetSegmentDfElection ¶ added in v0.7.34
type BgpEthernetSegmentDfElection struct { // The DF election timer in seconds. // default = 3 ElectionTimer *uint32 `protobuf:"varint,1,opt,name=election_timer,json=electionTimer,proto3,oneof" json:"election_timer,omitempty"` // contains filtered or unexported fields }
Configuration for Designated Forwarder (DF) election among the Provider Edge (PE) routers on the same Ethernet Segment.
func (*BgpEthernetSegmentDfElection) Descriptor
deprecated
added in
v0.7.34
func (*BgpEthernetSegmentDfElection) Descriptor() ([]byte, []int)
Deprecated: Use BgpEthernetSegmentDfElection.ProtoReflect.Descriptor instead.
func (*BgpEthernetSegmentDfElection) GetElectionTimer ¶ added in v0.7.34
func (x *BgpEthernetSegmentDfElection) GetElectionTimer() uint32
func (*BgpEthernetSegmentDfElection) ProtoMessage ¶ added in v0.7.34
func (*BgpEthernetSegmentDfElection) ProtoMessage()
func (*BgpEthernetSegmentDfElection) ProtoReflect ¶ added in v0.7.34
func (x *BgpEthernetSegmentDfElection) ProtoReflect() protoreflect.Message
func (*BgpEthernetSegmentDfElection) Reset ¶ added in v0.7.34
func (x *BgpEthernetSegmentDfElection) Reset()
func (*BgpEthernetSegmentDfElection) String ¶ added in v0.7.34
func (x *BgpEthernetSegmentDfElection) String() string
type BgpExtCommunity ¶
type BgpExtCommunity struct { // Extended Community Type field of 1 Byte. // - administrator_as_2octet: Two-Octet AS Specific Extended Community (RFC 4360). // - administrator_ipv4_address: IPv4 Address Specific Extended Community (RFC 4360). // - administrator_as_4octet: 4-Octet AS Specific Extended Community (RFC 5668). // - opaque: Opaque Extended Community (RFC 7432). // - evpn: EVPN Extended Community (RFC 7153). // - administrator_as_2octet_link_bandwidth : Link Bandwidth Extended Community (RFC // 7153). Type *BgpExtCommunity_Type_Enum `protobuf:"varint,1,opt,name=type,proto3,enum=otg.BgpExtCommunity_Type_Enum,oneof" json:"type,omitempty"` // Extended Community Sub Type field of 1 Byte. // - route_target: Route Target. // - origin: Origin. // - extended_bandwidth: Specifies the link bandwidth. // - color: Specifies the color value. // - encapsulation: Specifies the Encapsulation Extended Community. // - mac_address: Specifies the Extended community MAC address. Subtype *BgpExtCommunity_Subtype_Enum `protobuf:"varint,2,opt,name=subtype,proto3,enum=otg.BgpExtCommunity_Subtype_Enum,oneof" json:"subtype,omitempty"` // Extended Community value of 6 Bytes. Example - for the Opaque type and Color subtype // value can be '0000000000c8' for the color value 200. Value *string `protobuf:"bytes,3,opt,name=value,proto3,oneof" json:"value,omitempty"` // contains filtered or unexported fields }
The Extended Communities Attribute is a transitive optional BGP attribute, with the Type Code 16. Community and Extended Communities attributes are utilized to trigger routing decisions, such as acceptance, rejection, preference, or redistribution. An extended community is an 8-Bytes value. It is divided into two main parts. The first 2 Bytes of the community encode a type and sub-type fields and the last 6 Bytes carry a unique set of data in a format defined by the type and sub-type field. Extended communities provide a larger range for grouping or categorizing communities.
func (*BgpExtCommunity) Descriptor
deprecated
func (*BgpExtCommunity) Descriptor() ([]byte, []int)
Deprecated: Use BgpExtCommunity.ProtoReflect.Descriptor instead.
func (*BgpExtCommunity) GetSubtype ¶
func (x *BgpExtCommunity) GetSubtype() BgpExtCommunity_Subtype_Enum
func (*BgpExtCommunity) GetType ¶
func (x *BgpExtCommunity) GetType() BgpExtCommunity_Type_Enum
func (*BgpExtCommunity) GetValue ¶
func (x *BgpExtCommunity) GetValue() string
func (*BgpExtCommunity) ProtoMessage ¶
func (*BgpExtCommunity) ProtoMessage()
func (*BgpExtCommunity) ProtoReflect ¶
func (x *BgpExtCommunity) ProtoReflect() protoreflect.Message
func (*BgpExtCommunity) Reset ¶
func (x *BgpExtCommunity) Reset()
func (*BgpExtCommunity) String ¶
func (x *BgpExtCommunity) String() string
type BgpExtCommunity_Subtype ¶
type BgpExtCommunity_Subtype struct {
// contains filtered or unexported fields
}
func (*BgpExtCommunity_Subtype) Descriptor
deprecated
func (*BgpExtCommunity_Subtype) Descriptor() ([]byte, []int)
Deprecated: Use BgpExtCommunity_Subtype.ProtoReflect.Descriptor instead.
func (*BgpExtCommunity_Subtype) ProtoMessage ¶
func (*BgpExtCommunity_Subtype) ProtoMessage()
func (*BgpExtCommunity_Subtype) ProtoReflect ¶
func (x *BgpExtCommunity_Subtype) ProtoReflect() protoreflect.Message
func (*BgpExtCommunity_Subtype) Reset ¶
func (x *BgpExtCommunity_Subtype) Reset()
func (*BgpExtCommunity_Subtype) String ¶
func (x *BgpExtCommunity_Subtype) String() string
type BgpExtCommunity_Subtype_Enum ¶
type BgpExtCommunity_Subtype_Enum int32
const ( BgpExtCommunity_Subtype_unspecified BgpExtCommunity_Subtype_Enum = 0 BgpExtCommunity_Subtype_route_target BgpExtCommunity_Subtype_Enum = 1 BgpExtCommunity_Subtype_origin BgpExtCommunity_Subtype_Enum = 2 BgpExtCommunity_Subtype_extended_bandwidth BgpExtCommunity_Subtype_Enum = 3 BgpExtCommunity_Subtype_color BgpExtCommunity_Subtype_Enum = 4 BgpExtCommunity_Subtype_encapsulation BgpExtCommunity_Subtype_Enum = 5 BgpExtCommunity_Subtype_mac_address BgpExtCommunity_Subtype_Enum = 6 )
func (BgpExtCommunity_Subtype_Enum) Descriptor ¶
func (BgpExtCommunity_Subtype_Enum) Descriptor() protoreflect.EnumDescriptor
func (BgpExtCommunity_Subtype_Enum) Enum ¶
func (x BgpExtCommunity_Subtype_Enum) Enum() *BgpExtCommunity_Subtype_Enum
func (BgpExtCommunity_Subtype_Enum) EnumDescriptor
deprecated
func (BgpExtCommunity_Subtype_Enum) EnumDescriptor() ([]byte, []int)
Deprecated: Use BgpExtCommunity_Subtype_Enum.Descriptor instead.
func (BgpExtCommunity_Subtype_Enum) Number ¶
func (x BgpExtCommunity_Subtype_Enum) Number() protoreflect.EnumNumber
func (BgpExtCommunity_Subtype_Enum) String ¶
func (x BgpExtCommunity_Subtype_Enum) String() string
func (BgpExtCommunity_Subtype_Enum) Type ¶
func (BgpExtCommunity_Subtype_Enum) Type() protoreflect.EnumType
type BgpExtCommunity_Type ¶
type BgpExtCommunity_Type struct {
// contains filtered or unexported fields
}
func (*BgpExtCommunity_Type) Descriptor
deprecated
func (*BgpExtCommunity_Type) Descriptor() ([]byte, []int)
Deprecated: Use BgpExtCommunity_Type.ProtoReflect.Descriptor instead.
func (*BgpExtCommunity_Type) ProtoMessage ¶
func (*BgpExtCommunity_Type) ProtoMessage()
func (*BgpExtCommunity_Type) ProtoReflect ¶
func (x *BgpExtCommunity_Type) ProtoReflect() protoreflect.Message
func (*BgpExtCommunity_Type) Reset ¶
func (x *BgpExtCommunity_Type) Reset()
func (*BgpExtCommunity_Type) String ¶
func (x *BgpExtCommunity_Type) String() string
type BgpExtCommunity_Type_Enum ¶
type BgpExtCommunity_Type_Enum int32
const ( BgpExtCommunity_Type_unspecified BgpExtCommunity_Type_Enum = 0 BgpExtCommunity_Type_administrator_as_2octet BgpExtCommunity_Type_Enum = 1 BgpExtCommunity_Type_administrator_ipv4_address BgpExtCommunity_Type_Enum = 2 BgpExtCommunity_Type_administrator_as_4octet BgpExtCommunity_Type_Enum = 3 BgpExtCommunity_Type_opaque BgpExtCommunity_Type_Enum = 4 BgpExtCommunity_Type_evpn BgpExtCommunity_Type_Enum = 5 BgpExtCommunity_Type_administrator_as_2octet_link_bandwidth BgpExtCommunity_Type_Enum = 6 )
func (BgpExtCommunity_Type_Enum) Descriptor ¶
func (BgpExtCommunity_Type_Enum) Descriptor() protoreflect.EnumDescriptor
func (BgpExtCommunity_Type_Enum) Enum ¶
func (x BgpExtCommunity_Type_Enum) Enum() *BgpExtCommunity_Type_Enum
func (BgpExtCommunity_Type_Enum) EnumDescriptor
deprecated
func (BgpExtCommunity_Type_Enum) EnumDescriptor() ([]byte, []int)
Deprecated: Use BgpExtCommunity_Type_Enum.Descriptor instead.
func (BgpExtCommunity_Type_Enum) Number ¶
func (x BgpExtCommunity_Type_Enum) Number() protoreflect.EnumNumber
func (BgpExtCommunity_Type_Enum) String ¶
func (x BgpExtCommunity_Type_Enum) String() string
func (BgpExtCommunity_Type_Enum) Type ¶
func (BgpExtCommunity_Type_Enum) Type() protoreflect.EnumType
type BgpExtendedCommunity ¶ added in v0.12.3
type BgpExtendedCommunity struct { // Description missing in models // default = Choice.Enum.transitive_2octet_as_type Choice *BgpExtendedCommunity_Choice_Enum `protobuf:"varint,1,opt,name=choice,proto3,enum=otg.BgpExtendedCommunity_Choice_Enum,oneof" json:"choice,omitempty"` // Description missing in models Transitive_2OctetAsType *BgpExtendedCommunityTransitive2OctetAsType `` /* 131-byte string literal not displayed */ // Description missing in models TransitiveIpv4AddressType *BgpExtendedCommunityTransitiveIpv4AddressType `` /* 140-byte string literal not displayed */ // Description missing in models Transitive_4OctetAsType *BgpExtendedCommunityTransitive4OctetAsType `` /* 131-byte string literal not displayed */ // Description missing in models TransitiveOpaqueType *BgpExtendedCommunityTransitiveOpaqueType `protobuf:"bytes,5,opt,name=transitive_opaque_type,json=transitiveOpaqueType,proto3" json:"transitive_opaque_type,omitempty"` // Description missing in models TransitiveEvpnType *BgpExtendedCommunityTransitiveEvpnType `protobuf:"bytes,6,opt,name=transitive_evpn_type,json=transitiveEvpnType,proto3" json:"transitive_evpn_type,omitempty"` // Description missing in models NonTransitive_2OctetAsType *BgpExtendedCommunityNonTransitive2OctetAsType `` /* 142-byte string literal not displayed */ // Description missing in models Custom *BgpExtendedCommunityCustomType `protobuf:"bytes,8,opt,name=custom,proto3" json:"custom,omitempty"` // contains filtered or unexported fields }
The Extended Communities Attribute is a optional BGP attribute,defined in RFC4360 with the Type Code 16. Community and Extended Communities attributes are utilized to trigger routing decisions, such as acceptance, rejection, preference, or redistribution. An extended community is an 8-Bytes value.It is divided into two main parts. The first 2 Bytes of the community encode a type and optonal sub-type field. The last 6 bytes (or 7 bytes for types without a sub-type) carry a unique set of data in a format defined by the type and optional sub-type field. Extended communities provide a larger range for grouping or categorizing communities.
func (*BgpExtendedCommunity) Descriptor
deprecated
added in
v0.12.3
func (*BgpExtendedCommunity) Descriptor() ([]byte, []int)
Deprecated: Use BgpExtendedCommunity.ProtoReflect.Descriptor instead.
func (*BgpExtendedCommunity) GetChoice ¶ added in v0.12.3
func (x *BgpExtendedCommunity) GetChoice() BgpExtendedCommunity_Choice_Enum
func (*BgpExtendedCommunity) GetCustom ¶ added in v0.12.3
func (x *BgpExtendedCommunity) GetCustom() *BgpExtendedCommunityCustomType
func (*BgpExtendedCommunity) GetNonTransitive_2OctetAsType ¶ added in v0.12.3
func (x *BgpExtendedCommunity) GetNonTransitive_2OctetAsType() *BgpExtendedCommunityNonTransitive2OctetAsType
func (*BgpExtendedCommunity) GetTransitiveEvpnType ¶ added in v0.12.3
func (x *BgpExtendedCommunity) GetTransitiveEvpnType() *BgpExtendedCommunityTransitiveEvpnType
func (*BgpExtendedCommunity) GetTransitiveIpv4AddressType ¶ added in v0.12.3
func (x *BgpExtendedCommunity) GetTransitiveIpv4AddressType() *BgpExtendedCommunityTransitiveIpv4AddressType
func (*BgpExtendedCommunity) GetTransitiveOpaqueType ¶ added in v0.12.3
func (x *BgpExtendedCommunity) GetTransitiveOpaqueType() *BgpExtendedCommunityTransitiveOpaqueType
func (*BgpExtendedCommunity) GetTransitive_2OctetAsType ¶ added in v0.12.3
func (x *BgpExtendedCommunity) GetTransitive_2OctetAsType() *BgpExtendedCommunityTransitive2OctetAsType
func (*BgpExtendedCommunity) GetTransitive_4OctetAsType ¶ added in v0.12.3
func (x *BgpExtendedCommunity) GetTransitive_4OctetAsType() *BgpExtendedCommunityTransitive4OctetAsType
func (*BgpExtendedCommunity) ProtoMessage ¶ added in v0.12.3
func (*BgpExtendedCommunity) ProtoMessage()
func (*BgpExtendedCommunity) ProtoReflect ¶ added in v0.12.3
func (x *BgpExtendedCommunity) ProtoReflect() protoreflect.Message
func (*BgpExtendedCommunity) Reset ¶ added in v0.12.3
func (x *BgpExtendedCommunity) Reset()
func (*BgpExtendedCommunity) String ¶ added in v0.12.3
func (x *BgpExtendedCommunity) String() string
type BgpExtendedCommunityCustomType ¶ added in v0.12.3
type BgpExtendedCommunityCustomType struct { // The type to be set in the Extended Community attribute. Accepts hexadecimal input // upto ff . // default = 00 CommunityType *string `protobuf:"bytes,1,opt,name=community_type,json=communityType,proto3,oneof" json:"community_type,omitempty"` // The sub-type to be set in the Extended Community attribute. For certain types with // no sub-type this byte can also be used as part of an extended value field. Accepts // hexadecimal input upto ff. // default = 00 CommunitySubtype *string `protobuf:"bytes,2,opt,name=community_subtype,json=communitySubtype,proto3,oneof" json:"community_subtype,omitempty"` // 6 byte hex value to be carried in the last 6 bytes of the Extended Community. Accepts // hexadecimal input upto ffffffffffff. // default = 000000000000 Value *string `protobuf:"bytes,3,opt,name=value,proto3,oneof" json:"value,omitempty"` // contains filtered or unexported fields }
Add a custom Extended Community with a combination of types , sub-types and values not explicitly specified above or not defined yet.
func (*BgpExtendedCommunityCustomType) Descriptor
deprecated
added in
v0.12.3
func (*BgpExtendedCommunityCustomType) Descriptor() ([]byte, []int)
Deprecated: Use BgpExtendedCommunityCustomType.ProtoReflect.Descriptor instead.
func (*BgpExtendedCommunityCustomType) GetCommunitySubtype ¶ added in v0.12.3
func (x *BgpExtendedCommunityCustomType) GetCommunitySubtype() string
func (*BgpExtendedCommunityCustomType) GetCommunityType ¶ added in v0.12.3
func (x *BgpExtendedCommunityCustomType) GetCommunityType() string
func (*BgpExtendedCommunityCustomType) GetValue ¶ added in v0.12.3
func (x *BgpExtendedCommunityCustomType) GetValue() string
func (*BgpExtendedCommunityCustomType) ProtoMessage ¶ added in v0.12.3
func (*BgpExtendedCommunityCustomType) ProtoMessage()
func (*BgpExtendedCommunityCustomType) ProtoReflect ¶ added in v0.12.3
func (x *BgpExtendedCommunityCustomType) ProtoReflect() protoreflect.Message
func (*BgpExtendedCommunityCustomType) Reset ¶ added in v0.12.3
func (x *BgpExtendedCommunityCustomType) Reset()
func (*BgpExtendedCommunityCustomType) String ¶ added in v0.12.3
func (x *BgpExtendedCommunityCustomType) String() string
type BgpExtendedCommunityNonTransitive2OctetAsType ¶ added in v0.12.3
type BgpExtendedCommunityNonTransitive2OctetAsType struct { // Description missing in models // default = Choice.Enum.link_bandwidth_subtype Choice *BgpExtendedCommunityNonTransitive2OctetAsType_Choice_Enum `` /* 139-byte string literal not displayed */ // Description missing in models LinkBandwidthSubtype *BgpExtendedCommunityNonTransitive2OctetAsTypeLinkBandwidth `protobuf:"bytes,2,opt,name=link_bandwidth_subtype,json=linkBandwidthSubtype,proto3" json:"link_bandwidth_subtype,omitempty"` // contains filtered or unexported fields }
The Non-Transitive Two-Octet AS-Specific Extended Community is sent as type 0x40.
func (*BgpExtendedCommunityNonTransitive2OctetAsType) Descriptor
deprecated
added in
v0.12.3
func (*BgpExtendedCommunityNonTransitive2OctetAsType) Descriptor() ([]byte, []int)
Deprecated: Use BgpExtendedCommunityNonTransitive2OctetAsType.ProtoReflect.Descriptor instead.
func (*BgpExtendedCommunityNonTransitive2OctetAsType) GetLinkBandwidthSubtype ¶ added in v0.12.3
func (x *BgpExtendedCommunityNonTransitive2OctetAsType) GetLinkBandwidthSubtype() *BgpExtendedCommunityNonTransitive2OctetAsTypeLinkBandwidth
func (*BgpExtendedCommunityNonTransitive2OctetAsType) ProtoMessage ¶ added in v0.12.3
func (*BgpExtendedCommunityNonTransitive2OctetAsType) ProtoMessage()
func (*BgpExtendedCommunityNonTransitive2OctetAsType) ProtoReflect ¶ added in v0.12.3
func (x *BgpExtendedCommunityNonTransitive2OctetAsType) ProtoReflect() protoreflect.Message
func (*BgpExtendedCommunityNonTransitive2OctetAsType) Reset ¶ added in v0.12.3
func (x *BgpExtendedCommunityNonTransitive2OctetAsType) Reset()
func (*BgpExtendedCommunityNonTransitive2OctetAsType) String ¶ added in v0.12.3
func (x *BgpExtendedCommunityNonTransitive2OctetAsType) String() string
type BgpExtendedCommunityNonTransitive2OctetAsTypeLinkBandwidth ¶ added in v0.12.3
type BgpExtendedCommunityNonTransitive2OctetAsTypeLinkBandwidth struct { // The value of the Global Administrator subfield should represent the Autonomous System // of the router that attaches the Link Bandwidth Community. If four octet AS numbering // scheme is used, AS_TRANS (23456) should be used. // default = 100 Global_2ByteAs *uint32 `protobuf:"varint,1,opt,name=global_2byte_as,json=global2byteAs,proto3,oneof" json:"global_2byte_as,omitempty"` // Bandwidth of the link in bytes per second. ( 1 Kbps is 1000 bytes per second and // 1 Mbps is 1000 Kbps per second ) // default = 0 Bandwidth *float32 `protobuf:"fixed32,2,opt,name=bandwidth,proto3,oneof" json:"bandwidth,omitempty"` // contains filtered or unexported fields }
The Link Bandwidth Extended Community attribute is defined in draft-ietf-idr-link-bandwidth. It is sent with sub-type as 0x04.
func (*BgpExtendedCommunityNonTransitive2OctetAsTypeLinkBandwidth) Descriptor
deprecated
added in
v0.12.3
func (*BgpExtendedCommunityNonTransitive2OctetAsTypeLinkBandwidth) Descriptor() ([]byte, []int)
Deprecated: Use BgpExtendedCommunityNonTransitive2OctetAsTypeLinkBandwidth.ProtoReflect.Descriptor instead.
func (*BgpExtendedCommunityNonTransitive2OctetAsTypeLinkBandwidth) GetBandwidth ¶ added in v0.12.3
func (x *BgpExtendedCommunityNonTransitive2OctetAsTypeLinkBandwidth) GetBandwidth() float32
func (*BgpExtendedCommunityNonTransitive2OctetAsTypeLinkBandwidth) GetGlobal_2ByteAs ¶ added in v0.12.3
func (x *BgpExtendedCommunityNonTransitive2OctetAsTypeLinkBandwidth) GetGlobal_2ByteAs() uint32
func (*BgpExtendedCommunityNonTransitive2OctetAsTypeLinkBandwidth) ProtoMessage ¶ added in v0.12.3
func (*BgpExtendedCommunityNonTransitive2OctetAsTypeLinkBandwidth) ProtoMessage()
func (*BgpExtendedCommunityNonTransitive2OctetAsTypeLinkBandwidth) ProtoReflect ¶ added in v0.12.3
func (x *BgpExtendedCommunityNonTransitive2OctetAsTypeLinkBandwidth) ProtoReflect() protoreflect.Message
func (*BgpExtendedCommunityNonTransitive2OctetAsTypeLinkBandwidth) Reset ¶ added in v0.12.3
func (x *BgpExtendedCommunityNonTransitive2OctetAsTypeLinkBandwidth) Reset()
func (*BgpExtendedCommunityNonTransitive2OctetAsTypeLinkBandwidth) String ¶ added in v0.12.3
func (x *BgpExtendedCommunityNonTransitive2OctetAsTypeLinkBandwidth) String() string
type BgpExtendedCommunityNonTransitive2OctetAsType_Choice ¶ added in v0.12.3
type BgpExtendedCommunityNonTransitive2OctetAsType_Choice struct {
// contains filtered or unexported fields
}
func (*BgpExtendedCommunityNonTransitive2OctetAsType_Choice) Descriptor
deprecated
added in
v0.12.3
func (*BgpExtendedCommunityNonTransitive2OctetAsType_Choice) Descriptor() ([]byte, []int)
Deprecated: Use BgpExtendedCommunityNonTransitive2OctetAsType_Choice.ProtoReflect.Descriptor instead.
func (*BgpExtendedCommunityNonTransitive2OctetAsType_Choice) ProtoMessage ¶ added in v0.12.3
func (*BgpExtendedCommunityNonTransitive2OctetAsType_Choice) ProtoMessage()
func (*BgpExtendedCommunityNonTransitive2OctetAsType_Choice) ProtoReflect ¶ added in v0.12.3
func (x *BgpExtendedCommunityNonTransitive2OctetAsType_Choice) ProtoReflect() protoreflect.Message
func (*BgpExtendedCommunityNonTransitive2OctetAsType_Choice) Reset ¶ added in v0.12.3
func (x *BgpExtendedCommunityNonTransitive2OctetAsType_Choice) Reset()
func (*BgpExtendedCommunityNonTransitive2OctetAsType_Choice) String ¶ added in v0.12.3
func (x *BgpExtendedCommunityNonTransitive2OctetAsType_Choice) String() string
type BgpExtendedCommunityNonTransitive2OctetAsType_Choice_Enum ¶ added in v0.12.3
type BgpExtendedCommunityNonTransitive2OctetAsType_Choice_Enum int32
const ( BgpExtendedCommunityNonTransitive2OctetAsType_Choice_unspecified BgpExtendedCommunityNonTransitive2OctetAsType_Choice_Enum = 0 BgpExtendedCommunityNonTransitive2OctetAsType_Choice_link_bandwidth_subtype BgpExtendedCommunityNonTransitive2OctetAsType_Choice_Enum = 1 )
func (BgpExtendedCommunityNonTransitive2OctetAsType_Choice_Enum) Descriptor ¶ added in v0.12.3
func (BgpExtendedCommunityNonTransitive2OctetAsType_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
func (BgpExtendedCommunityNonTransitive2OctetAsType_Choice_Enum) EnumDescriptor
deprecated
added in
v0.12.3
func (BgpExtendedCommunityNonTransitive2OctetAsType_Choice_Enum) EnumDescriptor() ([]byte, []int)
Deprecated: Use BgpExtendedCommunityNonTransitive2OctetAsType_Choice_Enum.Descriptor instead.
func (BgpExtendedCommunityNonTransitive2OctetAsType_Choice_Enum) Number ¶ added in v0.12.3
func (x BgpExtendedCommunityNonTransitive2OctetAsType_Choice_Enum) Number() protoreflect.EnumNumber
func (BgpExtendedCommunityNonTransitive2OctetAsType_Choice_Enum) String ¶ added in v0.12.3
func (x BgpExtendedCommunityNonTransitive2OctetAsType_Choice_Enum) String() string
type BgpExtendedCommunityTransitive2OctetAsType ¶ added in v0.12.3
type BgpExtendedCommunityTransitive2OctetAsType struct { // Description missing in models // default = Choice.Enum.route_target_subtype Choice *BgpExtendedCommunityTransitive2OctetAsType_Choice_Enum `` /* 136-byte string literal not displayed */ // Description missing in models RouteTargetSubtype *BgpExtendedCommunityTransitive2OctetAsTypeRouteTarget `protobuf:"bytes,2,opt,name=route_target_subtype,json=routeTargetSubtype,proto3" json:"route_target_subtype,omitempty"` // Description missing in models RouteOriginSubtype *BgpExtendedCommunityTransitive2OctetAsTypeRouteOrigin `protobuf:"bytes,3,opt,name=route_origin_subtype,json=routeOriginSubtype,proto3" json:"route_origin_subtype,omitempty"` // contains filtered or unexported fields }
The Transitive Two-Octet AS-Specific Extended Community is sent as type 0x00 .
func (*BgpExtendedCommunityTransitive2OctetAsType) Descriptor
deprecated
added in
v0.12.3
func (*BgpExtendedCommunityTransitive2OctetAsType) Descriptor() ([]byte, []int)
Deprecated: Use BgpExtendedCommunityTransitive2OctetAsType.ProtoReflect.Descriptor instead.
func (*BgpExtendedCommunityTransitive2OctetAsType) GetRouteOriginSubtype ¶ added in v0.12.3
func (x *BgpExtendedCommunityTransitive2OctetAsType) GetRouteOriginSubtype() *BgpExtendedCommunityTransitive2OctetAsTypeRouteOrigin
func (*BgpExtendedCommunityTransitive2OctetAsType) GetRouteTargetSubtype ¶ added in v0.12.3
func (x *BgpExtendedCommunityTransitive2OctetAsType) GetRouteTargetSubtype() *BgpExtendedCommunityTransitive2OctetAsTypeRouteTarget
func (*BgpExtendedCommunityTransitive2OctetAsType) ProtoMessage ¶ added in v0.12.3
func (*BgpExtendedCommunityTransitive2OctetAsType) ProtoMessage()
func (*BgpExtendedCommunityTransitive2OctetAsType) ProtoReflect ¶ added in v0.12.3
func (x *BgpExtendedCommunityTransitive2OctetAsType) ProtoReflect() protoreflect.Message
func (*BgpExtendedCommunityTransitive2OctetAsType) Reset ¶ added in v0.12.3
func (x *BgpExtendedCommunityTransitive2OctetAsType) Reset()
func (*BgpExtendedCommunityTransitive2OctetAsType) String ¶ added in v0.12.3
func (x *BgpExtendedCommunityTransitive2OctetAsType) String() string
type BgpExtendedCommunityTransitive2OctetAsTypeRouteOrigin ¶ added in v0.12.3
type BgpExtendedCommunityTransitive2OctetAsTypeRouteOrigin struct { // The two octet IANA assigned AS value assigned to the Autonomous System. // default = 100 Global_2ByteAs *uint32 `protobuf:"varint,1,opt,name=global_2byte_as,json=global2byteAs,proto3,oneof" json:"global_2byte_as,omitempty"` // The Local Administrator sub-field contains a number from a numbering space that is // administered by the organization to which the Autonomous System number carried in // the Global Administrator sub-field has been assigned by an appropriate authority. // default = 1 Local_4ByteAdmin *uint32 `protobuf:"varint,2,opt,name=local_4byte_admin,json=local4byteAdmin,proto3,oneof" json:"local_4byte_admin,omitempty"` // contains filtered or unexported fields }
The Route Origin Community identifies one or more routers that inject a set of routes (that carry this Community) into BGP. It is sent with sub-type as 0x03 .
func (*BgpExtendedCommunityTransitive2OctetAsTypeRouteOrigin) Descriptor
deprecated
added in
v0.12.3
func (*BgpExtendedCommunityTransitive2OctetAsTypeRouteOrigin) Descriptor() ([]byte, []int)
Deprecated: Use BgpExtendedCommunityTransitive2OctetAsTypeRouteOrigin.ProtoReflect.Descriptor instead.
func (*BgpExtendedCommunityTransitive2OctetAsTypeRouteOrigin) GetGlobal_2ByteAs ¶ added in v0.12.3
func (x *BgpExtendedCommunityTransitive2OctetAsTypeRouteOrigin) GetGlobal_2ByteAs() uint32
func (*BgpExtendedCommunityTransitive2OctetAsTypeRouteOrigin) GetLocal_4ByteAdmin ¶ added in v0.12.3
func (x *BgpExtendedCommunityTransitive2OctetAsTypeRouteOrigin) GetLocal_4ByteAdmin() uint32
func (*BgpExtendedCommunityTransitive2OctetAsTypeRouteOrigin) ProtoMessage ¶ added in v0.12.3
func (*BgpExtendedCommunityTransitive2OctetAsTypeRouteOrigin) ProtoMessage()
func (*BgpExtendedCommunityTransitive2OctetAsTypeRouteOrigin) ProtoReflect ¶ added in v0.12.3
func (x *BgpExtendedCommunityTransitive2OctetAsTypeRouteOrigin) ProtoReflect() protoreflect.Message
func (*BgpExtendedCommunityTransitive2OctetAsTypeRouteOrigin) Reset ¶ added in v0.12.3
func (x *BgpExtendedCommunityTransitive2OctetAsTypeRouteOrigin) Reset()
func (*BgpExtendedCommunityTransitive2OctetAsTypeRouteOrigin) String ¶ added in v0.12.3
func (x *BgpExtendedCommunityTransitive2OctetAsTypeRouteOrigin) String() string
type BgpExtendedCommunityTransitive2OctetAsTypeRouteTarget ¶ added in v0.12.3
type BgpExtendedCommunityTransitive2OctetAsTypeRouteTarget struct { // The two octet IANA assigned AS value assigned to the Autonomous System. // default = 100 Global_2ByteAs *uint32 `protobuf:"varint,1,opt,name=global_2byte_as,json=global2byteAs,proto3,oneof" json:"global_2byte_as,omitempty"` // The Local Administrator sub-field contains a number from a numbering space that is // administered by the organization to which the Autonomous System number carried in // the Global Administrator sub-field has been assigned by an appropriate authority. // default = 1 Local_4ByteAdmin *uint32 `protobuf:"varint,2,opt,name=local_4byte_admin,json=local4byteAdmin,proto3,oneof" json:"local_4byte_admin,omitempty"` // contains filtered or unexported fields }
The Route Target Community identifies one or more routers that may receive a set of routes (that carry this Community) carried by BGP. It is sent with sub-type as 0x02.
func (*BgpExtendedCommunityTransitive2OctetAsTypeRouteTarget) Descriptor
deprecated
added in
v0.12.3
func (*BgpExtendedCommunityTransitive2OctetAsTypeRouteTarget) Descriptor() ([]byte, []int)
Deprecated: Use BgpExtendedCommunityTransitive2OctetAsTypeRouteTarget.ProtoReflect.Descriptor instead.
func (*BgpExtendedCommunityTransitive2OctetAsTypeRouteTarget) GetGlobal_2ByteAs ¶ added in v0.12.3
func (x *BgpExtendedCommunityTransitive2OctetAsTypeRouteTarget) GetGlobal_2ByteAs() uint32
func (*BgpExtendedCommunityTransitive2OctetAsTypeRouteTarget) GetLocal_4ByteAdmin ¶ added in v0.12.3
func (x *BgpExtendedCommunityTransitive2OctetAsTypeRouteTarget) GetLocal_4ByteAdmin() uint32
func (*BgpExtendedCommunityTransitive2OctetAsTypeRouteTarget) ProtoMessage ¶ added in v0.12.3
func (*BgpExtendedCommunityTransitive2OctetAsTypeRouteTarget) ProtoMessage()
func (*BgpExtendedCommunityTransitive2OctetAsTypeRouteTarget) ProtoReflect ¶ added in v0.12.3
func (x *BgpExtendedCommunityTransitive2OctetAsTypeRouteTarget) ProtoReflect() protoreflect.Message
func (*BgpExtendedCommunityTransitive2OctetAsTypeRouteTarget) Reset ¶ added in v0.12.3
func (x *BgpExtendedCommunityTransitive2OctetAsTypeRouteTarget) Reset()
func (*BgpExtendedCommunityTransitive2OctetAsTypeRouteTarget) String ¶ added in v0.12.3
func (x *BgpExtendedCommunityTransitive2OctetAsTypeRouteTarget) String() string
type BgpExtendedCommunityTransitive2OctetAsType_Choice ¶ added in v0.12.3
type BgpExtendedCommunityTransitive2OctetAsType_Choice struct {
// contains filtered or unexported fields
}
func (*BgpExtendedCommunityTransitive2OctetAsType_Choice) Descriptor
deprecated
added in
v0.12.3
func (*BgpExtendedCommunityTransitive2OctetAsType_Choice) Descriptor() ([]byte, []int)
Deprecated: Use BgpExtendedCommunityTransitive2OctetAsType_Choice.ProtoReflect.Descriptor instead.
func (*BgpExtendedCommunityTransitive2OctetAsType_Choice) ProtoMessage ¶ added in v0.12.3
func (*BgpExtendedCommunityTransitive2OctetAsType_Choice) ProtoMessage()
func (*BgpExtendedCommunityTransitive2OctetAsType_Choice) ProtoReflect ¶ added in v0.12.3
func (x *BgpExtendedCommunityTransitive2OctetAsType_Choice) ProtoReflect() protoreflect.Message
func (*BgpExtendedCommunityTransitive2OctetAsType_Choice) Reset ¶ added in v0.12.3
func (x *BgpExtendedCommunityTransitive2OctetAsType_Choice) Reset()
func (*BgpExtendedCommunityTransitive2OctetAsType_Choice) String ¶ added in v0.12.3
func (x *BgpExtendedCommunityTransitive2OctetAsType_Choice) String() string
type BgpExtendedCommunityTransitive2OctetAsType_Choice_Enum ¶ added in v0.12.3
type BgpExtendedCommunityTransitive2OctetAsType_Choice_Enum int32
const ( BgpExtendedCommunityTransitive2OctetAsType_Choice_unspecified BgpExtendedCommunityTransitive2OctetAsType_Choice_Enum = 0 BgpExtendedCommunityTransitive2OctetAsType_Choice_route_target_subtype BgpExtendedCommunityTransitive2OctetAsType_Choice_Enum = 1 BgpExtendedCommunityTransitive2OctetAsType_Choice_route_origin_subtype BgpExtendedCommunityTransitive2OctetAsType_Choice_Enum = 2 )
func (BgpExtendedCommunityTransitive2OctetAsType_Choice_Enum) Descriptor ¶ added in v0.12.3
func (BgpExtendedCommunityTransitive2OctetAsType_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
func (BgpExtendedCommunityTransitive2OctetAsType_Choice_Enum) EnumDescriptor
deprecated
added in
v0.12.3
func (BgpExtendedCommunityTransitive2OctetAsType_Choice_Enum) EnumDescriptor() ([]byte, []int)
Deprecated: Use BgpExtendedCommunityTransitive2OctetAsType_Choice_Enum.Descriptor instead.
func (BgpExtendedCommunityTransitive2OctetAsType_Choice_Enum) Number ¶ added in v0.12.3
func (x BgpExtendedCommunityTransitive2OctetAsType_Choice_Enum) Number() protoreflect.EnumNumber
func (BgpExtendedCommunityTransitive2OctetAsType_Choice_Enum) String ¶ added in v0.12.3
func (x BgpExtendedCommunityTransitive2OctetAsType_Choice_Enum) String() string
type BgpExtendedCommunityTransitive4OctetAsType ¶ added in v0.12.3
type BgpExtendedCommunityTransitive4OctetAsType struct { // Description missing in models // default = Choice.Enum.route_target_subtype Choice *BgpExtendedCommunityTransitive4OctetAsType_Choice_Enum `` /* 136-byte string literal not displayed */ // Description missing in models RouteTargetSubtype *BgpExtendedCommunityTransitive4OctetAsTypeRouteTarget `protobuf:"bytes,2,opt,name=route_target_subtype,json=routeTargetSubtype,proto3" json:"route_target_subtype,omitempty"` // Description missing in models RouteOriginSubtype *BgpExtendedCommunityTransitive4OctetAsTypeRouteOrigin `protobuf:"bytes,3,opt,name=route_origin_subtype,json=routeOriginSubtype,proto3" json:"route_origin_subtype,omitempty"` // contains filtered or unexported fields }
The Transitive Four-Octet AS-Specific Extended Community is sent as type 0x02. It is defined in RFC 5668.
func (*BgpExtendedCommunityTransitive4OctetAsType) Descriptor
deprecated
added in
v0.12.3
func (*BgpExtendedCommunityTransitive4OctetAsType) Descriptor() ([]byte, []int)
Deprecated: Use BgpExtendedCommunityTransitive4OctetAsType.ProtoReflect.Descriptor instead.
func (*BgpExtendedCommunityTransitive4OctetAsType) GetRouteOriginSubtype ¶ added in v0.12.3
func (x *BgpExtendedCommunityTransitive4OctetAsType) GetRouteOriginSubtype() *BgpExtendedCommunityTransitive4OctetAsTypeRouteOrigin
func (*BgpExtendedCommunityTransitive4OctetAsType) GetRouteTargetSubtype ¶ added in v0.12.3
func (x *BgpExtendedCommunityTransitive4OctetAsType) GetRouteTargetSubtype() *BgpExtendedCommunityTransitive4OctetAsTypeRouteTarget
func (*BgpExtendedCommunityTransitive4OctetAsType) ProtoMessage ¶ added in v0.12.3
func (*BgpExtendedCommunityTransitive4OctetAsType) ProtoMessage()
func (*BgpExtendedCommunityTransitive4OctetAsType) ProtoReflect ¶ added in v0.12.3
func (x *BgpExtendedCommunityTransitive4OctetAsType) ProtoReflect() protoreflect.Message
func (*BgpExtendedCommunityTransitive4OctetAsType) Reset ¶ added in v0.12.3
func (x *BgpExtendedCommunityTransitive4OctetAsType) Reset()
func (*BgpExtendedCommunityTransitive4OctetAsType) String ¶ added in v0.12.3
func (x *BgpExtendedCommunityTransitive4OctetAsType) String() string
type BgpExtendedCommunityTransitive4OctetAsTypeRouteOrigin ¶ added in v0.12.3
type BgpExtendedCommunityTransitive4OctetAsTypeRouteOrigin struct { // The four octet IANA assigned AS value assigned to the Autonomous System. // default = 100 Global_4ByteAs *uint32 `protobuf:"varint,1,opt,name=global_4byte_as,json=global4byteAs,proto3,oneof" json:"global_4byte_as,omitempty"` // The Local Administrator sub-field contains a number from a numbering space that is // administered by the organization to which the Autonomous System number carried in // the Global Administrator sub-field has been assigned by an appropriate authority. // default = 1 Local_2ByteAdmin *uint32 `protobuf:"varint,2,opt,name=local_2byte_admin,json=local2byteAdmin,proto3,oneof" json:"local_2byte_admin,omitempty"` // contains filtered or unexported fields }
The Route Origin Community identifies one or more routers that inject a set of routes (that carry this Community) into BGP. It is sent with sub-type as 0x03.
func (*BgpExtendedCommunityTransitive4OctetAsTypeRouteOrigin) Descriptor
deprecated
added in
v0.12.3
func (*BgpExtendedCommunityTransitive4OctetAsTypeRouteOrigin) Descriptor() ([]byte, []int)
Deprecated: Use BgpExtendedCommunityTransitive4OctetAsTypeRouteOrigin.ProtoReflect.Descriptor instead.
func (*BgpExtendedCommunityTransitive4OctetAsTypeRouteOrigin) GetGlobal_4ByteAs ¶ added in v0.12.3
func (x *BgpExtendedCommunityTransitive4OctetAsTypeRouteOrigin) GetGlobal_4ByteAs() uint32
func (*BgpExtendedCommunityTransitive4OctetAsTypeRouteOrigin) GetLocal_2ByteAdmin ¶ added in v0.12.3
func (x *BgpExtendedCommunityTransitive4OctetAsTypeRouteOrigin) GetLocal_2ByteAdmin() uint32
func (*BgpExtendedCommunityTransitive4OctetAsTypeRouteOrigin) ProtoMessage ¶ added in v0.12.3
func (*BgpExtendedCommunityTransitive4OctetAsTypeRouteOrigin) ProtoMessage()
func (*BgpExtendedCommunityTransitive4OctetAsTypeRouteOrigin) ProtoReflect ¶ added in v0.12.3
func (x *BgpExtendedCommunityTransitive4OctetAsTypeRouteOrigin) ProtoReflect() protoreflect.Message
func (*BgpExtendedCommunityTransitive4OctetAsTypeRouteOrigin) Reset ¶ added in v0.12.3
func (x *BgpExtendedCommunityTransitive4OctetAsTypeRouteOrigin) Reset()
func (*BgpExtendedCommunityTransitive4OctetAsTypeRouteOrigin) String ¶ added in v0.12.3
func (x *BgpExtendedCommunityTransitive4OctetAsTypeRouteOrigin) String() string
type BgpExtendedCommunityTransitive4OctetAsTypeRouteTarget ¶ added in v0.12.3
type BgpExtendedCommunityTransitive4OctetAsTypeRouteTarget struct { // The four octet IANA assigned AS value assigned to the Autonomous System. // default = 100 Global_4ByteAs *uint32 `protobuf:"varint,1,opt,name=global_4byte_as,json=global4byteAs,proto3,oneof" json:"global_4byte_as,omitempty"` // The Local Administrator sub-field contains a number from a numbering space that is // administered by the organization to which the Autonomous System number carried in // the Global Administrator sub-field has been assigned by an appropriate authority. // default = 1 Local_2ByteAdmin *uint32 `protobuf:"varint,2,opt,name=local_2byte_admin,json=local2byteAdmin,proto3,oneof" json:"local_2byte_admin,omitempty"` // contains filtered or unexported fields }
The Route Target Community identifies one or more routers that may receive a set of routes (that carry this Community) carried by BGP. It is sent with sub-type as 0x02
func (*BgpExtendedCommunityTransitive4OctetAsTypeRouteTarget) Descriptor
deprecated
added in
v0.12.3
func (*BgpExtendedCommunityTransitive4OctetAsTypeRouteTarget) Descriptor() ([]byte, []int)
Deprecated: Use BgpExtendedCommunityTransitive4OctetAsTypeRouteTarget.ProtoReflect.Descriptor instead.
func (*BgpExtendedCommunityTransitive4OctetAsTypeRouteTarget) GetGlobal_4ByteAs ¶ added in v0.12.3
func (x *BgpExtendedCommunityTransitive4OctetAsTypeRouteTarget) GetGlobal_4ByteAs() uint32
func (*BgpExtendedCommunityTransitive4OctetAsTypeRouteTarget) GetLocal_2ByteAdmin ¶ added in v0.12.3
func (x *BgpExtendedCommunityTransitive4OctetAsTypeRouteTarget) GetLocal_2ByteAdmin() uint32
func (*BgpExtendedCommunityTransitive4OctetAsTypeRouteTarget) ProtoMessage ¶ added in v0.12.3
func (*BgpExtendedCommunityTransitive4OctetAsTypeRouteTarget) ProtoMessage()
func (*BgpExtendedCommunityTransitive4OctetAsTypeRouteTarget) ProtoReflect ¶ added in v0.12.3
func (x *BgpExtendedCommunityTransitive4OctetAsTypeRouteTarget) ProtoReflect() protoreflect.Message
func (*BgpExtendedCommunityTransitive4OctetAsTypeRouteTarget) Reset ¶ added in v0.12.3
func (x *BgpExtendedCommunityTransitive4OctetAsTypeRouteTarget) Reset()
func (*BgpExtendedCommunityTransitive4OctetAsTypeRouteTarget) String ¶ added in v0.12.3
func (x *BgpExtendedCommunityTransitive4OctetAsTypeRouteTarget) String() string
type BgpExtendedCommunityTransitive4OctetAsType_Choice ¶ added in v0.12.3
type BgpExtendedCommunityTransitive4OctetAsType_Choice struct {
// contains filtered or unexported fields
}
func (*BgpExtendedCommunityTransitive4OctetAsType_Choice) Descriptor
deprecated
added in
v0.12.3
func (*BgpExtendedCommunityTransitive4OctetAsType_Choice) Descriptor() ([]byte, []int)
Deprecated: Use BgpExtendedCommunityTransitive4OctetAsType_Choice.ProtoReflect.Descriptor instead.
func (*BgpExtendedCommunityTransitive4OctetAsType_Choice) ProtoMessage ¶ added in v0.12.3
func (*BgpExtendedCommunityTransitive4OctetAsType_Choice) ProtoMessage()
func (*BgpExtendedCommunityTransitive4OctetAsType_Choice) ProtoReflect ¶ added in v0.12.3
func (x *BgpExtendedCommunityTransitive4OctetAsType_Choice) ProtoReflect() protoreflect.Message
func (*BgpExtendedCommunityTransitive4OctetAsType_Choice) Reset ¶ added in v0.12.3
func (x *BgpExtendedCommunityTransitive4OctetAsType_Choice) Reset()
func (*BgpExtendedCommunityTransitive4OctetAsType_Choice) String ¶ added in v0.12.3
func (x *BgpExtendedCommunityTransitive4OctetAsType_Choice) String() string
type BgpExtendedCommunityTransitive4OctetAsType_Choice_Enum ¶ added in v0.12.3
type BgpExtendedCommunityTransitive4OctetAsType_Choice_Enum int32
const ( BgpExtendedCommunityTransitive4OctetAsType_Choice_unspecified BgpExtendedCommunityTransitive4OctetAsType_Choice_Enum = 0 BgpExtendedCommunityTransitive4OctetAsType_Choice_route_target_subtype BgpExtendedCommunityTransitive4OctetAsType_Choice_Enum = 1 BgpExtendedCommunityTransitive4OctetAsType_Choice_route_origin_subtype BgpExtendedCommunityTransitive4OctetAsType_Choice_Enum = 2 )
func (BgpExtendedCommunityTransitive4OctetAsType_Choice_Enum) Descriptor ¶ added in v0.12.3
func (BgpExtendedCommunityTransitive4OctetAsType_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
func (BgpExtendedCommunityTransitive4OctetAsType_Choice_Enum) EnumDescriptor
deprecated
added in
v0.12.3
func (BgpExtendedCommunityTransitive4OctetAsType_Choice_Enum) EnumDescriptor() ([]byte, []int)
Deprecated: Use BgpExtendedCommunityTransitive4OctetAsType_Choice_Enum.Descriptor instead.
func (BgpExtendedCommunityTransitive4OctetAsType_Choice_Enum) Number ¶ added in v0.12.3
func (x BgpExtendedCommunityTransitive4OctetAsType_Choice_Enum) Number() protoreflect.EnumNumber
func (BgpExtendedCommunityTransitive4OctetAsType_Choice_Enum) String ¶ added in v0.12.3
func (x BgpExtendedCommunityTransitive4OctetAsType_Choice_Enum) String() string
type BgpExtendedCommunityTransitiveEvpnType ¶ added in v0.12.3
type BgpExtendedCommunityTransitiveEvpnType struct { // Description missing in models // default = Choice.Enum.router_mac_subtype Choice *BgpExtendedCommunityTransitiveEvpnType_Choice_Enum `` /* 132-byte string literal not displayed */ // Description missing in models RouterMacSubtype *BgpExtendedCommunityTransitiveEvpnTypeRouterMac `protobuf:"bytes,2,opt,name=router_mac_subtype,json=routerMacSubtype,proto3" json:"router_mac_subtype,omitempty"` // contains filtered or unexported fields }
The Transitive EVPN Extended Community is sent as type 0x06 .
func (*BgpExtendedCommunityTransitiveEvpnType) Descriptor
deprecated
added in
v0.12.3
func (*BgpExtendedCommunityTransitiveEvpnType) Descriptor() ([]byte, []int)
Deprecated: Use BgpExtendedCommunityTransitiveEvpnType.ProtoReflect.Descriptor instead.
func (*BgpExtendedCommunityTransitiveEvpnType) GetChoice ¶ added in v0.12.3
func (x *BgpExtendedCommunityTransitiveEvpnType) GetChoice() BgpExtendedCommunityTransitiveEvpnType_Choice_Enum
func (*BgpExtendedCommunityTransitiveEvpnType) GetRouterMacSubtype ¶ added in v0.12.3
func (x *BgpExtendedCommunityTransitiveEvpnType) GetRouterMacSubtype() *BgpExtendedCommunityTransitiveEvpnTypeRouterMac
func (*BgpExtendedCommunityTransitiveEvpnType) ProtoMessage ¶ added in v0.12.3
func (*BgpExtendedCommunityTransitiveEvpnType) ProtoMessage()
func (*BgpExtendedCommunityTransitiveEvpnType) ProtoReflect ¶ added in v0.12.3
func (x *BgpExtendedCommunityTransitiveEvpnType) ProtoReflect() protoreflect.Message
func (*BgpExtendedCommunityTransitiveEvpnType) Reset ¶ added in v0.12.3
func (x *BgpExtendedCommunityTransitiveEvpnType) Reset()
func (*BgpExtendedCommunityTransitiveEvpnType) String ¶ added in v0.12.3
func (x *BgpExtendedCommunityTransitiveEvpnType) String() string
type BgpExtendedCommunityTransitiveEvpnTypeRouterMac ¶ added in v0.12.3
type BgpExtendedCommunityTransitiveEvpnTypeRouterMac struct { // MAC Address of the PE Router. // default = 0:0:0:0:0:0 RouterMac *string `protobuf:"bytes,1,opt,name=router_mac,json=routerMac,proto3,oneof" json:"router_mac,omitempty"` // contains filtered or unexported fields }
The Router MAC EVPN Community is defined in RFC9135 and normally sent only for EVPN Type-2 Routes . It is sent with sub-type 0x03.
func (*BgpExtendedCommunityTransitiveEvpnTypeRouterMac) Descriptor
deprecated
added in
v0.12.3
func (*BgpExtendedCommunityTransitiveEvpnTypeRouterMac) Descriptor() ([]byte, []int)
Deprecated: Use BgpExtendedCommunityTransitiveEvpnTypeRouterMac.ProtoReflect.Descriptor instead.
func (*BgpExtendedCommunityTransitiveEvpnTypeRouterMac) GetRouterMac ¶ added in v0.12.3
func (x *BgpExtendedCommunityTransitiveEvpnTypeRouterMac) GetRouterMac() string
func (*BgpExtendedCommunityTransitiveEvpnTypeRouterMac) ProtoMessage ¶ added in v0.12.3
func (*BgpExtendedCommunityTransitiveEvpnTypeRouterMac) ProtoMessage()
func (*BgpExtendedCommunityTransitiveEvpnTypeRouterMac) ProtoReflect ¶ added in v0.12.3
func (x *BgpExtendedCommunityTransitiveEvpnTypeRouterMac) ProtoReflect() protoreflect.Message
func (*BgpExtendedCommunityTransitiveEvpnTypeRouterMac) Reset ¶ added in v0.12.3
func (x *BgpExtendedCommunityTransitiveEvpnTypeRouterMac) Reset()
func (*BgpExtendedCommunityTransitiveEvpnTypeRouterMac) String ¶ added in v0.12.3
func (x *BgpExtendedCommunityTransitiveEvpnTypeRouterMac) String() string
type BgpExtendedCommunityTransitiveEvpnType_Choice ¶ added in v0.12.3
type BgpExtendedCommunityTransitiveEvpnType_Choice struct {
// contains filtered or unexported fields
}
func (*BgpExtendedCommunityTransitiveEvpnType_Choice) Descriptor
deprecated
added in
v0.12.3
func (*BgpExtendedCommunityTransitiveEvpnType_Choice) Descriptor() ([]byte, []int)
Deprecated: Use BgpExtendedCommunityTransitiveEvpnType_Choice.ProtoReflect.Descriptor instead.
func (*BgpExtendedCommunityTransitiveEvpnType_Choice) ProtoMessage ¶ added in v0.12.3
func (*BgpExtendedCommunityTransitiveEvpnType_Choice) ProtoMessage()
func (*BgpExtendedCommunityTransitiveEvpnType_Choice) ProtoReflect ¶ added in v0.12.3
func (x *BgpExtendedCommunityTransitiveEvpnType_Choice) ProtoReflect() protoreflect.Message
func (*BgpExtendedCommunityTransitiveEvpnType_Choice) Reset ¶ added in v0.12.3
func (x *BgpExtendedCommunityTransitiveEvpnType_Choice) Reset()
func (*BgpExtendedCommunityTransitiveEvpnType_Choice) String ¶ added in v0.12.3
func (x *BgpExtendedCommunityTransitiveEvpnType_Choice) String() string
type BgpExtendedCommunityTransitiveEvpnType_Choice_Enum ¶ added in v0.12.3
type BgpExtendedCommunityTransitiveEvpnType_Choice_Enum int32
const ( BgpExtendedCommunityTransitiveEvpnType_Choice_unspecified BgpExtendedCommunityTransitiveEvpnType_Choice_Enum = 0 BgpExtendedCommunityTransitiveEvpnType_Choice_router_mac_subtype BgpExtendedCommunityTransitiveEvpnType_Choice_Enum = 1 )
func (BgpExtendedCommunityTransitiveEvpnType_Choice_Enum) Descriptor ¶ added in v0.12.3
func (BgpExtendedCommunityTransitiveEvpnType_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
func (BgpExtendedCommunityTransitiveEvpnType_Choice_Enum) EnumDescriptor
deprecated
added in
v0.12.3
func (BgpExtendedCommunityTransitiveEvpnType_Choice_Enum) EnumDescriptor() ([]byte, []int)
Deprecated: Use BgpExtendedCommunityTransitiveEvpnType_Choice_Enum.Descriptor instead.
func (BgpExtendedCommunityTransitiveEvpnType_Choice_Enum) Number ¶ added in v0.12.3
func (x BgpExtendedCommunityTransitiveEvpnType_Choice_Enum) Number() protoreflect.EnumNumber
func (BgpExtendedCommunityTransitiveEvpnType_Choice_Enum) String ¶ added in v0.12.3
func (x BgpExtendedCommunityTransitiveEvpnType_Choice_Enum) String() string
type BgpExtendedCommunityTransitiveIpv4AddressType ¶ added in v0.12.3
type BgpExtendedCommunityTransitiveIpv4AddressType struct { // Description missing in models // default = Choice.Enum.route_target_subtype Choice *BgpExtendedCommunityTransitiveIpv4AddressType_Choice_Enum `` /* 139-byte string literal not displayed */ // Description missing in models RouteTargetSubtype *BgpExtendedCommunityTransitiveIpv4AddressTypeRouteTarget `protobuf:"bytes,2,opt,name=route_target_subtype,json=routeTargetSubtype,proto3" json:"route_target_subtype,omitempty"` // Description missing in models RouteOriginSubtype *BgpExtendedCommunityTransitiveIpv4AddressTypeRouteOrigin `protobuf:"bytes,3,opt,name=route_origin_subtype,json=routeOriginSubtype,proto3" json:"route_origin_subtype,omitempty"` // contains filtered or unexported fields }
The Transitive IPv4 Address Specific Extended Community is sent as type 0x01.
func (*BgpExtendedCommunityTransitiveIpv4AddressType) Descriptor
deprecated
added in
v0.12.3
func (*BgpExtendedCommunityTransitiveIpv4AddressType) Descriptor() ([]byte, []int)
Deprecated: Use BgpExtendedCommunityTransitiveIpv4AddressType.ProtoReflect.Descriptor instead.
func (*BgpExtendedCommunityTransitiveIpv4AddressType) GetRouteOriginSubtype ¶ added in v0.12.3
func (x *BgpExtendedCommunityTransitiveIpv4AddressType) GetRouteOriginSubtype() *BgpExtendedCommunityTransitiveIpv4AddressTypeRouteOrigin
func (*BgpExtendedCommunityTransitiveIpv4AddressType) GetRouteTargetSubtype ¶ added in v0.12.3
func (x *BgpExtendedCommunityTransitiveIpv4AddressType) GetRouteTargetSubtype() *BgpExtendedCommunityTransitiveIpv4AddressTypeRouteTarget
func (*BgpExtendedCommunityTransitiveIpv4AddressType) ProtoMessage ¶ added in v0.12.3
func (*BgpExtendedCommunityTransitiveIpv4AddressType) ProtoMessage()
func (*BgpExtendedCommunityTransitiveIpv4AddressType) ProtoReflect ¶ added in v0.12.3
func (x *BgpExtendedCommunityTransitiveIpv4AddressType) ProtoReflect() protoreflect.Message
func (*BgpExtendedCommunityTransitiveIpv4AddressType) Reset ¶ added in v0.12.3
func (x *BgpExtendedCommunityTransitiveIpv4AddressType) Reset()
func (*BgpExtendedCommunityTransitiveIpv4AddressType) String ¶ added in v0.12.3
func (x *BgpExtendedCommunityTransitiveIpv4AddressType) String() string
type BgpExtendedCommunityTransitiveIpv4AddressTypeRouteOrigin ¶ added in v0.12.3
type BgpExtendedCommunityTransitiveIpv4AddressTypeRouteOrigin struct { // An IPv4 unicast address assigned by one of the Internet registries. // default = 0.0.0.0 GlobalIpv4Admin *string `protobuf:"bytes,1,opt,name=global_ipv4_admin,json=globalIpv4Admin,proto3,oneof" json:"global_ipv4_admin,omitempty"` // The Local Administrator sub-field contains a number from a numbering space that is // administered by the organization to which the IP address carried in the Global Administrator // sub-field has been assigned by an appropriate authority. // default = 1 Local_2ByteAdmin *uint32 `protobuf:"varint,2,opt,name=local_2byte_admin,json=local2byteAdmin,proto3,oneof" json:"local_2byte_admin,omitempty"` // contains filtered or unexported fields }
The Route Origin Community identifies one or more routers that inject a set of routes (that carry this Community) into BGP It is sent with sub-type as 0x03.
func (*BgpExtendedCommunityTransitiveIpv4AddressTypeRouteOrigin) Descriptor
deprecated
added in
v0.12.3
func (*BgpExtendedCommunityTransitiveIpv4AddressTypeRouteOrigin) Descriptor() ([]byte, []int)
Deprecated: Use BgpExtendedCommunityTransitiveIpv4AddressTypeRouteOrigin.ProtoReflect.Descriptor instead.
func (*BgpExtendedCommunityTransitiveIpv4AddressTypeRouteOrigin) GetGlobalIpv4Admin ¶ added in v0.12.3
func (x *BgpExtendedCommunityTransitiveIpv4AddressTypeRouteOrigin) GetGlobalIpv4Admin() string
func (*BgpExtendedCommunityTransitiveIpv4AddressTypeRouteOrigin) GetLocal_2ByteAdmin ¶ added in v0.12.3
func (x *BgpExtendedCommunityTransitiveIpv4AddressTypeRouteOrigin) GetLocal_2ByteAdmin() uint32
func (*BgpExtendedCommunityTransitiveIpv4AddressTypeRouteOrigin) ProtoMessage ¶ added in v0.12.3
func (*BgpExtendedCommunityTransitiveIpv4AddressTypeRouteOrigin) ProtoMessage()
func (*BgpExtendedCommunityTransitiveIpv4AddressTypeRouteOrigin) ProtoReflect ¶ added in v0.12.3
func (x *BgpExtendedCommunityTransitiveIpv4AddressTypeRouteOrigin) ProtoReflect() protoreflect.Message
func (*BgpExtendedCommunityTransitiveIpv4AddressTypeRouteOrigin) Reset ¶ added in v0.12.3
func (x *BgpExtendedCommunityTransitiveIpv4AddressTypeRouteOrigin) Reset()
func (*BgpExtendedCommunityTransitiveIpv4AddressTypeRouteOrigin) String ¶ added in v0.12.3
func (x *BgpExtendedCommunityTransitiveIpv4AddressTypeRouteOrigin) String() string
type BgpExtendedCommunityTransitiveIpv4AddressTypeRouteTarget ¶ added in v0.12.3
type BgpExtendedCommunityTransitiveIpv4AddressTypeRouteTarget struct { // An IPv4 unicast address assigned by one of the Internet registries. // default = 0.0.0.0 GlobalIpv4Admin *string `protobuf:"bytes,1,opt,name=global_ipv4_admin,json=globalIpv4Admin,proto3,oneof" json:"global_ipv4_admin,omitempty"` // The Local Administrator sub-field contains a number from a numbering space that is // administered by the organization to which the IP address carried in the Global Administrator // sub-field has been assigned by an appropriate authority. // default = 1 Local_2ByteAdmin *uint32 `protobuf:"varint,2,opt,name=local_2byte_admin,json=local2byteAdmin,proto3,oneof" json:"local_2byte_admin,omitempty"` // contains filtered or unexported fields }
The Route Target Community identifies one or more routers that may receive a set of routes (that carry this Community) carried by BGP. It is sent with sub-type as 0x02.
func (*BgpExtendedCommunityTransitiveIpv4AddressTypeRouteTarget) Descriptor
deprecated
added in
v0.12.3
func (*BgpExtendedCommunityTransitiveIpv4AddressTypeRouteTarget) Descriptor() ([]byte, []int)
Deprecated: Use BgpExtendedCommunityTransitiveIpv4AddressTypeRouteTarget.ProtoReflect.Descriptor instead.
func (*BgpExtendedCommunityTransitiveIpv4AddressTypeRouteTarget) GetGlobalIpv4Admin ¶ added in v0.12.3
func (x *BgpExtendedCommunityTransitiveIpv4AddressTypeRouteTarget) GetGlobalIpv4Admin() string
func (*BgpExtendedCommunityTransitiveIpv4AddressTypeRouteTarget) GetLocal_2ByteAdmin ¶ added in v0.12.3
func (x *BgpExtendedCommunityTransitiveIpv4AddressTypeRouteTarget) GetLocal_2ByteAdmin() uint32
func (*BgpExtendedCommunityTransitiveIpv4AddressTypeRouteTarget) ProtoMessage ¶ added in v0.12.3
func (*BgpExtendedCommunityTransitiveIpv4AddressTypeRouteTarget) ProtoMessage()
func (*BgpExtendedCommunityTransitiveIpv4AddressTypeRouteTarget) ProtoReflect ¶ added in v0.12.3
func (x *BgpExtendedCommunityTransitiveIpv4AddressTypeRouteTarget) ProtoReflect() protoreflect.Message
func (*BgpExtendedCommunityTransitiveIpv4AddressTypeRouteTarget) Reset ¶ added in v0.12.3
func (x *BgpExtendedCommunityTransitiveIpv4AddressTypeRouteTarget) Reset()
func (*BgpExtendedCommunityTransitiveIpv4AddressTypeRouteTarget) String ¶ added in v0.12.3
func (x *BgpExtendedCommunityTransitiveIpv4AddressTypeRouteTarget) String() string
type BgpExtendedCommunityTransitiveIpv4AddressType_Choice ¶ added in v0.12.3
type BgpExtendedCommunityTransitiveIpv4AddressType_Choice struct {
// contains filtered or unexported fields
}
func (*BgpExtendedCommunityTransitiveIpv4AddressType_Choice) Descriptor
deprecated
added in
v0.12.3
func (*BgpExtendedCommunityTransitiveIpv4AddressType_Choice) Descriptor() ([]byte, []int)
Deprecated: Use BgpExtendedCommunityTransitiveIpv4AddressType_Choice.ProtoReflect.Descriptor instead.
func (*BgpExtendedCommunityTransitiveIpv4AddressType_Choice) ProtoMessage ¶ added in v0.12.3
func (*BgpExtendedCommunityTransitiveIpv4AddressType_Choice) ProtoMessage()
func (*BgpExtendedCommunityTransitiveIpv4AddressType_Choice) ProtoReflect ¶ added in v0.12.3
func (x *BgpExtendedCommunityTransitiveIpv4AddressType_Choice) ProtoReflect() protoreflect.Message
func (*BgpExtendedCommunityTransitiveIpv4AddressType_Choice) Reset ¶ added in v0.12.3
func (x *BgpExtendedCommunityTransitiveIpv4AddressType_Choice) Reset()
func (*BgpExtendedCommunityTransitiveIpv4AddressType_Choice) String ¶ added in v0.12.3
func (x *BgpExtendedCommunityTransitiveIpv4AddressType_Choice) String() string
type BgpExtendedCommunityTransitiveIpv4AddressType_Choice_Enum ¶ added in v0.12.3
type BgpExtendedCommunityTransitiveIpv4AddressType_Choice_Enum int32
const ( BgpExtendedCommunityTransitiveIpv4AddressType_Choice_unspecified BgpExtendedCommunityTransitiveIpv4AddressType_Choice_Enum = 0 BgpExtendedCommunityTransitiveIpv4AddressType_Choice_route_target_subtype BgpExtendedCommunityTransitiveIpv4AddressType_Choice_Enum = 1 BgpExtendedCommunityTransitiveIpv4AddressType_Choice_route_origin_subtype BgpExtendedCommunityTransitiveIpv4AddressType_Choice_Enum = 2 )
func (BgpExtendedCommunityTransitiveIpv4AddressType_Choice_Enum) Descriptor ¶ added in v0.12.3
func (BgpExtendedCommunityTransitiveIpv4AddressType_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
func (BgpExtendedCommunityTransitiveIpv4AddressType_Choice_Enum) EnumDescriptor
deprecated
added in
v0.12.3
func (BgpExtendedCommunityTransitiveIpv4AddressType_Choice_Enum) EnumDescriptor() ([]byte, []int)
Deprecated: Use BgpExtendedCommunityTransitiveIpv4AddressType_Choice_Enum.Descriptor instead.
func (BgpExtendedCommunityTransitiveIpv4AddressType_Choice_Enum) Number ¶ added in v0.12.3
func (x BgpExtendedCommunityTransitiveIpv4AddressType_Choice_Enum) Number() protoreflect.EnumNumber
func (BgpExtendedCommunityTransitiveIpv4AddressType_Choice_Enum) String ¶ added in v0.12.3
func (x BgpExtendedCommunityTransitiveIpv4AddressType_Choice_Enum) String() string
type BgpExtendedCommunityTransitiveOpaqueType ¶ added in v0.12.3
type BgpExtendedCommunityTransitiveOpaqueType struct { // Description missing in models // default = Choice.Enum.color_subtype Choice *BgpExtendedCommunityTransitiveOpaqueType_Choice_Enum `` /* 134-byte string literal not displayed */ // Description missing in models ColorSubtype *BgpExtendedCommunityTransitiveOpaqueTypeColor `protobuf:"bytes,2,opt,name=color_subtype,json=colorSubtype,proto3" json:"color_subtype,omitempty"` // Description missing in models EncapsulationSubtype *BgpExtendedCommunityTransitiveOpaqueTypeEncapsulation `protobuf:"bytes,3,opt,name=encapsulation_subtype,json=encapsulationSubtype,proto3" json:"encapsulation_subtype,omitempty"` // contains filtered or unexported fields }
The Transitive Opaque Extended Community is sent as type 0x03.
func (*BgpExtendedCommunityTransitiveOpaqueType) Descriptor
deprecated
added in
v0.12.3
func (*BgpExtendedCommunityTransitiveOpaqueType) Descriptor() ([]byte, []int)
Deprecated: Use BgpExtendedCommunityTransitiveOpaqueType.ProtoReflect.Descriptor instead.
func (*BgpExtendedCommunityTransitiveOpaqueType) GetChoice ¶ added in v0.12.3
func (x *BgpExtendedCommunityTransitiveOpaqueType) GetChoice() BgpExtendedCommunityTransitiveOpaqueType_Choice_Enum
func (*BgpExtendedCommunityTransitiveOpaqueType) GetColorSubtype ¶ added in v0.12.3
func (x *BgpExtendedCommunityTransitiveOpaqueType) GetColorSubtype() *BgpExtendedCommunityTransitiveOpaqueTypeColor
func (*BgpExtendedCommunityTransitiveOpaqueType) GetEncapsulationSubtype ¶ added in v0.12.3
func (x *BgpExtendedCommunityTransitiveOpaqueType) GetEncapsulationSubtype() *BgpExtendedCommunityTransitiveOpaqueTypeEncapsulation
func (*BgpExtendedCommunityTransitiveOpaqueType) ProtoMessage ¶ added in v0.12.3
func (*BgpExtendedCommunityTransitiveOpaqueType) ProtoMessage()
func (*BgpExtendedCommunityTransitiveOpaqueType) ProtoReflect ¶ added in v0.12.3
func (x *BgpExtendedCommunityTransitiveOpaqueType) ProtoReflect() protoreflect.Message
func (*BgpExtendedCommunityTransitiveOpaqueType) Reset ¶ added in v0.12.3
func (x *BgpExtendedCommunityTransitiveOpaqueType) Reset()
func (*BgpExtendedCommunityTransitiveOpaqueType) String ¶ added in v0.12.3
func (x *BgpExtendedCommunityTransitiveOpaqueType) String() string
type BgpExtendedCommunityTransitiveOpaqueTypeColor ¶ added in v0.12.3
type BgpExtendedCommunityTransitiveOpaqueTypeColor struct { // Two octet flag values. // default = 0 Flags *uint32 `protobuf:"varint,1,opt,name=flags,proto3,oneof" json:"flags,omitempty"` // The color value is user defined and configured locally and used to determine whether // a data packet can be transmitted on a certain tunnel or not in conjunction with the // Encapsulation attribute. It is defined in RFC9012. // default = 0 Color *uint32 `protobuf:"varint,2,opt,name=color,proto3,oneof" json:"color,omitempty"` // contains filtered or unexported fields }
The Color Community contains locally administrator defined 'color' value which is used in conjunction with Encapsulation attribute to decide whether a data packet can be transmitted on a certain tunnel or not. It is defined in RFC9012 and sent with sub-type as 0x0b.
func (*BgpExtendedCommunityTransitiveOpaqueTypeColor) Descriptor
deprecated
added in
v0.12.3
func (*BgpExtendedCommunityTransitiveOpaqueTypeColor) Descriptor() ([]byte, []int)
Deprecated: Use BgpExtendedCommunityTransitiveOpaqueTypeColor.ProtoReflect.Descriptor instead.
func (*BgpExtendedCommunityTransitiveOpaqueTypeColor) GetColor ¶ added in v0.12.3
func (x *BgpExtendedCommunityTransitiveOpaqueTypeColor) GetColor() uint32
func (*BgpExtendedCommunityTransitiveOpaqueTypeColor) GetFlags ¶ added in v0.12.3
func (x *BgpExtendedCommunityTransitiveOpaqueTypeColor) GetFlags() uint32
func (*BgpExtendedCommunityTransitiveOpaqueTypeColor) ProtoMessage ¶ added in v0.12.3
func (*BgpExtendedCommunityTransitiveOpaqueTypeColor) ProtoMessage()
func (*BgpExtendedCommunityTransitiveOpaqueTypeColor) ProtoReflect ¶ added in v0.12.3
func (x *BgpExtendedCommunityTransitiveOpaqueTypeColor) ProtoReflect() protoreflect.Message
func (*BgpExtendedCommunityTransitiveOpaqueTypeColor) Reset ¶ added in v0.12.3
func (x *BgpExtendedCommunityTransitiveOpaqueTypeColor) Reset()
func (*BgpExtendedCommunityTransitiveOpaqueTypeColor) String ¶ added in v0.12.3
func (x *BgpExtendedCommunityTransitiveOpaqueTypeColor) String() string
type BgpExtendedCommunityTransitiveOpaqueTypeEncapsulation ¶ added in v0.12.3
type BgpExtendedCommunityTransitiveOpaqueTypeEncapsulation struct { // Four bytes of reserved values. Normally set to 0 on transmit and ignored on receive. // // default = 0 Reserved *uint32 `protobuf:"varint,1,opt,name=reserved,proto3,oneof" json:"reserved,omitempty"` // Identifies the type of tunneling technology being signalled. Initially defined in // RFC5512 and extended in RFC9012. Some of the important tunnel types include 1 L2TPv3 // over IP [RFC9012], // 2 GRE [RFC9012] // 7 IP in IP [RFC9012] // 8 VXLAN Encapsulation [RFC8365] // 9 NVGRE Encapsulation [RFC8365] // 10 MPLS Encapsulation [RFC8365] // 15 SR TE Policy Type [draft-ietf-idr-segment-routing-te-policy] // 19 Geneve Encapsulation [RFC8926] // default = 1 TunnelType *uint32 `protobuf:"varint,2,opt,name=tunnel_type,json=tunnelType,proto3,oneof" json:"tunnel_type,omitempty"` // contains filtered or unexported fields }
This identifies the type of tunneling technology being signalled. It is defined in RFC9012 and sent with sub-type as 0x0c.
func (*BgpExtendedCommunityTransitiveOpaqueTypeEncapsulation) Descriptor
deprecated
added in
v0.12.3
func (*BgpExtendedCommunityTransitiveOpaqueTypeEncapsulation) Descriptor() ([]byte, []int)
Deprecated: Use BgpExtendedCommunityTransitiveOpaqueTypeEncapsulation.ProtoReflect.Descriptor instead.
func (*BgpExtendedCommunityTransitiveOpaqueTypeEncapsulation) GetReserved ¶ added in v0.12.3
func (x *BgpExtendedCommunityTransitiveOpaqueTypeEncapsulation) GetReserved() uint32
func (*BgpExtendedCommunityTransitiveOpaqueTypeEncapsulation) GetTunnelType ¶ added in v0.12.3
func (x *BgpExtendedCommunityTransitiveOpaqueTypeEncapsulation) GetTunnelType() uint32
func (*BgpExtendedCommunityTransitiveOpaqueTypeEncapsulation) ProtoMessage ¶ added in v0.12.3
func (*BgpExtendedCommunityTransitiveOpaqueTypeEncapsulation) ProtoMessage()
func (*BgpExtendedCommunityTransitiveOpaqueTypeEncapsulation) ProtoReflect ¶ added in v0.12.3
func (x *BgpExtendedCommunityTransitiveOpaqueTypeEncapsulation) ProtoReflect() protoreflect.Message
func (*BgpExtendedCommunityTransitiveOpaqueTypeEncapsulation) Reset ¶ added in v0.12.3
func (x *BgpExtendedCommunityTransitiveOpaqueTypeEncapsulation) Reset()
func (*BgpExtendedCommunityTransitiveOpaqueTypeEncapsulation) String ¶ added in v0.12.3
func (x *BgpExtendedCommunityTransitiveOpaqueTypeEncapsulation) String() string
type BgpExtendedCommunityTransitiveOpaqueType_Choice ¶ added in v0.12.3
type BgpExtendedCommunityTransitiveOpaqueType_Choice struct {
// contains filtered or unexported fields
}
func (*BgpExtendedCommunityTransitiveOpaqueType_Choice) Descriptor
deprecated
added in
v0.12.3
func (*BgpExtendedCommunityTransitiveOpaqueType_Choice) Descriptor() ([]byte, []int)
Deprecated: Use BgpExtendedCommunityTransitiveOpaqueType_Choice.ProtoReflect.Descriptor instead.
func (*BgpExtendedCommunityTransitiveOpaqueType_Choice) ProtoMessage ¶ added in v0.12.3
func (*BgpExtendedCommunityTransitiveOpaqueType_Choice) ProtoMessage()
func (*BgpExtendedCommunityTransitiveOpaqueType_Choice) ProtoReflect ¶ added in v0.12.3
func (x *BgpExtendedCommunityTransitiveOpaqueType_Choice) ProtoReflect() protoreflect.Message
func (*BgpExtendedCommunityTransitiveOpaqueType_Choice) Reset ¶ added in v0.12.3
func (x *BgpExtendedCommunityTransitiveOpaqueType_Choice) Reset()
func (*BgpExtendedCommunityTransitiveOpaqueType_Choice) String ¶ added in v0.12.3
func (x *BgpExtendedCommunityTransitiveOpaqueType_Choice) String() string
type BgpExtendedCommunityTransitiveOpaqueType_Choice_Enum ¶ added in v0.12.3
type BgpExtendedCommunityTransitiveOpaqueType_Choice_Enum int32
const ( BgpExtendedCommunityTransitiveOpaqueType_Choice_unspecified BgpExtendedCommunityTransitiveOpaqueType_Choice_Enum = 0 BgpExtendedCommunityTransitiveOpaqueType_Choice_color_subtype BgpExtendedCommunityTransitiveOpaqueType_Choice_Enum = 1 BgpExtendedCommunityTransitiveOpaqueType_Choice_encapsulation_subtype BgpExtendedCommunityTransitiveOpaqueType_Choice_Enum = 2 )
func (BgpExtendedCommunityTransitiveOpaqueType_Choice_Enum) Descriptor ¶ added in v0.12.3
func (BgpExtendedCommunityTransitiveOpaqueType_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
func (BgpExtendedCommunityTransitiveOpaqueType_Choice_Enum) EnumDescriptor
deprecated
added in
v0.12.3
func (BgpExtendedCommunityTransitiveOpaqueType_Choice_Enum) EnumDescriptor() ([]byte, []int)
Deprecated: Use BgpExtendedCommunityTransitiveOpaqueType_Choice_Enum.Descriptor instead.
func (BgpExtendedCommunityTransitiveOpaqueType_Choice_Enum) Number ¶ added in v0.12.3
func (x BgpExtendedCommunityTransitiveOpaqueType_Choice_Enum) Number() protoreflect.EnumNumber
func (BgpExtendedCommunityTransitiveOpaqueType_Choice_Enum) String ¶ added in v0.12.3
func (x BgpExtendedCommunityTransitiveOpaqueType_Choice_Enum) String() string
type BgpExtendedCommunity_Choice ¶ added in v0.12.3
type BgpExtendedCommunity_Choice struct {
// contains filtered or unexported fields
}
func (*BgpExtendedCommunity_Choice) Descriptor
deprecated
added in
v0.12.3
func (*BgpExtendedCommunity_Choice) Descriptor() ([]byte, []int)
Deprecated: Use BgpExtendedCommunity_Choice.ProtoReflect.Descriptor instead.
func (*BgpExtendedCommunity_Choice) ProtoMessage ¶ added in v0.12.3
func (*BgpExtendedCommunity_Choice) ProtoMessage()
func (*BgpExtendedCommunity_Choice) ProtoReflect ¶ added in v0.12.3
func (x *BgpExtendedCommunity_Choice) ProtoReflect() protoreflect.Message
func (*BgpExtendedCommunity_Choice) Reset ¶ added in v0.12.3
func (x *BgpExtendedCommunity_Choice) Reset()
func (*BgpExtendedCommunity_Choice) String ¶ added in v0.12.3
func (x *BgpExtendedCommunity_Choice) String() string
type BgpExtendedCommunity_Choice_Enum ¶ added in v0.12.3
type BgpExtendedCommunity_Choice_Enum int32
const ( BgpExtendedCommunity_Choice_unspecified BgpExtendedCommunity_Choice_Enum = 0 BgpExtendedCommunity_Choice_transitive_2octet_as_type BgpExtendedCommunity_Choice_Enum = 1 BgpExtendedCommunity_Choice_transitive_ipv4_address_type BgpExtendedCommunity_Choice_Enum = 2 BgpExtendedCommunity_Choice_transitive_4octet_as_type BgpExtendedCommunity_Choice_Enum = 3 BgpExtendedCommunity_Choice_transitive_opaque_type BgpExtendedCommunity_Choice_Enum = 4 BgpExtendedCommunity_Choice_transitive_evpn_type BgpExtendedCommunity_Choice_Enum = 5 BgpExtendedCommunity_Choice_non_transitive_2octet_as_type BgpExtendedCommunity_Choice_Enum = 6 BgpExtendedCommunity_Choice_custom BgpExtendedCommunity_Choice_Enum = 7 )
func (BgpExtendedCommunity_Choice_Enum) Descriptor ¶ added in v0.12.3
func (BgpExtendedCommunity_Choice_Enum) Descriptor() protoreflect.EnumDescriptor
func (BgpExtendedCommunity_Choice_Enum) Enum ¶ added in v0.12.3
func (x BgpExtendedCommunity_Choice_Enum) Enum() *BgpExtendedCommunity_Choice_Enum
func (BgpExtendedCommunity_Choice_Enum) EnumDescriptor
deprecated
added in
v0.12.3
func (BgpExtendedCommunity_Choice_Enum) EnumDescriptor() ([]byte, []int)
Deprecated: Use BgpExtendedCommunity_Choice_Enum.Descriptor instead.
func (BgpExtendedCommunity_Choice_Enum) Number ¶ added in v0.12.3
func (x BgpExtendedCommunity_Choice_Enum) Number() protoreflect.EnumNumber
func (BgpExtendedCommunity_Choice_Enum) String ¶ added in v0.12.3
func (x BgpExtendedCommunity_Choice_Enum) String() string
func (BgpExtendedCommunity_Choice_Enum) Type ¶ added in v0.12.3
func (BgpExtendedCommunity_Choice_Enum) Type() protoreflect.EnumType
type BgpGracefulRestart ¶ added in v0.11.2
type BgpGracefulRestart struct { // If enabled, Graceful Restart capability is advertised in BGP OPEN messages. // default = False EnableGr *bool `protobuf:"varint,1,opt,name=enable_gr,json=enableGr,proto3,oneof" json:"enable_gr,omitempty"` // This is the estimated duration (in seconds) it will take for the BGP session to be // re-established after a restart. This can be used to speed up routing convergence // by its peer in case the BGP speaker does not come back after a restart. // default = 45 RestartTime *uint32 `protobuf:"varint,2,opt,name=restart_time,json=restartTime,proto3,oneof" json:"restart_time,omitempty"` // If enabled, the Long-lived Graceful Restart Capability, or LLGR Capability // will be advertised. // This capability MUST be advertised in conjunction with the Graceful Restart // capability. // default = False EnableLlgr *bool `protobuf:"varint,3,opt,name=enable_llgr,json=enableLlgr,proto3,oneof" json:"enable_llgr,omitempty"` // Duration (in seconds) specifying how long stale information (for the AFI/SAFI) // may be retained. This is a three byte field and is applicable // only if 'enable_llgr' is set to 'true'. // default = 10 StaleTime *uint32 `protobuf:"varint,4,opt,name=stale_time,json=staleTime,proto3,oneof" json:"stale_time,omitempty"` // If enabled, the N flag will be set in the Graceful Restart capability in the Open // message. // If both peers in a BGP connection has this enabled, Graceful Restart procedures are // performed // even if the peer goes down due to sending of a Notification Message as per RFC8538. // default = True EnableNotification *bool `protobuf:"varint,5,opt,name=enable_notification,json=enableNotification,proto3,oneof" json:"enable_notification,omitempty"` // contains filtered or unexported fields }
The Graceful Restart Capability (RFC 4724) is a BGP capability that can be used by a BGP speaker to indicate its ability to preserve its forwarding state during BGP restart. The Graceful Restart (GR) capability is advertised in OPEN messages sent between BGP peers. After a BGP session has been established, and the initial routing update has been completed, an End-of-RIB (Routing Information Base) marker is sent in an UPDATE message to convey information about routing convergence.
func (*BgpGracefulRestart) Descriptor
deprecated
added in
v0.11.2
func (*BgpGracefulRestart) Descriptor() ([]byte, []int)
Deprecated: Use BgpGracefulRestart.ProtoReflect.Descriptor instead.
func (*BgpGracefulRestart) GetEnableGr ¶ added in v0.11.2
func (x *BgpGracefulRestart) GetEnableGr() bool
func (*BgpGracefulRestart) GetEnableLlgr ¶ added in v0.11.2
func (x *BgpGracefulRestart) GetEnableLlgr() bool
func (*BgpGracefulRestart) GetEnableNotification ¶ added in v1.13.0
func (x *BgpGracefulRestart) GetEnableNotification() bool
func (*BgpGracefulRestart) GetRestartTime ¶ added in v0.11.2
func (x *BgpGracefulRestart) GetRestartTime() uint32
func (*BgpGracefulRestart) GetStaleTime ¶ added in v0.11.2
func (x *BgpGracefulRestart) GetStaleTime() uint32
func (*BgpGracefulRestart) ProtoMessage ¶ added in v0.11.2
func (*BgpGracefulRestart) ProtoMessage()
func (*BgpGracefulRestart) ProtoReflect ¶ added in v0.11.2
func (x *BgpGracefulRestart) ProtoReflect() protoreflect.Message
func (*BgpGracefulRestart) Reset ¶ added in v0.11.2
func (x *BgpGracefulRestart) Reset()
func (*BgpGracefulRestart) String ¶ added in v0.11.2
func (x *BgpGracefulRestart) String() string
type BgpIpv4SrPolicyNLRIPrefix ¶ added in v1.3.0
type BgpIpv4SrPolicyNLRIPrefix struct { // The 4-octet value uniquely identifying the policy in the context of <color, endpoint> // tuple. The distinguisher has no semantic value and is solely used by the SR Policy // originator to make unique (from an NLRI perspective) both for multiple candidate // paths of the same SR Policy as well as candidate paths of different SR Policies // (i.e. with different segment lists) with the same Color and Endpoint but meant for // different headends. // default = 1 Distinguisher *uint32 `protobuf:"varint,1,opt,name=distinguisher,proto3,oneof" json:"distinguisher,omitempty"` // 4-octet value identifying (with the endpoint) the policy. The color is used to match // the color of the destination prefixes to steer traffic into the SR Policy as specified // in section 8 of RFC9256. // default = 1 Color *uint32 `protobuf:"varint,2,opt,name=color,proto3,oneof" json:"color,omitempty"` // Identifies the endpoint of a policy. The Endpoint is an IPv4 address and can be // either a unicast or an unspecified address (0.0.0.0) as specified in section 2.1 // of RFC9256. // default = 0.0.0.0 Endpoint *string `protobuf:"bytes,3,opt,name=endpoint,proto3,oneof" json:"endpoint,omitempty"` // contains filtered or unexported fields }
IPv4 Segment Routing Policy NLRI Prefix.
func (*BgpIpv4SrPolicyNLRIPrefix) Descriptor
deprecated
added in
v1.3.0
func (*BgpIpv4SrPolicyNLRIPrefix) Descriptor() ([]byte, []int)
Deprecated: Use BgpIpv4SrPolicyNLRIPrefix.ProtoReflect.Descriptor instead.
func (*BgpIpv4SrPolicyNLRIPrefix) GetColor ¶ added in v1.3.0
func (x *BgpIpv4SrPolicyNLRIPrefix) GetColor() uint32
func (*BgpIpv4SrPolicyNLRIPrefix) GetDistinguisher ¶ added in v1.3.0
func (x *BgpIpv4SrPolicyNLRIPrefix) GetDistinguisher() uint32
func (*BgpIpv4SrPolicyNLRIPrefix) GetEndpoint ¶ added in v1.3.0
func (x *BgpIpv4SrPolicyNLRIPrefix) GetEndpoint() string
func (*BgpIpv4SrPolicyNLRIPrefix) ProtoMessage ¶ added in v1.3.0
func (*BgpIpv4SrPolicyNLRIPrefix) ProtoMessage()
func (*BgpIpv4SrPolicyNLRIPrefix) ProtoReflect ¶ added in v1.3.0
func (x *BgpIpv4SrPolicyNLRIPrefix) ProtoReflect() protoreflect.Message
func (*BgpIpv4SrPolicyNLRIPrefix) Reset ¶ added in v1.3.0
func (x *BgpIpv4SrPolicyNLRIPrefix) Reset()
func (*BgpIpv4SrPolicyNLRIPrefix) String ¶ added in v1.3.0
func (x *BgpIpv4SrPolicyNLRIPrefix) String() string
type BgpIpv6SrPolicyNLRIPrefix ¶ added in v1.3.0
type BgpIpv6SrPolicyNLRIPrefix struct { // The 4-octet value uniquely identifying the policy in the context of <color, endpoint> // tuple. The distinguisher has no semantic value and is solely used by the SR Policy // originator to make unique (from an NLRI perspective) both for multiple candidate // paths of the same SR Policy as well as candidate paths of different SR Policies // (i.e. with different segment lists) with the same Color and Endpoint but meant for // different headends. // default = 1 Distinguisher *uint32 `protobuf:"varint,1,opt,name=distinguisher,proto3,oneof" json:"distinguisher,omitempty"` // 4-octet value identifying (with the endpoint) the policy. The color is used to match // the color of the destination prefixes to steer traffic into the SR Policy as specified // in section 8 of RFC9256. // default = 1 Color *uint32 `protobuf:"varint,2,opt,name=color,proto3,oneof" json:"color,omitempty"` // Identifies the endpoint of a policy. The Endpoint may represent a single node or // a set of nodes (e.g., an anycast address). The Endpoint is an IPv6 address and can // be either a unicast or an unspecified address (0::0) as specified in section 2.1 // of RFC9256. // default = 0::0 Endpoint *string `protobuf:"bytes,3,opt,name=endpoint,proto3,oneof" json:"endpoint,omitempty"` // contains filtered or unexported fields }
One IPv6 Segment Routing Policy NLRI Prefix.
func (*BgpIpv6SrPolicyNLRIPrefix) Descriptor
deprecated
added in
v1.3.0
func (*BgpIpv6SrPolicyNLRIPrefix) Descriptor() ([]byte, []int)
Deprecated: Use BgpIpv6SrPolicyNLRIPrefix.ProtoReflect.Descriptor instead.
func (*BgpIpv6SrPolicyNLRIPrefix) GetColor ¶ added in v1.3.0
func (x *BgpIpv6SrPolicyNLRIPrefix) GetColor() uint32
func (*BgpIpv6SrPolicyNLRIPrefix) GetDistinguisher ¶ added in v1.3.0
func (x *BgpIpv6SrPolicyNLRIPrefix) GetDistinguisher() uint32
func (*BgpIpv6SrPolicyNLRIPrefix) GetEndpoint ¶ added in v1.3.0
func (x *BgpIpv6SrPolicyNLRIPrefix) GetEndpoint() string
func (*BgpIpv6SrPolicyNLRIPrefix) ProtoMessage ¶ added in v1.3.0
func (*BgpIpv6SrPolicyNLRIPrefix) ProtoMessage()
func (*BgpIpv6SrPolicyNLRIPrefix) ProtoReflect ¶ added in v1.3.0
func (x *BgpIpv6SrPolicyNLRIPrefix) ProtoReflect() protoreflect.Message
func (*BgpIpv6SrPolicyNLRIPrefix) Reset ¶ added in v1.3.0
func (x *BgpIpv6SrPolicyNLRIPrefix) Reset()
func (*BgpIpv6SrPolicyNLRIPrefix) String ¶ added in v1.3.0
func (x *BgpIpv6SrPolicyNLRIPrefix) String() string
type BgpLearnedInformationFilter ¶ added in v0.8.1
type BgpLearnedInformationFilter struct { // If enabled, will store the information related to Unicast IPv4 Prefixes recieved // from the peer. // default = False UnicastIpv4Prefix *bool `protobuf:"varint,1,opt,name=unicast_ipv4_prefix,json=unicastIpv4Prefix,proto3,oneof" json:"unicast_ipv4_prefix,omitempty"` // If enabled, will store the information related to Unicast IPv6 Prefixes recieved // from the peer. // default = False UnicastIpv6Prefix *bool `protobuf:"varint,2,opt,name=unicast_ipv6_prefix,json=unicastIpv6Prefix,proto3,oneof" json:"unicast_ipv6_prefix,omitempty"` // contains filtered or unexported fields }
Configuration for controlling storage of BGP learned information recieved from the peer.
func (*BgpLearnedInformationFilter) Descriptor
deprecated
added in
v0.8.1
func (*BgpLearnedInformationFilter) Descriptor() ([]byte, []int)
Deprecated: Use BgpLearnedInformationFilter.ProtoReflect.Descriptor instead.
func (*BgpLearnedInformationFilter) GetUnicastIpv4Prefix ¶ added in v0.8.1
func (x *BgpLearnedInformationFilter) GetUnicastIpv4Prefix() bool
func (*BgpLearnedInformationFilter) GetUnicastIpv6Prefix ¶ added in v0.8.1
func (x *BgpLearnedInformationFilter) GetUnicastIpv6Prefix() bool
func (*BgpLearnedInformationFilter) ProtoMessage ¶ added in v0.8.1
func (*BgpLearnedInformationFilter) ProtoMessage()
func (*BgpLearnedInformationFilter) ProtoReflect ¶ added in v0.8.1
func (x *BgpLearnedInformationFilter) ProtoReflect() protoreflect.Message
func (*BgpLearnedInformationFilter) Reset ¶ added in v0.8.1
func (x *BgpLearnedInformationFilter) Reset()
func (*BgpLearnedInformationFilter) String ¶ added in v0.8.1
func (x *BgpLearnedInformationFilter) String() string
type BgpNLRIPrefixPathId ¶ added in v1.1.0
type BgpNLRIPrefixPathId struct { // The value of the optional Path ID of the prefix. // default = 1 Value *uint32 `protobuf:"varint,1,opt,name=value,proto3,oneof" json:"value,omitempty"` // contains filtered or unexported fields }
Optional field in the NLRI carrying Path Id of the prefix.
func (*BgpNLRIPrefixPathId) Descriptor
deprecated
added in
v1.1.0
func (*BgpNLRIPrefixPathId) Descriptor() ([]byte, []int)
Deprecated: Use BgpNLRIPrefixPathId.ProtoReflect.Descriptor instead.
func (*BgpNLRIPrefixPathId) GetValue ¶ added in v1.1.0
func (x *BgpNLRIPrefixPathId) GetValue() uint32
func (*BgpNLRIPrefixPathId) ProtoMessage ¶ added in v1.1.0
func (*BgpNLRIPrefixPathId) ProtoMessage()
func (*BgpNLRIPrefixPathId) ProtoReflect ¶ added in v1.1.0
func (x *BgpNLRIPrefixPathId) ProtoReflect() protoreflect.Message
func (*BgpNLRIPrefixPathId) Reset ¶ added in v1.1.0
func (x *BgpNLRIPrefixPathId) Reset()
func (*BgpNLRIPrefixPathId) String ¶ added in v1.1.0
func (x *BgpNLRIPrefixPathId) String() string
type BgpNLRIPrefixSegmentRoutingDistinguisher ¶ added in v1.3.0
type BgpNLRIPrefixSegmentRoutingDistinguisher struct { // The value of the optional Segment Routing distinguisher of the prefix. // default = 1 Value *uint32 `protobuf:"varint,1,opt,name=value,proto3,oneof" json:"value,omitempty"` // contains filtered or unexported fields }
Optional field in the NLRI carrying the distinguisher for Segment Routing Policy NLRI with SAFI 73.
func (*BgpNLRIPrefixSegmentRoutingDistinguisher) Descriptor
deprecated
added in
v1.3.0
func (*BgpNLRIPrefixSegmentRoutingDistinguisher) Descriptor() ([]byte, []int)
Deprecated: Use BgpNLRIPrefixSegmentRoutingDistinguisher.ProtoReflect.Descriptor instead.
func (*BgpNLRIPrefixSegmentRoutingDistinguisher) GetValue ¶ added in v1.3.0
func (x *BgpNLRIPrefixSegmentRoutingDistinguisher) GetValue() uint32
func (*BgpNLRIPrefixSegmentRoutingDistinguisher) ProtoMessage ¶ added in v1.3.0
func (*BgpNLRIPrefixSegmentRoutingDistinguisher) ProtoMessage()
func (*BgpNLRIPrefixSegmentRoutingDistinguisher) ProtoReflect ¶ added in v1.3.0
func (x *BgpNLRIPrefixSegmentRoutingDistinguisher) ProtoReflect() protoreflect.Message
func (*BgpNLRIPrefixSegmentRoutingDistinguisher) Reset ¶ added in v1.3.0
func (x *BgpNLRIPrefixSegmentRoutingDistinguisher) Reset()
func (*BgpNLRIPrefixSegmentRoutingDistinguisher) String ¶ added in v1.3.0
func (x *BgpNLRIPrefixSegmentRoutingDistinguisher) String() string
type BgpOneIpv4NLRIPrefix ¶ added in v1.1.0
type BgpOneIpv4NLRIPrefix struct { // The IPv4 address of the network. // default = 0.0.0.0 Address *string `protobuf:"bytes,1,opt,name=address,proto3,oneof" json:"address,omitempty"` // The IPv4 network prefix length to be applied to the address. // default = 24 Prefix *uint32 `protobuf:"varint,2,opt,name=prefix,proto3,oneof" json:"prefix,omitempty"` // Description missing in models PathId *BgpNLRIPrefixPathId `protobuf:"bytes,3,opt,name=path_id,json=pathId,proto3" json:"path_id,omitempty"` // contains filtered or unexported fields }
One IPv4 NLRI Prefix.
func (*BgpOneIpv4NLRIPrefix) Descriptor
deprecated
added in
v1.1.0
func (*BgpOneIpv4NLRIPrefix) Descriptor() ([]byte, []int)
Deprecated: Use BgpOneIpv4NLRIPrefix.ProtoReflect.Descriptor instead.
func (*BgpOneIpv4NLRIPrefix) GetAddress ¶ added in v1.1.0
func (x *BgpOneIpv4NLRIPrefix) GetAddress() string
func (*BgpOneIpv4NLRIPrefix) GetPathId ¶ added in v1.1.0
func (x *BgpOneIpv4NLRIPrefix) GetPathId() *BgpNLRIPrefixPathId
func (*BgpOneIpv4NLRIPrefix) GetPrefix ¶ added in v1.1.0
func (x *BgpOneIpv4NLRIPrefix) GetPrefix() uint32
func (*BgpOneIpv4NLRIPrefix) ProtoMessage ¶ added in v1.1.0
func (*BgpOneIpv4NLRIPrefix) ProtoMessage()