AWSEC2NetworkInterfacePrivateIpAddress

Objective-C

@interface AWSEC2NetworkInterfacePrivateIpAddress

Swift

class AWSEC2NetworkInterfacePrivateIpAddress

Describes the private IPv4 address of a network interface.

  • The association information for an Elastic IP address (IPv4) associated with the network interface.

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSEC2NetworkInterfaceAssociation *_Nullable association;

    Swift

    var association: AWSEC2NetworkInterfaceAssociation? { get set }
  • Indicates whether this IPv4 address is the primary private IPv4 address of the network interface.

    Declaration

    Objective-C

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

    Swift

    var primary: NSNumber? { get set }
  • The private DNS name.

    Declaration

    Objective-C

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

    Swift

    var privateDnsName: String? { get set }
  • The private IPv4 address.

    Declaration

    Objective-C

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

    Swift

    var privateIpAddress: String? { get set }