| Modifier and Type | Method and Description |
|---|---|
default MeshFilterType |
MeshProps.getEgressFilter()
(experimental) Egress filter to be applied to the Mesh.
|
MeshFilterType |
MeshProps.Jsii$Proxy.getEgressFilter() |
static MeshFilterType |
MeshFilterType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MeshFilterType[] |
MeshFilterType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
MeshProps.Builder |
MeshProps.Builder.egressFilter(MeshFilterType egressFilter)
Sets the value of
MeshProps.getEgressFilter() |
Mesh.Builder |
Mesh.Builder.egressFilter(MeshFilterType egressFilter)
(experimental) Egress filter to be applied to the Mesh.
|
| Constructor and Description |
|---|
Jsii$Proxy(MeshFilterType egressFilter,
String meshName)
Constructor that initializes the object based on literal property values passed by the
MeshProps.Builder. |
Copyright © 2021. All rights reserved.