@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class NetworkCardInfo extends Object implements Serializable, Cloneable
Describes the network card support of the instance type.
Constructor and Description |
---|
NetworkCardInfo() |
Modifier and Type | Method and Description |
---|---|
NetworkCardInfo |
clone() |
boolean |
equals(Object obj) |
Double |
getBaselineBandwidthInGbps()
The baseline network performance of the network card, in Gbps.
|
Integer |
getMaximumNetworkInterfaces()
The maximum number of network interfaces for the network card.
|
Integer |
getNetworkCardIndex()
The index of the network card.
|
String |
getNetworkPerformance()
The network performance of the network card.
|
Double |
getPeakBandwidthInGbps()
The peak (burst) network performance of the network card, in Gbps.
|
int |
hashCode() |
void |
setBaselineBandwidthInGbps(Double baselineBandwidthInGbps)
The baseline network performance of the network card, in Gbps.
|
void |
setMaximumNetworkInterfaces(Integer maximumNetworkInterfaces)
The maximum number of network interfaces for the network card.
|
void |
setNetworkCardIndex(Integer networkCardIndex)
The index of the network card.
|
void |
setNetworkPerformance(String networkPerformance)
The network performance of the network card.
|
void |
setPeakBandwidthInGbps(Double peakBandwidthInGbps)
The peak (burst) network performance of the network card, in Gbps.
|
String |
toString()
Returns a string representation of this object.
|
NetworkCardInfo |
withBaselineBandwidthInGbps(Double baselineBandwidthInGbps)
The baseline network performance of the network card, in Gbps.
|
NetworkCardInfo |
withMaximumNetworkInterfaces(Integer maximumNetworkInterfaces)
The maximum number of network interfaces for the network card.
|
NetworkCardInfo |
withNetworkCardIndex(Integer networkCardIndex)
The index of the network card.
|
NetworkCardInfo |
withNetworkPerformance(String networkPerformance)
The network performance of the network card.
|
NetworkCardInfo |
withPeakBandwidthInGbps(Double peakBandwidthInGbps)
The peak (burst) network performance of the network card, in Gbps.
|
public void setNetworkCardIndex(Integer networkCardIndex)
The index of the network card.
networkCardIndex
- The index of the network card.public Integer getNetworkCardIndex()
The index of the network card.
public NetworkCardInfo withNetworkCardIndex(Integer networkCardIndex)
The index of the network card.
networkCardIndex
- The index of the network card.public void setNetworkPerformance(String networkPerformance)
The network performance of the network card.
networkPerformance
- The network performance of the network card.public String getNetworkPerformance()
The network performance of the network card.
public NetworkCardInfo withNetworkPerformance(String networkPerformance)
The network performance of the network card.
networkPerformance
- The network performance of the network card.public void setMaximumNetworkInterfaces(Integer maximumNetworkInterfaces)
The maximum number of network interfaces for the network card.
maximumNetworkInterfaces
- The maximum number of network interfaces for the network card.public Integer getMaximumNetworkInterfaces()
The maximum number of network interfaces for the network card.
public NetworkCardInfo withMaximumNetworkInterfaces(Integer maximumNetworkInterfaces)
The maximum number of network interfaces for the network card.
maximumNetworkInterfaces
- The maximum number of network interfaces for the network card.public void setBaselineBandwidthInGbps(Double baselineBandwidthInGbps)
The baseline network performance of the network card, in Gbps.
baselineBandwidthInGbps
- The baseline network performance of the network card, in Gbps.public Double getBaselineBandwidthInGbps()
The baseline network performance of the network card, in Gbps.
public NetworkCardInfo withBaselineBandwidthInGbps(Double baselineBandwidthInGbps)
The baseline network performance of the network card, in Gbps.
baselineBandwidthInGbps
- The baseline network performance of the network card, in Gbps.public void setPeakBandwidthInGbps(Double peakBandwidthInGbps)
The peak (burst) network performance of the network card, in Gbps.
peakBandwidthInGbps
- The peak (burst) network performance of the network card, in Gbps.public Double getPeakBandwidthInGbps()
The peak (burst) network performance of the network card, in Gbps.
public NetworkCardInfo withPeakBandwidthInGbps(Double peakBandwidthInGbps)
The peak (burst) network performance of the network card, in Gbps.
peakBandwidthInGbps
- The peak (burst) network performance of the network card, in Gbps.public String toString()
toString
in class Object
Object.toString()
public NetworkCardInfo clone()