DeleteBGPPeerRequest

public struct DeleteBGPPeerRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • asn

    The autonomous system (AS) number for Border Gateway Protocol (BGP) configuration.

    Declaration

    Swift

    public let asn: Int?
  • The ID of the BGP peer.

    Declaration

    Swift

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

    Declaration

    Swift

    public let customerAddress: String?
  • The ID of the virtual interface.

    Declaration

    Swift

    public let virtualInterfaceId: String?
  • Undocumented

    Declaration

    Swift

    public init(asn: Int? = nil, bgpPeerId: String? = nil, customerAddress: String? = nil, virtualInterfaceId: String? = nil)