Interface UpdatePseudoIpv4Options.Value
-
- Enclosing class:
- UpdatePseudoIpv4Options
public static interface UpdatePseudoIpv4Options.Value
Value.
-
-
Field Summary
Fields Modifier and Type Field Description static String
ADD_HEADER
add_header.static String
OFF
off.static String
OVERWRITE_HEADER
overwrite_header.
-
-
-
Field Detail
-
OFF
static final String OFF
off.- See Also:
- Constant Field Values
-
ADD_HEADER
static final String ADD_HEADER
add_header.- See Also:
- Constant Field Values
-
OVERWRITE_HEADER
static final String OVERWRITE_HEADER
overwrite_header.- See Also:
- Constant Field Values
-
-