public class SSHConfig extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| SSHConfig() | 
| SSHConfig(SSHConfig source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| Boolean | getEnable()Get 是否开启ssh
注意:此字段可能返回 null,表示取不到有效值。 | 
| Boolean | getIsAddressChanged()Get 登录地址是否改变
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getLoginCommand()Get 登录命令
注意:此字段可能返回 null,表示取不到有效值。 | 
| PodSSHInfo | getPodSSHInfo()Get POD访问信息
注意:此字段可能返回 null,表示取不到有效值。 | 
| Long | getPort()Get 端口号
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getPublicKey()Get 公钥信息
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setEnable(Boolean Enable)Set 是否开启ssh
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setIsAddressChanged(Boolean IsAddressChanged)Set 登录地址是否改变
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setLoginCommand(String LoginCommand)Set 登录命令
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setPodSSHInfo(PodSSHInfo PodSSHInfo)Set POD访问信息
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setPort(Long Port)Set 端口号
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setPublicKey(String PublicKey)Set 公钥信息
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic SSHConfig()
public SSHConfig(SSHConfig source)
public Boolean getEnable()
public void setEnable(Boolean Enable)
Enable - 是否开启ssh
注意:此字段可能返回 null,表示取不到有效值。public String getPublicKey()
public void setPublicKey(String PublicKey)
PublicKey - 公钥信息
注意:此字段可能返回 null,表示取不到有效值。public Long getPort()
public void setPort(Long Port)
Port - 端口号
注意:此字段可能返回 null,表示取不到有效值。public String getLoginCommand()
public void setLoginCommand(String LoginCommand)
LoginCommand - 登录命令
注意:此字段可能返回 null,表示取不到有效值。public Boolean getIsAddressChanged()
public void setIsAddressChanged(Boolean IsAddressChanged)
IsAddressChanged - 登录地址是否改变
注意:此字段可能返回 null,表示取不到有效值。public PodSSHInfo getPodSSHInfo()
public void setPodSSHInfo(PodSSHInfo PodSSHInfo)
PodSSHInfo - POD访问信息
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.