Instance Network Interface Attachment
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class InstanceNetworkInterfaceAttachment
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | 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) | (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
 Inheritance Hierarchy| Object | |
|  | InstanceNetworkInterfaceAttachment |