Uses of Class
org.openstack4j.model.manila.ShareNetworkUpdateOptions
-
Packages that use ShareNetworkUpdateOptions Package Description org.openstack4j.api.manila org.openstack4j.model.manila org.openstack4j.openstack.manila.domain org.openstack4j.openstack.manila.internal -
-
Uses of ShareNetworkUpdateOptions in org.openstack4j.api.manila
Methods in org.openstack4j.api.manila with parameters of type ShareNetworkUpdateOptions Modifier and Type Method Description ShareNetworkShareNetworkService. update(String shareNetworkId, ShareNetworkUpdateOptions shareNetworkUpdateOptions)Updates a share network. -
Uses of ShareNetworkUpdateOptions in org.openstack4j.model.manila
Methods in org.openstack4j.model.manila that return ShareNetworkUpdateOptions Modifier and Type Method Description static ShareNetworkUpdateOptionsShareNetworkUpdateOptions. create()ShareNetworkUpdateOptionsShareNetworkUpdateOptions. description(String description)Update the share network description.ShareNetworkUpdateOptionsShareNetworkUpdateOptions. name(String name)Update the share network name. -
Uses of ShareNetworkUpdateOptions in org.openstack4j.openstack.manila.domain
Methods in org.openstack4j.openstack.manila.domain with parameters of type ShareNetworkUpdateOptions Modifier and Type Method Description static ManilaShareNetworkUpdateManilaShareNetworkUpdate. fromOptions(ShareNetworkUpdateOptions options)Creates a share network from options. -
Uses of ShareNetworkUpdateOptions in org.openstack4j.openstack.manila.internal
Methods in org.openstack4j.openstack.manila.internal with parameters of type ShareNetworkUpdateOptions Modifier and Type Method Description ShareNetworkShareNetworkServiceImpl. update(String shareNetworkId, ShareNetworkUpdateOptions shareNetworkUpdateOptions)Updates a share network.
-