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.

Describes a gateway's network interface.

Inheritance Hierarchy

System.Object
  Amazon.StorageGateway.Model.NetworkInterface

Namespace: Amazon.StorageGateway.Model
Assembly: AWSSDK.StorageGateway.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 Ipv4Address System.String

Gets and sets the property Ipv4Address.

The Internet Protocol version 4 (IPv4) address of the interface.

Public Property Ipv6Address System.String

Gets and sets the property Ipv6Address.

The Internet Protocol version 6 (IPv6) address of the interface. Currently not supported.

Public Property MacAddress System.String

Gets and sets the property MacAddress.

The Media Access Control (MAC) address of the interface.

This is currently unsupported and will not be returned in output.

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