AWSEC2NetworkInterfaceAttachment

Objective-C

@interface AWSEC2NetworkInterfaceAttachment

Swift

class AWSEC2NetworkInterfaceAttachment

Describes a network interface attachment.

  • The timestamp indicating 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 device index of the network interface attachment on the instance.

    Declaration

    Objective-C

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

    Swift

    var deviceIndex: NSNumber? { get set }
  • Configures ENA Express for the network interface that this action attaches to the instance.

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSEC2AttachmentEnaSrdSpecification *_Nullable enaSrdSpecification;

    Swift

    var enaSrdSpecification: AWSEC2AttachmentEnaSrdSpecification? { get set }
  • The ID of the instance.

    Declaration

    Objective-C

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

    Swift

    var instanceId: String? { get set }
  • The Amazon Web Services account ID of the owner of the instance.

    Declaration

    Objective-C

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

    Swift

    var instanceOwnerId: String? { 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 }