NetworkUsageTrendAggregation¶
-
class
oci.opsi.models.
NetworkUsageTrendAggregation
(**kwargs)¶ Bases:
object
Usage data per network interface.
Methods
__init__
(**kwargs)Initializes a new NetworkUsageTrendAggregation object with values from keyword arguments. Attributes
interface_name
[Required] Gets the interface_name of this NetworkUsageTrendAggregation. ip_address
[Required] Gets the ip_address of this NetworkUsageTrendAggregation. mac_address
[Required] Gets the mac_address of this NetworkUsageTrendAggregation. usage_data
[Required] Gets the usage_data of this NetworkUsageTrendAggregation. -
__init__
(**kwargs)¶ Initializes a new NetworkUsageTrendAggregation object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - interface_name (str) – The value to assign to the interface_name property of this NetworkUsageTrendAggregation.
- ip_address (str) – The value to assign to the ip_address property of this NetworkUsageTrendAggregation.
- mac_address (str) – The value to assign to the mac_address property of this NetworkUsageTrendAggregation.
- usage_data (list[oci.opsi.models.NetworkUsageTrend]) – The value to assign to the usage_data property of this NetworkUsageTrendAggregation.
-
interface_name
¶ [Required] Gets the interface_name of this NetworkUsageTrendAggregation. Name of interface.
Returns: The interface_name of this NetworkUsageTrendAggregation. Return type: str
-
ip_address
¶ [Required] Gets the ip_address of this NetworkUsageTrendAggregation. Address that is connected to a computer network that uses the Internet Protocol for communication.
Returns: The ip_address of this NetworkUsageTrendAggregation. Return type: str
-
mac_address
¶ [Required] Gets the mac_address of this NetworkUsageTrendAggregation. Unique identifier assigned to a network interface.
Returns: The mac_address of this NetworkUsageTrendAggregation. Return type: str
-
usage_data
¶ [Required] Gets the usage_data of this NetworkUsageTrendAggregation. List of usage data samples for a network interface.
Returns: The usage_data of this NetworkUsageTrendAggregation. Return type: list[oci.opsi.models.NetworkUsageTrend]
-