AWSEC2VpnStaticRoute

Objective-C

@interface AWSEC2VpnStaticRoute

Swift

class AWSEC2VpnStaticRoute

Describes a static route for a VPN connection.

  • The CIDR block associated with the local subnet of the customer data center.

    Declaration

    Objective-C

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

    Swift

    var destinationCidrBlock: String? { get set }
  • Indicates how the routes were provided.

    Declaration

    Objective-C

    @property (nonatomic) AWSEC2VpnStaticRouteSource source;

    Swift

    var source: AWSEC2VpnStaticRouteSource { get set }
  • The current state of the static route.

    Declaration

    Objective-C

    @property (nonatomic) AWSEC2VpnState state;

    Swift

    var state: AWSEC2VpnState { get set }