public static class ExternalClusterNetworkConfiguration.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ExternalClusterNetworkConfiguration |
build() |
ExternalClusterNetworkConfiguration.Builder |
copy(ExternalClusterNetworkConfiguration model) |
ExternalClusterNetworkConfiguration.Builder |
networkNumber(Integer networkNumber)
The network number.
|
ExternalClusterNetworkConfiguration.Builder |
networkType(ExternalClusterNetworkConfiguration.NetworkType networkType)
The network type.
|
ExternalClusterNetworkConfiguration.Builder |
subnet(String subnet)
The subnet for the network.
|
public ExternalClusterNetworkConfiguration.Builder networkNumber(Integer networkNumber)
The network number.
networkNumber
- the value to setpublic ExternalClusterNetworkConfiguration.Builder networkType(ExternalClusterNetworkConfiguration.NetworkType networkType)
The network type.
networkType
- the value to setpublic ExternalClusterNetworkConfiguration.Builder subnet(String subnet)
The subnet for the network.
subnet
- the value to setpublic ExternalClusterNetworkConfiguration build()
public ExternalClusterNetworkConfiguration.Builder copy(ExternalClusterNetworkConfiguration model)
Copyright © 2016–2024. All rights reserved.