public class EdgeGatewaySSHSettingsResponse extends Object implements Serializable
Constructor and Description |
---|
EdgeGatewaySSHSettingsResponse(boolean remoteAccess,
String userName,
String sshLoginBanner,
int passwordExpiry)
Instantiates a new edge gateway ssh settings response.
|
Modifier and Type | Method and Description |
---|---|
int |
getPasswordExpiry()
Gets passwordExpiry.
|
String |
getSshLoginBanner()
Gets sshLoginBanner.
|
String |
getUserName()
Gets userName.
|
boolean |
isRemoteAccess()
Gets remoteAccess.
|
public EdgeGatewaySSHSettingsResponse(boolean remoteAccess, String userName, String sshLoginBanner, int passwordExpiry)
remoteAccess
- the remote accessuserName
- the user namesshLoginBanner
- the ssh login banner textpasswordExpiry
- the password expirypublic boolean isRemoteAccess()
Whether or not the SSH Settings remote access is enabled
public String getUserName()
The user name for the SSH Settings
String
the userNamepublic String getSshLoginBanner()
The login banner of the SSH Settings
String
the sshLoginBannerTextpublic int getPasswordExpiry()
The number of days before the SSH Settings password expires
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.