public static class NetworkConfigSection.Builder extends Section.Builder<NetworkConfigSection>
info| Constructor and Description |
|---|
NetworkConfigSection.Builder() |
| Modifier and Type | Method and Description |
|---|---|
NetworkConfigSection |
build() |
NetworkConfigSection.Builder |
dhcp(Boolean dhcp) |
NetworkConfigSection.Builder |
fenceMode(String fenceMode) |
NetworkConfigSection.Builder |
fromNetworkConfigSection(NetworkConfigSection in) |
NetworkConfigSection.Builder |
fromSection(Section<NetworkConfigSection> in) |
NetworkConfigSection.Builder |
gateway(String gateway) |
NetworkConfigSection.Builder |
info(String info) |
NetworkConfigSection.Builder |
internalToExternalNATRule(String internalIP,
String externalIP) |
NetworkConfigSection.Builder |
internalToExternalNATRules(Map<String,String> internalToExternalNATRules) |
NetworkConfigSection.Builder |
netmask(String netmask) |
NetworkConfigSection.Builder |
network(String network) |
public NetworkConfigSection.Builder network(String network)
public NetworkConfigSection.Builder fenceMode(String fenceMode)
public NetworkConfigSection.Builder dhcp(Boolean dhcp)
public NetworkConfigSection.Builder gateway(String gateway)
public NetworkConfigSection.Builder netmask(String netmask)
public NetworkConfigSection.Builder internalToExternalNATRule(String internalIP, String externalIP)
public NetworkConfigSection.Builder internalToExternalNATRules(Map<String,String> internalToExternalNATRules)
public NetworkConfigSection build()
build in class Section.Builder<NetworkConfigSection>public NetworkConfigSection.Builder fromNetworkConfigSection(NetworkConfigSection in)
public NetworkConfigSection.Builder fromSection(Section<NetworkConfigSection> in)
fromSection in class Section.Builder<NetworkConfigSection>public NetworkConfigSection.Builder info(String info)
info in class Section.Builder<NetworkConfigSection>Section.getInfo()Copyright © 2009-2013 jclouds. All Rights Reserved.