cisco_ios_xr_crypto_macsec_mka_oper_macsec_mka_interfaces_interface_session

package
v1.1.0 Latest Latest
Warning

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

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

Documentation

Overview

Cisco-IOS-XR-crypto-macsec-mka-oper:macsec/mka/interfaces/interface/session

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CaData

type CaData struct {
	IsKeyServer           bool             `protobuf:"varint,1,opt,name=is_key_server,json=isKeyServer,proto3" json:"is_key_server,omitempty"`
	Status                uint32           `protobuf:"varint,2,opt,name=status,proto3" json:"status,omitempty"`
	NumLivePeers          uint32           `protobuf:"varint,3,opt,name=num_live_peers,json=numLivePeers,proto3" json:"num_live_peers,omitempty"`
	FirstCa               bool             `protobuf:"varint,4,opt,name=first_ca,json=firstCa,proto3" json:"first_ca,omitempty"`
	PeerSci               string           `protobuf:"bytes,5,opt,name=peer_sci,json=peerSci,proto3" json:"peer_sci,omitempty"`
	NumLivePeersResponded uint32           `` /* 129-byte string literal not displayed */
	Ckn                   string           `protobuf:"bytes,7,opt,name=ckn,proto3" json:"ckn,omitempty"`
	MyMi                  string           `protobuf:"bytes,8,opt,name=my_mi,json=myMi,proto3" json:"my_mi,omitempty"`
	MyMn                  uint32           `protobuf:"varint,9,opt,name=my_mn,json=myMn,proto3" json:"my_mn,omitempty"`
	Authenticator         bool             `protobuf:"varint,10,opt,name=authenticator,proto3" json:"authenticator,omitempty"`
	LivePeer              []*PeerData      `protobuf:"bytes,11,rep,name=live_peer,json=livePeer,proto3" json:"live_peer,omitempty"`
	PotentialPeer         []*PeerData      `protobuf:"bytes,12,rep,name=potential_peer,json=potentialPeer,proto3" json:"potential_peer,omitempty"`
	DormantPeer           []*PeerData      `protobuf:"bytes,13,rep,name=dormant_peer,json=dormantPeer,proto3" json:"dormant_peer,omitempty"`
	StatusDescription     string           `protobuf:"bytes,14,opt,name=status_description,json=statusDescription,proto3" json:"status_description,omitempty"`
	AuthenticationMode    string           `protobuf:"bytes,15,opt,name=authentication_mode,json=authenticationMode,proto3" json:"authentication_mode,omitempty"`
	KeyChain              string           `protobuf:"bytes,16,opt,name=key_chain,json=keyChain,proto3" json:"key_chain,omitempty"`
	PeersStatus           *PeersStatusData `protobuf:"bytes,17,opt,name=peers_status,json=peersStatus,proto3" json:"peers_status,omitempty"`
	XXX_NoUnkeyedLiteral  struct{}         `json:"-"`
	XXX_unrecognized      []byte           `json:"-"`
	XXX_sizecache         int32            `json:"-"`
}

func (*CaData) Descriptor

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

func (*CaData) GetAuthenticationMode

func (m *CaData) GetAuthenticationMode() string

func (*CaData) GetAuthenticator

func (m *CaData) GetAuthenticator() bool

func (*CaData) GetCkn

func (m *CaData) GetCkn() string

func (*CaData) GetDormantPeer

func (m *CaData) GetDormantPeer() []*PeerData

func (*CaData) GetFirstCa

func (m *CaData) GetFirstCa() bool

func (*CaData) GetIsKeyServer

func (m *CaData) GetIsKeyServer() bool

func (*CaData) GetKeyChain

func (m *CaData) GetKeyChain() string

func (*CaData) GetLivePeer

func (m *CaData) GetLivePeer() []*PeerData

func (*CaData) GetMyMi

func (m *CaData) GetMyMi() string

func (*CaData) GetMyMn

func (m *CaData) GetMyMn() uint32

func (*CaData) GetNumLivePeers

func (m *CaData) GetNumLivePeers() uint32

func (*CaData) GetNumLivePeersResponded

func (m *CaData) GetNumLivePeersResponded() uint32

func (*CaData) GetPeerSci

func (m *CaData) GetPeerSci() string

func (*CaData) GetPeersStatus

func (m *CaData) GetPeersStatus() *PeersStatusData

func (*CaData) GetPotentialPeer

func (m *CaData) GetPotentialPeer() []*PeerData

func (*CaData) GetStatus

func (m *CaData) GetStatus() uint32

func (*CaData) GetStatusDescription

func (m *CaData) GetStatusDescription() string

func (*CaData) ProtoMessage

func (*CaData) ProtoMessage()

func (*CaData) Reset

func (m *CaData) Reset()

func (*CaData) String

func (m *CaData) String() string

func (*CaData) XXX_DiscardUnknown

func (m *CaData) XXX_DiscardUnknown()

func (*CaData) XXX_Marshal

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

func (*CaData) XXX_Merge

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

func (*CaData) XXX_Size

func (m *CaData) XXX_Size() int

func (*CaData) XXX_Unmarshal

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

type FallbackKeepaliveData

type FallbackKeepaliveData struct {
	Ckn                  string           `protobuf:"bytes,1,opt,name=ckn,proto3" json:"ckn,omitempty"`
	Mi                   string           `protobuf:"bytes,2,opt,name=mi,proto3" json:"mi,omitempty"`
	Mn                   uint32           `protobuf:"varint,3,opt,name=mn,proto3" json:"mn,omitempty"`
	PeersStatus          *PeersStatusData `protobuf:"bytes,4,opt,name=peers_status,json=peersStatus,proto3" json:"peers_status,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*FallbackKeepaliveData) Descriptor

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

func (*FallbackKeepaliveData) GetCkn

func (m *FallbackKeepaliveData) GetCkn() string

func (*FallbackKeepaliveData) GetMi

func (m *FallbackKeepaliveData) GetMi() string

func (*FallbackKeepaliveData) GetMn

func (m *FallbackKeepaliveData) GetMn() uint32

func (*FallbackKeepaliveData) GetPeersStatus

func (m *FallbackKeepaliveData) GetPeersStatus() *PeersStatusData

func (*FallbackKeepaliveData) ProtoMessage

func (*FallbackKeepaliveData) ProtoMessage()

func (*FallbackKeepaliveData) Reset

func (m *FallbackKeepaliveData) Reset()

func (*FallbackKeepaliveData) String

func (m *FallbackKeepaliveData) String() string

func (*FallbackKeepaliveData) XXX_DiscardUnknown

func (m *FallbackKeepaliveData) XXX_DiscardUnknown()

func (*FallbackKeepaliveData) XXX_Marshal

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

func (*FallbackKeepaliveData) XXX_Merge

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

func (*FallbackKeepaliveData) XXX_Size

func (m *FallbackKeepaliveData) XXX_Size() int

func (*FallbackKeepaliveData) XXX_Unmarshal

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

type MkaSession

type MkaSession struct {
	SessionSummary       *MkaSessionSummary `protobuf:"bytes,50,opt,name=session_summary,json=sessionSummary,proto3" json:"session_summary,omitempty"`
	Vp                   *VpData            `protobuf:"bytes,51,opt,name=vp,proto3" json:"vp,omitempty"`
	Ca                   []*CaData          `protobuf:"bytes,52,rep,name=ca,proto3" json:"ca,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*MkaSession) Descriptor

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

func (*MkaSession) GetCa

func (m *MkaSession) GetCa() []*CaData

func (*MkaSession) GetSessionSummary

func (m *MkaSession) GetSessionSummary() *MkaSessionSummary

func (*MkaSession) GetVp

func (m *MkaSession) GetVp() *VpData

func (*MkaSession) ProtoMessage

func (*MkaSession) ProtoMessage()

func (*MkaSession) Reset

func (m *MkaSession) Reset()

func (*MkaSession) String

func (m *MkaSession) String() string

func (*MkaSession) XXX_DiscardUnknown

func (m *MkaSession) XXX_DiscardUnknown()

func (*MkaSession) XXX_Marshal

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

func (*MkaSession) XXX_Merge

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

func (*MkaSession) XXX_Size

func (m *MkaSession) XXX_Size() int

func (*MkaSession) XXX_Unmarshal

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

type MkaSessionSummary

type MkaSessionSummary struct {
	InterfaceName               string      `protobuf:"bytes,1,opt,name=interface_name,json=interfaceName,proto3" json:"interface_name,omitempty"`
	InheritedPolicy             bool        `protobuf:"varint,2,opt,name=inherited_policy,json=inheritedPolicy,proto3" json:"inherited_policy,omitempty"`
	Policy                      string      `protobuf:"bytes,3,opt,name=policy,proto3" json:"policy,omitempty"`
	Priority                    uint32      `protobuf:"varint,4,opt,name=priority,proto3" json:"priority,omitempty"`
	MyMac                       string      `protobuf:"bytes,5,opt,name=my_mac,json=myMac,proto3" json:"my_mac,omitempty"`
	DelayProtection             bool        `protobuf:"varint,6,opt,name=delay_protection,json=delayProtection,proto3" json:"delay_protection,omitempty"`
	ReplayProtect               bool        `protobuf:"varint,7,opt,name=replay_protect,json=replayProtect,proto3" json:"replay_protect,omitempty"`
	WindowSize                  uint32      `protobuf:"varint,8,opt,name=window_size,json=windowSize,proto3" json:"window_size,omitempty"`
	IncludeIcvIndicator         bool        `protobuf:"varint,9,opt,name=include_icv_indicator,json=includeIcvIndicator,proto3" json:"include_icv_indicator,omitempty"`
	ConfidentialityOffset       uint32      `` /* 126-byte string literal not displayed */
	AlgoAgility                 uint32      `protobuf:"varint,11,opt,name=algo_agility,json=algoAgility,proto3" json:"algo_agility,omitempty"`
	Capability                  uint32      `protobuf:"varint,12,opt,name=capability,proto3" json:"capability,omitempty"`
	MkaCipherSuite              string      `protobuf:"bytes,13,opt,name=mka_cipher_suite,json=mkaCipherSuite,proto3" json:"mka_cipher_suite,omitempty"`
	ConfiguredMacSecCipherSuite string      `` /* 149-byte string literal not displayed */
	MacSecDesired               bool        `protobuf:"varint,15,opt,name=mac_sec_desired,json=macSecDesired,proto3" json:"mac_sec_desired,omitempty"`
	OuterTag                    *MkaVlanTag `protobuf:"bytes,16,opt,name=outer_tag,json=outerTag,proto3" json:"outer_tag,omitempty"`
	InnerTag                    *MkaVlanTag `protobuf:"bytes,17,opt,name=inner_tag,json=innerTag,proto3" json:"inner_tag,omitempty"`
	XXX_NoUnkeyedLiteral        struct{}    `json:"-"`
	XXX_unrecognized            []byte      `json:"-"`
	XXX_sizecache               int32       `json:"-"`
}

func (*MkaSessionSummary) Descriptor

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

func (*MkaSessionSummary) GetAlgoAgility

func (m *MkaSessionSummary) GetAlgoAgility() uint32

func (*MkaSessionSummary) GetCapability

func (m *MkaSessionSummary) GetCapability() uint32

func (*MkaSessionSummary) GetConfidentialityOffset

func (m *MkaSessionSummary) GetConfidentialityOffset() uint32

func (*MkaSessionSummary) GetConfiguredMacSecCipherSuite

func (m *MkaSessionSummary) GetConfiguredMacSecCipherSuite() string

func (*MkaSessionSummary) GetDelayProtection

func (m *MkaSessionSummary) GetDelayProtection() bool

func (*MkaSessionSummary) GetIncludeIcvIndicator

func (m *MkaSessionSummary) GetIncludeIcvIndicator() bool

func (*MkaSessionSummary) GetInheritedPolicy

func (m *MkaSessionSummary) GetInheritedPolicy() bool

func (*MkaSessionSummary) GetInnerTag

func (m *MkaSessionSummary) GetInnerTag() *MkaVlanTag

func (*MkaSessionSummary) GetInterfaceName

func (m *MkaSessionSummary) GetInterfaceName() string

func (*MkaSessionSummary) GetMacSecDesired

func (m *MkaSessionSummary) GetMacSecDesired() bool

func (*MkaSessionSummary) GetMkaCipherSuite

func (m *MkaSessionSummary) GetMkaCipherSuite() string

func (*MkaSessionSummary) GetMyMac

func (m *MkaSessionSummary) GetMyMac() string

func (*MkaSessionSummary) GetOuterTag

func (m *MkaSessionSummary) GetOuterTag() *MkaVlanTag

func (*MkaSessionSummary) GetPolicy

func (m *MkaSessionSummary) GetPolicy() string

func (*MkaSessionSummary) GetPriority

func (m *MkaSessionSummary) GetPriority() uint32

func (*MkaSessionSummary) GetReplayProtect

func (m *MkaSessionSummary) GetReplayProtect() bool

func (*MkaSessionSummary) GetWindowSize

func (m *MkaSessionSummary) GetWindowSize() uint32

func (*MkaSessionSummary) ProtoMessage

func (*MkaSessionSummary) ProtoMessage()

func (*MkaSessionSummary) Reset

func (m *MkaSessionSummary) Reset()

func (*MkaSessionSummary) String

func (m *MkaSessionSummary) String() string

func (*MkaSessionSummary) XXX_DiscardUnknown

func (m *MkaSessionSummary) XXX_DiscardUnknown()

func (*MkaSessionSummary) XXX_Marshal

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

func (*MkaSessionSummary) XXX_Merge

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

func (*MkaSessionSummary) XXX_Size

func (m *MkaSessionSummary) XXX_Size() int

func (*MkaSessionSummary) XXX_Unmarshal

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

type MkaSession_KEYS

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

func (*MkaSession_KEYS) Descriptor

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

func (*MkaSession_KEYS) GetName

func (m *MkaSession_KEYS) GetName() string

func (*MkaSession_KEYS) ProtoMessage

func (*MkaSession_KEYS) ProtoMessage()

func (*MkaSession_KEYS) Reset

func (m *MkaSession_KEYS) Reset()

func (*MkaSession_KEYS) String

func (m *MkaSession_KEYS) String() string

func (*MkaSession_KEYS) XXX_DiscardUnknown

func (m *MkaSession_KEYS) XXX_DiscardUnknown()

func (*MkaSession_KEYS) XXX_Marshal

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

func (*MkaSession_KEYS) XXX_Merge

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

func (*MkaSession_KEYS) XXX_Size

func (m *MkaSession_KEYS) XXX_Size() int

func (*MkaSession_KEYS) XXX_Unmarshal

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

type MkaVlanTag

type MkaVlanTag struct {
	EtherType            uint32   `protobuf:"varint,1,opt,name=ether_type,json=etherType,proto3" json:"ether_type,omitempty"`
	Priority             uint32   `protobuf:"varint,2,opt,name=priority,proto3" json:"priority,omitempty"`
	Cfi                  uint32   `protobuf:"varint,3,opt,name=cfi,proto3" json:"cfi,omitempty"`
	VlanId               uint32   `protobuf:"varint,4,opt,name=vlan_id,json=vlanId,proto3" json:"vlan_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*MkaVlanTag) Descriptor

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

func (*MkaVlanTag) GetCfi

func (m *MkaVlanTag) GetCfi() uint32

func (*MkaVlanTag) GetEtherType

func (m *MkaVlanTag) GetEtherType() uint32

func (*MkaVlanTag) GetPriority

func (m *MkaVlanTag) GetPriority() uint32

func (*MkaVlanTag) GetVlanId

func (m *MkaVlanTag) GetVlanId() uint32

func (*MkaVlanTag) ProtoMessage

func (*MkaVlanTag) ProtoMessage()

func (*MkaVlanTag) Reset

func (m *MkaVlanTag) Reset()

func (*MkaVlanTag) String

func (m *MkaVlanTag) String() string

func (*MkaVlanTag) XXX_DiscardUnknown

func (m *MkaVlanTag) XXX_DiscardUnknown()

func (*MkaVlanTag) XXX_Marshal

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

func (*MkaVlanTag) XXX_Merge

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

func (*MkaVlanTag) XXX_Size

func (m *MkaVlanTag) XXX_Size() int

func (*MkaVlanTag) XXX_Unmarshal

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

type PeerData

type PeerData struct {
	Mi                   string   `protobuf:"bytes,1,opt,name=mi,proto3" json:"mi,omitempty"`
	Sci                  string   `protobuf:"bytes,2,opt,name=sci,proto3" json:"sci,omitempty"`
	Mn                   uint32   `protobuf:"varint,3,opt,name=mn,proto3" json:"mn,omitempty"`
	Priority             uint32   `protobuf:"varint,4,opt,name=priority,proto3" json:"priority,omitempty"`
	Ssci                 uint32   `protobuf:"varint,5,opt,name=ssci,proto3" json:"ssci,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PeerData) Descriptor

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

func (*PeerData) GetMi

func (m *PeerData) GetMi() string

func (*PeerData) GetMn

func (m *PeerData) GetMn() uint32

func (*PeerData) GetPriority

func (m *PeerData) GetPriority() uint32

func (*PeerData) GetSci

func (m *PeerData) GetSci() string

func (*PeerData) GetSsci

func (m *PeerData) GetSsci() uint32

func (*PeerData) ProtoMessage

func (*PeerData) ProtoMessage()

func (*PeerData) Reset

func (m *PeerData) Reset()

func (*PeerData) String

func (m *PeerData) String() string

func (*PeerData) XXX_DiscardUnknown

func (m *PeerData) XXX_DiscardUnknown()

func (*PeerData) XXX_Marshal

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

func (*PeerData) XXX_Merge

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

func (*PeerData) XXX_Size

func (m *PeerData) XXX_Size() int

func (*PeerData) XXX_Unmarshal

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

type PeerStatusData

type PeerStatusData struct {
	Sci                  string                  `protobuf:"bytes,1,opt,name=sci,proto3" json:"sci,omitempty"`
	PeerData             *PeerStatusDataInternal `protobuf:"bytes,2,opt,name=peer_data,json=peerData,proto3" json:"peer_data,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                `json:"-"`
	XXX_unrecognized     []byte                  `json:"-"`
	XXX_sizecache        int32                   `json:"-"`
}

func (*PeerStatusData) Descriptor

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

func (*PeerStatusData) GetPeerData

func (m *PeerStatusData) GetPeerData() *PeerStatusDataInternal

func (*PeerStatusData) GetSci

func (m *PeerStatusData) GetSci() string

func (*PeerStatusData) ProtoMessage

func (*PeerStatusData) ProtoMessage()

func (*PeerStatusData) Reset

func (m *PeerStatusData) Reset()

func (*PeerStatusData) String

func (m *PeerStatusData) String() string

func (*PeerStatusData) XXX_DiscardUnknown

func (m *PeerStatusData) XXX_DiscardUnknown()

func (*PeerStatusData) XXX_Marshal

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

func (*PeerStatusData) XXX_Merge

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

func (*PeerStatusData) XXX_Size

func (m *PeerStatusData) XXX_Size() int

func (*PeerStatusData) XXX_Unmarshal

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

type PeerStatusDataInternal

type PeerStatusDataInternal struct {
	Mi                   string   `protobuf:"bytes,1,opt,name=mi,proto3" json:"mi,omitempty"`
	IcvStatus            string   `protobuf:"bytes,2,opt,name=icv_status,json=icvStatus,proto3" json:"icv_status,omitempty"`
	IcvCheckTimestamp    string   `protobuf:"bytes,3,opt,name=icv_check_timestamp,json=icvCheckTimestamp,proto3" json:"icv_check_timestamp,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PeerStatusDataInternal) Descriptor

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

func (*PeerStatusDataInternal) GetIcvCheckTimestamp

func (m *PeerStatusDataInternal) GetIcvCheckTimestamp() string

func (*PeerStatusDataInternal) GetIcvStatus

func (m *PeerStatusDataInternal) GetIcvStatus() string

func (*PeerStatusDataInternal) GetMi

func (m *PeerStatusDataInternal) GetMi() string

func (*PeerStatusDataInternal) ProtoMessage

func (*PeerStatusDataInternal) ProtoMessage()

func (*PeerStatusDataInternal) Reset

func (m *PeerStatusDataInternal) Reset()

func (*PeerStatusDataInternal) String

func (m *PeerStatusDataInternal) String() string

func (*PeerStatusDataInternal) XXX_DiscardUnknown

func (m *PeerStatusDataInternal) XXX_DiscardUnknown()

func (*PeerStatusDataInternal) XXX_Marshal

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

func (*PeerStatusDataInternal) XXX_Merge

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

func (*PeerStatusDataInternal) XXX_Size

func (m *PeerStatusDataInternal) XXX_Size() int

func (*PeerStatusDataInternal) XXX_Unmarshal

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

type PeersStatusData

type PeersStatusData struct {
	TxMkpduTimestamp     string            `protobuf:"bytes,1,opt,name=tx_mkpdu_timestamp,json=txMkpduTimestamp,proto3" json:"tx_mkpdu_timestamp,omitempty"`
	PeerCount            uint32            `protobuf:"varint,2,opt,name=peer_count,json=peerCount,proto3" json:"peer_count,omitempty"`
	Peer                 []*PeerStatusData `protobuf:"bytes,3,rep,name=peer,proto3" json:"peer,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*PeersStatusData) Descriptor

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

func (*PeersStatusData) GetPeer

func (m *PeersStatusData) GetPeer() []*PeerStatusData

func (*PeersStatusData) GetPeerCount

func (m *PeersStatusData) GetPeerCount() uint32

func (*PeersStatusData) GetTxMkpduTimestamp

func (m *PeersStatusData) GetTxMkpduTimestamp() string

func (*PeersStatusData) ProtoMessage

func (*PeersStatusData) ProtoMessage()

func (*PeersStatusData) Reset

func (m *PeersStatusData) Reset()

func (*PeersStatusData) String

func (m *PeersStatusData) String() string

func (*PeersStatusData) XXX_DiscardUnknown

func (m *PeersStatusData) XXX_DiscardUnknown()

func (*PeersStatusData) XXX_Marshal

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

func (*PeersStatusData) XXX_Merge

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

func (*PeersStatusData) XXX_Size

func (m *PeersStatusData) XXX_Size() int

func (*PeersStatusData) XXX_Unmarshal

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

type VpData

type VpData struct {
	MySci                string                   `protobuf:"bytes,1,opt,name=my_sci,json=mySci,proto3" json:"my_sci,omitempty"`
	VirtualPortId        uint32                   `protobuf:"varint,2,opt,name=virtual_port_id,json=virtualPortId,proto3" json:"virtual_port_id,omitempty"`
	LatestRx             bool                     `protobuf:"varint,3,opt,name=latest_rx,json=latestRx,proto3" json:"latest_rx,omitempty"`
	LatestTx             bool                     `protobuf:"varint,4,opt,name=latest_tx,json=latestTx,proto3" json:"latest_tx,omitempty"`
	LatestAn             uint32                   `protobuf:"varint,5,opt,name=latest_an,json=latestAn,proto3" json:"latest_an,omitempty"`
	LatestKi             string                   `protobuf:"bytes,6,opt,name=latest_ki,json=latestKi,proto3" json:"latest_ki,omitempty"`
	LatestKn             uint32                   `protobuf:"varint,7,opt,name=latest_kn,json=latestKn,proto3" json:"latest_kn,omitempty"`
	OldRx                bool                     `protobuf:"varint,8,opt,name=old_rx,json=oldRx,proto3" json:"old_rx,omitempty"`
	OldTx                bool                     `protobuf:"varint,9,opt,name=old_tx,json=oldTx,proto3" json:"old_tx,omitempty"`
	OldAn                uint32                   `protobuf:"varint,10,opt,name=old_an,json=oldAn,proto3" json:"old_an,omitempty"`
	OldKi                string                   `protobuf:"bytes,11,opt,name=old_ki,json=oldKi,proto3" json:"old_ki,omitempty"`
	OldKn                uint32                   `protobuf:"varint,12,opt,name=old_kn,json=oldKn,proto3" json:"old_kn,omitempty"`
	WaitTime             uint32                   `protobuf:"varint,13,opt,name=wait_time,json=waitTime,proto3" json:"wait_time,omitempty"`
	RetireTime           uint32                   `protobuf:"varint,14,opt,name=retire_time,json=retireTime,proto3" json:"retire_time,omitempty"`
	MacsecCipherSuite    string                   `protobuf:"bytes,15,opt,name=macsec_cipher_suite,json=macsecCipherSuite,proto3" json:"macsec_cipher_suite,omitempty"`
	Ssci                 uint32                   `protobuf:"varint,16,opt,name=ssci,proto3" json:"ssci,omitempty"`
	TimeToSakRekey       string                   `protobuf:"bytes,17,opt,name=time_to_sak_rekey,json=timeToSakRekey,proto3" json:"time_to_sak_rekey,omitempty"`
	FallbackKeepalive    []*FallbackKeepaliveData `protobuf:"bytes,18,rep,name=fallback_keepalive,json=fallbackKeepalive,proto3" json:"fallback_keepalive,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                 `json:"-"`
	XXX_unrecognized     []byte                   `json:"-"`
	XXX_sizecache        int32                    `json:"-"`
}

func (*VpData) Descriptor

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

func (*VpData) GetFallbackKeepalive

func (m *VpData) GetFallbackKeepalive() []*FallbackKeepaliveData

func (*VpData) GetLatestAn

func (m *VpData) GetLatestAn() uint32

func (*VpData) GetLatestKi

func (m *VpData) GetLatestKi() string

func (*VpData) GetLatestKn

func (m *VpData) GetLatestKn() uint32

func (*VpData) GetLatestRx

func (m *VpData) GetLatestRx() bool

func (*VpData) GetLatestTx

func (m *VpData) GetLatestTx() bool

func (*VpData) GetMacsecCipherSuite

func (m *VpData) GetMacsecCipherSuite() string

func (*VpData) GetMySci

func (m *VpData) GetMySci() string

func (*VpData) GetOldAn

func (m *VpData) GetOldAn() uint32

func (*VpData) GetOldKi

func (m *VpData) GetOldKi() string

func (*VpData) GetOldKn

func (m *VpData) GetOldKn() uint32

func (*VpData) GetOldRx

func (m *VpData) GetOldRx() bool

func (*VpData) GetOldTx

func (m *VpData) GetOldTx() bool

func (*VpData) GetRetireTime

func (m *VpData) GetRetireTime() uint32

func (*VpData) GetSsci

func (m *VpData) GetSsci() uint32

func (*VpData) GetTimeToSakRekey

func (m *VpData) GetTimeToSakRekey() string

func (*VpData) GetVirtualPortId

func (m *VpData) GetVirtualPortId() uint32

func (*VpData) GetWaitTime

func (m *VpData) GetWaitTime() uint32

func (*VpData) ProtoMessage

func (*VpData) ProtoMessage()

func (*VpData) Reset

func (m *VpData) Reset()

func (*VpData) String

func (m *VpData) String() string

func (*VpData) XXX_DiscardUnknown

func (m *VpData) XXX_DiscardUnknown()

func (*VpData) XXX_Marshal

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

func (*VpData) XXX_Merge

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

func (*VpData) XXX_Size

func (m *VpData) XXX_Size() int

func (*VpData) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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