Documentation
¶
Overview ¶
Cisco-IOS-XR-ipv4-dhcpd-oper:ipv4-dhcpd/nodes/node/server/disconnect-histories/disconnect-history
Index ¶
- type Ipv4DhcpdDiscHistory
- func (*Ipv4DhcpdDiscHistory) Descriptor() ([]byte, []int)
- func (m *Ipv4DhcpdDiscHistory) GetDiscReason() string
- func (m *Ipv4DhcpdDiscHistory) GetMacAddress() string
- func (m *Ipv4DhcpdDiscHistory) GetSessionEndTimeEpoch() uint64
- func (m *Ipv4DhcpdDiscHistory) GetSessionStartTimeEpoch() uint64
- func (m *Ipv4DhcpdDiscHistory) GetSubLabel() uint32
- func (*Ipv4DhcpdDiscHistory) ProtoMessage()
- func (m *Ipv4DhcpdDiscHistory) Reset()
- func (m *Ipv4DhcpdDiscHistory) String() string
- func (m *Ipv4DhcpdDiscHistory) XXX_DiscardUnknown()
- func (m *Ipv4DhcpdDiscHistory) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Ipv4DhcpdDiscHistory) XXX_Merge(src proto.Message)
- func (m *Ipv4DhcpdDiscHistory) XXX_Size() int
- func (m *Ipv4DhcpdDiscHistory) XXX_Unmarshal(b []byte) error
- type Ipv4DhcpdDiscHistory_KEYS
- func (*Ipv4DhcpdDiscHistory_KEYS) Descriptor() ([]byte, []int)
- func (m *Ipv4DhcpdDiscHistory_KEYS) GetIndex() string
- func (m *Ipv4DhcpdDiscHistory_KEYS) GetNodeid() string
- func (*Ipv4DhcpdDiscHistory_KEYS) ProtoMessage()
- func (m *Ipv4DhcpdDiscHistory_KEYS) Reset()
- func (m *Ipv4DhcpdDiscHistory_KEYS) String() string
- func (m *Ipv4DhcpdDiscHistory_KEYS) XXX_DiscardUnknown()
- func (m *Ipv4DhcpdDiscHistory_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Ipv4DhcpdDiscHistory_KEYS) XXX_Merge(src proto.Message)
- func (m *Ipv4DhcpdDiscHistory_KEYS) XXX_Size() int
- func (m *Ipv4DhcpdDiscHistory_KEYS) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Ipv4DhcpdDiscHistory ¶
type Ipv4DhcpdDiscHistory struct { SessionStartTimeEpoch uint64 `` /* 130-byte string literal not displayed */ SessionEndTimeEpoch uint64 `protobuf:"varint,51,opt,name=session_end_time_epoch,json=sessionEndTimeEpoch,proto3" json:"session_end_time_epoch,omitempty"` DiscReason string `protobuf:"bytes,52,opt,name=disc_reason,json=discReason,proto3" json:"disc_reason,omitempty"` SubLabel uint32 `protobuf:"varint,53,opt,name=sub_label,json=subLabel,proto3" json:"sub_label,omitempty"` MacAddress string `protobuf:"bytes,54,opt,name=mac_address,json=macAddress,proto3" json:"mac_address,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Ipv4DhcpdDiscHistory) Descriptor ¶
func (*Ipv4DhcpdDiscHistory) Descriptor() ([]byte, []int)
func (*Ipv4DhcpdDiscHistory) GetDiscReason ¶
func (m *Ipv4DhcpdDiscHistory) GetDiscReason() string
func (*Ipv4DhcpdDiscHistory) GetMacAddress ¶
func (m *Ipv4DhcpdDiscHistory) GetMacAddress() string
func (*Ipv4DhcpdDiscHistory) GetSessionEndTimeEpoch ¶
func (m *Ipv4DhcpdDiscHistory) GetSessionEndTimeEpoch() uint64
func (*Ipv4DhcpdDiscHistory) GetSessionStartTimeEpoch ¶
func (m *Ipv4DhcpdDiscHistory) GetSessionStartTimeEpoch() uint64
func (*Ipv4DhcpdDiscHistory) GetSubLabel ¶
func (m *Ipv4DhcpdDiscHistory) GetSubLabel() uint32
func (*Ipv4DhcpdDiscHistory) ProtoMessage ¶
func (*Ipv4DhcpdDiscHistory) ProtoMessage()
func (*Ipv4DhcpdDiscHistory) Reset ¶
func (m *Ipv4DhcpdDiscHistory) Reset()
func (*Ipv4DhcpdDiscHistory) String ¶
func (m *Ipv4DhcpdDiscHistory) String() string
func (*Ipv4DhcpdDiscHistory) XXX_DiscardUnknown ¶
func (m *Ipv4DhcpdDiscHistory) XXX_DiscardUnknown()
func (*Ipv4DhcpdDiscHistory) XXX_Marshal ¶
func (m *Ipv4DhcpdDiscHistory) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*Ipv4DhcpdDiscHistory) XXX_Merge ¶
func (m *Ipv4DhcpdDiscHistory) XXX_Merge(src proto.Message)
func (*Ipv4DhcpdDiscHistory) XXX_Size ¶
func (m *Ipv4DhcpdDiscHistory) XXX_Size() int
func (*Ipv4DhcpdDiscHistory) XXX_Unmarshal ¶
func (m *Ipv4DhcpdDiscHistory) XXX_Unmarshal(b []byte) error
type Ipv4DhcpdDiscHistory_KEYS ¶
type Ipv4DhcpdDiscHistory_KEYS struct { Nodeid string `protobuf:"bytes,1,opt,name=nodeid,proto3" json:"nodeid,omitempty"` Index string `protobuf:"bytes,2,opt,name=index,proto3" json:"index,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Ipv4DhcpdDiscHistory_KEYS) Descriptor ¶
func (*Ipv4DhcpdDiscHistory_KEYS) Descriptor() ([]byte, []int)
func (*Ipv4DhcpdDiscHistory_KEYS) GetIndex ¶
func (m *Ipv4DhcpdDiscHistory_KEYS) GetIndex() string
func (*Ipv4DhcpdDiscHistory_KEYS) GetNodeid ¶
func (m *Ipv4DhcpdDiscHistory_KEYS) GetNodeid() string
func (*Ipv4DhcpdDiscHistory_KEYS) ProtoMessage ¶
func (*Ipv4DhcpdDiscHistory_KEYS) ProtoMessage()
func (*Ipv4DhcpdDiscHistory_KEYS) Reset ¶
func (m *Ipv4DhcpdDiscHistory_KEYS) Reset()
func (*Ipv4DhcpdDiscHistory_KEYS) String ¶
func (m *Ipv4DhcpdDiscHistory_KEYS) String() string
func (*Ipv4DhcpdDiscHistory_KEYS) XXX_DiscardUnknown ¶
func (m *Ipv4DhcpdDiscHistory_KEYS) XXX_DiscardUnknown()
func (*Ipv4DhcpdDiscHistory_KEYS) XXX_Marshal ¶
func (m *Ipv4DhcpdDiscHistory_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*Ipv4DhcpdDiscHistory_KEYS) XXX_Merge ¶
func (m *Ipv4DhcpdDiscHistory_KEYS) XXX_Merge(src proto.Message)
func (*Ipv4DhcpdDiscHistory_KEYS) XXX_Size ¶
func (m *Ipv4DhcpdDiscHistory_KEYS) XXX_Size() int
func (*Ipv4DhcpdDiscHistory_KEYS) XXX_Unmarshal ¶
func (m *Ipv4DhcpdDiscHistory_KEYS) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.