public class NetworkConfigSection extends Section<NetworkConfigSection>
Modifier and Type | Class and Description |
---|---|
static class |
NetworkConfigSection.Builder |
Constructor and Description |
---|
NetworkConfigSection(String info,
String network,
String fenceMode,
Boolean dhcp,
String gateway,
String netmask,
Map<String,String> internalToExternalNATRules) |
Modifier and Type | Method and Description |
---|---|
static NetworkConfigSection.Builder |
builder() |
boolean |
equals(Object obj) |
Boolean |
getDhcp() |
String |
getFenceMode() |
String |
getGateway() |
Map<String,String> |
getInternalToExternalNATRules() |
String |
getNetmask() |
String |
getNetwork() |
int |
hashCode() |
NetworkConfigSection.Builder |
toBuilder() |
String |
toString() |
public static NetworkConfigSection.Builder builder()
public NetworkConfigSection.Builder toBuilder()
toBuilder
in class Section<NetworkConfigSection>
public String getGateway()
public String getNetmask()
public Map<String,String> getInternalToExternalNATRules()
public String getNetwork()
public String getFenceMode()
public Boolean getDhcp()
public int hashCode()
hashCode
in class Section<NetworkConfigSection>
public boolean equals(Object obj)
equals
in class Section<NetworkConfigSection>
public String toString()
toString
in class Section<NetworkConfigSection>
Copyright © 2009-2012 jclouds. All Rights Reserved.