public class NetworkInterfaceAttachment extends AbstractModel
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 Serial number of the ENI in the CVM instance.
|
String |
getInstanceAccountId()
Get Account information of the CVM instance owner.
|
String |
getInstanceId()
Get CVM instance ID.
|
void |
setAttachTime(String AttachTime)
Set Binding time.
|
void |
setDeviceIndex(Long DeviceIndex)
Set Serial number of the ENI in the CVM instance.
|
void |
setInstanceAccountId(String InstanceAccountId)
Set Account information of the CVM instance 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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public 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
- Serial number of the ENI in the CVM instance.public String getInstanceAccountId()
public void setInstanceAccountId(String InstanceAccountId)
InstanceAccountId
- Account information of the CVM instance owner.public String getAttachTime()
public void setAttachTime(String AttachTime)
AttachTime
- Binding time.Copyright © 2023. All rights reserved.