Documentation
¶
Overview ¶
Cisco-IOS-XR-ipv4-igmp-oper:igmp/standby/vrfs/vrf/ranges/range
Index ¶
- type IgmpAddrtype
- func (*IgmpAddrtype) Descriptor() ([]byte, []int)
- func (m *IgmpAddrtype) GetAfName() string
- func (m *IgmpAddrtype) GetIpv4Address() string
- func (m *IgmpAddrtype) GetIpv6Address() string
- func (*IgmpAddrtype) ProtoMessage()
- func (m *IgmpAddrtype) Reset()
- func (m *IgmpAddrtype) String() string
- func (m *IgmpAddrtype) XXX_DiscardUnknown()
- func (m *IgmpAddrtype) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *IgmpAddrtype) XXX_Merge(src proto.Message)
- func (m *IgmpAddrtype) XXX_Size() int
- func (m *IgmpAddrtype) XXX_Unmarshal(b []byte) error
- type IgmpGroupRange
- func (*IgmpGroupRange) Descriptor() ([]byte, []int)
- func (m *IgmpGroupRange) GetGroupAddressXr() *IgmpAddrtype
- func (m *IgmpGroupRange) GetIsStale() bool
- func (m *IgmpGroupRange) GetPrefixLength() uint32
- func (m *IgmpGroupRange) GetProtocol() string
- func (*IgmpGroupRange) ProtoMessage()
- func (m *IgmpGroupRange) Reset()
- func (m *IgmpGroupRange) String() string
- func (m *IgmpGroupRange) XXX_DiscardUnknown()
- func (m *IgmpGroupRange) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *IgmpGroupRange) XXX_Merge(src proto.Message)
- func (m *IgmpGroupRange) XXX_Size() int
- func (m *IgmpGroupRange) XXX_Unmarshal(b []byte) error
- type IgmpGroupRange_KEYS
- func (*IgmpGroupRange_KEYS) Descriptor() ([]byte, []int)
- func (m *IgmpGroupRange_KEYS) GetGroupAddress() string
- func (m *IgmpGroupRange_KEYS) GetGroupMask() uint32
- func (m *IgmpGroupRange_KEYS) GetVrfName() string
- func (*IgmpGroupRange_KEYS) ProtoMessage()
- func (m *IgmpGroupRange_KEYS) Reset()
- func (m *IgmpGroupRange_KEYS) String() string
- func (m *IgmpGroupRange_KEYS) XXX_DiscardUnknown()
- func (m *IgmpGroupRange_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *IgmpGroupRange_KEYS) XXX_Merge(src proto.Message)
- func (m *IgmpGroupRange_KEYS) XXX_Size() int
- func (m *IgmpGroupRange_KEYS) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IgmpAddrtype ¶
type IgmpAddrtype 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 (*IgmpAddrtype) Descriptor ¶
func (*IgmpAddrtype) Descriptor() ([]byte, []int)
func (*IgmpAddrtype) GetAfName ¶
func (m *IgmpAddrtype) GetAfName() string
func (*IgmpAddrtype) GetIpv4Address ¶
func (m *IgmpAddrtype) GetIpv4Address() string
func (*IgmpAddrtype) GetIpv6Address ¶
func (m *IgmpAddrtype) GetIpv6Address() string
func (*IgmpAddrtype) ProtoMessage ¶
func (*IgmpAddrtype) ProtoMessage()
func (*IgmpAddrtype) Reset ¶
func (m *IgmpAddrtype) Reset()
func (*IgmpAddrtype) String ¶
func (m *IgmpAddrtype) String() string
func (*IgmpAddrtype) XXX_DiscardUnknown ¶
func (m *IgmpAddrtype) XXX_DiscardUnknown()
func (*IgmpAddrtype) XXX_Marshal ¶
func (m *IgmpAddrtype) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*IgmpAddrtype) XXX_Merge ¶
func (m *IgmpAddrtype) XXX_Merge(src proto.Message)
func (*IgmpAddrtype) XXX_Size ¶
func (m *IgmpAddrtype) XXX_Size() int
func (*IgmpAddrtype) XXX_Unmarshal ¶
func (m *IgmpAddrtype) XXX_Unmarshal(b []byte) error
type IgmpGroupRange ¶
type IgmpGroupRange struct { GroupAddressXr *IgmpAddrtype `protobuf:"bytes,50,opt,name=group_address_xr,json=groupAddressXr,proto3" json:"group_address_xr,omitempty"` PrefixLength uint32 `protobuf:"varint,51,opt,name=prefix_length,json=prefixLength,proto3" json:"prefix_length,omitempty"` Protocol string `protobuf:"bytes,52,opt,name=protocol,proto3" json:"protocol,omitempty"` IsStale bool `protobuf:"varint,53,opt,name=is_stale,json=isStale,proto3" json:"is_stale,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*IgmpGroupRange) Descriptor ¶
func (*IgmpGroupRange) Descriptor() ([]byte, []int)
func (*IgmpGroupRange) GetGroupAddressXr ¶
func (m *IgmpGroupRange) GetGroupAddressXr() *IgmpAddrtype
func (*IgmpGroupRange) GetIsStale ¶
func (m *IgmpGroupRange) GetIsStale() bool
func (*IgmpGroupRange) GetPrefixLength ¶
func (m *IgmpGroupRange) GetPrefixLength() uint32
func (*IgmpGroupRange) GetProtocol ¶
func (m *IgmpGroupRange) GetProtocol() string
func (*IgmpGroupRange) ProtoMessage ¶
func (*IgmpGroupRange) ProtoMessage()
func (*IgmpGroupRange) Reset ¶
func (m *IgmpGroupRange) Reset()
func (*IgmpGroupRange) String ¶
func (m *IgmpGroupRange) String() string
func (*IgmpGroupRange) XXX_DiscardUnknown ¶
func (m *IgmpGroupRange) XXX_DiscardUnknown()
func (*IgmpGroupRange) XXX_Marshal ¶
func (m *IgmpGroupRange) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*IgmpGroupRange) XXX_Merge ¶
func (m *IgmpGroupRange) XXX_Merge(src proto.Message)
func (*IgmpGroupRange) XXX_Size ¶
func (m *IgmpGroupRange) XXX_Size() int
func (*IgmpGroupRange) XXX_Unmarshal ¶
func (m *IgmpGroupRange) XXX_Unmarshal(b []byte) error
type IgmpGroupRange_KEYS ¶
type IgmpGroupRange_KEYS struct { VrfName string `protobuf:"bytes,1,opt,name=vrf_name,json=vrfName,proto3" json:"vrf_name,omitempty"` GroupAddress string `protobuf:"bytes,2,opt,name=group_address,json=groupAddress,proto3" json:"group_address,omitempty"` GroupMask uint32 `protobuf:"varint,3,opt,name=group_mask,json=groupMask,proto3" json:"group_mask,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*IgmpGroupRange_KEYS) Descriptor ¶
func (*IgmpGroupRange_KEYS) Descriptor() ([]byte, []int)
func (*IgmpGroupRange_KEYS) GetGroupAddress ¶
func (m *IgmpGroupRange_KEYS) GetGroupAddress() string
func (*IgmpGroupRange_KEYS) GetGroupMask ¶
func (m *IgmpGroupRange_KEYS) GetGroupMask() uint32
func (*IgmpGroupRange_KEYS) GetVrfName ¶
func (m *IgmpGroupRange_KEYS) GetVrfName() string
func (*IgmpGroupRange_KEYS) ProtoMessage ¶
func (*IgmpGroupRange_KEYS) ProtoMessage()
func (*IgmpGroupRange_KEYS) Reset ¶
func (m *IgmpGroupRange_KEYS) Reset()
func (*IgmpGroupRange_KEYS) String ¶
func (m *IgmpGroupRange_KEYS) String() string
func (*IgmpGroupRange_KEYS) XXX_DiscardUnknown ¶
func (m *IgmpGroupRange_KEYS) XXX_DiscardUnknown()
func (*IgmpGroupRange_KEYS) XXX_Marshal ¶
func (m *IgmpGroupRange_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*IgmpGroupRange_KEYS) XXX_Merge ¶
func (m *IgmpGroupRange_KEYS) XXX_Merge(src proto.Message)
func (*IgmpGroupRange_KEYS) XXX_Size ¶
func (m *IgmpGroupRange_KEYS) XXX_Size() int
func (*IgmpGroupRange_KEYS) XXX_Unmarshal ¶
func (m *IgmpGroupRange_KEYS) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.