public class NetworkUtils extends Object
| 构造器和说明 |
|---|
NetworkUtils() |
| 限定符和类型 | 方法和说明 |
|---|---|
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.