AWSEC2VpnConnectionDeviceType

Objective-C

@interface AWSEC2VpnConnectionDeviceType

Swift

class AWSEC2VpnConnectionDeviceType

List of customer gateway devices that have a sample configuration file available for use. You can also see the list of device types with sample configuration files available under Your customer gateway device in the Amazon Web Services Site-to-Site VPN User Guide.

  • Customer gateway device platform.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable platform;

    Swift

    var platform: String? { get set }
  • Customer gateway device software version.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable software;

    Swift

    var software: String? { get set }
  • Customer gateway device vendor.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable vendor;

    Swift

    var vendor: String? { get set }
  • Customer gateway device identifier.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable vpnConnectionDeviceTypeId;

    Swift

    var vpnConnectionDeviceTypeId: String? { get set }