cisco_ios_xr_ipv6_new_dhcpv6d_oper_dhcpv6_nodes_node_base_database

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-ipv6-new-dhcpv6d-oper:dhcpv6/nodes/node/base/database

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Ipv6DhcpdDatabase

type Ipv6DhcpdDatabase 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 (*Ipv6DhcpdDatabase) Descriptor

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

func (*Ipv6DhcpdDatabase) GetConfigured

func (m *Ipv6DhcpdDatabase) GetConfigured() bool

func (*Ipv6DhcpdDatabase) GetFailedFullFileWriteCount

func (m *Ipv6DhcpdDatabase) GetFailedFullFileWriteCount() uint32

func (*Ipv6DhcpdDatabase) GetFailedIncrementalFileWriteCount

func (m *Ipv6DhcpdDatabase) GetFailedIncrementalFileWriteCount() uint32

func (*Ipv6DhcpdDatabase) GetFullFileRecordCount

func (m *Ipv6DhcpdDatabase) GetFullFileRecordCount() uint32

func (*Ipv6DhcpdDatabase) GetFullFileWriteCount

func (m *Ipv6DhcpdDatabase) GetFullFileWriteCount() uint32

func (*Ipv6DhcpdDatabase) GetFullFileWriteInterval

func (m *Ipv6DhcpdDatabase) GetFullFileWriteInterval() uint32

func (*Ipv6DhcpdDatabase) GetIncrementalFileRecordCount

func (m *Ipv6DhcpdDatabase) GetIncrementalFileRecordCount() uint32

func (*Ipv6DhcpdDatabase) GetIncrementalFileWriteCount

func (m *Ipv6DhcpdDatabase) GetIncrementalFileWriteCount() uint32

func (*Ipv6DhcpdDatabase) GetIncrementalFileWriteInterval

func (m *Ipv6DhcpdDatabase) GetIncrementalFileWriteInterval() uint32

func (*Ipv6DhcpdDatabase) GetLastFullFileWriteErrorTimestamp

func (m *Ipv6DhcpdDatabase) GetLastFullFileWriteErrorTimestamp() uint32

func (*Ipv6DhcpdDatabase) GetLastFullWriteFileName

func (m *Ipv6DhcpdDatabase) GetLastFullWriteFileName() string

func (*Ipv6DhcpdDatabase) GetLastFullWriteTime

func (m *Ipv6DhcpdDatabase) GetLastFullWriteTime() uint32

func (*Ipv6DhcpdDatabase) GetLastIncrementalFileWriteErrorTimestamp

func (m *Ipv6DhcpdDatabase) GetLastIncrementalFileWriteErrorTimestamp() uint32

func (*Ipv6DhcpdDatabase) GetLastIncrementalWriteFileName

func (m *Ipv6DhcpdDatabase) GetLastIncrementalWriteFileName() string

func (*Ipv6DhcpdDatabase) GetLastIncrementalWriteTime

func (m *Ipv6DhcpdDatabase) GetLastIncrementalWriteTime() uint32

func (*Ipv6DhcpdDatabase) GetVersion

func (m *Ipv6DhcpdDatabase) GetVersion() uint32

func (*Ipv6DhcpdDatabase) ProtoMessage

func (*Ipv6DhcpdDatabase) ProtoMessage()

func (*Ipv6DhcpdDatabase) Reset

func (m *Ipv6DhcpdDatabase) Reset()

func (*Ipv6DhcpdDatabase) String

func (m *Ipv6DhcpdDatabase) String() string

func (*Ipv6DhcpdDatabase) XXX_DiscardUnknown

func (m *Ipv6DhcpdDatabase) XXX_DiscardUnknown()

func (*Ipv6DhcpdDatabase) XXX_Marshal

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

func (*Ipv6DhcpdDatabase) XXX_Merge

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

func (*Ipv6DhcpdDatabase) XXX_Size

func (m *Ipv6DhcpdDatabase) XXX_Size() int

func (*Ipv6DhcpdDatabase) XXX_Unmarshal

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

type Ipv6DhcpdDatabase_KEYS

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

func (*Ipv6DhcpdDatabase_KEYS) Descriptor

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

func (*Ipv6DhcpdDatabase_KEYS) GetNodeName

func (m *Ipv6DhcpdDatabase_KEYS) GetNodeName() string

func (*Ipv6DhcpdDatabase_KEYS) ProtoMessage

func (*Ipv6DhcpdDatabase_KEYS) ProtoMessage()

func (*Ipv6DhcpdDatabase_KEYS) Reset

func (m *Ipv6DhcpdDatabase_KEYS) Reset()

func (*Ipv6DhcpdDatabase_KEYS) String

func (m *Ipv6DhcpdDatabase_KEYS) String() string

func (*Ipv6DhcpdDatabase_KEYS) XXX_DiscardUnknown

func (m *Ipv6DhcpdDatabase_KEYS) XXX_DiscardUnknown()

func (*Ipv6DhcpdDatabase_KEYS) XXX_Marshal

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

func (*Ipv6DhcpdDatabase_KEYS) XXX_Merge

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

func (*Ipv6DhcpdDatabase_KEYS) XXX_Size

func (m *Ipv6DhcpdDatabase_KEYS) XXX_Size() int

func (*Ipv6DhcpdDatabase_KEYS) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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