public class AccessDevicesRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
AccessDevicesRequest() |
AccessDevicesRequest(AccessDevicesRequest 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 |
getAccount()
Get 账号
|
String[] |
getDrivers()
Get RDP挂载盘符驱动(mstsc支持)
|
String |
getExe()
Get 客户端工具
|
Long |
getHeight()
Get 窗口高度(RDP支持)
|
String |
getInstanceId()
Get 资源id
|
Boolean |
getIntranetAccess()
Get 是否内网访问(默认不是)
|
String |
getLoginAccount()
Get 运维端登录账号
|
String |
getLoginPassword()
Get 运维端登录密码
|
String |
getPassword()
Get 密码
|
String |
getPrivateKey()
Get 私钥
|
String |
getPrivateKeyPassword()
Get 私钥密码
|
Long |
getWidth()
Get 窗口宽度(RDP支持)
|
void |
setAccount(String Account)
Set 账号
|
void |
setDrivers(String[] Drivers)
Set RDP挂载盘符驱动(mstsc支持)
|
void |
setExe(String Exe)
Set 客户端工具
|
void |
setHeight(Long Height)
Set 窗口高度(RDP支持)
|
void |
setInstanceId(String InstanceId)
Set 资源id
|
void |
setIntranetAccess(Boolean IntranetAccess)
Set 是否内网访问(默认不是)
|
void |
setLoginAccount(String LoginAccount)
Set 运维端登录账号
|
void |
setLoginPassword(String LoginPassword)
Set 运维端登录密码
|
void |
setPassword(String Password)
Set 密码
|
void |
setPrivateKey(String PrivateKey)
Set 私钥
|
void |
setPrivateKeyPassword(String PrivateKeyPassword)
Set 私钥密码
|
void |
setWidth(Long Width)
Set 窗口宽度(RDP支持)
|
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, toJsonString
public AccessDevicesRequest()
public AccessDevicesRequest(AccessDevicesRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- 资源idpublic String getAccount()
public void setAccount(String Account)
Account
- 账号public String getLoginAccount()
public void setLoginAccount(String LoginAccount)
LoginAccount
- 运维端登录账号public String getLoginPassword()
public void setLoginPassword(String LoginPassword)
LoginPassword
- 运维端登录密码public String getPassword()
public void setPassword(String Password)
Password
- 密码public String getPrivateKey()
public void setPrivateKey(String PrivateKey)
PrivateKey
- 私钥public String getPrivateKeyPassword()
public void setPrivateKeyPassword(String PrivateKeyPassword)
PrivateKeyPassword
- 私钥密码public String getExe()
public void setExe(String Exe)
Exe
- 客户端工具public String[] getDrivers()
public void setDrivers(String[] Drivers)
Drivers
- RDP挂载盘符驱动(mstsc支持)public Long getWidth()
public void setWidth(Long Width)
Width
- 窗口宽度(RDP支持)public Long getHeight()
public void setHeight(Long Height)
Height
- 窗口高度(RDP支持)public Boolean getIntranetAccess()
public void setIntranetAccess(Boolean IntranetAccess)
IntranetAccess
- 是否内网访问(默认不是)Copyright © 2025. All rights reserved.