Documentation
¶
Index ¶
- type CsiHelperPub_
- func (*CsiHelperPub_) Descriptor() ([]byte, []int)
- func (m *CsiHelperPub_) GetCsiInfoArr() []*CsiIndexInfo_
- func (m *CsiHelperPub_) GetCsiPicArr() []uint64
- func (*CsiHelperPub_) ProtoMessage()
- func (m *CsiHelperPub_) Reset()
- func (m *CsiHelperPub_) String() string
- func (m *CsiHelperPub_) XXX_DiscardUnknown()
- func (m *CsiHelperPub_) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CsiHelperPub_) XXX_Merge(src proto.Message)
- func (m *CsiHelperPub_) XXX_Size() int
- func (m *CsiHelperPub_) XXX_Unmarshal(b []byte) error
- type CsiIndexInfo_
- func (*CsiIndexInfo_) Descriptor() ([]byte, []int)
- func (m *CsiIndexInfo_) GetCsiIndex() uint32
- func (m *CsiIndexInfo_) GetIpArr() []*CsiIpaddrT
- func (*CsiIndexInfo_) ProtoMessage()
- func (m *CsiIndexInfo_) Reset()
- func (m *CsiIndexInfo_) String() string
- func (m *CsiIndexInfo_) XXX_DiscardUnknown()
- func (m *CsiIndexInfo_) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CsiIndexInfo_) XXX_Merge(src proto.Message)
- func (m *CsiIndexInfo_) XXX_Size() int
- func (m *CsiIndexInfo_) XXX_Unmarshal(b []byte) error
- type CsiIpaddrT
- func (*CsiIpaddrT) Descriptor() ([]byte, []int)
- func (m *CsiIpaddrT) GetAf() string
- func (m *CsiIpaddrT) GetIpv4() string
- func (m *CsiIpaddrT) GetIpv6() string
- func (*CsiIpaddrT) ProtoMessage()
- func (m *CsiIpaddrT) Reset()
- func (m *CsiIpaddrT) String() string
- func (m *CsiIpaddrT) XXX_DiscardUnknown()
- func (m *CsiIpaddrT) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CsiIpaddrT) XXX_Merge(src proto.Message)
- func (m *CsiIpaddrT) XXX_Size() int
- func (m *CsiIpaddrT) XXX_Unmarshal(b []byte) error
- type CsiMaInterfaceInfo
- func (*CsiMaInterfaceInfo) Descriptor() ([]byte, []int)
- func (m *CsiMaInterfaceInfo) GetCsiIndex() uint32
- func (m *CsiMaInterfaceInfo) GetHandle() string
- func (m *CsiMaInterfaceInfo) GetIfState() uint32
- func (m *CsiMaInterfaceInfo) GetLocalIpArr() []*CsiIpaddrT
- func (m *CsiMaInterfaceInfo) GetName() string
- func (m *CsiMaInterfaceInfo) GetPeerIpArr() []*CsiIpaddrT
- func (m *CsiMaInterfaceInfo) GetPeerSdrId() uint32
- func (m *CsiMaInterfaceInfo) GetPubData() *CsiHelperPub_
- func (m *CsiMaInterfaceInfo) GetRemIpAttr() bool
- func (m *CsiMaInterfaceInfo) GetRemSliceAttr() bool
- func (m *CsiMaInterfaceInfo) GetReplFailCount() uint32
- func (m *CsiMaInterfaceInfo) GetReplHandle() uint32
- func (m *CsiMaInterfaceInfo) GetSdrId() uint32
- func (m *CsiMaInterfaceInfo) GetState() string
- func (*CsiMaInterfaceInfo) ProtoMessage()
- func (m *CsiMaInterfaceInfo) Reset()
- func (m *CsiMaInterfaceInfo) String() string
- func (m *CsiMaInterfaceInfo) XXX_DiscardUnknown()
- func (m *CsiMaInterfaceInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CsiMaInterfaceInfo) XXX_Merge(src proto.Message)
- func (m *CsiMaInterfaceInfo) XXX_Size() int
- func (m *CsiMaInterfaceInfo) XXX_Unmarshal(b []byte) error
- type CsiMaInterfaceInfo_KEYS
- func (*CsiMaInterfaceInfo_KEYS) Descriptor() ([]byte, []int)
- func (m *CsiMaInterfaceInfo_KEYS) GetCsiIndex() uint32
- func (m *CsiMaInterfaceInfo_KEYS) GetNodeName() string
- func (*CsiMaInterfaceInfo_KEYS) ProtoMessage()
- func (m *CsiMaInterfaceInfo_KEYS) Reset()
- func (m *CsiMaInterfaceInfo_KEYS) String() string
- func (m *CsiMaInterfaceInfo_KEYS) XXX_DiscardUnknown()
- func (m *CsiMaInterfaceInfo_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CsiMaInterfaceInfo_KEYS) XXX_Merge(src proto.Message)
- func (m *CsiMaInterfaceInfo_KEYS) XXX_Size() int
- func (m *CsiMaInterfaceInfo_KEYS) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CsiHelperPub_ ¶
type CsiHelperPub_ struct { CsiPicArr []uint64 `protobuf:"varint,1,rep,packed,name=csi_pic_arr,json=csiPicArr,proto3" json:"csi_pic_arr,omitempty"` CsiInfoArr []*CsiIndexInfo_ `protobuf:"bytes,2,rep,name=csi_info_arr,json=csiInfoArr,proto3" json:"csi_info_arr,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*CsiHelperPub_) Descriptor ¶
func (*CsiHelperPub_) Descriptor() ([]byte, []int)
func (*CsiHelperPub_) GetCsiInfoArr ¶
func (m *CsiHelperPub_) GetCsiInfoArr() []*CsiIndexInfo_
func (*CsiHelperPub_) GetCsiPicArr ¶
func (m *CsiHelperPub_) GetCsiPicArr() []uint64
func (*CsiHelperPub_) ProtoMessage ¶
func (*CsiHelperPub_) ProtoMessage()
func (*CsiHelperPub_) Reset ¶
func (m *CsiHelperPub_) Reset()
func (*CsiHelperPub_) String ¶
func (m *CsiHelperPub_) String() string
func (*CsiHelperPub_) XXX_DiscardUnknown ¶
func (m *CsiHelperPub_) XXX_DiscardUnknown()
func (*CsiHelperPub_) XXX_Marshal ¶
func (m *CsiHelperPub_) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CsiHelperPub_) XXX_Merge ¶
func (m *CsiHelperPub_) XXX_Merge(src proto.Message)
func (*CsiHelperPub_) XXX_Size ¶
func (m *CsiHelperPub_) XXX_Size() int
func (*CsiHelperPub_) XXX_Unmarshal ¶
func (m *CsiHelperPub_) XXX_Unmarshal(b []byte) error
type CsiIndexInfo_ ¶
type CsiIndexInfo_ struct { CsiIndex uint32 `protobuf:"varint,1,opt,name=csi_index,json=csiIndex,proto3" json:"csi_index,omitempty"` IpArr []*CsiIpaddrT `protobuf:"bytes,2,rep,name=ip_arr,json=ipArr,proto3" json:"ip_arr,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*CsiIndexInfo_) Descriptor ¶
func (*CsiIndexInfo_) Descriptor() ([]byte, []int)
func (*CsiIndexInfo_) GetCsiIndex ¶
func (m *CsiIndexInfo_) GetCsiIndex() uint32
func (*CsiIndexInfo_) GetIpArr ¶
func (m *CsiIndexInfo_) GetIpArr() []*CsiIpaddrT
func (*CsiIndexInfo_) ProtoMessage ¶
func (*CsiIndexInfo_) ProtoMessage()
func (*CsiIndexInfo_) Reset ¶
func (m *CsiIndexInfo_) Reset()
func (*CsiIndexInfo_) String ¶
func (m *CsiIndexInfo_) String() string
func (*CsiIndexInfo_) XXX_DiscardUnknown ¶
func (m *CsiIndexInfo_) XXX_DiscardUnknown()
func (*CsiIndexInfo_) XXX_Marshal ¶
func (m *CsiIndexInfo_) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CsiIndexInfo_) XXX_Merge ¶
func (m *CsiIndexInfo_) XXX_Merge(src proto.Message)
func (*CsiIndexInfo_) XXX_Size ¶
func (m *CsiIndexInfo_) XXX_Size() int
func (*CsiIndexInfo_) XXX_Unmarshal ¶
func (m *CsiIndexInfo_) XXX_Unmarshal(b []byte) error
type CsiIpaddrT ¶
type CsiIpaddrT struct { Af string `protobuf:"bytes,1,opt,name=af,proto3" json:"af,omitempty"` Ipv4 string `protobuf:"bytes,2,opt,name=ipv4,proto3" json:"ipv4,omitempty"` Ipv6 string `protobuf:"bytes,3,opt,name=ipv6,proto3" json:"ipv6,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*CsiIpaddrT) Descriptor ¶
func (*CsiIpaddrT) Descriptor() ([]byte, []int)
func (*CsiIpaddrT) GetAf ¶
func (m *CsiIpaddrT) GetAf() string
func (*CsiIpaddrT) GetIpv4 ¶
func (m *CsiIpaddrT) GetIpv4() string
func (*CsiIpaddrT) GetIpv6 ¶
func (m *CsiIpaddrT) GetIpv6() string
func (*CsiIpaddrT) ProtoMessage ¶
func (*CsiIpaddrT) ProtoMessage()
func (*CsiIpaddrT) Reset ¶
func (m *CsiIpaddrT) Reset()
func (*CsiIpaddrT) String ¶
func (m *CsiIpaddrT) String() string
func (*CsiIpaddrT) XXX_DiscardUnknown ¶
func (m *CsiIpaddrT) XXX_DiscardUnknown()
func (*CsiIpaddrT) XXX_Marshal ¶
func (m *CsiIpaddrT) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CsiIpaddrT) XXX_Merge ¶
func (m *CsiIpaddrT) XXX_Merge(src proto.Message)
func (*CsiIpaddrT) XXX_Size ¶
func (m *CsiIpaddrT) XXX_Size() int
func (*CsiIpaddrT) XXX_Unmarshal ¶
func (m *CsiIpaddrT) XXX_Unmarshal(b []byte) error
type CsiMaInterfaceInfo ¶
type CsiMaInterfaceInfo struct { Name string `protobuf:"bytes,50,opt,name=name,proto3" json:"name,omitempty"` Handle string `protobuf:"bytes,51,opt,name=handle,proto3" json:"handle,omitempty"` CsiIndex uint32 `protobuf:"varint,52,opt,name=csi_index,json=csiIndex,proto3" json:"csi_index,omitempty"` SdrId uint32 `protobuf:"varint,53,opt,name=sdr_id,json=sdrId,proto3" json:"sdr_id,omitempty"` PeerSdrId uint32 `protobuf:"varint,54,opt,name=peer_sdr_id,json=peerSdrId,proto3" json:"peer_sdr_id,omitempty"` ReplHandle uint32 `protobuf:"varint,55,opt,name=repl_handle,json=replHandle,proto3" json:"repl_handle,omitempty"` ReplFailCount uint32 `protobuf:"varint,56,opt,name=repl_fail_count,json=replFailCount,proto3" json:"repl_fail_count,omitempty"` State string `protobuf:"bytes,57,opt,name=state,proto3" json:"state,omitempty"` IfState uint32 `protobuf:"varint,58,opt,name=if_state,json=ifState,proto3" json:"if_state,omitempty"` RemSliceAttr bool `protobuf:"varint,59,opt,name=rem_slice_attr,json=remSliceAttr,proto3" json:"rem_slice_attr,omitempty"` RemIpAttr bool `protobuf:"varint,60,opt,name=rem_ip_attr,json=remIpAttr,proto3" json:"rem_ip_attr,omitempty"` LocalIpArr []*CsiIpaddrT `protobuf:"bytes,61,rep,name=local_ip_arr,json=localIpArr,proto3" json:"local_ip_arr,omitempty"` PeerIpArr []*CsiIpaddrT `protobuf:"bytes,62,rep,name=peer_ip_arr,json=peerIpArr,proto3" json:"peer_ip_arr,omitempty"` PubData *CsiHelperPub_ `protobuf:"bytes,63,opt,name=pub_data,json=pubData,proto3" json:"pub_data,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*CsiMaInterfaceInfo) Descriptor ¶
func (*CsiMaInterfaceInfo) Descriptor() ([]byte, []int)
func (*CsiMaInterfaceInfo) GetCsiIndex ¶
func (m *CsiMaInterfaceInfo) GetCsiIndex() uint32
func (*CsiMaInterfaceInfo) GetHandle ¶
func (m *CsiMaInterfaceInfo) GetHandle() string
func (*CsiMaInterfaceInfo) GetIfState ¶
func (m *CsiMaInterfaceInfo) GetIfState() uint32
func (*CsiMaInterfaceInfo) GetLocalIpArr ¶
func (m *CsiMaInterfaceInfo) GetLocalIpArr() []*CsiIpaddrT
func (*CsiMaInterfaceInfo) GetName ¶
func (m *CsiMaInterfaceInfo) GetName() string
func (*CsiMaInterfaceInfo) GetPeerIpArr ¶
func (m *CsiMaInterfaceInfo) GetPeerIpArr() []*CsiIpaddrT
func (*CsiMaInterfaceInfo) GetPeerSdrId ¶
func (m *CsiMaInterfaceInfo) GetPeerSdrId() uint32
func (*CsiMaInterfaceInfo) GetPubData ¶
func (m *CsiMaInterfaceInfo) GetPubData() *CsiHelperPub_
func (*CsiMaInterfaceInfo) GetRemIpAttr ¶
func (m *CsiMaInterfaceInfo) GetRemIpAttr() bool
func (*CsiMaInterfaceInfo) GetRemSliceAttr ¶
func (m *CsiMaInterfaceInfo) GetRemSliceAttr() bool
func (*CsiMaInterfaceInfo) GetReplFailCount ¶
func (m *CsiMaInterfaceInfo) GetReplFailCount() uint32
func (*CsiMaInterfaceInfo) GetReplHandle ¶
func (m *CsiMaInterfaceInfo) GetReplHandle() uint32
func (*CsiMaInterfaceInfo) GetSdrId ¶
func (m *CsiMaInterfaceInfo) GetSdrId() uint32
func (*CsiMaInterfaceInfo) GetState ¶
func (m *CsiMaInterfaceInfo) GetState() string
func (*CsiMaInterfaceInfo) ProtoMessage ¶
func (*CsiMaInterfaceInfo) ProtoMessage()
func (*CsiMaInterfaceInfo) Reset ¶
func (m *CsiMaInterfaceInfo) Reset()
func (*CsiMaInterfaceInfo) String ¶
func (m *CsiMaInterfaceInfo) String() string
func (*CsiMaInterfaceInfo) XXX_DiscardUnknown ¶
func (m *CsiMaInterfaceInfo) XXX_DiscardUnknown()
func (*CsiMaInterfaceInfo) XXX_Marshal ¶
func (m *CsiMaInterfaceInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CsiMaInterfaceInfo) XXX_Merge ¶
func (m *CsiMaInterfaceInfo) XXX_Merge(src proto.Message)
func (*CsiMaInterfaceInfo) XXX_Size ¶
func (m *CsiMaInterfaceInfo) XXX_Size() int
func (*CsiMaInterfaceInfo) XXX_Unmarshal ¶
func (m *CsiMaInterfaceInfo) XXX_Unmarshal(b []byte) error
type CsiMaInterfaceInfo_KEYS ¶
type CsiMaInterfaceInfo_KEYS struct { NodeName string `protobuf:"bytes,1,opt,name=node_name,json=nodeName,proto3" json:"node_name,omitempty"` CsiIndex uint32 `protobuf:"varint,2,opt,name=csi_index,json=csiIndex,proto3" json:"csi_index,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*CsiMaInterfaceInfo_KEYS) Descriptor ¶
func (*CsiMaInterfaceInfo_KEYS) Descriptor() ([]byte, []int)
func (*CsiMaInterfaceInfo_KEYS) GetCsiIndex ¶
func (m *CsiMaInterfaceInfo_KEYS) GetCsiIndex() uint32
func (*CsiMaInterfaceInfo_KEYS) GetNodeName ¶
func (m *CsiMaInterfaceInfo_KEYS) GetNodeName() string
func (*CsiMaInterfaceInfo_KEYS) ProtoMessage ¶
func (*CsiMaInterfaceInfo_KEYS) ProtoMessage()
func (*CsiMaInterfaceInfo_KEYS) Reset ¶
func (m *CsiMaInterfaceInfo_KEYS) Reset()
func (*CsiMaInterfaceInfo_KEYS) String ¶
func (m *CsiMaInterfaceInfo_KEYS) String() string
func (*CsiMaInterfaceInfo_KEYS) XXX_DiscardUnknown ¶
func (m *CsiMaInterfaceInfo_KEYS) XXX_DiscardUnknown()
func (*CsiMaInterfaceInfo_KEYS) XXX_Marshal ¶
func (m *CsiMaInterfaceInfo_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CsiMaInterfaceInfo_KEYS) XXX_Merge ¶
func (m *CsiMaInterfaceInfo_KEYS) XXX_Merge(src proto.Message)
func (*CsiMaInterfaceInfo_KEYS) XXX_Size ¶
func (m *CsiMaInterfaceInfo_KEYS) XXX_Size() int
func (*CsiMaInterfaceInfo_KEYS) XXX_Unmarshal ¶
func (m *CsiMaInterfaceInfo_KEYS) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.