Interface NetworkUtilizationOrBuilder (2.3.3)

public interface NetworkUtilizationOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getTargetReceivedBytesPerSecond()

public abstract int getTargetReceivedBytesPerSecond()

Target bytes received per second.

int32 target_received_bytes_per_second = 12;

Returns
TypeDescription
int

The targetReceivedBytesPerSecond.

getTargetReceivedPacketsPerSecond()

public abstract int getTargetReceivedPacketsPerSecond()

Target packets received per second.

int32 target_received_packets_per_second = 13;

Returns
TypeDescription
int

The targetReceivedPacketsPerSecond.

getTargetSentBytesPerSecond()

public abstract int getTargetSentBytesPerSecond()

Target bytes sent per second.

int32 target_sent_bytes_per_second = 1;

Returns
TypeDescription
int

The targetSentBytesPerSecond.

getTargetSentPacketsPerSecond()

public abstract int getTargetSentPacketsPerSecond()

Target packets sent per second.

int32 target_sent_packets_per_second = 11;

Returns
TypeDescription
int

The targetSentPacketsPerSecond.