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 }
  • Any tags for the address pool.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSEC2Tag *> *_Nullable tags;

    Swift

    var tags: [AWSEC2Tag]? { get set }