
9 Oct
2019
9 Oct
'19
6:14 p.m.
Using the SDK is it possible to change the status of the Attach All checkbox for a given network. I have done this to update the status of the Require All checkbox (Java): sysService.clustersService().clusterService(ClusterObject.id()).networksService().networkService(NetworkObject).id()).update().network(network().required(false)).send(); Is it possible to do something similar for Attach All?