Package | Description |
---|---|
org.openstack4j.api.compute | |
org.openstack4j.model.compute | |
org.openstack4j.openstack.compute.domain | |
org.openstack4j.openstack.compute.internal |
Modifier and Type | Method and Description |
---|---|
Server |
ServerService.update(String serverId,
ServerUpdateOptions options)
Updates an existing Server instance
|
Modifier and Type | Method and Description |
---|---|
ServerUpdateOptions |
ServerUpdateOptions.accessIPv4(String accessIPv4)
The IP Version 4 Address
|
ServerUpdateOptions |
ServerUpdateOptions.accessIPv6(String accessIPv6)
The IP Version 6 Address
|
static ServerUpdateOptions |
ServerUpdateOptions.create() |
ServerUpdateOptions |
ServerUpdateOptions.name(String name)
The name of the server.
|
Modifier and Type | Method and Description |
---|---|
static NovaServerUpdate |
NovaServerUpdate.fromOptions(ServerUpdateOptions options)
Creates a NovaServerUpdate from Options
|
Modifier and Type | Method and Description |
---|---|
Server |
ServerServiceImpl.update(String serverId,
ServerUpdateOptions options) |
Copyright © 2017. All rights reserved.