Class NetworkInterfaceAttachment
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ecm.v20190719.models.NetworkInterfaceAttachment
-
public class NetworkInterfaceAttachment extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description NetworkInterfaceAttachment()NetworkInterfaceAttachment(NetworkInterfaceAttachment 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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAttachTime()Get 绑定时间。LonggetDeviceIndex()Get 网卡在云主机实例内的序号。StringgetInstanceAccountId()Get 云主机所有者账户信息。StringgetInstanceId()Get 云主机实例ID。voidsetAttachTime(String AttachTime)Set 绑定时间。voidsetDeviceIndex(Long DeviceIndex)Set 网卡在云主机实例内的序号。voidsetInstanceAccountId(String InstanceAccountId)Set 云主机所有者账户信息。voidsetInstanceId(String InstanceId)Set 云主机实例ID。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
-
NetworkInterfaceAttachment
public NetworkInterfaceAttachment()
-
NetworkInterfaceAttachment
public NetworkInterfaceAttachment(NetworkInterfaceAttachment 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
-
getInstanceId
public String getInstanceId()
Get 云主机实例ID。- Returns:
- InstanceId 云主机实例ID。
-
setInstanceId
public void setInstanceId(String InstanceId)
Set 云主机实例ID。- Parameters:
InstanceId- 云主机实例ID。
-
getDeviceIndex
public Long getDeviceIndex()
Get 网卡在云主机实例内的序号。- Returns:
- DeviceIndex 网卡在云主机实例内的序号。
-
setDeviceIndex
public void setDeviceIndex(Long DeviceIndex)
Set 网卡在云主机实例内的序号。- Parameters:
DeviceIndex- 网卡在云主机实例内的序号。
-
getInstanceAccountId
public String getInstanceAccountId()
Get 云主机所有者账户信息。- Returns:
- InstanceAccountId 云主机所有者账户信息。
-
setInstanceAccountId
public void setInstanceAccountId(String InstanceAccountId)
Set 云主机所有者账户信息。- Parameters:
InstanceAccountId- 云主机所有者账户信息。
-
getAttachTime
public String getAttachTime()
Get 绑定时间。- Returns:
- AttachTime 绑定时间。
-
setAttachTime
public void setAttachTime(String AttachTime)
Set 绑定时间。- Parameters:
AttachTime- 绑定时间。
-
-