Package | Description |
---|---|
org.openstack4j.api.compute | |
org.openstack4j.model.compute.actions | |
org.openstack4j.openstack.compute.domain.actions | |
org.openstack4j.openstack.compute.internal |
Modifier and Type | Method and Description |
---|---|
ActionResponse |
ServerService.rebuild(String serverId,
RebuildOptions options)
Rebuilds the specified server
|
Modifier and Type | Method and Description |
---|---|
RebuildOptions |
RebuildOptions.adminPass(String adminPass)
Can optionally specify a new admin password to be used during the rebuild
|
static RebuildOptions |
RebuildOptions.create() |
RebuildOptions |
RebuildOptions.image(String imageId)
Can optionally set a new image to rebuild the server against.
|
RebuildOptions |
RebuildOptions.name(String name)
Can optionally change the name of the instance to a new
name |
Modifier and Type | Method and Description |
---|---|
static RebuildAction |
RebuildAction.create(RebuildOptions options) |
Modifier and Type | Method and Description |
---|---|
ActionResponse |
ServerServiceImpl.rebuild(String serverId,
RebuildOptions options)
Rebuilds the specified server
|
Copyright © 2017. All rights reserved.