AWSEC2InstancePrivateIpAddress

Objective-C

@interface AWSEC2InstancePrivateIpAddress

Swift

class AWSEC2InstancePrivateIpAddress

Describes a private IPv4 address.

  • The association information for an Elastic IP address for the network interface.

    Declaration

    Objective-C

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

    Swift

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

    Declaration

    Objective-C

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

    Swift

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

    Declaration

    Objective-C

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

    Swift

    var privateDnsName: String? { get set }
  • The private IPv4 address of the network interface.

    Declaration

    Objective-C

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

    Swift

    var privateIpAddress: String? { get set }