AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Contains information about the elastic network interface of the EC2 instance.

Inheritance Hierarchy

System.Object
  Amazon.GuardDuty.Model.NetworkInterface

Namespace: Amazon.GuardDuty.Model
Assembly: AWSSDK.GuardDuty.dll
Version: 3.x.y.z

Syntax

C#
public class NetworkInterface

The NetworkInterface type exposes the following members

Constructors

NameDescription
Public Method NetworkInterface()

Properties

NameTypeDescription
Public Property Ipv6Addresses System.Collections.Generic.List<System.String>

Gets and sets the property Ipv6Addresses.

A list of IPv6 addresses for the EC2 instance.

Public Property NetworkInterfaceId System.String

Gets and sets the property NetworkInterfaceId.

The ID of the network interface.

Public Property PrivateDnsName System.String

Gets and sets the property PrivateDnsName.

The private DNS name of the EC2 instance.

Public Property PrivateIpAddress System.String

Gets and sets the property PrivateIpAddress.

The private IP address of the EC2 instance.

Public Property PrivateIpAddresses System.Collections.Generic.List<Amazon.GuardDuty.Model.PrivateIpAddressDetails>

Gets and sets the property PrivateIpAddresses.

Other private IP address information of the EC2 instance.

Public Property PublicDnsName System.String

Gets and sets the property PublicDnsName.

The public DNS name of the EC2 instance.

Public Property PublicIp System.String

Gets and sets the property PublicIp.

The public IP address of the EC2 instance.

Public Property SecurityGroups System.Collections.Generic.List<Amazon.GuardDuty.Model.SecurityGroup>

Gets and sets the property SecurityGroups.

The security groups associated with the EC2 instance.

Public Property SubnetId System.String

Gets and sets the property SubnetId.

The subnet ID of the EC2 instance.

Public Property VpcId System.String

Gets and sets the property VpcId.

The VPC ID of the EC2 instance.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5