auth.setData(d);
th.setAuthentication(auth);
th2.setAuthentication(auth);
env.setTargetHosts(Arrays.asList(th, th2));
api.setTdrEnabled(new TdrEnabled());
api.getTdrEnabled().setEnabled("true");
HTTPSType httpsType = new HTTPSType();
httpsType.setEnabled(true);
httpsType.setTlsMode(com.alu.e3.prov.restapi.model.TLSMode.ONE_WAY);