Documentation
¶
Overview ¶
Cisco-IOS-XR-ipv4-dhcpd-oper:ipv4-dhcpd/nodes/node/base/database
Index ¶
- type Ipv4DhcpdDatabase
- func (*Ipv4DhcpdDatabase) Descriptor() ([]byte, []int)
- func (m *Ipv4DhcpdDatabase) GetConfigured() bool
- func (m *Ipv4DhcpdDatabase) GetFailedFullFileWriteCount() uint32
- func (m *Ipv4DhcpdDatabase) GetFailedIncrementalFileWriteCount() uint32
- func (m *Ipv4DhcpdDatabase) GetFullFileRecordCount() uint32
- func (m *Ipv4DhcpdDatabase) GetFullFileWriteCount() uint32
- func (m *Ipv4DhcpdDatabase) GetFullFileWriteInterval() uint32
- func (m *Ipv4DhcpdDatabase) GetIncrementalFileRecordCount() uint32
- func (m *Ipv4DhcpdDatabase) GetIncrementalFileWriteCount() uint32
- func (m *Ipv4DhcpdDatabase) GetIncrementalFileWriteInterval() uint32
- func (m *Ipv4DhcpdDatabase) GetLastFullFileWriteErrorTimestamp() uint32
- func (m *Ipv4DhcpdDatabase) GetLastFullWriteFileName() string
- func (m *Ipv4DhcpdDatabase) GetLastFullWriteTime() uint32
- func (m *Ipv4DhcpdDatabase) GetLastIncrementalFileWriteErrorTimestamp() uint32
- func (m *Ipv4DhcpdDatabase) GetLastIncrementalWriteFileName() string
- func (m *Ipv4DhcpdDatabase) GetLastIncrementalWriteTime() uint32
- func (m *Ipv4DhcpdDatabase) GetVersion() uint32
- func (*Ipv4DhcpdDatabase) ProtoMessage()
- func (m *Ipv4DhcpdDatabase) Reset()
- func (m *Ipv4DhcpdDatabase) String() string
- func (m *Ipv4DhcpdDatabase) XXX_DiscardUnknown()
- func (m *Ipv4DhcpdDatabase) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Ipv4DhcpdDatabase) XXX_Merge(src proto.Message)
- func (m *Ipv4DhcpdDatabase) XXX_Size() int
- func (m *Ipv4DhcpdDatabase) XXX_Unmarshal(b []byte) error
- type Ipv4DhcpdDatabase_KEYS
- func (*Ipv4DhcpdDatabase_KEYS) Descriptor() ([]byte, []int)
- func (m *Ipv4DhcpdDatabase_KEYS) GetNodeid() string
- func (*Ipv4DhcpdDatabase_KEYS) ProtoMessage()
- func (m *Ipv4DhcpdDatabase_KEYS) Reset()
- func (m *Ipv4DhcpdDatabase_KEYS) String() string
- func (m *Ipv4DhcpdDatabase_KEYS) XXX_DiscardUnknown()
- func (m *Ipv4DhcpdDatabase_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Ipv4DhcpdDatabase_KEYS) XXX_Merge(src proto.Message)
- func (m *Ipv4DhcpdDatabase_KEYS) XXX_Size() int
- func (m *Ipv4DhcpdDatabase_KEYS) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Ipv4DhcpdDatabase ¶
type Ipv4DhcpdDatabase struct { Configured bool `protobuf:"varint,50,opt,name=configured,proto3" json:"configured,omitempty"` Version uint32 `protobuf:"varint,51,opt,name=version,proto3" json:"version,omitempty"` FullFileWriteInterval uint32 `` /* 130-byte string literal not displayed */ LastFullWriteFileName string `` /* 131-byte string literal not displayed */ LastFullWriteTime uint32 `protobuf:"varint,54,opt,name=last_full_write_time,json=lastFullWriteTime,proto3" json:"last_full_write_time,omitempty"` FullFileWriteCount uint32 `protobuf:"varint,55,opt,name=full_file_write_count,json=fullFileWriteCount,proto3" json:"full_file_write_count,omitempty"` FailedFullFileWriteCount uint32 `` /* 141-byte string literal not displayed */ FullFileRecordCount uint32 `protobuf:"varint,57,opt,name=full_file_record_count,json=fullFileRecordCount,proto3" json:"full_file_record_count,omitempty"` LastFullFileWriteErrorTimestamp uint32 `` /* 164-byte string literal not displayed */ IncrementalFileWriteInterval uint32 `` /* 151-byte string literal not displayed */ LastIncrementalWriteFileName string `` /* 152-byte string literal not displayed */ LastIncrementalWriteTime uint32 `` /* 139-byte string literal not displayed */ IncrementalFileWriteCount uint32 `` /* 142-byte string literal not displayed */ FailedIncrementalFileWriteCount uint32 `` /* 162-byte string literal not displayed */ IncrementalFileRecordCount uint32 `` /* 145-byte string literal not displayed */ LastIncrementalFileWriteErrorTimestamp uint32 `` /* 185-byte string literal not displayed */ XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Ipv4DhcpdDatabase) Descriptor ¶
func (*Ipv4DhcpdDatabase) Descriptor() ([]byte, []int)
func (*Ipv4DhcpdDatabase) GetConfigured ¶
func (m *Ipv4DhcpdDatabase) GetConfigured() bool
func (*Ipv4DhcpdDatabase) GetFailedFullFileWriteCount ¶
func (m *Ipv4DhcpdDatabase) GetFailedFullFileWriteCount() uint32
func (*Ipv4DhcpdDatabase) GetFailedIncrementalFileWriteCount ¶
func (m *Ipv4DhcpdDatabase) GetFailedIncrementalFileWriteCount() uint32
func (*Ipv4DhcpdDatabase) GetFullFileRecordCount ¶
func (m *Ipv4DhcpdDatabase) GetFullFileRecordCount() uint32
func (*Ipv4DhcpdDatabase) GetFullFileWriteCount ¶
func (m *Ipv4DhcpdDatabase) GetFullFileWriteCount() uint32
func (*Ipv4DhcpdDatabase) GetFullFileWriteInterval ¶
func (m *Ipv4DhcpdDatabase) GetFullFileWriteInterval() uint32
func (*Ipv4DhcpdDatabase) GetIncrementalFileRecordCount ¶
func (m *Ipv4DhcpdDatabase) GetIncrementalFileRecordCount() uint32
func (*Ipv4DhcpdDatabase) GetIncrementalFileWriteCount ¶
func (m *Ipv4DhcpdDatabase) GetIncrementalFileWriteCount() uint32
func (*Ipv4DhcpdDatabase) GetIncrementalFileWriteInterval ¶
func (m *Ipv4DhcpdDatabase) GetIncrementalFileWriteInterval() uint32
func (*Ipv4DhcpdDatabase) GetLastFullFileWriteErrorTimestamp ¶
func (m *Ipv4DhcpdDatabase) GetLastFullFileWriteErrorTimestamp() uint32
func (*Ipv4DhcpdDatabase) GetLastFullWriteFileName ¶
func (m *Ipv4DhcpdDatabase) GetLastFullWriteFileName() string
func (*Ipv4DhcpdDatabase) GetLastFullWriteTime ¶
func (m *Ipv4DhcpdDatabase) GetLastFullWriteTime() uint32
func (*Ipv4DhcpdDatabase) GetLastIncrementalFileWriteErrorTimestamp ¶
func (m *Ipv4DhcpdDatabase) GetLastIncrementalFileWriteErrorTimestamp() uint32
func (*Ipv4DhcpdDatabase) GetLastIncrementalWriteFileName ¶
func (m *Ipv4DhcpdDatabase) GetLastIncrementalWriteFileName() string
func (*Ipv4DhcpdDatabase) GetLastIncrementalWriteTime ¶
func (m *Ipv4DhcpdDatabase) GetLastIncrementalWriteTime() uint32
func (*Ipv4DhcpdDatabase) GetVersion ¶
func (m *Ipv4DhcpdDatabase) GetVersion() uint32
func (*Ipv4DhcpdDatabase) ProtoMessage ¶
func (*Ipv4DhcpdDatabase) ProtoMessage()
func (*Ipv4DhcpdDatabase) Reset ¶
func (m *Ipv4DhcpdDatabase) Reset()
func (*Ipv4DhcpdDatabase) String ¶
func (m *Ipv4DhcpdDatabase) String() string
func (*Ipv4DhcpdDatabase) XXX_DiscardUnknown ¶
func (m *Ipv4DhcpdDatabase) XXX_DiscardUnknown()
func (*Ipv4DhcpdDatabase) XXX_Marshal ¶
func (m *Ipv4DhcpdDatabase) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*Ipv4DhcpdDatabase) XXX_Merge ¶
func (m *Ipv4DhcpdDatabase) XXX_Merge(src proto.Message)
func (*Ipv4DhcpdDatabase) XXX_Size ¶
func (m *Ipv4DhcpdDatabase) XXX_Size() int
func (*Ipv4DhcpdDatabase) XXX_Unmarshal ¶
func (m *Ipv4DhcpdDatabase) XXX_Unmarshal(b []byte) error
type Ipv4DhcpdDatabase_KEYS ¶
type Ipv4DhcpdDatabase_KEYS struct { Nodeid string `protobuf:"bytes,1,opt,name=nodeid,proto3" json:"nodeid,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Ipv4DhcpdDatabase_KEYS) Descriptor ¶
func (*Ipv4DhcpdDatabase_KEYS) Descriptor() ([]byte, []int)
func (*Ipv4DhcpdDatabase_KEYS) GetNodeid ¶
func (m *Ipv4DhcpdDatabase_KEYS) GetNodeid() string
func (*Ipv4DhcpdDatabase_KEYS) ProtoMessage ¶
func (*Ipv4DhcpdDatabase_KEYS) ProtoMessage()
func (*Ipv4DhcpdDatabase_KEYS) Reset ¶
func (m *Ipv4DhcpdDatabase_KEYS) Reset()
func (*Ipv4DhcpdDatabase_KEYS) String ¶
func (m *Ipv4DhcpdDatabase_KEYS) String() string
func (*Ipv4DhcpdDatabase_KEYS) XXX_DiscardUnknown ¶
func (m *Ipv4DhcpdDatabase_KEYS) XXX_DiscardUnknown()
func (*Ipv4DhcpdDatabase_KEYS) XXX_Marshal ¶
func (m *Ipv4DhcpdDatabase_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*Ipv4DhcpdDatabase_KEYS) XXX_Merge ¶
func (m *Ipv4DhcpdDatabase_KEYS) XXX_Merge(src proto.Message)
func (*Ipv4DhcpdDatabase_KEYS) XXX_Size ¶
func (m *Ipv4DhcpdDatabase_KEYS) XXX_Size() int
func (*Ipv4DhcpdDatabase_KEYS) XXX_Unmarshal ¶
func (m *Ipv4DhcpdDatabase_KEYS) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.