@lansweeper/discovery-sensor-proto 2.45.0 → 2.46.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -2934,3 +2934,273 @@ export namespace Diagnostics {
|
|
|
2934
2934
|
result?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
2935
2935
|
}
|
|
2936
2936
|
}
|
|
2937
|
+
|
|
2938
|
+
export class MacEthernet extends jspb.Message {
|
|
2939
|
+
|
|
2940
|
+
hasName(): boolean;
|
|
2941
|
+
clearName(): void;
|
|
2942
|
+
getName(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
2943
|
+
setName(value?: google_protobuf_wrappers_pb.StringValue): MacEthernet;
|
|
2944
|
+
|
|
2945
|
+
hasBsdDeviceName(): boolean;
|
|
2946
|
+
clearBsdDeviceName(): void;
|
|
2947
|
+
getBsdDeviceName(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
2948
|
+
setBsdDeviceName(value?: google_protobuf_wrappers_pb.StringValue): MacEthernet;
|
|
2949
|
+
|
|
2950
|
+
hasAvbSupport(): boolean;
|
|
2951
|
+
clearAvbSupport(): void;
|
|
2952
|
+
getAvbSupport(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
2953
|
+
setAvbSupport(value?: google_protobuf_wrappers_pb.StringValue): MacEthernet;
|
|
2954
|
+
|
|
2955
|
+
hasBus(): boolean;
|
|
2956
|
+
clearBus(): void;
|
|
2957
|
+
getBus(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
2958
|
+
setBus(value?: google_protobuf_wrappers_pb.StringValue): MacEthernet;
|
|
2959
|
+
|
|
2960
|
+
hasDeviceId(): boolean;
|
|
2961
|
+
clearDeviceId(): void;
|
|
2962
|
+
getDeviceId(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
2963
|
+
setDeviceId(value?: google_protobuf_wrappers_pb.StringValue): MacEthernet;
|
|
2964
|
+
|
|
2965
|
+
hasDriver(): boolean;
|
|
2966
|
+
clearDriver(): void;
|
|
2967
|
+
getDriver(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
2968
|
+
setDriver(value?: google_protobuf_wrappers_pb.StringValue): MacEthernet;
|
|
2969
|
+
|
|
2970
|
+
hasMacAddress(): boolean;
|
|
2971
|
+
clearMacAddress(): void;
|
|
2972
|
+
getMacAddress(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
2973
|
+
setMacAddress(value?: google_protobuf_wrappers_pb.StringValue): MacEthernet;
|
|
2974
|
+
|
|
2975
|
+
hasMaxLinkSpeed(): boolean;
|
|
2976
|
+
clearMaxLinkSpeed(): void;
|
|
2977
|
+
getMaxLinkSpeed(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
2978
|
+
setMaxLinkSpeed(value?: google_protobuf_wrappers_pb.StringValue): MacEthernet;
|
|
2979
|
+
|
|
2980
|
+
hasPcieLinkSpeed(): boolean;
|
|
2981
|
+
clearPcieLinkSpeed(): void;
|
|
2982
|
+
getPcieLinkSpeed(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
2983
|
+
setPcieLinkSpeed(value?: google_protobuf_wrappers_pb.StringValue): MacEthernet;
|
|
2984
|
+
|
|
2985
|
+
hasPcieLinkWidth(): boolean;
|
|
2986
|
+
clearPcieLinkWidth(): void;
|
|
2987
|
+
getPcieLinkWidth(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
2988
|
+
setPcieLinkWidth(value?: google_protobuf_wrappers_pb.StringValue): MacEthernet;
|
|
2989
|
+
|
|
2990
|
+
hasRevisionId(): boolean;
|
|
2991
|
+
clearRevisionId(): void;
|
|
2992
|
+
getRevisionId(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
2993
|
+
setRevisionId(value?: google_protobuf_wrappers_pb.StringValue): MacEthernet;
|
|
2994
|
+
|
|
2995
|
+
hasSubsystemId(): boolean;
|
|
2996
|
+
clearSubsystemId(): void;
|
|
2997
|
+
getSubsystemId(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
2998
|
+
setSubsystemId(value?: google_protobuf_wrappers_pb.StringValue): MacEthernet;
|
|
2999
|
+
|
|
3000
|
+
hasSubsystemVendorId(): boolean;
|
|
3001
|
+
clearSubsystemVendorId(): void;
|
|
3002
|
+
getSubsystemVendorId(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
3003
|
+
setSubsystemVendorId(value?: google_protobuf_wrappers_pb.StringValue): MacEthernet;
|
|
3004
|
+
|
|
3005
|
+
hasVendorId(): boolean;
|
|
3006
|
+
clearVendorId(): void;
|
|
3007
|
+
getVendorId(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
3008
|
+
setVendorId(value?: google_protobuf_wrappers_pb.StringValue): MacEthernet;
|
|
3009
|
+
|
|
3010
|
+
serializeBinary(): Uint8Array;
|
|
3011
|
+
toObject(includeInstance?: boolean): MacEthernet.AsObject;
|
|
3012
|
+
static toObject(includeInstance: boolean, msg: MacEthernet): MacEthernet.AsObject;
|
|
3013
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
3014
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
3015
|
+
static serializeBinaryToWriter(message: MacEthernet, writer: jspb.BinaryWriter): void;
|
|
3016
|
+
static deserializeBinary(bytes: Uint8Array): MacEthernet;
|
|
3017
|
+
static deserializeBinaryFromReader(message: MacEthernet, reader: jspb.BinaryReader): MacEthernet;
|
|
3018
|
+
}
|
|
3019
|
+
|
|
3020
|
+
export namespace MacEthernet {
|
|
3021
|
+
export type AsObject = {
|
|
3022
|
+
name?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
3023
|
+
bsdDeviceName?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
3024
|
+
avbSupport?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
3025
|
+
bus?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
3026
|
+
deviceId?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
3027
|
+
driver?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
3028
|
+
macAddress?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
3029
|
+
maxLinkSpeed?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
3030
|
+
pcieLinkSpeed?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
3031
|
+
pcieLinkWidth?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
3032
|
+
revisionId?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
3033
|
+
subsystemId?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
3034
|
+
subsystemVendorId?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
3035
|
+
vendorId?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
3036
|
+
}
|
|
3037
|
+
}
|
|
3038
|
+
|
|
3039
|
+
export class MacNVMExpress extends jspb.Message {
|
|
3040
|
+
|
|
3041
|
+
hasControllerName(): boolean;
|
|
3042
|
+
clearControllerName(): void;
|
|
3043
|
+
getControllerName(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
3044
|
+
setControllerName(value?: google_protobuf_wrappers_pb.StringValue): MacNVMExpress;
|
|
3045
|
+
clearEntriesList(): void;
|
|
3046
|
+
getEntriesList(): Array<NVMExpress>;
|
|
3047
|
+
setEntriesList(value: Array<NVMExpress>): MacNVMExpress;
|
|
3048
|
+
addEntries(value?: NVMExpress, index?: number): NVMExpress;
|
|
3049
|
+
|
|
3050
|
+
serializeBinary(): Uint8Array;
|
|
3051
|
+
toObject(includeInstance?: boolean): MacNVMExpress.AsObject;
|
|
3052
|
+
static toObject(includeInstance: boolean, msg: MacNVMExpress): MacNVMExpress.AsObject;
|
|
3053
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
3054
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
3055
|
+
static serializeBinaryToWriter(message: MacNVMExpress, writer: jspb.BinaryWriter): void;
|
|
3056
|
+
static deserializeBinary(bytes: Uint8Array): MacNVMExpress;
|
|
3057
|
+
static deserializeBinaryFromReader(message: MacNVMExpress, reader: jspb.BinaryReader): MacNVMExpress;
|
|
3058
|
+
}
|
|
3059
|
+
|
|
3060
|
+
export namespace MacNVMExpress {
|
|
3061
|
+
export type AsObject = {
|
|
3062
|
+
controllerName?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
3063
|
+
entriesList: Array<NVMExpress.AsObject>,
|
|
3064
|
+
}
|
|
3065
|
+
}
|
|
3066
|
+
|
|
3067
|
+
export class NVMExpress extends jspb.Message {
|
|
3068
|
+
|
|
3069
|
+
hasName(): boolean;
|
|
3070
|
+
clearName(): void;
|
|
3071
|
+
getName(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
3072
|
+
setName(value?: google_protobuf_wrappers_pb.StringValue): NVMExpress;
|
|
3073
|
+
|
|
3074
|
+
hasBsdName(): boolean;
|
|
3075
|
+
clearBsdName(): void;
|
|
3076
|
+
getBsdName(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
3077
|
+
setBsdName(value?: google_protobuf_wrappers_pb.StringValue): NVMExpress;
|
|
3078
|
+
|
|
3079
|
+
hasDetachableDrive(): boolean;
|
|
3080
|
+
clearDetachableDrive(): void;
|
|
3081
|
+
getDetachableDrive(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
3082
|
+
setDetachableDrive(value?: google_protobuf_wrappers_pb.StringValue): NVMExpress;
|
|
3083
|
+
|
|
3084
|
+
hasDeviceModel(): boolean;
|
|
3085
|
+
clearDeviceModel(): void;
|
|
3086
|
+
getDeviceModel(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
3087
|
+
setDeviceModel(value?: google_protobuf_wrappers_pb.StringValue): NVMExpress;
|
|
3088
|
+
|
|
3089
|
+
hasDeviceRevision(): boolean;
|
|
3090
|
+
clearDeviceRevision(): void;
|
|
3091
|
+
getDeviceRevision(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
3092
|
+
setDeviceRevision(value?: google_protobuf_wrappers_pb.StringValue): NVMExpress;
|
|
3093
|
+
|
|
3094
|
+
hasDeviceSerialNumber(): boolean;
|
|
3095
|
+
clearDeviceSerialNumber(): void;
|
|
3096
|
+
getDeviceSerialNumber(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
3097
|
+
setDeviceSerialNumber(value?: google_protobuf_wrappers_pb.StringValue): NVMExpress;
|
|
3098
|
+
|
|
3099
|
+
hasPartitionMapType(): boolean;
|
|
3100
|
+
clearPartitionMapType(): void;
|
|
3101
|
+
getPartitionMapType(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
3102
|
+
setPartitionMapType(value?: google_protobuf_wrappers_pb.StringValue): NVMExpress;
|
|
3103
|
+
|
|
3104
|
+
hasRemovableMedia(): boolean;
|
|
3105
|
+
clearRemovableMedia(): void;
|
|
3106
|
+
getRemovableMedia(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
3107
|
+
setRemovableMedia(value?: google_protobuf_wrappers_pb.StringValue): NVMExpress;
|
|
3108
|
+
|
|
3109
|
+
hasSize(): boolean;
|
|
3110
|
+
clearSize(): void;
|
|
3111
|
+
getSize(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
3112
|
+
setSize(value?: google_protobuf_wrappers_pb.StringValue): NVMExpress;
|
|
3113
|
+
|
|
3114
|
+
hasSizeInBytes(): boolean;
|
|
3115
|
+
clearSizeInBytes(): void;
|
|
3116
|
+
getSizeInBytes(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
3117
|
+
setSizeInBytes(value?: google_protobuf_wrappers_pb.StringValue): NVMExpress;
|
|
3118
|
+
|
|
3119
|
+
hasSmartStatus(): boolean;
|
|
3120
|
+
clearSmartStatus(): void;
|
|
3121
|
+
getSmartStatus(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
3122
|
+
setSmartStatus(value?: google_protobuf_wrappers_pb.StringValue): NVMExpress;
|
|
3123
|
+
|
|
3124
|
+
hasTrimSupport(): boolean;
|
|
3125
|
+
clearTrimSupport(): void;
|
|
3126
|
+
getTrimSupport(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
3127
|
+
setTrimSupport(value?: google_protobuf_wrappers_pb.StringValue): NVMExpress;
|
|
3128
|
+
clearVolumesList(): void;
|
|
3129
|
+
getVolumesList(): Array<NVMExpressVolume>;
|
|
3130
|
+
setVolumesList(value: Array<NVMExpressVolume>): NVMExpress;
|
|
3131
|
+
addVolumes(value?: NVMExpressVolume, index?: number): NVMExpressVolume;
|
|
3132
|
+
|
|
3133
|
+
serializeBinary(): Uint8Array;
|
|
3134
|
+
toObject(includeInstance?: boolean): NVMExpress.AsObject;
|
|
3135
|
+
static toObject(includeInstance: boolean, msg: NVMExpress): NVMExpress.AsObject;
|
|
3136
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
3137
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
3138
|
+
static serializeBinaryToWriter(message: NVMExpress, writer: jspb.BinaryWriter): void;
|
|
3139
|
+
static deserializeBinary(bytes: Uint8Array): NVMExpress;
|
|
3140
|
+
static deserializeBinaryFromReader(message: NVMExpress, reader: jspb.BinaryReader): NVMExpress;
|
|
3141
|
+
}
|
|
3142
|
+
|
|
3143
|
+
export namespace NVMExpress {
|
|
3144
|
+
export type AsObject = {
|
|
3145
|
+
name?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
3146
|
+
bsdName?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
3147
|
+
detachableDrive?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
3148
|
+
deviceModel?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
3149
|
+
deviceRevision?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
3150
|
+
deviceSerialNumber?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
3151
|
+
partitionMapType?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
3152
|
+
removableMedia?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
3153
|
+
size?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
3154
|
+
sizeInBytes?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
3155
|
+
smartStatus?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
3156
|
+
trimSupport?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
3157
|
+
volumesList: Array<NVMExpressVolume.AsObject>,
|
|
3158
|
+
}
|
|
3159
|
+
}
|
|
3160
|
+
|
|
3161
|
+
export class NVMExpressVolume extends jspb.Message {
|
|
3162
|
+
|
|
3163
|
+
hasName(): boolean;
|
|
3164
|
+
clearName(): void;
|
|
3165
|
+
getName(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
3166
|
+
setName(value?: google_protobuf_wrappers_pb.StringValue): NVMExpressVolume;
|
|
3167
|
+
|
|
3168
|
+
hasBsdName(): boolean;
|
|
3169
|
+
clearBsdName(): void;
|
|
3170
|
+
getBsdName(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
3171
|
+
setBsdName(value?: google_protobuf_wrappers_pb.StringValue): NVMExpressVolume;
|
|
3172
|
+
|
|
3173
|
+
hasIoContent(): boolean;
|
|
3174
|
+
clearIoContent(): void;
|
|
3175
|
+
getIoContent(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
3176
|
+
setIoContent(value?: google_protobuf_wrappers_pb.StringValue): NVMExpressVolume;
|
|
3177
|
+
|
|
3178
|
+
hasSize(): boolean;
|
|
3179
|
+
clearSize(): void;
|
|
3180
|
+
getSize(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
3181
|
+
setSize(value?: google_protobuf_wrappers_pb.StringValue): NVMExpressVolume;
|
|
3182
|
+
|
|
3183
|
+
hasSizeInBytes(): boolean;
|
|
3184
|
+
clearSizeInBytes(): void;
|
|
3185
|
+
getSizeInBytes(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
3186
|
+
setSizeInBytes(value?: google_protobuf_wrappers_pb.StringValue): NVMExpressVolume;
|
|
3187
|
+
|
|
3188
|
+
serializeBinary(): Uint8Array;
|
|
3189
|
+
toObject(includeInstance?: boolean): NVMExpressVolume.AsObject;
|
|
3190
|
+
static toObject(includeInstance: boolean, msg: NVMExpressVolume): NVMExpressVolume.AsObject;
|
|
3191
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
3192
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
3193
|
+
static serializeBinaryToWriter(message: NVMExpressVolume, writer: jspb.BinaryWriter): void;
|
|
3194
|
+
static deserializeBinary(bytes: Uint8Array): NVMExpressVolume;
|
|
3195
|
+
static deserializeBinaryFromReader(message: NVMExpressVolume, reader: jspb.BinaryReader): NVMExpressVolume;
|
|
3196
|
+
}
|
|
3197
|
+
|
|
3198
|
+
export namespace NVMExpressVolume {
|
|
3199
|
+
export type AsObject = {
|
|
3200
|
+
name?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
3201
|
+
bsdName?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
3202
|
+
ioContent?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
3203
|
+
size?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
3204
|
+
sizeInBytes?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
3205
|
+
}
|
|
3206
|
+
}
|