public class NetworkAndAddressRange extends Object
| Modifier and Type | Field and Description |
|---|---|
protected com.google.common.base.Optional<String> |
gateway |
protected String |
ipV4Range |
protected String |
name |
| Constructor and Description |
|---|
NetworkAndAddressRange(String name,
String ipV4Range,
String gateway) |
protected final String name
protected final String ipV4Range
protected final com.google.common.base.Optional<String> gateway
@ConstructorProperties(value={"name","ipV4Range","gateway"}) public NetworkAndAddressRange(String name, String ipV4Range, @Nullable String gateway)
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.