cisco_ios_xr_ipv6_new_dhcpv6d_oper_dhcpv6_nodes_node_server_profiles_profile_info

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: 1

Documentation

Overview

Cisco-IOS-XR-ipv6-new-dhcpv6d-oper:dhcpv6/nodes/node/server/profiles/profile/info

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Ipv6Dhcpv6DServerInterfaceReferenceEntry

type Ipv6Dhcpv6DServerInterfaceReferenceEntry struct {
	Ipv6Dhcpv6DServerInterfaceReference []*Ipv6Dhcpv6DServerInterfaceReferenceItem `` /* 172-byte string literal not displayed */
	XXX_NoUnkeyedLiteral                struct{}                                   `json:"-"`
	XXX_unrecognized                    []byte                                     `json:"-"`
	XXX_sizecache                       int32                                      `json:"-"`
}

func (*Ipv6Dhcpv6DServerInterfaceReferenceEntry) Descriptor

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

func (*Ipv6Dhcpv6DServerInterfaceReferenceEntry) GetIpv6Dhcpv6DServerInterfaceReference

func (m *Ipv6Dhcpv6DServerInterfaceReferenceEntry) GetIpv6Dhcpv6DServerInterfaceReference() []*Ipv6Dhcpv6DServerInterfaceReferenceItem

func (*Ipv6Dhcpv6DServerInterfaceReferenceEntry) ProtoMessage

func (*Ipv6Dhcpv6DServerInterfaceReferenceEntry) Reset

func (*Ipv6Dhcpv6DServerInterfaceReferenceEntry) String

func (*Ipv6Dhcpv6DServerInterfaceReferenceEntry) XXX_DiscardUnknown

func (m *Ipv6Dhcpv6DServerInterfaceReferenceEntry) XXX_DiscardUnknown()

func (*Ipv6Dhcpv6DServerInterfaceReferenceEntry) XXX_Marshal

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

func (*Ipv6Dhcpv6DServerInterfaceReferenceEntry) XXX_Merge

func (*Ipv6Dhcpv6DServerInterfaceReferenceEntry) XXX_Size

func (*Ipv6Dhcpv6DServerInterfaceReferenceEntry) XXX_Unmarshal

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

type Ipv6Dhcpv6DServerInterfaceReferenceItem

type Ipv6Dhcpv6DServerInterfaceReferenceItem struct {
	ServerReferenceInterfaceName string   `` /* 149-byte string literal not displayed */
	XXX_NoUnkeyedLiteral         struct{} `json:"-"`
	XXX_unrecognized             []byte   `json:"-"`
	XXX_sizecache                int32    `json:"-"`
}

func (*Ipv6Dhcpv6DServerInterfaceReferenceItem) Descriptor

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

func (*Ipv6Dhcpv6DServerInterfaceReferenceItem) GetServerReferenceInterfaceName

func (m *Ipv6Dhcpv6DServerInterfaceReferenceItem) GetServerReferenceInterfaceName() string

func (*Ipv6Dhcpv6DServerInterfaceReferenceItem) ProtoMessage

func (*Ipv6Dhcpv6DServerInterfaceReferenceItem) Reset

func (*Ipv6Dhcpv6DServerInterfaceReferenceItem) String

func (*Ipv6Dhcpv6DServerInterfaceReferenceItem) XXX_DiscardUnknown

func (m *Ipv6Dhcpv6DServerInterfaceReferenceItem) XXX_DiscardUnknown()

func (*Ipv6Dhcpv6DServerInterfaceReferenceItem) XXX_Marshal

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

func (*Ipv6Dhcpv6DServerInterfaceReferenceItem) XXX_Merge

func (*Ipv6Dhcpv6DServerInterfaceReferenceItem) XXX_Size

func (*Ipv6Dhcpv6DServerInterfaceReferenceItem) XXX_Unmarshal

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

type Ipv6Dhcpv6DServerProfile

type Ipv6Dhcpv6DServerProfile struct {
	ProfileName             string                                    `protobuf:"bytes,50,opt,name=profile_name,json=profileName,proto3" json:"profile_name,omitempty"`
	ProfileAllowedDuidType  uint32                                    `` /* 133-byte string literal not displayed */
	DomainName              string                                    `protobuf:"bytes,52,opt,name=domain_name,json=domainName,proto3" json:"domain_name,omitempty"`
	ProfileDns              uint32                                    `protobuf:"varint,53,opt,name=profile_dns,json=profileDns,proto3" json:"profile_dns,omitempty"`
	ProfileDnsAddress       []string                                  `protobuf:"bytes,54,rep,name=profile_dns_address,json=profileDnsAddress,proto3" json:"profile_dns_address,omitempty"`
	Lease                   *TimeBag                                  `protobuf:"bytes,55,opt,name=lease,proto3" json:"lease,omitempty"`
	AftrName                string                                    `protobuf:"bytes,56,opt,name=aftr_name,json=aftrName,proto3" json:"aftr_name,omitempty"`
	FramedAddrPoolName      string                                    `protobuf:"bytes,57,opt,name=framed_addr_pool_name,json=framedAddrPoolName,proto3" json:"framed_addr_pool_name,omitempty"`
	DelegatedPrefixPoolName string                                    `` /* 135-byte string literal not displayed */
	InterfaceReferences     *Ipv6Dhcpv6DServerInterfaceReferenceEntry `protobuf:"bytes,59,opt,name=interface_references,json=interfaceReferences,proto3" json:"interface_references,omitempty"`
	RapidCommit             bool                                      `protobuf:"varint,60,opt,name=rapid_commit,json=rapidCommit,proto3" json:"rapid_commit,omitempty"`
	XXX_NoUnkeyedLiteral    struct{}                                  `json:"-"`
	XXX_unrecognized        []byte                                    `json:"-"`
	XXX_sizecache           int32                                     `json:"-"`
}

func (*Ipv6Dhcpv6DServerProfile) Descriptor

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

func (*Ipv6Dhcpv6DServerProfile) GetAftrName

func (m *Ipv6Dhcpv6DServerProfile) GetAftrName() string

func (*Ipv6Dhcpv6DServerProfile) GetDelegatedPrefixPoolName

func (m *Ipv6Dhcpv6DServerProfile) GetDelegatedPrefixPoolName() string

func (*Ipv6Dhcpv6DServerProfile) GetDomainName

func (m *Ipv6Dhcpv6DServerProfile) GetDomainName() string

func (*Ipv6Dhcpv6DServerProfile) GetFramedAddrPoolName

func (m *Ipv6Dhcpv6DServerProfile) GetFramedAddrPoolName() string

func (*Ipv6Dhcpv6DServerProfile) GetInterfaceReferences

func (*Ipv6Dhcpv6DServerProfile) GetLease

func (m *Ipv6Dhcpv6DServerProfile) GetLease() *TimeBag

func (*Ipv6Dhcpv6DServerProfile) GetProfileAllowedDuidType

func (m *Ipv6Dhcpv6DServerProfile) GetProfileAllowedDuidType() uint32

func (*Ipv6Dhcpv6DServerProfile) GetProfileDns

func (m *Ipv6Dhcpv6DServerProfile) GetProfileDns() uint32

func (*Ipv6Dhcpv6DServerProfile) GetProfileDnsAddress

func (m *Ipv6Dhcpv6DServerProfile) GetProfileDnsAddress() []string

func (*Ipv6Dhcpv6DServerProfile) GetProfileName

func (m *Ipv6Dhcpv6DServerProfile) GetProfileName() string

func (*Ipv6Dhcpv6DServerProfile) GetRapidCommit

func (m *Ipv6Dhcpv6DServerProfile) GetRapidCommit() bool

func (*Ipv6Dhcpv6DServerProfile) ProtoMessage

func (*Ipv6Dhcpv6DServerProfile) ProtoMessage()

func (*Ipv6Dhcpv6DServerProfile) Reset

func (m *Ipv6Dhcpv6DServerProfile) Reset()

func (*Ipv6Dhcpv6DServerProfile) String

func (m *Ipv6Dhcpv6DServerProfile) String() string

func (*Ipv6Dhcpv6DServerProfile) XXX_DiscardUnknown

func (m *Ipv6Dhcpv6DServerProfile) XXX_DiscardUnknown()

func (*Ipv6Dhcpv6DServerProfile) XXX_Marshal

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

func (*Ipv6Dhcpv6DServerProfile) XXX_Merge

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

func (*Ipv6Dhcpv6DServerProfile) XXX_Size

func (m *Ipv6Dhcpv6DServerProfile) XXX_Size() int

func (*Ipv6Dhcpv6DServerProfile) XXX_Unmarshal

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

type Ipv6Dhcpv6DServerProfile_KEYS

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

func (*Ipv6Dhcpv6DServerProfile_KEYS) Descriptor

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

func (*Ipv6Dhcpv6DServerProfile_KEYS) GetNodeName

func (m *Ipv6Dhcpv6DServerProfile_KEYS) GetNodeName() string

func (*Ipv6Dhcpv6DServerProfile_KEYS) GetProfileName

func (m *Ipv6Dhcpv6DServerProfile_KEYS) GetProfileName() string

func (*Ipv6Dhcpv6DServerProfile_KEYS) ProtoMessage

func (*Ipv6Dhcpv6DServerProfile_KEYS) ProtoMessage()

func (*Ipv6Dhcpv6DServerProfile_KEYS) Reset

func (m *Ipv6Dhcpv6DServerProfile_KEYS) Reset()

func (*Ipv6Dhcpv6DServerProfile_KEYS) String

func (*Ipv6Dhcpv6DServerProfile_KEYS) XXX_DiscardUnknown

func (m *Ipv6Dhcpv6DServerProfile_KEYS) XXX_DiscardUnknown()

func (*Ipv6Dhcpv6DServerProfile_KEYS) XXX_Marshal

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

func (*Ipv6Dhcpv6DServerProfile_KEYS) XXX_Merge

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

func (*Ipv6Dhcpv6DServerProfile_KEYS) XXX_Size

func (m *Ipv6Dhcpv6DServerProfile_KEYS) XXX_Size() int

func (*Ipv6Dhcpv6DServerProfile_KEYS) XXX_Unmarshal

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

type TimeBag

type TimeBag struct {
	Seconds              uint32   `protobuf:"varint,1,opt,name=seconds,proto3" json:"seconds,omitempty"`
	Time                 string   `protobuf:"bytes,2,opt,name=time,proto3" json:"time,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*TimeBag) Descriptor

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

func (*TimeBag) GetSeconds

func (m *TimeBag) GetSeconds() uint32

func (*TimeBag) GetTime

func (m *TimeBag) GetTime() string

func (*TimeBag) ProtoMessage

func (*TimeBag) ProtoMessage()

func (*TimeBag) Reset

func (m *TimeBag) Reset()

func (*TimeBag) String

func (m *TimeBag) String() string

func (*TimeBag) XXX_DiscardUnknown

func (m *TimeBag) XXX_DiscardUnknown()

func (*TimeBag) XXX_Marshal

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

func (*TimeBag) XXX_Merge

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

func (*TimeBag) XXX_Size

func (m *TimeBag) XXX_Size() int

func (*TimeBag) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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