Uses of Class
com.oracle.bmc.cloudmigrations.model.OlvmVnicProfileProperties.PassThrough
-
Packages that use OlvmVnicProfileProperties.PassThrough Package Description com.oracle.bmc.cloudmigrations.model -
-
Uses of OlvmVnicProfileProperties.PassThrough in com.oracle.bmc.cloudmigrations.model
Methods in com.oracle.bmc.cloudmigrations.model that return OlvmVnicProfileProperties.PassThrough Modifier and Type Method Description static OlvmVnicProfileProperties.PassThroughOlvmVnicProfileProperties.PassThrough. create(String key)OlvmVnicProfileProperties.PassThroughOlvmVnicProfileProperties. getPassThrough()Describes whether the vNIC is to be implemented as a pass-through device or a virtual one.static OlvmVnicProfileProperties.PassThroughOlvmVnicProfileProperties.PassThrough. valueOf(String name)Returns the enum constant of this type with the specified name.static OlvmVnicProfileProperties.PassThrough[]OlvmVnicProfileProperties.PassThrough. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.cloudmigrations.model with parameters of type OlvmVnicProfileProperties.PassThrough Modifier and Type Method Description OlvmVnicProfileProperties.BuilderOlvmVnicProfileProperties.Builder. passThrough(OlvmVnicProfileProperties.PassThrough passThrough)Describes whether the vNIC is to be implemented as a pass-through device or a virtual one.Constructors in com.oracle.bmc.cloudmigrations.model with parameters of type OlvmVnicProfileProperties.PassThrough Constructor Description OlvmVnicProfileProperties(String comment, List<OlvmCustomProperty> customProperties, String description, Boolean isMigratable, String vnicProfileName, OlvmVnicProfileProperties.PassThrough passThrough, Boolean isPortMirroring)Deprecated.
-