Documentation ¶
Overview ¶
Cisco-IOS-XR-policy-repository-oper:routing-policy-shadow/sets/as-path/sets/set/attached
Index ¶
- type ClientInfo
- func (*ClientInfo) Descriptor() ([]byte, []int)
- func (m *ClientInfo) GetAfName() string
- func (m *ClientInfo) GetAggregateNetworkAddress() string
- func (m *ClientInfo) GetAreaId() string
- func (m *ClientInfo) GetAttachPoint() string
- func (m *ClientInfo) GetAttachedPolicy() string
- func (m *ClientInfo) GetDirection() string
- func (m *ClientInfo) GetGroup() string
- func (m *ClientInfo) GetGroupName() string
- func (m *ClientInfo) GetInstance() string
- func (m *ClientInfo) GetInterfaceName() string
- func (m *ClientInfo) GetNeighborAddress() string
- func (m *ClientInfo) GetNeighborAfName() string
- func (m *ClientInfo) GetPropogateFrom() int32
- func (m *ClientInfo) GetPropogateTo() int32
- func (m *ClientInfo) GetProtoInstance() string
- func (m *ClientInfo) GetProtocol() string
- func (m *ClientInfo) GetRoutePolicyName() string
- func (m *ClientInfo) GetSafName() string
- func (m *ClientInfo) GetSourceProtocol() string
- func (m *ClientInfo) GetVrfName() string
- func (*ClientInfo) ProtoMessage()
- func (m *ClientInfo) Reset()
- func (m *ClientInfo) String() string
- func (m *ClientInfo) XXX_DiscardUnknown()
- func (m *ClientInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ClientInfo) XXX_Merge(src proto.Message)
- func (m *ClientInfo) XXX_Size() int
- func (m *ClientInfo) XXX_Unmarshal(b []byte) error
- type RplAttachmentInfo
- func (*RplAttachmentInfo) Descriptor() ([]byte, []int)
- func (m *RplAttachmentInfo) GetBinding() []*ClientInfo
- func (*RplAttachmentInfo) ProtoMessage()
- func (m *RplAttachmentInfo) Reset()
- func (m *RplAttachmentInfo) String() string
- func (m *RplAttachmentInfo) XXX_DiscardUnknown()
- func (m *RplAttachmentInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RplAttachmentInfo) XXX_Merge(src proto.Message)
- func (m *RplAttachmentInfo) XXX_Size() int
- func (m *RplAttachmentInfo) XXX_Unmarshal(b []byte) error
- type RplAttachmentInfo_KEYS
- func (*RplAttachmentInfo_KEYS) Descriptor() ([]byte, []int)
- func (m *RplAttachmentInfo_KEYS) GetSetName() string
- func (*RplAttachmentInfo_KEYS) ProtoMessage()
- func (m *RplAttachmentInfo_KEYS) Reset()
- func (m *RplAttachmentInfo_KEYS) String() string
- func (m *RplAttachmentInfo_KEYS) XXX_DiscardUnknown()
- func (m *RplAttachmentInfo_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RplAttachmentInfo_KEYS) XXX_Merge(src proto.Message)
- func (m *RplAttachmentInfo_KEYS) XXX_Size() int
- func (m *RplAttachmentInfo_KEYS) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClientInfo ¶
type ClientInfo struct { Protocol string `protobuf:"bytes,1,opt,name=protocol,proto3" json:"protocol,omitempty"` VrfName string `protobuf:"bytes,2,opt,name=vrf_name,json=vrfName,proto3" json:"vrf_name,omitempty"` ProtoInstance string `protobuf:"bytes,3,opt,name=proto_instance,json=protoInstance,proto3" json:"proto_instance,omitempty"` AfName string `protobuf:"bytes,4,opt,name=af_name,json=afName,proto3" json:"af_name,omitempty"` SafName string `protobuf:"bytes,5,opt,name=saf_name,json=safName,proto3" json:"saf_name,omitempty"` NeighborAddress string `protobuf:"bytes,6,opt,name=neighbor_address,json=neighborAddress,proto3" json:"neighbor_address,omitempty"` NeighborAfName string `protobuf:"bytes,7,opt,name=neighbor_af_name,json=neighborAfName,proto3" json:"neighbor_af_name,omitempty"` GroupName string `protobuf:"bytes,8,opt,name=group_name,json=groupName,proto3" json:"group_name,omitempty"` Direction string `protobuf:"bytes,9,opt,name=direction,proto3" json:"direction,omitempty"` Group string `protobuf:"bytes,10,opt,name=group,proto3" json:"group,omitempty"` SourceProtocol string `protobuf:"bytes,11,opt,name=source_protocol,json=sourceProtocol,proto3" json:"source_protocol,omitempty"` AggregateNetworkAddress string `` /* 133-byte string literal not displayed */ InterfaceName string `protobuf:"bytes,13,opt,name=interface_name,json=interfaceName,proto3" json:"interface_name,omitempty"` Instance string `protobuf:"bytes,14,opt,name=instance,proto3" json:"instance,omitempty"` AreaId string `protobuf:"bytes,15,opt,name=area_id,json=areaId,proto3" json:"area_id,omitempty"` PropogateFrom int32 `protobuf:"zigzag32,16,opt,name=propogate_from,json=propogateFrom,proto3" json:"propogate_from,omitempty"` PropogateTo int32 `protobuf:"zigzag32,17,opt,name=propogate_to,json=propogateTo,proto3" json:"propogate_to,omitempty"` RoutePolicyName string `protobuf:"bytes,18,opt,name=route_policy_name,json=routePolicyName,proto3" json:"route_policy_name,omitempty"` AttachedPolicy string `protobuf:"bytes,19,opt,name=attached_policy,json=attachedPolicy,proto3" json:"attached_policy,omitempty"` AttachPoint string `protobuf:"bytes,20,opt,name=attach_point,json=attachPoint,proto3" json:"attach_point,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ClientInfo) Descriptor ¶
func (*ClientInfo) Descriptor() ([]byte, []int)
func (*ClientInfo) GetAfName ¶
func (m *ClientInfo) GetAfName() string
func (*ClientInfo) GetAggregateNetworkAddress ¶
func (m *ClientInfo) GetAggregateNetworkAddress() string
func (*ClientInfo) GetAreaId ¶
func (m *ClientInfo) GetAreaId() string
func (*ClientInfo) GetAttachPoint ¶
func (m *ClientInfo) GetAttachPoint() string
func (*ClientInfo) GetAttachedPolicy ¶
func (m *ClientInfo) GetAttachedPolicy() string
func (*ClientInfo) GetDirection ¶
func (m *ClientInfo) GetDirection() string
func (*ClientInfo) GetGroup ¶
func (m *ClientInfo) GetGroup() string
func (*ClientInfo) GetGroupName ¶
func (m *ClientInfo) GetGroupName() string
func (*ClientInfo) GetInstance ¶
func (m *ClientInfo) GetInstance() string
func (*ClientInfo) GetInterfaceName ¶
func (m *ClientInfo) GetInterfaceName() string
func (*ClientInfo) GetNeighborAddress ¶
func (m *ClientInfo) GetNeighborAddress() string
func (*ClientInfo) GetNeighborAfName ¶
func (m *ClientInfo) GetNeighborAfName() string
func (*ClientInfo) GetPropogateFrom ¶
func (m *ClientInfo) GetPropogateFrom() int32
func (*ClientInfo) GetPropogateTo ¶
func (m *ClientInfo) GetPropogateTo() int32
func (*ClientInfo) GetProtoInstance ¶
func (m *ClientInfo) GetProtoInstance() string
func (*ClientInfo) GetProtocol ¶
func (m *ClientInfo) GetProtocol() string
func (*ClientInfo) GetRoutePolicyName ¶
func (m *ClientInfo) GetRoutePolicyName() string
func (*ClientInfo) GetSafName ¶
func (m *ClientInfo) GetSafName() string
func (*ClientInfo) GetSourceProtocol ¶
func (m *ClientInfo) GetSourceProtocol() string
func (*ClientInfo) GetVrfName ¶
func (m *ClientInfo) GetVrfName() string
func (*ClientInfo) ProtoMessage ¶
func (*ClientInfo) ProtoMessage()
func (*ClientInfo) Reset ¶
func (m *ClientInfo) Reset()
func (*ClientInfo) String ¶
func (m *ClientInfo) String() string
func (*ClientInfo) XXX_DiscardUnknown ¶
func (m *ClientInfo) XXX_DiscardUnknown()
func (*ClientInfo) XXX_Marshal ¶
func (m *ClientInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ClientInfo) XXX_Merge ¶
func (m *ClientInfo) XXX_Merge(src proto.Message)
func (*ClientInfo) XXX_Size ¶
func (m *ClientInfo) XXX_Size() int
func (*ClientInfo) XXX_Unmarshal ¶
func (m *ClientInfo) XXX_Unmarshal(b []byte) error
type RplAttachmentInfo ¶
type RplAttachmentInfo struct { Binding []*ClientInfo `protobuf:"bytes,50,rep,name=binding,proto3" json:"binding,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*RplAttachmentInfo) Descriptor ¶
func (*RplAttachmentInfo) Descriptor() ([]byte, []int)
func (*RplAttachmentInfo) GetBinding ¶
func (m *RplAttachmentInfo) GetBinding() []*ClientInfo
func (*RplAttachmentInfo) ProtoMessage ¶
func (*RplAttachmentInfo) ProtoMessage()
func (*RplAttachmentInfo) Reset ¶
func (m *RplAttachmentInfo) Reset()
func (*RplAttachmentInfo) String ¶
func (m *RplAttachmentInfo) String() string
func (*RplAttachmentInfo) XXX_DiscardUnknown ¶
func (m *RplAttachmentInfo) XXX_DiscardUnknown()
func (*RplAttachmentInfo) XXX_Marshal ¶
func (m *RplAttachmentInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*RplAttachmentInfo) XXX_Merge ¶
func (m *RplAttachmentInfo) XXX_Merge(src proto.Message)
func (*RplAttachmentInfo) XXX_Size ¶
func (m *RplAttachmentInfo) XXX_Size() int
func (*RplAttachmentInfo) XXX_Unmarshal ¶
func (m *RplAttachmentInfo) XXX_Unmarshal(b []byte) error
type RplAttachmentInfo_KEYS ¶
type RplAttachmentInfo_KEYS struct { SetName string `protobuf:"bytes,1,opt,name=set_name,json=setName,proto3" json:"set_name,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*RplAttachmentInfo_KEYS) Descriptor ¶
func (*RplAttachmentInfo_KEYS) Descriptor() ([]byte, []int)
func (*RplAttachmentInfo_KEYS) GetSetName ¶
func (m *RplAttachmentInfo_KEYS) GetSetName() string
func (*RplAttachmentInfo_KEYS) ProtoMessage ¶
func (*RplAttachmentInfo_KEYS) ProtoMessage()
func (*RplAttachmentInfo_KEYS) Reset ¶
func (m *RplAttachmentInfo_KEYS) Reset()
func (*RplAttachmentInfo_KEYS) String ¶
func (m *RplAttachmentInfo_KEYS) String() string
func (*RplAttachmentInfo_KEYS) XXX_DiscardUnknown ¶
func (m *RplAttachmentInfo_KEYS) XXX_DiscardUnknown()
func (*RplAttachmentInfo_KEYS) XXX_Marshal ¶
func (m *RplAttachmentInfo_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*RplAttachmentInfo_KEYS) XXX_Merge ¶
func (m *RplAttachmentInfo_KEYS) XXX_Merge(src proto.Message)
func (*RplAttachmentInfo_KEYS) XXX_Size ¶
func (m *RplAttachmentInfo_KEYS) XXX_Size() int
func (*RplAttachmentInfo_KEYS) XXX_Unmarshal ¶
func (m *RplAttachmentInfo_KEYS) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.