ResetNetworkInterfaceAttribute#

Description#

Resets an attribute of a network interface to its default value.

Request Parameters#

Required parameters#

  • NetworkInterfaceId — The ID of the network interface.

    • Type: String

    • Required: Yes

Optional parameters#

  • Attribute — The attribute of the network interface. Resets to True.

    • Type: String

    • Valid values: sourceDestCheck

    • Required: No

Response Elements#

  • requestId — The request ID

    • Type: String

  • returnTrue is returned if the request succeeds, and an error otherwise

    • Type: Boolean

Examples#

c2-ec2 ResetNetworkInterfaceAttribute Attribute sourceDestCheck NetworkInterfaceId eni-12345678