NewTransitVirtualInterfaceAllocation

public struct NewTransitVirtualInterfaceAllocation : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The address family for the BGP peer.

    Declaration

    Swift

    public let addressFamily: AddressFamily?
  • The IP address assigned to the Amazon interface.

    Declaration

    Swift

    public let amazonAddress: String?
  • asn

    The autonomous system (AS) number for Border Gateway Protocol (BGP) configuration. The valid values are 1-2147483647.

    Declaration

    Swift

    public let asn: Int?
  • The authentication key for BGP configuration. This string has a minimum length of 6 characters and and a maximun lenth of 80 characters.

    Declaration

    Swift

    public let authKey: String?
  • The IP address assigned to the customer interface.

    Declaration

    Swift

    public let customerAddress: String?
  • mtu

    The maximum transmission unit (MTU), in bytes. The supported values are 1500 and 9001. The default value is 1500.

    Declaration

    Swift

    public let mtu: Int?
  • The tags associated with the transitive virtual interface.

    Declaration

    Swift

    public let tags: [Tag]?
  • The name of the virtual interface assigned by the customer network. The name has a maximum of 100 characters. The following are valid characters: a-z, 0-9 and a hyphen (-).

    Declaration

    Swift

    public let virtualInterfaceName: String?
  • The ID of the VLAN.

    Declaration

    Swift

    public let vlan: Int?
  • Undocumented

    Declaration

    Swift

    public init(addressFamily: AddressFamily? = nil, amazonAddress: String? = nil, asn: Int? = nil, authKey: String? = nil, customerAddress: String? = nil, mtu: Int? = nil, tags: [Tag]? = nil, virtualInterfaceName: String? = nil, vlan: Int? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws