AssignIpv6AddressesRequest

public struct AssignIpv6AddressesRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The number of IPv6 addresses to assign to the network interface. Amazon EC2 automatically selects the IPv6 addresses from the subnet range. You can’t use this option if specifying specific IPv6 addresses.

    Declaration

    Swift

    public let ipv6AddressCount: Int?
  • One or more specific IPv6 addresses to be assigned to the network interface. You can’t use this option if you’re specifying a number of IPv6 addresses.

    Declaration

    Swift

    public let ipv6Addresses: [String]?
  • The ID of the network interface.

    Declaration

    Swift

    public let networkInterfaceId: String
  • Undocumented

    Declaration

    Swift

    public init(ipv6AddressCount: Int? = nil, ipv6Addresses: [String]? = nil, networkInterfaceId: String)