public class PodSSHInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| PodSSHInfo() | 
| PodSSHInfo(PodSSHInfo 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 | 
|---|---|
| String | getHost()Get pod访问ip | 
| String | getLoginCommand()Get ssh访问命令 | 
| Long | getPort()Get pod ssh访问端口 | 
| void | setHost(String Host)Set pod访问ip | 
| void | setLoginCommand(String LoginCommand)Set ssh访问命令 | 
| void | setPort(Long Port)Set pod ssh访问端口 | 
| 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 PodSSHInfo()
public PodSSHInfo(PodSSHInfo source)
public String getHost()
public void setHost(String Host)
Host - pod访问ippublic Long getPort()
public void setPort(Long Port)
Port - pod ssh访问端口public String getLoginCommand()
public void setLoginCommand(String LoginCommand)
LoginCommand - ssh访问命令Copyright © 2025. All rights reserved.