AWSEC2CoipCidr

Objective-C

@interface AWSEC2CoipCidr

Swift

class AWSEC2CoipCidr

Information about a customer-owned IP address range.

  • An address range in a customer-owned IP address space.

    Declaration

    Objective-C

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

    Swift

    var cidr: String? { get set }
  • The ID of the address pool.

    Declaration

    Objective-C

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

    Swift

    var coipPoolId: String? { get set }
  • The ID of the local gateway route table.

    Declaration

    Objective-C

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

    Swift

    var localGatewayRouteTableId: String? { get set }