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



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

AttachmentId
The ID of the 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.)
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

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

Status
Status of the attachment.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithAttachmentId(String) Obsolete.
Sets the ID of the 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.

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

Inheritance Hierarchy
Object
InstanceNetworkInterfaceAttachment

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