Package | Description |
---|---|
com.oracle.bmc.database.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
VmNetworkDetails.Builder |
VmNetworkDetails.Builder.networkType(VmNetworkDetails.NetworkType networkType)
The network type.
|
Constructor and Description |
---|
VmNetworkDetails(String vlanId,
VmNetworkDetails.NetworkType networkType,
String netmask,
String gateway,
String domainName,
List<NodeDetails> nodes)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.