Class: Aws::StorageGateway::Types::NetworkInterface
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::NetworkInterface
- Defined in:
- gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb
Overview
Describes a gateway's network interface.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ipv_4_address ⇒ String
The Internet Protocol version 4 (IPv4) address of the interface.
-
#ipv_6_address ⇒ String
The Internet Protocol version 6 (IPv6) address of the interface.
-
#mac_address ⇒ String
The Media Access Control (MAC) address of the interface.
Instance Attribute Details
#ipv_4_address ⇒ String
The Internet Protocol version 4 (IPv4) address of the interface.
5568 5569 5570 5571 5572 5573 5574 |
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 5568 class NetworkInterface < Struct.new( :ipv_4_address, :mac_address, :ipv_6_address) SENSITIVE = [] include Aws::Structure end |
#ipv_6_address ⇒ String
The Internet Protocol version 6 (IPv6) address of the interface.
5568 5569 5570 5571 5572 5573 5574 |
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 5568 class NetworkInterface < Struct.new( :ipv_4_address, :mac_address, :ipv_6_address) SENSITIVE = [] include Aws::Structure end |
#mac_address ⇒ String
The Media Access Control (MAC) address of the interface.
5568 5569 5570 5571 5572 5573 5574 |
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 5568 class NetworkInterface < Struct.new( :ipv_4_address, :mac_address, :ipv_6_address) SENSITIVE = [] include Aws::Structure end |