AWSEC2MovingAddressStatus
Objective-C
@interface AWSEC2MovingAddressStatus
Swift
class AWSEC2MovingAddressStatus
Describes the status of a moving Elastic IP address.
We are retiring EC2-Classic. We recommend that you migrate from EC2-Classic to a VPC. For more information, see Migrate from EC2-Classic to a VPC in the Amazon Elastic Compute Cloud User Guide.
-
The status of the Elastic IP address that’s being moved to the EC2-VPC platform, or restored to the EC2-Classic platform.
Declaration
Objective-C
@property (nonatomic) AWSEC2MoveStatus moveStatus;
Swift
var moveStatus: AWSEC2MoveStatus { get set }
-
The Elastic IP address.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable publicIp;
Swift
var publicIp: String? { get set }