Uses of Class
com.woorea.openstack.nova.model.ServerAction.Rebuild
-
Packages that use ServerAction.Rebuild Package Description com.woorea.openstack.nova.api -
-
Uses of ServerAction.Rebuild in com.woorea.openstack.nova.api
Fields in com.woorea.openstack.nova.api declared as ServerAction.Rebuild Modifier and Type Field Description private ServerAction.Rebuild
ServersResource.RebuildAction. action
Methods in com.woorea.openstack.nova.api with parameters of type ServerAction.Rebuild Modifier and Type Method Description ServersResource.RebuildAction
ServersResource. rebuild(java.lang.String serverId, ServerAction.Rebuild rebuild)
Constructors in com.woorea.openstack.nova.api with parameters of type ServerAction.Rebuild Constructor Description RebuildAction(java.lang.String id, ServerAction.Rebuild action)
-