AWS SDK for .NET Documentation
DetachNetworkInterfaceRequest Class
AmazonAmazon.EC2.ModelDetachNetworkInterfaceRequest Did this page help you?   Yes   No    Tell us about it...
Detaches a network interface from an instance.
Declaration Syntax
C#
public class DetachNetworkInterfaceRequest : EC2Request
Members
All MembersConstructorsMethodsProperties



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

AttachmentId
The ID of the attachment to detach.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Force
Whether to force the detachment

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

IsSetForce()()()()
Checks if the Force property is set

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithAttachmentId(String) Obsolete.
Sets the ID of the attachment to detach

WithForce(Boolean) Obsolete.
Sets whether to force the detachment

Inheritance Hierarchy
Object
EC2Request
 DetachNetworkInterfaceRequest

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