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 -- [email protected]
To unsubscribe send an email to [email protected]
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/[email protected]/message/UV2H5I4BGTNDNNOLS43OKNSGUJI747NV/

Reply via email to