public static class InfoForNetworkGenDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
InfoForNetworkGenDetails |
build() |
InfoForNetworkGenDetails.Builder |
cidr(String cidr)
The cidr for the network.
|
InfoForNetworkGenDetails.Builder |
copy(InfoForNetworkGenDetails model) |
InfoForNetworkGenDetails.Builder |
domain(String domain)
The network domain name.
|
InfoForNetworkGenDetails.Builder |
gateway(String gateway)
The network gateway.
|
InfoForNetworkGenDetails.Builder |
netmask(String netmask)
The network netmask.
|
InfoForNetworkGenDetails.Builder |
networkType(InfoForNetworkGenDetails.NetworkType networkType)
The network type.
|
InfoForNetworkGenDetails.Builder |
prefix(String prefix)
The network domain name.
|
InfoForNetworkGenDetails.Builder |
vlanId(String vlanId)
The network VLAN ID.
|
public InfoForNetworkGenDetails.Builder networkType(InfoForNetworkGenDetails.NetworkType networkType)
The network type.
networkType
- the value to setpublic InfoForNetworkGenDetails.Builder vlanId(String vlanId)
The network VLAN ID.
vlanId
- the value to setpublic InfoForNetworkGenDetails.Builder cidr(String cidr)
The cidr for the network.
cidr
- the value to setpublic InfoForNetworkGenDetails.Builder gateway(String gateway)
The network gateway.
gateway
- the value to setpublic InfoForNetworkGenDetails.Builder netmask(String netmask)
The network netmask.
netmask
- the value to setpublic InfoForNetworkGenDetails.Builder domain(String domain)
The network domain name.
domain
- the value to setpublic InfoForNetworkGenDetails.Builder prefix(String prefix)
The network domain name.
prefix
- the value to setpublic InfoForNetworkGenDetails build()
public InfoForNetworkGenDetails.Builder copy(InfoForNetworkGenDetails model)
Copyright © 2016–2024. All rights reserved.