ComputeNodeGetRemoteLoginSettingsResult Class
- java.
lang. Object - com.
microsoft. azure. batch. protocol. models. ComputeNodeGetRemoteLoginSettingsResult
- com.
public class ComputeNodeGetRemoteLoginSettingsResult
The remote login settings for a Compute Node.
Constructor Summary
Constructor | Description | |
---|---|---|
ComputeNodeGetRemoteLoginSettingsResult() |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
remoteLoginIPAddress()
Get the remote |
int |
remoteLoginPort()
Get the remote |
Compute |
withRemoteLoginIPAddress(String remoteLoginIPAddress)
Set the remote |
Compute |
withRemoteLoginPort(int remoteLoginPort)
Set the remote |
Methods inherited from java.lang.Object
Constructor Details
ComputeNodeGetRemoteLoginSettingsResult
public ComputeNodeGetRemoteLoginSettingsResult()
Method Details
remoteLoginIPAddress
public String remoteLoginIPAddress()
Get the remoteLoginIPAddress value.
Returns:
remoteLoginPort
public int remoteLoginPort()
Get the remoteLoginPort value.
Returns:
withRemoteLoginIPAddress
public ComputeNodeGetRemoteLoginSettingsResult withRemoteLoginIPAddress(String remoteLoginIPAddress)
Set the remoteLoginIPAddress value.
Parameters:
Returns:
withRemoteLoginPort
public ComputeNodeGetRemoteLoginSettingsResult withRemoteLoginPort(int remoteLoginPort)
Set the remoteLoginPort value.
Parameters:
Returns:
Applies to
Azure SDK for Java