public class NetworkUtils extends Object
| Constructor and Description |
|---|
NetworkUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
autoGenerateSubnet(String vpcCidrBlock,
List<String> otherVswCidrBlocks) |
static Boolean |
contains(String parentNetwork,
String childNetwork)
judge if the first network contains the second network; return true if there is inclusion relation, otherwise false
|
Copyright © 2016–2020. All rights reserved.