AWSEC2Ipv6Pool
Objective-C
@interface AWSEC2Ipv6Pool
Swift
class AWSEC2Ipv6Pool
Describes an IPv6 address pool.
-
The description for the address pool.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable detail;
Swift
var detail: String? { get set }
-
The CIDR blocks for the address pool.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSEC2PoolCidrBlock *> *_Nullable poolCidrBlocks;
Swift
var poolCidrBlocks: [AWSEC2PoolCidrBlock]? { get set }
-
The ID of the address pool.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable poolId;
Swift
var poolId: String? { get set }