Ejemplo n.º 1
0
  private Set<String> getInterfaceNetworkNames() {
    if (cachedInterfaceNetworkNames == null) {
      cachedInterfaceNetworkNames = Entities.vmInterfacesByNetworkName(vm.getInterfaces()).keySet();
    }

    return cachedInterfaceNetworkNames;
  }