cisco_ios_xr_ip_rsvp_oper_rsvp_authentication_details_authentication_detail

package
v1.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 19, 2019 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

Cisco-IOS-XR-ip-rsvp-oper:rsvp/authentication-details/authentication-detail

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RsvpMgmtAuthDirection

type RsvpMgmtAuthDirection struct {
	AuthDirection        string                     `protobuf:"bytes,1,opt,name=auth_direction,json=authDirection,proto3" json:"auth_direction,omitempty"`
	SendInfo             *RsvpMgmtAuthDirectionSend `protobuf:"bytes,2,opt,name=send_info,json=sendInfo,proto3" json:"send_info,omitempty"`
	ReceiveInfo          *RsvpMgmtAuthDirectionRecv `protobuf:"bytes,3,opt,name=receive_info,json=receiveInfo,proto3" json:"receive_info,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                   `json:"-"`
	XXX_unrecognized     []byte                     `json:"-"`
	XXX_sizecache        int32                      `json:"-"`
}

func (*RsvpMgmtAuthDirection) Descriptor

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

func (*RsvpMgmtAuthDirection) GetAuthDirection

func (m *RsvpMgmtAuthDirection) GetAuthDirection() string

func (*RsvpMgmtAuthDirection) GetReceiveInfo

func (m *RsvpMgmtAuthDirection) GetReceiveInfo() *RsvpMgmtAuthDirectionRecv

func (*RsvpMgmtAuthDirection) GetSendInfo

func (*RsvpMgmtAuthDirection) ProtoMessage

func (*RsvpMgmtAuthDirection) ProtoMessage()

func (*RsvpMgmtAuthDirection) Reset

func (m *RsvpMgmtAuthDirection) Reset()

func (*RsvpMgmtAuthDirection) String

func (m *RsvpMgmtAuthDirection) String() string

func (*RsvpMgmtAuthDirection) XXX_DiscardUnknown

func (m *RsvpMgmtAuthDirection) XXX_DiscardUnknown()

func (*RsvpMgmtAuthDirection) XXX_Marshal

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

func (*RsvpMgmtAuthDirection) XXX_Merge

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

func (*RsvpMgmtAuthDirection) XXX_Size

func (m *RsvpMgmtAuthDirection) XXX_Size() int

func (*RsvpMgmtAuthDirection) XXX_Unmarshal

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

type RsvpMgmtAuthDirectionRecv

type RsvpMgmtAuthDirectionRecv struct {
	Sequence             uint64                        `protobuf:"varint,1,opt,name=sequence,proto3" json:"sequence,omitempty"`
	SequenceWindowSize   uint32                        `protobuf:"varint,2,opt,name=sequence_window_size,json=sequenceWindowSize,proto3" json:"sequence_window_size,omitempty"`
	SequenceWindowCount  uint32                        `protobuf:"varint,3,opt,name=sequence_window_count,json=sequenceWindowCount,proto3" json:"sequence_window_count,omitempty"`
	SequenceWindow       []uint64                      `protobuf:"varint,4,rep,packed,name=sequence_window,json=sequenceWindow,proto3" json:"sequence_window,omitempty"`
	Counters             *RsvpMgmtAuthRecvTypeCounters `protobuf:"bytes,5,opt,name=counters,proto3" json:"counters,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                      `json:"-"`
	XXX_unrecognized     []byte                        `json:"-"`
	XXX_sizecache        int32                         `json:"-"`
}

func (*RsvpMgmtAuthDirectionRecv) Descriptor

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

func (*RsvpMgmtAuthDirectionRecv) GetCounters

func (*RsvpMgmtAuthDirectionRecv) GetSequence

func (m *RsvpMgmtAuthDirectionRecv) GetSequence() uint64

func (*RsvpMgmtAuthDirectionRecv) GetSequenceWindow

func (m *RsvpMgmtAuthDirectionRecv) GetSequenceWindow() []uint64

func (*RsvpMgmtAuthDirectionRecv) GetSequenceWindowCount

func (m *RsvpMgmtAuthDirectionRecv) GetSequenceWindowCount() uint32

func (*RsvpMgmtAuthDirectionRecv) GetSequenceWindowSize

func (m *RsvpMgmtAuthDirectionRecv) GetSequenceWindowSize() uint32

func (*RsvpMgmtAuthDirectionRecv) ProtoMessage

func (*RsvpMgmtAuthDirectionRecv) ProtoMessage()

func (*RsvpMgmtAuthDirectionRecv) Reset

func (m *RsvpMgmtAuthDirectionRecv) Reset()

func (*RsvpMgmtAuthDirectionRecv) String

func (m *RsvpMgmtAuthDirectionRecv) String() string

func (*RsvpMgmtAuthDirectionRecv) XXX_DiscardUnknown

func (m *RsvpMgmtAuthDirectionRecv) XXX_DiscardUnknown()

func (*RsvpMgmtAuthDirectionRecv) XXX_Marshal

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

func (*RsvpMgmtAuthDirectionRecv) XXX_Merge

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

func (*RsvpMgmtAuthDirectionRecv) XXX_Size

func (m *RsvpMgmtAuthDirectionRecv) XXX_Size() int

func (*RsvpMgmtAuthDirectionRecv) XXX_Unmarshal

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

type RsvpMgmtAuthDirectionSend

type RsvpMgmtAuthDirectionSend struct {
	Sequence             uint64                        `protobuf:"varint,1,opt,name=sequence,proto3" json:"sequence,omitempty"`
	Counters             *RsvpMgmtAuthSendTypeCounters `protobuf:"bytes,2,opt,name=counters,proto3" json:"counters,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                      `json:"-"`
	XXX_unrecognized     []byte                        `json:"-"`
	XXX_sizecache        int32                         `json:"-"`
}

func (*RsvpMgmtAuthDirectionSend) Descriptor

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

func (*RsvpMgmtAuthDirectionSend) GetCounters

func (*RsvpMgmtAuthDirectionSend) GetSequence

func (m *RsvpMgmtAuthDirectionSend) GetSequence() uint64

func (*RsvpMgmtAuthDirectionSend) ProtoMessage

func (*RsvpMgmtAuthDirectionSend) ProtoMessage()

func (*RsvpMgmtAuthDirectionSend) Reset

func (m *RsvpMgmtAuthDirectionSend) Reset()

func (*RsvpMgmtAuthDirectionSend) String

func (m *RsvpMgmtAuthDirectionSend) String() string

func (*RsvpMgmtAuthDirectionSend) XXX_DiscardUnknown

func (m *RsvpMgmtAuthDirectionSend) XXX_DiscardUnknown()

func (*RsvpMgmtAuthDirectionSend) XXX_Marshal

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

func (*RsvpMgmtAuthDirectionSend) XXX_Merge

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

func (*RsvpMgmtAuthDirectionSend) XXX_Size

func (m *RsvpMgmtAuthDirectionSend) XXX_Size() int

func (*RsvpMgmtAuthDirectionSend) XXX_Unmarshal

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

type RsvpMgmtAuthRecvTypeCounters

type RsvpMgmtAuthRecvTypeCounters struct {
	AuthenticationReceivedValidMessages               uint32   `` /* 171-byte string literal not displayed */
	AuthenticationReceivedChallengesSent              uint32   `` /* 174-byte string literal not displayed */
	AuthenticationReceivedChallengeResponse           uint32   `` /* 183-byte string literal not displayed */
	AuthenticationReceivedChallengesResent            uint32   `` /* 180-byte string literal not displayed */
	AuthenticationReceivedChallengeTimeouts           uint32   `` /* 183-byte string literal not displayed */
	AuthenticationReceivedDuringChallenge             uint32   `` /* 177-byte string literal not displayed */
	AuthenticationReceivedIncomplete                  uint32   `` /* 160-byte string literal not displayed */
	AuthenticationReceivedNoIntegrity                 uint32   `` /* 165-byte string literal not displayed */
	AuthenticationReceivedBadDigest                   uint32   `` /* 159-byte string literal not displayed */
	AuthenticationReceivedWrongDigestType             uint32   `` /* 180-byte string literal not displayed */
	AuthenticationReceivedSequenceNumberDuplicate     uint32   `` /* 204-byte string literal not displayed */
	AuthenticationReceivedSequenceNumberOutofRange    uint32   `` /* 209-byte string literal not displayed */
	AuthenticationReceivedWrongChallengesResponse     uint32   `` /* 204-byte string literal not displayed */
	AuthenticationReceivedChallengesResponseDuplicate uint32   `` /* 216-byte string literal not displayed */
	AuthenticationReceivedResponseLate                uint32   `` /* 169-byte string literal not displayed */
	AuthenticationReceivedBadMessageFormat            uint32   `` /* 183-byte string literal not displayed */
	XXX_NoUnkeyedLiteral                              struct{} `json:"-"`
	XXX_unrecognized                                  []byte   `json:"-"`
	XXX_sizecache                                     int32    `json:"-"`
}

func (*RsvpMgmtAuthRecvTypeCounters) Descriptor

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

func (*RsvpMgmtAuthRecvTypeCounters) GetAuthenticationReceivedBadDigest

func (m *RsvpMgmtAuthRecvTypeCounters) GetAuthenticationReceivedBadDigest() uint32

func (*RsvpMgmtAuthRecvTypeCounters) GetAuthenticationReceivedBadMessageFormat

func (m *RsvpMgmtAuthRecvTypeCounters) GetAuthenticationReceivedBadMessageFormat() uint32

func (*RsvpMgmtAuthRecvTypeCounters) GetAuthenticationReceivedChallengeResponse

func (m *RsvpMgmtAuthRecvTypeCounters) GetAuthenticationReceivedChallengeResponse() uint32

func (*RsvpMgmtAuthRecvTypeCounters) GetAuthenticationReceivedChallengeTimeouts

func (m *RsvpMgmtAuthRecvTypeCounters) GetAuthenticationReceivedChallengeTimeouts() uint32

func (*RsvpMgmtAuthRecvTypeCounters) GetAuthenticationReceivedChallengesResent

func (m *RsvpMgmtAuthRecvTypeCounters) GetAuthenticationReceivedChallengesResent() uint32

func (*RsvpMgmtAuthRecvTypeCounters) GetAuthenticationReceivedChallengesResponseDuplicate

func (m *RsvpMgmtAuthRecvTypeCounters) GetAuthenticationReceivedChallengesResponseDuplicate() uint32

func (*RsvpMgmtAuthRecvTypeCounters) GetAuthenticationReceivedChallengesSent

func (m *RsvpMgmtAuthRecvTypeCounters) GetAuthenticationReceivedChallengesSent() uint32

func (*RsvpMgmtAuthRecvTypeCounters) GetAuthenticationReceivedDuringChallenge

func (m *RsvpMgmtAuthRecvTypeCounters) GetAuthenticationReceivedDuringChallenge() uint32

func (*RsvpMgmtAuthRecvTypeCounters) GetAuthenticationReceivedIncomplete

func (m *RsvpMgmtAuthRecvTypeCounters) GetAuthenticationReceivedIncomplete() uint32

func (*RsvpMgmtAuthRecvTypeCounters) GetAuthenticationReceivedNoIntegrity

func (m *RsvpMgmtAuthRecvTypeCounters) GetAuthenticationReceivedNoIntegrity() uint32

func (*RsvpMgmtAuthRecvTypeCounters) GetAuthenticationReceivedResponseLate

func (m *RsvpMgmtAuthRecvTypeCounters) GetAuthenticationReceivedResponseLate() uint32

func (*RsvpMgmtAuthRecvTypeCounters) GetAuthenticationReceivedSequenceNumberDuplicate

func (m *RsvpMgmtAuthRecvTypeCounters) GetAuthenticationReceivedSequenceNumberDuplicate() uint32

func (*RsvpMgmtAuthRecvTypeCounters) GetAuthenticationReceivedSequenceNumberOutofRange

func (m *RsvpMgmtAuthRecvTypeCounters) GetAuthenticationReceivedSequenceNumberOutofRange() uint32

func (*RsvpMgmtAuthRecvTypeCounters) GetAuthenticationReceivedValidMessages

func (m *RsvpMgmtAuthRecvTypeCounters) GetAuthenticationReceivedValidMessages() uint32

func (*RsvpMgmtAuthRecvTypeCounters) GetAuthenticationReceivedWrongChallengesResponse

func (m *RsvpMgmtAuthRecvTypeCounters) GetAuthenticationReceivedWrongChallengesResponse() uint32

func (*RsvpMgmtAuthRecvTypeCounters) GetAuthenticationReceivedWrongDigestType

func (m *RsvpMgmtAuthRecvTypeCounters) GetAuthenticationReceivedWrongDigestType() uint32

func (*RsvpMgmtAuthRecvTypeCounters) ProtoMessage

func (*RsvpMgmtAuthRecvTypeCounters) ProtoMessage()

func (*RsvpMgmtAuthRecvTypeCounters) Reset

func (m *RsvpMgmtAuthRecvTypeCounters) Reset()

func (*RsvpMgmtAuthRecvTypeCounters) String

func (*RsvpMgmtAuthRecvTypeCounters) XXX_DiscardUnknown

func (m *RsvpMgmtAuthRecvTypeCounters) XXX_DiscardUnknown()

func (*RsvpMgmtAuthRecvTypeCounters) XXX_Marshal

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

func (*RsvpMgmtAuthRecvTypeCounters) XXX_Merge

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

func (*RsvpMgmtAuthRecvTypeCounters) XXX_Size

func (m *RsvpMgmtAuthRecvTypeCounters) XXX_Size() int

func (*RsvpMgmtAuthRecvTypeCounters) XXX_Unmarshal

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

type RsvpMgmtAuthSendTypeCounters

type RsvpMgmtAuthSendTypeCounters struct {
	AuthenticationSent                   uint32   `protobuf:"varint,1,opt,name=authentication_sent,json=authenticationSent,proto3" json:"authentication_sent,omitempty"`
	AuthenticationFailures               uint32   `` /* 128-byte string literal not displayed */
	AuthenticationSendChallengesReceived uint32   `` /* 174-byte string literal not displayed */
	AuthenticationChallengeResponsesSent uint32   `` /* 174-byte string literal not displayed */
	XXX_NoUnkeyedLiteral                 struct{} `json:"-"`
	XXX_unrecognized                     []byte   `json:"-"`
	XXX_sizecache                        int32    `json:"-"`
}

func (*RsvpMgmtAuthSendTypeCounters) Descriptor

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

func (*RsvpMgmtAuthSendTypeCounters) GetAuthenticationChallengeResponsesSent

func (m *RsvpMgmtAuthSendTypeCounters) GetAuthenticationChallengeResponsesSent() uint32

func (*RsvpMgmtAuthSendTypeCounters) GetAuthenticationFailures

func (m *RsvpMgmtAuthSendTypeCounters) GetAuthenticationFailures() uint32

func (*RsvpMgmtAuthSendTypeCounters) GetAuthenticationSendChallengesReceived

func (m *RsvpMgmtAuthSendTypeCounters) GetAuthenticationSendChallengesReceived() uint32

func (*RsvpMgmtAuthSendTypeCounters) GetAuthenticationSent

func (m *RsvpMgmtAuthSendTypeCounters) GetAuthenticationSent() uint32

func (*RsvpMgmtAuthSendTypeCounters) ProtoMessage

func (*RsvpMgmtAuthSendTypeCounters) ProtoMessage()

func (*RsvpMgmtAuthSendTypeCounters) Reset

func (m *RsvpMgmtAuthSendTypeCounters) Reset()

func (*RsvpMgmtAuthSendTypeCounters) String

func (*RsvpMgmtAuthSendTypeCounters) XXX_DiscardUnknown

func (m *RsvpMgmtAuthSendTypeCounters) XXX_DiscardUnknown()

func (*RsvpMgmtAuthSendTypeCounters) XXX_Marshal

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

func (*RsvpMgmtAuthSendTypeCounters) XXX_Merge

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

func (*RsvpMgmtAuthSendTypeCounters) XXX_Size

func (m *RsvpMgmtAuthSendTypeCounters) XXX_Size() int

func (*RsvpMgmtAuthSendTypeCounters) XXX_Unmarshal

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

type RsvpMgmtAuthenticationCompact

type RsvpMgmtAuthenticationCompact struct {
	SourceAddressXr      string   `protobuf:"bytes,1,opt,name=source_address_xr,json=sourceAddressXr,proto3" json:"source_address_xr,omitempty"`
	DestinationAddressXr string   `protobuf:"bytes,2,opt,name=destination_address_xr,json=destinationAddressXr,proto3" json:"destination_address_xr,omitempty"`
	NeighborAddress      string   `protobuf:"bytes,3,opt,name=neighbor_address,json=neighborAddress,proto3" json:"neighbor_address,omitempty"`
	Direction            string   `protobuf:"bytes,4,opt,name=direction,proto3" json:"direction,omitempty"`
	KeyType              string   `protobuf:"bytes,5,opt,name=key_type,json=keyType,proto3" json:"key_type,omitempty"`
	KeySource            string   `protobuf:"bytes,6,opt,name=key_source,json=keySource,proto3" json:"key_source,omitempty"`
	KeyId                uint64   `protobuf:"varint,7,opt,name=key_id,json=keyId,proto3" json:"key_id,omitempty"`
	KeyIdValid           uint32   `protobuf:"varint,8,opt,name=key_id_valid,json=keyIdValid,proto3" json:"key_id_valid,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RsvpMgmtAuthenticationCompact) Descriptor

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

func (*RsvpMgmtAuthenticationCompact) GetDestinationAddressXr

func (m *RsvpMgmtAuthenticationCompact) GetDestinationAddressXr() string

func (*RsvpMgmtAuthenticationCompact) GetDirection

func (m *RsvpMgmtAuthenticationCompact) GetDirection() string

func (*RsvpMgmtAuthenticationCompact) GetKeyId

func (m *RsvpMgmtAuthenticationCompact) GetKeyId() uint64

func (*RsvpMgmtAuthenticationCompact) GetKeyIdValid

func (m *RsvpMgmtAuthenticationCompact) GetKeyIdValid() uint32

func (*RsvpMgmtAuthenticationCompact) GetKeySource

func (m *RsvpMgmtAuthenticationCompact) GetKeySource() string

func (*RsvpMgmtAuthenticationCompact) GetKeyType

func (m *RsvpMgmtAuthenticationCompact) GetKeyType() string

func (*RsvpMgmtAuthenticationCompact) GetNeighborAddress

func (m *RsvpMgmtAuthenticationCompact) GetNeighborAddress() string

func (*RsvpMgmtAuthenticationCompact) GetSourceAddressXr

func (m *RsvpMgmtAuthenticationCompact) GetSourceAddressXr() string

func (*RsvpMgmtAuthenticationCompact) ProtoMessage

func (*RsvpMgmtAuthenticationCompact) ProtoMessage()

func (*RsvpMgmtAuthenticationCompact) Reset

func (m *RsvpMgmtAuthenticationCompact) Reset()

func (*RsvpMgmtAuthenticationCompact) String

func (*RsvpMgmtAuthenticationCompact) XXX_DiscardUnknown

func (m *RsvpMgmtAuthenticationCompact) XXX_DiscardUnknown()

func (*RsvpMgmtAuthenticationCompact) XXX_Marshal

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

func (*RsvpMgmtAuthenticationCompact) XXX_Merge

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

func (*RsvpMgmtAuthenticationCompact) XXX_Size

func (m *RsvpMgmtAuthenticationCompact) XXX_Size() int

func (*RsvpMgmtAuthenticationCompact) XXX_Unmarshal

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

type RsvpMgmtAuthenticationDetail

type RsvpMgmtAuthenticationDetail struct {
	AuthCompact          *RsvpMgmtAuthenticationCompact `protobuf:"bytes,50,opt,name=auth_compact,json=authCompact,proto3" json:"auth_compact,omitempty"`
	KeyStatus            uint32                         `protobuf:"varint,51,opt,name=key_status,json=keyStatus,proto3" json:"key_status,omitempty"`
	KeyDigestInfo        uint32                         `protobuf:"varint,52,opt,name=key_digest_info,json=keyDigestInfo,proto3" json:"key_digest_info,omitempty"`
	Lifetime             uint32                         `protobuf:"varint,53,opt,name=lifetime,proto3" json:"lifetime,omitempty"`
	LifetimeLeft         uint32                         `protobuf:"varint,54,opt,name=lifetime_left,json=lifetimeLeft,proto3" json:"lifetime_left,omitempty"`
	ChallengeStatus      string                         `protobuf:"bytes,55,opt,name=challenge_status,json=challengeStatus,proto3" json:"challenge_status,omitempty"`
	DirectionInfo        *RsvpMgmtAuthDirection         `protobuf:"bytes,56,opt,name=direction_info,json=directionInfo,proto3" json:"direction_info,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                       `json:"-"`
	XXX_unrecognized     []byte                         `json:"-"`
	XXX_sizecache        int32                          `json:"-"`
}

func (*RsvpMgmtAuthenticationDetail) Descriptor

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

func (*RsvpMgmtAuthenticationDetail) GetAuthCompact

func (*RsvpMgmtAuthenticationDetail) GetChallengeStatus

func (m *RsvpMgmtAuthenticationDetail) GetChallengeStatus() string

func (*RsvpMgmtAuthenticationDetail) GetDirectionInfo

func (m *RsvpMgmtAuthenticationDetail) GetDirectionInfo() *RsvpMgmtAuthDirection

func (*RsvpMgmtAuthenticationDetail) GetKeyDigestInfo

func (m *RsvpMgmtAuthenticationDetail) GetKeyDigestInfo() uint32

func (*RsvpMgmtAuthenticationDetail) GetKeyStatus

func (m *RsvpMgmtAuthenticationDetail) GetKeyStatus() uint32

func (*RsvpMgmtAuthenticationDetail) GetLifetime

func (m *RsvpMgmtAuthenticationDetail) GetLifetime() uint32

func (*RsvpMgmtAuthenticationDetail) GetLifetimeLeft

func (m *RsvpMgmtAuthenticationDetail) GetLifetimeLeft() uint32

func (*RsvpMgmtAuthenticationDetail) ProtoMessage

func (*RsvpMgmtAuthenticationDetail) ProtoMessage()

func (*RsvpMgmtAuthenticationDetail) Reset

func (m *RsvpMgmtAuthenticationDetail) Reset()

func (*RsvpMgmtAuthenticationDetail) String

func (*RsvpMgmtAuthenticationDetail) XXX_DiscardUnknown

func (m *RsvpMgmtAuthenticationDetail) XXX_DiscardUnknown()

func (*RsvpMgmtAuthenticationDetail) XXX_Marshal

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

func (*RsvpMgmtAuthenticationDetail) XXX_Merge

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

func (*RsvpMgmtAuthenticationDetail) XXX_Size

func (m *RsvpMgmtAuthenticationDetail) XXX_Size() int

func (*RsvpMgmtAuthenticationDetail) XXX_Unmarshal

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

type RsvpMgmtAuthenticationDetail_KEYS

type RsvpMgmtAuthenticationDetail_KEYS struct {
	SourceAddress        string   `protobuf:"bytes,1,opt,name=source_address,json=sourceAddress,proto3" json:"source_address,omitempty"`
	DestinationAddress   string   `protobuf:"bytes,2,opt,name=destination_address,json=destinationAddress,proto3" json:"destination_address,omitempty"`
	ModeId               string   `protobuf:"bytes,3,opt,name=mode_id,json=modeId,proto3" json:"mode_id,omitempty"`
	InterfaceName        string   `protobuf:"bytes,4,opt,name=interface_name,json=interfaceName,proto3" json:"interface_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RsvpMgmtAuthenticationDetail_KEYS) Descriptor

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

func (*RsvpMgmtAuthenticationDetail_KEYS) GetDestinationAddress

func (m *RsvpMgmtAuthenticationDetail_KEYS) GetDestinationAddress() string

func (*RsvpMgmtAuthenticationDetail_KEYS) GetInterfaceName

func (m *RsvpMgmtAuthenticationDetail_KEYS) GetInterfaceName() string

func (*RsvpMgmtAuthenticationDetail_KEYS) GetModeId

func (*RsvpMgmtAuthenticationDetail_KEYS) GetSourceAddress

func (m *RsvpMgmtAuthenticationDetail_KEYS) GetSourceAddress() string

func (*RsvpMgmtAuthenticationDetail_KEYS) ProtoMessage

func (*RsvpMgmtAuthenticationDetail_KEYS) ProtoMessage()

func (*RsvpMgmtAuthenticationDetail_KEYS) Reset

func (*RsvpMgmtAuthenticationDetail_KEYS) String

func (*RsvpMgmtAuthenticationDetail_KEYS) XXX_DiscardUnknown

func (m *RsvpMgmtAuthenticationDetail_KEYS) XXX_DiscardUnknown()

func (*RsvpMgmtAuthenticationDetail_KEYS) XXX_Marshal

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

func (*RsvpMgmtAuthenticationDetail_KEYS) XXX_Merge

func (*RsvpMgmtAuthenticationDetail_KEYS) XXX_Size

func (m *RsvpMgmtAuthenticationDetail_KEYS) XXX_Size() int

func (*RsvpMgmtAuthenticationDetail_KEYS) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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