public class ServerUpdateOptions extends Object
| Constructor and Description |
|---|
ServerUpdateOptions() |
| Modifier and Type | Method and Description |
|---|---|
ServerUpdateOptions |
accessIPv4(String accessIPv4)
The IP Version 4 Address
|
ServerUpdateOptions |
accessIPv6(String accessIPv6)
The IP Version 6 Address
|
static ServerUpdateOptions |
create() |
String |
getAccessIPv4() |
String |
getAccessIPv6() |
String |
getName() |
ServerUpdateOptions |
name(String name)
The name of the server.
|
public static ServerUpdateOptions create()
public ServerUpdateOptions name(String name)
If you edit the server name, the server host name does not change. Also, server names are not guaranteed to be unique.
name - the new name of the serverpublic ServerUpdateOptions accessIPv4(String accessIPv4)
accessIPv4 - the IP Version 4 Addresspublic ServerUpdateOptions accessIPv6(String accessIPv6)
accessIPv6 - the IP Version 6 Addresspublic String getName()
public String getAccessIPv4()
public String getAccessIPv6()
Copyright © 2021. All rights reserved.