Class NetworkCardInfo
java.lang.Object
software.amazon.awssdk.services.ec2.model.NetworkCardInfo
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<NetworkCardInfo.Builder,NetworkCardInfo>
@Generated("software.amazon.awssdk:codegen")
public final class NetworkCardInfo
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<NetworkCardInfo.Builder,NetworkCardInfo>
Describes the network card support of the instance type.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal IntegerThe number of additional network interfaces that can be attached to an instance when using flexible Elastic Network Adapter (ENA) queues.final DoubleThe baseline network performance of the network card, in Gbps.static NetworkCardInfo.Builderbuilder()final IntegerThe default number of the ENA queues for each interface.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final IntegerThe maximum number of the ENA queues.final IntegerThe maximum number of the ENA queues for each interface.final IntegerThe maximum number of network interfaces for the network card.final IntegerThe index of the network card.final StringThe network performance of the network card.final DoubleThe peak (burst) network performance of the network card, in Gbps.static Class<? extends NetworkCardInfo.Builder>final StringtoString()Returns a string representation of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
networkCardIndex
The index of the network card.
- Returns:
- The index of the network card.
-
networkPerformance
The network performance of the network card.
- Returns:
- The network performance of the network card.
-
maximumNetworkInterfaces
The maximum number of network interfaces for the network card.
- Returns:
- The maximum number of network interfaces for the network card.
-
additionalFlexibleNetworkInterfaces
The number of additional network interfaces that can be attached to an instance when using flexible Elastic Network Adapter (ENA) queues. This number is in addition to the base number specified by
maximumNetworkInterfaces.- Returns:
- The number of additional network interfaces that can be attached to an instance when using flexible
Elastic Network Adapter (ENA) queues. This number is in addition to the base number specified by
maximumNetworkInterfaces.
-
baselineBandwidthInGbps
The baseline network performance of the network card, in Gbps.
- Returns:
- The baseline network performance of the network card, in Gbps.
-
peakBandwidthInGbps
The peak (burst) network performance of the network card, in Gbps.
- Returns:
- The peak (burst) network performance of the network card, in Gbps.
-
defaultEnaQueueCountPerInterface
The default number of the ENA queues for each interface.
- Returns:
- The default number of the ENA queues for each interface.
-
maximumEnaQueueCount
The maximum number of the ENA queues.
- Returns:
- The maximum number of the ENA queues.
-
maximumEnaQueueCountPerInterface
The maximum number of the ENA queues for each interface.
- Returns:
- The maximum number of the ENA queues for each interface.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<NetworkCardInfo.Builder,NetworkCardInfo>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-