cisco_ios_xr_ipv6_new_dhcpv6d_oper_dhcpv6_nodes_node_proxy_disconnect_histories_disconnect_history

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/proxy/disconnect-histories/disconnect-history

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Ipv6Dhcpv6DDiscHistory

type Ipv6Dhcpv6DDiscHistory 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"`
	Duid                  string   `protobuf:"bytes,54,opt,name=duid,proto3" json:"duid,omitempty"`
	IaType                string   `protobuf:"bytes,55,opt,name=ia_type,json=iaType,proto3" json:"ia_type,omitempty"`
	IaId                  uint32   `protobuf:"varint,56,opt,name=ia_id,json=iaId,proto3" json:"ia_id,omitempty"`
	MacAddress            string   `protobuf:"bytes,57,opt,name=mac_address,json=macAddress,proto3" json:"mac_address,omitempty"`
	XXX_NoUnkeyedLiteral  struct{} `json:"-"`
	XXX_unrecognized      []byte   `json:"-"`
	XXX_sizecache         int32    `json:"-"`
}

func (*Ipv6Dhcpv6DDiscHistory) Descriptor

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

func (*Ipv6Dhcpv6DDiscHistory) GetDiscReason

func (m *Ipv6Dhcpv6DDiscHistory) GetDiscReason() string

func (*Ipv6Dhcpv6DDiscHistory) GetDuid

func (m *Ipv6Dhcpv6DDiscHistory) GetDuid() string

func (*Ipv6Dhcpv6DDiscHistory) GetIaId

func (m *Ipv6Dhcpv6DDiscHistory) GetIaId() uint32

func (*Ipv6Dhcpv6DDiscHistory) GetIaType

func (m *Ipv6Dhcpv6DDiscHistory) GetIaType() string

func (*Ipv6Dhcpv6DDiscHistory) GetMacAddress

func (m *Ipv6Dhcpv6DDiscHistory) GetMacAddress() string

func (*Ipv6Dhcpv6DDiscHistory) GetSessionEndTimeEpoch

func (m *Ipv6Dhcpv6DDiscHistory) GetSessionEndTimeEpoch() uint64

func (*Ipv6Dhcpv6DDiscHistory) GetSessionStartTimeEpoch

func (m *Ipv6Dhcpv6DDiscHistory) GetSessionStartTimeEpoch() uint64

func (*Ipv6Dhcpv6DDiscHistory) GetSubLabel

func (m *Ipv6Dhcpv6DDiscHistory) GetSubLabel() uint32

func (*Ipv6Dhcpv6DDiscHistory) ProtoMessage

func (*Ipv6Dhcpv6DDiscHistory) ProtoMessage()

func (*Ipv6Dhcpv6DDiscHistory) Reset

func (m *Ipv6Dhcpv6DDiscHistory) Reset()

func (*Ipv6Dhcpv6DDiscHistory) String

func (m *Ipv6Dhcpv6DDiscHistory) String() string

func (*Ipv6Dhcpv6DDiscHistory) XXX_DiscardUnknown

func (m *Ipv6Dhcpv6DDiscHistory) XXX_DiscardUnknown()

func (*Ipv6Dhcpv6DDiscHistory) XXX_Marshal

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

func (*Ipv6Dhcpv6DDiscHistory) XXX_Merge

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

func (*Ipv6Dhcpv6DDiscHistory) XXX_Size

func (m *Ipv6Dhcpv6DDiscHistory) XXX_Size() int

func (*Ipv6Dhcpv6DDiscHistory) XXX_Unmarshal

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

type Ipv6Dhcpv6DDiscHistory_KEYS

type Ipv6Dhcpv6DDiscHistory_KEYS struct {
	NodeName             string   `protobuf:"bytes,1,opt,name=node_name,json=nodeName,proto3" json:"node_name,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 (*Ipv6Dhcpv6DDiscHistory_KEYS) Descriptor

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

func (*Ipv6Dhcpv6DDiscHistory_KEYS) GetIndex

func (m *Ipv6Dhcpv6DDiscHistory_KEYS) GetIndex() string

func (*Ipv6Dhcpv6DDiscHistory_KEYS) GetNodeName

func (m *Ipv6Dhcpv6DDiscHistory_KEYS) GetNodeName() string

func (*Ipv6Dhcpv6DDiscHistory_KEYS) ProtoMessage

func (*Ipv6Dhcpv6DDiscHistory_KEYS) ProtoMessage()

func (*Ipv6Dhcpv6DDiscHistory_KEYS) Reset

func (m *Ipv6Dhcpv6DDiscHistory_KEYS) Reset()

func (*Ipv6Dhcpv6DDiscHistory_KEYS) String

func (m *Ipv6Dhcpv6DDiscHistory_KEYS) String() string

func (*Ipv6Dhcpv6DDiscHistory_KEYS) XXX_DiscardUnknown

func (m *Ipv6Dhcpv6DDiscHistory_KEYS) XXX_DiscardUnknown()

func (*Ipv6Dhcpv6DDiscHistory_KEYS) XXX_Marshal

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

func (*Ipv6Dhcpv6DDiscHistory_KEYS) XXX_Merge

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

func (*Ipv6Dhcpv6DDiscHistory_KEYS) XXX_Size

func (m *Ipv6Dhcpv6DDiscHistory_KEYS) XXX_Size() int

func (*Ipv6Dhcpv6DDiscHistory_KEYS) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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