public static enum CreateVtapDetails.TrafficMode extends Enum<CreateVtapDetails.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 CreateVtapDetails.TrafficMode |
create(String key) |
String |
getValue() |
static CreateVtapDetails.TrafficMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CreateVtapDetails.TrafficMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CreateVtapDetails.TrafficMode Default
public static final CreateVtapDetails.TrafficMode Priority
public static CreateVtapDetails.TrafficMode[] values()
for (CreateVtapDetails.TrafficMode c : CreateVtapDetails.TrafficMode.values()) System.out.println(c);
public static CreateVtapDetails.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 CreateVtapDetails.TrafficMode create(String key)
Copyright © 2016–2024. All rights reserved.