public static interface Telemetry.PathOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getFilter()
Regular expression to be used in filtering state leaves
|
com.google.protobuf.ByteString |
getFilterBytes()
Regular expression to be used in filtering state leaves
|
int |
getMaxSilentInterval()
Maximum time in ms the target device may go without sending
a message to the collector.
|
boolean |
getNeedEom()
EOM needed for each walk cycle of this path?
For periodic sensor, applicable for each complete reap
For event sensor, applicable when initial dump is over
(same as EOS)
This feature is not implemented currently.
|
String |
getPath()
Data model path of interest
Path specification for elements of OpenConfig data models
|
com.google.protobuf.ByteString |
getPathBytes()
Data model path of interest
Path specification for elements of OpenConfig data models
|
int |
getSampleFrequency()
Time in ms between collection and transmission of the
specified data to the collector platform.
|
boolean |
getSuppressUnchanged()
If this is set to true, the target device will only send
updates to the collector upon a change in data value
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getPath()
Data model path of interest Path specification for elements of OpenConfig data models
string path = 1;
com.google.protobuf.ByteString getPathBytes()
Data model path of interest Path specification for elements of OpenConfig data models
string path = 1;
String getFilter()
Regular expression to be used in filtering state leaves
string filter = 2;
com.google.protobuf.ByteString getFilterBytes()
Regular expression to be used in filtering state leaves
string filter = 2;
boolean getSuppressUnchanged()
If this is set to true, the target device will only send updates to the collector upon a change in data value
bool suppress_unchanged = 3;
int getMaxSilentInterval()
Maximum time in ms the target device may go without sending a message to the collector. If this time expires with suppress-unchanged set, the target device must send an update message regardless if the data values have changed.
uint32 max_silent_interval = 4;
int getSampleFrequency()
Time in ms between collection and transmission of the specified data to the collector platform. The target device will sample the corresponding data (e.g,. a counter) and immediately send to the collector destination. If sample-frequency is set to 0, then the network device must emit an update upon every datum change.
uint32 sample_frequency = 5;
boolean getNeedEom()
EOM needed for each walk cycle of this path? For periodic sensor, applicable for each complete reap For event sensor, applicable when initial dump is over (same as EOS) This feature is not implemented currently.
bool need_eom = 6;
Copyright © 2021. All rights reserved.