Network Interface Attribute
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class NetworkInterfaceAttribute
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | NetworkInterfaceAttribute()()()() | Initializes a new instance of the NetworkInterfaceAttribute class | 
|  | Attachment | 
            The interface attachment.
             | 
|  | Description | 
            Description of the network interface.
             | 
|  | 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.) | 
|  | GroupId | 
            The IDs of security groups the interface is in.
             | 
|  | GroupName | 
            The names of security groups the interface is in.
             | 
|  | IsSetAttachment()()()() | 
            Checks if the Attachment property is set
             | 
|  | IsSetDescription()()()() | 
            Checks if the Description property is set
             | 
|  | IsSetGroupId()()()() | 
            Checks if GroupId property is set
             | 
|  | IsSetGroupName()()()() | 
            Checks if GroupName property is set
             | 
|  | IsSetNetworkInterfaceId()()()() | 
            Checks if the NetworkInterfaceId property is set
             | 
|  | IsSetSourceDestCheck()()()() | 
            Checks if the SourceDestCheck property is set
             | 
|  | NetworkInterfaceId | 
            The ID of the network interface.
             | 
|  | SourceDestCheck | 
            Whether source/destination checking is enabled on the instance.
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithAttachment(NetworkInterfaceAttachment) | Obsolete. 
            Sets the interface attachment.
             | 
|  | WithDescription(String) | Obsolete. 
            Sets the description of the network interface.
             | 
|  | WithGroupId(array<String>[]()[][]) | Obsolete. 
            Sets the IDs of security groups the interface is in.
             | 
|  | WithGroupName(array<String>[]()[][]) | Obsolete. 
            Sets the names of security groups the interface is in.
             | 
|  | WithNetworkInterfaceId(String) | Obsolete. 
            Sets the ID of the network interface.
             | 
|  | WithSourceDestCheck(Boolean) | Obsolete. 
            Sets whether source/destination checking is enabled on the instance.
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | NetworkInterfaceAttribute |