AWSEC2LocalGatewayVirtualInterface
Objective-C
@interface AWSEC2LocalGatewayVirtualInterfaceSwift
class AWSEC2LocalGatewayVirtualInterfaceDescribes a local gateway virtual interface.
- 
                  
                  The local address. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable localAddress;Swift var localAddress: String? { get set }
- 
                  
                  The Border Gateway Protocol (BGP) Autonomous System Number (ASN) of the local gateway. DeclarationObjective-C @property (nonatomic, strong) NSNumber *_Nullable localBgpAsn;Swift var localBgpAsn: NSNumber? { get set }
- 
                  
                  The ID of the local gateway. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable localGatewayId;Swift var localGatewayId: String? { get set }
- 
                  
                  The ID of the virtual interface. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable localGatewayVirtualInterfaceId;Swift var localGatewayVirtualInterfaceId: String? { get set }
- 
                  
                  The ID of the Amazon Web Services account that owns the local gateway virtual interface. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable ownerId;Swift var ownerId: String? { get set }
- 
                  
                  The peer address. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable peerAddress;Swift var peerAddress: String? { get set }
- 
                  
                  The peer BGP ASN. DeclarationObjective-C @property (nonatomic, strong) NSNumber *_Nullable peerBgpAsn;Swift var peerBgpAsn: NSNumber? { get set }
- 
                  
                  The ID of the VLAN. DeclarationObjective-C @property (nonatomic, strong) NSNumber *_Nullable vlan;Swift var vlan: NSNumber? { get set }
 View on GitHub
View on GitHub Install in Dash
Install in Dash AWSEC2LocalGatewayVirtualInterface Class Reference
        AWSEC2LocalGatewayVirtualInterface Class Reference