Uses of Class
org.openstack4j.model.compute.ServerUpdateOptions
-
Packages that use ServerUpdateOptions Package Description org.openstack4j.api.compute org.openstack4j.model.compute org.openstack4j.openstack.compute.domain org.openstack4j.openstack.compute.internal -
-
Uses of ServerUpdateOptions in org.openstack4j.api.compute
Methods in org.openstack4j.api.compute with parameters of type ServerUpdateOptions Modifier and Type Method Description ServerServerService. update(String serverId, ServerUpdateOptions options)Updates an existing Server instance -
Uses of ServerUpdateOptions in org.openstack4j.model.compute
Methods in org.openstack4j.model.compute that return ServerUpdateOptions Modifier and Type Method Description ServerUpdateOptionsServerUpdateOptions. accessIPv4(String accessIPv4)The IP Version 4 AddressServerUpdateOptionsServerUpdateOptions. accessIPv6(String accessIPv6)The IP Version 6 Addressstatic ServerUpdateOptionsServerUpdateOptions. create()ServerUpdateOptionsServerUpdateOptions. name(String name)The name of the server. -
Uses of ServerUpdateOptions in org.openstack4j.openstack.compute.domain
Methods in org.openstack4j.openstack.compute.domain with parameters of type ServerUpdateOptions Modifier and Type Method Description static NovaServerUpdateNovaServerUpdate. fromOptions(ServerUpdateOptions options)Creates a NovaServerUpdate from Options -
Uses of ServerUpdateOptions in org.openstack4j.openstack.compute.internal
Methods in org.openstack4j.openstack.compute.internal with parameters of type ServerUpdateOptions Modifier and Type Method Description ServerServerServiceImpl. update(String serverId, ServerUpdateOptions options)
-