AWSEC2NetworkInterfacePrivateIpAddress
Objective-C
@interface AWSEC2NetworkInterfacePrivateIpAddressSwift
class AWSEC2NetworkInterfacePrivateIpAddressDescribes the private IPv4 address of a network interface.
- 
                  
                  The association information for an Elastic IP address (IPv4) associated with the network interface. DeclarationObjective-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. DeclarationObjective-C @property (nonatomic, strong) NSNumber *_Nullable primary;Swift var primary: NSNumber? { get set }
- 
                  
                  The private DNS name. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable privateDnsName;Swift var privateDnsName: String? { get set }
- 
                  
                  The private IPv4 address. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable privateIpAddress;Swift var privateIpAddress: String? { get set }
 View on GitHub
View on GitHub Install in Dash
Install in Dash AWSEC2NetworkInterfacePrivateIpAddress Class Reference
        AWSEC2NetworkInterfacePrivateIpAddress Class Reference