public static enum UpdateVtapDetails.TargetType extends Enum<UpdateVtapDetails.TargetType> implements BmcEnum
The target type for the VTAP.
Enum Constant and Description |
---|
IpAddress |
NetworkLoadBalancer |
Vnic |
Modifier and Type | Method and Description |
---|---|
static UpdateVtapDetails.TargetType |
create(String key) |
String |
getValue() |
static UpdateVtapDetails.TargetType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UpdateVtapDetails.TargetType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UpdateVtapDetails.TargetType Vnic
public static final UpdateVtapDetails.TargetType NetworkLoadBalancer
public static final UpdateVtapDetails.TargetType IpAddress
public static UpdateVtapDetails.TargetType[] values()
for (UpdateVtapDetails.TargetType c : UpdateVtapDetails.TargetType.values()) System.out.println(c);
public static UpdateVtapDetails.TargetType 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.TargetType create(String key)
Copyright © 2016–2023. All rights reserved.