cisco_ios_xr_ip_tcp_oper_tcp_connection_nodes_node_keychains_keychain

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-tcp-oper:tcp-connection/nodes/node/keychains/keychain

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type TcpShIdBag

type TcpShIdBag struct {
	Id                   uint32           `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Keys                 []*TcpShKeyIdBag `protobuf:"bytes,2,rep,name=keys,proto3" json:"keys,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*TcpShIdBag) Descriptor

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

func (*TcpShIdBag) GetId

func (m *TcpShIdBag) GetId() uint32

func (*TcpShIdBag) GetKeys

func (m *TcpShIdBag) GetKeys() []*TcpShKeyIdBag

func (*TcpShIdBag) ProtoMessage

func (*TcpShIdBag) ProtoMessage()

func (*TcpShIdBag) Reset

func (m *TcpShIdBag) Reset()

func (*TcpShIdBag) String

func (m *TcpShIdBag) String() string

func (*TcpShIdBag) XXX_DiscardUnknown

func (m *TcpShIdBag) XXX_DiscardUnknown()

func (*TcpShIdBag) XXX_Marshal

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

func (*TcpShIdBag) XXX_Merge

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

func (*TcpShIdBag) XXX_Size

func (m *TcpShIdBag) XXX_Size() int

func (*TcpShIdBag) XXX_Unmarshal

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

type TcpShKeyBag

type TcpShKeyBag struct {
	KeyId                   uint64           `protobuf:"varint,1,opt,name=key_id,json=keyId,proto3" json:"key_id,omitempty"`
	IsActive                bool             `protobuf:"varint,2,opt,name=is_active,json=isActive,proto3" json:"is_active,omitempty"`
	IsExpired               bool             `protobuf:"varint,3,opt,name=is_expired,json=isExpired,proto3" json:"is_expired,omitempty"`
	IsValid                 bool             `protobuf:"varint,4,opt,name=is_valid,json=isValid,proto3" json:"is_valid,omitempty"`
	Reason                  string           `protobuf:"bytes,5,opt,name=reason,proto3" json:"reason,omitempty"`
	SendId                  uint32           `protobuf:"varint,6,opt,name=send_id,json=sendId,proto3" json:"send_id,omitempty"`
	RecvId                  uint32           `protobuf:"varint,7,opt,name=recv_id,json=recvId,proto3" json:"recv_id,omitempty"`
	CryptAlgo               string           `protobuf:"bytes,8,opt,name=crypt_algo,json=cryptAlgo,proto3" json:"crypt_algo,omitempty"`
	IsConfigured            bool             `protobuf:"varint,9,opt,name=is_configured,json=isConfigured,proto3" json:"is_configured,omitempty"`
	InvalidatedKey          []*TcpShKeyIdBag `protobuf:"bytes,10,rep,name=invalidated_key,json=invalidatedKey,proto3" json:"invalidated_key,omitempty"`
	OverlappingKeyAvailable bool             `` /* 134-byte string literal not displayed */
	OverlappingKey          uint64           `protobuf:"varint,12,opt,name=overlapping_key,json=overlappingKey,proto3" json:"overlapping_key,omitempty"`
	XXX_NoUnkeyedLiteral    struct{}         `json:"-"`
	XXX_unrecognized        []byte           `json:"-"`
	XXX_sizecache           int32            `json:"-"`
}

func (*TcpShKeyBag) Descriptor

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

func (*TcpShKeyBag) GetCryptAlgo

func (m *TcpShKeyBag) GetCryptAlgo() string

func (*TcpShKeyBag) GetInvalidatedKey

func (m *TcpShKeyBag) GetInvalidatedKey() []*TcpShKeyIdBag

func (*TcpShKeyBag) GetIsActive

func (m *TcpShKeyBag) GetIsActive() bool

func (*TcpShKeyBag) GetIsConfigured

func (m *TcpShKeyBag) GetIsConfigured() bool

func (*TcpShKeyBag) GetIsExpired

func (m *TcpShKeyBag) GetIsExpired() bool

func (*TcpShKeyBag) GetIsValid

func (m *TcpShKeyBag) GetIsValid() bool

func (*TcpShKeyBag) GetKeyId

func (m *TcpShKeyBag) GetKeyId() uint64

func (*TcpShKeyBag) GetOverlappingKey

func (m *TcpShKeyBag) GetOverlappingKey() uint64

func (*TcpShKeyBag) GetOverlappingKeyAvailable

func (m *TcpShKeyBag) GetOverlappingKeyAvailable() bool

func (*TcpShKeyBag) GetReason

func (m *TcpShKeyBag) GetReason() string

func (*TcpShKeyBag) GetRecvId

func (m *TcpShKeyBag) GetRecvId() uint32

func (*TcpShKeyBag) GetSendId

func (m *TcpShKeyBag) GetSendId() uint32

func (*TcpShKeyBag) ProtoMessage

func (*TcpShKeyBag) ProtoMessage()

func (*TcpShKeyBag) Reset

func (m *TcpShKeyBag) Reset()

func (*TcpShKeyBag) String

func (m *TcpShKeyBag) String() string

func (*TcpShKeyBag) XXX_DiscardUnknown

func (m *TcpShKeyBag) XXX_DiscardUnknown()

func (*TcpShKeyBag) XXX_Marshal

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

func (*TcpShKeyBag) XXX_Merge

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

func (*TcpShKeyBag) XXX_Size

func (m *TcpShKeyBag) XXX_Size() int

func (*TcpShKeyBag) XXX_Unmarshal

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

type TcpShKeyIdBag

type TcpShKeyIdBag struct {
	KeyId                uint64   `protobuf:"varint,1,opt,name=key_id,json=keyId,proto3" json:"key_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*TcpShKeyIdBag) Descriptor

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

func (*TcpShKeyIdBag) GetKeyId

func (m *TcpShKeyIdBag) GetKeyId() uint64

func (*TcpShKeyIdBag) ProtoMessage

func (*TcpShKeyIdBag) ProtoMessage()

func (*TcpShKeyIdBag) Reset

func (m *TcpShKeyIdBag) Reset()

func (*TcpShKeyIdBag) String

func (m *TcpShKeyIdBag) String() string

func (*TcpShKeyIdBag) XXX_DiscardUnknown

func (m *TcpShKeyIdBag) XXX_DiscardUnknown()

func (*TcpShKeyIdBag) XXX_Marshal

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

func (*TcpShKeyIdBag) XXX_Merge

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

func (*TcpShKeyIdBag) XXX_Size

func (m *TcpShKeyIdBag) XXX_Size() int

func (*TcpShKeyIdBag) XXX_Unmarshal

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

type TcpShKeychainBag

type TcpShKeychainBag struct {
	ChainName            string           `protobuf:"bytes,50,opt,name=chain_name,json=chainName,proto3" json:"chain_name,omitempty"`
	IsConfigured         bool             `protobuf:"varint,51,opt,name=is_configured,json=isConfigured,proto3" json:"is_configured,omitempty"`
	DesiredKeyAvailable  bool             `protobuf:"varint,52,opt,name=desired_key_available,json=desiredKeyAvailable,proto3" json:"desired_key_available,omitempty"`
	DesiredKeyId         uint64           `protobuf:"varint,53,opt,name=desired_key_id,json=desiredKeyId,proto3" json:"desired_key_id,omitempty"`
	Keys                 []*TcpShKeyBag   `protobuf:"bytes,54,rep,name=keys,proto3" json:"keys,omitempty"`
	ActiveKey            []*TcpShKeyIdBag `protobuf:"bytes,55,rep,name=active_key,json=activeKey,proto3" json:"active_key,omitempty"`
	SendId               []*TcpShIdBag    `protobuf:"bytes,56,rep,name=send_id,json=sendId,proto3" json:"send_id,omitempty"`
	ReceiveId            []*TcpShIdBag    `protobuf:"bytes,57,rep,name=receive_id,json=receiveId,proto3" json:"receive_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*TcpShKeychainBag) Descriptor

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

func (*TcpShKeychainBag) GetActiveKey

func (m *TcpShKeychainBag) GetActiveKey() []*TcpShKeyIdBag

func (*TcpShKeychainBag) GetChainName

func (m *TcpShKeychainBag) GetChainName() string

func (*TcpShKeychainBag) GetDesiredKeyAvailable

func (m *TcpShKeychainBag) GetDesiredKeyAvailable() bool

func (*TcpShKeychainBag) GetDesiredKeyId

func (m *TcpShKeychainBag) GetDesiredKeyId() uint64

func (*TcpShKeychainBag) GetIsConfigured

func (m *TcpShKeychainBag) GetIsConfigured() bool

func (*TcpShKeychainBag) GetKeys

func (m *TcpShKeychainBag) GetKeys() []*TcpShKeyBag

func (*TcpShKeychainBag) GetReceiveId

func (m *TcpShKeychainBag) GetReceiveId() []*TcpShIdBag

func (*TcpShKeychainBag) GetSendId

func (m *TcpShKeychainBag) GetSendId() []*TcpShIdBag

func (*TcpShKeychainBag) ProtoMessage

func (*TcpShKeychainBag) ProtoMessage()

func (*TcpShKeychainBag) Reset

func (m *TcpShKeychainBag) Reset()

func (*TcpShKeychainBag) String

func (m *TcpShKeychainBag) String() string

func (*TcpShKeychainBag) XXX_DiscardUnknown

func (m *TcpShKeychainBag) XXX_DiscardUnknown()

func (*TcpShKeychainBag) XXX_Marshal

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

func (*TcpShKeychainBag) XXX_Merge

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

func (*TcpShKeychainBag) XXX_Size

func (m *TcpShKeychainBag) XXX_Size() int

func (*TcpShKeychainBag) XXX_Unmarshal

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

type TcpShKeychainBag_KEYS

type TcpShKeychainBag_KEYS struct {
	Id                   string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	KeychainName         string   `protobuf:"bytes,2,opt,name=keychain_name,json=keychainName,proto3" json:"keychain_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*TcpShKeychainBag_KEYS) Descriptor

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

func (*TcpShKeychainBag_KEYS) GetId

func (m *TcpShKeychainBag_KEYS) GetId() string

func (*TcpShKeychainBag_KEYS) GetKeychainName

func (m *TcpShKeychainBag_KEYS) GetKeychainName() string

func (*TcpShKeychainBag_KEYS) ProtoMessage

func (*TcpShKeychainBag_KEYS) ProtoMessage()

func (*TcpShKeychainBag_KEYS) Reset

func (m *TcpShKeychainBag_KEYS) Reset()

func (*TcpShKeychainBag_KEYS) String

func (m *TcpShKeychainBag_KEYS) String() string

func (*TcpShKeychainBag_KEYS) XXX_DiscardUnknown

func (m *TcpShKeychainBag_KEYS) XXX_DiscardUnknown()

func (*TcpShKeychainBag_KEYS) XXX_Marshal

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

func (*TcpShKeychainBag_KEYS) XXX_Merge

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

func (*TcpShKeychainBag_KEYS) XXX_Size

func (m *TcpShKeychainBag_KEYS) XXX_Size() int

func (*TcpShKeychainBag_KEYS) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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