NetworkInterface
public struct NetworkInterface : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The ID of the network interface.
Declaration
Swift
public let networkInterfaceId: String? -
The IPv4 address of the network interface within the subnet.
Declaration
Swift
public let privateIpAddress: String? -
The IPv4 public address of the network interface.
Declaration
Swift
public let publicIpAddress: String? -
Undocumented
Declaration
Swift
public init(networkInterfaceId: String? = nil, privateIpAddress: String? = nil, publicIpAddress: String? = nil)
View on GitHub
NetworkInterface Structure Reference