public class NetworkInterfaceAttachment extends AbstractModel
header, skipSign| Constructor and 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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getAttachTime()
Get Binding time 
 | 
Long | 
getDeviceIndex()
Get The serial number of ENI in the CVM instance. 
 | 
String | 
getInstanceAccountId()
Get The account information of the CVM owner. 
 | 
String | 
getInstanceId()
Get CVM instance ID. 
 | 
void | 
setAttachTime(String AttachTime)
Set Binding time 
 | 
void | 
setDeviceIndex(Long DeviceIndex)
Set The serial number of ENI in the CVM instance. 
 | 
void | 
setInstanceAccountId(String InstanceAccountId)
Set The account information of the CVM owner. 
 | 
void | 
setInstanceId(String InstanceId)
Set CVM instance ID. 
 | 
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 NetworkInterfaceAttachment()
public NetworkInterfaceAttachment(NetworkInterfaceAttachment source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId - CVM instance ID.public Long getDeviceIndex()
public void setDeviceIndex(Long DeviceIndex)
DeviceIndex - The serial number of ENI in the CVM instance.public String getInstanceAccountId()
public void setInstanceAccountId(String InstanceAccountId)
InstanceAccountId - The account information of the CVM owner.public String getAttachTime()
public void setAttachTime(String AttachTime)
AttachTime - Binding timeCopyright © 2025. All rights reserved.