NetworkInfo
public struct NetworkInfo : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Indicates whether Elastic Fabric Adapter (EFA) is supported.
Declaration
Swift
public let efaSupported: Bool?
-
Indicates whether Elastic Network Adapter (ENA) is supported.
Declaration
Swift
public let enaSupport: EnaSupport?
-
The maximum number of IPv4 addresses per network interface.
Declaration
Swift
public let ipv4AddressesPerInterface: Int?
-
The maximum number of IPv6 addresses per network interface.
Declaration
Swift
public let ipv6AddressesPerInterface: Int?
-
Indicates whether IPv6 is supported.
Declaration
Swift
public let ipv6Supported: Bool?
-
The maximum number of network interfaces for the instance type.
Declaration
Swift
public let maximumNetworkInterfaces: Int?
-
Describes the network performance.
Declaration
Swift
public let networkPerformance: String?
-
init(efaSupported:enaSupport:ipv4AddressesPerInterface:ipv6AddressesPerInterface:ipv6Supported:maximumNetworkInterfaces:networkPerformance:)
Undocumented
Declaration
Swift
public init(efaSupported: Bool? = nil, enaSupport: EnaSupport? = nil, ipv4AddressesPerInterface: Int? = nil, ipv6AddressesPerInterface: Int? = nil, ipv6Supported: Bool? = nil, maximumNetworkInterfaces: Int? = nil, networkPerformance: String? = nil)