Documentation
¶
Index ¶
- Variables
- type CpeGroup
- func (*CpeGroup) Descriptor() ([]byte, []int)deprecated
- func (x *CpeGroup) GetGwfailover() bool
- func (x *CpeGroup) GetStormReadyFw() bool
- func (x *CpeGroup) GetWanfailover() bool
- func (*CpeGroup) ProtoMessage()
- func (x *CpeGroup) ProtoReflect() protoreflect.Message
- func (x *CpeGroup) Reset()
- func (x *CpeGroup) String() string
- type XconfDevice
- func (*XconfDevice) Descriptor() ([]byte, []int)deprecated
- func (x *XconfDevice) GetAccountId() string
- func (x *XconfDevice) GetApplicationType() string
- func (x *XconfDevice) GetCtxHash() []byte
- func (x *XconfDevice) GetDcmHash() []byte
- func (x *XconfDevice) GetEnv() string
- func (x *XconfDevice) GetEstbIp() []byte
- func (x *XconfDevice) GetExperience() string
- func (x *XconfDevice) GetFwVersion() string
- func (x *XconfDevice) GetIsAtWarehouse() bool
- func (x *XconfDevice) GetModel() string
- func (x *XconfDevice) GetOfferedFwRfcHash() []byte
- func (x *XconfDevice) GetOfferedFwRfcPrimaryHash() []byte
- func (x *XconfDevice) GetOfferedFwVersion() string
- func (x *XconfDevice) GetPartner() string
- func (x *XconfDevice) GetRfcHash() []byte
- func (x *XconfDevice) GetRfcPostProcessingHash() []byte
- func (x *XconfDevice) GetRfcPrimaryHash() []byte
- func (x *XconfDevice) GetT2Hash() []byte
- func (x *XconfDevice) GetTelemetryHash() []byte
- func (*XconfDevice) ProtoMessage()
- func (x *XconfDevice) ProtoReflect() protoreflect.Message
- func (x *XconfDevice) Reset()
- func (x *XconfDevice) String() string
- type XdasHashes
Constants ¶
This section is empty.
Variables ¶
View Source
var File_cpegroup_proto protoreflect.FileDescriptor
View Source
var File_hashes_proto protoreflect.FileDescriptor
View Source
var File_xconf_device_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type CpeGroup ¶
type CpeGroup struct {
StormReadyFw bool `protobuf:"varint,1,opt,name=storm_ready_fw,json=stormReadyFw,proto3" json:"storm_ready_fw,omitempty"`
Wanfailover bool `protobuf:"varint,2,opt,name=wanfailover,proto3" json:"wanfailover,omitempty"`
Gwfailover bool `protobuf:"varint,3,opt,name=gwfailover,proto3" json:"gwfailover,omitempty"`
// contains filtered or unexported fields
}
func (*CpeGroup) Descriptor
deprecated
func (*CpeGroup) GetGwfailover ¶
func (*CpeGroup) GetStormReadyFw ¶
func (*CpeGroup) GetWanfailover ¶
func (*CpeGroup) ProtoMessage ¶
func (*CpeGroup) ProtoMessage()
func (*CpeGroup) ProtoReflect ¶
func (x *CpeGroup) ProtoReflect() protoreflect.Message
type XconfDevice ¶
type XconfDevice struct {
AccountId string `protobuf:"bytes,1,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"`
Partner string `protobuf:"bytes,2,opt,name=partner,proto3" json:"partner,omitempty"`
Model string `protobuf:"bytes,3,opt,name=model,proto3" json:"model,omitempty"`
ApplicationType string `protobuf:"bytes,4,opt,name=application_type,json=applicationType,proto3" json:"application_type,omitempty"`
Env string `protobuf:"bytes,5,opt,name=env,proto3" json:"env,omitempty"`
FwVersion string `protobuf:"bytes,6,opt,name=fw_version,json=fwVersion,proto3" json:"fw_version,omitempty"`
EstbIp []byte `protobuf:"bytes,7,opt,name=estb_ip,json=estbIp,proto3" json:"estb_ip,omitempty"`
Experience string `protobuf:"bytes,8,opt,name=experience,proto3" json:"experience,omitempty"`
RfcHash []byte `protobuf:"bytes,9,opt,name=rfc_hash,json=rfcHash,proto3" json:"rfc_hash,omitempty"`
TelemetryHash []byte `protobuf:"bytes,10,opt,name=telemetry_hash,json=telemetryHash,proto3" json:"telemetry_hash,omitempty"`
DcmHash []byte `protobuf:"bytes,11,opt,name=dcm_hash,json=dcmHash,proto3" json:"dcm_hash,omitempty"`
IsAtWarehouse bool `protobuf:"varint,12,opt,name=is_at_warehouse,json=isAtWarehouse,proto3" json:"is_at_warehouse,omitempty"`
RfcPrimaryHash []byte `protobuf:"bytes,13,opt,name=rfc_primary_hash,json=rfcPrimaryHash,proto3" json:"rfc_primary_hash,omitempty"`
RfcPostProcessingHash []byte `` /* 129-byte string literal not displayed */
T2Hash []byte `protobuf:"bytes,15,opt,name=t2_hash,json=t2Hash,proto3" json:"t2_hash,omitempty"`
CtxHash []byte `protobuf:"bytes,16,opt,name=ctx_hash,json=ctxHash,proto3" json:"ctx_hash,omitempty"`
OfferedFwVersion string `protobuf:"bytes,17,opt,name=offered_fw_version,json=offeredFwVersion,proto3" json:"offered_fw_version,omitempty"`
OfferedFwRfcHash []byte `protobuf:"bytes,18,opt,name=offered_fw_rfc_hash,json=offeredFwRfcHash,proto3" json:"offered_fw_rfc_hash,omitempty"`
OfferedFwRfcPrimaryHash []byte `` /* 137-byte string literal not displayed */
// contains filtered or unexported fields
}
func (*XconfDevice) Descriptor
deprecated
func (*XconfDevice) Descriptor() ([]byte, []int)
Deprecated: Use XconfDevice.ProtoReflect.Descriptor instead.
func (*XconfDevice) GetAccountId ¶
func (x *XconfDevice) GetAccountId() string
func (*XconfDevice) GetApplicationType ¶
func (x *XconfDevice) GetApplicationType() string
func (*XconfDevice) GetCtxHash ¶
func (x *XconfDevice) GetCtxHash() []byte
func (*XconfDevice) GetDcmHash ¶
func (x *XconfDevice) GetDcmHash() []byte
func (*XconfDevice) GetEnv ¶
func (x *XconfDevice) GetEnv() string
func (*XconfDevice) GetEstbIp ¶
func (x *XconfDevice) GetEstbIp() []byte
func (*XconfDevice) GetExperience ¶
func (x *XconfDevice) GetExperience() string
func (*XconfDevice) GetFwVersion ¶
func (x *XconfDevice) GetFwVersion() string
func (*XconfDevice) GetIsAtWarehouse ¶
func (x *XconfDevice) GetIsAtWarehouse() bool
func (*XconfDevice) GetModel ¶
func (x *XconfDevice) GetModel() string
func (*XconfDevice) GetOfferedFwRfcHash ¶
func (x *XconfDevice) GetOfferedFwRfcHash() []byte
func (*XconfDevice) GetOfferedFwRfcPrimaryHash ¶
func (x *XconfDevice) GetOfferedFwRfcPrimaryHash() []byte
func (*XconfDevice) GetOfferedFwVersion ¶
func (x *XconfDevice) GetOfferedFwVersion() string
func (*XconfDevice) GetPartner ¶
func (x *XconfDevice) GetPartner() string
func (*XconfDevice) GetRfcHash ¶
func (x *XconfDevice) GetRfcHash() []byte
func (*XconfDevice) GetRfcPostProcessingHash ¶
func (x *XconfDevice) GetRfcPostProcessingHash() []byte
func (*XconfDevice) GetRfcPrimaryHash ¶
func (x *XconfDevice) GetRfcPrimaryHash() []byte
func (*XconfDevice) GetT2Hash ¶
func (x *XconfDevice) GetT2Hash() []byte
func (*XconfDevice) GetTelemetryHash ¶
func (x *XconfDevice) GetTelemetryHash() []byte
func (*XconfDevice) ProtoMessage ¶
func (*XconfDevice) ProtoMessage()
func (*XconfDevice) ProtoReflect ¶
func (x *XconfDevice) ProtoReflect() protoreflect.Message
func (*XconfDevice) Reset ¶
func (x *XconfDevice) Reset()
func (*XconfDevice) String ¶
func (x *XconfDevice) String() string
type XdasHashes ¶
type XdasHashes struct {
Fields map[string]string `` /* 153-byte string literal not displayed */
// contains filtered or unexported fields
}
func (*XdasHashes) Descriptor
deprecated
func (*XdasHashes) Descriptor() ([]byte, []int)
Deprecated: Use XdasHashes.ProtoReflect.Descriptor instead.
func (*XdasHashes) GetFields ¶
func (x *XdasHashes) GetFields() map[string]string
func (*XdasHashes) ProtoMessage ¶
func (*XdasHashes) ProtoMessage()
func (*XdasHashes) ProtoReflect ¶
func (x *XdasHashes) ProtoReflect() protoreflect.Message
func (*XdasHashes) Reset ¶
func (x *XdasHashes) Reset()
func (*XdasHashes) String ¶
func (x *XdasHashes) String() string
Click to show internal directories.
Click to hide internal directories.