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



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

Attachment
The interface attachment.

Description
Description of the network interface.

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.)
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
Object
NetworkInterfaceAttribute

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