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?