Class SSHConfig
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tione.v20211111.models.SSHConfig
-
public class SSHConfig extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetEnable()Get 是否开启ssh 注意:此字段可能返回 null,表示取不到有效值。StringgetLoginCommand()Get 登录命令 注意:此字段可能返回 null,表示取不到有效值。LonggetPort()Get 端口号 注意:此字段可能返回 null,表示取不到有效值。StringgetPublicKey()Get 公钥信息 注意:此字段可能返回 null,表示取不到有效值。voidsetEnable(Boolean Enable)Set 是否开启ssh 注意:此字段可能返回 null,表示取不到有效值。voidsetLoginCommand(String LoginCommand)Set 登录命令 注意:此字段可能返回 null,表示取不到有效值。voidsetPort(Long Port)Set 端口号 注意:此字段可能返回 null,表示取不到有效值。voidsetPublicKey(String PublicKey)Set 公钥信息 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
SSHConfig
public SSHConfig()
-
SSHConfig
public 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.
-
-
Method Detail
-
getEnable
public Boolean getEnable()
Get 是否开启ssh 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Enable 是否开启ssh 注意:此字段可能返回 null,表示取不到有效值。
-
setEnable
public void setEnable(Boolean Enable)
Set 是否开启ssh 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Enable- 是否开启ssh 注意:此字段可能返回 null,表示取不到有效值。
-
getPublicKey
public String getPublicKey()
Get 公钥信息 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- PublicKey 公钥信息 注意:此字段可能返回 null,表示取不到有效值。
-
setPublicKey
public void setPublicKey(String PublicKey)
Set 公钥信息 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
PublicKey- 公钥信息 注意:此字段可能返回 null,表示取不到有效值。
-
getPort
public Long getPort()
Get 端口号 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Port 端口号 注意:此字段可能返回 null,表示取不到有效值。
-
setPort
public void setPort(Long Port)
Set 端口号 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Port- 端口号 注意:此字段可能返回 null,表示取不到有效值。
-
getLoginCommand
public String getLoginCommand()
Get 登录命令 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- LoginCommand 登录命令 注意:此字段可能返回 null,表示取不到有效值。
-
setLoginCommand
public void setLoginCommand(String LoginCommand)
Set 登录命令 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
LoginCommand- 登录命令 注意:此字段可能返回 null,表示取不到有效值。
-
-