Hi all,
Is there any way to update Network attributes with JClouds? I got following code snippet from google. But I'm not sure that is the correct means to achieve my goal. NetworkApi networkApi = neutronApi.getNetworkApiForZone(zone); UpdateNetworkOptions option = UpdateNetworkOptions.builder().name(network.getName()).build() ; If so, is that means I can only update the name of network for Network? For others, there is no way to update? Thanks for any help. Xianyi Ye
