Uses of Class
com.azure.resourcemanager.appservice.models.ContainerNetworkInterfaceStatistics
Packages that use ContainerNetworkInterfaceStatistics
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of ContainerNetworkInterfaceStatistics in com.azure.resourcemanager.appservice.models
Classes in com.azure.resourcemanager.appservice.models that implement interfaces with type arguments of type ContainerNetworkInterfaceStatisticsModifier and TypeClassDescriptionfinal classThe ContainerNetworkInterfaceStatistics model.Methods in com.azure.resourcemanager.appservice.models that return ContainerNetworkInterfaceStatisticsModifier and TypeMethodDescriptionContainerInfo.eth0()Get the eth0 property: The eth0 property.ContainerNetworkInterfaceStatistics.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ContainerNetworkInterfaceStatistics from the JsonReader.ContainerNetworkInterfaceStatistics.withRxBytes(Long rxBytes) Set the rxBytes property: The rxBytes property.ContainerNetworkInterfaceStatistics.withRxDropped(Long rxDropped) Set the rxDropped property: The rxDropped property.ContainerNetworkInterfaceStatistics.withRxErrors(Long rxErrors) Set the rxErrors property: The rxErrors property.ContainerNetworkInterfaceStatistics.withRxPackets(Long rxPackets) Set the rxPackets property: The rxPackets property.ContainerNetworkInterfaceStatistics.withTxBytes(Long txBytes) Set the txBytes property: The txBytes property.ContainerNetworkInterfaceStatistics.withTxDropped(Long txDropped) Set the txDropped property: The txDropped property.ContainerNetworkInterfaceStatistics.withTxErrors(Long txErrors) Set the txErrors property: The txErrors property.ContainerNetworkInterfaceStatistics.withTxPackets(Long txPackets) Set the txPackets property: The txPackets property.Methods in com.azure.resourcemanager.appservice.models with parameters of type ContainerNetworkInterfaceStatisticsModifier and TypeMethodDescriptionContainerInfo.withEth0(ContainerNetworkInterfaceStatistics eth0) Set the eth0 property: The eth0 property.