public static enum UpdateVtapDetails.TrafficMode extends Enum<UpdateVtapDetails.TrafficMode> implements BmcEnum
Used to control the priority of traffic. It is an optional field. If it not passed, the value is DEFAULT
Modifier and Type | Method and Description |
---|---|
static UpdateVtapDetails.TrafficMode |
create(String key) |
String |
getValue() |
static UpdateVtapDetails.TrafficMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UpdateVtapDetails.TrafficMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UpdateVtapDetails.TrafficMode Default
public static final UpdateVtapDetails.TrafficMode Priority
public static UpdateVtapDetails.TrafficMode[] values()
for (UpdateVtapDetails.TrafficMode c : UpdateVtapDetails.TrafficMode.values()) System.out.println(c);
public static UpdateVtapDetails.TrafficMode 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 nullpublic static UpdateVtapDetails.TrafficMode create(String key)
Copyright © 2016–2024. All rights reserved.