public static interface HostService.UpdateUsingRootPasswordRequest extends Request<HostService.UpdateUsingRootPasswordRequest,HostService.UpdateUsingRootPasswordResponse>
Update the specified host in the system. This is deprecated and is provided only for backwards compatibility.
Modifier and Type | Method and Description |
---|---|
HostService.UpdateUsingRootPasswordRequest |
async(Boolean async)
Indicates if the update should be performed asynchronously.
|
HostService.UpdateUsingRootPasswordRequest |
host(Host host) |
HostService.UpdateUsingRootPasswordRequest |
host(HostBuilder host) |
HostService.UpdateUsingRootPasswordRequest async(Boolean async)
Indicates if the update should be performed asynchronously.
HostService.UpdateUsingRootPasswordRequest host(Host host)
HostService.UpdateUsingRootPasswordRequest host(HostBuilder host)
Copyright © 2018. All rights reserved.