@Generated(value="software.amazon.awssdk:codegen") public final class NetworkBandwidthGbps extends Object implements SdkPojo, Serializable, ToCopyableBuilder<NetworkBandwidthGbps.Builder,NetworkBandwidthGbps>
The minimum and maximum amount of network bandwidth, in gigabits per second (Gbps).
Setting the minimum bandwidth does not guarantee that your instance will achieve the minimum bandwidth. Amazon EC2 will identify instance types that support the specified minimum bandwidth, but the actual bandwidth of your instance might go below the specified minimum at times. For more information, see Available instance bandwidth in the Amazon EC2 User Guide.
Modifier and Type | Class and Description |
---|---|
static interface |
NetworkBandwidthGbps.Builder |
Modifier and Type | Method and Description |
---|---|
static NetworkBandwidthGbps.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Double |
max()
The maximum amount of network bandwidth, in Gbps.
|
Double |
min()
The minimum amount of network bandwidth, in Gbps.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends NetworkBandwidthGbps.Builder> |
serializableBuilderClass() |
NetworkBandwidthGbps.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final Double min()
The minimum amount of network bandwidth, in Gbps. If this parameter is not specified, there is no minimum limit.
public final Double max()
The maximum amount of network bandwidth, in Gbps. If this parameter is not specified, there is no maximum limit.
public NetworkBandwidthGbps.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<NetworkBandwidthGbps.Builder,NetworkBandwidthGbps>
public static NetworkBandwidthGbps.Builder builder()
public static Class<? extends NetworkBandwidthGbps.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2023. All rights reserved.