ComputeNodeGetRemoteLoginSettingsResult Class

  • java.lang.Object
    • com.microsoft.azure.batch.protocol.models.ComputeNodeGetRemoteLoginSettingsResult

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 remoteLoginIPAddress value.

int remoteLoginPort()

Get the remoteLoginPort value.

ComputeNodeGetRemoteLoginSettingsResult withRemoteLoginIPAddress(String remoteLoginIPAddress)

Set the remoteLoginIPAddress value.

ComputeNodeGetRemoteLoginSettingsResult withRemoteLoginPort(int remoteLoginPort)

Set the remoteLoginPort value.

Methods inherited from java.lang.Object

Constructor Details

ComputeNodeGetRemoteLoginSettingsResult

public ComputeNodeGetRemoteLoginSettingsResult()

Method Details

remoteLoginIPAddress

public String remoteLoginIPAddress()

Get the remoteLoginIPAddress value.

Returns:

the remoteLoginIPAddress value

remoteLoginPort

public int remoteLoginPort()

Get the remoteLoginPort value.

Returns:

the remoteLoginPort value

withRemoteLoginIPAddress

public ComputeNodeGetRemoteLoginSettingsResult withRemoteLoginIPAddress(String remoteLoginIPAddress)

Set the remoteLoginIPAddress value.

Parameters:

remoteLoginIPAddress - the remoteLoginIPAddress value to set

Returns:

the ComputeNodeGetRemoteLoginSettingsResult object itself.

withRemoteLoginPort

public ComputeNodeGetRemoteLoginSettingsResult withRemoteLoginPort(int remoteLoginPort)

Set the remoteLoginPort value.

Parameters:

remoteLoginPort - the remoteLoginPort value to set

Returns:

the ComputeNodeGetRemoteLoginSettingsResult object itself.

Applies to