cisco_ios_xr_ip_mobileip_oper_pmipv6_lma_config_variables_global_variables

package
v1.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 19, 2019 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Pmipv6DomainCustBd

type Pmipv6DomainCustBd struct {
	Cust                 bool     `protobuf:"varint,1,opt,name=cust,proto3" json:"cust,omitempty"`
	Vrf                  bool     `protobuf:"varint,2,opt,name=vrf,proto3" json:"vrf,omitempty"`
	TVrf                 bool     `protobuf:"varint,3,opt,name=t_vrf,json=tVrf,proto3" json:"t_vrf,omitempty"`
	AuthOption           bool     `protobuf:"varint,4,opt,name=auth_option,json=authOption,proto3" json:"auth_option,omitempty"`
	HeartBeat            bool     `protobuf:"varint,5,opt,name=heart_beat,json=heartBeat,proto3" json:"heart_beat,omitempty"`
	RegTime              uint32   `protobuf:"varint,6,opt,name=reg_time,json=regTime,proto3" json:"reg_time,omitempty"`
	CustName             string   `protobuf:"bytes,7,opt,name=cust_name,json=custName,proto3" json:"cust_name,omitempty"`
	VrfName              string   `protobuf:"bytes,8,opt,name=vrf_name,json=vrfName,proto3" json:"vrf_name,omitempty"`
	TVrfName             string   `protobuf:"bytes,9,opt,name=t_vrf_name,json=tVrfName,proto3" json:"t_vrf_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Pmipv6DomainCustBd) Descriptor

func (*Pmipv6DomainCustBd) Descriptor() ([]byte, []int)

func (*Pmipv6DomainCustBd) GetAuthOption

func (m *Pmipv6DomainCustBd) GetAuthOption() bool

func (*Pmipv6DomainCustBd) GetCust

func (m *Pmipv6DomainCustBd) GetCust() bool

func (*Pmipv6DomainCustBd) GetCustName

func (m *Pmipv6DomainCustBd) GetCustName() string

func (*Pmipv6DomainCustBd) GetHeartBeat

func (m *Pmipv6DomainCustBd) GetHeartBeat() bool

func (*Pmipv6DomainCustBd) GetRegTime

func (m *Pmipv6DomainCustBd) GetRegTime() uint32

func (*Pmipv6DomainCustBd) GetTVrf

func (m *Pmipv6DomainCustBd) GetTVrf() bool

func (*Pmipv6DomainCustBd) GetTVrfName

func (m *Pmipv6DomainCustBd) GetTVrfName() string

func (*Pmipv6DomainCustBd) GetVrf

func (m *Pmipv6DomainCustBd) GetVrf() bool

func (*Pmipv6DomainCustBd) GetVrfName

func (m *Pmipv6DomainCustBd) GetVrfName() string

func (*Pmipv6DomainCustBd) ProtoMessage

func (*Pmipv6DomainCustBd) ProtoMessage()

func (*Pmipv6DomainCustBd) Reset

func (m *Pmipv6DomainCustBd) Reset()

func (*Pmipv6DomainCustBd) String

func (m *Pmipv6DomainCustBd) String() string

func (*Pmipv6DomainCustBd) XXX_DiscardUnknown

func (m *Pmipv6DomainCustBd) XXX_DiscardUnknown()

func (*Pmipv6DomainCustBd) XXX_Marshal

func (m *Pmipv6DomainCustBd) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Pmipv6DomainCustBd) XXX_Merge

func (m *Pmipv6DomainCustBd) XXX_Merge(src proto.Message)

func (*Pmipv6DomainCustBd) XXX_Size

func (m *Pmipv6DomainCustBd) XXX_Size() int

func (*Pmipv6DomainCustBd) XXX_Unmarshal

func (m *Pmipv6DomainCustBd) XXX_Unmarshal(b []byte) error

type Pmipv6DomainParamBd

type Pmipv6DomainParamBd struct {
	SelfId               *Pmipv6EntityIdBd `protobuf:"bytes,1,opt,name=self_id,json=selfId,proto3" json:"self_id,omitempty"`
	Timestamp            bool              `protobuf:"varint,2,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	Window               uint64            `protobuf:"varint,3,opt,name=window,proto3" json:"window,omitempty"`
	AuthOption           bool              `protobuf:"varint,4,opt,name=auth_option,json=authOption,proto3" json:"auth_option,omitempty"`
	RegTime              uint32            `protobuf:"varint,5,opt,name=reg_time,json=regTime,proto3" json:"reg_time,omitempty"`
	RefTime              uint32            `protobuf:"varint,6,opt,name=ref_time,json=refTime,proto3" json:"ref_time,omitempty"`
	Retx                 uint32            `protobuf:"varint,7,opt,name=retx,proto3" json:"retx,omitempty"`
	RetMax               uint32            `protobuf:"varint,8,opt,name=ret_max,json=retMax,proto3" json:"ret_max,omitempty"`
	BriInit              uint32            `protobuf:"varint,9,opt,name=bri_init,json=briInit,proto3" json:"bri_init,omitempty"`
	BriRetries           uint32            `protobuf:"varint,10,opt,name=bri_retries,json=briRetries,proto3" json:"bri_retries,omitempty"`
	BriMax               uint32            `protobuf:"varint,11,opt,name=bri_max,json=briMax,proto3" json:"bri_max,omitempty"`
	MaxBindings          uint32            `protobuf:"varint,12,opt,name=max_bindings,json=maxBindings,proto3" json:"max_bindings,omitempty"`
	Hnp                  uint32            `protobuf:"varint,13,opt,name=hnp,proto3" json:"hnp,omitempty"`
	Encap                string            `protobuf:"bytes,14,opt,name=encap,proto3" json:"encap,omitempty"`
	DeleteTime           uint32            `protobuf:"varint,15,opt,name=delete_time,json=deleteTime,proto3" json:"delete_time,omitempty"`
	CreateTime           uint32            `protobuf:"varint,16,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
	UpGrekey             uint32            `protobuf:"varint,17,opt,name=up_grekey,json=upGrekey,proto3" json:"up_grekey,omitempty"`
	DownGrekey           uint32            `protobuf:"varint,18,opt,name=down_grekey,json=downGrekey,proto3" json:"down_grekey,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*Pmipv6DomainParamBd) Descriptor

func (*Pmipv6DomainParamBd) Descriptor() ([]byte, []int)

func (*Pmipv6DomainParamBd) GetAuthOption

func (m *Pmipv6DomainParamBd) GetAuthOption() bool

func (*Pmipv6DomainParamBd) GetBriInit

func (m *Pmipv6DomainParamBd) GetBriInit() uint32

func (*Pmipv6DomainParamBd) GetBriMax

func (m *Pmipv6DomainParamBd) GetBriMax() uint32

func (*Pmipv6DomainParamBd) GetBriRetries

func (m *Pmipv6DomainParamBd) GetBriRetries() uint32

func (*Pmipv6DomainParamBd) GetCreateTime

func (m *Pmipv6DomainParamBd) GetCreateTime() uint32

func (*Pmipv6DomainParamBd) GetDeleteTime

func (m *Pmipv6DomainParamBd) GetDeleteTime() uint32

func (*Pmipv6DomainParamBd) GetDownGrekey

func (m *Pmipv6DomainParamBd) GetDownGrekey() uint32

func (*Pmipv6DomainParamBd) GetEncap

func (m *Pmipv6DomainParamBd) GetEncap() string

func (*Pmipv6DomainParamBd) GetHnp

func (m *Pmipv6DomainParamBd) GetHnp() uint32

func (*Pmipv6DomainParamBd) GetMaxBindings

func (m *Pmipv6DomainParamBd) GetMaxBindings() uint32

func (*Pmipv6DomainParamBd) GetRefTime

func (m *Pmipv6DomainParamBd) GetRefTime() uint32

func (*Pmipv6DomainParamBd) GetRegTime

func (m *Pmipv6DomainParamBd) GetRegTime() uint32

func (*Pmipv6DomainParamBd) GetRetMax

func (m *Pmipv6DomainParamBd) GetRetMax() uint32

func (*Pmipv6DomainParamBd) GetRetx

func (m *Pmipv6DomainParamBd) GetRetx() uint32

func (*Pmipv6DomainParamBd) GetSelfId

func (m *Pmipv6DomainParamBd) GetSelfId() *Pmipv6EntityIdBd

func (*Pmipv6DomainParamBd) GetTimestamp

func (m *Pmipv6DomainParamBd) GetTimestamp() bool

func (*Pmipv6DomainParamBd) GetUpGrekey

func (m *Pmipv6DomainParamBd) GetUpGrekey() uint32

func (*Pmipv6DomainParamBd) GetWindow

func (m *Pmipv6DomainParamBd) GetWindow() uint64

func (*Pmipv6DomainParamBd) ProtoMessage

func (*Pmipv6DomainParamBd) ProtoMessage()

func (*Pmipv6DomainParamBd) Reset

func (m *Pmipv6DomainParamBd) Reset()

func (*Pmipv6DomainParamBd) String

func (m *Pmipv6DomainParamBd) String() string

func (*Pmipv6DomainParamBd) XXX_DiscardUnknown

func (m *Pmipv6DomainParamBd) XXX_DiscardUnknown()

func (*Pmipv6DomainParamBd) XXX_Marshal

func (m *Pmipv6DomainParamBd) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Pmipv6DomainParamBd) XXX_Merge

func (m *Pmipv6DomainParamBd) XXX_Merge(src proto.Message)

func (*Pmipv6DomainParamBd) XXX_Size

func (m *Pmipv6DomainParamBd) XXX_Size() int

func (*Pmipv6DomainParamBd) XXX_Unmarshal

func (m *Pmipv6DomainParamBd) XXX_Unmarshal(b []byte) error

type Pmipv6DomainParamPeerBd

type Pmipv6DomainParamPeerBd struct {
	Peer                 string   `protobuf:"bytes,1,opt,name=peer,proto3" json:"peer,omitempty"`
	VrfName              string   `protobuf:"bytes,2,opt,name=vrf_name,json=vrfName,proto3" json:"vrf_name,omitempty"`
	Interface            string   `protobuf:"bytes,3,opt,name=interface,proto3" json:"interface,omitempty"`
	Encap                string   `protobuf:"bytes,4,opt,name=encap,proto3" json:"encap,omitempty"`
	Auth                 bool     `protobuf:"varint,5,opt,name=auth,proto3" json:"auth,omitempty"`
	Vrf                  bool     `protobuf:"varint,6,opt,name=vrf,proto3" json:"vrf,omitempty"`
	Statictunnel         bool     `protobuf:"varint,7,opt,name=statictunnel,proto3" json:"statictunnel,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Pmipv6DomainParamPeerBd) Descriptor

func (*Pmipv6DomainParamPeerBd) Descriptor() ([]byte, []int)

func (*Pmipv6DomainParamPeerBd) GetAuth

func (m *Pmipv6DomainParamPeerBd) GetAuth() bool

func (*Pmipv6DomainParamPeerBd) GetEncap

func (m *Pmipv6DomainParamPeerBd) GetEncap() string

func (*Pmipv6DomainParamPeerBd) GetInterface

func (m *Pmipv6DomainParamPeerBd) GetInterface() string

func (*Pmipv6DomainParamPeerBd) GetPeer

func (m *Pmipv6DomainParamPeerBd) GetPeer() string

func (*Pmipv6DomainParamPeerBd) GetStatictunnel

func (m *Pmipv6DomainParamPeerBd) GetStatictunnel() bool

func (*Pmipv6DomainParamPeerBd) GetVrf

func (m *Pmipv6DomainParamPeerBd) GetVrf() bool

func (*Pmipv6DomainParamPeerBd) GetVrfName

func (m *Pmipv6DomainParamPeerBd) GetVrfName() string

func (*Pmipv6DomainParamPeerBd) ProtoMessage

func (*Pmipv6DomainParamPeerBd) ProtoMessage()

func (*Pmipv6DomainParamPeerBd) Reset

func (m *Pmipv6DomainParamPeerBd) Reset()

func (*Pmipv6DomainParamPeerBd) String

func (m *Pmipv6DomainParamPeerBd) String() string

func (*Pmipv6DomainParamPeerBd) XXX_DiscardUnknown

func (m *Pmipv6DomainParamPeerBd) XXX_DiscardUnknown()

func (*Pmipv6DomainParamPeerBd) XXX_Marshal

func (m *Pmipv6DomainParamPeerBd) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Pmipv6DomainParamPeerBd) XXX_Merge

func (m *Pmipv6DomainParamPeerBd) XXX_Merge(src proto.Message)

func (*Pmipv6DomainParamPeerBd) XXX_Size

func (m *Pmipv6DomainParamPeerBd) XXX_Size() int

func (*Pmipv6DomainParamPeerBd) XXX_Unmarshal

func (m *Pmipv6DomainParamPeerBd) XXX_Unmarshal(b []byte) error

type Pmipv6EntityIdBd

type Pmipv6EntityIdBd struct {
	Entity               string   `protobuf:"bytes,1,opt,name=entity,proto3" json:"entity,omitempty"`
	AddrType             string   `protobuf:"bytes,2,opt,name=addr_type,json=addrType,proto3" json:"addr_type,omitempty"`
	Address              string   `protobuf:"bytes,3,opt,name=address,proto3" json:"address,omitempty"`
	Ipv4Address          string   `protobuf:"bytes,4,opt,name=ipv4_address,json=ipv4Address,proto3" json:"ipv4_address,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Pmipv6EntityIdBd) Descriptor

func (*Pmipv6EntityIdBd) Descriptor() ([]byte, []int)

func (*Pmipv6EntityIdBd) GetAddrType

func (m *Pmipv6EntityIdBd) GetAddrType() string

func (*Pmipv6EntityIdBd) GetAddress

func (m *Pmipv6EntityIdBd) GetAddress() string

func (*Pmipv6EntityIdBd) GetEntity

func (m *Pmipv6EntityIdBd) GetEntity() string

func (*Pmipv6EntityIdBd) GetIpv4Address

func (m *Pmipv6EntityIdBd) GetIpv4Address() string

func (*Pmipv6EntityIdBd) ProtoMessage

func (*Pmipv6EntityIdBd) ProtoMessage()

func (*Pmipv6EntityIdBd) Reset

func (m *Pmipv6EntityIdBd) Reset()

func (*Pmipv6EntityIdBd) String

func (m *Pmipv6EntityIdBd) String() string

func (*Pmipv6EntityIdBd) XXX_DiscardUnknown

func (m *Pmipv6EntityIdBd) XXX_DiscardUnknown()

func (*Pmipv6EntityIdBd) XXX_Marshal

func (m *Pmipv6EntityIdBd) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Pmipv6EntityIdBd) XXX_Merge

func (m *Pmipv6EntityIdBd) XXX_Merge(src proto.Message)

func (*Pmipv6EntityIdBd) XXX_Size

func (m *Pmipv6EntityIdBd) XXX_Size() int

func (*Pmipv6EntityIdBd) XXX_Unmarshal

func (m *Pmipv6EntityIdBd) XXX_Unmarshal(b []byte) error

type Pmipv6LmaMllServiceBd

type Pmipv6LmaMllServiceBd struct {
	IgnoreHoa            bool     `protobuf:"varint,1,opt,name=ignore_hoa,json=ignoreHoa,proto3" json:"ignore_hoa,omitempty"`
	MnpIpv4LmnMax        uint32   `protobuf:"varint,2,opt,name=mnp_ipv4_lmn_max,json=mnpIpv4LmnMax,proto3" json:"mnp_ipv4_lmn_max,omitempty"`
	MnpIpv6LmnMax        uint32   `protobuf:"varint,3,opt,name=mnp_ipv6_lmn_max,json=mnpIpv6LmnMax,proto3" json:"mnp_ipv6_lmn_max,omitempty"`
	MnpLmnMax            uint32   `protobuf:"varint,4,opt,name=mnp_lmn_max,json=mnpLmnMax,proto3" json:"mnp_lmn_max,omitempty"`
	MnpIpv4CustMax       uint32   `protobuf:"varint,5,opt,name=mnp_ipv4_cust_max,json=mnpIpv4CustMax,proto3" json:"mnp_ipv4_cust_max,omitempty"`
	MnpIpv6CustMax       uint32   `protobuf:"varint,6,opt,name=mnp_ipv6_cust_max,json=mnpIpv6CustMax,proto3" json:"mnp_ipv6_cust_max,omitempty"`
	MnpCustMax           uint32   `protobuf:"varint,7,opt,name=mnp_cust_max,json=mnpCustMax,proto3" json:"mnp_cust_max,omitempty"`
	MnpIpv4CustCur       uint32   `protobuf:"varint,8,opt,name=mnp_ipv4_cust_cur,json=mnpIpv4CustCur,proto3" json:"mnp_ipv4_cust_cur,omitempty"`
	MnpIpv6CustCur       uint32   `protobuf:"varint,9,opt,name=mnp_ipv6_cust_cur,json=mnpIpv6CustCur,proto3" json:"mnp_ipv6_cust_cur,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Pmipv6LmaMllServiceBd) Descriptor

func (*Pmipv6LmaMllServiceBd) Descriptor() ([]byte, []int)

func (*Pmipv6LmaMllServiceBd) GetIgnoreHoa

func (m *Pmipv6LmaMllServiceBd) GetIgnoreHoa() bool

func (*Pmipv6LmaMllServiceBd) GetMnpCustMax

func (m *Pmipv6LmaMllServiceBd) GetMnpCustMax() uint32

func (*Pmipv6LmaMllServiceBd) GetMnpIpv4CustCur

func (m *Pmipv6LmaMllServiceBd) GetMnpIpv4CustCur() uint32

func (*Pmipv6LmaMllServiceBd) GetMnpIpv4CustMax

func (m *Pmipv6LmaMllServiceBd) GetMnpIpv4CustMax() uint32

func (*Pmipv6LmaMllServiceBd) GetMnpIpv4LmnMax

func (m *Pmipv6LmaMllServiceBd) GetMnpIpv4LmnMax() uint32

func (*Pmipv6LmaMllServiceBd) GetMnpIpv6CustCur

func (m *Pmipv6LmaMllServiceBd) GetMnpIpv6CustCur() uint32

func (*Pmipv6LmaMllServiceBd) GetMnpIpv6CustMax

func (m *Pmipv6LmaMllServiceBd) GetMnpIpv6CustMax() uint32

func (*Pmipv6LmaMllServiceBd) GetMnpIpv6LmnMax

func (m *Pmipv6LmaMllServiceBd) GetMnpIpv6LmnMax() uint32

func (*Pmipv6LmaMllServiceBd) GetMnpLmnMax

func (m *Pmipv6LmaMllServiceBd) GetMnpLmnMax() uint32

func (*Pmipv6LmaMllServiceBd) ProtoMessage

func (*Pmipv6LmaMllServiceBd) ProtoMessage()

func (*Pmipv6LmaMllServiceBd) Reset

func (m *Pmipv6LmaMllServiceBd) Reset()

func (*Pmipv6LmaMllServiceBd) String

func (m *Pmipv6LmaMllServiceBd) String() string

func (*Pmipv6LmaMllServiceBd) XXX_DiscardUnknown

func (m *Pmipv6LmaMllServiceBd) XXX_DiscardUnknown()

func (*Pmipv6LmaMllServiceBd) XXX_Marshal

func (m *Pmipv6LmaMllServiceBd) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Pmipv6LmaMllServiceBd) XXX_Merge

func (m *Pmipv6LmaMllServiceBd) XXX_Merge(src proto.Message)

func (*Pmipv6LmaMllServiceBd) XXX_Size

func (m *Pmipv6LmaMllServiceBd) XXX_Size() int

func (*Pmipv6LmaMllServiceBd) XXX_Unmarshal

func (m *Pmipv6LmaMllServiceBd) XXX_Unmarshal(b []byte) error

type Pmipv6ShowGlobalsBd

type Pmipv6ShowGlobalsBd struct {
	Domain               string                       `protobuf:"bytes,50,opt,name=domain,proto3" json:"domain,omitempty"`
	Selfid               string                       `protobuf:"bytes,51,opt,name=selfid,proto3" json:"selfid,omitempty"`
	ApnName              string                       `protobuf:"bytes,52,opt,name=apn_name,json=apnName,proto3" json:"apn_name,omitempty"`
	Role                 string                       `protobuf:"bytes,53,opt,name=role,proto3" json:"role,omitempty"`
	Parameters           *Pmipv6DomainParamBd         `protobuf:"bytes,54,opt,name=parameters,proto3" json:"parameters,omitempty"`
	Count                uint32                       `protobuf:"varint,55,opt,name=count,proto3" json:"count,omitempty"`
	Peers                uint32                       `protobuf:"varint,56,opt,name=peers,proto3" json:"peers,omitempty"`
	Customers            uint32                       `protobuf:"varint,57,opt,name=customers,proto3" json:"customers,omitempty"`
	NumNetwork           uint32                       `protobuf:"varint,58,opt,name=num_network,json=numNetwork,proto3" json:"num_network,omitempty"`
	DiscoverMn           bool                         `protobuf:"varint,59,opt,name=discover_mn,json=discoverMn,proto3" json:"discover_mn,omitempty"`
	LocalRouting         bool                         `protobuf:"varint,60,opt,name=local_routing,json=localRouting,proto3" json:"local_routing,omitempty"`
	AaaAccounting        bool                         `protobuf:"varint,61,opt,name=aaa_accounting,json=aaaAccounting,proto3" json:"aaa_accounting,omitempty"`
	DefaultMn            bool                         `protobuf:"varint,62,opt,name=default_mn,json=defaultMn,proto3" json:"default_mn,omitempty"`
	Apn                  bool                         `protobuf:"varint,63,opt,name=apn,proto3" json:"apn,omitempty"`
	LearnMag             bool                         `protobuf:"varint,64,opt,name=learn_mag,json=learnMag,proto3" json:"learn_mag,omitempty"`
	SessionMgr           bool                         `protobuf:"varint,65,opt,name=session_mgr,json=sessionMgr,proto3" json:"session_mgr,omitempty"`
	Service              uint32                       `protobuf:"varint,66,opt,name=service,proto3" json:"service,omitempty"`
	Profile              string                       `protobuf:"bytes,67,opt,name=profile,proto3" json:"profile,omitempty"`
	Ddp                  uint32                       `protobuf:"varint,68,opt,name=ddp,proto3" json:"ddp,omitempty"`
	Ddt                  uint32                       `protobuf:"varint,69,opt,name=ddt,proto3" json:"ddt,omitempty"`
	Ddr                  uint32                       `protobuf:"varint,70,opt,name=ddr,proto3" json:"ddr,omitempty"`
	Intf                 []*Pmipv6ShowMagInterfacesBd `protobuf:"bytes,71,rep,name=intf,proto3" json:"intf,omitempty"`
	Peer                 []*Pmipv6DomainParamPeerBd   `protobuf:"bytes,72,rep,name=peer,proto3" json:"peer,omitempty"`
	Network              []*Pmipv6ShowLmaNwBd         `protobuf:"bytes,73,rep,name=network,proto3" json:"network,omitempty"`
	Cust                 []*Pmipv6DomainCustBd        `protobuf:"bytes,74,rep,name=cust,proto3" json:"cust,omitempty"`
	MllService           *Pmipv6LmaMllServiceBd       `protobuf:"bytes,75,opt,name=mll_service,json=mllService,proto3" json:"mll_service,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                     `json:"-"`
	XXX_unrecognized     []byte                       `json:"-"`
	XXX_sizecache        int32                        `json:"-"`
}

func (*Pmipv6ShowGlobalsBd) Descriptor

func (*Pmipv6ShowGlobalsBd) Descriptor() ([]byte, []int)

func (*Pmipv6ShowGlobalsBd) GetAaaAccounting

func (m *Pmipv6ShowGlobalsBd) GetAaaAccounting() bool

func (*Pmipv6ShowGlobalsBd) GetApn

func (m *Pmipv6ShowGlobalsBd) GetApn() bool

func (*Pmipv6ShowGlobalsBd) GetApnName

func (m *Pmipv6ShowGlobalsBd) GetApnName() string

func (*Pmipv6ShowGlobalsBd) GetCount

func (m *Pmipv6ShowGlobalsBd) GetCount() uint32

func (*Pmipv6ShowGlobalsBd) GetCust

func (m *Pmipv6ShowGlobalsBd) GetCust() []*Pmipv6DomainCustBd

func (*Pmipv6ShowGlobalsBd) GetCustomers

func (m *Pmipv6ShowGlobalsBd) GetCustomers() uint32

func (*Pmipv6ShowGlobalsBd) GetDdp

func (m *Pmipv6ShowGlobalsBd) GetDdp() uint32

func (*Pmipv6ShowGlobalsBd) GetDdr

func (m *Pmipv6ShowGlobalsBd) GetDdr() uint32

func (*Pmipv6ShowGlobalsBd) GetDdt

func (m *Pmipv6ShowGlobalsBd) GetDdt() uint32

func (*Pmipv6ShowGlobalsBd) GetDefaultMn

func (m *Pmipv6ShowGlobalsBd) GetDefaultMn() bool

func (*Pmipv6ShowGlobalsBd) GetDiscoverMn

func (m *Pmipv6ShowGlobalsBd) GetDiscoverMn() bool

func (*Pmipv6ShowGlobalsBd) GetDomain

func (m *Pmipv6ShowGlobalsBd) GetDomain() string

func (*Pmipv6ShowGlobalsBd) GetIntf

func (*Pmipv6ShowGlobalsBd) GetLearnMag

func (m *Pmipv6ShowGlobalsBd) GetLearnMag() bool

func (*Pmipv6ShowGlobalsBd) GetLocalRouting

func (m *Pmipv6ShowGlobalsBd) GetLocalRouting() bool

func (*Pmipv6ShowGlobalsBd) GetMllService

func (m *Pmipv6ShowGlobalsBd) GetMllService() *Pmipv6LmaMllServiceBd

func (*Pmipv6ShowGlobalsBd) GetNetwork

func (m *Pmipv6ShowGlobalsBd) GetNetwork() []*Pmipv6ShowLmaNwBd

func (*Pmipv6ShowGlobalsBd) GetNumNetwork

func (m *Pmipv6ShowGlobalsBd) GetNumNetwork() uint32

func (*Pmipv6ShowGlobalsBd) GetParameters

func (m *Pmipv6ShowGlobalsBd) GetParameters() *Pmipv6DomainParamBd

func (*Pmipv6ShowGlobalsBd) GetPeer

func (*Pmipv6ShowGlobalsBd) GetPeers

func (m *Pmipv6ShowGlobalsBd) GetPeers() uint32

func (*Pmipv6ShowGlobalsBd) GetProfile

func (m *Pmipv6ShowGlobalsBd) GetProfile() string

func (*Pmipv6ShowGlobalsBd) GetRole

func (m *Pmipv6ShowGlobalsBd) GetRole() string

func (*Pmipv6ShowGlobalsBd) GetSelfid

func (m *Pmipv6ShowGlobalsBd) GetSelfid() string

func (*Pmipv6ShowGlobalsBd) GetService

func (m *Pmipv6ShowGlobalsBd) GetService() uint32

func (*Pmipv6ShowGlobalsBd) GetSessionMgr

func (m *Pmipv6ShowGlobalsBd) GetSessionMgr() bool

func (*Pmipv6ShowGlobalsBd) ProtoMessage

func (*Pmipv6ShowGlobalsBd) ProtoMessage()

func (*Pmipv6ShowGlobalsBd) Reset

func (m *Pmipv6ShowGlobalsBd) Reset()

func (*Pmipv6ShowGlobalsBd) String

func (m *Pmipv6ShowGlobalsBd) String() string

func (*Pmipv6ShowGlobalsBd) XXX_DiscardUnknown

func (m *Pmipv6ShowGlobalsBd) XXX_DiscardUnknown()

func (*Pmipv6ShowGlobalsBd) XXX_Marshal

func (m *Pmipv6ShowGlobalsBd) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Pmipv6ShowGlobalsBd) XXX_Merge

func (m *Pmipv6ShowGlobalsBd) XXX_Merge(src proto.Message)

func (*Pmipv6ShowGlobalsBd) XXX_Size

func (m *Pmipv6ShowGlobalsBd) XXX_Size() int

func (*Pmipv6ShowGlobalsBd) XXX_Unmarshal

func (m *Pmipv6ShowGlobalsBd) XXX_Unmarshal(b []byte) error

type Pmipv6ShowGlobalsBd_KEYS

type Pmipv6ShowGlobalsBd_KEYS struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Pmipv6ShowGlobalsBd_KEYS) Descriptor

func (*Pmipv6ShowGlobalsBd_KEYS) Descriptor() ([]byte, []int)

func (*Pmipv6ShowGlobalsBd_KEYS) ProtoMessage

func (*Pmipv6ShowGlobalsBd_KEYS) ProtoMessage()

func (*Pmipv6ShowGlobalsBd_KEYS) Reset

func (m *Pmipv6ShowGlobalsBd_KEYS) Reset()

func (*Pmipv6ShowGlobalsBd_KEYS) String

func (m *Pmipv6ShowGlobalsBd_KEYS) String() string

func (*Pmipv6ShowGlobalsBd_KEYS) XXX_DiscardUnknown

func (m *Pmipv6ShowGlobalsBd_KEYS) XXX_DiscardUnknown()

func (*Pmipv6ShowGlobalsBd_KEYS) XXX_Marshal

func (m *Pmipv6ShowGlobalsBd_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Pmipv6ShowGlobalsBd_KEYS) XXX_Merge

func (m *Pmipv6ShowGlobalsBd_KEYS) XXX_Merge(src proto.Message)

func (*Pmipv6ShowGlobalsBd_KEYS) XXX_Size

func (m *Pmipv6ShowGlobalsBd_KEYS) XXX_Size() int

func (*Pmipv6ShowGlobalsBd_KEYS) XXX_Unmarshal

func (m *Pmipv6ShowGlobalsBd_KEYS) XXX_Unmarshal(b []byte) error

type Pmipv6ShowLmaNwBd

type Pmipv6ShowLmaNwBd struct {
	V4Pool               bool     `protobuf:"varint,1,opt,name=v4pool,proto3" json:"v4pool,omitempty"`
	V6Pool               bool     `protobuf:"varint,2,opt,name=v6pool,proto3" json:"v6pool,omitempty"`
	Network              string   `protobuf:"bytes,3,opt,name=network,proto3" json:"network,omitempty"`
	Ipv4                 string   `protobuf:"bytes,4,opt,name=ipv4,proto3" json:"ipv4,omitempty"`
	Ipv6                 string   `protobuf:"bytes,5,opt,name=ipv6,proto3" json:"ipv6,omitempty"`
	V4PfxLen             uint32   `protobuf:"varint,6,opt,name=v4pfx_len,json=v4pfxLen,proto3" json:"v4pfx_len,omitempty"`
	V6PfxLen             uint32   `protobuf:"varint,7,opt,name=v6pfx_len,json=v6pfxLen,proto3" json:"v6pfx_len,omitempty"`
	Mrnet                uint32   `protobuf:"varint,8,opt,name=mrnet,proto3" json:"mrnet,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Pmipv6ShowLmaNwBd) Descriptor

func (*Pmipv6ShowLmaNwBd) Descriptor() ([]byte, []int)

func (*Pmipv6ShowLmaNwBd) GetIpv4

func (m *Pmipv6ShowLmaNwBd) GetIpv4() string

func (*Pmipv6ShowLmaNwBd) GetIpv6

func (m *Pmipv6ShowLmaNwBd) GetIpv6() string

func (*Pmipv6ShowLmaNwBd) GetMrnet

func (m *Pmipv6ShowLmaNwBd) GetMrnet() uint32

func (*Pmipv6ShowLmaNwBd) GetNetwork

func (m *Pmipv6ShowLmaNwBd) GetNetwork() string

func (*Pmipv6ShowLmaNwBd) GetV4PfxLen

func (m *Pmipv6ShowLmaNwBd) GetV4PfxLen() uint32

func (*Pmipv6ShowLmaNwBd) GetV4Pool

func (m *Pmipv6ShowLmaNwBd) GetV4Pool() bool

func (*Pmipv6ShowLmaNwBd) GetV6PfxLen

func (m *Pmipv6ShowLmaNwBd) GetV6PfxLen() uint32

func (*Pmipv6ShowLmaNwBd) GetV6Pool

func (m *Pmipv6ShowLmaNwBd) GetV6Pool() bool

func (*Pmipv6ShowLmaNwBd) ProtoMessage

func (*Pmipv6ShowLmaNwBd) ProtoMessage()

func (*Pmipv6ShowLmaNwBd) Reset

func (m *Pmipv6ShowLmaNwBd) Reset()

func (*Pmipv6ShowLmaNwBd) String

func (m *Pmipv6ShowLmaNwBd) String() string

func (*Pmipv6ShowLmaNwBd) XXX_DiscardUnknown

func (m *Pmipv6ShowLmaNwBd) XXX_DiscardUnknown()

func (*Pmipv6ShowLmaNwBd) XXX_Marshal

func (m *Pmipv6ShowLmaNwBd) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Pmipv6ShowLmaNwBd) XXX_Merge

func (m *Pmipv6ShowLmaNwBd) XXX_Merge(src proto.Message)

func (*Pmipv6ShowLmaNwBd) XXX_Size

func (m *Pmipv6ShowLmaNwBd) XXX_Size() int

func (*Pmipv6ShowLmaNwBd) XXX_Unmarshal

func (m *Pmipv6ShowLmaNwBd) XXX_Unmarshal(b []byte) error

type Pmipv6ShowMagInterfacesBd

type Pmipv6ShowMagInterfacesBd struct {
	Apn                  bool     `protobuf:"varint,1,opt,name=apn,proto3" json:"apn,omitempty"`
	Interface            string   `protobuf:"bytes,2,opt,name=interface,proto3" json:"interface,omitempty"`
	ApnName              string   `protobuf:"bytes,3,opt,name=apn_name,json=apnName,proto3" json:"apn_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Pmipv6ShowMagInterfacesBd) Descriptor

func (*Pmipv6ShowMagInterfacesBd) Descriptor() ([]byte, []int)

func (*Pmipv6ShowMagInterfacesBd) GetApn

func (m *Pmipv6ShowMagInterfacesBd) GetApn() bool

func (*Pmipv6ShowMagInterfacesBd) GetApnName

func (m *Pmipv6ShowMagInterfacesBd) GetApnName() string

func (*Pmipv6ShowMagInterfacesBd) GetInterface

func (m *Pmipv6ShowMagInterfacesBd) GetInterface() string

func (*Pmipv6ShowMagInterfacesBd) ProtoMessage

func (*Pmipv6ShowMagInterfacesBd) ProtoMessage()

func (*Pmipv6ShowMagInterfacesBd) Reset

func (m *Pmipv6ShowMagInterfacesBd) Reset()

func (*Pmipv6ShowMagInterfacesBd) String

func (m *Pmipv6ShowMagInterfacesBd) String() string

func (*Pmipv6ShowMagInterfacesBd) XXX_DiscardUnknown

func (m *Pmipv6ShowMagInterfacesBd) XXX_DiscardUnknown()

func (*Pmipv6ShowMagInterfacesBd) XXX_Marshal

func (m *Pmipv6ShowMagInterfacesBd) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Pmipv6ShowMagInterfacesBd) XXX_Merge

func (m *Pmipv6ShowMagInterfacesBd) XXX_Merge(src proto.Message)

func (*Pmipv6ShowMagInterfacesBd) XXX_Size

func (m *Pmipv6ShowMagInterfacesBd) XXX_Size() int

func (*Pmipv6ShowMagInterfacesBd) XXX_Unmarshal

func (m *Pmipv6ShowMagInterfacesBd) XXX_Unmarshal(b []byte) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL