You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::StorageGateway::Types::NetworkInterface

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Describes a gateway's network interface.

Instance Attribute Summary collapse

Instance Attribute Details

#ipv_4_addressString

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

Returns:

  • (String)

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

#ipv_6_addressString

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

Returns:

  • (String)

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

#mac_addressString

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

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

Returns:

  • (String)

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