public static class RunInstancesRequest.NetworkInterface extends Object
| Constructor and Description |
|---|
NetworkInterface() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getNetworkInterfaceName() |
String |
getPrimaryIpAddress() |
Integer |
getQueueNumber() |
String |
getSecurityGroupId() |
List<String> |
getSecurityGroupIdss() |
String |
getVSwitchId() |
void |
setDescription(String description) |
void |
setNetworkInterfaceName(String networkInterfaceName) |
void |
setPrimaryIpAddress(String primaryIpAddress) |
void |
setQueueNumber(Integer queueNumber) |
void |
setSecurityGroupId(String securityGroupId) |
void |
setSecurityGroupIdss(List<String> securityGroupIdss) |
void |
setVSwitchId(String vSwitchId) |
public String getPrimaryIpAddress()
public void setPrimaryIpAddress(String primaryIpAddress)
public String getVSwitchId()
public void setVSwitchId(String vSwitchId)
public String getSecurityGroupId()
public void setSecurityGroupId(String securityGroupId)
public String getNetworkInterfaceName()
public void setNetworkInterfaceName(String networkInterfaceName)
public String getDescription()
public void setDescription(String description)
public Integer getQueueNumber()
public void setQueueNumber(Integer queueNumber)
Copyright © 2020. All Rights Reserved.