AWSEC2InstanceNetworkInterfaceAttachment
Objective-C
@interface AWSEC2InstanceNetworkInterfaceAttachment
Swift
class AWSEC2InstanceNetworkInterfaceAttachment
Describes a network interface attachment.
-
The time stamp when the attachment initiated.
Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable attachTime;Swift
var attachTime: Date? { get set } -
The ID of the network interface attachment.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable attachmentId;Swift
var attachmentId: String? { get set } -
Indicates whether the network interface is deleted when the instance is terminated.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable deleteOnTermination;Swift
var deleteOnTermination: NSNumber? { get set } -
The index of the device on the instance for the network interface attachment.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable deviceIndex;Swift
var deviceIndex: NSNumber? { get set } -
Contains the ENA Express settings for the network interface that’s attached to the instance.
Declaration
Objective-C
@property (nonatomic, strong) AWSEC2InstanceAttachmentEnaSrdSpecification *_Nullable enaSrdSpecification;Swift
var enaSrdSpecification: AWSEC2InstanceAttachmentEnaSrdSpecification? { get set } -
The index of the network card.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable networkCardIndex;Swift
var networkCardIndex: NSNumber? { get set } -
The attachment state.
Declaration
Objective-C
@property (nonatomic) AWSEC2AttachmentStatus status;Swift
var status: AWSEC2AttachmentStatus { get set }
View on GitHub
Install in Dash
AWSEC2InstanceNetworkInterfaceAttachment Class Reference