Documentation
¶
Overview ¶
Cisco-IOS-XR-ipv4-igmp-oper:mld/active/process/amt-gateways/amt-gateway
Index ¶
- type AmtGwBag
- func (*AmtGwBag) Descriptor() ([]byte, []int)
- func (m *AmtGwBag) GetAmtNonce() uint32
- func (m *AmtGwBag) GetAmtPort() uint32
- func (m *AmtGwBag) GetAmtgw() string
- func (m *AmtGwBag) GetAmtnh() uint32
- func (m *AmtGwBag) GetIdb() uint64
- func (m *AmtGwBag) GetKeyLen() uint32
- func (m *AmtGwBag) GetMemUpdIn() uint32
- func (m *AmtGwBag) GetMemUpdOut() uint32
- func (*AmtGwBag) ProtoMessage()
- func (m *AmtGwBag) Reset()
- func (m *AmtGwBag) String() string
- func (m *AmtGwBag) XXX_DiscardUnknown()
- func (m *AmtGwBag) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *AmtGwBag) XXX_Merge(src proto.Message)
- func (m *AmtGwBag) XXX_Size() int
- func (m *AmtGwBag) XXX_Unmarshal(b []byte) error
- type AmtGwBag_KEYS
- func (*AmtGwBag_KEYS) Descriptor() ([]byte, []int)
- func (m *AmtGwBag_KEYS) GetGatewayAddress() string
- func (m *AmtGwBag_KEYS) GetPort() uint32
- func (*AmtGwBag_KEYS) ProtoMessage()
- func (m *AmtGwBag_KEYS) Reset()
- func (m *AmtGwBag_KEYS) String() string
- func (m *AmtGwBag_KEYS) XXX_DiscardUnknown()
- func (m *AmtGwBag_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *AmtGwBag_KEYS) XXX_Merge(src proto.Message)
- func (m *AmtGwBag_KEYS) XXX_Size() int
- func (m *AmtGwBag_KEYS) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AmtGwBag ¶
type AmtGwBag struct { Amtgw string `protobuf:"bytes,50,opt,name=amtgw,proto3" json:"amtgw,omitempty"` AmtPort uint32 `protobuf:"varint,51,opt,name=amt_port,json=amtPort,proto3" json:"amt_port,omitempty"` KeyLen uint32 `protobuf:"varint,52,opt,name=key_len,json=keyLen,proto3" json:"key_len,omitempty"` Amtnh uint32 `protobuf:"varint,53,opt,name=amtnh,proto3" json:"amtnh,omitempty"` AmtNonce uint32 `protobuf:"varint,54,opt,name=amt_nonce,json=amtNonce,proto3" json:"amt_nonce,omitempty"` Idb uint64 `protobuf:"varint,55,opt,name=idb,proto3" json:"idb,omitempty"` MemUpdIn uint32 `protobuf:"varint,56,opt,name=mem_upd_in,json=memUpdIn,proto3" json:"mem_upd_in,omitempty"` MemUpdOut uint32 `protobuf:"varint,57,opt,name=mem_upd_out,json=memUpdOut,proto3" json:"mem_upd_out,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*AmtGwBag) Descriptor ¶
func (*AmtGwBag) GetAmtNonce ¶
func (*AmtGwBag) GetAmtPort ¶
func (*AmtGwBag) GetMemUpdIn ¶
func (*AmtGwBag) GetMemUpdOut ¶
func (*AmtGwBag) ProtoMessage ¶
func (*AmtGwBag) ProtoMessage()
func (*AmtGwBag) XXX_DiscardUnknown ¶
func (m *AmtGwBag) XXX_DiscardUnknown()
func (*AmtGwBag) XXX_Marshal ¶
func (*AmtGwBag) XXX_Unmarshal ¶
type AmtGwBag_KEYS ¶
type AmtGwBag_KEYS struct { GatewayAddress string `protobuf:"bytes,1,opt,name=gateway_address,json=gatewayAddress,proto3" json:"gateway_address,omitempty"` Port uint32 `protobuf:"varint,2,opt,name=port,proto3" json:"port,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*AmtGwBag_KEYS) Descriptor ¶
func (*AmtGwBag_KEYS) Descriptor() ([]byte, []int)
func (*AmtGwBag_KEYS) GetGatewayAddress ¶
func (m *AmtGwBag_KEYS) GetGatewayAddress() string
func (*AmtGwBag_KEYS) GetPort ¶
func (m *AmtGwBag_KEYS) GetPort() uint32
func (*AmtGwBag_KEYS) ProtoMessage ¶
func (*AmtGwBag_KEYS) ProtoMessage()
func (*AmtGwBag_KEYS) Reset ¶
func (m *AmtGwBag_KEYS) Reset()
func (*AmtGwBag_KEYS) String ¶
func (m *AmtGwBag_KEYS) String() string
func (*AmtGwBag_KEYS) XXX_DiscardUnknown ¶
func (m *AmtGwBag_KEYS) XXX_DiscardUnknown()
func (*AmtGwBag_KEYS) XXX_Marshal ¶
func (m *AmtGwBag_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*AmtGwBag_KEYS) XXX_Merge ¶
func (m *AmtGwBag_KEYS) XXX_Merge(src proto.Message)
func (*AmtGwBag_KEYS) XXX_Size ¶
func (m *AmtGwBag_KEYS) XXX_Size() int
func (*AmtGwBag_KEYS) XXX_Unmarshal ¶
func (m *AmtGwBag_KEYS) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.