@Stability(value=Stable) @Internal public static final class CfnTrafficMirrorSessionProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnTrafficMirrorSessionProps
CfnTrafficMirrorSessionPropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnTrafficMirrorSessionProps.Builder, CfnTrafficMirrorSessionProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnTrafficMirrorSessionProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnTrafficMirrorSessionProps.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getDescription()
The description of the Traffic Mirror session.
|
String |
getNetworkInterfaceId()
The ID of the source network interface.
|
Number |
getPacketLength()
The number of bytes in each packet to mirror.
|
Number |
getSessionNumber()
The session number determines the order in which sessions are evaluated when an interface is used by multiple sessions.
|
List<CfnTag> |
getTags()
The tags to assign to a Traffic Mirror session.
|
String |
getTrafficMirrorFilterId()
The ID of the Traffic Mirror filter.
|
String |
getTrafficMirrorTargetId()
The ID of the Traffic Mirror target.
|
Number |
getVirtualNetworkId()
The VXLAN ID for the Traffic Mirror session.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnTrafficMirrorSessionProps.Builder builder)
CfnTrafficMirrorSessionProps.Builder.public final String getNetworkInterfaceId()
CfnTrafficMirrorSessionPropsgetNetworkInterfaceId in interface CfnTrafficMirrorSessionPropspublic final Number getSessionNumber()
CfnTrafficMirrorSessionPropsThe first session with a matching filter is the one that mirrors the packets.
Valid values are 1-32766.
getSessionNumber in interface CfnTrafficMirrorSessionPropspublic final String getTrafficMirrorFilterId()
CfnTrafficMirrorSessionPropsgetTrafficMirrorFilterId in interface CfnTrafficMirrorSessionPropspublic final String getTrafficMirrorTargetId()
CfnTrafficMirrorSessionPropsgetTrafficMirrorTargetId in interface CfnTrafficMirrorSessionPropspublic final String getDescription()
CfnTrafficMirrorSessionPropsgetDescription in interface CfnTrafficMirrorSessionPropspublic final Number getPacketLength()
CfnTrafficMirrorSessionPropsThese are bytes after the VXLAN header. Do not specify this parameter when you want to mirror the entire packet. To mirror a subset of the packet, set this to the length (in bytes) that you want to mirror. For example, if you set this value to 100, then the first 100 bytes that meet the filter criteria are copied to the target.
If you do not want to mirror the entire packet, use the PacketLength parameter to specify the number of bytes in each packet to mirror.
getPacketLength in interface CfnTrafficMirrorSessionPropspublic final List<CfnTag> getTags()
CfnTrafficMirrorSessionPropsgetTags in interface CfnTrafficMirrorSessionPropspublic final Number getVirtualNetworkId()
CfnTrafficMirrorSessionProps
For more information about the VXLAN protocol, see RFC 7348 . If you do not specify a VirtualNetworkId , an account-wide unique id is chosen at random.
getVirtualNetworkId in interface CfnTrafficMirrorSessionProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.