Documentation
¶
Overview ¶
Cisco-IOS-XR-ip-domain-oper:ip-domain/vrfs/vrf/server
Index ¶
- type DomainIpaddress
- func (*DomainIpaddress) Descriptor() ([]byte, []int)
- func (m *DomainIpaddress) GetAfName() string
- func (m *DomainIpaddress) GetIpv4Address() string
- func (m *DomainIpaddress) GetIpv6Address() string
- func (*DomainIpaddress) ProtoMessage()
- func (m *DomainIpaddress) Reset()
- func (m *DomainIpaddress) String() string
- func (m *DomainIpaddress) XXX_DiscardUnknown()
- func (m *DomainIpaddress) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DomainIpaddress) XXX_Merge(src proto.Message)
- func (m *DomainIpaddress) XXX_Size() int
- func (m *DomainIpaddress) XXX_Unmarshal(b []byte) error
- type DomainShServerBag
- func (*DomainShServerBag) Descriptor() ([]byte, []int)
- func (m *DomainShServerBag) GetDomain() []string
- func (m *DomainShServerBag) GetDomainLookup() string
- func (m *DomainShServerBag) GetDomainName() string
- func (m *DomainShServerBag) GetServerAddress() []*DomainIpaddress
- func (*DomainShServerBag) ProtoMessage()
- func (m *DomainShServerBag) Reset()
- func (m *DomainShServerBag) String() string
- func (m *DomainShServerBag) XXX_DiscardUnknown()
- func (m *DomainShServerBag) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DomainShServerBag) XXX_Merge(src proto.Message)
- func (m *DomainShServerBag) XXX_Size() int
- func (m *DomainShServerBag) XXX_Unmarshal(b []byte) error
- type DomainShServerBag_KEYS
- func (*DomainShServerBag_KEYS) Descriptor() ([]byte, []int)
- func (m *DomainShServerBag_KEYS) GetVrfName() string
- func (*DomainShServerBag_KEYS) ProtoMessage()
- func (m *DomainShServerBag_KEYS) Reset()
- func (m *DomainShServerBag_KEYS) String() string
- func (m *DomainShServerBag_KEYS) XXX_DiscardUnknown()
- func (m *DomainShServerBag_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DomainShServerBag_KEYS) XXX_Merge(src proto.Message)
- func (m *DomainShServerBag_KEYS) XXX_Size() int
- func (m *DomainShServerBag_KEYS) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DomainIpaddress ¶
type DomainIpaddress struct { AfName string `protobuf:"bytes,1,opt,name=af_name,json=afName,proto3" json:"af_name,omitempty"` Ipv4Address string `protobuf:"bytes,2,opt,name=ipv4_address,json=ipv4Address,proto3" json:"ipv4_address,omitempty"` Ipv6Address string `protobuf:"bytes,3,opt,name=ipv6_address,json=ipv6Address,proto3" json:"ipv6_address,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*DomainIpaddress) Descriptor ¶
func (*DomainIpaddress) Descriptor() ([]byte, []int)
func (*DomainIpaddress) GetAfName ¶
func (m *DomainIpaddress) GetAfName() string
func (*DomainIpaddress) GetIpv4Address ¶
func (m *DomainIpaddress) GetIpv4Address() string
func (*DomainIpaddress) GetIpv6Address ¶
func (m *DomainIpaddress) GetIpv6Address() string
func (*DomainIpaddress) ProtoMessage ¶
func (*DomainIpaddress) ProtoMessage()
func (*DomainIpaddress) Reset ¶
func (m *DomainIpaddress) Reset()
func (*DomainIpaddress) String ¶
func (m *DomainIpaddress) String() string
func (*DomainIpaddress) XXX_DiscardUnknown ¶
func (m *DomainIpaddress) XXX_DiscardUnknown()
func (*DomainIpaddress) XXX_Marshal ¶
func (m *DomainIpaddress) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DomainIpaddress) XXX_Merge ¶
func (m *DomainIpaddress) XXX_Merge(src proto.Message)
func (*DomainIpaddress) XXX_Size ¶
func (m *DomainIpaddress) XXX_Size() int
func (*DomainIpaddress) XXX_Unmarshal ¶
func (m *DomainIpaddress) XXX_Unmarshal(b []byte) error
type DomainShServerBag ¶
type DomainShServerBag struct { DomainLookup string `protobuf:"bytes,50,opt,name=domain_lookup,json=domainLookup,proto3" json:"domain_lookup,omitempty"` DomainName string `protobuf:"bytes,51,opt,name=domain_name,json=domainName,proto3" json:"domain_name,omitempty"` ServerAddress []*DomainIpaddress `protobuf:"bytes,52,rep,name=server_address,json=serverAddress,proto3" json:"server_address,omitempty"` Domain []string `protobuf:"bytes,53,rep,name=domain,proto3" json:"domain,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*DomainShServerBag) Descriptor ¶
func (*DomainShServerBag) Descriptor() ([]byte, []int)
func (*DomainShServerBag) GetDomain ¶
func (m *DomainShServerBag) GetDomain() []string
func (*DomainShServerBag) GetDomainLookup ¶
func (m *DomainShServerBag) GetDomainLookup() string
func (*DomainShServerBag) GetDomainName ¶
func (m *DomainShServerBag) GetDomainName() string
func (*DomainShServerBag) GetServerAddress ¶
func (m *DomainShServerBag) GetServerAddress() []*DomainIpaddress
func (*DomainShServerBag) ProtoMessage ¶
func (*DomainShServerBag) ProtoMessage()
func (*DomainShServerBag) Reset ¶
func (m *DomainShServerBag) Reset()
func (*DomainShServerBag) String ¶
func (m *DomainShServerBag) String() string
func (*DomainShServerBag) XXX_DiscardUnknown ¶
func (m *DomainShServerBag) XXX_DiscardUnknown()
func (*DomainShServerBag) XXX_Marshal ¶
func (m *DomainShServerBag) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DomainShServerBag) XXX_Merge ¶
func (m *DomainShServerBag) XXX_Merge(src proto.Message)
func (*DomainShServerBag) XXX_Size ¶
func (m *DomainShServerBag) XXX_Size() int
func (*DomainShServerBag) XXX_Unmarshal ¶
func (m *DomainShServerBag) XXX_Unmarshal(b []byte) error
type DomainShServerBag_KEYS ¶
type DomainShServerBag_KEYS struct { VrfName string `protobuf:"bytes,1,opt,name=vrf_name,json=vrfName,proto3" json:"vrf_name,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*DomainShServerBag_KEYS) Descriptor ¶
func (*DomainShServerBag_KEYS) Descriptor() ([]byte, []int)
func (*DomainShServerBag_KEYS) GetVrfName ¶
func (m *DomainShServerBag_KEYS) GetVrfName() string
func (*DomainShServerBag_KEYS) ProtoMessage ¶
func (*DomainShServerBag_KEYS) ProtoMessage()
func (*DomainShServerBag_KEYS) Reset ¶
func (m *DomainShServerBag_KEYS) Reset()
func (*DomainShServerBag_KEYS) String ¶
func (m *DomainShServerBag_KEYS) String() string
func (*DomainShServerBag_KEYS) XXX_DiscardUnknown ¶
func (m *DomainShServerBag_KEYS) XXX_DiscardUnknown()
func (*DomainShServerBag_KEYS) XXX_Marshal ¶
func (m *DomainShServerBag_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DomainShServerBag_KEYS) XXX_Merge ¶
func (m *DomainShServerBag_KEYS) XXX_Merge(src proto.Message)
func (*DomainShServerBag_KEYS) XXX_Size ¶
func (m *DomainShServerBag_KEYS) XXX_Size() int
func (*DomainShServerBag_KEYS) XXX_Unmarshal ¶
func (m *DomainShServerBag_KEYS) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.