Enum OlvmVnicProfileProperties.PassThrough
- java.lang.Object
-
- java.lang.Enum<OlvmVnicProfileProperties.PassThrough>
-
- com.oracle.bmc.cloudmigrations.model.OlvmVnicProfileProperties.PassThrough
-
- All Implemented Interfaces:
BmcEnum,Serializable,Comparable<OlvmVnicProfileProperties.PassThrough>
- Enclosing class:
- OlvmVnicProfileProperties
public static enum OlvmVnicProfileProperties.PassThrough extends Enum<OlvmVnicProfileProperties.PassThrough> implements BmcEnum
Describes whether the vNIC is to be implemented as a pass-through device or a virtual one.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OlvmVnicProfileProperties.PassThroughcreate(String key)StringgetValue()static OlvmVnicProfileProperties.PassThroughvalueOf(String name)Returns the enum constant of this type with the specified name.static OlvmVnicProfileProperties.PassThrough[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
Disabled
public static final OlvmVnicProfileProperties.PassThrough Disabled
-
Enabled
public static final OlvmVnicProfileProperties.PassThrough Enabled
-
-
Method Detail
-
values
public static OlvmVnicProfileProperties.PassThrough[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (OlvmVnicProfileProperties.PassThrough c : OlvmVnicProfileProperties.PassThrough.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static OlvmVnicProfileProperties.PassThrough valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
create
public static OlvmVnicProfileProperties.PassThrough create(String key)
-
-