Documentation
¶
Overview ¶
Cisco-IOS-XR-ipv4-ma-oper:augment/interfaces/interface/vrfs/vrf/brief
Index ¶
- type Ipv4IfBrief
- func (*Ipv4IfBrief) Descriptor() ([]byte, []int)
- func (m *Ipv4IfBrief) GetLineState() string
- func (m *Ipv4IfBrief) GetPrimaryAddress() string
- func (m *Ipv4IfBrief) GetVrfId() uint32
- func (m *Ipv4IfBrief) GetVrfName() string
- func (*Ipv4IfBrief) ProtoMessage()
- func (m *Ipv4IfBrief) Reset()
- func (m *Ipv4IfBrief) String() string
- func (m *Ipv4IfBrief) XXX_DiscardUnknown()
- func (m *Ipv4IfBrief) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Ipv4IfBrief) XXX_Merge(src proto.Message)
- func (m *Ipv4IfBrief) XXX_Size() int
- func (m *Ipv4IfBrief) XXX_Unmarshal(b []byte) error
- type Ipv4IfBrief_KEYS
- func (*Ipv4IfBrief_KEYS) Descriptor() ([]byte, []int)
- func (m *Ipv4IfBrief_KEYS) GetInterfaceName() string
- func (m *Ipv4IfBrief_KEYS) GetVrfName() string
- func (*Ipv4IfBrief_KEYS) ProtoMessage()
- func (m *Ipv4IfBrief_KEYS) Reset()
- func (m *Ipv4IfBrief_KEYS) String() string
- func (m *Ipv4IfBrief_KEYS) XXX_DiscardUnknown()
- func (m *Ipv4IfBrief_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Ipv4IfBrief_KEYS) XXX_Merge(src proto.Message)
- func (m *Ipv4IfBrief_KEYS) XXX_Size() int
- func (m *Ipv4IfBrief_KEYS) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Ipv4IfBrief ¶
type Ipv4IfBrief 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"` VrfName string `protobuf:"bytes,52,opt,name=vrf_name,json=vrfName,proto3" json:"vrf_name,omitempty"` LineState string `protobuf:"bytes,53,opt,name=line_state,json=lineState,proto3" json:"line_state,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Ipv4IfBrief) Descriptor ¶
func (*Ipv4IfBrief) Descriptor() ([]byte, []int)
func (*Ipv4IfBrief) GetLineState ¶
func (m *Ipv4IfBrief) GetLineState() string
func (*Ipv4IfBrief) GetPrimaryAddress ¶
func (m *Ipv4IfBrief) GetPrimaryAddress() string
func (*Ipv4IfBrief) GetVrfId ¶
func (m *Ipv4IfBrief) GetVrfId() uint32
func (*Ipv4IfBrief) GetVrfName ¶
func (m *Ipv4IfBrief) GetVrfName() string
func (*Ipv4IfBrief) ProtoMessage ¶
func (*Ipv4IfBrief) ProtoMessage()
func (*Ipv4IfBrief) Reset ¶
func (m *Ipv4IfBrief) Reset()
func (*Ipv4IfBrief) String ¶
func (m *Ipv4IfBrief) String() string
func (*Ipv4IfBrief) XXX_DiscardUnknown ¶
func (m *Ipv4IfBrief) XXX_DiscardUnknown()
func (*Ipv4IfBrief) XXX_Marshal ¶
func (m *Ipv4IfBrief) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*Ipv4IfBrief) XXX_Merge ¶
func (m *Ipv4IfBrief) XXX_Merge(src proto.Message)
func (*Ipv4IfBrief) XXX_Size ¶
func (m *Ipv4IfBrief) XXX_Size() int
func (*Ipv4IfBrief) XXX_Unmarshal ¶
func (m *Ipv4IfBrief) XXX_Unmarshal(b []byte) error
type Ipv4IfBrief_KEYS ¶
type Ipv4IfBrief_KEYS struct { InterfaceName string `protobuf:"bytes,1,opt,name=interface_name,json=interfaceName,proto3" json:"interface_name,omitempty"` VrfName string `protobuf:"bytes,2,opt,name=vrf_name,json=vrfName,proto3" json:"vrf_name,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Ipv4IfBrief_KEYS) Descriptor ¶
func (*Ipv4IfBrief_KEYS) Descriptor() ([]byte, []int)
func (*Ipv4IfBrief_KEYS) GetInterfaceName ¶
func (m *Ipv4IfBrief_KEYS) GetInterfaceName() string
func (*Ipv4IfBrief_KEYS) GetVrfName ¶
func (m *Ipv4IfBrief_KEYS) GetVrfName() string
func (*Ipv4IfBrief_KEYS) ProtoMessage ¶
func (*Ipv4IfBrief_KEYS) ProtoMessage()
func (*Ipv4IfBrief_KEYS) Reset ¶
func (m *Ipv4IfBrief_KEYS) Reset()
func (*Ipv4IfBrief_KEYS) String ¶
func (m *Ipv4IfBrief_KEYS) String() string
func (*Ipv4IfBrief_KEYS) XXX_DiscardUnknown ¶
func (m *Ipv4IfBrief_KEYS) XXX_DiscardUnknown()
func (*Ipv4IfBrief_KEYS) XXX_Marshal ¶
func (m *Ipv4IfBrief_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*Ipv4IfBrief_KEYS) XXX_Merge ¶
func (m *Ipv4IfBrief_KEYS) XXX_Merge(src proto.Message)
func (*Ipv4IfBrief_KEYS) XXX_Size ¶
func (m *Ipv4IfBrief_KEYS) XXX_Size() int
func (*Ipv4IfBrief_KEYS) XXX_Unmarshal ¶
func (m *Ipv4IfBrief_KEYS) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.