AWS SDK for .NET Documentation
NetworkInterfaceAttachment Class
AmazonAmazon.EC2.ModelNetworkInterfaceAttachment Did this page help you?   Yes   No    Tell us about it...
Network Interface Attachment
Declaration Syntax
C#
public class NetworkInterfaceAttachment
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
NetworkInterfaceAttachment()()()()
Initializes a new instance of the NetworkInterfaceAttachment class

AttachmentId
The ID of the network interface attachment.

AttachTime
The time stamp when the attachment initiated.

DeleteOnTermination
Whether the attachment is deleted on instance termination.

DeviceIndex
The index of the device for the network interface attachment on the instance.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
InstanceId
The ID of the instance.

InstanceOwnerId
The owner of the instance.

IsSetAttachmentId()()()()
Checks if the AttachmentId property is set

IsSetAttachTime()()()()
Checks if the AttachTime property is set

IsSetDeleteOnTermination()()()()
Checks if the DeleteOnTermination property is set

IsSetDeviceIndex()()()()
Checks if the DeviceIndex property is set

IsSetInstanceId()()()()
Checks if the InstanceId property is set

IsSetInstanceOwnerId()()()()
Checks if the InstanceOwnerId property is set

IsSetStatus()()()()
Checks if the Status property is set

Status
The status of the network interface attachment.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithAttachmentId(String) Obsolete.
Sets the ID of the network interface attachment.

WithAttachTime(String) Obsolete.
Sets the time stamp when the attachment initiated.

WithDeleteOnTermination(Boolean) Obsolete.
Sets whether the attachment is deleted on instance termination.

WithDeviceIndex(Int32) Obsolete.
Sets the index of the device for the network interface attachment on the instance.

WithInstanceId(String) Obsolete.
Sets the ID of the instance.

WithInstanceOwnerId(String) Obsolete.
Sets the owner of the instance.

WithStatus(String) Obsolete.
Sets the status of the network interface attachment.

Inheritance Hierarchy
Object
NetworkInterfaceAttachment

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)