cisco_ios_xr_ipv4_io_oper_ipv4_network_nodes_node_interface_data_vrfs_vrf_details_detail

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-ipv4-io-oper:ipv4-network/nodes/node/interface-data/vrfs/vrf/details/detail

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AclConfig

type AclConfig struct {
	Inbound              string   `protobuf:"bytes,1,opt,name=inbound,proto3" json:"inbound,omitempty"`
	Outbound             string   `protobuf:"bytes,2,opt,name=outbound,proto3" json:"outbound,omitempty"`
	CommonInBound        string   `protobuf:"bytes,3,opt,name=common_in_bound,json=commonInBound,proto3" json:"common_in_bound,omitempty"`
	CommonOutBound       string   `protobuf:"bytes,4,opt,name=common_out_bound,json=commonOutBound,proto3" json:"common_out_bound,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AclConfig) Descriptor

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

func (*AclConfig) GetCommonInBound

func (m *AclConfig) GetCommonInBound() string

func (*AclConfig) GetCommonOutBound

func (m *AclConfig) GetCommonOutBound() string

func (*AclConfig) GetInbound

func (m *AclConfig) GetInbound() string

func (*AclConfig) GetOutbound

func (m *AclConfig) GetOutbound() string

func (*AclConfig) ProtoMessage

func (*AclConfig) ProtoMessage()

func (*AclConfig) Reset

func (m *AclConfig) Reset()

func (*AclConfig) String

func (m *AclConfig) String() string

func (*AclConfig) XXX_DiscardUnknown

func (m *AclConfig) XXX_DiscardUnknown()

func (*AclConfig) XXX_Marshal

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

func (*AclConfig) XXX_Merge

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

func (*AclConfig) XXX_Size

func (m *AclConfig) XXX_Size() int

func (*AclConfig) XXX_Unmarshal

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

type BgpPaConfig

type BgpPaConfig struct {
	Input                *BgpPaDir `protobuf:"bytes,1,opt,name=input,proto3" json:"input,omitempty"`
	Output               *BgpPaDir `protobuf:"bytes,2,opt,name=output,proto3" json:"output,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

func (*BgpPaConfig) Descriptor

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

func (*BgpPaConfig) GetInput

func (m *BgpPaConfig) GetInput() *BgpPaDir

func (*BgpPaConfig) GetOutput

func (m *BgpPaConfig) GetOutput() *BgpPaDir

func (*BgpPaConfig) ProtoMessage

func (*BgpPaConfig) ProtoMessage()

func (*BgpPaConfig) Reset

func (m *BgpPaConfig) Reset()

func (*BgpPaConfig) String

func (m *BgpPaConfig) String() string

func (*BgpPaConfig) XXX_DiscardUnknown

func (m *BgpPaConfig) XXX_DiscardUnknown()

func (*BgpPaConfig) XXX_Marshal

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

func (*BgpPaConfig) XXX_Merge

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

func (*BgpPaConfig) XXX_Size

func (m *BgpPaConfig) XXX_Size() int

func (*BgpPaConfig) XXX_Unmarshal

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

type BgpPaDir

type BgpPaDir struct {
	Enable               bool     `protobuf:"varint,1,opt,name=enable,proto3" json:"enable,omitempty"`
	Source               bool     `protobuf:"varint,2,opt,name=source,proto3" json:"source,omitempty"`
	Destination          bool     `protobuf:"varint,3,opt,name=destination,proto3" json:"destination,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*BgpPaDir) Descriptor

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

func (*BgpPaDir) GetDestination

func (m *BgpPaDir) GetDestination() bool

func (*BgpPaDir) GetEnable

func (m *BgpPaDir) GetEnable() bool

func (*BgpPaDir) GetSource

func (m *BgpPaDir) GetSource() bool

func (*BgpPaDir) ProtoMessage

func (*BgpPaDir) ProtoMessage()

func (*BgpPaDir) Reset

func (m *BgpPaDir) Reset()

func (*BgpPaDir) String

func (m *BgpPaDir) String() string

func (*BgpPaDir) XXX_DiscardUnknown

func (m *BgpPaDir) XXX_DiscardUnknown()

func (*BgpPaDir) XXX_Marshal

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

func (*BgpPaDir) XXX_Merge

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

func (*BgpPaDir) XXX_Size

func (m *BgpPaDir) XXX_Size() int

func (*BgpPaDir) XXX_Unmarshal

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

type HaddrArray

type HaddrArray struct {
	AddressArray         []string `protobuf:"bytes,1,rep,name=address_array,json=addressArray,proto3" json:"address_array,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*HaddrArray) Descriptor

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

func (*HaddrArray) GetAddressArray

func (m *HaddrArray) GetAddressArray() []string

func (*HaddrArray) ProtoMessage

func (*HaddrArray) ProtoMessage()

func (*HaddrArray) Reset

func (m *HaddrArray) Reset()

func (*HaddrArray) String

func (m *HaddrArray) String() string

func (*HaddrArray) XXX_DiscardUnknown

func (m *HaddrArray) XXX_DiscardUnknown()

func (*HaddrArray) XXX_Marshal

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

func (*HaddrArray) XXX_Merge

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

func (*HaddrArray) XXX_Size

func (m *HaddrArray) XXX_Size() int

func (*HaddrArray) XXX_Unmarshal

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

type IpAddrNode

type IpAddrNode struct {
	Address              string   `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	PrefixLength         uint32   `protobuf:"varint,2,opt,name=prefix_length,json=prefixLength,proto3" json:"prefix_length,omitempty"`
	RouteTag             uint32   `protobuf:"varint,3,opt,name=route_tag,json=routeTag,proto3" json:"route_tag,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*IpAddrNode) Descriptor

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

func (*IpAddrNode) GetAddress

func (m *IpAddrNode) GetAddress() string

func (*IpAddrNode) GetPrefixLength

func (m *IpAddrNode) GetPrefixLength() uint32

func (*IpAddrNode) GetRouteTag

func (m *IpAddrNode) GetRouteTag() uint32

func (*IpAddrNode) ProtoMessage

func (*IpAddrNode) ProtoMessage()

func (*IpAddrNode) Reset

func (m *IpAddrNode) Reset()

func (*IpAddrNode) String

func (m *IpAddrNode) String() string

func (*IpAddrNode) XXX_DiscardUnknown

func (m *IpAddrNode) XXX_DiscardUnknown()

func (*IpAddrNode) XXX_Marshal

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

func (*IpAddrNode) XXX_Merge

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

func (*IpAddrNode) XXX_Size

func (m *IpAddrNode) XXX_Size() int

func (*IpAddrNode) XXX_Unmarshal

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

type Ipv4IfDetail

type Ipv4IfDetail struct {
	PrimaryAddress              string          `protobuf:"bytes,50,opt,name=primary_address,json=primaryAddress,proto3" json:"primary_address,omitempty"`
	VrfId                       uint32          `protobuf:"varint,51,opt,name=vrf_id,json=vrfId,proto3" json:"vrf_id,omitempty"`
	LineState                   string          `protobuf:"bytes,52,opt,name=line_state,json=lineState,proto3" json:"line_state,omitempty"`
	PrefixLength                uint32          `protobuf:"varint,53,opt,name=prefix_length,json=prefixLength,proto3" json:"prefix_length,omitempty"`
	RouteTag                    uint32          `protobuf:"varint,54,opt,name=route_tag,json=routeTag,proto3" json:"route_tag,omitempty"`
	MulticastGroup              []*McastGroup   `protobuf:"bytes,55,rep,name=multicast_group,json=multicastGroup,proto3" json:"multicast_group,omitempty"`
	Mtu                         uint32          `protobuf:"varint,56,opt,name=mtu,proto3" json:"mtu,omitempty"`
	Unreachable                 bool            `protobuf:"varint,57,opt,name=unreachable,proto3" json:"unreachable,omitempty"`
	Redirect                    bool            `protobuf:"varint,58,opt,name=redirect,proto3" json:"redirect,omitempty"`
	DirectBroadcast             bool            `protobuf:"varint,59,opt,name=direct_broadcast,json=directBroadcast,proto3" json:"direct_broadcast,omitempty"`
	MaskReply                   bool            `protobuf:"varint,60,opt,name=mask_reply,json=maskReply,proto3" json:"mask_reply,omitempty"`
	RgIdExists                  bool            `protobuf:"varint,61,opt,name=rg_id_exists,json=rgIdExists,proto3" json:"rg_id_exists,omitempty"`
	MlacpActive                 bool            `protobuf:"varint,62,opt,name=mlacp_active,json=mlacpActive,proto3" json:"mlacp_active,omitempty"`
	UnnumberedInterfaceName     string          `` /* 133-byte string literal not displayed */
	NextUnnumberedInterfaceName string          `` /* 147-byte string literal not displayed */
	SecondaryAddress            []*IpAddrNode   `protobuf:"bytes,65,rep,name=secondary_address,json=secondaryAddress,proto3" json:"secondary_address,omitempty"`
	ProxyArpDisabled            bool            `protobuf:"varint,66,opt,name=proxy_arp_disabled,json=proxyArpDisabled,proto3" json:"proxy_arp_disabled,omitempty"`
	Acl                         *AclConfig      `protobuf:"bytes,67,opt,name=acl,proto3" json:"acl,omitempty"`
	MultiAcl                    *MultiAclConfig `protobuf:"bytes,68,opt,name=multi_acl,json=multiAcl,proto3" json:"multi_acl,omitempty"`
	HelperAddress               *HaddrArray     `protobuf:"bytes,69,opt,name=helper_address,json=helperAddress,proto3" json:"helper_address,omitempty"`
	Rpf                         *RpfConfig      `protobuf:"bytes,70,opt,name=rpf,proto3" json:"rpf,omitempty"`
	BgpPa                       *BgpPaConfig    `protobuf:"bytes,71,opt,name=bgp_pa,json=bgpPa,proto3" json:"bgp_pa,omitempty"`
	FlowTagSrc                  bool            `protobuf:"varint,72,opt,name=flow_tag_src,json=flowTagSrc,proto3" json:"flow_tag_src,omitempty"`
	FlowTagDst                  bool            `protobuf:"varint,73,opt,name=flow_tag_dst,json=flowTagDst,proto3" json:"flow_tag_dst,omitempty"`
	ConfigFlags                 uint32          `protobuf:"varint,74,opt,name=config_flags,json=configFlags,proto3" json:"config_flags,omitempty"`
	OperFlags                   uint64          `protobuf:"varint,75,opt,name=oper_flags,json=operFlags,proto3" json:"oper_flags,omitempty"`
	ArmFlags                    uint32          `protobuf:"varint,76,opt,name=arm_flags,json=armFlags,proto3" json:"arm_flags,omitempty"`
	StateRecvdFrmIm             string          `protobuf:"bytes,77,opt,name=state_recvd_frm_im,json=stateRecvdFrmIm,proto3" json:"state_recvd_frm_im,omitempty"`
	CflctAddress                string          `protobuf:"bytes,78,opt,name=cflct_address,json=cflctAddress,proto3" json:"cflct_address,omitempty"`
	ClientType                  string          `protobuf:"bytes,79,opt,name=client_type,json=clientType,proto3" json:"client_type,omitempty"`
	IsOrEvent                   bool            `protobuf:"varint,80,opt,name=is_or_event,json=isOrEvent,proto3" json:"is_or_event,omitempty"`
	OrImState                   string          `protobuf:"bytes,81,opt,name=or_im_state,json=orImState,proto3" json:"or_im_state,omitempty"`
	IdbPointer                  uint64          `protobuf:"varint,82,opt,name=idb_pointer,json=idbPointer,proto3" json:"idb_pointer,omitempty"`
	PubUtime                    *TimevalEntry   `protobuf:"bytes,83,opt,name=pub_utime,json=pubUtime,proto3" json:"pub_utime,omitempty"`
	IdbUtime                    *TimevalEntry   `protobuf:"bytes,84,opt,name=idb_utime,json=idbUtime,proto3" json:"idb_utime,omitempty"`
	CapsUtime                   *TimevalEntry   `protobuf:"bytes,85,opt,name=caps_utime,json=capsUtime,proto3" json:"caps_utime,omitempty"`
	FwdEnUtime                  *TimevalEntry   `protobuf:"bytes,86,opt,name=fwd_en_utime,json=fwdEnUtime,proto3" json:"fwd_en_utime,omitempty"`
	FwdDisUtime                 *TimevalEntry   `protobuf:"bytes,87,opt,name=fwd_dis_utime,json=fwdDisUtime,proto3" json:"fwd_dis_utime,omitempty"`
	XXX_NoUnkeyedLiteral        struct{}        `json:"-"`
	XXX_unrecognized            []byte          `json:"-"`
	XXX_sizecache               int32           `json:"-"`
}

func (*Ipv4IfDetail) Descriptor

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

func (*Ipv4IfDetail) GetAcl

func (m *Ipv4IfDetail) GetAcl() *AclConfig

func (*Ipv4IfDetail) GetArmFlags

func (m *Ipv4IfDetail) GetArmFlags() uint32

func (*Ipv4IfDetail) GetBgpPa

func (m *Ipv4IfDetail) GetBgpPa() *BgpPaConfig

func (*Ipv4IfDetail) GetCapsUtime

func (m *Ipv4IfDetail) GetCapsUtime() *TimevalEntry

func (*Ipv4IfDetail) GetCflctAddress

func (m *Ipv4IfDetail) GetCflctAddress() string

func (*Ipv4IfDetail) GetClientType

func (m *Ipv4IfDetail) GetClientType() string

func (*Ipv4IfDetail) GetConfigFlags

func (m *Ipv4IfDetail) GetConfigFlags() uint32

func (*Ipv4IfDetail) GetDirectBroadcast

func (m *Ipv4IfDetail) GetDirectBroadcast() bool

func (*Ipv4IfDetail) GetFlowTagDst

func (m *Ipv4IfDetail) GetFlowTagDst() bool

func (*Ipv4IfDetail) GetFlowTagSrc

func (m *Ipv4IfDetail) GetFlowTagSrc() bool

func (*Ipv4IfDetail) GetFwdDisUtime

func (m *Ipv4IfDetail) GetFwdDisUtime() *TimevalEntry

func (*Ipv4IfDetail) GetFwdEnUtime

func (m *Ipv4IfDetail) GetFwdEnUtime() *TimevalEntry

func (*Ipv4IfDetail) GetHelperAddress

func (m *Ipv4IfDetail) GetHelperAddress() *HaddrArray

func (*Ipv4IfDetail) GetIdbPointer

func (m *Ipv4IfDetail) GetIdbPointer() uint64

func (*Ipv4IfDetail) GetIdbUtime

func (m *Ipv4IfDetail) GetIdbUtime() *TimevalEntry

func (*Ipv4IfDetail) GetIsOrEvent

func (m *Ipv4IfDetail) GetIsOrEvent() bool

func (*Ipv4IfDetail) GetLineState

func (m *Ipv4IfDetail) GetLineState() string

func (*Ipv4IfDetail) GetMaskReply

func (m *Ipv4IfDetail) GetMaskReply() bool

func (*Ipv4IfDetail) GetMlacpActive

func (m *Ipv4IfDetail) GetMlacpActive() bool

func (*Ipv4IfDetail) GetMtu

func (m *Ipv4IfDetail) GetMtu() uint32

func (*Ipv4IfDetail) GetMultiAcl

func (m *Ipv4IfDetail) GetMultiAcl() *MultiAclConfig

func (*Ipv4IfDetail) GetMulticastGroup

func (m *Ipv4IfDetail) GetMulticastGroup() []*McastGroup

func (*Ipv4IfDetail) GetNextUnnumberedInterfaceName

func (m *Ipv4IfDetail) GetNextUnnumberedInterfaceName() string

func (*Ipv4IfDetail) GetOperFlags

func (m *Ipv4IfDetail) GetOperFlags() uint64

func (*Ipv4IfDetail) GetOrImState

func (m *Ipv4IfDetail) GetOrImState() string

func (*Ipv4IfDetail) GetPrefixLength

func (m *Ipv4IfDetail) GetPrefixLength() uint32

func (*Ipv4IfDetail) GetPrimaryAddress

func (m *Ipv4IfDetail) GetPrimaryAddress() string

func (*Ipv4IfDetail) GetProxyArpDisabled

func (m *Ipv4IfDetail) GetProxyArpDisabled() bool

func (*Ipv4IfDetail) GetPubUtime

func (m *Ipv4IfDetail) GetPubUtime() *TimevalEntry

func (*Ipv4IfDetail) GetRedirect

func (m *Ipv4IfDetail) GetRedirect() bool

func (*Ipv4IfDetail) GetRgIdExists

func (m *Ipv4IfDetail) GetRgIdExists() bool

func (*Ipv4IfDetail) GetRouteTag

func (m *Ipv4IfDetail) GetRouteTag() uint32

func (*Ipv4IfDetail) GetRpf

func (m *Ipv4IfDetail) GetRpf() *RpfConfig

func (*Ipv4IfDetail) GetSecondaryAddress

func (m *Ipv4IfDetail) GetSecondaryAddress() []*IpAddrNode

func (*Ipv4IfDetail) GetStateRecvdFrmIm

func (m *Ipv4IfDetail) GetStateRecvdFrmIm() string

func (*Ipv4IfDetail) GetUnnumberedInterfaceName

func (m *Ipv4IfDetail) GetUnnumberedInterfaceName() string

func (*Ipv4IfDetail) GetUnreachable

func (m *Ipv4IfDetail) GetUnreachable() bool

func (*Ipv4IfDetail) GetVrfId

func (m *Ipv4IfDetail) GetVrfId() uint32

func (*Ipv4IfDetail) ProtoMessage

func (*Ipv4IfDetail) ProtoMessage()

func (*Ipv4IfDetail) Reset

func (m *Ipv4IfDetail) Reset()

func (*Ipv4IfDetail) String

func (m *Ipv4IfDetail) String() string

func (*Ipv4IfDetail) XXX_DiscardUnknown

func (m *Ipv4IfDetail) XXX_DiscardUnknown()

func (*Ipv4IfDetail) XXX_Marshal

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

func (*Ipv4IfDetail) XXX_Merge

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

func (*Ipv4IfDetail) XXX_Size

func (m *Ipv4IfDetail) XXX_Size() int

func (*Ipv4IfDetail) XXX_Unmarshal

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

type Ipv4IfDetail_KEYS

type Ipv4IfDetail_KEYS struct {
	NodeName             string   `protobuf:"bytes,1,opt,name=node_name,json=nodeName,proto3" json:"node_name,omitempty"`
	VrfName              string   `protobuf:"bytes,2,opt,name=vrf_name,json=vrfName,proto3" json:"vrf_name,omitempty"`
	InterfaceName        string   `protobuf:"bytes,3,opt,name=interface_name,json=interfaceName,proto3" json:"interface_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Ipv4IfDetail_KEYS) Descriptor

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

func (*Ipv4IfDetail_KEYS) GetInterfaceName

func (m *Ipv4IfDetail_KEYS) GetInterfaceName() string

func (*Ipv4IfDetail_KEYS) GetNodeName

func (m *Ipv4IfDetail_KEYS) GetNodeName() string

func (*Ipv4IfDetail_KEYS) GetVrfName

func (m *Ipv4IfDetail_KEYS) GetVrfName() string

func (*Ipv4IfDetail_KEYS) ProtoMessage

func (*Ipv4IfDetail_KEYS) ProtoMessage()

func (*Ipv4IfDetail_KEYS) Reset

func (m *Ipv4IfDetail_KEYS) Reset()

func (*Ipv4IfDetail_KEYS) String

func (m *Ipv4IfDetail_KEYS) String() string

func (*Ipv4IfDetail_KEYS) XXX_DiscardUnknown

func (m *Ipv4IfDetail_KEYS) XXX_DiscardUnknown()

func (*Ipv4IfDetail_KEYS) XXX_Marshal

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

func (*Ipv4IfDetail_KEYS) XXX_Merge

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

func (*Ipv4IfDetail_KEYS) XXX_Size

func (m *Ipv4IfDetail_KEYS) XXX_Size() int

func (*Ipv4IfDetail_KEYS) XXX_Unmarshal

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

type McastGroup

type McastGroup struct {
	GroupAddress         string   `protobuf:"bytes,1,opt,name=group_address,json=groupAddress,proto3" json:"group_address,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*McastGroup) Descriptor

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

func (*McastGroup) GetGroupAddress

func (m *McastGroup) GetGroupAddress() string

func (*McastGroup) ProtoMessage

func (*McastGroup) ProtoMessage()

func (*McastGroup) Reset

func (m *McastGroup) Reset()

func (*McastGroup) String

func (m *McastGroup) String() string

func (*McastGroup) XXX_DiscardUnknown

func (m *McastGroup) XXX_DiscardUnknown()

func (*McastGroup) XXX_Marshal

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

func (*McastGroup) XXX_Merge

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

func (*McastGroup) XXX_Size

func (m *McastGroup) XXX_Size() int

func (*McastGroup) XXX_Unmarshal

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

type MultiAclConfig

type MultiAclConfig struct {
	Inbound              []string `protobuf:"bytes,1,rep,name=inbound,proto3" json:"inbound,omitempty"`
	Outbound             []string `protobuf:"bytes,2,rep,name=outbound,proto3" json:"outbound,omitempty"`
	Common               []string `protobuf:"bytes,3,rep,name=common,proto3" json:"common,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*MultiAclConfig) Descriptor

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

func (*MultiAclConfig) GetCommon

func (m *MultiAclConfig) GetCommon() []string

func (*MultiAclConfig) GetInbound

func (m *MultiAclConfig) GetInbound() []string

func (*MultiAclConfig) GetOutbound

func (m *MultiAclConfig) GetOutbound() []string

func (*MultiAclConfig) ProtoMessage

func (*MultiAclConfig) ProtoMessage()

func (*MultiAclConfig) Reset

func (m *MultiAclConfig) Reset()

func (*MultiAclConfig) String

func (m *MultiAclConfig) String() string

func (*MultiAclConfig) XXX_DiscardUnknown

func (m *MultiAclConfig) XXX_DiscardUnknown()

func (*MultiAclConfig) XXX_Marshal

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

func (*MultiAclConfig) XXX_Merge

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

func (*MultiAclConfig) XXX_Size

func (m *MultiAclConfig) XXX_Size() int

func (*MultiAclConfig) XXX_Unmarshal

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

type RpfConfig

type RpfConfig struct {
	Enable               bool     `protobuf:"varint,1,opt,name=enable,proto3" json:"enable,omitempty"`
	AllowDefaultRoute    bool     `protobuf:"varint,2,opt,name=allow_default_route,json=allowDefaultRoute,proto3" json:"allow_default_route,omitempty"`
	AllowSelfPing        bool     `protobuf:"varint,3,opt,name=allow_self_ping,json=allowSelfPing,proto3" json:"allow_self_ping,omitempty"`
	Mode                 string   `protobuf:"bytes,4,opt,name=mode,proto3" json:"mode,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RpfConfig) Descriptor

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

func (*RpfConfig) GetAllowDefaultRoute

func (m *RpfConfig) GetAllowDefaultRoute() bool

func (*RpfConfig) GetAllowSelfPing

func (m *RpfConfig) GetAllowSelfPing() bool

func (*RpfConfig) GetEnable

func (m *RpfConfig) GetEnable() bool

func (*RpfConfig) GetMode

func (m *RpfConfig) GetMode() string

func (*RpfConfig) ProtoMessage

func (*RpfConfig) ProtoMessage()

func (*RpfConfig) Reset

func (m *RpfConfig) Reset()

func (*RpfConfig) String

func (m *RpfConfig) String() string

func (*RpfConfig) XXX_DiscardUnknown

func (m *RpfConfig) XXX_DiscardUnknown()

func (*RpfConfig) XXX_Marshal

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

func (*RpfConfig) XXX_Merge

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

func (*RpfConfig) XXX_Size

func (m *RpfConfig) XXX_Size() int

func (*RpfConfig) XXX_Unmarshal

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

type TimevalEntry

type TimevalEntry struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*TimevalEntry) Descriptor

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

func (*TimevalEntry) ProtoMessage

func (*TimevalEntry) ProtoMessage()

func (*TimevalEntry) Reset

func (m *TimevalEntry) Reset()

func (*TimevalEntry) String

func (m *TimevalEntry) String() string

func (*TimevalEntry) XXX_DiscardUnknown

func (m *TimevalEntry) XXX_DiscardUnknown()

func (*TimevalEntry) XXX_Marshal

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

func (*TimevalEntry) XXX_Merge

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

func (*TimevalEntry) XXX_Size

func (m *TimevalEntry) XXX_Size() int

func (*TimevalEntry) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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