Class INetworkLoadBalancerMetrics.Jsii$Proxy
- All Implemented Interfaces:
INetworkLoadBalancerMetrics
,INetworkLoadBalancerMetrics.Jsii$Default
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
INetworkLoadBalancerMetrics
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.elasticloadbalancingv2.INetworkLoadBalancerMetrics
INetworkLoadBalancerMetrics.Jsii$Default, INetworkLoadBalancerMetrics.Jsii$Proxy
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal Metric
The total number of concurrent TCP flows (or connections) from clients to targets.final Metric
activeFlowCount
(MetricOptions props) The total number of concurrent TCP flows (or connections) from clients to targets.final Metric
The number of load balancer capacity units (LCU) used by your load balancer.final Metric
consumedLCUs
(MetricOptions props) The number of load balancer capacity units (LCU) used by your load balancer.final Metric
Return the given named metric for this Network Load Balancer.final Metric
custom
(String metricName, MetricOptions props) Return the given named metric for this Network Load Balancer.final Metric
The total number of new TCP flows (or connections) established from clients to targets in the time period.final Metric
newFlowCount
(MetricOptions props) The total number of new TCP flows (or connections) established from clients to targets in the time period.final Metric
The total number of bytes processed by the load balancer, including TCP/IP headers.final Metric
processedBytes
(MetricOptions props) The total number of bytes processed by the load balancer, including TCP/IP headers.final Metric
The total number of reset (RST) packets sent from a client to a target.final Metric
tcpClientResetCount
(MetricOptions props) The total number of reset (RST) packets sent from a client to a target.final Metric
The total number of reset (RST) packets generated by the load balancer.final Metric
tcpElbResetCount
(MetricOptions props) The total number of reset (RST) packets generated by the load balancer.final Metric
The total number of reset (RST) packets sent from a target to a client.final Metric
tcpTargetResetCount
(MetricOptions props) The 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, jsiiStaticSet
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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:
activeFlowCount
in interfaceINetworkLoadBalancerMetrics
- Specified by:
activeFlowCount
in interfaceINetworkLoadBalancerMetrics.Jsii$Default
- Parameters:
props
-
-
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:
activeFlowCount
in interfaceINetworkLoadBalancerMetrics
-
consumedLCUs
The number of load balancer capacity units (LCU) used by your load balancer.Default: Sum over 5 minutes
- Specified by:
consumedLCUs
in interfaceINetworkLoadBalancerMetrics
- Specified by:
consumedLCUs
in interfaceINetworkLoadBalancerMetrics.Jsii$Default
- Parameters:
props
-
-
consumedLCUs
The number of load balancer capacity units (LCU) used by your load balancer.Default: Sum over 5 minutes
- Specified by:
consumedLCUs
in interfaceINetworkLoadBalancerMetrics
-
custom
@Stability(Stable) @NotNull public final 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:
custom
in interfaceINetworkLoadBalancerMetrics
- Specified by:
custom
in interfaceINetworkLoadBalancerMetrics.Jsii$Default
- Parameters:
metricName
- This parameter is required.props
-
-
custom
Return the given named metric for this Network Load Balancer.Default: Average over 5 minutes
- Specified by:
custom
in interfaceINetworkLoadBalancerMetrics
- 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:
newFlowCount
in interfaceINetworkLoadBalancerMetrics
- Specified by:
newFlowCount
in interfaceINetworkLoadBalancerMetrics.Jsii$Default
- Parameters:
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:
newFlowCount
in interfaceINetworkLoadBalancerMetrics
-
processedBytes
The total number of bytes processed by the load balancer, including TCP/IP headers.Default: Sum over 5 minutes
- Specified by:
processedBytes
in interfaceINetworkLoadBalancerMetrics
- Specified by:
processedBytes
in interfaceINetworkLoadBalancerMetrics.Jsii$Default
- Parameters:
props
-
-
processedBytes
The total number of bytes processed by the load balancer, including TCP/IP headers.Default: Sum over 5 minutes
- Specified by:
processedBytes
in interfaceINetworkLoadBalancerMetrics
-
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:
tcpClientResetCount
in interfaceINetworkLoadBalancerMetrics
- Specified by:
tcpClientResetCount
in interfaceINetworkLoadBalancerMetrics.Jsii$Default
- 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:
tcpClientResetCount
in interfaceINetworkLoadBalancerMetrics
-
tcpElbResetCount
The total number of reset (RST) packets generated by the load balancer.Default: Sum over 5 minutes
- Specified by:
tcpElbResetCount
in interfaceINetworkLoadBalancerMetrics
- Specified by:
tcpElbResetCount
in interfaceINetworkLoadBalancerMetrics.Jsii$Default
- Parameters:
props
-
-
tcpElbResetCount
The total number of reset (RST) packets generated by the load balancer.Default: Sum over 5 minutes
- Specified by:
tcpElbResetCount
in interfaceINetworkLoadBalancerMetrics
-
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:
tcpTargetResetCount
in interfaceINetworkLoadBalancerMetrics
- Specified by:
tcpTargetResetCount
in interfaceINetworkLoadBalancerMetrics.Jsii$Default
- 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:
tcpTargetResetCount
in interfaceINetworkLoadBalancerMetrics
-