public class ComputeNodeGetRemoteLoginSettingsResult extends Object
Constructor and Description |
---|
ComputeNodeGetRemoteLoginSettingsResult() |
Modifier and Type | Method and Description |
---|---|
String |
remoteLoginIPAddress()
Get the remoteLoginIPAddress value.
|
int |
remoteLoginPort()
Get the remoteLoginPort value.
|
ComputeNodeGetRemoteLoginSettingsResult |
withRemoteLoginIPAddress(String remoteLoginIPAddress)
Set the remoteLoginIPAddress value.
|
ComputeNodeGetRemoteLoginSettingsResult |
withRemoteLoginPort(int remoteLoginPort)
Set the remoteLoginPort value.
|
public ComputeNodeGetRemoteLoginSettingsResult()
public String remoteLoginIPAddress()
public ComputeNodeGetRemoteLoginSettingsResult withRemoteLoginIPAddress(String remoteLoginIPAddress)
remoteLoginIPAddress
- the remoteLoginIPAddress value to setpublic int remoteLoginPort()
public ComputeNodeGetRemoteLoginSettingsResult withRemoteLoginPort(int remoteLoginPort)
remoteLoginPort
- the remoteLoginPort value to setCopyright © 2019. All rights reserved.