public abstract class IpamConfig extends Object
| Constructor and Description |
|---|
IpamConfig() |
| Modifier and Type | Method and Description |
|---|---|
static IpamConfig |
create(String subnet,
String ipRange,
String gateway) |
abstract String |
gateway() |
abstract String |
ipRange() |
abstract String |
subnet() |
Copyright © 2019. All rights reserved.