LocalGatewayVirtualInterface
public struct LocalGatewayVirtualInterface : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The local address.
Declaration
Swift
public let localAddress: String?
-
The Border Gateway Protocol (BGP) Autonomous System Number (ASN) of the local gateway.
Declaration
Swift
public let localBgpAsn: Int?
-
The ID of the local gateway.
Declaration
Swift
public let localGatewayId: String?
-
The ID of the virtual interface.
Declaration
Swift
public let localGatewayVirtualInterfaceId: String?
-
The peer address.
Declaration
Swift
public let peerAddress: String?
-
The peer BGP ASN.
Declaration
Swift
public let peerBgpAsn: Int?
-
The tags assigned to the virtual interface.
Declaration
Swift
public let tags: [Tag]?
-
The ID of the VLAN.
Declaration
Swift
public let vlan: Int?
-
init(localAddress:localBgpAsn:localGatewayId:localGatewayVirtualInterfaceId:peerAddress:peerBgpAsn:tags:vlan:)
Undocumented
Declaration
Swift
public init(localAddress: String? = nil, localBgpAsn: Int? = nil, localGatewayId: String? = nil, localGatewayVirtualInterfaceId: String? = nil, peerAddress: String? = nil, peerBgpAsn: Int? = nil, tags: [Tag]? = nil, vlan: Int? = nil)