AWSEC2CoipPool
Objective-C
@interface AWSEC2CoipPool
Swift
class AWSEC2CoipPool
Describes a customer-owned address pool.
-
The ID of the local gateway route table.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable localGatewayRouteTableId;
Swift
var localGatewayRouteTableId: String? { get set }
-
The ARN of the address pool.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable poolArn;
Swift
var poolArn: String? { get set }
-
The address ranges of the address pool.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<NSString *> *_Nullable poolCidrs;
Swift
var poolCidrs: [String]? { get set }
-
The ID of the address pool.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable poolId;
Swift
var poolId: String? { get set }