Class: Aws::SnowDeviceManagement::Types::PhysicalNetworkInterface
- Inherits:
-
Struct
- Object
- Struct
- Aws::SnowDeviceManagement::Types::PhysicalNetworkInterface
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-snowdevicemanagement/types.rb
Overview
The details about the physical network interface for the device.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#default_gateway ⇒ String
The default gateway of the device.
-
#ip_address ⇒ String
The IP address of the device.
-
#ip_address_assignment ⇒ String
A value that describes whether the IP address is dynamic or persistent.
-
#mac_address ⇒ String
The MAC address of the device.
-
#netmask ⇒ String
The netmask used to divide the IP address into subnets.
-
#physical_connector_type ⇒ String
The physical connector type.
-
#physical_network_interface_id ⇒ String
The physical network interface ID.
Instance Attribute Details
#default_gateway ⇒ String
The default gateway of the device.
905 906 907 908 909 910 911 912 913 914 915 |
# File 'lib/aws-sdk-snowdevicemanagement/types.rb', line 905 class PhysicalNetworkInterface < Struct.new( :default_gateway, :ip_address, :ip_address_assignment, :mac_address, :netmask, :physical_connector_type, :physical_network_interface_id) SENSITIVE = [] include Aws::Structure end |
#ip_address ⇒ String
The IP address of the device.
905 906 907 908 909 910 911 912 913 914 915 |
# File 'lib/aws-sdk-snowdevicemanagement/types.rb', line 905 class PhysicalNetworkInterface < Struct.new( :default_gateway, :ip_address, :ip_address_assignment, :mac_address, :netmask, :physical_connector_type, :physical_network_interface_id) SENSITIVE = [] include Aws::Structure end |
#ip_address_assignment ⇒ String
A value that describes whether the IP address is dynamic or persistent.
905 906 907 908 909 910 911 912 913 914 915 |
# File 'lib/aws-sdk-snowdevicemanagement/types.rb', line 905 class PhysicalNetworkInterface < Struct.new( :default_gateway, :ip_address, :ip_address_assignment, :mac_address, :netmask, :physical_connector_type, :physical_network_interface_id) SENSITIVE = [] include Aws::Structure end |
#mac_address ⇒ String
The MAC address of the device.
905 906 907 908 909 910 911 912 913 914 915 |
# File 'lib/aws-sdk-snowdevicemanagement/types.rb', line 905 class PhysicalNetworkInterface < Struct.new( :default_gateway, :ip_address, :ip_address_assignment, :mac_address, :netmask, :physical_connector_type, :physical_network_interface_id) SENSITIVE = [] include Aws::Structure end |
#netmask ⇒ String
The netmask used to divide the IP address into subnets.
905 906 907 908 909 910 911 912 913 914 915 |
# File 'lib/aws-sdk-snowdevicemanagement/types.rb', line 905 class PhysicalNetworkInterface < Struct.new( :default_gateway, :ip_address, :ip_address_assignment, :mac_address, :netmask, :physical_connector_type, :physical_network_interface_id) SENSITIVE = [] include Aws::Structure end |
#physical_connector_type ⇒ String
The physical connector type.
905 906 907 908 909 910 911 912 913 914 915 |
# File 'lib/aws-sdk-snowdevicemanagement/types.rb', line 905 class PhysicalNetworkInterface < Struct.new( :default_gateway, :ip_address, :ip_address_assignment, :mac_address, :netmask, :physical_connector_type, :physical_network_interface_id) SENSITIVE = [] include Aws::Structure end |
#physical_network_interface_id ⇒ String
The physical network interface ID.
905 906 907 908 909 910 911 912 913 914 915 |
# File 'lib/aws-sdk-snowdevicemanagement/types.rb', line 905 class PhysicalNetworkInterface < Struct.new( :default_gateway, :ip_address, :ip_address_assignment, :mac_address, :netmask, :physical_connector_type, :physical_network_interface_id) SENSITIVE = [] include Aws::Structure end |