Documentation
¶
Overview ¶
Cisco-IOS-XR-flowspec-oper:flow-spec/vrfs/vrf/afs/af/table-summary
Index ¶
- type FsMgrTblSummary
- func (*FsMgrTblSummary) Descriptor() ([]byte, []int)
- func (m *FsMgrTblSummary) GetLocalInstallEnabled() bool
- func (m *FsMgrTblSummary) GetServicePolicies() uint32
- func (m *FsMgrTblSummary) GetTotalFlows() uint32
- func (*FsMgrTblSummary) ProtoMessage()
- func (m *FsMgrTblSummary) Reset()
- func (m *FsMgrTblSummary) String() string
- func (m *FsMgrTblSummary) XXX_DiscardUnknown()
- func (m *FsMgrTblSummary) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *FsMgrTblSummary) XXX_Merge(src proto.Message)
- func (m *FsMgrTblSummary) XXX_Size() int
- func (m *FsMgrTblSummary) XXX_Unmarshal(b []byte) error
- type FsMgrTblSummary_KEYS
- func (*FsMgrTblSummary_KEYS) Descriptor() ([]byte, []int)
- func (m *FsMgrTblSummary_KEYS) GetAfName() string
- func (m *FsMgrTblSummary_KEYS) GetVrfName() string
- func (*FsMgrTblSummary_KEYS) ProtoMessage()
- func (m *FsMgrTblSummary_KEYS) Reset()
- func (m *FsMgrTblSummary_KEYS) String() string
- func (m *FsMgrTblSummary_KEYS) XXX_DiscardUnknown()
- func (m *FsMgrTblSummary_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *FsMgrTblSummary_KEYS) XXX_Merge(src proto.Message)
- func (m *FsMgrTblSummary_KEYS) XXX_Size() int
- func (m *FsMgrTblSummary_KEYS) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FsMgrTblSummary ¶
type FsMgrTblSummary struct { TotalFlows uint32 `protobuf:"varint,50,opt,name=total_flows,json=totalFlows,proto3" json:"total_flows,omitempty"` ServicePolicies uint32 `protobuf:"varint,51,opt,name=service_policies,json=servicePolicies,proto3" json:"service_policies,omitempty"` LocalInstallEnabled bool `protobuf:"varint,52,opt,name=local_install_enabled,json=localInstallEnabled,proto3" json:"local_install_enabled,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*FsMgrTblSummary) Descriptor ¶
func (*FsMgrTblSummary) Descriptor() ([]byte, []int)
func (*FsMgrTblSummary) GetLocalInstallEnabled ¶
func (m *FsMgrTblSummary) GetLocalInstallEnabled() bool
func (*FsMgrTblSummary) GetServicePolicies ¶
func (m *FsMgrTblSummary) GetServicePolicies() uint32
func (*FsMgrTblSummary) GetTotalFlows ¶
func (m *FsMgrTblSummary) GetTotalFlows() uint32
func (*FsMgrTblSummary) ProtoMessage ¶
func (*FsMgrTblSummary) ProtoMessage()
func (*FsMgrTblSummary) Reset ¶
func (m *FsMgrTblSummary) Reset()
func (*FsMgrTblSummary) String ¶
func (m *FsMgrTblSummary) String() string
func (*FsMgrTblSummary) XXX_DiscardUnknown ¶
func (m *FsMgrTblSummary) XXX_DiscardUnknown()
func (*FsMgrTblSummary) XXX_Marshal ¶
func (m *FsMgrTblSummary) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*FsMgrTblSummary) XXX_Merge ¶
func (m *FsMgrTblSummary) XXX_Merge(src proto.Message)
func (*FsMgrTblSummary) XXX_Size ¶
func (m *FsMgrTblSummary) XXX_Size() int
func (*FsMgrTblSummary) XXX_Unmarshal ¶
func (m *FsMgrTblSummary) XXX_Unmarshal(b []byte) error
type FsMgrTblSummary_KEYS ¶
type FsMgrTblSummary_KEYS struct { VrfName string `protobuf:"bytes,1,opt,name=vrf_name,json=vrfName,proto3" json:"vrf_name,omitempty"` AfName string `protobuf:"bytes,2,opt,name=af_name,json=afName,proto3" json:"af_name,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*FsMgrTblSummary_KEYS) Descriptor ¶
func (*FsMgrTblSummary_KEYS) Descriptor() ([]byte, []int)
func (*FsMgrTblSummary_KEYS) GetAfName ¶
func (m *FsMgrTblSummary_KEYS) GetAfName() string
func (*FsMgrTblSummary_KEYS) GetVrfName ¶
func (m *FsMgrTblSummary_KEYS) GetVrfName() string
func (*FsMgrTblSummary_KEYS) ProtoMessage ¶
func (*FsMgrTblSummary_KEYS) ProtoMessage()
func (*FsMgrTblSummary_KEYS) Reset ¶
func (m *FsMgrTblSummary_KEYS) Reset()
func (*FsMgrTblSummary_KEYS) String ¶
func (m *FsMgrTblSummary_KEYS) String() string
func (*FsMgrTblSummary_KEYS) XXX_DiscardUnknown ¶
func (m *FsMgrTblSummary_KEYS) XXX_DiscardUnknown()
func (*FsMgrTblSummary_KEYS) XXX_Marshal ¶
func (m *FsMgrTblSummary_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*FsMgrTblSummary_KEYS) XXX_Merge ¶
func (m *FsMgrTblSummary_KEYS) XXX_Merge(src proto.Message)
func (*FsMgrTblSummary_KEYS) XXX_Size ¶
func (m *FsMgrTblSummary_KEYS) XXX_Size() int
func (*FsMgrTblSummary_KEYS) XXX_Unmarshal ¶
func (m *FsMgrTblSummary_KEYS) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.