Change Attach All/Require All checkbox values using SDK

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?

No, that's UI feature only. You have to list all the networks you want to attach and attach them in loop. On 09/10/2019 17:14, Jamie Holohan wrote:
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? _______________________________________________ Devel mailing list -- devel@ovirt.org To unsubscribe send an email to devel-leave@ovirt.org Privacy Statement: https://www.ovirt.org/site/privacy-policy/ oVirt Code of Conduct: https://www.ovirt.org/community/about/community-guidelines/ List Archives: https://lists.ovirt.org/archives/list/devel@ovirt.org/message/UV2H5I4BGTNDNN...

How about unnattaching networks?
participants (2)
-
Jamie Holohan
-
Ondra Machacek