Class INetworkLoadBalancerMetrics.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.elasticloadbalancingv2.INetworkLoadBalancerMetrics.Jsii$Proxy
- All Implemented Interfaces:
INetworkLoadBalancerMetrics,INetworkLoadBalancerMetrics.Jsii$Default,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
INetworkLoadBalancerMetrics
@Internal
public static final class INetworkLoadBalancerMetrics.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements INetworkLoadBalancerMetrics.Jsii$Default
A proxy class which represents a concrete javascript instance of this type.
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.elasticloadbalancingv2.INetworkLoadBalancerMetrics
INetworkLoadBalancerMetrics.Jsii$Default, INetworkLoadBalancerMetrics.Jsii$Proxy -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal MetricThe total number of concurrent TCP flows (or connections) from clients to targets.final MetricThe number of load balancer capacity units (LCU) used by your load balancer.final MetricReturn the given named metric for this Network Load Balancer.final MetricThe total number of new TCP flows (or connections) established from clients to targets in the time period.final MetricThe total number of bytes processed by the load balancer, including TCP/IP headers.final MetricThe total number of reset (RST) packets sent from a client to a target.final MetricThe total number of reset (RST) packets generated by the load balancer.final MetricThe total number of reset (RST) packets sent from a target to a client.Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.awscdk.services.elasticloadbalancingv2.INetworkLoadBalancerMetrics.Jsii$Default
activeFlowCount, consumedLCUs, custom, newFlowCount, processedBytes, tcpClientResetCount, tcpElbResetCount, tcpTargetResetCountMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
-
-
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- Specified by:
activeFlowCountin interfaceINetworkLoadBalancerMetrics.Jsii$Default
-
consumedLCUs
The number of load balancer capacity units (LCU) used by your load balancer.Default: Sum over 5 minutes
- Specified by:
consumedLCUsin interfaceINetworkLoadBalancerMetrics- Specified by:
consumedLCUsin interfaceINetworkLoadBalancerMetrics.Jsii$Default
-
custom
Return the given named metric for this Network Load Balancer.Default: Average over 5 minutes
- Specified by:
customin interfaceINetworkLoadBalancerMetrics- Specified by:
customin interfaceINetworkLoadBalancerMetrics.Jsii$Default- Parameters:
metricName- This parameter is required.
-
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- Specified by:
newFlowCountin interfaceINetworkLoadBalancerMetrics.Jsii$Default
-
processedBytes
The total number of bytes processed by the load balancer, including TCP/IP headers.Default: Sum over 5 minutes
- Specified by:
processedBytesin interfaceINetworkLoadBalancerMetrics- Specified by:
processedBytesin interfaceINetworkLoadBalancerMetrics.Jsii$Default
-
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- Specified by:
tcpClientResetCountin interfaceINetworkLoadBalancerMetrics.Jsii$Default
-
tcpElbResetCount
The total number of reset (RST) packets generated by the load balancer.Default: Sum over 5 minutes
- Specified by:
tcpElbResetCountin interfaceINetworkLoadBalancerMetrics- Specified by:
tcpElbResetCountin interfaceINetworkLoadBalancerMetrics.Jsii$Default
-
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- Specified by:
tcpTargetResetCountin interfaceINetworkLoadBalancerMetrics.Jsii$Default
-