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.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 MetricactiveFlowCount(MetricOptions props) The 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 MetricconsumedLCUs(MetricOptions props) The number of load balancer capacity units (LCU) used by your load balancer.final MetricReturn the given named metric for this Network Load Balancer.final Metriccustom(String metricName, MetricOptions props) Return 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 MetricnewFlowCount(MetricOptions props) The 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 MetricprocessedBytes(MetricOptions props) The 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 MetrictcpClientResetCount(MetricOptions props) The 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 MetrictcpElbResetCount(MetricOptions props) The 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.final MetrictcpTargetResetCount(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, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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- 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:
activeFlowCountin interfaceINetworkLoadBalancerMetrics
-
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- 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
-
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:
customin interfaceINetworkLoadBalancerMetrics- Specified by:
customin 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:
customin 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:
newFlowCountin interfaceINetworkLoadBalancerMetrics- Specified by:
newFlowCountin 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:
newFlowCountin interfaceINetworkLoadBalancerMetrics
-
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- 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
-
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- 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
-
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- Parameters:
props-
-
tcpElbResetCount
The total number of reset (RST) packets generated by the load balancer.Default: Sum over 5 minutes
- Specified by:
tcpElbResetCountin 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:
tcpTargetResetCountin interfaceINetworkLoadBalancerMetrics- Specified by:
tcpTargetResetCountin 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:
tcpTargetResetCountin interfaceINetworkLoadBalancerMetrics
-