AWSEC2ProvisionPublicIpv4PoolCidrResult

Objective-C

@interface AWSEC2ProvisionPublicIpv4PoolCidrResult

Swift

class AWSEC2ProvisionPublicIpv4PoolCidrResult
  • Information about the address range of the public IPv4 pool.

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSEC2PublicIpv4PoolRange *_Nullable poolAddressRange;

    Swift

    var poolAddressRange: AWSEC2PublicIpv4PoolRange? { get set }
  • The ID of the pool that you want to provision the CIDR to.

    Declaration

    Objective-C

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

    Swift

    var poolId: String? { get set }