public static interface NetworkInfo.Builder extends SdkPojo, CopyableBuilder<NetworkInfo.Builder,NetworkInfo>
| Modifier and Type | Method and Description |
|---|---|
NetworkInfo.Builder |
efaSupported(Boolean efaSupported)
Indicates whether Elastic Fabric Adapter (EFA) is supported.
|
NetworkInfo.Builder |
enaSupport(EnaSupport enaSupport)
Indicates whether Elastic Network Adapter (ENA) is supported.
|
NetworkInfo.Builder |
enaSupport(String enaSupport)
Indicates whether Elastic Network Adapter (ENA) is supported.
|
NetworkInfo.Builder |
ipv4AddressesPerInterface(Integer ipv4AddressesPerInterface)
The maximum number of IPv4 addresses per network interface.
|
NetworkInfo.Builder |
ipv6AddressesPerInterface(Integer ipv6AddressesPerInterface)
The maximum number of IPv6 addresses per network interface.
|
NetworkInfo.Builder |
ipv6Supported(Boolean ipv6Supported)
Indicates whether IPv6 is supported.
|
NetworkInfo.Builder |
maximumNetworkInterfaces(Integer maximumNetworkInterfaces)
The maximum number of network interfaces for the instance type.
|
NetworkInfo.Builder |
networkPerformance(String networkPerformance)
Describes the network performance.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildNetworkInfo.Builder networkPerformance(String networkPerformance)
Describes the network performance.
networkPerformance - Describes the network performance.NetworkInfo.Builder maximumNetworkInterfaces(Integer maximumNetworkInterfaces)
The maximum number of network interfaces for the instance type.
maximumNetworkInterfaces - The maximum number of network interfaces for the instance type.NetworkInfo.Builder ipv4AddressesPerInterface(Integer ipv4AddressesPerInterface)
The maximum number of IPv4 addresses per network interface.
ipv4AddressesPerInterface - The maximum number of IPv4 addresses per network interface.NetworkInfo.Builder ipv6AddressesPerInterface(Integer ipv6AddressesPerInterface)
The maximum number of IPv6 addresses per network interface.
ipv6AddressesPerInterface - The maximum number of IPv6 addresses per network interface.NetworkInfo.Builder ipv6Supported(Boolean ipv6Supported)
Indicates whether IPv6 is supported.
ipv6Supported - Indicates whether IPv6 is supported.NetworkInfo.Builder enaSupport(String enaSupport)
Indicates whether Elastic Network Adapter (ENA) is supported.
enaSupport - Indicates whether Elastic Network Adapter (ENA) is supported.EnaSupport,
EnaSupportNetworkInfo.Builder enaSupport(EnaSupport enaSupport)
Indicates whether Elastic Network Adapter (ENA) is supported.
enaSupport - Indicates whether Elastic Network Adapter (ENA) is supported.EnaSupport,
EnaSupportNetworkInfo.Builder efaSupported(Boolean efaSupported)
Indicates whether Elastic Fabric Adapter (EFA) is supported.
efaSupported - Indicates whether Elastic Fabric Adapter (EFA) is supported.Copyright © 2020. All rights reserved.