AWS SDK for .NET Documentation
NetworkInterface Class
AmazonAmazon.StorageGateway.ModelNetworkInterface Did this page help you?   Yes   No    Tell us about it...

Describes a gateway's network interface.

Declaration Syntax
C#
public class NetworkInterface
Members
All MembersConstructorsMethodsProperties



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

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.)
Ipv4Address
The Internet Protocol version 4 (IPv4) address of the interface.

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

MacAddress
The Media Access Control (MAC) address of the interface.
Note:
This is currently unsupported and will not be returned in output.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithIpv4Address(String) Obsolete.
Sets the Ipv4Address property

WithIpv6Address(String) Obsolete.
Sets the Ipv6Address property

WithMacAddress(String) Obsolete.
Sets the MacAddress property

Inheritance Hierarchy
Object
NetworkInterface

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