AWS SDK for .NET Documentation
ModifyNetworkInterfaceAttributeRequest Class
AmazonAmazon.EC2.ModelModifyNetworkInterfaceAttributeRequest Did this page help you?   Yes   No    Tell us about it...
Modifies a network interface attribute. Only one attribute can be specified per call.
Declaration Syntax
C#
public class ModifyNetworkInterfaceAttributeRequest : EC2Request
Members
All MembersConstructorsMethodsProperties



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

Attachment
Interface attachment.

Description
The 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 full set of group IDs to associate with the network interface.

IsSetAttachment()()()()
Checks if the Attachment property is set

IsSetDescription()()()()
Checks if the Description property is set

IsSetGroupId()()()()
Checks if the GroupId property is set

IsSetNetworkInterfaceId()()()()
Checks if NetworkInterfaceId property is set

IsSetSourceDestCheck()()()()
Checks if the SourceDestCheck property is set

NetworkInterfaceId
The ID of the network interface with the attributes that you want to modify.

SourceDestCheck
Whether source/destination checking is enabled on the instance.

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

WithGroupId(array<String>[]()[][]) Obsolete.
Sets the full set of group IDs to associate with the network interface.

WithModifyNetworkInterfaceAttachment(ModifyNetworkInterfaceAttachment) Obsolete.
Sets the Interface attachment.

WithNetworkInterfaceId(String) Obsolete.
Sets the ID of the network interface with the attributes that you want to modify.

WithSourceDestCheck(Boolean) Obsolete.
Sets whether source/destination checking is enabled on the instance.

Inheritance Hierarchy
Object
EC2Request
 ModifyNetworkInterfaceAttributeRequest

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