AWSEC2ByoipCidr

Objective-C

@interface AWSEC2ByoipCidr

Swift

class AWSEC2ByoipCidr

Information about an address range that is provisioned for use with your Amazon Web Services resources through bring your own IP addresses (BYOIP).

  • The BYOIP CIDR associations with ASNs.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSEC2AsnAssociation *> *_Nullable asnAssociations;

    Swift

    var asnAssociations: [AWSEC2AsnAssociation]? { get set }
  • The address range, in CIDR notation.

    Declaration

    Objective-C

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

    Swift

    var cidr: String? { get set }
  • The description of the address range.

    Declaration

    Objective-C

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

    Swift

    var detail: String? { get set }
  • If you have Local Zones enabled, you can choose a network border group for Local Zones when you provision and advertise a BYOIPv4 CIDR. Choose the network border group carefully as the EIP and the Amazon Web Services resource it is associated with must reside in the same network border group.

    You can provision BYOIP address ranges to and advertise them in the following Local Zone network border groups:

    • us-east-1-dfw-2

    • us-west-2-lax-1

    • us-west-2-phx-2

    You cannot provision or advertise BYOIPv6 address ranges in Local Zones at this time.

    Declaration

    Objective-C

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

    Swift

    var networkBorderGroup: String? { get set }
  • The state of the address pool.

    Declaration

    Objective-C

    @property (nonatomic) AWSEC2ByoipCidrState state;

    Swift

    var state: AWSEC2ByoipCidrState { get set }
  • Upon success, contains the ID of the address pool. Otherwise, contains an error message.

    Declaration

    Objective-C

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

    Swift

    var statusMessage: String? { get set }