cisco_ios_xr_ipv6_new_dhcpv6d_oper_dhcpv6_nodes_node_server_binding_options_mac_bind_options_mac_bind_option

package
v0.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 30, 2019 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

Cisco-IOS-XR-ipv6-new-dhcpv6d-oper:dhcpv6/nodes/node/server/binding-options/mac-bind-options/mac-bind-option

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IPV6AddressType

type IPV6AddressType struct {
	Value                string   `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

IPV6 Address type

func (*IPV6AddressType) Descriptor

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

func (*IPV6AddressType) GetValue

func (m *IPV6AddressType) GetValue() string

func (*IPV6AddressType) ProtoMessage

func (*IPV6AddressType) ProtoMessage()

func (*IPV6AddressType) Reset

func (m *IPV6AddressType) Reset()

func (*IPV6AddressType) String

func (m *IPV6AddressType) String() string

func (*IPV6AddressType) XXX_DiscardUnknown

func (m *IPV6AddressType) XXX_DiscardUnknown()

func (*IPV6AddressType) XXX_Marshal

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

func (*IPV6AddressType) XXX_Merge

func (dst *IPV6AddressType) XXX_Merge(src proto.Message)

func (*IPV6AddressType) XXX_Size

func (m *IPV6AddressType) XXX_Size() int

func (*IPV6AddressType) XXX_Unmarshal

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

type Ipv6Dhcpv6DServerBindingOptions

type Ipv6Dhcpv6DServerBindingOptions struct {
	// Client MAC address
	MacAddress string `protobuf:"bytes,50,opt,name=mac_address,json=macAddress,proto3" json:"mac_address,omitempty"`
	// Client DUID
	Duid string `protobuf:"bytes,51,opt,name=duid,proto3" json:"duid,omitempty"`
	// DNS address count
	DnsCount uint32 `protobuf:"varint,52,opt,name=dns_count,json=dnsCount,proto3" json:"dns_count,omitempty"`
	// DNS addresses
	DnsAddress []*IPV6AddressType `protobuf:"bytes,53,rep,name=dns_address,json=dnsAddress,proto3" json:"dns_address,omitempty"`
	// Client Option 17 value
	Opt17                string   `protobuf:"bytes,54,opt,name=opt17,proto3" json:"opt17,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Ipv6Dhcpv6DServerBindingOptions) Descriptor

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

func (*Ipv6Dhcpv6DServerBindingOptions) GetDnsAddress

func (m *Ipv6Dhcpv6DServerBindingOptions) GetDnsAddress() []*IPV6AddressType

func (*Ipv6Dhcpv6DServerBindingOptions) GetDnsCount

func (m *Ipv6Dhcpv6DServerBindingOptions) GetDnsCount() uint32

func (*Ipv6Dhcpv6DServerBindingOptions) GetDuid

func (*Ipv6Dhcpv6DServerBindingOptions) GetMacAddress

func (m *Ipv6Dhcpv6DServerBindingOptions) GetMacAddress() string

func (*Ipv6Dhcpv6DServerBindingOptions) GetOpt17

func (*Ipv6Dhcpv6DServerBindingOptions) ProtoMessage

func (*Ipv6Dhcpv6DServerBindingOptions) ProtoMessage()

func (*Ipv6Dhcpv6DServerBindingOptions) Reset

func (*Ipv6Dhcpv6DServerBindingOptions) String

func (*Ipv6Dhcpv6DServerBindingOptions) XXX_DiscardUnknown

func (m *Ipv6Dhcpv6DServerBindingOptions) XXX_DiscardUnknown()

func (*Ipv6Dhcpv6DServerBindingOptions) XXX_Marshal

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

func (*Ipv6Dhcpv6DServerBindingOptions) XXX_Merge

func (dst *Ipv6Dhcpv6DServerBindingOptions) XXX_Merge(src proto.Message)

func (*Ipv6Dhcpv6DServerBindingOptions) XXX_Size

func (m *Ipv6Dhcpv6DServerBindingOptions) XXX_Size() int

func (*Ipv6Dhcpv6DServerBindingOptions) XXX_Unmarshal

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

type Ipv6Dhcpv6DServerBindingOptions_KEYS

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

DHCPv6 server binding inserted option values

func (*Ipv6Dhcpv6DServerBindingOptions_KEYS) Descriptor

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

func (*Ipv6Dhcpv6DServerBindingOptions_KEYS) GetMacAddress

func (m *Ipv6Dhcpv6DServerBindingOptions_KEYS) GetMacAddress() string

func (*Ipv6Dhcpv6DServerBindingOptions_KEYS) GetNodeName

func (*Ipv6Dhcpv6DServerBindingOptions_KEYS) ProtoMessage

func (*Ipv6Dhcpv6DServerBindingOptions_KEYS) ProtoMessage()

func (*Ipv6Dhcpv6DServerBindingOptions_KEYS) Reset

func (*Ipv6Dhcpv6DServerBindingOptions_KEYS) String

func (*Ipv6Dhcpv6DServerBindingOptions_KEYS) XXX_DiscardUnknown

func (m *Ipv6Dhcpv6DServerBindingOptions_KEYS) XXX_DiscardUnknown()

func (*Ipv6Dhcpv6DServerBindingOptions_KEYS) XXX_Marshal

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

func (*Ipv6Dhcpv6DServerBindingOptions_KEYS) XXX_Merge

func (*Ipv6Dhcpv6DServerBindingOptions_KEYS) XXX_Size

func (*Ipv6Dhcpv6DServerBindingOptions_KEYS) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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