public class HostedDeviceOutBandInfo extends AbstractModel
Constructor and Description |
---|
HostedDeviceOutBandInfo() |
HostedDeviceOutBandInfo(HostedDeviceOutBandInfo 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 |
getInstanceId()
Get 物理机ID
|
String |
getOutBandIp()
Get 带外IP
|
String |
getVpnIp()
Get VPN的IP
|
Long |
getVpnPort()
Get VPN的端口
|
void |
setInstanceId(String InstanceId)
Set 物理机ID
|
void |
setOutBandIp(String OutBandIp)
Set 带外IP
|
void |
setVpnIp(String VpnIp)
Set VPN的IP
|
void |
setVpnPort(Long VpnPort)
Set VPN的端口
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public HostedDeviceOutBandInfo()
public HostedDeviceOutBandInfo(HostedDeviceOutBandInfo source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- 物理机IDpublic String getOutBandIp()
public void setOutBandIp(String OutBandIp)
OutBandIp
- 带外IPpublic String getVpnIp()
public void setVpnIp(String VpnIp)
VpnIp
- VPN的IPpublic Long getVpnPort()
public void setVpnPort(Long VpnPort)
VpnPort
- VPN的端口Copyright © 2023. All rights reserved.