AWSEC2PrivateIpAddressSpecification

Objective-C

@interface AWSEC2PrivateIpAddressSpecification

Swift

class AWSEC2PrivateIpAddressSpecification

Describes a secondary private IPv4 address for a network interface.

  • Indicates whether the private IPv4 address is the primary private IPv4 address. Only one IPv4 address can be designated as primary.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable primary;

    Swift

    var primary: NSNumber? { get set }
  • The private IPv4 address.

    Declaration

    Objective-C

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

    Swift

    var privateIpAddress: String? { get set }