CreateBGPPeerRequest
public struct CreateBGPPeerRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Information about the BGP peer.
Declaration
Swift
public let newBGPPeer: NewBGPPeer?
-
The ID of the virtual interface.
Declaration
Swift
public let virtualInterfaceId: String?
-
Undocumented
Declaration
Swift
public init(newBGPPeer: NewBGPPeer? = nil, virtualInterfaceId: String? = nil)