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 资产的登录账号
|
Boolean |
getAutoManageAccessCredential()
Get 是否自动管理访问串,删掉过期的,新建可用的(默认false)
|
Long |
getDeviceId()
Get 资产ID
|
String[] |
getDrivers()
Get RDP挂载盘符驱动(mstsc支持)
|
String |
getExe()
Get 客户端工具
|
Long |
getHeight()
Get 窗口高度(RDP支持)
|
String |
getInstanceId()
Get 资源id(优先使用DeviceId)
|
Boolean |
getIntranetAccess()
Get 是否内网访问(默认不是)
|
String |
getLoginAccount()
Deprecated.
|
String |
getLoginPassword()
Deprecated.
|
String |
getPassword()
Get 未托管密码私钥时,填入
|
String |
getPrivateKey()
Get 未托管密码私钥时,填入
|
String |
getPrivateKeyPassword()
Get 未托管密码私钥时,填入
|
Long |
getWidth()
Get 窗口宽度(RDP支持)
|
void |
setAccount(String Account)
Set 资产的登录账号
|
void |
setAutoManageAccessCredential(Boolean AutoManageAccessCredential)
Set 是否自动管理访问串,删掉过期的,新建可用的(默认false)
|
void |
setDeviceId(Long DeviceId)
Set 资产ID
|
void |
setDrivers(String[] Drivers)
Set RDP挂载盘符驱动(mstsc支持)
|
void |
setExe(String Exe)
Set 客户端工具
|
void |
setHeight(Long Height)
Set 窗口高度(RDP支持)
|
void |
setInstanceId(String InstanceId)
Set 资源id(优先使用DeviceId)
|
void |
setIntranetAccess(Boolean IntranetAccess)
Set 是否内网访问(默认不是)
|
void |
setLoginAccount(String LoginAccount)
Deprecated.
|
void |
setLoginPassword(String LoginPassword)
Deprecated.
|
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 getAccount()
public void setAccount(String Account)
Account
- 资产的登录账号@Deprecated public String getLoginAccount()
@Deprecated public void setLoginAccount(String LoginAccount)
LoginAccount
- 运维端登录账号@Deprecated public String getLoginPassword()
@Deprecated public void setLoginPassword(String LoginPassword)
LoginPassword
- 运维端登录密码public Long getDeviceId()
public void setDeviceId(Long DeviceId)
DeviceId
- 资产IDpublic String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- 资源id(优先使用DeviceId)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
- 是否内网访问(默认不是)public Boolean getAutoManageAccessCredential()
public void setAutoManageAccessCredential(Boolean AutoManageAccessCredential)
AutoManageAccessCredential
- 是否自动管理访问串,删掉过期的,新建可用的(默认false)Copyright © 2025. All rights reserved.