Interface INetworkLoadBalancerMetrics.Jsii$Default
- All Superinterfaces:
INetworkLoadBalancerMetrics,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
INetworkLoadBalancerMetrics.Jsii$Proxy
- Enclosing interface:
INetworkLoadBalancerMetrics
@Internal
public static interface INetworkLoadBalancerMetrics.Jsii$Default
extends INetworkLoadBalancerMetrics
Internal default implementation for
INetworkLoadBalancerMetrics.-
Nested Class Summary
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.elasticloadbalancingv2.INetworkLoadBalancerMetrics
INetworkLoadBalancerMetrics.Jsii$Default, INetworkLoadBalancerMetrics.Jsii$Proxy -
Method Summary
Modifier and TypeMethodDescriptiondefault MetricactiveFlowCount(MetricOptions props) The total number of concurrent TCP flows (or connections) from clients to targets.default MetricconsumedLCUs(MetricOptions props) The number of load balancer capacity units (LCU) used by your load balancer.default Metriccustom(String metricName, MetricOptions props) Return the given named metric for this Network Load Balancer.default MetricnewFlowCount(MetricOptions props) The total number of new TCP flows (or connections) established from clients to targets in the time period.default MetricprocessedBytes(MetricOptions props) The total number of bytes processed by the load balancer, including TCP/IP headers.default MetrictcpClientResetCount(MetricOptions props) The total number of reset (RST) packets sent from a client to a target.default MetrictcpElbResetCount(MetricOptions props) The total number of reset (RST) packets generated by the load balancer.default MetrictcpTargetResetCount(MetricOptions props) The total number of reset (RST) packets sent from a target to a client.Methods inherited from interface software.amazon.awscdk.services.elasticloadbalancingv2.INetworkLoadBalancerMetrics
activeFlowCount, consumedLCUs, custom, newFlowCount, processedBytes, tcpClientResetCount, tcpElbResetCount, tcpTargetResetCountMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
activeFlowCount
The total number of concurrent TCP flows (or connections) from clients to targets.This metric includes connections in the SYN_SENT and ESTABLISHED states. TCP connections are not terminated at the load balancer, so a client opening a TCP connection to a target counts as a single flow.
Default: Average over 5 minutes
- Specified by:
activeFlowCountin interfaceINetworkLoadBalancerMetrics- Parameters:
props-
-
consumedLCUs
The number of load balancer capacity units (LCU) used by your load balancer.Default: Sum over 5 minutes
- Specified by:
consumedLCUsin interfaceINetworkLoadBalancerMetrics- Parameters:
props-
-
custom
@Stability(Stable) @NotNull default Metric custom(@NotNull String metricName, @Nullable MetricOptions props) Return the given named metric for this Network Load Balancer.Default: Average over 5 minutes
- Specified by:
customin interfaceINetworkLoadBalancerMetrics- Parameters:
metricName- This parameter is required.props-
-
newFlowCount
The total number of new TCP flows (or connections) established from clients to targets in the time period.Default: Sum over 5 minutes
- Specified by:
newFlowCountin interfaceINetworkLoadBalancerMetrics- Parameters:
props-
-
processedBytes
The total number of bytes processed by the load balancer, including TCP/IP headers.Default: Sum over 5 minutes
- Specified by:
processedBytesin interfaceINetworkLoadBalancerMetrics- Parameters:
props-
-
tcpClientResetCount
The total number of reset (RST) packets sent from a client to a target.These resets are generated by the client and forwarded by the load balancer.
Default: Sum over 5 minutes
- Specified by:
tcpClientResetCountin interfaceINetworkLoadBalancerMetrics- Parameters:
props-
-
tcpElbResetCount
The total number of reset (RST) packets generated by the load balancer.Default: Sum over 5 minutes
- Specified by:
tcpElbResetCountin interfaceINetworkLoadBalancerMetrics- Parameters:
props-
-
tcpTargetResetCount
The total number of reset (RST) packets sent from a target to a client.These resets are generated by the target and forwarded by the load balancer.
Default: Sum over 5 minutes
- Specified by:
tcpTargetResetCountin interfaceINetworkLoadBalancerMetrics- Parameters:
props-
-