NetworkUsageTrend

class oci.opsi.models.NetworkUsageTrend(**kwargs)

Bases: object

Usage data samples.

Methods

__init__(**kwargs) Initializes a new NetworkUsageTrend object with values from keyword arguments.

Attributes

all_network_io_in_mbps [Required] Gets the all_network_io_in_mbps of this NetworkUsageTrend.
all_network_read_in_mbps [Required] Gets the all_network_read_in_mbps of this NetworkUsageTrend.
all_network_write_in_mbps [Required] Gets the all_network_write_in_mbps of this NetworkUsageTrend.
end_timestamp [Required] Gets the end_timestamp of this NetworkUsageTrend.
__init__(**kwargs)

Initializes a new NetworkUsageTrend object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • end_timestamp (datetime) – The value to assign to the end_timestamp property of this NetworkUsageTrend.
  • all_network_read_in_mbps (float) – The value to assign to the all_network_read_in_mbps property of this NetworkUsageTrend.
  • all_network_write_in_mbps (float) – The value to assign to the all_network_write_in_mbps property of this NetworkUsageTrend.
  • all_network_io_in_mbps (float) – The value to assign to the all_network_io_in_mbps property of this NetworkUsageTrend.
all_network_io_in_mbps

[Required] Gets the all_network_io_in_mbps of this NetworkUsageTrend. Network input/output in Mbps.

Returns:The all_network_io_in_mbps of this NetworkUsageTrend.
Return type:float
all_network_read_in_mbps

[Required] Gets the all_network_read_in_mbps of this NetworkUsageTrend. Network read in Mbps.

Returns:The all_network_read_in_mbps of this NetworkUsageTrend.
Return type:float
all_network_write_in_mbps

[Required] Gets the all_network_write_in_mbps of this NetworkUsageTrend. Network write in Mbps.

Returns:The all_network_write_in_mbps of this NetworkUsageTrend.
Return type:float
end_timestamp

[Required] Gets the end_timestamp of this NetworkUsageTrend. The timestamp in which the current sampling period ends in RFC 3339 format.

Returns:The end_timestamp of this NetworkUsageTrend.
Return type:datetime