Uses of Class
com.oracle.bmc.database.model.VmNetworkDetails.NetworkType
-
Packages that use VmNetworkDetails.NetworkType Package Description com.oracle.bmc.database.model -
-
Uses of VmNetworkDetails.NetworkType in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return VmNetworkDetails.NetworkType Modifier and Type Method Description static VmNetworkDetails.NetworkType
VmNetworkDetails.NetworkType. create(String key)
VmNetworkDetails.NetworkType
VmNetworkDetails. getNetworkType()
The network type.static VmNetworkDetails.NetworkType
VmNetworkDetails.NetworkType. valueOf(String name)
Returns the enum constant of this type with the specified name.static VmNetworkDetails.NetworkType[]
VmNetworkDetails.NetworkType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.database.model with parameters of type VmNetworkDetails.NetworkType Modifier and Type Method Description VmNetworkDetails.Builder
VmNetworkDetails.Builder. networkType(VmNetworkDetails.NetworkType networkType)
The network type.Constructors in com.oracle.bmc.database.model with parameters of type VmNetworkDetails.NetworkType Constructor Description VmNetworkDetails(String vlanId, VmNetworkDetails.NetworkType networkType, String netmask, String gateway, String domainName, List<NodeDetails> nodes)
Deprecated.
-