public static enum AddVappRequest.FenceModeRequest extends Enum<AddVappRequest.FenceModeRequest>
Modifier and Type | Method and Description |
---|---|
static AddVappRequest.FenceModeRequest |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AddVappRequest.FenceModeRequest[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AddVappRequest.FenceModeRequest BRIDGED
public static final AddVappRequest.FenceModeRequest NATROUTED
public static final AddVappRequest.FenceModeRequest ISOLATED
public static AddVappRequest.FenceModeRequest[] values()
for (AddVappRequest.FenceModeRequest c : AddVappRequest.FenceModeRequest.values()) System.out.println(c);
public static AddVappRequest.FenceModeRequest valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2023 iland Internet Solutions, Corp. All rights reserved.