Modifier and Type | Field and Description |
---|---|
protected String |
ipAddress |
protected String |
subnetId |
Constructor and Description |
---|
FixedIP.Builder() |
Modifier and Type | Method and Description |
---|---|
FixedIP |
build() |
FixedIP.Builder |
fromIP(FixedIP in) |
FixedIP.Builder |
ipAddress(String ipAddress)
Provide the ipAddress to the IP's Builder.
|
FixedIP.Builder |
subnetId(String subnetId)
Provide the subnetId to the IP's Builder.
|
public FixedIP.Builder ipAddress(String ipAddress)
FixedIP.getIpAddress()
public FixedIP.Builder subnetId(String subnetId)
FixedIP.getSubnetId()
public FixedIP build()
public FixedIP.Builder fromIP(FixedIP in)
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.