public static final class EsxNicInfo.Builder
extends java.lang.Object
EsxNicInfo
.Constructor and Description |
---|
Builder()
Constructor with parameters for the required properties of
EsxNicInfo . |
Modifier and Type | Method and Description |
---|---|
EsxNicInfo |
build() |
EsxNicInfo.Builder |
setGateway(java.lang.String gateway) |
EsxNicInfo.Builder |
setIp(java.lang.String ip) |
EsxNicInfo.Builder |
setMac(java.lang.String mac) |
EsxNicInfo.Builder |
setNetStack(java.lang.String netStack) |
EsxNicInfo.Builder |
setVlan(java.lang.String vlan) |
public Builder()
EsxNicInfo
.public EsxNicInfo.Builder setIp(java.lang.String ip)
ip
- New value for the property.public EsxNicInfo.Builder setMac(java.lang.String mac)
mac
- New value for the property.public EsxNicInfo.Builder setVlan(java.lang.String vlan)
vlan
- New value for the property.public EsxNicInfo.Builder setGateway(java.lang.String gateway)
gateway
- New value for the property.public EsxNicInfo.Builder setNetStack(java.lang.String netStack)
netStack
- New value for the property.public EsxNicInfo build()