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